@aws-sdk/client-kinesis-analytics 3.35.0 → 3.38.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 (194) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/KinesisAnalytics.js +0 -13
  3. package/dist-cjs/KinesisAnalyticsClient.js +0 -18
  4. package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js +0 -31
  5. package/dist-cjs/commands/AddApplicationInputCommand.js +0 -41
  6. package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js +0 -30
  7. package/dist-cjs/commands/AddApplicationOutputCommand.js +0 -44
  8. package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js +0 -38
  9. package/dist-cjs/commands/CreateApplicationCommand.js +0 -51
  10. package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +0 -30
  11. package/dist-cjs/commands/DeleteApplicationCommand.js +0 -30
  12. package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +0 -28
  13. package/dist-cjs/commands/DeleteApplicationOutputCommand.js +0 -30
  14. package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +0 -33
  15. package/dist-cjs/commands/DescribeApplicationCommand.js +0 -34
  16. package/dist-cjs/commands/DiscoverInputSchemaCommand.js +0 -39
  17. package/dist-cjs/commands/ListApplicationsCommand.js +0 -41
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  19. package/dist-cjs/commands/StartApplicationCommand.js +0 -36
  20. package/dist-cjs/commands/StopApplicationCommand.js +0 -35
  21. package/dist-cjs/commands/TagResourceCommand.js +0 -26
  22. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  23. package/dist-cjs/commands/UpdateApplicationCommand.js +0 -34
  24. package/dist-cjs/commands/index.js +23 -0
  25. package/dist-cjs/endpoints.js +1 -2
  26. package/dist-cjs/index.js +3 -23
  27. package/dist-cjs/models/index.js +0 -1
  28. package/dist-cjs/models/models_0.js +0 -316
  29. package/dist-cjs/protocols/Aws_json1_1.js +0 -6
  30. package/dist-cjs/runtimeConfig.browser.js +1 -6
  31. package/dist-cjs/runtimeConfig.js +2 -7
  32. package/dist-cjs/runtimeConfig.native.js +0 -4
  33. package/dist-cjs/runtimeConfig.shared.js +0 -4
  34. package/dist-es/KinesisAnalytics.js +0 -1
  35. package/dist-es/KinesisAnalyticsClient.js +0 -1
  36. package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +0 -1
  37. package/dist-es/commands/AddApplicationInputCommand.js +0 -1
  38. package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +0 -1
  39. package/dist-es/commands/AddApplicationOutputCommand.js +0 -1
  40. package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +0 -1
  41. package/dist-es/commands/CreateApplicationCommand.js +0 -1
  42. package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +0 -1
  43. package/dist-es/commands/DeleteApplicationCommand.js +0 -1
  44. package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +0 -1
  45. package/dist-es/commands/DeleteApplicationOutputCommand.js +0 -1
  46. package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +0 -1
  47. package/dist-es/commands/DescribeApplicationCommand.js +0 -1
  48. package/dist-es/commands/DiscoverInputSchemaCommand.js +0 -1
  49. package/dist-es/commands/ListApplicationsCommand.js +0 -1
  50. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  51. package/dist-es/commands/StartApplicationCommand.js +0 -1
  52. package/dist-es/commands/StopApplicationCommand.js +0 -1
  53. package/dist-es/commands/TagResourceCommand.js +0 -1
  54. package/dist-es/commands/UntagResourceCommand.js +0 -1
  55. package/dist-es/commands/UpdateApplicationCommand.js +0 -1
  56. package/dist-es/commands/index.js +20 -0
  57. package/dist-es/endpoints.js +1 -2
  58. package/dist-es/index.js +3 -23
  59. package/dist-es/models/index.js +0 -1
  60. package/dist-es/models/models_0.js +0 -1
  61. package/dist-es/protocols/Aws_json1_1.js +0 -1
  62. package/dist-es/runtimeConfig.browser.js +1 -2
  63. package/dist-es/runtimeConfig.js +2 -3
  64. package/dist-es/runtimeConfig.native.js +0 -1
  65. package/dist-es/runtimeConfig.shared.js +0 -1
  66. package/dist-types/commands/index.d.ts +20 -0
  67. package/dist-types/index.d.ts +3 -22
  68. package/dist-types/ts3.4/KinesisAnalytics.d.ts +21 -253
  69. package/dist-types/ts3.4/KinesisAnalyticsClient.d.ts +24 -98
  70. package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +2 -26
  71. package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +2 -36
  72. package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +2 -25
  73. package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +2 -39
  74. package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +2 -33
  75. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -46
  76. package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +2 -25
  77. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -25
  78. package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +2 -23
  79. package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +2 -25
  80. package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +2 -28
  81. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +2 -29
  82. package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +2 -34
  83. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -36
  84. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  85. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +2 -31
  86. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +2 -30
  87. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
  88. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  89. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -29
  90. package/dist-types/ts3.4/commands/index.d.ts +20 -0
  91. package/dist-types/ts3.4/index.d.ts +3 -22
  92. package/dist-types/ts3.4/models/models_0.d.ts +416 -1552
  93. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  94. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  95. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  96. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  97. package/package.json +33 -30
  98. package/dist-cjs/KinesisAnalytics.js.map +0 -1
  99. package/dist-cjs/KinesisAnalyticsClient.js.map +0 -1
  100. package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js.map +0 -1
  101. package/dist-cjs/commands/AddApplicationInputCommand.js.map +0 -1
  102. package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js.map +0 -1
  103. package/dist-cjs/commands/AddApplicationOutputCommand.js.map +0 -1
  104. package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js.map +0 -1
  105. package/dist-cjs/commands/CreateApplicationCommand.js.map +0 -1
  106. package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js.map +0 -1
  107. package/dist-cjs/commands/DeleteApplicationCommand.js.map +0 -1
  108. package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js.map +0 -1
  109. package/dist-cjs/commands/DeleteApplicationOutputCommand.js.map +0 -1
  110. package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js.map +0 -1
  111. package/dist-cjs/commands/DescribeApplicationCommand.js.map +0 -1
  112. package/dist-cjs/commands/DiscoverInputSchemaCommand.js.map +0 -1
  113. package/dist-cjs/commands/ListApplicationsCommand.js.map +0 -1
  114. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  115. package/dist-cjs/commands/StartApplicationCommand.js.map +0 -1
  116. package/dist-cjs/commands/StopApplicationCommand.js.map +0 -1
  117. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  118. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  119. package/dist-cjs/commands/UpdateApplicationCommand.js.map +0 -1
  120. package/dist-cjs/endpoints.js.map +0 -1
  121. package/dist-cjs/index.js.map +0 -1
  122. package/dist-cjs/models/index.js.map +0 -1
  123. package/dist-cjs/models/models_0.js.map +0 -1
  124. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  125. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  126. package/dist-cjs/runtimeConfig.js.map +0 -1
  127. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  128. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  129. package/dist-es/KinesisAnalytics.js.map +0 -1
  130. package/dist-es/KinesisAnalyticsClient.js.map +0 -1
  131. package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js.map +0 -1
  132. package/dist-es/commands/AddApplicationInputCommand.js.map +0 -1
  133. package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js.map +0 -1
  134. package/dist-es/commands/AddApplicationOutputCommand.js.map +0 -1
  135. package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js.map +0 -1
  136. package/dist-es/commands/CreateApplicationCommand.js.map +0 -1
  137. package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js.map +0 -1
  138. package/dist-es/commands/DeleteApplicationCommand.js.map +0 -1
  139. package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js.map +0 -1
  140. package/dist-es/commands/DeleteApplicationOutputCommand.js.map +0 -1
  141. package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js.map +0 -1
  142. package/dist-es/commands/DescribeApplicationCommand.js.map +0 -1
  143. package/dist-es/commands/DiscoverInputSchemaCommand.js.map +0 -1
  144. package/dist-es/commands/ListApplicationsCommand.js.map +0 -1
  145. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  146. package/dist-es/commands/StartApplicationCommand.js.map +0 -1
  147. package/dist-es/commands/StopApplicationCommand.js.map +0 -1
  148. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  149. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  150. package/dist-es/commands/UpdateApplicationCommand.js.map +0 -1
  151. package/dist-es/endpoints.js.map +0 -1
  152. package/dist-es/index.js.map +0 -1
  153. package/dist-es/models/index.js.map +0 -1
  154. package/dist-es/models/models_0.js.map +0 -1
  155. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  156. package/dist-es/runtimeConfig.browser.js.map +0 -1
  157. package/dist-es/runtimeConfig.js.map +0 -1
  158. package/dist-es/runtimeConfig.native.js.map +0 -1
  159. package/dist-es/runtimeConfig.shared.js.map +0 -1
  160. package/jest.config.js +0 -4
  161. package/src/KinesisAnalytics.ts +0 -936
  162. package/src/KinesisAnalyticsClient.ts +0 -341
  163. package/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts +0 -113
  164. package/src/commands/AddApplicationInputCommand.ts +0 -111
  165. package/src/commands/AddApplicationInputProcessingConfigurationCommand.ts +0 -115
  166. package/src/commands/AddApplicationOutputCommand.ts +0 -114
  167. package/src/commands/AddApplicationReferenceDataSourceCommand.ts +0 -119
  168. package/src/commands/CreateApplicationCommand.ts +0 -121
  169. package/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts +0 -115
  170. package/src/commands/DeleteApplicationCommand.ts +0 -100
  171. package/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts +0 -113
  172. package/src/commands/DeleteApplicationOutputCommand.ts +0 -100
  173. package/src/commands/DeleteApplicationReferenceDataSourceCommand.ts +0 -114
  174. package/src/commands/DescribeApplicationCommand.ts +0 -104
  175. package/src/commands/DiscoverInputSchemaCommand.ts +0 -109
  176. package/src/commands/ListApplicationsCommand.ts +0 -111
  177. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  178. package/src/commands/StartApplicationCommand.ts +0 -106
  179. package/src/commands/StopApplicationCommand.ts +0 -105
  180. package/src/commands/TagResourceCommand.ts +0 -96
  181. package/src/commands/UntagResourceCommand.ts +0 -95
  182. package/src/commands/UpdateApplicationCommand.ts +0 -104
  183. package/src/endpoints.ts +0 -57
  184. package/src/index.ts +0 -23
  185. package/src/models/index.ts +0 -1
  186. package/src/models/models_0.ts +0 -2899
  187. package/src/protocols/Aws_json1_1.ts +0 -3943
  188. package/src/runtimeConfig.browser.ts +0 -41
  189. package/src/runtimeConfig.native.ts +0 -17
  190. package/src/runtimeConfig.shared.ts +0 -17
  191. package/src/runtimeConfig.ts +0 -46
  192. package/tsconfig.es.json +0 -10
  193. package/tsconfig.json +0 -33
  194. package/tsconfig.types.json +0 -9
