@aws-sdk/client-kinesis-analytics-v2 3.288.0 → 3.290.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 (32) hide show
  1. package/dist-types/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +21 -0
  2. package/dist-types/commands/AddApplicationInputCommand.d.ts +22 -0
  3. package/dist-types/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +18 -0
  4. package/dist-types/commands/AddApplicationOutputCommand.d.ts +18 -0
  5. package/dist-types/commands/AddApplicationReferenceDataSourceCommand.d.ts +18 -0
  6. package/dist-types/commands/AddApplicationVpcConfigurationCommand.d.ts +18 -0
  7. package/dist-types/commands/CreateApplicationCommand.d.ts +30 -0
  8. package/dist-types/commands/CreateApplicationPresignedUrlCommand.d.ts +10 -0
  9. package/dist-types/commands/CreateApplicationSnapshotCommand.d.ts +23 -0
  10. package/dist-types/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +21 -0
  11. package/dist-types/commands/DeleteApplicationCommand.d.ts +21 -0
  12. package/dist-types/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +18 -0
  13. package/dist-types/commands/DeleteApplicationOutputCommand.d.ts +18 -0
  14. package/dist-types/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +18 -0
  15. package/dist-types/commands/DeleteApplicationSnapshotCommand.d.ts +22 -0
  16. package/dist-types/commands/DeleteApplicationVpcConfigurationCommand.d.ts +18 -0
  17. package/dist-types/commands/DescribeApplicationCommand.d.ts +10 -0
  18. package/dist-types/commands/DescribeApplicationSnapshotCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeApplicationVersionCommand.d.ts +11 -0
  20. package/dist-types/commands/DiscoverInputSchemaCommand.d.ts +22 -0
  21. package/dist-types/commands/ListApplicationSnapshotsCommand.d.ts +8 -0
  22. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +11 -0
  23. package/dist-types/commands/ListApplicationsCommand.d.ts +4 -0
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  25. package/dist-types/commands/RollbackApplicationCommand.d.ts +22 -0
  26. package/dist-types/commands/StartApplicationCommand.d.ts +16 -0
  27. package/dist-types/commands/StopApplicationCommand.d.ts +21 -0
  28. package/dist-types/commands/TagResourceCommand.d.ts +19 -0
  29. package/dist-types/commands/UntagResourceCommand.d.ts +19 -0
  30. package/dist-types/commands/UpdateApplicationCommand.d.ts +28 -0
  31. package/dist-types/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +19 -0
  32. package/package.json +29 -29
@@ -29,6 +29,27 @@ export interface AddApplicationCloudWatchLoggingOptionCommandOutput extends AddA
29
29
  * @see {@link AddApplicationCloudWatchLoggingOptionCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentModificationException} (client fault)
33
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
34
+ * be the result of attempting to modify an application without using the current application
35
+ * ID.</p>
36
+ *
37
+ * @throws {@link InvalidApplicationConfigurationException} (client fault)
38
+ * <p>The user-provided application configuration is not valid.</p>
39
+ *
40
+ * @throws {@link InvalidArgumentException} (client fault)
41
+ * <p>The specified input parameter value is not valid.</p>
42
+ *
43
+ * @throws {@link InvalidRequestException} (client fault)
44
+ * <p>The request JSON is not valid for the operation.</p>
45
+ *
46
+ * @throws {@link ResourceInUseException} (client fault)
47
+ * <p>The 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
+ *
32
53
  */
33
54
  export declare class AddApplicationCloudWatchLoggingOptionCommand extends $Command<AddApplicationCloudWatchLoggingOptionCommandInput, AddApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
34
55
  readonly input: AddApplicationCloudWatchLoggingOptionCommandInput;
@@ -38,6 +38,28 @@ export interface AddApplicationInputCommandOutput extends AddApplicationInputRes
38
38
  * @see {@link AddApplicationInputCommandOutput} for command's `response` shape.
39
39
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
40
40
  *
