aws-sdk-kinesisanalyticsv2 1.33.0 → 1.34.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: 1c345f47f86f5763680d68c00489ecfdcd7b7efe2e421562c9ff039e750ee1d1
4
- data.tar.gz: 996a61eec080b3969737b55c0641e8ea9068d868ad978e9c61fc5710c6792513
3
+ metadata.gz: 21acd18985e3ac8bc0909a667a7385688ca169bd234da87b7dbcc9886090d897
4
+ data.tar.gz: 569f596d141fc98aa2f96633aaad591fff9284e339d99575203854c01cf5d7ee
5
5
  SHA512:
6
- metadata.gz: 9cf07c43ad82396ceae0d79726cb52a33392878239bc04fc75e636b172b8c83cab7112b40c244599e9e1c5425c576efa98784fc1966c74e0ccd3a245781192c4
7
- data.tar.gz: 74d5279c495ba601c4a955f50241177b76a19302cfdc9e53563642363db65c63d4a0555aa28687ff90a3e1edd7cccf03c9bb8411a767a9860ba1d4ceba91da1d
6
+ metadata.gz: 8f8221d680a5b4af6c5b4cb35a164e99d572d020c17feb6f093eda8a03a8f3af8aca859143a4cb3cd427433107a08afbf9cb5b413ac726af86e1e3abb6b2946a
7
+ data.tar.gz: 0a1aed8edd600bd227759bff94ad29c0aefe5c9c1fe0c5e5713a44877afda8d06c19c61196ccbcf37cf7fab0f6aceaa9031e198eba51ada07dbf9c02c99923ee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2021-10-13)
5
+ ------------------
6
+
7
+ * Feature - Support for Apache Flink 1.13 in Kinesis Data Analytics. Changed the required status of some Update properties to better fit the corresponding Create properties.
8
+
4
9
  1.33.0 (2021-09-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.0
@@ -511,7 +511,7 @@ module Aws::KinesisAnalyticsV2
511
511
  # Adds an InputProcessingConfiguration to a SQL-based Kinesis Data
512
512
  # Analytics application. An input processor pre-processes records on the
513
513
  # input stream before the application's SQL code executes. Currently,
514
- # the only input processor available is [AWS Lambda][1].
514
+ # the only input processor available is [Amazon Lambda][1].
515
515
  #
516
516
  #
517
517
  #
@@ -579,7 +579,7 @@ module Aws::KinesisAnalyticsV2
579
579
  # If you want Kinesis Data Analytics to deliver data from an
580
580
  # in-application stream within your application to an external
581
581
  # destination (such as an Kinesis data stream, a Kinesis Data Firehose
582
- # delivery stream, or an AWS Lambda function), you add the relevant
582
+ # delivery stream, or an Amazon Lambda function), you add the relevant
583
583
  # configuration to your application using this operation. You can
584
584
  # configure one or more outputs for your application. Each output
585
585
  # configuration maps an in-application stream and an external
@@ -608,8 +608,8 @@ module Aws::KinesisAnalyticsV2
608
608
  # An array of objects, each describing one output configuration. In the
609
609
  # output configuration, you specify the name of an in-application
610
610
  # stream, a destination (that is, a Kinesis data stream, a Kinesis Data
611
- # Firehose delivery stream, or an AWS Lambda function), and record the
612
- # formation to use when writing to the destination.
611
+ # Firehose delivery stream, or an Amazon Lambda function), and record
612
+ # the formation to use when writing to the destination.
613
613
  #
614
614
  # @return [Types::AddApplicationOutputResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
615
615
  #
@@ -888,7 +888,7 @@ module Aws::KinesisAnalyticsV2
888
888
  # resp = client.create_application({
889
889
  # application_name: "ApplicationName", # required
890
890
  # application_description: "ApplicationDescription",
891
- # runtime_environment: "SQL-1_0", # required, accepts SQL-1_0, FLINK-1_6, FLINK-1_8, FLINK-1_11, ZEPPELIN-FLINK-1_0
891
+ # 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
892
892
  # service_execution_role: "RoleARN", # required
893
893
  # application_configuration: {
894
894
  # sql_application_configuration: {
@@ -1083,9 +1083,9 @@ module Aws::KinesisAnalyticsV2
1083
1083
  # resp.application_detail.application_arn #=> String
1084
1084
  # resp.application_detail.application_description #=> String
1085
1085
  # resp.application_detail.application_name #=> String
1086
- # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "FLINK-1_11", "ZEPPELIN-FLINK-1_0"
1086
+ # 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"
1087
1087
  # resp.application_detail.service_execution_role #=> String
1088
- # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "MAINTENANCE", "ROLLING_BACK", "ROLLED_BACK"
1088
+ # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
1089
1089
  # resp.application_detail.application_version_id #=> Integer
1090
1090
  # resp.application_detail.create_timestamp #=> Time
1091
1091
  # resp.application_detail.last_update_timestamp #=> Time
@@ -1625,9 +1625,9 @@ module Aws::KinesisAnalyticsV2
1625
1625
  # resp.application_detail.application_arn #=> String
1626
1626
  # resp.application_detail.application_description #=> String
1627
1627
  # resp.application_detail.application_name #=> String
1628
- # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "FLINK-1_11", "ZEPPELIN-FLINK-1_0"
1628
+ # 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"
1629
1629
  # resp.application_detail.service_execution_role #=> String
1630
- # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "MAINTENANCE", "ROLLING_BACK", "ROLLED_BACK"
1630
+ # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
1631
1631
  # resp.application_detail.application_version_id #=> Integer
1632
1632
  # resp.application_detail.create_timestamp #=> Time
1633
1633
  # resp.application_detail.last_update_timestamp #=> Time
@@ -1815,9 +1815,9 @@ module Aws::KinesisAnalyticsV2
1815
1815
  # resp.application_version_detail.application_arn #=> String
1816
1816
  # resp.application_version_detail.application_description #=> String
1817
1817
  # resp.application_version_detail.application_name #=> String
1818
- # resp.application_version_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "FLINK-1_11", "ZEPPELIN-FLINK-1_0"
1818
+ # 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"
1819
1819
  # resp.application_version_detail.service_execution_role #=> String
1820
- # resp.application_version_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "MAINTENANCE", "ROLLING_BACK", "ROLLED_BACK"
1820
+ # resp.application_version_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
1821
1821
  # resp.application_version_detail.application_version_id #=> Integer
1822
1822
  # resp.application_version_detail.create_timestamp #=> Time
1823
1823
  # resp.application_version_detail.last_update_timestamp #=> Time
@@ -2086,8 +2086,8 @@ module Aws::KinesisAnalyticsV2
2086
2086
  # @option params [String] :next_token
2087
2087
  # If a previous invocation of this operation returned a pagination
2088
2088
  # token, pass it into this value to retrieve the next set of results.
2089
- # For more information about pagination, see [Using the AWS Command Line
2090
- # Interface's Pagination Options][1].
2089
+ # For more information about pagination, see [Using the Amazon Command
2090
+ # Line Interface's Pagination Options][1].
2091
2091
  #
2092
2092
  #
2093
2093
  #
@@ -2110,7 +2110,7 @@ module Aws::KinesisAnalyticsV2
2110
2110
  #
2111
2111
  # resp.application_version_summaries #=> Array
2112
2112
  # resp.application_version_summaries[0].application_version_id #=> Integer
2113
- # resp.application_version_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "MAINTENANCE", "ROLLING_BACK", "ROLLED_BACK"
2113
+ # resp.application_version_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
2114
2114
  # resp.next_token #=> String
2115
2115
  #
2116
2116
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ListApplicationVersions AWS API Documentation
@@ -2135,7 +2135,7 @@ module Aws::KinesisAnalyticsV2
2135
2135
  # @option params [String] :next_token
2136
2136
  # If a previous command returned a pagination token, pass it into this
2137
2137
  # value to retrieve the next set of results. For more information about
2138
- # pagination, see [Using the AWS Command Line Interface's Pagination
2138
+ # pagination, see [Using the Amazon Command Line Interface's Pagination
2139
2139
  # Options][1].
2140
2140
  #
2141
2141
  #
@@ -2159,9 +2159,9 @@ module Aws::KinesisAnalyticsV2
2159
2159
  # resp.application_summaries #=> Array
2160
2160
  # resp.application_summaries[0].application_name #=> String
2161
2161
  # resp.application_summaries[0].application_arn #=> String
2162
- # resp.application_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "MAINTENANCE", "ROLLING_BACK", "ROLLED_BACK"
2162
+ # resp.application_summaries[0].application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
2163
2163
  # resp.application_summaries[0].application_version_id #=> Integer
2164
- # resp.application_summaries[0].runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "FLINK-1_11", "ZEPPELIN-FLINK-1_0"
2164
+ # 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"
2165
2165
  # resp.application_summaries[0].application_mode #=> String, one of "STREAMING", "INTERACTIVE"
2166
2166
  # resp.next_token #=> String
2167
2167
  #
@@ -2245,9 +2245,9 @@ module Aws::KinesisAnalyticsV2
2245
2245
  # resp.application_detail.application_arn #=> String
2246
2246
  # resp.application_detail.application_description #=> String
2247
2247
  # resp.application_detail.application_name #=> String
2248
- # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "FLINK-1_11", "ZEPPELIN-FLINK-1_0"
2248
+ # 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"
2249
2249
  # resp.application_detail.service_execution_role #=> String
2250
- # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "MAINTENANCE", "ROLLING_BACK", "ROLLED_BACK"
2250
+ # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
2251
2251
  # resp.application_detail.application_version_id #=> Integer
2252
2252
  # resp.application_detail.create_timestamp #=> Time
2253
2253
  # resp.application_detail.last_update_timestamp #=> Time
@@ -2738,12 +2738,12 @@ module Aws::KinesisAnalyticsV2
2738
2738
  # },
2739
2739
  # catalog_configuration_update: {
2740
2740
  # glue_data_catalog_configuration_update: { # required
2741
- # database_arn_update: "DatabaseARN",
2741
+ # database_arn_update: "DatabaseARN", # required
2742
2742
  # },
2743
2743
  # },
2744
2744
  # deploy_as_application_configuration_update: {
2745
- # s3_content_location_update: { # required
2746
- # bucket_arn_update: "BucketARN", # required
2745
+ # s3_content_location_update: {
2746
+ # bucket_arn_update: "BucketARN",
2747
2747
  # base_path_update: "BasePath",
2748
2748
  # },
2749
2749
  # },
@@ -2788,9 +2788,9 @@ module Aws::KinesisAnalyticsV2
2788
2788
  # resp.application_detail.application_arn #=> String
2789
2789
  # resp.application_detail.application_description #=> String
2790
2790
  # resp.application_detail.application_name #=> String
2791
- # resp.application_detail.runtime_environment #=> String, one of "SQL-1_0", "FLINK-1_6", "FLINK-1_8", "FLINK-1_11", "ZEPPELIN-FLINK-1_0"
2791
+ # 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"
2792
2792
  # resp.application_detail.service_execution_role #=> String
2793
- # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "MAINTENANCE", "ROLLING_BACK", "ROLLED_BACK"
2793
+ # resp.application_detail.application_status #=> String, one of "DELETING", "STARTING", "STOPPING", "READY", "RUNNING", "UPDATING", "AUTOSCALING", "FORCE_STOPPING", "ROLLING_BACK", "MAINTENANCE", "ROLLED_BACK"
2794
2794
  # resp.application_detail.application_version_id #=> Integer
2795
2795
  # resp.application_detail.create_timestamp #=> Time
2796
2796
  # resp.application_detail.last_update_timestamp #=> Time
@@ -2988,7 +2988,7 @@ module Aws::KinesisAnalyticsV2
2988
2988
  params: params,
2989
2989
  config: config)
