aws-sdk-kinesisanalyticsv2 1.41.0 → 1.42.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e0e9fcf260f43f2b5c7abfe9424c20fb111b24a95d31211faf99bc1f1a320791
4
- data.tar.gz: 5dbd4b42f110bdb762c408f22976ce4f10e2e89995d00039a607445572bbfae3
3
+ metadata.gz: 8b09a676cadee41df1e534f42a04726cf0a3cac1aeed9db232b390bd6e47a768
4
+ data.tar.gz: 95f9cb40f63fab899458b94e9f232078d649722c16cced29cd1548581636dcd2
5
5
  SHA512:
6
- metadata.gz: f722dd37138e1b0026bc89ce1e565e5e07b26f6917f11373416620dc1e1022f85e5e24b307fa8c1aa1151edafab312f5affb763afe0ebe1c1474a230053230c4
7
- data.tar.gz: 7f7c1e3e3e34e38b1be2b0af4ad4ca911fbc8c1d8248bd1d33b9ad3fa58d739eb7323a318f087bffa14ad98290dac9148a56988343f61c6fcc758978a24f2959
6
+ metadata.gz: af46b922a0e7b5fe7d9861ed437f3d153ca31908b76a577995a43f380255550c1df3b7e991a9cf412639e81980d3bb6d2ae7d950a5696f6411b95cdcf3aff2b8
7
+ data.tar.gz: a53a078cecb30e6e3bd2d6ccfb9cd364b1696944ab9ed4e8bbe52d7fcfbb0f417848544a5d9084edd631b5b86f5582f35cd555abb88a351a4472a17ae34617ee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2022-11-22)
5
+ ------------------
6
+
7
+ * Feature - Support for Apache Flink 1.15 in Kinesis Data Analytics.
8
+
4
9
  1.41.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -889,8 +889,7 @@ module Aws::KinesisAnalyticsV2
889
889
  # A summary description of the application.
890
890
  #
891
891
  # @option params [required, String] :runtime_environment
892
- # The runtime environment for the application (`SQL-1_0`, `FLINK-1_6`,
893
- # `FLINK-1_8`, or `FLINK-1_11`).
892
+ # The runtime environment for the application.
894
893
  #
895
894
  # @option params [required, String] :service_execution_role
896
895
  # The IAM role used by the application to access Kinesis data streams,
@@ -916,9 +915,9 @@ module Aws::KinesisAnalyticsV2
916
915
  # [1]: https://docs.aws.amazon.com/kinesisanalytics/latest/java/how-tagging.html
917
916
  #
918
917
  # @option params [String] :application_mode
919
- # Use the `STREAMING` mode to create a Kinesis Data Analytics Studio
920
- # notebook. To create a Kinesis Data Analytics Studio notebook, use the
921
- # `INTERACTIVE` mode.
918
+ # Use the `STREAMING` mode to create a Kinesis Data Analytics For Flink
919
+ # application. To create a Kinesis Data Analytics Studio notebook, use
920
+ # the `INTERACTIVE` mode.
922
921
  #
923
922
  # @return [Types::CreateApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
924
923
  #
@@ -929,7 +928,7 @@ module Aws::KinesisAnalyticsV2
929
928
  # resp = client.create_application({
930
929
  # application_name: "ApplicationName", # required
931
930
  # application_description: "ApplicationDescription",
932
- # runtime_environment: "SQL-1_0", # required, accepts SQL-1_0, FLINK-1_6, FLINK-1_8, ZEPPELIN-FLINK-1_0, FLINK-1_11, FLINK-1_13, ZEPPELIN-FLINK-2_0
931
+ # runtime_environment: "SQL-1_0", # required, accepts SQL-1_0, FLINK-1_6, FLINK-1_8, ZEPPELIN-FLINK-1_0, FLINK-1_11, FLINK-1_13, ZEPPELIN-FLINK-2_0, FLINK-1_15
933
932
  # service_execution_role: "RoleARN", # required