41
+ * @throws {@link CodeValidationException} (client fault)
42
+ * <p>The user-provided application code (query) is not valid. This can be a simple syntax
43
+ * error.</p>
44
+ *
45
+ * @throws {@link ConcurrentModificationException} (client fault)
46
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
47
+ * be the result of attempting to modify an application without using the current application
48
+ * ID.</p>
49
+ *
50
+ * @throws {@link InvalidArgumentException} (client fault)
51
+ * <p>The specified input parameter value is not valid.</p>
52
+ *
53
+ * @throws {@link InvalidRequestException} (client fault)
54
+ * <p>The request JSON is not valid for the operation.</p>
55
+ *
56
+ * @throws {@link ResourceInUseException} (client fault)
57
+ * <p>The application is not available for this operation.</p>
58
+ *
59
+ * @throws {@link ResourceNotFoundException} (client fault)
60
+ * <p>Specified application can't be found.</p>
61
+ *
62
+ *
41
63
  */
42
64
  export declare class AddApplicationInputCommand extends $Command<AddApplicationInputCommandInput, AddApplicationInputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
43
65
  readonly input: AddApplicationInputCommandInput;
@@ -31,6 +31,24 @@ export interface AddApplicationInputProcessingConfigurationCommandOutput extends
31
31
  * @see {@link AddApplicationInputProcessingConfigurationCommandOutput} for command's `response` shape.
32
32
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
33
33
  *
34
+ * @throws {@link ConcurrentModificationException} (client fault)
35
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
36
+ * be the result of attempting to modify an application without using the current application
37
+ * ID.</p>
38
+ *
39
+ * @throws {@link InvalidArgumentException} (client fault)
40
+ * <p>The specified input parameter value is not valid.</p>
41
+ *
42
+ * @throws {@link InvalidRequestException} (client fault)
43
+ * <p>The request JSON is not valid for the operation.</p>
44
+ *
45
+ * @throws {@link ResourceInUseException} (client fault)
46
+ * <p>The application is not available for this operation.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>Specified application can't be found.</p>
50
+ *
51
+ *
34
52
  */
35
53
  export declare class AddApplicationInputProcessingConfigurationCommand extends $Command<AddApplicationInputProcessingConfigurationCommandInput, AddApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
36
54
  readonly input: AddApplicationInputProcessingConfigurationCommandInput;
@@ -41,6 +41,24 @@ export interface AddApplicationOutputCommandOutput extends AddApplicationOutputR
41
41
  * @see {@link AddApplicationOutputCommandOutput} for command's `response` shape.
42
42
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
43
43
  *
44
+ * @throws {@link ConcurrentModificationException} (client fault)
45
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
46
+ * be the result of attempting to modify an application without using the current application
47
+ * ID.</p>
48
+ *
49
+ * @throws {@link InvalidArgumentException} (client fault)
50
+ * <p>The specified input parameter value is not valid.</p>
51
+ *
52
+ * @throws {@link InvalidRequestException} (client fault)
53
+ * <p>The request JSON is not valid for the operation.</p>
54
+ *
55
+ * @throws {@link ResourceInUseException} (client fault)
56
+ * <p>The application is not available for this operation.</p>
57
+ *
58
+ * @throws {@link ResourceNotFoundException} (client fault)
59
+ * <p>Specified application can't be found.</p>
60
+ *
61
+ *
44
62
  */
45
63
  export declare class AddApplicationOutputCommand extends $Command<AddApplicationOutputCommandInput, AddApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
46
64
  readonly input: AddApplicationOutputCommandInput;
@@ -34,6 +34,24 @@ export interface AddApplicationReferenceDataSourceCommandOutput extends AddAppli
34
34
  * @see {@link AddApplicationReferenceDataSourceCommandOutput} for command's `response` shape.
35
35
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
36
36
  *
37
+ * @throws {@link ConcurrentModificationException} (client fault)
38
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
39
+ * be the result of attempting to modify an application without using the current application
40
+ * ID.</p>
41
+ *
42
+ * @throws {@link InvalidArgumentException} (client fault)
43
+ * <p>The specified input parameter value is not valid.</p>
44
+ *
45
+ * @throws {@link InvalidRequestException} (client fault)
46
+ * <p>The request JSON is not valid for the operation.</p>
47
+ *
48
+ * @throws {@link ResourceInUseException} (client fault)
49
+ * <p>The application is not available for this operation.</p>
50
+ *
51
+ * @throws {@link ResourceNotFoundException} (client fault)
52
+ * <p>Specified application can't be found.</p>
53
+ *
54
+ *
37
55
  */
38
56
  export declare class AddApplicationReferenceDataSourceCommand extends $Command<AddApplicationReferenceDataSourceCommandInput, AddApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