@@ -20,317 +20,85 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
20
20
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
21
21
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
22
22
  import { KinesisAnalyticsClient } from "./KinesisAnalyticsClient";
23
- /**
24
- * <fullname>Amazon Kinesis Analytics</fullname>
25
- * <p>
26
- * <b>Overview</b>
27
- * </p>
28
- * <note>
29
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
30
- * </note>
31
- * <p>This is the <i>Amazon Kinesis Analytics v1 API Reference</i>.
32
- * The Amazon Kinesis Analytics Developer Guide provides additional information.
33
- * </p>
34
- */
23
+
35
24
  export declare class KinesisAnalytics extends KinesisAnalyticsClient {
36
- /**
37
- * <note>
38
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
39
- * </note>
40
- * <p>Adds a CloudWatch log stream to monitor application configuration errors. For more
41
- * information about using CloudWatch log streams with Amazon Kinesis Analytics
42
- * applications, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-logs.html">Working with Amazon
43
- * CloudWatch Logs</a>.</p>
44
- */
25
+
45
26
  addApplicationCloudWatchLoggingOption(args: AddApplicationCloudWatchLoggingOptionCommandInput, options?: __HttpHandlerOptions): Promise<AddApplicationCloudWatchLoggingOptionCommandOutput>;
46
27
  addApplicationCloudWatchLoggingOption(args: AddApplicationCloudWatchLoggingOptionCommandInput, cb: (err: any, data?: AddApplicationCloudWatchLoggingOptionCommandOutput) => void): void;
47
28
  addApplicationCloudWatchLoggingOption(args: AddApplicationCloudWatchLoggingOptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddApplicationCloudWatchLoggingOptionCommandOutput) => void): void;
