aws-sdk-kinesisanalyticsv2 1.21.0 → 1.26.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 +143 -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 +139 -57
- data/lib/aws-sdk-kinesisanalyticsv2/client_api.rb +27 -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 +347 -253
- metadata +8 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c43d4748a233af5577c173c231c5f928e040c6ac3d9d7f742902a3d5502c62f9
|
4
|
+
data.tar.gz: 6f190c070460ed347a6f2e97e9388f3e82708b1da60337444076f9c9ddfb5aa3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 256ae398f576a6a1d548fcf0d6f6568a3ae0ec2c8df4506510ada54c658036ee64d751041ffbdaa32da727bc5e00b0094c7d89898ea16ba919304929436422e7
|
7
|
+
data.tar.gz: eb2777e33e749f9905ed1ff10856a4b80037002bbdf57a278546a2df1559d43b43e6d1dc9e15772e6e418f1d4a051034394919552fd909ee1bfffe052212f20b
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,143 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.26.0 (2021-03-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.25.0 (2021-02-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.24.0 (2020-11-19)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* 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.
|
18
|
+
|
19
|
+
1.23.0 (2020-10-06)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Amazon Kinesis Analytics now supports StopApplication with 'force' option
|
23
|
+
|
24
|
+
1.22.0 (2020-09-30)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.21.0 (2020-09-15)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.20.0 (2020-09-09)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Kinesis Data Analytics is adding new AUTOSCALING application status for applications during auto scaling and also adding FlinkRunConfigurationDescription in the ApplicationDetails.
|
38
|
+
|
39
|
+
1.19.0 (2020-08-25)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.18.0 (2020-06-23)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.17.1 (2020-06-11)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
53
|
+
|
54
|
+
1.17.0 (2020-06-10)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Issue - This version has been yanked. (#2327).
|
58
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
59
|
+
|
60
|
+
1.16.0 (2020-05-28)
|
61
|
+
------------------
|
62
|
+
|
63
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
64
|
+
|
65
|
+
1.15.0 (2020-05-07)
|
66
|
+
------------------
|
67
|
+
|
68
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
69
|
+
|
70
|
+
1.14.0 (2020-03-09)
|
71
|
+
------------------
|
72
|
+
|
73
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
74
|
+
|
75
|
+
1.13.0 (2019-12-17)
|
76
|
+
------------------
|
77
|
+
|
78
|
+
* Feature - Kinesis Data Analytics service now supports running Java applications using Flink 1.8.
|
79
|
+
|
80
|
+
1.12.0 (2019-11-25)
|
81
|
+
------------------
|
82
|
+
|
83
|
+
* 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.
|
84
|
+
|
85
|
+
1.11.0 (2019-10-23)
|
86
|
+
------------------
|
87
|
+
|
88
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
89
|
+
|
90
|
+
1.10.0 (2019-07-25)
|
91
|
+
------------------
|
92
|
+
|
93
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
94
|
+
|
95
|
+
1.9.0 (2019-07-01)
|
96
|
+
------------------
|
97
|
+
|
98
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
99
|
+
|
100
|
+
1.8.0 (2019-06-17)
|
101
|
+
------------------
|
102
|
+
|
103
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
104
|
+
|
105
|
+
1.7.0 (2019-05-21)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* Feature - API update.
|
109
|
+
|
110
|
+
1.6.0 (2019-05-15)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* Feature - API update.
|
114
|
+
|
115
|
+
1.5.0 (2019-05-14)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* Feature - API update.
|
119
|
+
|
120
|
+
1.4.0 (2019-05-08)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* Feature - API update.
|
124
|
+
|
125
|
+
1.3.0 (2019-03-21)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* Feature - API update.
|
129
|
+
|
130
|
+
1.2.0 (2019-03-18)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - API update.
|
134
|
+
|
135
|
+
1.1.0 (2019-03-14)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - API update.
|
139
|
+
|
140
|
+
1.0.0 (2018-11-28)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* 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.26.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.26.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-1.0`
|
828
|
-
# `FLINK-
|
826
|
+
# The runtime environment for the application (`SQL-1.0`, `FLINK-1_6`,
|
827
|
+
# or `FLINK-1_8`).
|
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"
|
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
|
@@ -1124,6 +1123,58 @@ module Aws::KinesisAnalyticsV2
|
|
1124
1123
|
req.send_request(options)
|
1125
1124
|
end
|
1126
1125
|
|
1126
|
+
# Creates and returns a URL that you can use to connect to an
|
1127
|
+
# application's extension. Currently, the only available extension is
|
1128
|
+
# the Apache Flink dashboard.
|
1129
|
+
#
|
1130
|
+
# The IAM role or user used to call this API defines the permissions to
|
1131
|
+
# access the extension. Once the presigned URL is created, no additional
|
1132
|
+
# permission is required to access this URL. IAM authorization policies
|
1133
|
+
# for this API are also enforced for every HTTP request that attempts to
|
1134
|
+
# connect to the extension.
|
1135
|
+
#
|
1136
|
+
# <note markdown="1"> The URL that you get from a call to CreateApplicationPresignedUrl must
|
1137
|
+
# be used within 3 minutes to be valid. If you first try to use the URL
|
1138
|
+
# after the 3-minute limit expires, the service returns an HTTP 403
|
1139
|
+
# Forbidden error.
|
1140
|
+
#
|
1141
|
+
# </note>
|
1142
|
+
#
|
1143
|
+
# @option params [required, String] :application_name
|
1144
|
+
# The name of the application.
|
1145
|
+
#
|
1146
|
+
# @option params [required, String] :url_type
|
1147
|
+
# The type of the extension for which to create and return a URL.
|
1148
|
+
# Currently, the only valid extension URL type is `FLINK_DASHBOARD_URL`.
|
1149
|
+
#
|
1150
|
+
# @option params [Integer] :session_expiration_duration_in_seconds
|
1151
|
+
# The duration in seconds for which the returned URL will be valid.
|
1152
|
+
#
|
1153
|
+
# @return [Types::CreateApplicationPresignedUrlResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1154
|
+
#
|
1155
|
+
# * {Types::CreateApplicationPresignedUrlResponse#authorized_url #authorized_url} => String
|
1156
|
+
#
|
1157
|
+
# @example Request syntax with placeholder values
|
1158
|
+
#
|
1159
|
+
# resp = client.create_application_presigned_url({
|
1160
|
+
# application_name: "ApplicationName", # required
|
1161
|
+
# url_type: "FLINK_DASHBOARD_URL", # required, accepts FLINK_DASHBOARD_URL
|
1162
|
+
# session_expiration_duration_in_seconds: 1,
|
1163
|
+
# })
|
1164
|
+
#
|
1165
|
+
# @example Response structure
|
1166
|
+
#
|
1167
|
+
# resp.authorized_url #=> String
|
1168
|
+
#
|
1169
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CreateApplicationPresignedUrl AWS API Documentation
|
1170
|
+
#
|
1171
|
+
# @overload create_application_presigned_url(params = {})
|
1172
|
+
# @param [Hash] params ({})
|
1173
|
+
def create_application_presigned_url(params = {}, options = {})
|
1174
|
+
req = build_request(:create_application_presigned_url, params)
|
1175
|
+
req.send_request(options)
|
1176
|
+
end
|
1177
|
+
|
1127
1178
|
# Creates a snapshot of the application's state data.
|
1128
1179
|
#
|
1129
1180
|
# @option params [required, String] :application_name
|
@@ -1177,8 +1228,8 @@ module Aws::KinesisAnalyticsV2
|
|
1177
1228
|
req.send_request(options)
|
1178
1229
|
end
|
1179
1230
|
|
1180
|
-
# Deletes an Amazon CloudWatch log stream from an
|
1181
|
-
#
|
1231
|
+
# Deletes an Amazon CloudWatch log stream from an Kinesis Data Analytics
|
1232
|
+
# application.
|
1182
1233
|
#
|
1183
1234
|
# @option params [required, String] :application_name
|
1184
1235
|
# The application name.
|
@@ -1268,8 +1319,8 @@ module Aws::KinesisAnalyticsV2
|
|
1268
1319
|
end
|
1269
1320
|
|
1270
1321
|
# Deletes the output destination configuration from your SQL-based
|
1271
|
-
#
|
1272
|
-
#
|
1322
|
+
# Kinesis Data Analytics application's configuration. Kinesis Data
|
1323
|
+
# Analytics will no longer write data from the corresponding
|
1273
1324
|
# in-application stream to the external output destination.
|
1274
1325
|
#
|
1275
1326
|
# @option params [required, String] :application_name
|
@@ -1317,7 +1368,7 @@ module Aws::KinesisAnalyticsV2
|
|
1317
1368
|
end
|
1318
1369
|
|
1319
1370
|
# Deletes a reference data source configuration from the specified
|
1320
|
-
# SQL-based
|
1371
|
+
# SQL-based Kinesis Data Analytics application's configuration.
|
1321
1372
|
#
|
1322
1373
|
# If the application is running, Kinesis Data Analytics immediately
|
1323
1374
|
# removes the in-application table that you created using the
|
@@ -1436,7 +1487,7 @@ module Aws::KinesisAnalyticsV2
|
|
1436
1487
|
req.send_request(options)
|
1437
1488
|
end
|
1438
1489
|
|
1439
|
-
# Returns information about a specific
|
1490
|
+
# Returns information about a specific Kinesis Data Analytics
|
1440
1491
|
# application.
|
1441
1492
|
#
|
1442
1493
|
# If you want to retrieve a list of all applications in your account,
|
@@ -1465,9 +1516,9 @@ module Aws::KinesisAnalyticsV2
|
|
1465
1516
|
# resp.application_detail.application_arn #=> String
|
1466
1517
|
# resp.application_detail.application_description #=> String
|
1467
1518
|
# resp.application_detail.application_name #=> String
|
1468
|
-
# resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
|
1519
|
+
# resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "FLINK-1_11"
|
1469
1520
|
# resp.application_detail.service_execution_role #=> String
|
1470
|
-
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING"
|
1521
|
+
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING"
|
1471
1522
|
# resp.application_detail.application_version_id #=> Integer
|
1472
1523
|
# resp.application_detail.create_timestamp #=> Time
|
1473
1524
|
# resp.application_detail.last_update_timestamp #=> Time
|
@@ -1603,12 +1654,11 @@ module Aws::KinesisAnalyticsV2
|
|
1603
1654
|
req.send_request(options)
|
1604
1655
|
end
|
1605
1656
|
|
1606
|
-
# Infers a schema for
|
1607
|
-
#
|
1608
|
-
#
|
1609
|
-
#
|
1610
|
-
#
|
1611
|
-
# infer the schema.
|
1657
|
+
# Infers a schema for a SQL-based Kinesis Data Analytics application by
|
1658
|
+
# evaluating sample records on the specified streaming source (Kinesis
|
1659
|
+
# data stream or Kinesis Data Firehose delivery stream) or Amazon S3
|
1660
|
+
# object. In the response, the operation returns the inferred schema and
|
1661
|
+
# also the sample records that the operation used to infer the schema.
|
1612
1662
|
#
|
1613
1663
|
# You can use the inferred schema when configuring a streaming source
|
1614
1664
|
# for your application. When you create an application using the Kinesis
|
@@ -1732,9 +1782,9 @@ module Aws::KinesisAnalyticsV2
|
|
1732
1782
|
req.send_request(options)
|
1733
1783
|
end
|
1734
1784
|
|
1735
|
-
# Returns a list of
|
1736
|
-
#
|
1737
|
-
#
|
1785
|
+
# Returns a list of Kinesis Data Analytics applications in your account.
|
1786
|
+
# For each application, the response includes the application name,
|
1787
|
+
# Amazon Resource Name (ARN), and status.
|
1738
1788
|
#
|
1739
1789
|
# If you want detailed information about a specific application, use
|
1740
1790
|
# DescribeApplication.
|
@@ -1769,9 +1819,9 @@ module Aws::KinesisAnalyticsV2
|
|
1769
1819
|
# resp.application_summaries #=> Array
|
1770
1820
|
# resp.application_summaries[0].application_name #=> String
|
1771
1821
|
# resp.application_summaries[0].application_arn #=> String
|
1772
|
-
# resp.application_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING"
|
1822
|
+
# resp.application_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING"
|
1773
1823
|
# 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"
|
1824
|
+
# resp.application_summaries[0].runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "FLINK-1_11"
|
1775
1825
|
# resp.next_token #=> String
|
1776
1826
|
#
|
1777
1827
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ListApplications AWS API Documentation
|
@@ -1818,7 +1868,7 @@ module Aws::KinesisAnalyticsV2
|
|
1818
1868
|
req.send_request(options)
|
1819
1869
|
end
|
1820
1870
|
|
1821
|
-
# Starts the specified
|
1871
|
+
# Starts the specified Kinesis Data Analytics application. After
|
1822
1872
|
# creating an application, you must exclusively call this operation to
|
1823
1873
|
# start your application.
|
1824
1874
|
#
|
@@ -1864,18 +1914,44 @@ module Aws::KinesisAnalyticsV2
|
|
1864
1914
|
end
|
1865
1915
|
|
1866
1916
|
# Stops the application from processing data. You can stop an
|
1867
|
-
# application only if it is in the running
|
1868
|
-
#
|
1917
|
+
# application only if it is in the running status, unless you set the
|
1918
|
+
# `Force` parameter to `true`.
|
1919
|
+
#
|
1920
|
+
# You can use the DescribeApplication operation to find the application
|
1921
|
+
# status.
|
1922
|
+
#
|
1923
|
+
# Kinesis Data Analytics takes a snapshot when the application is
|
1924
|
+
# stopped, unless `Force` is set to `true`.
|
1869
1925
|
#
|
1870
1926
|
# @option params [required, String] :application_name
|
1871
1927
|
# The name of the running application to stop.
|
1872
1928
|
#
|
1929
|
+
# @option params [Boolean] :force
|
1930
|
+
# Set to `true` to force the application to stop. If you set `Force` to
|
1931
|
+
# `true`, Kinesis Data Analytics stops the application without taking a
|
1932
|
+
# snapshot.
|
1933
|
+
#
|
1934
|
+
# <note markdown="1"> Force-stopping your application may lead to data loss or duplication.
|
1935
|
+
# To prevent data loss or duplicate processing of data during
|
1936
|
+
# application restarts, we recommend you to take frequent snapshots of
|
1937
|
+
# your application.
|
1938
|
+
#
|
1939
|
+
# </note>
|
1940
|
+
#
|
1941
|
+
# You can only force stop a Flink-based Kinesis Data Analytics
|
1942
|
+
# application. You can't force stop a SQL-based Kinesis Data Analytics
|
1943
|
+
# application.
|
1944
|
+
#
|
1945
|
+
# The application must be in the `STARTING`, `UPDATING`, `STOPPING`,
|
1946
|
+
# `AUTOSCALING`, or `RUNNING` status.
|
1947
|
+
#
|
1873
1948
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1874
1949
|
#
|
1875
1950
|
# @example Request syntax with placeholder values
|
1876
1951
|
#
|
1877
1952
|
# resp = client.stop_application({
|
1878
1953
|
# application_name: "ApplicationName", # required
|
1954
|
+
# force: false,
|
1879
1955
|
# })
|
1880
1956
|
#
|
1881
1957
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StopApplication AWS API Documentation
|
@@ -1887,10 +1963,10 @@ module Aws::KinesisAnalyticsV2
|
|
1887
1963
|
req.send_request(options)
|
1888
1964
|
end
|
1889
1965
|
|
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].
|
1966
|
+
# Adds one or more key-value tags to a Kinesis Data Analytics
|
1967
|
+
# application. Note that the maximum number of application tags includes
|
1968
|
+
# system tags. The maximum number of user-defined application tags is
|
1969
|
+
# 50. For more information, see [Using Tagging][1].
|
1894
1970
|
#
|
1895
1971
|
#
|
1896
1972
|
#
|
@@ -1925,16 +2001,16 @@ module Aws::KinesisAnalyticsV2
|
|
1925
2001
|
req.send_request(options)
|
1926
2002
|
end
|
1927
2003
|
|
1928
|
-
# Removes one or more tags from a Kinesis Analytics application.
|
1929
|
-
# more information, see [Using Tagging][1].
|
2004
|
+
# Removes one or more tags from a Kinesis Data Analytics application.
|
2005
|
+
# For more information, see [Using Tagging][1].
|
1930
2006
|
#
|
1931
2007
|
#
|
1932
2008
|
#
|
1933
2009
|
# [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html
|
1934
2010
|
#
|
1935
2011
|
# @option params [required, String] :resource_arn
|
1936
|
-
# The ARN of the Kinesis Analytics application from which to remove
|
1937
|
-
# tags.
|
2012
|
+
# The ARN of the Kinesis Data Analytics application from which to remove
|
2013
|
+
# the tags.
|
1938
2014
|
#
|
1939
2015
|
# @option params [required, Array<String>] :tag_keys
|
1940
2016
|
# A list of keys of tags to remove from the specified application.
|
@@ -1957,13 +2033,19 @@ module Aws::KinesisAnalyticsV2
|
|
1957
2033
|
req.send_request(options)
|
1958
2034
|
end
|
1959
2035
|
|
1960
|
-
# Updates an existing
|
1961
|
-
#
|
1962
|
-
#
|
2036
|
+
# Updates an existing Kinesis Data Analytics application. Using this
|
2037
|
+
# operation, you can update application code, input configuration, and
|
2038
|
+
# output configuration.
|
1963
2039
|
#
|
1964
2040
|
# Kinesis Data Analytics updates the `ApplicationVersionId` each time
|
1965
2041
|
# you update your application.
|
1966
2042
|
#
|
2043
|
+
# <note markdown="1"> You cannot update the `RuntimeEnvironment` of an existing application.
|
2044
|
+
# If you need to update an application's `RuntimeEnvironment`, you must
|
2045
|
+
# delete the application and create it again.
|
2046
|
+
#
|
2047
|
+
# </note>
|
2048
|
+
#
|
1967
2049
|
# @option params [required, String] :application_name
|
1968
2050
|
# The name of the application to update.
|
1969
2051
|
#
|
@@ -2165,9 +2247,9 @@ module Aws::KinesisAnalyticsV2
|
|
2165
2247
|
# resp.application_detail.application_arn #=> String
|
2166
2248
|
# resp.application_detail.application_description #=> String
|
2167
2249
|
# resp.application_detail.application_name #=> String
|
2168
|
-
# resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8"
|
2250
|
+
# resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "FLINK-1_11"
|
2169
2251
|
# resp.application_detail.service_execution_role #=> String
|
2170
|
-
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING"
|
2252
|
+
# resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING"
|
2171
2253
|
# resp.application_detail.application_version_id #=> Integer
|
2172
2254
|
# resp.application_detail.create_timestamp #=> Time
|
2173
2255
|
# resp.application_detail.last_update_timestamp #=> Time
|
@@ -2280,7 +2362,7 @@ module Aws::KinesisAnalyticsV2
|
|
2280
2362
|
params: params,
|
2281
2363
|
config: config)
|
2282
2364
|
context[:gem_name] = 'aws-sdk-kinesisanalyticsv2'
|
2283
|
-
context[:gem_version] = '1.
|
2365
|
+
context[:gem_version] = '1.26.0'
|
2284
2366
|
Seahorse::Client::Request.new(handlers, context)
|
2285
2367
|
end
|
2286
2368
|
|