39
57
  readonly input: AddApplicationReferenceDataSourceCommandInput;
@@ -40,6 +40,24 @@ export interface AddApplicationVpcConfigurationCommandOutput extends AddApplicat
40
40
  * @see {@link AddApplicationVpcConfigurationCommandOutput} for command's `response` shape.
41
41
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
42
42
  *
43
+ * @throws {@link ConcurrentModificationException} (client fault)
44
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
45
+ * be the result of attempting to modify an application without using the current application
46
+ * ID.</p>
47
+ *
48
+ * @throws {@link InvalidApplicationConfigurationException} (client fault)
49
+ * <p>The user-provided application configuration is not valid.</p>
50
+ *
51
+ * @throws {@link InvalidArgumentException} (client fault)
52
+ * <p>The specified input parameter value is not valid.</p>
53
+ *
54
+ * @throws {@link ResourceInUseException} (client fault)
55
+ * <p>The application is not available for this operation.</p>
56
+ *
57
+ * @throws {@link ResourceNotFoundException} (client fault)
58
+ * <p>Specified application can't be found.</p>
59
+ *
60
+ *
43
61
  */
44
62
  export declare class AddApplicationVpcConfigurationCommand extends $Command<AddApplicationVpcConfigurationCommandInput, AddApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
45
63
  readonly input: AddApplicationVpcConfigurationCommandInput;
@@ -31,6 +31,36 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
31
31
  * @see {@link CreateApplicationCommandOutput} for command's `response` shape.
32
32
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
33
33
  *
34
+ * @throws {@link CodeValidationException} (client fault)
35
+ * <p>The user-provided application code (query) is not valid. This can be a simple syntax
36
+ * error.</p>
37
+ *
38
+ * @throws {@link ConcurrentModificationException} (client fault)
39
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
40
+ * be the result of attempting to modify an application without using the current application
41
+ * ID.</p>
42
+ *
43
+ * @throws {@link InvalidArgumentException} (client fault)
44
+ * <p>The specified input parameter value is not valid.</p>
45
+ *
46
+ * @throws {@link InvalidRequestException} (client fault)
47
+ * <p>The request JSON is not valid for the operation.</p>
48
+ *
49
+ * @throws {@link LimitExceededException} (client fault)
50
+ * <p>The number of allowed resources has been exceeded.</p>
51
+ *
52
+ * @throws {@link ResourceInUseException} (client fault)
53
+ * <p>The application is not available for this operation.</p>
54
+ *
55
+ * @throws {@link TooManyTagsException} (client fault)
56
+ * <p>Application created with too many tags, or too many tags added to an application. Note that the maximum
57
+ * number of application tags includes system tags. The maximum number of user-defined application tags is 50.</p>
58
+ *
59
+ * @throws {@link UnsupportedOperationException} (client fault)
60
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this
61
+ * operation. </p>
62
+ *
63
+ *
34
64
  */
35
65
  export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
36
66
  readonly input: CreateApplicationCommandInput;
@@ -41,6 +41,16 @@ export interface CreateApplicationPresignedUrlCommandOutput extends CreateApplic
41
41
  * @see {@link CreateApplicationPresignedUrlCommandOutput} for command's `response` shape.
42
42
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
43
43
  *
44
+ * @throws {@link InvalidArgumentException} (client fault)
45
+ * <p>The specified input parameter value is not valid.</p>
46
+ *
47
+ * @throws {@link ResourceInUseException} (client fault)
48
+ * <p>The application is not available for this operation.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>Specified application can't be found.</p>
52
+ *
53
+ *
44
54
  */
45
55
  export declare class CreateApplicationPresignedUrlCommand extends $Command<CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
46
56
  readonly input: CreateApplicationPresignedUrlCommandInput;
@@ -29,6 +29,29 @@ export interface CreateApplicationSnapshotCommandOutput extends CreateApplicatio
29
29
  * @see {@link CreateApplicationSnapshotCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidApplicationConfigurationException} (client fault)
33
+ * <p>The user-provided application configuration is not valid.</p>
34
+ *
35
+ * @throws {@link InvalidArgumentException} (client fault)
36
+ * <p>The specified input parameter value is not valid.</p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>The request JSON is not valid for the operation.</p>
40
+ *
41
+ * @throws {@link LimitExceededException} (client fault)
42
+ * <p>The number of allowed resources has been exceeded.</p>
43
+ *
44
+ * @throws {@link ResourceInUseException} (client fault)
45
+ * <p>The 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
52
+ * operation. </p>
53
+ *
54
+ *
32
55
  */