934
933
  # application_configuration: {
935
934
  # sql_application_configuration: {
@@ -1124,7 +1123,7 @@ module Aws::KinesisAnalyticsV2
1124
1123
  # resp.application_detail.application_arn #=> String
1125
1124
  # resp.application_detail.application_description #=> String
1126
1125
  # resp.application_detail.application_name #=> String
1127
- # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0"
1126
+ # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15"
1128
1127
  # resp.application_detail.service_execution_role #=> String
1129
1128
  # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
1130
1129
  # resp.application_detail.application_version_id #=> Integer
@@ -1246,8 +1245,7 @@ module Aws::KinesisAnalyticsV2
1246
1245
  end
1247
1246
 
1248
1247
  # Creates and returns a URL that you can use to connect to an
1249
- # application's extension. Currently, the only available extension is
1250
- # the Apache Flink dashboard.
1248
+ # application's extension.
1251
1249
  #
1252
1250
  # The IAM role or user used to call this API defines the permissions to
1253
1251
  # access the extension. After the presigned URL is created, no
@@ -1666,7 +1664,7 @@ module Aws::KinesisAnalyticsV2
1666
1664
  # resp.application_detail.application_arn #=> String
1667
1665
  # resp.application_detail.application_description #=> String
1668
1666
  # resp.application_detail.application_name #=> String
1669
- # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0"
1667
+ # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15"
1670
1668
  # resp.application_detail.service_execution_role #=> String
1671
1669
  # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
1672
1670
  # resp.application_detail.application_version_id #=> Integer
@@ -1856,7 +1854,7 @@ module Aws::KinesisAnalyticsV2
1856
1854
  # resp.application_version_detail.application_arn #=> String
1857
1855
  # resp.application_version_detail.application_description #=> String
1858
1856
  # resp.application_version_detail.application_name #=> String
1859
- # resp.application_version_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0"
1857
+ # resp.application_version_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15"
1860
1858
  # resp.application_version_detail.service_execution_role #=> String
1861
1859
  # resp.application_version_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
1862
1860
  # resp.application_version_detail.application_version_id #=> Integer
@@ -2202,7 +2200,7 @@ module Aws::KinesisAnalyticsV2
2202
2200
  # resp.application_summaries[0].application_arn #=> String
2203
2201
  # resp.application_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
2204
2202
  # resp.application_summaries[0].application_version_id #=> Integer
2205
- # resp.application_summaries[0].runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0"
2203
+ # resp.application_summaries[0].runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15"
2206
2204
  # resp.application_summaries[0].application_mode #=> String, one of "STREAMING", "INTERACTIVE"
2207
2205
  # resp.next_token #=> String
2208
2206
  #
@@ -2286,7 +2284,7 @@ module Aws::KinesisAnalyticsV2
2286
2284
  # resp.application_detail.application_arn #=> String
2287
2285
  # resp.application_detail.application_description #=> String
2288
2286
  # resp.application_detail.application_name #=> String
2289
- # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0"
2287
+ # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15"
2290
2288
  # resp.application_detail.service_execution_role #=> String
2291
2289
  # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
2292
2290
  # resp.application_detail.application_version_id #=> Integer
@@ -2829,7 +2827,7 @@ module Aws::KinesisAnalyticsV2
2829
2827
  # resp.application_detail.application_arn #=> String
2830
2828
  # resp.application_detail.application_description #=> String
2831
2829
  # resp.application_detail.application_name #=> String
2832
- # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0"
2830
+ # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "ZEPPELIN-FLINK-1_0", "FLINK-1_11", "FLINK-1_13", "ZEPPELIN-FLINK-2_0", "FLINK-1_15"
2833
2831
  # resp.application_detail.service_execution_role #=> String
2834
2832
  # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
2835
2833
  # resp.application_detail.application_version_id #=> Integer