48
- /**
49
- * <note>
50
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
51
- * </note>
52
- * <p>
53
- * Adds a streaming source to your Amazon Kinesis application.
54
- * For conceptual information,
55
- * see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html">Configuring Application Input</a>.
56
- * </p>
57
- * <p>You can add a streaming source either when you create an application or you can use
58
- * this operation to add a streaming source after you create an application. For more information, see
59
- * <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_CreateApplication.html">CreateApplication</a>.</p>
60
- * <p>Any configuration update, including adding a streaming source using this operation,
61
- * results in a new version of the application. You can use the <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_DescribeApplication.html">DescribeApplication</a> operation
62
- * to find the current application version.
63
- * </p>
64
- * <p>This operation requires permissions to perform the
65
- * <code>kinesisanalytics:AddApplicationInput</code> action.</p>
66
- */
29
+
67
30
  addApplicationInput(args: AddApplicationInputCommandInput, options?: __HttpHandlerOptions): Promise<AddApplicationInputCommandOutput>;
68
31
  addApplicationInput(args: AddApplicationInputCommandInput, cb: (err: any, data?: AddApplicationInputCommandOutput) => void): void;
69
32
  addApplicationInput(args: AddApplicationInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddApplicationInputCommandOutput) => void): void;
70
- /**
71
- * <note>
72
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
73
- * </note>
74
- * <p>Adds an <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_InputProcessingConfiguration.html">InputProcessingConfiguration</a> to an application. An input processor preprocesses records on the input stream
75
- * before the application's SQL code executes. Currently, the only input processor available is
76
- * <a href="https://docs.aws.amazon.com/lambda/">AWS Lambda</a>.</p>
77
- */
33
+
78
34
  addApplicationInputProcessingConfiguration(args: AddApplicationInputProcessingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<AddApplicationInputProcessingConfigurationCommandOutput>;
79
35
  addApplicationInputProcessingConfiguration(args: AddApplicationInputProcessingConfigurationCommandInput, cb: (err: any, data?: AddApplicationInputProcessingConfigurationCommandOutput) => void): void;
80
36
  addApplicationInputProcessingConfiguration(args: AddApplicationInputProcessingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddApplicationInputProcessingConfigurationCommandOutput) => void): void;