33
56
  export declare class CreateApplicationSnapshotCommand extends $Command<CreateApplicationSnapshotCommandInput, CreateApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
34
57
  readonly input: CreateApplicationSnapshotCommandInput;
@@ -29,6 +29,27 @@ export interface DeleteApplicationCloudWatchLoggingOptionCommandOutput extends D
29
29
  * @see {@link DeleteApplicationCloudWatchLoggingOptionCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentModificationException} (client fault)
33
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
34
+ * be the result of attempting to modify an application without using the current application
35
+ * ID.</p>
36
+ *
37
+ * @throws {@link InvalidApplicationConfigurationException} (client fault)
38
+ * <p>The user-provided application configuration is not valid.</p>
39
+ *
40
+ * @throws {@link InvalidArgumentException} (client fault)
41
+ * <p>The specified input parameter value is not valid.</p>
42
+ *
43
+ * @throws {@link InvalidRequestException} (client fault)
44
+ * <p>The request JSON is not valid for the operation.</p>
45
+ *
46
+ * @throws {@link ResourceInUseException} (client fault)
47
+ * <p>The 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
+ *
32
53
  */
33
54
  export declare class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command<DeleteApplicationCloudWatchLoggingOptionCommandInput, DeleteApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
34
55
  readonly input: DeleteApplicationCloudWatchLoggingOptionCommandInput;
@@ -29,6 +29,27 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
29
29
  * @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentModificationException} (client fault)
33
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
34
+ * be the result of attempting to modify an application without using the current application
35
+ * ID.</p>
36
+ *
37
+ * @throws {@link InvalidApplicationConfigurationException} (client fault)
38
+ * <p>The user-provided application configuration is not valid.</p>
39
+ *
40
+ * @throws {@link InvalidArgumentException} (client fault)
41
+ * <p>The specified input parameter value is not valid.</p>
42
+ *
43
+ * @throws {@link InvalidRequestException} (client fault)
44
+ * <p>The request JSON is not valid for the operation.</p>
45
+ *
46
+ * @throws {@link ResourceInUseException} (client fault)
47
+ * <p>The 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
+ *
32
53
  */
33
54
  export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
34
55
  readonly input: DeleteApplicationCommandInput;
@@ -29,6 +29,24 @@ export interface DeleteApplicationInputProcessingConfigurationCommandOutput exte
29
29
  * @see {@link DeleteApplicationInputProcessingConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentModificationException} (client fault)
33
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
34
+ * be the result of attempting to modify an application without using the current application
35
+ * ID.</p>
36
+ *
37
+ * @throws {@link InvalidArgumentException} (client fault)
38
+ * <p>The specified input parameter value is not valid.</p>
39
+ *
40
+ * @throws {@link InvalidRequestException} (client fault)
41
+ * <p>The request JSON is not valid for the operation.</p>
42
+ *
43
+ * @throws {@link ResourceInUseException} (client fault)
44
+ * <p>The 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
+ *
32
50
  */
33
51
  export declare class DeleteApplicationInputProcessingConfigurationCommand extends $Command<DeleteApplicationInputProcessingConfigurationCommandInput, DeleteApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
34
52
  readonly input: DeleteApplicationInputProcessingConfigurationCommandInput;
@@ -31,6 +31,24 @@ export interface DeleteApplicationOutputCommandOutput extends DeleteApplicationO
31
31
  * @see {@link DeleteApplicationOutputCommandOutput} for command's `response` shape.
32
32
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
33
33
  *
34
+ * @throws {@link ConcurrentModificationException} (client fault)
35
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
36
+ * be the result of attempting to modify an application without using the current application
37
+ * ID.</p>
38
+ *
39
+ * @throws {@link InvalidArgumentException} (client fault)
40
+ * <p>The specified input parameter value is not valid.</p>
41
+ *
42
+ * @throws {@link InvalidRequestException} (client fault)
43
+ * <p>The request JSON is not valid for the operation.</p>
44
+ *
45
+ * @throws {@link ResourceInUseException} (client fault)
46
+ * <p>The application is not available for this operation.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>Specified application can't be found.</p>
50
+ *
51
+ *
34
52
  */
