aws-sdk-kinesisanalyticsv2 1.58.0 → 1.60.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: d236197bf794e6c570fb919830c6a42ecb47fc379da4ef8686c64364c8a7920a
4
- data.tar.gz: e6feb1af923df463587255eca38e92fd63f630b0444792cebe717a984f665ceb
3
+ metadata.gz: 92846118563ef5cbb68a53b58f6d21335bb9082b3e230e9d5ee2b0e13b4e8e89
4
+ data.tar.gz: 151d390dd750f9fe6c26f1dc326d44425398020f270b1b08a11eda3b4884d843
5
5
  SHA512:
6
- metadata.gz: ee94bc8353e06c62a658cae8544cee70b0b0f93de9eaa1806415fd02f0b1a578b7298ca67b05c3c1178a50af7a72696b24489076de7dff571f33bc13f231a84d
7
- data.tar.gz: 066f709bdc9bc3eac366f0ec37632a31730d06004049295bf8cd667645e049c3a6194723fa7ab064c80ec8c9a4a94fa6840bea9178e26674ccf04483cd3da7f2
6
+ metadata.gz: 9a2fcfb8cfcaa817c844f968d2d88ea2f55729d4967e9b2b28c5b0cf15db99bb9b6bf63892555abd002b586a50957476ae06ddbc6f89bad80f5af033cbf4d59b
7
+ data.tar.gz: 7e6f83e7db0d28ee0a5916951c29b37d33e743087b81fad2709730756b0fb50c0b0741152ee085fbe32b8bc4d69855940b2849d7dc289bc14204ac73f8f34b4b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2024-06-26)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for new ListApplicationOperations and DescribeApplicationOperation APIs. It adds a new configuration to enable system rollbacks, adds field ApplicationVersionCreateTimestamp for clarity and improves support for pagination for APIs.
8
+
9
+ 1.59.0 (2024-06-25)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.58.0 (2024-06-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.60.0
@@ -314,13 +314,10 @@ module Aws::KinesisAnalyticsV2
314
314
  #
315
315
  # @option options [Boolean] :simple_json (false)
316
316
  # Disables request parameter conversion, validation, and formatting.
317
- # Also disable response data type conversions. This option is useful
318
- # when you want to ensure the highest level of performance by
319
- # avoiding overhead of walking request parameters and response data
320
- # structures.
321
- #
322
- # When `:simple_json` is enabled, the request parameters hash must
323
- # be formatted exactly as the DynamoDB API expects.
317
+ # Also disables response data type conversions. The request parameters
318
+ # hash must be formatted exactly as the API expects.This option is useful
319
+ # when you want to ensure the highest level of performance by avoiding
320
+ # overhead of walking request parameters and response data structures.
324
321
  #
325
322
  # @option options [Boolean] :stub_responses (false)
326
323
  # Causes the client to return stubbed responses. By default
@@ -455,6 +452,7 @@ module Aws::KinesisAnalyticsV2
455
452
  # * {Types::AddApplicationCloudWatchLoggingOptionResponse#application_arn #application_arn} => String
456
453
  # * {Types::AddApplicationCloudWatchLoggingOptionResponse#application_version_id #application_version_id} => Integer
457
454
  # * {Types::AddApplicationCloudWatchLoggingOptionResponse#cloud_watch_logging_option_descriptions #cloud_watch_logging_option_descriptions} => Array<Types::CloudWatchLoggingOptionDescription>
455
+ # * {Types::AddApplicationCloudWatchLoggingOptionResponse#operation_id #operation_id} => String
458
456
  #
459
457
  # @example Request syntax with placeholder values
460
458
  #
@@ -475,6 +473,7 @@ module Aws::KinesisAnalyticsV2
475
473
  # resp.cloud_watch_logging_option_descriptions[0].cloud_watch_logging_option_id #=> String
476
474
  # resp.cloud_watch_logging_option_descriptions[0].log_stream_arn #=> String
477
475
  # resp.cloud_watch_logging_option_descriptions[0].role_arn #=> String
476
+ # resp.operation_id #=> String
478
477
  #
479
478
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationCloudWatchLoggingOption AWS API Documentation
480
479
  #
@@ -889,6 +888,7 @@ module Aws::KinesisAnalyticsV2
889
888
  # * {Types::AddApplicationVpcConfigurationResponse#application_arn #application_arn} => String
890
889
  # * {Types::AddApplicationVpcConfigurationResponse#application_version_id #application_version_id} => Integer
891
890
  # * {Types::AddApplicationVpcConfigurationResponse#vpc_configuration_description #vpc_configuration_description} => Types::VpcConfigurationDescription
891
+ # * {Types::AddApplicationVpcConfigurationResponse#operation_id #operation_id} => String
892
892
  #
893
893
  # @example Request syntax with placeholder values
894
894
  #
@@ -912,6 +912,7 @@ module Aws::KinesisAnalyticsV2
912
912
  # resp.vpc_configuration_description.subnet_ids[0] #=> String
913
913
  # resp.vpc_configuration_description.security_group_ids #=> Array
914
914
  # resp.vpc_configuration_description.security_group_ids[0] #=> String
915
+ # resp.operation_id #=> String
915
916
  #
916
917
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationVpcConfiguration AWS API Documentation
917
918
  #
@@ -1114,6 +1115,9 @@ module Aws::KinesisAnalyticsV2
1114
1115
  # application_snapshot_configuration: {
1115
1116
  # snapshots_enabled: false, # required
1116
1117
  # },
1118
+ # application_system_rollback_configuration: {
1119
+ # rollback_enabled: false, # required
1120
+ # },
1117
1121
  # vpc_configurations: [
1118
1122
  # {
1119
1123
  # subnet_ids: ["SubnetId"], # required
@@ -1252,6 +1256,7 @@ module Aws::KinesisAnalyticsV2
1252
1256
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map #=> Hash
1253
1257
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map["PropertyKey"] #=> String
1254
1258
  # resp.application_detail.application_configuration_description.application_snapshot_configuration_description.snapshots_enabled #=> Boolean
1259
+ # resp.application_detail.application_configuration_description.application_system_rollback_configuration_description.rollback_enabled #=> Boolean
1255
1260
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions #=> Array
1256
1261
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_configuration_id #=> String
1257
1262
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_id #=> String
@@ -1279,6 +1284,7 @@ module Aws::KinesisAnalyticsV2
1279
1284
  # resp.application_detail.application_maintenance_configuration_description.application_maintenance_window_end_time #=> String
1280
1285
  # resp.application_detail.application_version_updated_from #=> Integer
1281
1286
  # resp.application_detail.application_version_rolled_back_from #=> Integer
1287
+ # resp.application_detail.application_version_create_timestamp #=> Time
1282
1288
  # resp.application_detail.conditional_token #=> String
1283
1289
  # resp.application_detail.application_version_rolled_back_to #=> Integer
1284
1290
  # resp.application_detail.application_mode #=> String, one of "STREAMING", "INTERACTIVE"
@@ -1431,6 +1437,7 @@ module Aws::KinesisAnalyticsV2
1431
1437
  # * {Types::DeleteApplicationCloudWatchLoggingOptionResponse#application_arn #application_arn} => String
1432
1438
  # * {Types::DeleteApplicationCloudWatchLoggingOptionResponse#application_version_id #application_version_id} => Integer
1433
1439
  # * {Types::DeleteApplicationCloudWatchLoggingOptionResponse#cloud_watch_logging_option_descriptions #cloud_watch_logging_option_descriptions} => Array<Types::CloudWatchLoggingOptionDescription>
1440
+ # * {Types::DeleteApplicationCloudWatchLoggingOptionResponse#operation_id #operation_id} => String
1434
1441
  #
1435
1442
  # @example Request syntax with placeholder values
1436
1443
  #
@@ -1449,6 +1456,7 @@ module Aws::KinesisAnalyticsV2
1449
1456
  # resp.cloud_watch_logging_option_descriptions[0].cloud_watch_logging_option_id #=> String
1450
1457
  # resp.cloud_watch_logging_option_descriptions[0].log_stream_arn #=> String
1451
1458
  # resp.cloud_watch_logging_option_descriptions[0].role_arn #=> String
1459
+ # resp.operation_id #=> String
1452
1460
  #
1453
1461
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationCloudWatchLoggingOption AWS API Documentation
1454
1462
  #
@@ -1660,6 +1668,7 @@ module Aws::KinesisAnalyticsV2
1660
1668
  #
1661
1669
  # * {Types::DeleteApplicationVpcConfigurationResponse#application_arn #application_arn} => String
1662
1670
  # * {Types::DeleteApplicationVpcConfigurationResponse#application_version_id #application_version_id} => Integer
1671
+ # * {Types::DeleteApplicationVpcConfigurationResponse#operation_id #operation_id} => String
1663
1672
  #
1664
1673
  # @example Request syntax with placeholder values
1665
1674
  #
@@ -1674,6 +1683,7 @@ module Aws::KinesisAnalyticsV2
1674
1683
  #
1675
1684
  # resp.application_arn #=> String
1676
1685
  # resp.application_version_id #=> Integer
1686
+ # resp.operation_id #=> String
1677
1687
  #
1678
1688
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationVpcConfiguration AWS API Documentation
1679
1689
  #
@@ -1794,6 +1804,7 @@ module Aws::KinesisAnalyticsV2
1794
1804
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map #=> Hash
1795
1805
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map["PropertyKey"] #=> String
1796
1806
  # resp.application_detail.application_configuration_description.application_snapshot_configuration_description.snapshots_enabled #=> Boolean
1807
+ # resp.application_detail.application_configuration_description.application_system_rollback_configuration_description.rollback_enabled #=> Boolean
1797
1808
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions #=> Array
1798
1809
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_configuration_id #=> String
1799
1810
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_id #=> String
@@ -1821,6 +1832,7 @@ module Aws::KinesisAnalyticsV2
1821
1832
  # resp.application_detail.application_maintenance_configuration_description.application_maintenance_window_end_time #=> String
1822
1833
  # resp.application_detail.application_version_updated_from #=> Integer
1823
1834
  # resp.application_detail.application_version_rolled_back_from #=> Integer
1835
+ # resp.application_detail.application_version_create_timestamp #=> Time
1824
1836
  # resp.application_detail.conditional_token #=> String
1825
1837
  # resp.application_detail.application_version_rolled_back_to #=> Integer
1826
1838
  # resp.application_detail.application_mode #=> String, one of "STREAMING", "INTERACTIVE"
@@ -1834,6 +1846,46 @@ module Aws::KinesisAnalyticsV2
1834
1846
  req.send_request(options)
1835
1847
  end
1836
1848
 
1849
+ # Returns information about a specific operation performed on a Managed
1850
+ # Service for Apache Flink application
1851
+ #
1852
+ # @option params [required, String] :application_name
1853
+ # The name of the application
1854
+ #
1855
+ # @option params [required, String] :operation_id
1856
+ # Identifier of the Operation
1857
+ #
1858
+ # @return [Types::DescribeApplicationOperationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1859
+ #
1860
+ # * {Types::DescribeApplicationOperationResponse#application_operation_info_details #application_operation_info_details} => Types::ApplicationOperationInfoDetails
1861
+ #
1862
+ # @example Request syntax with placeholder values
1863
+ #
1864
+ # resp = client.describe_application_operation({
1865
+ # application_name: "ApplicationName", # required
1866
+ # operation_id: "OperationId", # required
1867
+ # })
1868
+ #
1869
+ # @example Response structure
1870
+ #
1871
+ # resp.application_operation_info_details.operation #=> String
1872
+ # resp.application_operation_info_details.start_time #=> Time
1873
+ # resp.application_operation_info_details.end_time #=> Time
1874
+ # resp.application_operation_info_details.operation_status #=> String, one of "IN_PROGRESS", "CANCELLED", "SUCCESSFUL", "FAILED"
1875
+ # resp.application_operation_info_details.application_version_change_details.application_version_updated_from #=> Integer
1876
+ # resp.application_operation_info_details.application_version_change_details.application_version_updated_to #=> Integer
1877
+ # resp.application_operation_info_details.operation_failure_details.rollback_operation_id #=> String
1878
+ # resp.application_operation_info_details.operation_failure_details.error_info.error_string #=> String
1879
+ #
1880
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DescribeApplicationOperation AWS API Documentation
1881
+ #
1882
+ # @overload describe_application_operation(params = {})
1883
+ # @param [Hash] params ({})
1884
+ def describe_application_operation(params = {}, options = {})
1885
+ req = build_request(:describe_application_operation, params)
1886
+ req.send_request(options)
1887
+ end
1888
+
1837
1889
  # Returns information about a snapshot of application state data.
1838
1890
  #
1839
1891
  # @option params [required, String] :application_name
@@ -1984,6 +2036,7 @@ module Aws::KinesisAnalyticsV2
1984
2036
  # resp.application_version_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map #=> Hash
1985
2037
  # resp.application_version_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map["PropertyKey"] #=> String
1986
2038
  # resp.application_version_detail.application_configuration_description.application_snapshot_configuration_description.snapshots_enabled #=> Boolean
2039
+ # resp.application_version_detail.application_configuration_description.application_system_rollback_configuration_description.rollback_enabled #=> Boolean
1987
2040
  # resp.application_version_detail.application_configuration_description.vpc_configuration_descriptions #=> Array
1988
2041
  # resp.application_version_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_configuration_id #=> String
1989
2042
  # resp.application_version_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_id #=> String
@@ -2011,6 +2064,7 @@ module Aws::KinesisAnalyticsV2
2011
2064
  # resp.application_version_detail.application_maintenance_configuration_description.application_maintenance_window_end_time #=> String
2012
2065
  # resp.application_version_detail.application_version_updated_from #=> Integer
2013
2066
  # resp.application_version_detail.application_version_rolled_back_from #=> Integer
2067
+ # resp.application_version_detail.application_version_create_timestamp #=> Time
2014
2068
  # resp.application_version_detail.conditional_token #=> String
2015
2069
  # resp.application_version_detail.application_version_rolled_back_to #=> Integer
2016
2070
  # resp.application_version_detail.application_mode #=> String, one of "STREAMING", "INTERACTIVE"
@@ -2107,6 +2161,61 @@ module Aws::KinesisAnalyticsV2
2107
2161
  req.send_request(options)
2108
2162
  end
2109
2163
 
2164
+ # Lists information about operations performed on a Managed Service for
2165
+ # Apache Flink application
2166
+ #
2167
+ # @option params [required, String] :application_name
2168
+ # The name of the application
2169
+ #
2170
+ # @option params [Integer] :limit
2171
+ # Limit on the number of records returned in the response
2172
+ #
2173
+ # @option params [String] :next_token
2174
+ # If a previous command returned a pagination token, pass it into this
2175
+ # value to retrieve the next set of results
2176
+ #
2177
+ # @option params [String] :operation
2178
+ # Type of operation performed on an application
2179
+ #
2180
+ # @option params [String] :operation_status
2181
+ # Status of the operation performed on an application
2182
+ #
2183
+ # @return [Types::ListApplicationOperationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2184
+ #
2185
+ # * {Types::ListApplicationOperationsResponse#application_operation_info_list #application_operation_info_list} => Array<Types::ApplicationOperationInfo>
2186
+ # * {Types::ListApplicationOperationsResponse#next_token #next_token} => String
2187
+ #
2188
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2189
+ #
2190
+ # @example Request syntax with placeholder values
2191
+ #
2192
+ # resp = client.list_application_operations({
2193
+ # application_name: "ApplicationName", # required
2194
+ # limit: 1,
2195
+ # next_token: "NextToken",
2196
+ # operation: "Operation",
2197
+ # operation_status: "IN_PROGRESS", # accepts IN_PROGRESS, CANCELLED, SUCCESSFUL, FAILED
2198
+ # })
2199
+ #
2200
+ # @example Response structure
2201
+ #
2202
+ # resp.application_operation_info_list #=> Array
2203
+ # resp.application_operation_info_list[0].operation #=> String
2204
+ # resp.application_operation_info_list[0].operation_id #=> String
2205
+ # resp.application_operation_info_list[0].start_time #=> Time
2206
+ # resp.application_operation_info_list[0].end_time #=> Time
2207
+ # resp.application_operation_info_list[0].operation_status #=> String, one of "IN_PROGRESS", "CANCELLED", "SUCCESSFUL", "FAILED"
2208
+ # resp.next_token #=> String
2209
+ #
2210
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ListApplicationOperations AWS API Documentation
2211
+ #
2212
+ # @overload list_application_operations(params = {})
2213
+ # @param [Hash] params ({})
2214
+ def list_application_operations(params = {}, options = {})
2215
+ req = build_request(:list_application_operations, params)
2216
+ req.send_request(options)
2217
+ end
2218
+
2110
2219
  # Lists information about the current application snapshots.
2111
2220
  #
2112
2221
  # @option params [required, String] :application_name
@@ -2126,6 +2235,8 @@ module Aws::KinesisAnalyticsV2
2126
2235
  # * {Types::ListApplicationSnapshotsResponse#snapshot_summaries #snapshot_summaries} => Array<Types::SnapshotDetails>
2127
2236
  # * {Types::ListApplicationSnapshotsResponse#next_token #next_token} => String
2128
2237
  #
2238
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2239
+ #
2129
2240
  # @example Request syntax with placeholder values
2130
2241
  #
2131
2242
  # resp = client.list_application_snapshots({
@@ -2186,6 +2297,8 @@ module Aws::KinesisAnalyticsV2
2186
2297
  # * {Types::ListApplicationVersionsResponse#application_version_summaries #application_version_summaries} => Array<Types::ApplicationVersionSummary>
2187
2298
  # * {Types::ListApplicationVersionsResponse#next_token #next_token} => String
2188
2299
  #
2300
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2301
+ #
2189
2302
  # @example Request syntax with placeholder values
2190
2303
  #
2191
2304
  # resp = client.list_application_versions({
@@ -2235,6 +2348,8 @@ module Aws::KinesisAnalyticsV2
2235
2348
  # * {Types::ListApplicationsResponse#application_summaries #application_summaries} => Array<Types::ApplicationSummary>
2236
2349
  # * {Types::ListApplicationsResponse#next_token #next_token} => String
2237
2350
  #
2351
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2352
+ #
2238
2353
  # @example Request syntax with placeholder values
2239
2354
  #
2240
2355
  # resp = client.list_applications({
@@ -2298,18 +2413,16 @@ module Aws::KinesisAnalyticsV2
2298
2413
  end
2299
2414
 
2300
2415
  # Reverts the application to the previous running version. You can roll
2301
- # back an application if you suspect it is stuck in a transient status.
2416
+ # back an application if you suspect it is stuck in a transient status
2417
+ # or in the running status.
2302
2418
  #
2303
- # You can roll back an application only if it is in the `UPDATING` or
2304
- # `AUTOSCALING` status.
2419
+ # You can roll back an application only if it is in the `UPDATING`,
2420
+ # `AUTOSCALING`, or `RUNNING` statuses.
2305
2421
  #
2306
2422
  # When you rollback an application, it loads state data from the last
2307
2423
  # successful snapshot. If the application has no snapshots, Managed
2308
2424
  # Service for Apache Flink rejects the rollback request.
2309
2425
  #
2310
- # This action is not supported for Managed Service for Apache Flink for
2311
- # SQL applications.
2312
- #
2313
2426
  # @option params [required, String] :application_name
2314
2427
  # The name of the application.
2315
2428
  #
@@ -2320,6 +2433,7 @@ module Aws::KinesisAnalyticsV2
2320
2433
  # @return [Types::RollbackApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2321
2434
  #
2322
2435
  # * {Types::RollbackApplicationResponse#application_detail #application_detail} => Types::ApplicationDetail
2436
+ # * {Types::RollbackApplicationResponse#operation_id #operation_id} => String
2323
2437
  #
2324
2438
  # @example Request syntax with placeholder values
2325
2439
  #
@@ -2414,6 +2528,7 @@ module Aws::KinesisAnalyticsV2
2414
2528
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map #=> Hash
2415
2529
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map["PropertyKey"] #=> String
2416
2530
  # resp.application_detail.application_configuration_description.application_snapshot_configuration_description.snapshots_enabled #=> Boolean
2531
+ # resp.application_detail.application_configuration_description.application_system_rollback_configuration_description.rollback_enabled #=> Boolean
2417
2532
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions #=> Array
2418
2533
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_configuration_id #=> String
2419
2534
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_id #=> String
@@ -2441,9 +2556,11 @@ module Aws::KinesisAnalyticsV2
2441
2556
  # resp.application_detail.application_maintenance_configuration_description.application_maintenance_window_end_time #=> String
2442
2557
  # resp.application_detail.application_version_updated_from #=> Integer
2443
2558
  # resp.application_detail.application_version_rolled_back_from #=> Integer
2559
+ # resp.application_detail.application_version_create_timestamp #=> Time
2444
2560
  # resp.application_detail.conditional_token #=> String
2445
2561
  # resp.application_detail.application_version_rolled_back_to #=> Integer
2446
2562
  # resp.application_detail.application_mode #=> String, one of "STREAMING", "INTERACTIVE"
2563
+ # resp.operation_id #=> String
2447
2564
  #
2448
2565
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/RollbackApplication AWS API Documentation
2449
2566
  #
@@ -2465,7 +2582,9 @@ module Aws::KinesisAnalyticsV2
2465
2582
  # Identifies the run configuration (start parameters) of a Managed
2466
2583
  # Service for Apache Flink application.
2467
2584
  #
2468
- # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2585
+ # @return [Types::StartApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2586
+ #
2587
+ # * {Types::StartApplicationResponse#operation_id #operation_id} => String
2469
2588
  #
2470
2589
  # @example Request syntax with placeholder values
2471
2590
  #
@@ -2490,6 +2609,10 @@ module Aws::KinesisAnalyticsV2
2490
2609
  # },
2491
2610
  # })
2492
2611
  #
2612
+ # @example Response structure
2613
+ #
2614
+ # resp.operation_id #=> String
2615
+ #
2493
2616
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StartApplication AWS API Documentation
2494
2617
  #
2495
2618
  # @overload start_application(params = {})
@@ -2531,7 +2654,9 @@ module Aws::KinesisAnalyticsV2
2531
2654
  # The application must be in the `STARTING`, `UPDATING`, `STOPPING`,
2532
2655
  # `AUTOSCALING`, or `RUNNING` status.
2533
2656
  #
2534
- # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2657
+ # @return [Types::StopApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2658
+ #
2659
+ # * {Types::StopApplicationResponse#operation_id #operation_id} => String
2535
2660
  #
2536
2661
  # @example Request syntax with placeholder values
2537
2662
  #
@@ -2540,6 +2665,10 @@ module Aws::KinesisAnalyticsV2
2540
2665
  # force: false,
2541
2666
  # })
2542
2667
  #
2668
+ # @example Response structure
2669
+ #
2670
+ # resp.operation_id #=> String
2671
+ #
2543
2672
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StopApplication AWS API Documentation
2544
2673
  #
2545
2674
  # @overload stop_application(params = {})
@@ -2672,6 +2801,7 @@ module Aws::KinesisAnalyticsV2
2672
2801
  # @return [Types::UpdateApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2673
2802
  #
2674
2803
  # * {Types::UpdateApplicationResponse#application_detail #application_detail} => Types::ApplicationDetail
2804
+ # * {Types::UpdateApplicationResponse#operation_id #operation_id} => String
2675
2805
  #
2676
2806
  # @example Request syntax with placeholder values
2677
2807
  #
@@ -2817,6 +2947,9 @@ module Aws::KinesisAnalyticsV2
2817
2947
  # application_snapshot_configuration_update: {
2818
2948
  # snapshots_enabled_update: false, # required
2819
2949
  # },
2950
+ # application_system_rollback_configuration_update: {
2951
+ # rollback_enabled_update: false, # required
2952
+ # },
2820
2953
  # vpc_configuration_updates: [
2821
2954
  # {
2822
2955
  # vpc_configuration_id: "Id", # required
@@ -2962,6 +3095,7 @@ module Aws::KinesisAnalyticsV2
2962
3095
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map #=> Hash
2963
3096
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map["PropertyKey"] #=> String
2964
3097
  # resp.application_detail.application_configuration_description.application_snapshot_configuration_description.snapshots_enabled #=> Boolean
3098
+ # resp.application_detail.application_configuration_description.application_system_rollback_configuration_description.rollback_enabled #=> Boolean
2965
3099
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions #=> Array
2966
3100
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_configuration_id #=> String
2967
3101
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_id #=> String
@@ -2989,9 +3123,11 @@ module Aws::KinesisAnalyticsV2
2989
3123
  # resp.application_detail.application_maintenance_configuration_description.application_maintenance_window_end_time #=> String
2990
3124
  # resp.application_detail.application_version_updated_from #=> Integer
2991
3125
  # resp.application_detail.application_version_rolled_back_from #=> Integer
3126
+ # resp.application_detail.application_version_create_timestamp #=> Time
2992
3127
  # resp.application_detail.conditional_token #=> String
2993
3128
  # resp.application_detail.application_version_rolled_back_to #=> Integer
2994
3129
  # resp.application_detail.application_mode #=> String, one of "STREAMING", "INTERACTIVE"
3130
+ # resp.operation_id #=> String
2995
3131
  #
2996
3132
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/UpdateApplication AWS API Documentation
2997
3133
  #
@@ -3080,7 +3216,7 @@ module Aws::KinesisAnalyticsV2
3080
3216
  params: params,
3081
3217
  config: config)
3082
3218
  context[:gem_name] = 'aws-sdk-kinesisanalyticsv2'
3083
- context[:gem_version] = '1.58.0'
3219
+ context[:gem_version] = '1.60.0'
3084
3220
  Seahorse::Client::Request.new(handlers, context)
3085
3221
  end
3086
3222