aws-sdk-kinesisanalyticsv2 1.22.0 → 1.27.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +148 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-kinesisanalyticsv2.rb +2 -2
- data/lib/aws-sdk-kinesisanalyticsv2/client.rb +194 -57
- data/lib/aws-sdk-kinesisanalyticsv2/client_api.rb +63 -1
- data/lib/aws-sdk-kinesisanalyticsv2/errors.rb +1 -1
- data/lib/aws-sdk-kinesisanalyticsv2/resource.rb +1 -1
- data/lib/aws-sdk-kinesisanalyticsv2/types.rb +442 -256
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a28a4b7abdcc484c20f54b41b3ee4d8bfbc011a6552cb4a71f467d84e556b50b
|
4
|
+
data.tar.gz: 853ca04a573aba1cd9bb464ac033ca9c2444baf1da94720f66ed20b27f440475
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e259aadb7cbc2454098111fed82c7fa6bc19f0e189e85e81ae045fe8c094a0d3686da81863de38196196e1a4f8d03074fc4cb96def9e6cb2c686c4396435f0b
|
7
|
+
data.tar.gz: 9ff3ec4a56d53c0ffaf4a19ae1510e58f5e848dd48c68543a1b81d8b32987b37ec30b7dfcc91737dfbec45603320f1cb35affdcd88328a852dc62ce7d460d63a
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,148 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.27.0 (2021-04-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Amazon Kinesis Data Analytics now supports custom application maintenance configuration using UpdateApplicationMaintenanceConfiguration API for Apache Flink applications. Customers will have visibility when their application is under maintenance status using 'MAINTENANCE' application status.
|
8
|
+
|
9
|
+
1.26.0 (2021-03-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.25.0 (2021-02-02)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.24.0 (2020-11-19)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Amazon Kinesis Data Analytics now supports building and running streaming applications using Apache Flink 1.11 and provides a way to access the Apache Flink dashboard for supported Flink versions.
|
23
|
+
|
24
|
+
1.23.0 (2020-10-06)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Amazon Kinesis Analytics now supports StopApplication with 'force' option
|
28
|
+
|
29
|
+
1.22.0 (2020-09-30)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.21.0 (2020-09-15)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.20.0 (2020-09-09)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Kinesis Data Analytics is adding new AUTOSCALING application status for applications during auto scaling and also adding FlinkRunConfigurationDescription in the ApplicationDetails.
|
43
|
+
|
44
|
+
1.19.0 (2020-08-25)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.18.0 (2020-06-23)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
53
|
+
|
54
|
+
1.17.1 (2020-06-11)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
58
|
+
|
59
|
+
1.17.0 (2020-06-10)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Issue - This version has been yanked. (#2327).
|
63
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
64
|
+
|
65
|
+
1.16.0 (2020-05-28)
|
66
|
+
------------------
|
67
|
+
|
68
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
69
|
+
|
70
|
+
1.15.0 (2020-05-07)
|
71
|
+
------------------
|
72
|
+
|
73
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
74
|
+
|
75
|
+
1.14.0 (2020-03-09)
|
76
|
+
------------------
|
77
|
+
|
78
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
79
|
+
|
80
|
+
1.13.0 (2019-12-17)
|
81
|
+
------------------
|
82
|
+
|
83
|
+
* Feature - Kinesis Data Analytics service now supports running Java applications using Flink 1.8.
|
84
|
+
|
85
|
+
1.12.0 (2019-11-25)
|
86
|
+
------------------
|
87
|
+
|
88
|
+
* Feature - Kinesis Data Analytics service adds support to configure Java applications to access resources in a VPC. Also releasing support to configure Java applications to set allowNonRestoreState flag through the service APIs.
|
89
|
+
|
90
|
+
1.11.0 (2019-10-23)
|
91
|
+
------------------
|
92
|
+
|
93
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
94
|
+
|
95
|
+
1.10.0 (2019-07-25)
|
96
|
+
------------------
|
97
|
+
|
98
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
99
|
+
|
100
|
+
1.9.0 (2019-07-01)
|
101
|
+
------------------
|
102
|
+
|
103
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
104
|
+
|
105
|
+
1.8.0 (2019-06-17)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
109
|
+
|
110
|
+
1.7.0 (2019-05-21)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* Feature - API update.
|
114
|
+
|
115
|
+
1.6.0 (2019-05-15)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* Feature - API update.
|
119
|
+
|
120
|
+
1.5.0 (2019-05-14)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* Feature - API update.
|
124
|
+
|
125
|
+
1.4.0 (2019-05-08)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* Feature - API update.
|
129
|
+
|
130
|
+
1.3.0 (2019-03-21)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - API update.
|
134
|
+
|
135
|
+
1.2.0 (2019-03-18)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - API update.
|
139
|
+
|
140
|
+
1.1.0 (2019-03-14)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* Feature - API update.
|
144
|
+
|
145
|
+
1.0.0 (2018-11-28)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* Feature - Initial release of `aws-sdk-kinesisanalyticsv2`.
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1.27.0
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-kinesisanalyticsv2/customizations'
|
|
48
48
|
# @!group service
|
49
49
|
module Aws::KinesisAnalyticsV2
|
50
50
|
|
51
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.27.0'
|
52
52
|
|
53
53
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -384,8 +384,8 @@ module Aws::KinesisAnalyticsV2
|
|
384
384
|
req.send_request(options)
|
385
385
|
end
|
386
386
|
|
387
|
-
# Adds a streaming source to your SQL-based
|
388
|
-
#
|
387
|
+
# Adds a streaming source to your SQL-based Kinesis Data Analytics
|
388
|
+
# application.
|
389
389
|
#
|
390
390
|
# You can add a streaming source when you create an application, or you
|
391
391
|
# can use this operation to add a streaming source after you create an
|
@@ -495,14 +495,14 @@ module Aws::KinesisAnalyticsV2
|
|
495
495
|
req.send_request(options)
|
496
496
|
end
|
497
497
|
|
498
|
-
# Adds an InputProcessingConfiguration to
|
498
|
+
# Adds an InputProcessingConfiguration to a SQL-based Kinesis Data
|
499
499
|
# Analytics application. An input processor pre-processes records on the
|
500
500
|
# input stream before the application's SQL code executes. Currently,
|
501
501
|
# the only input processor available is [AWS Lambda][1].
|
502
502
|
#
|
503
503
|
#
|
504
504
|
#
|
505
|
-
# [1]: https://aws.amazon.com/
|
505
|
+
# [1]: https://docs.aws.amazon.com/lambda/
|
506
506
|
#
|
507
507
|
# @option params [required, String] :application_name
|
508
508
|
# The name of the application to which you want to add the input
|
@@ -560,8 +560,8 @@ module Aws::KinesisAnalyticsV2
|
|
560
560
|
req.send_request(options)
|
561
561
|
end
|
562
562
|
|
563
|
-
# Adds an external destination to your SQL-based
|
564
|
-
#
|
563
|
+
# Adds an external destination to your SQL-based Kinesis Data Analytics
|
564
|
+
# application.
|
565
565
|
#
|
566
566
|
# If you want Kinesis Data Analytics to deliver data from an
|
567
567
|
# in-application stream within your application to an external
|
@@ -650,8 +650,8 @@ module Aws::KinesisAnalyticsV2
|
|
650
650
|
req.send_request(options)
|
651
651
|
end
|
652
652
|
|
653
|
-
# Adds a reference data source to an existing SQL-based
|
654
|
-
#
|
653
|
+
# Adds a reference data source to an existing SQL-based Kinesis Data
|
654
|
+
# Analytics application.
|
655
655
|
#
|
656
656
|
# Kinesis Data Analytics reads reference data (that is, an Amazon S3
|
657
657
|
# object) and creates an in-application table within your application.
|
@@ -763,11 +763,10 @@ module Aws::KinesisAnalyticsV2
|
|
763
763
|
# The name of an existing application.
|
764
764
|
#
|
765
765
|
# @option params [required, Integer] :current_application_version_id
|
766
|
-
# The version of the application to which you want to add the
|
767
|
-
#
|
768
|
-
#
|
769
|
-
#
|
770
|
-
# `ConcurrentModificationException` is returned.
|
766
|
+
# The version of the application to which you want to add the VPC
|
767
|
+
# configuration. You can use the DescribeApplication operation to get
|
768
|
+
# the current application version. If the version specified is not the
|
769
|
+
# current version, the `ConcurrentModificationException` is returned.
|
771
770
|
#
|
772
771
|
# @option params [required, Types::VpcConfiguration] :vpc_configuration
|
773
772
|
# Description of the VPC to add to the application.
|
@@ -809,8 +808,8 @@ module Aws::KinesisAnalyticsV2
|
|
809
808
|
req.send_request(options)
|
810
809
|
end
|
811
810
|
|
812
|
-
# Creates
|
813
|
-
#
|
811
|
+
# Creates a Kinesis Data Analytics application. For information about
|
812
|
+
# creating a Kinesis Data Analytics application, see [Creating an
|
814
813
|
# Application][1].
|
815
814
|
#
|
816
815
|
#
|
@@ -824,8 +823,8 @@ module Aws::KinesisAnalyticsV2
|
|
824
823
|
# A summary description of the application.
|
825
824
|
#
|
826
825
|
# @option params [required, String] :runtime_environment
|
827
|
-
# The runtime environment for the application (`SQL-
|
828
|
-
# `FLINK-
|
826
|
+
# The runtime environment for the application (`SQL-1_0`, `FLINK-1_6`,
|
827
|
+
# `FLINK-1_8`, or `FLINK-1_11`).
|
829
828
|
#
|
830
829
|
# @option params [required, String] :service_execution_role
|
831
830
|
# The IAM role used by the application to access Kinesis data streams,
|
@@ -859,7 +858,7 @@ module Aws::KinesisAnalyticsV2
|
|
859
858
|
# resp = client.create_application({
|
860
859
|
# application_name: "ApplicationName", # required
|
861
860
|
# application_description: "ApplicationDescription",
|
862
|
-
# runtime_environment: "SQL-1_0", # required, accepts SQL-1_0, FLINK-1_6, FLINK-1_8
|
861
|
+
# runtime_environment: "SQL-1_0", # required, accepts SQL-1_0, FLINK-1_6, FLINK-1_8, FLINK-1_11
|
863
862
|
# service_execution_role: "RoleARN", # required
|
864
863
|
# application_configuration: {
|
865
864
|
# sql_application_configuration: {
|
@@ -1022,9 +1021,9 @@ module Aws::KinesisAnalyticsV2
|
|
1022
1021
|
# resp.application_detail.application_arn #=> String
|
1023
1022
|
# resp.application_detail.application_description #=> String
|
1024
1023
|
# resp.application_detail.application_name #=> String
|
1025
|
-
# resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
|
1024
|
+
# resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "FLINK-1_11"
|
1026
1025
|
# resp.application_detail.service_execution_role #=> String
|
1027
|
-
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING"
|
1026
|
+
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "MAINTENANCE"
|
1028
1027
|
# resp.application_detail.application_version_id #=> Integer
|
1029
1028
|
# resp.application_detail.create_timestamp #=> Time
|
1030
1029
|
# resp.application_detail.last_update_timestamp #=> Time
|
@@ -1114,6 +1113,8 @@ module Aws::KinesisAnalyticsV2
|
|
1114
1113
|
# resp.application_detail.cloud_watch_logging_option_descriptions[0].cloud_watch_logging_option_id #=> String
|
1115
1114
|
# resp.application_detail.cloud_watch_logging_option_descriptions[0].log_stream_arn #=> String
|
1116
1115
|
# resp.application_detail.cloud_watch_logging_option_descriptions[0].role_arn #=> String
|
1116
|
+
# resp.application_detail.application_maintenance_configuration_description.application_maintenance_window_start_time #=> String
|
1117
|
+
# resp.application_detail.application_maintenance_configuration_description.application_maintenance_window_end_time #=> String
|
1117
1118
|
#
|
1118
1119
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CreateApplication AWS API Documentation
|
1119
1120
|
#
|
@@ -1124,6 +1125,62 @@ module Aws::KinesisAnalyticsV2
|
|
1124
1125
|
req.send_request(options)
|
1125
1126
|
end
|
1126
1127
|
|
1128
|
+
# Creates and returns a URL that you can use to connect to an
|
1129
|
+
# application's extension. Currently, the only available extension is
|
1130
|
+
# the Apache Flink dashboard.
|
1131
|
+
#
|
1132
|
+
# The IAM role or user used to call this API defines the permissions to
|
1133
|
+
# access the extension. After the presigned URL is created, no
|
1134
|
+
# additional permission is required to access this URL. IAM
|
1135
|
+
# authorization policies for this API are also enforced for every HTTP
|
1136
|
+
# request that attempts to connect to the extension.
|
1137
|
+
#
|
1138
|
+
# You control the amount of time that the URL will be valid using the
|
1139
|
+
# `SessionExpirationDurationInSeconds` parameter. If you do not provide
|
1140
|
+
# this parameter, the returned URL is valid for twelve hours.
|
1141
|
+
#
|
1142
|
+
# <note markdown="1"> The URL that you get from a call to CreateApplicationPresignedUrl must
|
1143
|
+
# be used within 3 minutes to be valid. If you first try to use the URL
|
1144
|
+
# after the 3-minute limit expires, the service returns an HTTP 403
|
1145
|
+
# Forbidden error.
|
1146
|
+
#
|
1147
|
+
# </note>
|
1148
|
+
#
|
1149
|
+
# @option params [required, String] :application_name
|
1150
|
+
# The name of the application.
|
1151
|
+
#
|
1152
|
+
# @option params [required, String] :url_type
|
1153
|
+
# The type of the extension for which to create and return a URL.
|
1154
|
+
# Currently, the only valid extension URL type is `FLINK_DASHBOARD_URL`.
|
1155
|
+
#
|
1156
|
+
# @option params [Integer] :session_expiration_duration_in_seconds
|
1157
|
+
# The duration in seconds for which the returned URL will be valid.
|
1158
|
+
#
|
1159
|
+
# @return [Types::CreateApplicationPresignedUrlResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1160
|
+
#
|
1161
|
+
# * {Types::CreateApplicationPresignedUrlResponse#authorized_url #authorized_url} => String
|
1162
|
+
#
|
1163
|
+
# @example Request syntax with placeholder values
|
1164
|
+
#
|
1165
|
+
# resp = client.create_application_presigned_url({
|
1166
|
+
# application_name: "ApplicationName", # required
|
1167
|
+
# url_type: "FLINK_DASHBOARD_URL", # required, accepts FLINK_DASHBOARD_URL
|
1168
|
+
# session_expiration_duration_in_seconds: 1,
|
1169
|
+
# })
|
1170
|
+
#
|
1171
|
+
# @example Response structure
|
1172
|
+
#
|
1173
|
+
# resp.authorized_url #=> String
|
1174
|
+
#
|
1175
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CreateApplicationPresignedUrl AWS API Documentation
|
1176
|
+
#
|
1177
|
+
# @overload create_application_presigned_url(params = {})
|
1178
|
+
# @param [Hash] params ({})
|
1179
|
+
def create_application_presigned_url(params = {}, options = {})
|
1180
|
+
req = build_request(:create_application_presigned_url, params)
|
1181
|
+
req.send_request(options)
|
1182
|
+
end
|
1183
|
+
|
1127
1184
|
# Creates a snapshot of the application's state data.
|
1128
1185
|
#
|
1129
1186
|
# @option params [required, String] :application_name
|
@@ -1177,8 +1234,8 @@ module Aws::KinesisAnalyticsV2
|
|
1177
1234
|
req.send_request(options)
|
1178
1235
|
end
|
1179
1236
|
|
1180
|
-
# Deletes an Amazon CloudWatch log stream from an
|
1181
|
-
#
|
1237
|
+
# Deletes an Amazon CloudWatch log stream from an Kinesis Data Analytics
|
1238
|
+
# application.
|
1182
1239
|
#
|
1183
1240
|
# @option params [required, String] :application_name
|
1184
1241
|
# The application name.
|
@@ -1268,8 +1325,8 @@ module Aws::KinesisAnalyticsV2
|
|
1268
1325
|
end
|
1269
1326
|
|
1270
1327
|
# Deletes the output destination configuration from your SQL-based
|
1271
|
-
#
|
1272
|
-
#
|
1328
|
+
# Kinesis Data Analytics application's configuration. Kinesis Data
|
1329
|
+
# Analytics will no longer write data from the corresponding
|
1273
1330
|
# in-application stream to the external output destination.
|
1274
1331
|
#
|
1275
1332
|
# @option params [required, String] :application_name
|
@@ -1317,7 +1374,7 @@ module Aws::KinesisAnalyticsV2
|
|
1317
1374
|
end
|
1318
1375
|
|
1319
1376
|
# Deletes a reference data source configuration from the specified
|
1320
|
-
# SQL-based
|
1377
|
+
# SQL-based Kinesis Data Analytics application's configuration.
|
1321
1378
|
#
|
1322
1379
|
# If the application is running, Kinesis Data Analytics immediately
|
1323
1380
|
# removes the in-application table that you created using the
|
@@ -1436,7 +1493,7 @@ module Aws::KinesisAnalyticsV2
|
|
1436
1493
|
req.send_request(options)
|
1437
1494
|
end
|
1438
1495
|
|
1439
|
-
# Returns information about a specific
|
1496
|
+
# Returns information about a specific Kinesis Data Analytics
|
1440
1497
|
# application.
|
1441
1498
|
#
|
1442
1499
|
# If you want to retrieve a list of all applications in your account,
|
@@ -1465,9 +1522,9 @@ module Aws::KinesisAnalyticsV2
|
|
1465
1522
|
# resp.application_detail.application_arn #=> String
|
1466
1523
|
# resp.application_detail.application_description #=> String
|
1467
1524
|
# resp.application_detail.application_name #=> String
|
1468
|
-
# resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
|
1525
|
+
# resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "FLINK-1_11"
|
1469
1526
|
# resp.application_detail.service_execution_role #=> String
|
1470
|
-
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING"
|
1527
|
+
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "MAINTENANCE"
|
1471
1528
|
# resp.application_detail.application_version_id #=> Integer
|
1472
1529
|
# resp.application_detail.create_timestamp #=> Time
|
1473
1530
|
# resp.application_detail.last_update_timestamp #=> Time
|
@@ -1557,6 +1614,8 @@ module Aws::KinesisAnalyticsV2
|
|
1557
1614
|
# resp.application_detail.cloud_watch_logging_option_descriptions[0].cloud_watch_logging_option_id #=> String
|
1558
1615
|
# resp.application_detail.cloud_watch_logging_option_descriptions[0].log_stream_arn #=> String
|
1559
1616
|
# resp.application_detail.cloud_watch_logging_option_descriptions[0].role_arn #=> String
|
1617
|
+
# resp.application_detail.application_maintenance_configuration_description.application_maintenance_window_start_time #=> String
|
1618
|
+
# resp.application_detail.application_maintenance_configuration_description.application_maintenance_window_end_time #=> String
|
1560
1619
|
#
|
1561
1620
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DescribeApplication AWS API Documentation
|
1562
1621
|
#
|
@@ -1603,12 +1662,11 @@ module Aws::KinesisAnalyticsV2
|
|
1603
1662
|
req.send_request(options)
|
1604
1663
|
end
|
1605
1664
|
|
1606
|
-
# Infers a schema for
|
1607
|
-
#
|
1608
|
-
#
|
1609
|
-
#
|
1610
|
-
#
|
1611
|
-
# infer the schema.
|
1665
|
+
# Infers a schema for a SQL-based Kinesis Data Analytics application by
|
1666
|
+
# evaluating sample records on the specified streaming source (Kinesis
|
1667
|
+
# data stream or Kinesis Data Firehose delivery stream) or Amazon S3
|
1668
|
+
# object. In the response, the operation returns the inferred schema and
|
1669
|
+
# also the sample records that the operation used to infer the schema.
|
1612
1670
|
#
|
1613
1671
|
# You can use the inferred schema when configuring a streaming source
|
1614
1672
|
# for your application. When you create an application using the Kinesis
|
@@ -1732,9 +1790,9 @@ module Aws::KinesisAnalyticsV2
|
|
1732
1790
|
req.send_request(options)
|
1733
1791
|
end
|
1734
1792
|
|
1735
|
-
# Returns a list of
|
1736
|
-
#
|
1737
|
-
#
|
1793
|
+
# Returns a list of Kinesis Data Analytics applications in your account.
|
1794
|
+
# For each application, the response includes the application name,
|
1795
|
+
# Amazon Resource Name (ARN), and status.
|
1738
1796
|
#
|
1739
1797
|
# If you want detailed information about a specific application, use
|
1740
1798
|
# DescribeApplication.
|
@@ -1769,9 +1827,9 @@ module Aws::KinesisAnalyticsV2
|
|
1769
1827
|
# resp.application_summaries #=> Array
|
1770
1828
|
# resp.application_summaries[0].application_name #=> String
|
1771
1829
|
# resp.application_summaries[0].application_arn #=> String
|
1772
|
-
# resp.application_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING"
|
1830
|
+
# resp.application_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "MAINTENANCE"
|
1773
1831
|
# resp.application_summaries[0].application_version_id #=> Integer
|
1774
|
-
# resp.application_summaries[0].runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
|
1832
|
+
# resp.application_summaries[0].runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "FLINK-1_11"
|
1775
1833
|
# resp.next_token #=> String
|
1776
1834
|
#
|
1777
1835
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ListApplications AWS API Documentation
|
@@ -1818,7 +1876,7 @@ module Aws::KinesisAnalyticsV2
|
|
1818
1876
|
req.send_request(options)
|
1819
1877
|
end
|
1820
1878
|
|
1821
|
-
# Starts the specified
|
1879
|
+
# Starts the specified Kinesis Data Analytics application. After
|
1822
1880
|
# creating an application, you must exclusively call this operation to
|
1823
1881
|
# start your application.
|
1824
1882
|
#
|
@@ -1864,18 +1922,44 @@ module Aws::KinesisAnalyticsV2
|
|
1864
1922
|
end
|
1865
1923
|
|
1866
1924
|
# Stops the application from processing data. You can stop an
|
1867
|
-
# application only if it is in the running
|
1868
|
-
#
|
1925
|
+
# application only if it is in the running status, unless you set the
|
1926
|
+
# `Force` parameter to `true`.
|
1927
|
+
#
|
1928
|
+
# You can use the DescribeApplication operation to find the application
|
1929
|
+
# status.
|
1930
|
+
#
|
1931
|
+
# Kinesis Data Analytics takes a snapshot when the application is
|
1932
|
+
# stopped, unless `Force` is set to `true`.
|
1869
1933
|
#
|
1870
1934
|
# @option params [required, String] :application_name
|
1871
1935
|
# The name of the running application to stop.
|
1872
1936
|
#
|
1937
|
+
# @option params [Boolean] :force
|
1938
|
+
# Set to `true` to force the application to stop. If you set `Force` to
|
1939
|
+
# `true`, Kinesis Data Analytics stops the application without taking a
|
1940
|
+
# snapshot.
|
1941
|
+
#
|
1942
|
+
# <note markdown="1"> Force-stopping your application may lead to data loss or duplication.
|
1943
|
+
# To prevent data loss or duplicate processing of data during
|
1944
|
+
# application restarts, we recommend you to take frequent snapshots of
|
1945
|
+
# your application.
|
1946
|
+
#
|
1947
|
+
# </note>
|
1948
|
+
#
|
1949
|
+
# You can only force stop a Flink-based Kinesis Data Analytics
|
1950
|
+
# application. You can't force stop a SQL-based Kinesis Data Analytics
|
1951
|
+
# application.
|
1952
|
+
#
|
1953
|
+
# The application must be in the `STARTING`, `UPDATING`, `STOPPING`,
|
1954
|
+
# `AUTOSCALING`, or `RUNNING` status.
|
1955
|
+
#
|
1873
1956
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1874
1957
|
#
|
1875
1958
|
# @example Request syntax with placeholder values
|
1876
1959
|
#
|
1877
1960
|
# resp = client.stop_application({
|
1878
1961
|
# application_name: "ApplicationName", # required
|
1962
|
+
# force: false,
|
1879
1963
|
# })
|
1880
1964
|
#
|
1881
1965
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StopApplication AWS API Documentation
|
@@ -1887,10 +1971,10 @@ module Aws::KinesisAnalyticsV2
|
|
1887
1971
|
req.send_request(options)
|
1888
1972
|
end
|
1889
1973
|
|
1890
|
-
# Adds one or more key-value tags to a Kinesis Analytics
|
1891
|
-
# Note that the maximum number of application tags includes
|
1892
|
-
# The maximum number of user-defined application tags is
|
1893
|
-
# information, see [Using Tagging][1].
|
1974
|
+
# Adds one or more key-value tags to a Kinesis Data Analytics
|
1975
|
+
# application. Note that the maximum number of application tags includes
|
1976
|
+
# system tags. The maximum number of user-defined application tags is
|
1977
|
+
# 50. For more information, see [Using Tagging][1].
|
1894
1978
|
#
|
1895
1979
|
#
|
1896
1980
|
#
|
@@ -1925,16 +2009,16 @@ module Aws::KinesisAnalyticsV2
|
|
1925
2009
|
req.send_request(options)
|
1926
2010
|
end
|
1927
2011
|
|
1928
|
-
# Removes one or more tags from a Kinesis Analytics application.
|
1929
|
-
# more information, see [Using Tagging][1].
|
2012
|
+
# Removes one or more tags from a Kinesis Data Analytics application.
|
2013
|
+
# For more information, see [Using Tagging][1].
|
1930
2014
|
#
|
1931
2015
|
#
|
1932
2016
|
#
|
1933
2017
|
# [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html
|
1934
2018
|
#
|
1935
2019
|
# @option params [required, String] :resource_arn
|
1936
|
-
# The ARN of the Kinesis Analytics application from which to remove
|
1937
|
-
# tags.
|
2020
|
+
# The ARN of the Kinesis Data Analytics application from which to remove
|
2021
|
+
# the tags.
|
1938
2022
|
#
|
1939
2023
|
# @option params [required, Array<String>] :tag_keys
|
1940
2024
|
# A list of keys of tags to remove from the specified application.
|
@@ -1957,13 +2041,19 @@ module Aws::KinesisAnalyticsV2
|
|
1957
2041
|
req.send_request(options)
|
1958
2042
|
end
|
1959
2043
|
|
1960
|
-
# Updates an existing
|
1961
|
-
#
|
1962
|
-
#
|
2044
|
+
# Updates an existing Kinesis Data Analytics application. Using this
|
2045
|
+
# operation, you can update application code, input configuration, and
|
2046
|
+
# output configuration.
|
1963
2047
|
#
|
1964
2048
|
# Kinesis Data Analytics updates the `ApplicationVersionId` each time
|
1965
2049
|
# you update your application.
|
1966
2050
|
#
|
2051
|
+
# <note markdown="1"> You cannot update the `RuntimeEnvironment` of an existing application.
|
2052
|
+
# If you need to update an application's `RuntimeEnvironment`, you must
|
2053
|
+
# delete the application and create it again.
|
2054
|
+
#
|
2055
|
+
# </note>
|
2056
|
+
#
|
1967
2057
|
# @option params [required, String] :application_name
|
1968
2058
|
# The name of the application to update.
|
1969
2059
|
#
|
@@ -2165,9 +2255,9 @@ module Aws::KinesisAnalyticsV2
|
|
2165
2255
|
# resp.application_detail.application_arn #=> String
|
2166
2256
|
# resp.application_detail.application_description #=> String
|
2167
2257
|
# resp.application_detail.application_name #=> String
|
2168
|
-
# resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
|
2258
|
+
# resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "FLINK-1_11"
|
2169
2259
|
# resp.application_detail.service_execution_role #=> String
|
2170
|
-
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING"
|
2260
|
+
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "MAINTENANCE"
|
2171
2261
|
# resp.application_detail.application_version_id #=> Integer
|
2172
2262
|
# resp.application_detail.create_timestamp #=> Time
|
2173
2263
|
# resp.application_detail.last_update_timestamp #=> Time
|
@@ -2257,6 +2347,8 @@ module Aws::KinesisAnalyticsV2
|
|
2257
2347
|
# resp.application_detail.cloud_watch_logging_option_descriptions[0].cloud_watch_logging_option_id #=> String
|
2258
2348
|
# resp.application_detail.cloud_watch_logging_option_descriptions[0].log_stream_arn #=> String
|
2259
2349
|
# resp.application_detail.cloud_watch_logging_option_descriptions[0].role_arn #=> String
|
2350
|
+
# resp.application_detail.application_maintenance_configuration_description.application_maintenance_window_start_time #=> String
|
2351
|
+
# resp.application_detail.application_maintenance_configuration_description.application_maintenance_window_end_time #=> String
|
2260
2352
|
#
|
2261
2353
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/UpdateApplication AWS API Documentation
|
2262
2354
|
#
|
@@ -2267,6 +2359,51 @@ module Aws::KinesisAnalyticsV2
|
|
2267
2359
|
req.send_request(options)
|
2268
2360
|
end
|
2269
2361
|
|
2362
|
+
# Updates the configuration for the automatic maintenance that Kinesis
|
2363
|
+
# Data Analytics performs on the application. For information about
|
2364
|
+
# automatic application maintenance, see [Kinesis Data Analytics for
|
2365
|
+
# Apache Flink Maintenance][1].
|
2366
|
+
#
|
2367
|
+
#
|
2368
|
+
#
|
2369
|
+
# [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/java/maintenance.html
|
2370
|
+
#
|
2371
|
+
# @option params [required, String] :application_name
|
2372
|
+
# The name of the application for which you want to update the
|
2373
|
+
# maintenance time window.
|
2374
|
+
#
|
2375
|
+
# @option params [required, Types::ApplicationMaintenanceConfigurationUpdate] :application_maintenance_configuration_update
|
2376
|
+
# Describes the application maintenance configuration update.
|
2377
|
+
#
|
2378
|
+
# @return [Types::UpdateApplicationMaintenanceConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2379
|
+
#
|
2380
|
+
# * {Types::UpdateApplicationMaintenanceConfigurationResponse#application_arn #application_arn} => String
|
2381
|
+
# * {Types::UpdateApplicationMaintenanceConfigurationResponse#application_maintenance_configuration_description #application_maintenance_configuration_description} => Types::ApplicationMaintenanceConfigurationDescription
|
2382
|
+
#
|
2383
|
+
# @example Request syntax with placeholder values
|
2384
|
+
#
|
2385
|
+
# resp = client.update_application_maintenance_configuration({
|
2386
|
+
# application_name: "ApplicationName", # required
|
2387
|
+
# application_maintenance_configuration_update: { # required
|
2388
|
+
# application_maintenance_window_start_time_update: "ApplicationMaintenanceWindowStartTime", # required
|
2389
|
+
# },
|
2390
|
+
# })
|
2391
|
+
#
|
2392
|
+
# @example Response structure
|
2393
|
+
#
|
2394
|
+
# resp.application_arn #=> String
|
2395
|
+
# resp.application_maintenance_configuration_description.application_maintenance_window_start_time #=> String
|
2396
|
+
# resp.application_maintenance_configuration_description.application_maintenance_window_end_time #=> String
|
2397
|
+
#
|
2398
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/UpdateApplicationMaintenanceConfiguration AWS API Documentation
|
2399
|
+
#
|
2400
|
+
# @overload update_application_maintenance_configuration(params = {})
|
2401
|
+
# @param [Hash] params ({})
|
2402
|
+
def update_application_maintenance_configuration(params = {}, options = {})
|
2403
|
+
req = build_request(:update_application_maintenance_configuration, params)
|
2404
|
+
req.send_request(options)
|
2405
|
+
end
|
2406
|
+
|
2270
2407
|
# @!endgroup
|
2271
2408
|
|
2272
2409
|
# @param params ({})
|
@@ -2280,7 +2417,7 @@ module Aws::KinesisAnalyticsV2
|
|
2280
2417
|
params: params,
|
2281
2418
|
config: config)
|
2282
2419
|
context[:gem_name] = 'aws-sdk-kinesisanalyticsv2'
|
2283
|
-
context[:gem_version] = '1.
|
2420
|
+
context[:gem_version] = '1.27.0'
|
2284
2421
|
Seahorse::Client::Request.new(handlers, context)
|
2285
2422
|
end
|
2286
2423
|
|