35
53
  export declare class DeleteApplicationOutputCommand extends $Command<DeleteApplicationOutputCommandInput, DeleteApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
36
54
  readonly input: DeleteApplicationOutputCommandInput;
@@ -31,6 +31,24 @@ export interface DeleteApplicationReferenceDataSourceCommandOutput extends Delet
31
31
  * @see {@link DeleteApplicationReferenceDataSourceCommandOutput} for command's `response` shape.
32
32
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
33
33
  *
34
+ * @throws {@link ConcurrentModificationException} (client fault)
35
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
36
+ * be the result of attempting to modify an application without using the current application
37
+ * ID.</p>
38
+ *
39
+ * @throws {@link InvalidArgumentException} (client fault)
40
+ * <p>The specified input parameter value is not valid.</p>
41
+ *
42
+ * @throws {@link InvalidRequestException} (client fault)
43
+ * <p>The request JSON is not valid for the operation.</p>
44
+ *
45
+ * @throws {@link ResourceInUseException} (client fault)
46
+ * <p>The application is not available for this operation.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>Specified application can't be found.</p>
50
+ *
51
+ *
34
52
  */
35
53
  export declare class DeleteApplicationReferenceDataSourceCommand extends $Command<DeleteApplicationReferenceDataSourceCommandInput, DeleteApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
36
54
  readonly input: DeleteApplicationReferenceDataSourceCommandInput;
@@ -29,6 +29,28 @@ export interface DeleteApplicationSnapshotCommandOutput extends DeleteApplicatio
29
29
  * @see {@link DeleteApplicationSnapshotCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentModificationException} (client fault)
33
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
34
+ * be the result of attempting to modify an application without using the current application
35
+ * ID.</p>
36
+ *
37
+ * @throws {@link InvalidArgumentException} (client fault)
38
+ * <p>The specified input parameter value is not valid.</p>
39
+ *
40
+ * @throws {@link InvalidRequestException} (client fault)
41
+ * <p>The request JSON is not valid for the operation.</p>
42
+ *
43
+ * @throws {@link ResourceInUseException} (client fault)
44
+ * <p>The 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
51
+ * operation. </p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class DeleteApplicationSnapshotCommand extends $Command<DeleteApplicationSnapshotCommandInput, DeleteApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
34
56
  readonly input: DeleteApplicationSnapshotCommandInput;
@@ -29,6 +29,24 @@ export interface DeleteApplicationVpcConfigurationCommandOutput extends DeleteAp
29
29
  * @see {@link DeleteApplicationVpcConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link ConcurrentModificationException} (client fault)
33
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
34
+ * be the result of attempting to modify an application without using the current application
35
+ * ID.</p>
36
+ *
37
+ * @throws {@link InvalidApplicationConfigurationException} (client fault)
38
+ * <p>The user-provided application configuration is not valid.</p>
39
+ *
40
+ * @throws {@link InvalidArgumentException} (client fault)
41
+ * <p>The specified input parameter value is not valid.</p>
42
+ *
43
+ * @throws {@link ResourceInUseException} (client fault)
44
+ * <p>The 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
+ *
32
50
  */
33
51
  export declare class DeleteApplicationVpcConfigurationCommand extends $Command<DeleteApplicationVpcConfigurationCommandInput, DeleteApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
34
52
  readonly input: DeleteApplicationVpcConfigurationCommandInput;
@@ -31,6 +31,16 @@ export interface DescribeApplicationCommandOutput extends DescribeApplicationRes
31
31
  * @see {@link DescribeApplicationCommandOutput} for command's `response` shape.
32
32
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidArgumentException} (client fault)
35
+ * <p>The specified input parameter value is not valid.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>The request JSON is not valid for the operation.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>Specified application can't be found.</p>
42
+ *
43
+ *
34
44
  */
35
45
  export declare class DescribeApplicationCommand extends $Command<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
36
46
  readonly input: DescribeApplicationCommandInput;
@@ -29,6 +29,17 @@ export interface DescribeApplicationSnapshotCommandOutput extends DescribeApplic
29
29
  * @see {@link DescribeApplicationSnapshotCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidArgumentException} (client fault)
33
+ * <p>The specified input parameter value is not valid.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundException} (client fault)
36
+ * <p>Specified application can't be found.</p>
37
+ *
38
+ * @throws {@link UnsupportedOperationException} (client fault)
39
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this
40
+ * operation. </p>
41
+ *
42
+ *
32
43
  */