2990
2990
  context[:gem_name] = 'aws-sdk-kinesisanalyticsv2'
2991
- context[:gem_version] = '1.33.0'
2991
+ context[:gem_version] = '1.34.0'
2992
2992
  Seahorse::Client::Request.new(handlers, context)
2993
2993
  end
2994
2994
 
@@ -650,7 +650,7 @@ module Aws::KinesisAnalyticsV2
650
650
  DeployAsApplicationConfigurationDescription.add_member(:s3_content_location_description, Shapes::ShapeRef.new(shape: S3ContentBaseLocationDescription, required: true, location_name: "S3ContentLocationDescription"))
651
651
  DeployAsApplicationConfigurationDescription.struct_class = Types::DeployAsApplicationConfigurationDescription
652
652
 
653
- DeployAsApplicationConfigurationUpdate.add_member(:s3_content_location_update, Shapes::ShapeRef.new(shape: S3ContentBaseLocationUpdate, required: true, location_name: "S3ContentLocationUpdate"))
653
+ DeployAsApplicationConfigurationUpdate.add_member(:s3_content_location_update, Shapes::ShapeRef.new(shape: S3ContentBaseLocationUpdate, location_name: "S3ContentLocationUpdate"))
654
654
  DeployAsApplicationConfigurationUpdate.struct_class = Types::DeployAsApplicationConfigurationUpdate
