@aws-sdk/client-kinesis-analytics 3.289.0 → 3.292.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.
@@ -35,6 +35,22 @@ export interface AddApplicationCloudWatchLoggingOptionCommandOutput extends AddA
35
35
  * @see {@link AddApplicationCloudWatchLoggingOptionCommandOutput} for command's `response` shape.
36
36
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
37
37
  *
38
+ * @throws {@link ConcurrentModificationException} (client fault)
39
+ * <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
40
+ *
41
+ * @throws {@link InvalidArgumentException} (client fault)
42
+ * <p>Specified input parameter value is invalid.</p>
43
+ *
44
+ * @throws {@link ResourceInUseException} (client fault)
45
+ * <p>Application is not available for this operation.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>Specified application can't be found.</p>
49
+ *
50
+ * @throws {@link UnsupportedOperationException} (client fault)
51
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
52
+ *
53
+ *
38
54
  */
39
55
  export declare class AddApplicationCloudWatchLoggingOptionCommand extends $Command<AddApplicationCloudWatchLoggingOptionCommandInput, AddApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsClientResolvedConfig> {
40
56
  readonly input: AddApplicationCloudWatchLoggingOptionCommandInput;
@@ -45,6 +45,25 @@ export interface AddApplicationInputCommandOutput extends AddApplicationInputRes
45
45
  * @see {@link AddApplicationInputCommandOutput} for command's `response` shape.
46
46
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
47
47
  *
48
+ * @throws {@link CodeValidationException} (client fault)
49
+ * <p>User-provided application code (query) is invalid. This can be a simple syntax error.</p>
50
+ *
51
+ * @throws {@link ConcurrentModificationException} (client fault)
52
+ * <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
53
+ *
54
+ * @throws {@link InvalidArgumentException} (client fault)
55
+ * <p>Specified input parameter value is invalid.</p>
56
+ *
57
+ * @throws {@link ResourceInUseException} (client fault)
58
+ * <p>Application is not available for this operation.</p>
59
+ *
60
+ * @throws {@link ResourceNotFoundException} (client fault)
61
+ * <p>Specified application can't be found.</p>
62
+ *
63
+ * @throws {@link UnsupportedOperationException} (client fault)
64
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
65
+ *
66
+ *
48
67
  */
49
68
  export declare class AddApplicationInputCommand extends $Command<AddApplicationInputCommandInput, AddApplicationInputCommandOutput, KinesisAnalyticsClientResolvedConfig> {
50
69
  readonly input: AddApplicationInputCommandInput;
@@ -34,6 +34,22 @@ export interface AddApplicationInputProcessingConfigurationCommandOutput extends
34
34
  * @see {@link AddApplicationInputProcessingConfigurationCommandOutput} for command's `response` shape.
35
35
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
36
36
  *
37
+ * @throws {@link ConcurrentModificationException} (client fault)
38
+ * <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
39
+ *
40
+ * @throws {@link InvalidArgumentException} (client fault)
41
+ * <p>Specified input parameter value is invalid.</p>
42
+ *
43
+ * @throws {@link ResourceInUseException} (client fault)
44
+ * <p>Application is not available for this operation.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>Specified application can't be found.</p>
48
+ *
49
+ * @throws {@link UnsupportedOperationException} (client fault)
50
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
51
+ *
52
+ *
37
53
  */
38
54
  export declare class AddApplicationInputProcessingConfigurationCommand extends $Command<AddApplicationInputProcessingConfigurationCommandInput, AddApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
39
55
  readonly input: AddApplicationInputProcessingConfigurationCommandInput;
@@ -48,6 +48,22 @@ export interface AddApplicationOutputCommandOutput extends AddApplicationOutputR
48
48
  * @see {@link AddApplicationOutputCommandOutput} for command's `response` shape.
49
49
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
50
50
  *
51
+ * @throws {@link ConcurrentModificationException} (client fault)
52
+ * <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
53
+ *
54
+ * @throws {@link InvalidArgumentException} (client fault)
55
+ * <p>Specified input parameter value is invalid.</p>
56
+ *
57
+ * @throws {@link ResourceInUseException} (client fault)
58
+ * <p>Application is not available for this operation.</p>
59
+ *
60
+ * @throws {@link ResourceNotFoundException} (client fault)
61
+ * <p>Specified application can't be found.</p>
62
+ *
63
+ * @throws {@link UnsupportedOperationException} (client fault)
64
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
65
+ *
66
+ *
51
67
  */
52
68
  export declare class AddApplicationOutputCommand extends $Command<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput, KinesisAnalyticsClientResolvedConfig> {
53
69
  readonly input: AddApplicationOutputCommandInput;
@@ -42,6 +42,22 @@ export interface AddApplicationReferenceDataSourceCommandOutput extends AddAppli
42
42
  * @see {@link AddApplicationReferenceDataSourceCommandOutput} for command's `response` shape.
43
43
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
44
44
  *
45
+ * @throws {@link ConcurrentModificationException} (client fault)
46
+ * <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
47
+ *
48
+ * @throws {@link InvalidArgumentException} (client fault)
49
+ * <p>Specified input parameter value is invalid.</p>
50
+ *
51
+ * @throws {@link ResourceInUseException} (client fault)
52
+ * <p>Application is not available for this operation.</p>
53
+ *
54
+ * @throws {@link ResourceNotFoundException} (client fault)
55
+ * <p>Specified application can't be found.</p>
56
+ *
57
+ * @throws {@link UnsupportedOperationException} (client fault)
58
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
59
+ *
60
+ *
45
61
  */
46
62
  export declare class AddApplicationReferenceDataSourceCommand extends $Command<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsClientResolvedConfig> {
47
63
  readonly input: AddApplicationReferenceDataSourceCommandInput;
@@ -55,6 +55,25 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
55
55
  * @see {@link CreateApplicationCommandOutput} for command's `response` shape.
56
56
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
57
57
  *
58
+ * @throws {@link CodeValidationException} (client fault)
59
+ * <p>User-provided application code (query) is invalid. This can be a simple syntax error.</p>
60
+ *
61
+ * @throws {@link ConcurrentModificationException} (client fault)
62
+ * <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
63
+ *
64
+ * @throws {@link InvalidArgumentException} (client fault)
65
+ * <p>Specified input parameter value is invalid.</p>
66
+ *
67
+ * @throws {@link LimitExceededException} (client fault)
68
+ * <p>Exceeded the number of applications allowed.</p>
69
+ *
70
+ * @throws {@link ResourceInUseException} (client fault)
71
+ * <p>Application is not available for this operation.</p>
72
+ *
73
+ * @throws {@link TooManyTagsException} (client fault)
74
+ * <p>Application created with too many tags, or too many tags added to an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.</p>
75
+ *
76
+ *
58
77
  */
59
78
  export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
60
79
  readonly input: CreateApplicationCommandInput;
@@ -34,6 +34,22 @@ export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput extends D
34
34
  * @see {@link DeleteApplicationCloudWatchLoggingOptionCommandOutput} for command's `response` shape.
35
35
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
36
36
  *
37
+ * @throws {@link ConcurrentModificationException} (client fault)
38
+ * <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
39
+ *
40
+ * @throws {@link InvalidArgumentException} (client fault)
41
+ * <p>Specified input parameter value is invalid.</p>
42
+ *
43
+ * @throws {@link ResourceInUseException} (client fault)
44
+ * <p>Application is not available for this operation.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>Specified application can't be found.</p>
48
+ *
49
+ * @throws {@link UnsupportedOperationException} (client fault)
50
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
51
+ *
52
+ *
37
53
  */
38
54
  export declare class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsClientResolvedConfig> {
39
55
  readonly input: DeleteApplicationCloudWatchLoggingOptionCommandInput;
@@ -34,6 +34,19 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
34
34
  * @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
35
35
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
36
36
  *
37
+ * @throws {@link ConcurrentModificationException} (client fault)
38
+ * <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
39
+ *
40
+ * @throws {@link ResourceInUseException} (client fault)
41
+ * <p>Application is not available for this operation.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>Specified application can't be found.</p>
45
+ *
46
+ * @throws {@link UnsupportedOperationException} (client fault)
47
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
48
+ *
49
+ *
37
50
  */
38
51
  export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
39
52
  readonly input: DeleteApplicationCommandInput;
@@ -32,6 +32,22 @@ export interface DeleteApplicationInputProcessingConfigurationCommandOutput exte
32
32
  * @see {@link DeleteApplicationInputProcessingConfigurationCommandOutput} for command's `response` shape.
33
33
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
34
34
  *
35
+ * @throws {@link ConcurrentModificationException} (client fault)
36
+ * <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
37
+ *
38
+ * @throws {@link InvalidArgumentException} (client fault)
39
+ * <p>Specified input parameter value is invalid.</p>
40
+ *
41
+ * @throws {@link ResourceInUseException} (client fault)
42
+ * <p>Application is not available for this operation.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>Specified application can't be found.</p>
46
+ *
47
+ * @throws {@link UnsupportedOperationException} (client fault)
48
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
49
+ *
50
+ *
35
51
  */
36
52
  export declare class DeleteApplicationInputProcessingConfigurationCommand extends $Command<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
37
53
  readonly input: DeleteApplicationInputProcessingConfigurationCommandInput;
@@ -34,6 +34,22 @@ export interface DeleteApplicationOutputCommandOutput extends DeleteApplicationO
34
34
  * @see {@link DeleteApplicationOutputCommandOutput} for command's `response` shape.
35
35
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
36
36
  *
37
+ * @throws {@link ConcurrentModificationException} (client fault)
38
+ * <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
39
+ *
40
+ * @throws {@link InvalidArgumentException} (client fault)
41
+ * <p>Specified input parameter value is invalid.</p>
42
+ *
43
+ * @throws {@link ResourceInUseException} (client fault)
44
+ * <p>Application is not available for this operation.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>Specified application can't be found.</p>
48
+ *
49
+ * @throws {@link UnsupportedOperationException} (client fault)
50
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
51
+ *
52
+ *
37
53
  */
38
54
  export declare class DeleteApplicationOutputCommand extends $Command<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput, KinesisAnalyticsClientResolvedConfig> {
39
55
  readonly input: DeleteApplicationOutputCommandInput;
@@ -37,6 +37,22 @@ export interface DeleteApplicationReferenceDataSourceCommandOutput extends Delet
37
37
  * @see {@link DeleteApplicationReferenceDataSourceCommandOutput} for command's `response` shape.
38
38
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
39
39
  *
40
+ * @throws {@link ConcurrentModificationException} (client fault)
41
+ * <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
42
+ *
43
+ * @throws {@link InvalidArgumentException} (client fault)
44
+ * <p>Specified input parameter value is invalid.</p>
45
+ *
46
+ * @throws {@link ResourceInUseException} (client fault)
47
+ * <p>Application is not available for this operation.</p>
48
+ *
49
+ * @throws {@link ResourceNotFoundException} (client fault)
50
+ * <p>Specified application can't be found.</p>
51
+ *
52
+ * @throws {@link UnsupportedOperationException} (client fault)
53
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
54
+ *
55
+ *
40
56
  */
41
57
  export declare class DeleteApplicationReferenceDataSourceCommand extends $Command<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsClientResolvedConfig> {
42
58
  readonly input: DeleteApplicationReferenceDataSourceCommandInput;
@@ -38,6 +38,13 @@ export interface DescribeApplicationCommandOutput extends DescribeApplicationRes
38
38
  * @see {@link DescribeApplicationCommandOutput} for command's `response` shape.
39
39
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
40
40
  *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>Specified application can't be found.</p>
43
+ *
44
+ * @throws {@link UnsupportedOperationException} (client fault)
45
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
46
+ *
47
+ *
41
48
  */
42
49
  export declare class DescribeApplicationCommand extends $Command<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
43
50
  readonly input: DescribeApplicationCommandInput;
@@ -43,6 +43,24 @@ export interface DiscoverInputSchemaCommandOutput extends DiscoverInputSchemaRes
43
43
  * @see {@link DiscoverInputSchemaCommandOutput} for command's `response` shape.
44
44
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
45
45
  *
46
+ * @throws {@link InvalidArgumentException} (client fault)
47
+ * <p>Specified input parameter value is invalid.</p>
48
+ *
49
+ * @throws {@link ResourceProvisionedThroughputExceededException} (client fault)
50
+ * <p>Discovery failed to get a record from the
51
+ * streaming source because of the Amazon Kinesis Streams
52
+ * ProvisionedThroughputExceededException. For more information,
53
+ * see <a href="https://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetRecords.html">GetRecords</a>
54
+ * in the Amazon Kinesis Streams API Reference.</p>
55
+ *
56
+ * @throws {@link ServiceUnavailableException} (server fault)
57
+ * <p>The service is unavailable. Back off and retry the operation. </p>
58
+ *
59
+ * @throws {@link UnableToDetectSchemaException} (client fault)
60
+ * <p>Data format is not valid. Amazon Kinesis Analytics is not able to detect schema for
61
+ * the given streaming source.</p>
62
+ *
63
+ *
46
64
  */
47
65
  export declare class DiscoverInputSchemaCommand extends $Command<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput, KinesisAnalyticsClientResolvedConfig> {
48
66
  readonly input: DiscoverInputSchemaCommandInput;
@@ -45,6 +45,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
45
45
  * @see {@link ListApplicationsCommandOutput} for command's `response` shape.
46
46
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
47
47
  *
48
+ *
48
49
  */
49
50
  export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, KinesisAnalyticsClientResolvedConfig> {
50
51
  readonly input: ListApplicationsCommandInput;
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentModificationException} (client fault)
33
+ * <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
34
+ *
35
+ * @throws {@link InvalidArgumentException} (client fault)
36
+ * <p>Specified input parameter value is invalid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Specified application can't be found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisAnalyticsClientResolvedConfig> {
34
44
  readonly input: ListTagsForResourceCommandInput;
@@ -40,6 +40,22 @@ export interface StartApplicationCommandOutput extends StartApplicationResponse,
40
40
  * @see {@link StartApplicationCommandOutput} for command's `response` shape.
41
41
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
42
42
  *
43
+ * @throws {@link InvalidApplicationConfigurationException} (client fault)
44
+ * <p>User-provided application configuration is not valid.</p>
45
+ *
46
+ * @throws {@link InvalidArgumentException} (client fault)
47
+ * <p>Specified input parameter value is invalid.</p>
48
+ *
49
+ * @throws {@link ResourceInUseException} (client fault)
50
+ * <p>Application is not available for this operation.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>Specified application can't be found.</p>
54
+ *
55
+ * @throws {@link UnsupportedOperationException} (client fault)
56
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
57
+ *
58
+ *
43
59
  */
44
60
  export declare class StartApplicationCommand extends $Command<StartApplicationCommandInput, StartApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
45
61
  readonly input: StartApplicationCommandInput;
@@ -39,6 +39,16 @@ export interface StopApplicationCommandOutput extends StopApplicationResponse, _
39
39
  * @see {@link StopApplicationCommandOutput} for command's `response` shape.
40
40
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
41
41
  *
42
+ * @throws {@link ResourceInUseException} (client fault)
43
+ * <p>Application is not available for this operation.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>Specified application can't be found.</p>
47
+ *
48
+ * @throws {@link UnsupportedOperationException} (client fault)
49
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
50
+ *
51
+ *
42
52
  */
43
53
  export declare class StopApplicationCommand extends $Command<StopApplicationCommandInput, StopApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
44
54
  readonly input: StopApplicationCommandInput;
@@ -30,6 +30,22 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
30
30
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
31
31
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
32
32
  *
33
+ * @throws {@link ConcurrentModificationException} (client fault)
34
+ * <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
35
+ *
36
+ * @throws {@link InvalidArgumentException} (client fault)
37
+ * <p>Specified input parameter value is invalid.</p>
38
+ *
39
+ * @throws {@link ResourceInUseException} (client fault)
40
+ * <p>Application is not available for this operation.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>Specified application can't be found.</p>
44
+ *
45
+ * @throws {@link TooManyTagsException} (client fault)
46
+ * <p>Application created with too many tags, or too many tags added to an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, KinesisAnalyticsClientResolvedConfig> {
35
51
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,22 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentModificationException} (client fault)
33
+ * <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
34
+ *
35
+ * @throws {@link InvalidArgumentException} (client fault)
36
+ * <p>Specified input parameter value is invalid.</p>
37
+ *
38
+ * @throws {@link ResourceInUseException} (client fault)
39
+ * <p>Application is not available for this operation.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>Specified application can't be found.</p>
43
+ *
44
+ * @throws {@link TooManyTagsException} (client fault)
45
+ * <p>Application created with too many tags, or too many tags added to an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisAnalyticsClientResolvedConfig> {
34
50
  readonly input: UntagResourceCommandInput;
@@ -38,6 +38,25 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
38
38
  * @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
39
39
  * @see {@link KinesisAnalyticsClientResolvedConfig | config} for KinesisAnalyticsClient's `config` shape.
40
40
  *
41
+ * @throws {@link CodeValidationException} (client fault)
42
+ * <p>User-provided application code (query) is invalid. This can be a simple syntax error.</p>
43
+ *
44
+ * @throws {@link ConcurrentModificationException} (client fault)
45
+ * <p>Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.</p>
46
+ *
47
+ * @throws {@link InvalidArgumentException} (client fault)
48
+ * <p>Specified input parameter value is invalid.</p>
49
+ *
50
+ * @throws {@link ResourceInUseException} (client fault)
51
+ * <p>Application is not available for this operation.</p>
52
+ *
53
+ * @throws {@link ResourceNotFoundException} (client fault)
54
+ * <p>Specified application can't be found.</p>
55
+ *
56
+ * @throws {@link UnsupportedOperationException} (client fault)
57
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation. </p>
58
+ *
59
+ *
41
60
  */
42
61
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig> {
43
62
  readonly input: UpdateApplicationCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis-analytics",
3
3
  "description": "AWS SDK for JavaScript Kinesis Analytics Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.292.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,55 +20,50 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
54
- "@aws-sdk/util-utf8": "3.254.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
53
+ "@aws-sdk/util-user-agent-node": "3.292.0",
54
+ "@aws-sdk/util-utf8": "3.292.0",
55
55
  "tslib": "^2.3.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
58
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
59
59
  "@tsconfig/node14": "1.0.3",
60
60
  "@types/node": "^14.14.31",
61
61
  "concurrently": "7.0.0",
62
62
  "downlevel-dts": "0.10.1",
63
63
  "rimraf": "3.0.2",
64
- "typedoc": "0.19.2",
64
+ "typedoc": "0.23.23",
65
65
  "typescript": "~4.6.2"
66
66
  },
67
- "overrides": {
68
- "typedoc": {
69
- "typescript": "~4.6.2"
70
- }
71
- },
72
67
  "engines": {
73
68
  "node": ">=14.0.0"
74
69
  },