33
44
  export declare class DescribeApplicationSnapshotCommand extends $Command<DescribeApplicationSnapshotCommandInput, DescribeApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
34
45
  readonly input: DescribeApplicationSnapshotCommandInput;
@@ -32,6 +32,17 @@ export interface DescribeApplicationVersionCommandOutput extends DescribeApplica
32
32
  * @see {@link DescribeApplicationVersionCommandOutput} for command's `response` shape.
33
33
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
34
34
  *
35
+ * @throws {@link InvalidArgumentException} (client fault)
36
+ * <p>The specified input parameter value is not valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>Specified application can't be found.</p>
40
+ *
41
+ * @throws {@link UnsupportedOperationException} (client fault)
42
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this
43
+ * operation. </p>
44
+ *
45
+ *
35
46
  */
36
47
  export declare class DescribeApplicationVersionCommand extends $Command<DescribeApplicationVersionCommandInput, DescribeApplicationVersionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
37
48
  readonly input: DescribeApplicationVersionCommandInput;
@@ -35,6 +35,28 @@ export interface DiscoverInputSchemaCommandOutput extends DiscoverInputSchemaRes
35
35
  * @see {@link DiscoverInputSchemaCommandOutput} for command's `response` shape.
36
36
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
37
37
  *
38
+ * @throws {@link InvalidArgumentException} (client fault)
39
+ * <p>The specified input parameter value is not valid.</p>
40
+ *
41
+ * @throws {@link InvalidRequestException} (client fault)
42
+ * <p>The request JSON is not valid for the operation.</p>
43
+ *
44
+ * @throws {@link ResourceProvisionedThroughputExceededException} (client fault)
45
+ * <p>Discovery failed to get a record from the streaming source because of the Kinesis
46
+ * Streams <code>ProvisionedThroughputExceededException</code>. For more information, see <a href="http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetRecords.html">GetRecords</a> in the Amazon Kinesis Streams API Reference.</p>
47
+ *
48
+ * @throws {@link ServiceUnavailableException} (server fault)
49
+ * <p>The service cannot complete the request.</p>
50
+ *
51
+ * @throws {@link UnableToDetectSchemaException} (client fault)
52
+ * <p>The data format is not valid. Kinesis Data Analytics cannot detect the schema for
53
+ * the given streaming source.</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
57
+ * operation. </p>
58
+ *
59
+ *
38
60
  */
39
61
  export declare class DiscoverInputSchemaCommand extends $Command<DiscoverInputSchemaCommandInput, DiscoverInputSchemaCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
40
62
  readonly input: DiscoverInputSchemaCommandInput;
@@ -29,6 +29,14 @@ export interface ListApplicationSnapshotsCommandOutput extends ListApplicationSn
29
29
  * @see {@link ListApplicationSnapshotsCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidArgumentException} (client fault)
33
+ * <p>The specified input parameter value is not valid.</p>
34
+ *
35
+ * @throws {@link UnsupportedOperationException} (client fault)
36
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this
37
+ * operation. </p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class ListApplicationSnapshotsCommand extends $Command<ListApplicationSnapshotsCommandInput, ListApplicationSnapshotsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
34
42
  readonly input: ListApplicationSnapshotsCommandInput;
@@ -35,6 +35,17 @@ export interface ListApplicationVersionsCommandOutput extends ListApplicationVer
35
35
  * @see {@link ListApplicationVersionsCommandOutput} for command's `response` shape.
36
36
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
37
37
  *
38
+ * @throws {@link InvalidArgumentException} (client fault)
39
+ * <p>The specified input parameter value is not valid.</p>
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
46
+ * operation. </p>
47
+ *
48
+ *
38
49
  */
39
50
  export declare class ListApplicationVersionsCommand extends $Command<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
40
51
  readonly input: ListApplicationVersionsCommandInput;
@@ -33,6 +33,10 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
33
33
  * @see {@link ListApplicationsCommandOutput} for command's `response` shape.
34
34
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
35
35
  *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>The request JSON is not valid for the operation.</p>
38
+ *
39
+ *
36
40
  */
37
41
  export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
38
42
  readonly input: ListApplicationsCommandInput;
@@ -30,6 +30,18 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
30
30
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
31
31
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
32
32
  *