655
655
 
656
656
  DescribeApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
@@ -724,7 +724,7 @@ module Aws::KinesisAnalyticsV2
724
724
  GlueDataCatalogConfigurationDescription.add_member(:database_arn, Shapes::ShapeRef.new(shape: DatabaseARN, required: true, location_name: "DatabaseARN"))
725
725
  GlueDataCatalogConfigurationDescription.struct_class = Types::GlueDataCatalogConfigurationDescription
726
726
 
727
- GlueDataCatalogConfigurationUpdate.add_member(:database_arn_update, Shapes::ShapeRef.new(shape: DatabaseARN, location_name: "DatabaseARNUpdate"))
727
+ GlueDataCatalogConfigurationUpdate.add_member(:database_arn_update, Shapes::ShapeRef.new(shape: DatabaseARN, required: true, location_name: "DatabaseARNUpdate"))
728
728
  GlueDataCatalogConfigurationUpdate.struct_class = Types::GlueDataCatalogConfigurationUpdate
729
729
 
730
730
  InAppStreamNames.member = Shapes::ShapeRef.new(shape: InAppStreamName)
@@ -1062,7 +1062,7 @@ module Aws::KinesisAnalyticsV2
1062
1062
  S3ContentBaseLocationDescription.add_member(:base_path, Shapes::ShapeRef.new(shape: BasePath, location_name: "BasePath"))
1063
1063
  S3ContentBaseLocationDescription.struct_class = Types::S3ContentBaseLocationDescription
1064
1064
 