81
- /**
82
- * <note>
83
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
84
- * </note>
85
- * <p>Adds an external destination to your Amazon Kinesis Analytics application.</p>
86
- * <p>If you want Amazon Kinesis Analytics to deliver data from an in-application stream
87
- * within your application to an external destination (such as an Amazon Kinesis stream, an
88
- * Amazon Kinesis Firehose delivery stream, or an AWS Lambda function), you add the
89
- * relevant configuration to your application using this operation. You can configure one
90
- * or more outputs for your application. Each output configuration maps an in-application
91
- * stream and an external destination.</p>
92
- * <p> You can use one of the output configurations to deliver data from your
93
- * in-application error stream to an external destination so that you can analyze the
94
- * errors. For more information, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html">Understanding Application
95
- * Output (Destination)</a>. </p>
96
- * <p> Any configuration update, including adding a streaming source using this
97
- * operation, results in a new version of the application. You can use the <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_DescribeApplication.html">DescribeApplication</a> operation to find the current application
98
- * version.</p>
99
- * <p>For the limits on the number of application inputs and outputs
100
- * you can configure, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html">Limits</a>.</p>
101
- * <p>This operation requires permissions to perform the <code>kinesisanalytics:AddApplicationOutput</code> action.</p>
102
- */
37
+
103
38
  addApplicationOutput(args: AddApplicationOutputCommandInput, options?: __HttpHandlerOptions): Promise<AddApplicationOutputCommandOutput>;
104
39
  addApplicationOutput(args: AddApplicationOutputCommandInput, cb: (err: any, data?: AddApplicationOutputCommandOutput) => void): void;
105
40
  addApplicationOutput(args: AddApplicationOutputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddApplicationOutputCommandOutput) => void): void;
106
- /**
107
- * <note>
108
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
109
- * </note>
110
- * <p>Adds a reference data source to an existing application.</p>
111
- * <p>Amazon Kinesis Analytics reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in Amazon S3 object maps to columns in the resulting in-application table.</p>
112
- * <p>
113
- * For conceptual information,
114
- * see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html">Configuring Application Input</a>.
115
- * For the limits on data sources you can add to your application, see
116
- * <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html">Limits</a>.
117
- * </p>
118
- * <p>
119
- * This operation requires permissions to perform the <code>kinesisanalytics:AddApplicationOutput</code> action.
120
- * </p>
121
- */
41
+
122
42
  addApplicationReferenceDataSource(args: AddApplicationReferenceDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<AddApplicationReferenceDataSourceCommandOutput>;
123
43
  addApplicationReferenceDataSource(args: AddApplicationReferenceDataSourceCommandInput, cb: (err: any, data?: AddApplicationReferenceDataSourceCommandOutput) => void): void;
124
44
  addApplicationReferenceDataSource(args: AddApplicationReferenceDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddApplicationReferenceDataSourceCommandOutput) => void): void;
125
- /**
126
- * <note>
127
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
128
- * </note>
129
- *
130
- * <p>
131
- * Creates an Amazon Kinesis Analytics application.
132
- * You can configure each application with one streaming source as input,
133
- * application code to process the input, and up to
134
- * three destinations where
135
- * you want Amazon Kinesis Analytics to write the output data from your application.
136
- * For an overview, see
137
- * <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works.html">How it Works</a>.
138
- * </p>
139
- * <p>In the input configuration, you map the streaming source to an in-application stream, which you can think of as a constantly updating table. In the mapping, you must provide a schema for the in-application stream and map each data column in the in-application stream to a
140
- * data element in the streaming source.</p>
141
- *
142
- * <p>Your application code is one or more SQL statements that read input data, transform it, and generate output. Your application code can create one or more SQL artifacts like SQL streams or pumps.</p>
143
- * <p>In the output configuration, you can configure the application to write data from in-application streams created in your applications to up to three destinations.</p>
144
- * <p>
145
- * To read data from your source stream or write data to destination streams, Amazon Kinesis Analytics
146
- * needs your permissions. You grant these permissions by creating IAM roles. This operation requires permissions to perform the
147
- * <code>kinesisanalytics:CreateApplication</code> action.
148
- * </p>
149
- * <p>
150
- * For introductory exercises to create an Amazon Kinesis Analytics application, see
151
- * <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/getting-started.html">Getting Started</a>.
152
- * </p>
153
- */
45
+
154
46
  createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
155
47
  createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
156
48
  createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
157
- /**
158
- * <note>
159
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
160
- * </note>
161
- * <p>Deletes the specified application. Amazon Kinesis Analytics halts application execution and deletes the application, including any application artifacts (such as in-application streams, reference table, and application code).</p>
162
- *
163
- * <p>This operation requires permissions to perform the <code>kinesisanalytics:DeleteApplication</code> action.</p>
164
- */
49
+
165
50
  deleteApplication(args: DeleteApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCommandOutput>;
166
51
  deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
167
52
  deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
168
- /**
169
- * <note>
170
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
171
- * </note>
172
- * <p>Deletes a CloudWatch log stream from an application. For more information about
173
- * using CloudWatch log streams with Amazon Kinesis Analytics applications, see
174
- * <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-logs.html">Working with Amazon CloudWatch Logs</a>.</p>
175
- */
53
+
176
54
  deleteApplicationCloudWatchLoggingOption(args: DeleteApplicationCloudWatchLoggingOptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCloudWatchLoggingOptionCommandOutput>;
177
55
  deleteApplicationCloudWatchLoggingOption(args: DeleteApplicationCloudWatchLoggingOptionCommandInput, cb: (err: any, data?: DeleteApplicationCloudWatchLoggingOptionCommandOutput) => void): void;
178
56
  deleteApplicationCloudWatchLoggingOption(args: DeleteApplicationCloudWatchLoggingOptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCloudWatchLoggingOptionCommandOutput) => void): void;
179
- /**
180
- * <note>
181
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
182
- * </note>
183
- * <p>Deletes an <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_InputProcessingConfiguration.html">InputProcessingConfiguration</a> from an input.</p>
184
- */
57
+
185
58
  deleteApplicationInputProcessingConfiguration(args: DeleteApplicationInputProcessingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationInputProcessingConfigurationCommandOutput>;
186
59
  deleteApplicationInputProcessingConfiguration(args: DeleteApplicationInputProcessingConfigurationCommandInput, cb: (err: any, data?: DeleteApplicationInputProcessingConfigurationCommandOutput) => void): void;
187
60
  deleteApplicationInputProcessingConfiguration(args: DeleteApplicationInputProcessingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationInputProcessingConfigurationCommandOutput) => void): void;
188
- /**
189
- * <note>
190
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
191
- * </note>
192
- * <p>Deletes output destination configuration from your application configuration. Amazon Kinesis Analytics will no longer write data from the corresponding in-application stream to the external output destination.</p>
193
- * <p>This operation requires permissions to perform the
194
- * <code>kinesisanalytics:DeleteApplicationOutput</code> action.</p>
195
- */
61
+
196
62
  deleteApplicationOutput(args: DeleteApplicationOutputCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationOutputCommandOutput>;
197
63
  deleteApplicationOutput(args: DeleteApplicationOutputCommandInput, cb: (err: any, data?: DeleteApplicationOutputCommandOutput) => void): void;
198
64
  deleteApplicationOutput(args: DeleteApplicationOutputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationOutputCommandOutput) => void): void;
199
- /**
200
- * <note>
201
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
202
- * </note>
203
- * <p>Deletes a reference data source configuration from the specified application configuration.</p>
204
- * <p>If the application is running, Amazon Kinesis Analytics immediately removes the in-application table
205
- * that you created using the <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_AddApplicationReferenceDataSource.html">AddApplicationReferenceDataSource</a> operation. </p>
206
- *
207
- * <p>This operation requires permissions to perform the <code>kinesisanalytics.DeleteApplicationReferenceDataSource</code>
208
- * action.</p>
209
- */
65
+
210
66
  deleteApplicationReferenceDataSource(args: DeleteApplicationReferenceDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationReferenceDataSourceCommandOutput>;
211
67
  deleteApplicationReferenceDataSource(args: DeleteApplicationReferenceDataSourceCommandInput, cb: (err: any, data?: DeleteApplicationReferenceDataSourceCommandOutput) => void): void;
212
68
  deleteApplicationReferenceDataSource(args: DeleteApplicationReferenceDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationReferenceDataSourceCommandOutput) => void): void;
213
- /**
214
- * <note>
215
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
216
- * </note>
217
- * <p>Returns information about a specific Amazon Kinesis Analytics application.</p>
218
- * <p>If you want to retrieve a list of all applications in your account,
219
- * use the <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_ListApplications.html">ListApplications</a> operation.</p>
220
- * <p>This operation requires permissions to perform the <code>kinesisanalytics:DescribeApplication</code>
221
- * action. You can use <code>DescribeApplication</code> to get the current application versionId, which you need to call other
222
- * operations such as <code>Update</code>.
223
- * </p>
224
- */
69
+
225
70
  describeApplication(args: DescribeApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeApplicationCommandOutput>;
226
71
  describeApplication(args: DescribeApplicationCommandInput, cb: (err: any, data?: DescribeApplicationCommandOutput) => void): void;
227
72
  describeApplication(args: DescribeApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicationCommandOutput) => void): void;
228
- /**
229
- * <note>
230
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
231
- * </note>
232
- * <p>Infers a schema by evaluating sample records on the specified streaming source (Amazon Kinesis stream or Amazon Kinesis Firehose delivery stream) or S3 object. In the response, the operation returns the inferred schema and also the sample records that the operation used to infer the schema.</p>
233
- * <p>
234
- * You can use the inferred schema when configuring a streaming source
235
- * for your application. For conceptual information,
236
- * see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html">Configuring Application Input</a>.
237
- * Note that when you create an application using the Amazon Kinesis Analytics console,
238
- * the console uses this operation to infer a schema and show it in the console user interface.
239
- * </p>
240
- * <p>
241
- * This operation requires permissions to perform the
242
- * <code>kinesisanalytics:DiscoverInputSchema</code> action.
243
- * </p>
244
- */
73
+
245
74
  discoverInputSchema(args: DiscoverInputSchemaCommandInput, options?: __HttpHandlerOptions): Promise<DiscoverInputSchemaCommandOutput>;
246
75
  discoverInputSchema(args: DiscoverInputSchemaCommandInput, cb: (err: any, data?: DiscoverInputSchemaCommandOutput) => void): void;
247
76
  discoverInputSchema(args: DiscoverInputSchemaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DiscoverInputSchemaCommandOutput) => void): void;
248
- /**
249
- * <note>
250
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
251
- * </note>
252
- * <p>Returns a list of Amazon Kinesis Analytics applications in your account.
253
- * For each application, the response includes the application name,
254
- * Amazon Resource Name (ARN), and status.
255
- *
256
- * If the response returns the <code>HasMoreApplications</code> value as true,
257
- * you can send another request by adding the
258
- * <code>ExclusiveStartApplicationName</code> in the request body, and
259
- * set the value of this to the last application name from
260
- * the previous response.
261
- * </p>
262
- * <p>If you want detailed information about a specific application, use
263
- * <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_DescribeApplication.html">DescribeApplication</a>.</p>
264
- * <p>This operation requires permissions to perform the
265
- * <code>kinesisanalytics:ListApplications</code> action.</p>
266
- */
77
+
267
78
  listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
268
79
  listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
269
80
  listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
270
- /**
271
- * <p>Retrieves the list of key-value tags assigned to the application. For more information, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html">Using Tagging</a>.</p>
272
- */
81
+
273
82
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
274
83
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
275
84
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
276
- /**
277
- * <note>
278
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
279
- * </note>
280
- * <p>Starts the specified Amazon Kinesis Analytics application. After creating an application, you must exclusively call this operation to start your application.</p>
281
- * <p>After the application starts, it begins consuming the input data, processes it, and writes the output to the configured destination.</p>
282
- * <p>
283
- * The application status must be <code>READY</code> for you to start an application. You can
284
- * get the application status in the console or using the <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_DescribeApplication.html">DescribeApplication</a> operation.</p>
285
- * <p>After you start the application, you can stop the application from processing
286
- * the input by calling the <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_StopApplication.html">StopApplication</a> operation.</p>
287
- * <p>This operation requires permissions to perform the
288
- * <code>kinesisanalytics:StartApplication</code> action.</p>
289
- */
85
+
290
86
  startApplication(args: StartApplicationCommandInput, options?: __HttpHandlerOptions): Promise<StartApplicationCommandOutput>;
291
87
  startApplication(args: StartApplicationCommandInput, cb: (err: any, data?: StartApplicationCommandOutput) => void): void;
292
88
  startApplication(args: StartApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartApplicationCommandOutput) => void): void;
293
- /**
294
- * <note>
295
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
296
- * </note>
297
- * <p>Stops the application from processing input data. You can stop
298
- * an application only if it is in the running state.
299
- * You can use the <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_DescribeApplication.html">DescribeApplication</a> operation to find the application state.
300
- * After the application is stopped,
301
- * Amazon Kinesis Analytics stops reading data from the input, the
302
- * application stops processing data, and there is no output written to the destination. </p>
303
- * <p>This operation requires permissions to perform the
304
- * <code>kinesisanalytics:StopApplication</code> action.</p>
305
- */
89
+
306
90
  stopApplication(args: StopApplicationCommandInput, options?: __HttpHandlerOptions): Promise<StopApplicationCommandOutput>;
307
91
  stopApplication(args: StopApplicationCommandInput, cb: (err: any, data?: StopApplicationCommandOutput) => void): void;
308
92
  stopApplication(args: StopApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopApplicationCommandOutput) => void): void;
309
- /**
310
- * <p>Adds one or more key-value tags to a Kinesis Analytics application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.
311
- * For more information, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html">Using Tagging</a>.</p>
312
- */
93
+
313
94
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
314
95
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
315
96
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
316
- /**
317
- * <p>Removes one or more tags from a Kinesis Analytics application. For more information, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-tagging.html">Using Tagging</a>.</p>
318
- */
97
+
319
98
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
320
99
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
321
100
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
322
- /**
323
- * <note>
324
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
325
- * </note>
326
- * <p>Updates an existing Amazon Kinesis Analytics application. Using this API,
327
- * you can update application code, input configuration, and
328
- * output configuration. </p>
329
- * <p>Note that Amazon Kinesis Analytics updates the <code>CurrentApplicationVersionId</code>
330
- * each time you update your application. </p>
331
- * <p>This operation requires permission for the
332
- * <code>kinesisanalytics:UpdateApplication</code> action.</p>
333
- */
101
+
334
102
  updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
335
103
  updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
336
104
  updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
@@ -29,133 +29,59 @@ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from ".
29
29
  export declare type ServiceInputTypes = AddApplicationCloudWatchLoggingOptionCommandInput | AddApplicationInputCommandInput | AddApplicationInputProcessingConfigurationCommandInput | AddApplicationOutputCommandInput | AddApplicationReferenceDataSourceCommandInput | CreateApplicationCommandInput | DeleteApplicationCloudWatchLoggingOptionCommandInput | DeleteApplicationCommandInput | DeleteApplicationInputProcessingConfigurationCommandInput | DeleteApplicationOutputCommandInput | DeleteApplicationReferenceDataSourceCommandInput | DescribeApplicationCommandInput | DiscoverInputSchemaCommandInput | ListApplicationsCommandInput | ListTagsForResourceCommandInput | StartApplicationCommandInput | StopApplicationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput;
30
30
  export declare type ServiceOutputTypes = AddApplicationCloudWatchLoggingOptionCommandOutput | AddApplicationInputCommandOutput | AddApplicationInputProcessingConfigurationCommandOutput | AddApplicationOutputCommandOutput | AddApplicationReferenceDataSourceCommandOutput | CreateApplicationCommandOutput | DeleteApplicationCloudWatchLoggingOptionCommandOutput | DeleteApplicationCommandOutput | DeleteApplicationInputProcessingConfigurationCommandOutput | DeleteApplicationOutputCommandOutput | DeleteApplicationReferenceDataSourceCommandOutput | DescribeApplicationCommandOutput | DiscoverInputSchemaCommandOutput | ListApplicationsCommandOutput | ListTagsForResourceCommandOutput | StartApplicationCommandOutput | StopApplicationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput;
31
31
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
32
- /**
33
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
34
- */
32
+
35
33
  requestHandler?: __HttpHandler;
36
- /**
37
- * A constructor for a class implementing the {@link __Hash} interface
38
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
39
- * @internal
40
- */
34
+
41
35
  sha256?: __HashConstructor;
42
- /**
43
- * The function that will be used to convert strings into HTTP endpoints.
44
- * @internal
45
- */
36
+
46
37
  urlParser?: __UrlParser;
47
- /**
48
- * A function that can calculate the length of a request body.
49
- * @internal
50
- */
38
+
51
39
  bodyLengthChecker?: (body: any) => number | undefined;
52
- /**
53
- * A function that converts a stream into an array of bytes.
54
- * @internal
55
- */
40
+
56
41
  streamCollector?: __StreamCollector;
57
- /**
58
- * The function that will be used to convert a base64-encoded string to a byte array.
59
- * @internal
60
- */
42
+
61
43
  base64Decoder?: __Decoder;
62
- /**
63
- * The function that will be used to convert binary data to a base64-encoded string.
64
- * @internal
65
- */
44
+
66
45
  base64Encoder?: __Encoder;
67
- /**
68
- * The function that will be used to convert a UTF8-encoded string to a byte array.
69
- * @internal
70
- */
46
+
71
47
  utf8Decoder?: __Decoder;
72
- /**
73
- * The function that will be used to convert binary data to a UTF-8 encoded string.
74
- * @internal
75
- */
48
+
76
49
  utf8Encoder?: __Encoder;
77
- /**
78
- * The runtime environment.
79
- * @internal
80
- */
50
+
81
51
  runtime?: string;
82
- /**
83
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
84
- * trait of an operation.
85
- */
52
+
86
53
  disableHostPrefix?: boolean;
87
- /**
88
- * Value for how many times a request will be made at most in case of retry.
89
- */
54
+
90
55
  maxAttempts?: number | __Provider<number>;
91
- /**
92
- * Specifies which retry algorithm to use.
93
- */
56
+
94
57
  retryMode?: string | __Provider<string>;
95
- /**
96
- * Optional logger for logging debug/info/warn/error.
97
- */
58
+
98
59
  logger?: __Logger;
99
- /**
100
- * Unique service identifier.
101
- * @internal
102
- */
60
+
103
61
  serviceId?: string;
104
- /**
105
- * The AWS region to which this client will send requests
106
- */
62
+
107
63
  region?: string | __Provider<string>;
108
- /**
109
- * Default credentials provider; Not available in browser runtime.
110
- * @internal
111
- */
64
+
112
65
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
113
- /**
114
- * Fetch related hostname, signing name or signing region with given region.
115
- * @internal
116
- */
66
+
117
67
  regionInfoProvider?: RegionInfoProvider;
118
- /**
119
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
120
- * @internal
121
- */
68
+
122
69
  defaultUserAgentProvider?: Provider<__UserAgent>;
123
70
  }
124
71
  declare type KinesisAnalyticsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
125
- /**
126
- * The configuration interface of KinesisAnalyticsClient class constructor that set the region, credentials and other options.
127
- */
72
+
128
73
  export interface KinesisAnalyticsClientConfig extends KinesisAnalyticsClientConfigType {
129
74
  }
130
75
  declare type KinesisAnalyticsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
131
- /**
132
- * The resolved configuration interface of KinesisAnalyticsClient class. This is resolved and normalized from the {@link KinesisAnalyticsClientConfig | constructor configuration interface}.
133
- */
76
+
134
77
  export interface KinesisAnalyticsClientResolvedConfig extends KinesisAnalyticsClientResolvedConfigType {
135
78
  }
136
- /**
137
- * <fullname>Amazon Kinesis Analytics</fullname>
138
- * <p>
139
- * <b>Overview</b>
140
- * </p>
141
- * <note>
142
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
143
- * </note>
144
- * <p>This is the <i>Amazon Kinesis Analytics v1 API Reference</i>.
145
- * The Amazon Kinesis Analytics Developer Guide provides additional information.
146
- * </p>
147
- */
79
+
148
80
  export declare class KinesisAnalyticsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, KinesisAnalyticsClientResolvedConfig> {
149
- /**
150
- * The resolved configuration of KinesisAnalyticsClient class. This is resolved and normalized from the {@link KinesisAnalyticsClientConfig | constructor configuration interface}.
151
- */
81
+
152
82
  readonly config: KinesisAnalyticsClientResolvedConfig;
153
83
  constructor(configuration: KinesisAnalyticsClientConfig);
154
- /**
155
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
156
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
157
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
158
- */
84
+
159
85
  destroy(): void;
160
86
  }