33
+ * @throws {@link ConcurrentModificationException} (client fault)
34
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
35
+ * be the result of attempting to modify an application without using the current application
36
+ * ID.</p>
37
+ *
38
+ * @throws {@link InvalidArgumentException} (client fault)
39
+ * <p>The specified input parameter value is not valid.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>Specified application can't be found.</p>
43
+ *
44
+ *
33
45
  */
34
46
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
35
47
  readonly input: ListTagsForResourceCommandInput;
@@ -35,6 +35,28 @@ export interface RollbackApplicationCommandOutput extends RollbackApplicationRes
35
35
  * @see {@link RollbackApplicationCommandOutput} for command's `response` shape.
36
36
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
37
37
  *
38
+ * @throws {@link ConcurrentModificationException} (client fault)
39
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
40
+ * be the result of attempting to modify an application without using the current application
41
+ * ID.</p>
42
+ *
43
+ * @throws {@link InvalidArgumentException} (client fault)
44
+ * <p>The specified input parameter value is not valid.</p>
45
+ *
46
+ * @throws {@link InvalidRequestException} (client fault)
47
+ * <p>The request JSON is not valid for the operation.</p>
48
+ *
49
+ * @throws {@link ResourceInUseException} (client fault)
50
+ * <p>The 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
57
+ * operation. </p>
58
+ *
59
+ *
38
60
  */
39
61
  export declare class RollbackApplicationCommand extends $Command<RollbackApplicationCommandInput, RollbackApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
40
62
  readonly input: RollbackApplicationCommandInput;
@@ -30,6 +30,22 @@ export interface StartApplicationCommandOutput extends StartApplicationResponse,
30
30
  * @see {@link StartApplicationCommandOutput} for command's `response` shape.
31
31
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidApplicationConfigurationException} (client fault)
34
+ * <p>The user-provided application configuration is not valid.</p>
35
+ *
36
+ * @throws {@link InvalidArgumentException} (client fault)
37
+ * <p>The specified input parameter value is not valid.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>The request JSON is not valid for the operation.</p>
41
+ *
42
+ * @throws {@link ResourceInUseException} (client fault)
43
+ * <p>The 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
+ *
33
49
  */
34
50
  export declare class StartApplicationCommand extends $Command<StartApplicationCommandInput, StartApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
35
51
  readonly input: StartApplicationCommandInput;
@@ -35,6 +35,27 @@ export interface StopApplicationCommandOutput extends StopApplicationResponse, _
35
35
  * @see {@link StopApplicationCommandOutput} for command's `response` shape.
36
36
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
37
37
  *
38
+ * @throws {@link ConcurrentModificationException} (client fault)
39
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
40
+ * be the result of attempting to modify an application without using the current application
41
+ * ID.</p>
42
+ *
43
+ * @throws {@link InvalidApplicationConfigurationException} (client fault)
44
+ * <p>The user-provided application configuration is not valid.</p>
45
+ *
46
+ * @throws {@link InvalidArgumentException} (client fault)
47
+ * <p>The specified input parameter value is not valid.</p>
48
+ *
49
+ * @throws {@link InvalidRequestException} (client fault)
50
+ * <p>The request JSON is not valid for the operation.</p>
51
+ *
52
+ * @throws {@link ResourceInUseException} (client fault)
53
+ * <p>The application is not available for this operation.</p>
54
+ *
55
+ * @throws {@link ResourceNotFoundException} (client fault)
56
+ * <p>Specified application can't be found.</p>
57
+ *
58
+ *
38
59
  */
39
60
  export declare class StopApplicationCommand extends $Command<StopApplicationCommandInput, StopApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
40
61
  readonly input: StopApplicationCommandInput;
@@ -31,6 +31,25 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
31
31
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
32
32
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
33
33
  *
34
+ * @throws {@link ConcurrentModificationException} (client fault)
35
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
36
+ * be the result of attempting to modify an application without using the current application
37
+ * ID.</p>
38
+ *
39
+ * @throws {@link InvalidArgumentException} (client fault)
40
+ * <p>The specified input parameter value is not valid.</p>
41
+ *
42
+ * @throws {@link ResourceInUseException} (client fault)
43
+ * <p>The 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 TooManyTagsException} (client fault)
49
+ * <p>Application created with too many tags, or too many tags added to an application. Note that the maximum
50
+ * number of application tags includes system tags. The maximum number of user-defined application tags is 50.</p>
51
+ *
52
+ *
34
53
  */