1065
- S3ContentBaseLocationUpdate.add_member(:bucket_arn_update, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARNUpdate"))
1065
+ S3ContentBaseLocationUpdate.add_member(:bucket_arn_update, Shapes::ShapeRef.new(shape: BucketARN, location_name: "BucketARNUpdate"))
1066
1066
  S3ContentBaseLocationUpdate.add_member(:base_path_update, Shapes::ShapeRef.new(shape: BasePath, location_name: "BasePathUpdate"))
1067
1067
  S3ContentBaseLocationUpdate.struct_class = Types::S3ContentBaseLocationUpdate
1068
1068
 
@@ -1354,6 +1354,7 @@ module Aws::KinesisAnalyticsV2
1354
1354
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1355
1355
  o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
1356
1356
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1357
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1357
1358
  end)
1358
1359
 
1359
1360
  api.add_operation(:create_application_presigned_url, Seahorse::Model::Operation.new.tap do |o|
@@ -1519,6 +1520,7 @@ module Aws::KinesisAnalyticsV2
1519
1520
  o.errors << Shapes::ShapeRef.new(shape: ResourceProvisionedThroughputExceededException)
1520
1521
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1521
1522
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1523
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1522
1524
  end)
1523
1525
 
1524
1526
  api.add_operation(:list_application_snapshots, Seahorse::Model::Operation.new.tap do |o|
@@ -297,7 +297,7 @@ module Aws::KinesisAnalyticsV2
297
297
  # An array of objects, each describing one output configuration. In
298
298
  # the output configuration, you specify the name of an in-application
299
299
  # stream, a destination (that is, a Kinesis data stream, a Kinesis
300
- # Data Firehose delivery stream, or an AWS Lambda function), and
300
+ # Data Firehose delivery stream, or an Amazon Lambda function), and
301
301
  # record the formation to use when writing to the destination.
302
302
  # @return [Types::Output]
303
303
  #
@@ -1041,12 +1041,12 @@ module Aws::KinesisAnalyticsV2
1041
1041
  # },
1042
1042
  # catalog_configuration_update: {
1043
1043
  # glue_data_catalog_configuration_update: { # required
1044
- # database_arn_update: "DatabaseARN",
1044
+ # database_arn_update: "DatabaseARN", # required
1045
1045
  # },
1046
1046
  # },
1047
1047
  # deploy_as_application_configuration_update: {
1048
- # s3_content_location_update: { # required
1049
- # bucket_arn_update: "BucketARN", # required
1048
+ # s3_content_location_update: {
1049
+ # bucket_arn_update: "BucketARN",
1050
1050
  # base_path_update: "BasePath",
1051
1051
  # },
1052
1052
  # },
@@ -1454,7 +1454,7 @@ module Aws::KinesisAnalyticsV2
1454
1454
  include Aws::Structure
1455
1455
  end
1456
1456
 
1457
- # The configuration parameters for the default AWS Glue database. You
1457
+ # The configuration parameters for the default Amazon Glue database. You
1458
1458
  # use this database for SQL queries that you write in a Kinesis Data
1459
1459
  # Analytics Studio notebook.
1460
1460
  #
@@ -1468,8 +1468,8 @@ module Aws::KinesisAnalyticsV2
1468
1468
  # }
1469
1469
  #
1470
1470
  # @!attribute [rw] glue_data_catalog_configuration
1471
- # The configuration parameters for the default AWS Glue database. You
1472
- # use this database for Apache Flink SQL queries and table API
1471
+ # The configuration parameters for the default Amazon Glue database.
1472
+ # You use this database for Apache Flink SQL queries and table API
1473
1473
  # transforms that you write in a Kinesis Data Analytics Studio
1474
1474
  # notebook.
1475
1475
  # @return [Types::GlueDataCatalogConfiguration]
@@ -1482,14 +1482,14 @@ module Aws::KinesisAnalyticsV2
1482
1482
  include Aws::Structure
1483
1483
  end
1484
1484
 
1485
- # The configuration parameters for the default AWS Glue database. You
1485
+ # The configuration parameters for the default Amazon Glue database. You
1486
1486
  # use this database for Apache Flink SQL queries and table API
1487
1487
  # transforms that you write in a Kinesis Data Analytics Studio notebook.
1488
1488
  #
1489
1489
  # @!attribute [rw] glue_data_catalog_configuration_description
1490
- # The configuration parameters for the default AWS Glue database. You
1491
- # use this database for SQL queries that you write in a Kinesis Data
1492
- # Analytics Studio notebook.
1490
+ # The configuration parameters for the default Amazon Glue database.
1491
+ # You use this database for SQL queries that you write in a Kinesis
1492
+ # Data Analytics Studio notebook.
1493
1493
  # @return [Types::GlueDataCatalogConfigurationDescription]
1494
1494
  #
1495
1495
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CatalogConfigurationDescription AWS API Documentation
@@ -1500,19 +1500,21 @@ module Aws::KinesisAnalyticsV2
1500
1500
  include Aws::Structure
1501
1501
  end
1502
1502
 
1503
- # Updates to
1503
+ # Updates to the configuration parameters for the default Amazon Glue
1504
+ # database. You use this database for SQL queries that you write in a
1505
+ # Kinesis Data Analytics Studio notebook.
1504
1506
  #
1505
1507
  # @note When making an API call, you may pass CatalogConfigurationUpdate
1506
1508
  # data as a hash:
1507
1509
  #
1508
1510
  # {
1509
1511
  # glue_data_catalog_configuration_update: { # required
1510
- # database_arn_update: "DatabaseARN",
1512
+ # database_arn_update: "DatabaseARN", # required
1511
1513
  # },
1512
1514
  # }
1513
1515
  #
1514
1516
  # @!attribute [rw] glue_data_catalog_configuration_update
1515
- # Updates to the configuration parameters for the default AWS Glue
1517
+ # Updates to the configuration parameters for the default Amazon Glue
1516
1518
  # database. You use this database for SQL queries that you write in a
1517
1519
  # Kinesis Data Analytics Studio notebook.
1518
1520
  # @return [Types::GlueDataCatalogConfigurationUpdate]
@@ -2037,7 +2039,7 @@ module Aws::KinesisAnalyticsV2
2037
2039
  # {
2038
2040
  # application_name: "ApplicationName", # required
2039
2041
  # application_description: "ApplicationDescription",
2040
- # runtime_environment: "SQL-1_0", # required, accepts SQL-1_0, FLINK-1_6, FLINK-1_8, FLINK-1_11, ZEPPELIN-FLINK-1_0
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
2043
  # service_execution_role: "RoleARN", # required
2042
2044
  # application_configuration: {
2043
2045
  # sql_application_configuration: {
@@ -2776,7 +2778,7 @@ module Aws::KinesisAnalyticsV2
2776
2778
  end
2777
2779
 
2778
2780
  # The information required to deploy a Kinesis Data Analytics Studio
2779
- # notebook as an application with durable state..
2781
+ # notebook as an application with durable state.
2780
2782
  #
2781
2783
  # @note When making an API call, you may pass DeployAsApplicationConfiguration
2782
2784
  # data as a hash:
@@ -2821,14 +2823,14 @@ module Aws::KinesisAnalyticsV2
2821
2823
  end
2822
2824
 
2823
2825
  # Updates to the configuration information required to deploy an Amazon
2824
- # Data Analytics Studio notebook as an application with durable state..
2826
+ # Data Analytics Studio notebook as an application with durable state.
2825
2827
  #
2826
2828
  # @note When making an API call, you may pass DeployAsApplicationConfigurationUpdate
2827
2829
  # data as a hash:
2828
2830
  #
2829
2831
  # {
2830
- # s3_content_location_update: { # required
2831
- # bucket_arn_update: "BucketARN", # required
2832
+ # s3_content_location_update: {
2833
+ # bucket_arn_update: "BucketARN",
2832
2834
  # base_path_update: "BasePath",
2833
2835
  # },
2834
2836
  # }
@@ -3385,7 +3387,7 @@ module Aws::KinesisAnalyticsV2
3385
3387
  # data as a hash:
3386
3388
  #
3387
3389
  # {
3388
- # database_arn_update: "DatabaseARN",
3390
+ # database_arn_update: "DatabaseARN", # required
3389
3391
  # }
3390
3392
  #
3391
3393
  # @!attribute [rw] database_arn_update
@@ -3564,7 +3566,7 @@ module Aws::KinesisAnalyticsV2
3564
3566
  include Aws::Structure
3565
3567
  end
3566
3568
 
3567
- # An object that contains the Amazon Resource Name (ARN) of the AWS
3569
+ # An object that contains the Amazon Resource Name (ARN) of the Amazon
3568
3570
  # Lambda function that is used to preprocess records in the stream in a
3569
3571
  # SQL-based Kinesis Data Analytics application.
3570
3572
  #
@@ -3576,13 +3578,13 @@ module Aws::KinesisAnalyticsV2
3576
3578
  # }
3577
3579
  #
3578
3580
  # @!attribute [rw] resource_arn
3579
- # The ARN of the AWS Lambda function that operates on records in the
3580
- # stream.
3581
+ # The ARN of the Amazon Lambda function that operates on records in
3582
+ # the stream.
3581
3583
  #
3582
3584
  # <note markdown="1"> To specify an earlier version of the Lambda function than the
3583
3585
  # latest, include the Lambda function version in the Lambda function
3584
- # ARN. For more information about Lambda ARNs, see [Example ARNs: AWS
3585
- # Lambda][1]
3586
+ # ARN. For more information about Lambda ARNs, see [Example ARNs:
3587
+ # Amazon Lambda][1]
3586
3588
  #
3587
3589
  # </note>
3588
3590
  #
@@ -3600,17 +3602,17 @@ module Aws::KinesisAnalyticsV2
3600
3602
  end
3601
3603
 
3602
3604
  # For a SQL-based Kinesis Data Analytics application, an object that
3603
- # contains the Amazon Resource Name (ARN) of the AWS Lambda function
3605
+ # contains the Amazon Resource Name (ARN) of the Amazon Lambda function
3604
3606
  # that is used to preprocess records in the stream.
3605
3607
  #
3606
3608
  # @!attribute [rw] resource_arn
3607
- # The ARN of the AWS Lambda function that is used to preprocess the
3609
+ # The ARN of the Amazon Lambda function that is used to preprocess the
3608
3610
  # records in the stream.
3609
3611
  #
3610
3612
  # <note markdown="1"> To specify an earlier version of the Lambda function than the
3611
3613
  # latest, include the Lambda function version in the Lambda function
3612
- # ARN. For more information about Lambda ARNs, see [Example ARNs: AWS
3613
- # Lambda][1]
3614
+ # ARN. For more information about Lambda ARNs, see [Example ARNs:
3615
+ # Amazon Lambda][1]
3614
3616
  #
3615
3617
  # </note>
3616
3618
  #
@@ -3620,7 +3622,7 @@ module Aws::KinesisAnalyticsV2
3620
3622
  # @return [String]
3621
3623
  #
3622
3624
  # @!attribute [rw] role_arn
3623
- # The ARN of the IAM role that is used to access the AWS Lambda
3625
+ # The ARN of the IAM role that is used to access the Amazon Lambda
3624
3626
  # function.
3625
3627
  #
3626
3628
  # <note markdown="1"> Provided for backward compatibility. Applications that are created
@@ -3651,13 +3653,13 @@ module Aws::KinesisAnalyticsV2
3651
3653
  # }
3652
3654
  #
3653
3655
  # @!attribute [rw] resource_arn_update
3654
- # The Amazon Resource Name (ARN) of the new AWS Lambda function that
3655
- # is used to preprocess the records in the stream.
3656
+ # The Amazon Resource Name (ARN) of the new Amazon Lambda function
3657
+ # that is used to preprocess the records in the stream.
3656
3658
  #
3657
3659
  # <note markdown="1"> To specify an earlier version of the Lambda function than the
3658
3660
  # latest, include the Lambda function version in the Lambda function
3659
- # ARN. For more information about Lambda ARNs, see [Example ARNs: AWS
3660
- # Lambda][1]
3661
+ # ARN. For more information about Lambda ARNs, see [Example ARNs:
3662
+ # Amazon Lambda][1]
3661
3663
  #
3662
3664
  # </note>
3663
3665
  #
@@ -3723,7 +3725,7 @@ module Aws::KinesisAnalyticsV2
3723
3725
  # For a SQL-based Kinesis Data Analytics application, describes a
3724
3726
  # processor that is used to preprocess the records in the stream before
3725
3727
  # being processed by your application code. Currently, the only input
3726
- # processor available is [AWS Lambda][1].
3728
+ # processor available is [Amazon Lambda][1].
3727
3729
  #
3728
3730
  #
3729
3731
  #
@@ -3753,7 +3755,7 @@ module Aws::KinesisAnalyticsV2
3753
3755
 
3754
3756
  # For a SQL-based Kinesis Data Analytics application, provides the
3755
3757
  # configuration information about an input processor. Currently, the
3756
- # only input processor available is [AWS Lambda][1].
3758
+ # only input processor available is [Amazon Lambda][1].
3757
3759
  #
3758
3760
  #
3759
3761
  #
@@ -4344,7 +4346,7 @@ module Aws::KinesisAnalyticsV2
4344
4346
  end
4345
4347
 
4346
4348
  # When you configure a SQL-based Kinesis Data Analytics application's
4347
- # output, identifies an AWS Lambda function as the destination. You
4349
+ # output, identifies an Amazon Lambda function as the destination. You
4348
4350
  # provide the function Amazon Resource Name (ARN) of the Lambda
4349
4351
  # function.
4350
4352
  #
@@ -4361,8 +4363,8 @@ module Aws::KinesisAnalyticsV2
4361
4363
  #
4362
4364
  # <note markdown="1"> To specify an earlier version of the Lambda function than the
4363
4365
  # latest, include the Lambda function version in the Lambda function
4364
- # ARN. For more information about Lambda ARNs, see [Example ARNs: AWS
4365
- # Lambda][1]
4366
+ # ARN. For more information about Lambda ARNs, see [Example ARNs:
4367
+ # Amazon Lambda][1]
4366
4368
  #
4367
4369
  # </note>
4368
4370
  #
@@ -4380,7 +4382,7 @@ module Aws::KinesisAnalyticsV2
4380
4382
  end
4381
4383
 
4382
4384
  # For a SQL-based Kinesis Data Analytics application's output,
4383
- # describes the AWS Lambda function that is configured as its
4385
+ # describes the Amazon Lambda function that is configured as its
4384
4386
  # destination.
4385
4387
  #
4386
4388
  # @!attribute [rw] resource_arn
@@ -4409,7 +4411,7 @@ module Aws::KinesisAnalyticsV2
4409
4411
 
4410
4412
  # When you update an SQL-based Kinesis Data Analytics application's
4411
4413
  # output configuration using the UpdateApplication operation, provides
4412
- # information about an AWS Lambda function that is configured as the
4414
+ # information about an Amazon Lambda function that is configured as the
4413
4415
  # destination.
4414
4416
  #
4415
4417
  # @note When making an API call, you may pass LambdaOutputUpdate
@@ -4420,13 +4422,13 @@ module Aws::KinesisAnalyticsV2
4420
4422
  # }
4421
4423
  #
4422
4424
  # @!attribute [rw] resource_arn_update
4423
- # The Amazon Resource Name (ARN) of the destination AWS Lambda
4425
+ # The Amazon Resource Name (ARN) of the destination Amazon Lambda
4424
4426
  # function.
4425
4427
  #
4426
4428
  # <note markdown="1"> To specify an earlier version of the Lambda function than the
4427
4429
  # latest, include the Lambda function version in the Lambda function
4428
- # ARN. For more information about Lambda ARNs, see [Example ARNs: AWS
4429
- # Lambda][1]
4430
+ # ARN. For more information about Lambda ARNs, see [Example ARNs:
4431
+ # Amazon Lambda][1]
4430
4432
  #
4431
4433
  # </note>
4432
4434
  #
@@ -4530,7 +4532,7 @@ module Aws::KinesisAnalyticsV2
4530
4532
  # @!attribute [rw] next_token
4531
4533
  # If a previous invocation of this operation returned a pagination
4532
4534
  # token, pass it into this value to retrieve the next set of results.
4533
- # For more information about pagination, see [Using the AWS Command
4535
+ # For more information about pagination, see [Using the Amazon Command
4534
4536
  # Line Interface's Pagination Options][1].
4535
4537
  #
4536
4538
  #
@@ -4561,7 +4563,7 @@ module Aws::KinesisAnalyticsV2
4561
4563
  # The pagination token for the next set of results, or `null` if there
4562
4564
  # are no additional results. To retrieve the next set of items, pass
4563
4565
  # this token into a subsequent invocation of this operation. For more
4564
- # information about pagination, see [Using the AWS Command Line
4566
+ # information about pagination, see [Using the Amazon Command Line
4565
4567
  # Interface's Pagination Options][1].
4566
4568
  #
4567
4569
  #
@@ -4593,7 +4595,7 @@ module Aws::KinesisAnalyticsV2
4593
4595
  # @!attribute [rw] next_token
4594
4596
  # If a previous command returned a pagination token, pass it into this
4595
4597
  # value to retrieve the next set of results. For more information
4596
- # about pagination, see [Using the AWS Command Line Interface's
4598
+ # about pagination, see [Using the Amazon Command Line Interface's
4597
4599
  # Pagination Options][1].
4598
4600
  #
4599
4601
  #
@@ -4618,8 +4620,8 @@ module Aws::KinesisAnalyticsV2
4618
4620
  # The pagination token for the next set of results, or `null` if there
4619
4621
  # are no additional results. Pass this token into a subsequent command
4620
4622
  # to retrieve the next set of items For more information about
4621
- # pagination, see [Using the AWS Command Line Interface's Pagination
4622
- # Options][1].
4623
+ # pagination, see [Using the Amazon Command Line Interface's
4624
+ # Pagination Options][1].
4623
4625
  #
4624
4626
  #
4625
4627
  #
@@ -4887,7 +4889,7 @@ module Aws::KinesisAnalyticsV2
4887
4889
  # @return [Types::KinesisFirehoseOutput]
4888
4890
  #
4889
4891
  # @!attribute [rw] lambda_output
4890
- # Identifies an AWS Lambda function as the destination.
4892
+ # Identifies an Amazon Lambda function as the destination.
4891
4893
  # @return [Types::LambdaOutput]
4892
4894
  #
4893
4895
  # @!attribute [rw] destination_schema
@@ -4997,7 +4999,8 @@ module Aws::KinesisAnalyticsV2
4997
4999
  # @return [Types::KinesisFirehoseOutputUpdate]
4998
5000
  #
4999
5001
  # @!attribute [rw] lambda_output_update
5000
- # Describes an AWS Lambda function as the destination for the output.
5002
+ # Describes an Amazon Lambda function as the destination for the
5003
+ # output.
5001
5004
  # @return [Types::LambdaOutputUpdate]
5002
5005
  #
5003
5006
  # @!attribute [rw] destination_schema_update
@@ -5788,7 +5791,7 @@ module Aws::KinesisAnalyticsV2
5788
5791
  # data as a hash:
5789
5792
  #
5790
5793
  # {
5791
- # bucket_arn_update: "BucketARN", # required
5794
+ # bucket_arn_update: "BucketARN",
5792
5795
  # base_path_update: "BasePath",
5793
5796
  # }
5794
5797
  #
@@ -6472,11 +6475,11 @@ module Aws::KinesisAnalyticsV2
6472
6475
  class StopApplicationResponse < Aws::EmptyStructure; end
6473
6476
 
6474
6477
  # A key-value pair (the value is optional) that you can define and
6475
- # assign to AWS resources. If you specify a tag that already exists, the
6476
- # tag value is replaced with the value that you specify in the request.
6477
- # Note that the maximum number of application tags includes system tags.
6478
- # The maximum number of user-defined application tags is 50. For more
6479
- # information, see [Using Tagging][1].
6478
+ # assign to Amazon resources. If you specify a tag that already exists,
6479
+ # the tag value is replaced with the value that you specify in the
6480
+ # request. Note that the maximum number of application tags includes
6481
+ # system tags. The maximum number of user-defined application tags is
6482
+ # 50. For more information, see [Using Tagging][1].
6480
6483
  #
6481
6484
  #
6482
6485
  #
@@ -6830,12 +6833,12 @@ module Aws::KinesisAnalyticsV2
6830
6833
  # },
6831
6834
  # catalog_configuration_update: {
6832
6835
  # glue_data_catalog_configuration_update: { # required
6833
- # database_arn_update: "DatabaseARN",
6836
+ # database_arn_update: "DatabaseARN", # required
6834
6837
  # },
6835
6838
  # },
6836
6839
  # deploy_as_application_configuration_update: {
6837
- # s3_content_location_update: { # required
6838
- # bucket_arn_update: "BucketARN", # required
6840
+ # s3_content_location_update: {
6841
+ # bucket_arn_update: "BucketARN",
6839
6842
  # base_path_update: "BasePath",
6840
6843
  # },
6841
6844
  # },
@@ -7099,13 +7102,13 @@ module Aws::KinesisAnalyticsV2
7099
7102
  # @return [Types::ZeppelinMonitoringConfiguration]
7100
7103
  #
7101
7104
  # @!attribute [rw] catalog_configuration
7102
- # The AWS Glue Data Catalog that you use in queries in a Kinesis Data
7103
- # Analytics Studio notebook.
7105
+ # The Amazon Glue Data Catalog that you use in queries in a Kinesis
7106
+ # Data Analytics Studio notebook.
7104
7107
  # @return [Types::CatalogConfiguration]
7105
7108
  #
7106
7109
  # @!attribute [rw] deploy_as_application_configuration
7107
7110
  # The information required to deploy a Kinesis Data Analytics Studio
7108
- # notebook as an application with durable state..
7111
+ # notebook as an application with durable state.
7109
7112
  # @return [Types::DeployAsApplicationConfiguration]
7110
7113
  #
7111
7114
  # @!attribute [rw] custom_artifacts_configuration
@@ -7132,13 +7135,13 @@ module Aws::KinesisAnalyticsV2
7132
7135
  # @return [Types::ZeppelinMonitoringConfigurationDescription]
7133
7136
  #
7134
7137
  # @!attribute [rw] catalog_configuration_description
7135
- # The AWS Glue Data Catalog that is associated with the Kinesis Data
7136
- # Analytics Studio notebook.
7138
+ # The Amazon Glue Data Catalog that is associated with the Kinesis
7139
+ # Data Analytics Studio notebook.
7137
7140
  # @return [Types::CatalogConfigurationDescription]
7138
7141
  #
7139
7142
  # @!attribute [rw] deploy_as_application_configuration_description
7140
7143
  # The parameters required to deploy a Kinesis Data Analytics Studio
7141
- # notebook as an application with durable state..
7144
+ # notebook as an application with durable state.
7142
7145
  # @return [Types::DeployAsApplicationConfigurationDescription]
7143
7146
  #
7144
7147
  # @!attribute [rw] custom_artifacts_configuration_description
@@ -7169,12 +7172,12 @@ module Aws::KinesisAnalyticsV2
7169
7172
  # },
7170
7173
  # catalog_configuration_update: {
7171
7174
  # glue_data_catalog_configuration_update: { # required
7172
- # database_arn_update: "DatabaseARN",
7175
+ # database_arn_update: "DatabaseARN", # required
7173
7176
  # },
7174
7177
  # },
7175
7178
  # deploy_as_application_configuration_update: {
7176
- # s3_content_location_update: { # required
7177
- # bucket_arn_update: "BucketARN", # required
7179
+ # s3_content_location_update: {
7180
+ # bucket_arn_update: "BucketARN",
7178
7181
  # base_path_update: "BasePath",
7179
7182
  # },
7180
7183
  # },
@@ -7201,14 +7204,14 @@ module Aws::KinesisAnalyticsV2
7201
7204
  # @return [Types::ZeppelinMonitoringConfigurationUpdate]
7202
7205
  #
7203
7206
  # @!attribute [rw] catalog_configuration_update
7204
- # Updates to the configuration of the AWS Glue Data Catalog that is
7207
+ # Updates to the configuration of the Amazon Glue Data Catalog that is
7205
7208
  # associated with the Kinesis Data Analytics Studio notebook.
7206
7209
  # @return [Types::CatalogConfigurationUpdate]
7207
7210
  #
7208
7211
  # @!attribute [rw] deploy_as_application_configuration_update
7209
7212
  # Updates to the configuration information required to deploy an
7210
7213
  # Amazon Data Analytics Studio notebook as an application with durable
7211
- # state..
7214
+ # state.
7212
7215
  # @return [Types::DeployAsApplicationConfigurationUpdate]
7213
7216
  #
7214
7217
  # @!attribute [rw] custom_artifacts_configuration_update
@@ -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.33.0'
51
+ GEM_VERSION = '1.34.0'
52
52
 
53
53
  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.33.0
4
+ version: 1.34.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: 2021-09-01 00:00:00.000000000 Z
11
+ date: 2021-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core