@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 { AddApplicationOutputRequest, AddApplicationOutputResponse } 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 AddApplicationOutputCommandInput extends AddApplicationOutputRe
22
19
  export interface AddApplicationOutputCommandOutput extends AddApplicationOutputResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AddApplicationOutputCommand_base: {
25
- new (input: AddApplicationOutputCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddApplicationOutputCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AddApplicationOutputCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AddApplicationOutputCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds an external destination to your SQL-based Kinesis Data Analytics application.</p>
@@ -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 { AddApplicationReferenceDataSourceRequest, AddApplicationReferenceDataSourceResponse } 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 AddApplicationReferenceDataSourceCommandInput extends AddApplic
22
19
  export interface AddApplicationReferenceDataSourceCommandOutput extends AddApplicationReferenceDataSourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AddApplicationReferenceDataSourceCommand_base: {
25
- new (input: AddApplicationReferenceDataSourceCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddApplicationReferenceDataSourceCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AddApplicationReferenceDataSourceCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AddApplicationReferenceDataSourceCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.</p>
@@ -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 { AddApplicationVpcConfigurationRequest, AddApplicationVpcConfigurationResponse } 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 AddApplicationVpcConfigurationCommandInput extends AddApplicati
22
19
  export interface AddApplicationVpcConfigurationCommandOutput extends AddApplicationVpcConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AddApplicationVpcConfigurationCommand_base: {
25
- new (input: AddApplicationVpcConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationVpcConfigurationCommandInput, AddApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddApplicationVpcConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationVpcConfigurationCommandInput, AddApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AddApplicationVpcConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationVpcConfigurationCommandInput, AddApplicationVpcConfigurationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AddApplicationVpcConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AddApplicationVpcConfigurationCommandInput, AddApplicationVpcConfigurationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds a Virtual Private Cloud (VPC) configuration to the application. Applications can use VPCs to store
@@ -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 { CreateApplicationRequest, CreateApplicationResponse } 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 CreateApplicationCommandInput extends CreateApplicationRequest
22
19
  export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateApplicationCommand_base: {
25
- new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a Managed Service for Apache Flink application. For information about creating a
@@ -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 { CreateApplicationPresignedUrlRequest, CreateApplicationPresignedUrlResponse } 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 CreateApplicationPresignedUrlCommandInput extends CreateApplica
22
19
  export interface CreateApplicationPresignedUrlCommandOutput extends CreateApplicationPresignedUrlResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateApplicationPresignedUrlCommand_base: {
25
- new (input: CreateApplicationPresignedUrlCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateApplicationPresignedUrlCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateApplicationPresignedUrlCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateApplicationPresignedUrlCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates and returns a URL that you can use to connect 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 { CreateApplicationSnapshotRequest, CreateApplicationSnapshotResponse } 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 CreateApplicationSnapshotCommandInput extends CreateApplication
22
19
  export interface CreateApplicationSnapshotCommandOutput extends CreateApplicationSnapshotResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateApplicationSnapshotCommand_base: {
25
- new (input: CreateApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a snapshot of the application's state data.</p>
@@ -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 { DeleteApplicationCloudWatchLoggingOptionRequest, DeleteApplicationCloudWatchLoggingOptionResponse } 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 DeleteApplicationCloudWatchLoggingOptionCommandInput extends De
22
19
  export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput extends DeleteApplicationCloudWatchLoggingOptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteApplicationCloudWatchLoggingOptionCommand_base: {
25
- new (input: DeleteApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteApplicationCloudWatchLoggingOptionCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an Amazon CloudWatch log stream from an SQL-based Kinesis Data Analytics application. </p>
@@ -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 { DeleteApplicationRequest, DeleteApplicationResponse } 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 DeleteApplicationCommandInput extends DeleteApplicationRequest
22
19
  export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteApplicationCommand_base: {
25
- new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified application. Managed Service for Apache Flink halts application execution and deletes the application.</p>
@@ -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 { DeleteApplicationInputProcessingConfigurationRequest, DeleteApplicationInputProcessingConfigurationResponse } 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 DeleteApplicationInputProcessingConfigurationCommandInput exten
22
19
  export interface DeleteApplicationInputProcessingConfigurationCommandOutput extends DeleteApplicationInputProcessingConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteApplicationInputProcessingConfigurationCommand_base: {
25
- new (input: DeleteApplicationInputProcessingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteApplicationInputProcessingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteApplicationInputProcessingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteApplicationInputProcessingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an <a>InputProcessingConfiguration</a> from an input.</p>
@@ -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 { DeleteApplicationOutputRequest, DeleteApplicationOutputResponse } 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 DeleteApplicationOutputCommandInput extends DeleteApplicationOu
22
19
  export interface DeleteApplicationOutputCommandOutput extends DeleteApplicationOutputResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteApplicationOutputCommand_base: {
25
- new (input: DeleteApplicationOutputCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteApplicationOutputCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteApplicationOutputCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteApplicationOutputCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the output destination configuration from your SQL-based Kinesis Data Analytics application's 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 { DeleteApplicationReferenceDataSourceRequest, DeleteApplicationReferenceDataSourceResponse } 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 DeleteApplicationReferenceDataSourceCommandInput extends Delete
22
19
  export interface DeleteApplicationReferenceDataSourceCommandOutput extends DeleteApplicationReferenceDataSourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteApplicationReferenceDataSourceCommand_base: {
25
- new (input: DeleteApplicationReferenceDataSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteApplicationReferenceDataSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteApplicationReferenceDataSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteApplicationReferenceDataSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a reference data source configuration from the specified SQL-based Kinesis Data Analytics application's configuration.</p>
@@ -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 { DeleteApplicationSnapshotRequest, DeleteApplicationSnapshotResponse } 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 DeleteApplicationSnapshotCommandInput extends DeleteApplication
22
19
  export interface DeleteApplicationSnapshotCommandOutput extends DeleteApplicationSnapshotResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteApplicationSnapshotCommand_base: {
25
- new (input: DeleteApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a snapshot of application state.</p>
@@ -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 { DeleteApplicationVpcConfigurationRequest, DeleteApplicationVpcConfigurationResponse } 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 DeleteApplicationVpcConfigurationCommandInput extends DeleteApp
22
19
  export interface DeleteApplicationVpcConfigurationCommandOutput extends DeleteApplicationVpcConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteApplicationVpcConfigurationCommand_base: {
25
- new (input: DeleteApplicationVpcConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationVpcConfigurationCommandInput, DeleteApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteApplicationVpcConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationVpcConfigurationCommandInput, DeleteApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteApplicationVpcConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationVpcConfigurationCommandInput, DeleteApplicationVpcConfigurationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteApplicationVpcConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationVpcConfigurationCommandInput, DeleteApplicationVpcConfigurationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes a VPC configuration from a Managed Service for Apache Flink application.</p>
@@ -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 { DescribeApplicationRequest, DescribeApplicationResponse } 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 DescribeApplicationCommandInput extends DescribeApplicationRequ
22
19
  export interface DescribeApplicationCommandOutput extends DescribeApplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeApplicationCommand_base: {
25
- new (input: DescribeApplicationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeApplicationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeApplicationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeApplicationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about a specific Managed Service for Apache Flink application.</p>
@@ -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 { DescribeApplicationOperationRequest, DescribeApplicationOperationResponse } 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 DescribeApplicationOperationCommandInput extends DescribeApplic
22
19
  export interface DescribeApplicationOperationCommandOutput extends DescribeApplicationOperationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeApplicationOperationCommand_base: {
25
- new (input: DescribeApplicationOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationOperationCommandInput, DescribeApplicationOperationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeApplicationOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationOperationCommandInput, DescribeApplicationOperationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeApplicationOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationOperationCommandInput, DescribeApplicationOperationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeApplicationOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationOperationCommandInput, DescribeApplicationOperationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides a detailed description of a specified application operation. To see a list of all the operations of an application, invoke the <a>ListApplicationOperations</a> operation.</p>
@@ -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 { DescribeApplicationSnapshotRequest, DescribeApplicationSnapshotResponse } 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 DescribeApplicationSnapshotCommandInput extends DescribeApplica
22
19
  export interface DescribeApplicationSnapshotCommandOutput extends DescribeApplicationSnapshotResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeApplicationSnapshotCommand_base: {
25
- new (input: DescribeApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationSnapshotCommandInput, DescribeApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationSnapshotCommandInput, DescribeApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationSnapshotCommandInput, DescribeApplicationSnapshotCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeApplicationSnapshotCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationSnapshotCommandInput, DescribeApplicationSnapshotCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about a snapshot of application state data.</p>
@@ -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 { DescribeApplicationVersionRequest, DescribeApplicationVersionResponse } 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 DescribeApplicationVersionCommandInput extends DescribeApplicat
22
19
  export interface DescribeApplicationVersionCommandOutput extends DescribeApplicationVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeApplicationVersionCommand_base: {
25
- new (input: DescribeApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationVersionCommandInput, DescribeApplicationVersionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationVersionCommandInput, DescribeApplicationVersionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationVersionCommandInput, DescribeApplicationVersionCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeApplicationVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationVersionCommandInput, DescribeApplicationVersionCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides a detailed description of a specified version of the application. To see a list of all the versions of an application, invoke the <a>ListApplicationVersions</a> operation.</p>
@@ -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 { DiscoverInputSchemaRequest, DiscoverInputSchemaResponse } 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 DiscoverInputSchemaCommandInput extends DiscoverInputSchemaRequ
22
19
  export interface DiscoverInputSchemaCommandOutput extends DiscoverInputSchemaResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DiscoverInputSchemaCommand_base: {
25
- new (input: DiscoverInputSchemaCommandInput): import("@smithy/core/client").CommandImpl<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DiscoverInputSchemaCommandInput): import("@smithy/core/client").CommandImpl<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DiscoverInputSchemaCommandInput): import("@smithy/core/client").CommandImpl<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DiscoverInputSchemaCommandInput): import("@smithy/core/client").CommandImpl<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating
@@ -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 { ListApplicationOperationsRequest, ListApplicationOperationsResponse } 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 ListApplicationOperationsCommandInput extends ListApplicationOp
22
19
  export interface ListApplicationOperationsCommandOutput extends ListApplicationOperationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListApplicationOperationsCommand_base: {
25
- new (input: ListApplicationOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationOperationsCommandInput, ListApplicationOperationsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListApplicationOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationOperationsCommandInput, ListApplicationOperationsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListApplicationOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationOperationsCommandInput, ListApplicationOperationsCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListApplicationOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationOperationsCommandInput, ListApplicationOperationsCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all the operations performed for the specified application such as UpdateApplication, StartApplication etc.
@@ -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 { ListApplicationSnapshotsRequest, ListApplicationSnapshotsResponse } 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 ListApplicationSnapshotsCommandInput extends ListApplicationSna
22
19
  export interface ListApplicationSnapshotsCommandOutput extends ListApplicationSnapshotsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListApplicationSnapshotsCommand_base: {
25
- new (input: ListApplicationSnapshotsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationSnapshotsCommandInput, ListApplicationSnapshotsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListApplicationSnapshotsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationSnapshotsCommandInput, ListApplicationSnapshotsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListApplicationSnapshotsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationSnapshotsCommandInput, ListApplicationSnapshotsCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListApplicationSnapshotsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationSnapshotsCommandInput, ListApplicationSnapshotsCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists information about the current application snapshots.</p>