@@ -3029,7 +3027,7 @@ module Aws::KinesisAnalyticsV2
3029
3027
  params: params,
3030
3028
  config: config)
3031
3029
  context[:gem_name] = 'aws-sdk-kinesisanalyticsv2'
3032
- context[:gem_version] = '1.41.0'
3030
+ context[:gem_version] = '1.42.0'
3033
3031
  Seahorse::Client::Request.new(handlers, context)
3034
3032
  end
3035
3033
 
@@ -1461,6 +1461,7 @@ module Aws::KinesisAnalyticsV2
1461
1461
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1462
1462
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1463
1463
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1464
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1464
1465
  end)
1465
1466
 
1466
1467
  api.add_operation(:delete_application_vpc_configuration, Seahorse::Model::Operation.new.tap do |o|
@@ -1133,8 +1133,7 @@ module Aws::KinesisAnalyticsV2
1133
1133
  # @return [String]
1134
1134
  #
1135
1135
  # @!attribute [rw] runtime_environment
1136
- # The runtime environment for the application (`SQL-1_0`, `FLINK-1_6`,
1137
- # `FLINK-1_8`, or `FLINK-1_11`).
1136
+ # The runtime environment for the application.
1138
1137
  # @return [String]
1139
1138
  #
1140
1139
  # @!attribute [rw] service_execution_role
@@ -2039,7 +2038,7 @@ module Aws::KinesisAnalyticsV2
2039
2038
  # {
2040
2039
  # application_name: "ApplicationName", # required
2041
2040
  # application_description: "ApplicationDescription",
2042
- # runtime_environment: "SQL-1_0", # required, accepts SQL-1_0, FLINK-1_6, FLINK-1_8, ZEPPELIN-FLINK-1_0, FLINK-1_11, FLINK-1_13, ZEPPELIN-FLINK-2_0
2041
+ # runtime_environment: "SQL-1_0", # required, accepts SQL-1_0, FLINK-1_6, FLINK-1_8, ZEPPELIN-FLINK-1_0, FLINK-1_11, FLINK-1_13, ZEPPELIN-FLINK-2_0, FLINK-1_15
2043
2042
  # service_execution_role: "RoleARN", # required
2044
2043
  # application_configuration: {
2045
2044
  # sql_application_configuration: {
@@ -2238,8 +2237,7 @@ module Aws::KinesisAnalyticsV2
2238
2237
  # @return [String]
2239
2238
  #
2240
2239
  # @!attribute [rw] runtime_environment
2241
- # The runtime environment for the application (`SQL-1_0`, `FLINK-1_6`,
2242
- # `FLINK-1_8`, or `FLINK-1_11`).
2240
+ # The runtime environment for the application.
2243
2241
  # @return [String]
2244
2242
  #
2245
2243
  # @!attribute [rw] service_execution_role
@@ -2270,9 +2268,9 @@ module Aws::KinesisAnalyticsV2
2270
2268
  # @return [Array<Types::Tag>]
2271
2269
  #
2272
2270
  # @!attribute [rw] application_mode
2273
- # Use the `STREAMING` mode to create a Kinesis Data Analytics Studio
2274
- # notebook. To create a Kinesis Data Analytics Studio notebook, use
2275
- # the `INTERACTIVE` mode.
2271
+ # Use the `STREAMING` mode to create a Kinesis Data Analytics For
2272
+ # Flink application. To create a Kinesis Data Analytics Studio
2273
+ # notebook, use the `INTERACTIVE` mode.
2276
2274
  # @return [String]
2277
2275
  #
2278
2276
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CreateApplicationRequest AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-kinesisanalyticsv2/customizations'
52
52
  # @!group service
53
53
  module Aws::KinesisAnalyticsV2
54
54
 
55
- GEM_VERSION = '1.41.0'
55
+ GEM_VERSION = '1.42.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisanalyticsv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core