35
54
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
36
55
  readonly input: TagResourceCommandInput;
@@ -30,6 +30,25 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
30
30
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
31
31
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
32
32
  *
33
+ * @throws {@link ConcurrentModificationException} (client fault)
34
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
35
+ * be the result of attempting to modify an application without using the current application
36
+ * ID.</p>
37
+ *
38
+ * @throws {@link InvalidArgumentException} (client fault)
39
+ * <p>The specified input parameter value is not valid.</p>
40
+ *
41
+ * @throws {@link ResourceInUseException} (client fault)
42
+ * <p>The 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 TooManyTagsException} (client fault)
48
+ * <p>Application created with too many tags, or too many tags added to an application. Note that the maximum
49
+ * number of application tags includes system tags. The maximum number of user-defined application tags is 50.</p>
50
+ *
51
+ *
33
52
  */
34
53
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
35
54
  readonly input: UntagResourceCommandInput;
@@ -37,6 +37,34 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
37
37
  * @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
38
38
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
39
39
  *
40
+ * @throws {@link CodeValidationException} (client fault)
41
+ * <p>The user-provided application code (query) is not valid. This can be a simple syntax
42
+ * error.</p>
43
+ *
44
+ * @throws {@link ConcurrentModificationException} (client fault)
45
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
46
+ * be the result of attempting to modify an application without using the current application
47
+ * ID.</p>
48
+ *
49
+ * @throws {@link InvalidApplicationConfigurationException} (client fault)
50
+ * <p>The user-provided application configuration is not valid.</p>
51
+ *
52
+ * @throws {@link InvalidArgumentException} (client fault)
53
+ * <p>The specified input parameter value is not valid.</p>
54
+ *
55
+ * @throws {@link InvalidRequestException} (client fault)
56
+ * <p>The request JSON is not valid for the operation.</p>
57
+ *
58
+ * @throws {@link LimitExceededException} (client fault)
59
+ * <p>The number of allowed resources has been exceeded.</p>
60
+ *
61
+ * @throws {@link ResourceInUseException} (client fault)
62
+ * <p>The application is not available for this operation.</p>
63
+ *
64
+ * @throws {@link ResourceNotFoundException} (client fault)
65
+ * <p>Specified application can't be found.</p>
66
+ *
67
+ *
40
68
  */
41
69
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
42
70
  readonly input: UpdateApplicationCommandInput;
@@ -44,6 +44,25 @@ export interface UpdateApplicationMaintenanceConfigurationCommandOutput extends
44
44
  * @see {@link UpdateApplicationMaintenanceConfigurationCommandOutput} for command's `response` shape.
45
45
  * @see {@link KinesisAnalyticsV2ClientResolvedConfig | config} for KinesisAnalyticsV2Client's `config` shape.
46
46
  *
47
+ * @throws {@link ConcurrentModificationException} (client fault)
48
+ * <p>Exception thrown as a result of concurrent modifications to an application. This error can
49
+ * be the result of attempting to modify an application without using the current application
50
+ * ID.</p>
51
+ *
52
+ * @throws {@link InvalidArgumentException} (client fault)
53
+ * <p>The specified input parameter value is not valid.</p>
54
+ *
55
+ * @throws {@link ResourceInUseException} (client fault)
56
+ * <p>The application is not available for this operation.</p>
57
+ *
58
+ * @throws {@link ResourceNotFoundException} (client fault)
59
+ * <p>Specified application can't be found.</p>
60
+ *
61
+ * @throws {@link UnsupportedOperationException} (client fault)
62
+ * <p>The request was rejected because a specified parameter is not supported or a specified resource is not valid for this
63
+ * operation. </p>
64
+ *
65
+ *
47
66
  */
48
67
  export declare class UpdateApplicationMaintenanceConfigurationCommand extends $Command<UpdateApplicationMaintenanceConfigurationCommandInput, UpdateApplicationMaintenanceConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig> {
49
68
  readonly input: UpdateApplicationMaintenanceConfigurationCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis-analytics-v2",
3
3
  "description": "AWS SDK for JavaScript Kinesis Analytics V2 Client for Node.js, Browser and React Native",
4
- "version": "3.288.0",
4
+ "version": "3.290.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,37 +20,37 @@
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.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },