@aws-sdk/client-kinesis-analytics-v2 3.296.0 → 3.298.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 (101) hide show
  1. package/dist-cjs/commands/AddApplicationCloudWatchLoggingOptionCommand.js +2 -3
  2. package/dist-cjs/commands/AddApplicationInputCommand.js +2 -3
  3. package/dist-cjs/commands/AddApplicationInputProcessingConfigurationCommand.js +2 -3
  4. package/dist-cjs/commands/AddApplicationOutputCommand.js +2 -3
  5. package/dist-cjs/commands/AddApplicationReferenceDataSourceCommand.js +2 -3
  6. package/dist-cjs/commands/AddApplicationVpcConfigurationCommand.js +2 -3
  7. package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
  8. package/dist-cjs/commands/CreateApplicationPresignedUrlCommand.js +2 -3
  9. package/dist-cjs/commands/CreateApplicationSnapshotCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteApplicationInputProcessingConfigurationCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteApplicationOutputCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteApplicationReferenceDataSourceCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteApplicationSnapshotCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteApplicationVpcConfigurationCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeApplicationCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeApplicationSnapshotCommand.js +2 -3
  19. package/dist-cjs/commands/DescribeApplicationVersionCommand.js +2 -3
  20. package/dist-cjs/commands/DiscoverInputSchemaCommand.js +2 -3
  21. package/dist-cjs/commands/ListApplicationSnapshotsCommand.js +2 -3
  22. package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -3
  23. package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  25. package/dist-cjs/commands/RollbackApplicationCommand.js +2 -3
  26. package/dist-cjs/commands/StartApplicationCommand.js +2 -3
  27. package/dist-cjs/commands/StopApplicationCommand.js +2 -3
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateApplicationMaintenanceConfigurationCommand.js +2 -3
  32. package/dist-cjs/models/models_0.js +1 -729
  33. package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +2 -3
  34. package/dist-es/commands/AddApplicationInputCommand.js +2 -3
  35. package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +2 -3
  36. package/dist-es/commands/AddApplicationOutputCommand.js +2 -3
  37. package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +2 -3
  38. package/dist-es/commands/AddApplicationVpcConfigurationCommand.js +2 -3
  39. package/dist-es/commands/CreateApplicationCommand.js +2 -3
  40. package/dist-es/commands/CreateApplicationPresignedUrlCommand.js +2 -3
  41. package/dist-es/commands/CreateApplicationSnapshotCommand.js +2 -3
  42. package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +2 -3
  43. package/dist-es/commands/DeleteApplicationCommand.js +2 -3
  44. package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +2 -3
  45. package/dist-es/commands/DeleteApplicationOutputCommand.js +2 -3
  46. package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +2 -3
  47. package/dist-es/commands/DeleteApplicationSnapshotCommand.js +2 -3
  48. package/dist-es/commands/DeleteApplicationVpcConfigurationCommand.js +2 -3
  49. package/dist-es/commands/DescribeApplicationCommand.js +2 -3
  50. package/dist-es/commands/DescribeApplicationSnapshotCommand.js +2 -3
  51. package/dist-es/commands/DescribeApplicationVersionCommand.js +2 -3
  52. package/dist-es/commands/DiscoverInputSchemaCommand.js +2 -3
  53. package/dist-es/commands/ListApplicationSnapshotsCommand.js +2 -3
  54. package/dist-es/commands/ListApplicationVersionsCommand.js +2 -3
  55. package/dist-es/commands/ListApplicationsCommand.js +2 -3
  56. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  57. package/dist-es/commands/RollbackApplicationCommand.js +2 -3
  58. package/dist-es/commands/StartApplicationCommand.js +2 -3
  59. package/dist-es/commands/StopApplicationCommand.js +2 -3
  60. package/dist-es/commands/TagResourceCommand.js +2 -3
  61. package/dist-es/commands/UntagResourceCommand.js +2 -3
  62. package/dist-es/commands/UpdateApplicationCommand.js +2 -3
  63. package/dist-es/commands/UpdateApplicationMaintenanceConfigurationCommand.js +2 -3
  64. package/dist-es/models/models_0.js +0 -543
  65. package/dist-types/KinesisAnalyticsV2.d.ts +32 -0
  66. package/dist-types/KinesisAnalyticsV2Client.d.ts +24 -4
  67. package/dist-types/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +16 -0
  68. package/dist-types/commands/AddApplicationInputCommand.d.ts +16 -0
  69. package/dist-types/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +16 -0
  70. package/dist-types/commands/AddApplicationOutputCommand.d.ts +16 -0
  71. package/dist-types/commands/AddApplicationReferenceDataSourceCommand.d.ts +16 -0
  72. package/dist-types/commands/AddApplicationVpcConfigurationCommand.d.ts +16 -0
  73. package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
  74. package/dist-types/commands/CreateApplicationPresignedUrlCommand.d.ts +16 -0
  75. package/dist-types/commands/CreateApplicationSnapshotCommand.d.ts +16 -0
  76. package/dist-types/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +16 -0
  77. package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
  78. package/dist-types/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +16 -0
  79. package/dist-types/commands/DeleteApplicationOutputCommand.d.ts +16 -0
  80. package/dist-types/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +16 -0
  81. package/dist-types/commands/DeleteApplicationSnapshotCommand.d.ts +16 -0
  82. package/dist-types/commands/DeleteApplicationVpcConfigurationCommand.d.ts +16 -0
  83. package/dist-types/commands/DescribeApplicationCommand.d.ts +16 -0
  84. package/dist-types/commands/DescribeApplicationSnapshotCommand.d.ts +16 -0
  85. package/dist-types/commands/DescribeApplicationVersionCommand.d.ts +16 -0
  86. package/dist-types/commands/DiscoverInputSchemaCommand.d.ts +16 -0
  87. package/dist-types/commands/ListApplicationSnapshotsCommand.d.ts +16 -0
  88. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +16 -0
  89. package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
  90. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  91. package/dist-types/commands/RollbackApplicationCommand.d.ts +16 -0
  92. package/dist-types/commands/StartApplicationCommand.d.ts +16 -0
  93. package/dist-types/commands/StopApplicationCommand.d.ts +16 -0
  94. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  95. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +16 -0
  98. package/dist-types/models/KinesisAnalyticsV2ServiceException.d.ts +2 -0
  99. package/dist-types/models/models_0.d.ts +357 -724
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -523
  101. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
5
  import { DescribeApplicationVersionRequest, DescribeApplicationVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeApplicationVersionCommand}.
8
10
  */
9
11
  export interface DescribeApplicationVersionCommandInput extends DescribeApplicationVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeApplicationVersionCommand}.
13
17
  */
14
18
  export interface DescribeApplicationVersionCommandOutput extends DescribeApplicationVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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>
18
23
  * <note>
19
24
  * <p>This operation is supported only for Amazon Kinesis Data Analytics for Apache Flink.</p>
@@ -28,6 +33,8 @@ export interface DescribeApplicationVersionCommandOutput extends DescribeApplica
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DescribeApplicationVersionCommandInput - {@link DescribeApplicationVersionCommandInput}
37
+ * @returns {@link DescribeApplicationVersionCommandOutput}
31
38
  * @see {@link DescribeApplicationVersionCommandInput} for command's `input` shape.
32
39
  * @see {@link DescribeApplicationVersionCommandOutput} for command's `response` shape.
33
40
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
@@ -47,11 +54,20 @@ export interface DescribeApplicationVersionCommandOutput extends DescribeApplica
47
54
  export declare class DescribeApplicationVersionCommand extends $Command<DescribeApplicationVersionCommandInput, DescribeApplicationVersionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
48
55
  readonly input: DescribeApplicationVersionCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DescribeApplicationVersionCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationVersionCommandInput, DescribeApplicationVersionCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
5
  import { DiscoverInputSchemaRequest, DiscoverInputSchemaResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DiscoverInputSchemaCommand}.
8
10
  */
9
11
  export interface DiscoverInputSchemaCommandInput extends DiscoverInputSchemaRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DiscoverInputSchemaCommand}.
13
17
  */
14
18
  export interface DiscoverInputSchemaCommandOutput extends DiscoverInputSchemaResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating
18
23
  * sample records on the specified streaming source (Kinesis data stream or Kinesis Data Firehose
19
24
  * delivery stream) or Amazon S3 object. In the response, the operation returns the inferred
@@ -31,6 +36,8 @@ export interface DiscoverInputSchemaCommandOutput extends DiscoverInputSchemaRes
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param DiscoverInputSchemaCommandInput - {@link DiscoverInputSchemaCommandInput}
40
+ * @returns {@link DiscoverInputSchemaCommandOutput}
34
41
  * @see {@link DiscoverInputSchemaCommandInput} for command's `input` shape.
35
42
  * @see {@link DiscoverInputSchemaCommandOutput} for command's `response` shape.
36
43
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
@@ -61,11 +68,20 @@ export interface DiscoverInputSchemaCommandOutput extends DiscoverInputSchemaRes
61
68
  export declare class DiscoverInputSchemaCommand extends $Command<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
62
69
  readonly input: DiscoverInputSchemaCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: DiscoverInputSchemaCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
5
  import { ListApplicationSnapshotsRequest, ListApplicationSnapshotsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListApplicationSnapshotsCommand}.
8
10
  */
9
11
  export interface ListApplicationSnapshotsCommandInput extends ListApplicationSnapshotsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListApplicationSnapshotsCommand}.
13
17
  */
14
18
  export interface ListApplicationSnapshotsCommandOutput extends ListApplicationSnapshotsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists information about the current application snapshots.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListApplicationSnapshotsCommandOutput extends ListApplicationSn
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListApplicationSnapshotsCommandInput - {@link ListApplicationSnapshotsCommandInput}
34
+ * @returns {@link ListApplicationSnapshotsCommandOutput}
28
35
  * @see {@link ListApplicationSnapshotsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListApplicationSnapshotsCommandOutput} for command's `response` shape.
30
37
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
@@ -41,11 +48,20 @@ export interface ListApplicationSnapshotsCommandOutput extends ListApplicationSn
41
48
  export declare class ListApplicationSnapshotsCommand extends $Command<ListApplicationSnapshotsCommandInput, ListApplicationSnapshotsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
42
49
  readonly input: ListApplicationSnapshotsCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: ListApplicationSnapshotsCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationSnapshotsCommandInput, ListApplicationSnapshotsCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
5
  import { ListApplicationVersionsRequest, ListApplicationVersionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListApplicationVersionsCommand}.
8
10
  */
9
11
  export interface ListApplicationVersionsCommandInput extends ListApplicationVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListApplicationVersionsCommand}.
13
17
  */
14
18
  export interface ListApplicationVersionsCommandOutput extends ListApplicationVersionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all the versions for the specified application, including versions that were rolled back. The response also includes a summary of the configuration
18
23
  * associated with each version.</p>
19
24
  *
@@ -31,6 +36,8 @@ export interface ListApplicationVersionsCommandOutput extends ListApplicationVer
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param ListApplicationVersionsCommandInput - {@link ListApplicationVersionsCommandInput}
40
+ * @returns {@link ListApplicationVersionsCommandOutput}
34
41
  * @see {@link ListApplicationVersionsCommandInput} for command's `input` shape.
35
42
  * @see {@link ListApplicationVersionsCommandOutput} for command's `response` shape.
36
43
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
@@ -50,11 +57,20 @@ export interface ListApplicationVersionsCommandOutput extends ListApplicationVer
50
57
  export declare class ListApplicationVersionsCommand extends $Command<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
51
58
  readonly input: ListApplicationVersionsCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: ListApplicationVersionsCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
5
  import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListApplicationsCommand}.
8
10
  */
9
11
  export interface ListApplicationsCommandInput extends ListApplicationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListApplicationsCommand}.
13
17
  */
14
18
  export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of Kinesis Data Analytics applications in your account. For each
18
23
  * application, the response includes the application name, Amazon Resource Name (ARN), and
19
24
  * status. </p>
@@ -29,6 +34,8 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param ListApplicationsCommandInput - {@link ListApplicationsCommandInput}
38
+ * @returns {@link ListApplicationsCommandOutput}
32
39
  * @see {@link ListApplicationsCommandInput} for command's `input` shape.
33
40
  * @see {@link ListApplicationsCommandOutput} for command's `response` shape.
34
41
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
@@ -41,11 +48,20 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
41
48
  export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
42
49
  readonly input: ListApplicationsCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: ListApplicationsCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the list of key-value tags assigned to the application. For more information, see
18
23
  * <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html">Using Tagging</a>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
35
+ * @returns {@link ListTagsForResourceCommandOutput}
29
36
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
30
37
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
31
38
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
46
53
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
47
54
  readonly input: ListTagsForResourceCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListTagsForResourceCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
5
  import { RollbackApplicationRequest, RollbackApplicationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RollbackApplicationCommand}.
8
10
  */
9
11
  export interface RollbackApplicationCommandInput extends RollbackApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RollbackApplicationCommand}.
13
17
  */
14
18
  export interface RollbackApplicationCommandOutput extends RollbackApplicationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Reverts the application to the previous running version. You can
18
23
  * roll back an application if you suspect it is stuck in a transient status. </p>
19
24
  * <p>You can roll back an application only if it is in the <code>UPDATING</code>
@@ -31,6 +36,8 @@ export interface RollbackApplicationCommandOutput extends RollbackApplicationRes
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param RollbackApplicationCommandInput - {@link RollbackApplicationCommandInput}
40
+ * @returns {@link RollbackApplicationCommandOutput}
34
41
  * @see {@link RollbackApplicationCommandInput} for command's `input` shape.
35
42
  * @see {@link RollbackApplicationCommandOutput} for command's `response` shape.
36
43
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
@@ -61,11 +68,20 @@ export interface RollbackApplicationCommandOutput extends RollbackApplicationRes
61
68
  export declare class RollbackApplicationCommand extends $Command<RollbackApplicationCommandInput, RollbackApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
62
69
  readonly input: RollbackApplicationCommandInput;
63
70
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
+ /**
72
+ * @public
73
+ */
64
74
  constructor(input: RollbackApplicationCommandInput);
65
75
  /**
66
76
  * @internal
67
77
  */
68
78
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RollbackApplicationCommandInput, RollbackApplicationCommandOutput>;
79
+ /**
80
+ * @internal
81
+ */
69
82
  private serialize;
83
+ /**
84
+ * @internal
85
+ */
70
86
  private deserialize;
71
87
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
5
  import { StartApplicationRequest, StartApplicationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartApplicationCommand}.
8
10
  */
9
11
  export interface StartApplicationCommandInput extends StartApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartApplicationCommand}.
13
17
  */
14
18
  export interface StartApplicationCommandOutput extends StartApplicationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts the specified Kinesis Data Analytics application. After creating an application, you must exclusively call this operation to
18
23
  * start your application.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface StartApplicationCommandOutput extends StartApplicationResponse,
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param StartApplicationCommandInput - {@link StartApplicationCommandInput}
35
+ * @returns {@link StartApplicationCommandOutput}
29
36
  * @see {@link StartApplicationCommandInput} for command's `input` shape.
30
37
  * @see {@link StartApplicationCommandOutput} for command's `response` shape.
31
38
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
@@ -50,11 +57,20 @@ export interface StartApplicationCommandOutput extends StartApplicationResponse,
50
57
  export declare class StartApplicationCommand extends $Command<StartApplicationCommandInput, StartApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
51
58
  readonly input: StartApplicationCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: StartApplicationCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartApplicationCommandInput, StartApplicationCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
5
  import { StopApplicationRequest, StopApplicationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopApplicationCommand}.
8
10
  */
9
11
  export interface StopApplicationCommandInput extends StopApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopApplicationCommand}.
13
17
  */
14
18
  export interface StopApplicationCommandOutput extends StopApplicationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops the application from processing data. You can stop
18
23
  * an application only if it is in the running status, unless you set the <code>Force</code>
19
24
  * parameter to <code>true</code>.</p>
@@ -31,6 +36,8 @@ export interface StopApplicationCommandOutput extends StopApplicationResponse, _
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param StopApplicationCommandInput - {@link StopApplicationCommandInput}
40
+ * @returns {@link StopApplicationCommandOutput}
34
41
  * @see {@link StopApplicationCommandInput} for command's `input` shape.
35
42
  * @see {@link StopApplicationCommandOutput} for command's `response` shape.
36
43
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
@@ -60,11 +67,20 @@ export interface StopApplicationCommandOutput extends StopApplicationResponse, _
60
67
  export declare class StopApplicationCommand extends $Command<StopApplicationCommandInput, StopApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
61
68
  readonly input: StopApplicationCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: StopApplicationCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopApplicationCommandInput, StopApplicationCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds one or more key-value tags to a Kinesis Data Analytics application. Note that the maximum number of application
18
23
  * tags includes system tags. The maximum number of user-defined application tags is 50.
19
24
  * For more information, see <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html">Using Tagging</a>.</p>
@@ -27,6 +32,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
36
+ * @returns {@link TagResourceCommandOutput}
30
37
  * @see {@link TagResourceCommandInput} for command's `input` shape.
31
38
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
32
39
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
@@ -54,11 +61,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
54
61
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
55
62
  readonly input: TagResourceCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: TagResourceCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes one or more tags from a Kinesis Data Analytics application. For more information, see
18
23
  * <a href="https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html">Using Tagging</a>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
35
+ * @returns {@link UntagResourceCommandOutput}
29
36
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
30
37
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
31
38
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
@@ -53,11 +60,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
53
60
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
54
61
  readonly input: UntagResourceCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: UntagResourceCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
5
5
  import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateApplicationCommand}.
8
10
  */
9
11
  export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateApplicationCommand}.
13
17
  */
14
18
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an existing Kinesis Data Analytics application. Using this operation, you
18
23
  * can update application code, input configuration, and output configuration. </p>
19
24
  * <p>Kinesis Data Analytics updates the <code>ApplicationVersionId</code> each time you update
@@ -33,6 +38,8 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param UpdateApplicationCommandInput - {@link UpdateApplicationCommandInput}
42
+ * @returns {@link UpdateApplicationCommandOutput}
36
43
  * @see {@link UpdateApplicationCommandInput} for command's `input` shape.
37
44
  * @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
38
45
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
@@ -69,11 +76,20 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
69
76
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
70
77
  readonly input: UpdateApplicationCommandInput;
71
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
72
82
  constructor(input: UpdateApplicationCommandInput);
73
83
  /**
74
84
  * @internal
75
85
  */
76
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisAnalyticsV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
77
90
  private serialize;
91
+ /**
92
+ * @internal
93
+ */
78
94
  private deserialize;
79
95
  }