161
87
  export {};
@@ -6,35 +6,11 @@ export interface AddApplicationCloudWatchLoggingOptionCommandInput extends AddAp
6
6
  }
7
7
  export interface AddApplicationCloudWatchLoggingOptionCommandOutput extends AddApplicationCloudWatchLoggingOptionResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <note>
11
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
12
- * </note>
13
- * <p>Adds a CloudWatch log stream to monitor application configuration errors. For more
14
- * information about using CloudWatch log streams with Amazon Kinesis Analytics
15
- * applications, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-logs.html">Working with Amazon
16
- * CloudWatch Logs</a>.</p>
17
- * @example
18
- * Use a bare-bones client and the command you need to make an API call.
19
- * ```javascript
20
- * import { KinesisAnalyticsClient, AddApplicationCloudWatchLoggingOptionCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import
21
- * // const { KinesisAnalyticsClient, AddApplicationCloudWatchLoggingOptionCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import
22
- * const client = new KinesisAnalyticsClient(config);
23
- * const command = new AddApplicationCloudWatchLoggingOptionCommand(input);
24
- * const response = await client.send(command);
25
- * ```
26
- *
27
- * @see {@link AddApplicationCloudWatchLoggingOptionCommandInput} for command's `input` shape.
28
- * @see {@link AddApplicationCloudWatchLoggingOptionCommandOutput} for command's `response` shape.
29
- * @see {@link KinesisAnalyticsClientResolvedConfig | config} for command's `input` shape.
30
- *
31
- */
9
+
32
10
  export declare class AddApplicationCloudWatchLoggingOptionCommand extends $Command<AddApplicationCloudWatchLoggingOptionCommandInput, AddApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsClientResolvedConfig> {
33
11
  readonly input: AddApplicationCloudWatchLoggingOptionCommandInput;
34
12
  constructor(input: AddApplicationCloudWatchLoggingOptionCommandInput);
35
- /**
36
- * @internal
37
- */
13
+
38
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddApplicationCloudWatchLoggingOptionCommandInput, AddApplicationCloudWatchLoggingOptionCommandOutput>;
39
15
  private serialize;
40
16
  private deserialize;
@@ -6,45 +6,11 @@ export interface AddApplicationInputCommandInput extends AddApplicationInputRequ
6
6
  }
7
7
  export interface AddApplicationInputCommandOutput extends AddApplicationInputResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <note>
11
- * <p>This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see <a href="/kinesisanalytics/latest/apiv2/Welcome.html">Amazon Kinesis Data Analytics API V2 Documentation</a>.</p>
12
- * </note>
13
- * <p>
14
- * Adds a streaming source to your Amazon Kinesis application.
15
- * For conceptual information,
16
- * see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html">Configuring Application Input</a>.
17
- * </p>
18
- * <p>You can add a streaming source either when you create an application or you can use
19
- * this operation to add a streaming source after you create an application. For more information, see
20
- * <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_CreateApplication.html">CreateApplication</a>.</p>
21
- * <p>Any configuration update, including adding a streaming source using this operation,
22
- * results in a new version of the application. You can use the <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_DescribeApplication.html">DescribeApplication</a> operation
23
- * to find the current application version.
24
- * </p>
25
- * <p>This operation requires permissions to perform the
26
- * <code>kinesisanalytics:AddApplicationInput</code> action.</p>
27
- * @example
28
- * Use a bare-bones client and the command you need to make an API call.
29
- * ```javascript
30
- * import { KinesisAnalyticsClient, AddApplicationInputCommand } from "@aws-sdk/client-kinesis-analytics"; // ES Modules import
31
- * // const { KinesisAnalyticsClient, AddApplicationInputCommand } = require("@aws-sdk/client-kinesis-analytics"); // CommonJS import
32
- * const client = new KinesisAnalyticsClient(config);
33
- * const command = new AddApplicationInputCommand(input);
34
- * const response = await client.send(command);
35
- * ```
36
- *
37
- * @see {@link AddApplicationInputCommandInput} for command's `input` shape.
38
- * @see {@link AddApplicationInputCommandOutput} for command's `response` shape.
39
- * @see {@link KinesisAnalyticsClientResolvedConfig | config} for command's `input` shape.
40
- *
41
- */
9
+
42
10
  export declare class AddApplicationInputCommand extends $Command<AddApplicationInputCommandInput, AddApplicationInputCommandOutput, KinesisAnalyticsClientResolvedConfig> {
43
11
  readonly input: AddApplicationInputCommandInput;
44
12
  constructor(input: AddApplicationInputCommandInput);
45
- /**
46
- * @internal
47
- */
13
+
48
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddApplicationInputCommandInput, AddApplicationInputCommandOutput>;
49
15
  private serialize;
50
16
  private deserialize;