aws-sdk-kinesisanalyticsv2 1.59.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: 638797df8afaf4130fddeeba3f55fe4351052e6ac0192f5fda008b2e23a36124
4
- data.tar.gz: 724e39c5266258a18a984cbebcac67a0fc3eacbb4fc7eea5ca987a5aadeb1d01
3
+ metadata.gz: 92846118563ef5cbb68a53b58f6d21335bb9082b3e230e9d5ee2b0e13b4e8e89
4
+ data.tar.gz: 151d390dd750f9fe6c26f1dc326d44425398020f270b1b08a11eda3b4884d843
5
5
  SHA512:
6
- metadata.gz: 05c33506ede4ba08eb8e464a350c0cc56a9546da3e7c33e2ed65737b33eee1262662eab152e3c0fc34816b537f92ad060398ad3c43510dcc3703a73a1d208516
7
- data.tar.gz: 28169ffe11fe10029fef715b1171f84a891396239d89613bdcccdbd82e96d57784f21cbfec0238a6bdccf74de1c92c27c8fcae4930d5fca916fd80cac53c91fd
6
+ metadata.gz: 9a2fcfb8cfcaa817c844f968d2d88ea2f55729d4967e9b2b28c5b0cf15db99bb9b6bf63892555abd002b586a50957476ae06ddbc6f89bad80f5af033cbf4d59b
7
+ data.tar.gz: 7e6f83e7db0d28ee0a5916951c29b37d33e743087b81fad2709730756b0fb50c0b0741152ee085fbe32b8bc4d69855940b2849d7dc289bc14204ac73f8f34b4b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.59.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -452,6 +452,7 @@ module Aws::KinesisAnalyticsV2
452
452
  # * {Types::AddApplicationCloudWatchLoggingOptionResponse#application_arn #application_arn} => String
453
453
  # * {Types::AddApplicationCloudWatchLoggingOptionResponse#application_version_id #application_version_id} => Integer
454
454
  # * {Types::AddApplicationCloudWatchLoggingOptionResponse#cloud_watch_logging_option_descriptions #cloud_watch_logging_option_descriptions} => Array<Types::CloudWatchLoggingOptionDescription>
455
+ # * {Types::AddApplicationCloudWatchLoggingOptionResponse#operation_id #operation_id} => String
455
456
  #
456
457
  # @example Request syntax with placeholder values
457
458
  #
@@ -472,6 +473,7 @@ module Aws::KinesisAnalyticsV2
472
473
  # resp.cloud_watch_logging_option_descriptions[0].cloud_watch_logging_option_id #=> String
473
474
  # resp.cloud_watch_logging_option_descriptions[0].log_stream_arn #=> String
474
475
  # resp.cloud_watch_logging_option_descriptions[0].role_arn #=> String
476
+ # resp.operation_id #=> String
475
477
  #
476
478
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationCloudWatchLoggingOption AWS API Documentation
477
479
  #
@@ -886,6 +888,7 @@ module Aws::KinesisAnalyticsV2
886
888
  # * {Types::AddApplicationVpcConfigurationResponse#application_arn #application_arn} => String
887
889
  # * {Types::AddApplicationVpcConfigurationResponse#application_version_id #application_version_id} => Integer
888
890
  # * {Types::AddApplicationVpcConfigurationResponse#vpc_configuration_description #vpc_configuration_description} => Types::VpcConfigurationDescription
891
+ # * {Types::AddApplicationVpcConfigurationResponse#operation_id #operation_id} => String
889
892
  #
890
893
  # @example Request syntax with placeholder values
891
894
  #
@@ -909,6 +912,7 @@ module Aws::KinesisAnalyticsV2
909
912
  # resp.vpc_configuration_description.subnet_ids[0] #=> String
910
913
  # resp.vpc_configuration_description.security_group_ids #=> Array
911
914
  # resp.vpc_configuration_description.security_group_ids[0] #=> String
915
+ # resp.operation_id #=> String
912
916
  #
913
917
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/AddApplicationVpcConfiguration AWS API Documentation
914
918
  #
@@ -1111,6 +1115,9 @@ module Aws::KinesisAnalyticsV2
1111
1115
  # application_snapshot_configuration: {
1112
1116
  # snapshots_enabled: false, # required
1113
1117
  # },
1118
+ # application_system_rollback_configuration: {
1119
+ # rollback_enabled: false, # required
1120
+ # },
1114
1121
  # vpc_configurations: [
1115
1122
  # {
1116
1123
  # subnet_ids: ["SubnetId"], # required
@@ -1249,6 +1256,7 @@ module Aws::KinesisAnalyticsV2
1249
1256
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map #=> Hash
1250
1257
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map["PropertyKey"] #=> String
1251
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
1252
1260
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions #=> Array
1253
1261
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_configuration_id #=> String
1254
1262
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_id #=> String
@@ -1276,6 +1284,7 @@ module Aws::KinesisAnalyticsV2
1276
1284
  # resp.application_detail.application_maintenance_configuration_description.application_maintenance_window_end_time #=> String
1277
1285
  # resp.application_detail.application_version_updated_from #=> Integer
1278
1286
  # resp.application_detail.application_version_rolled_back_from #=> Integer
1287
+ # resp.application_detail.application_version_create_timestamp #=> Time
1279
1288
  # resp.application_detail.conditional_token #=> String
1280
1289
  # resp.application_detail.application_version_rolled_back_to #=> Integer
1281
1290
  # resp.application_detail.application_mode #=> String, one of "STREAMING", "INTERACTIVE"
@@ -1428,6 +1437,7 @@ module Aws::KinesisAnalyticsV2
1428
1437
  # * {Types::DeleteApplicationCloudWatchLoggingOptionResponse#application_arn #application_arn} => String
1429
1438
  # * {Types::DeleteApplicationCloudWatchLoggingOptionResponse#application_version_id #application_version_id} => Integer
1430
1439
  # * {Types::DeleteApplicationCloudWatchLoggingOptionResponse#cloud_watch_logging_option_descriptions #cloud_watch_logging_option_descriptions} => Array<Types::CloudWatchLoggingOptionDescription>
1440
+ # * {Types::DeleteApplicationCloudWatchLoggingOptionResponse#operation_id #operation_id} => String
1431
1441
  #
1432
1442
  # @example Request syntax with placeholder values
1433
1443
  #
@@ -1446,6 +1456,7 @@ module Aws::KinesisAnalyticsV2
1446
1456
  # resp.cloud_watch_logging_option_descriptions[0].cloud_watch_logging_option_id #=> String
1447
1457
  # resp.cloud_watch_logging_option_descriptions[0].log_stream_arn #=> String
1448
1458
  # resp.cloud_watch_logging_option_descriptions[0].role_arn #=> String
1459
+ # resp.operation_id #=> String
1449
1460
  #
1450
1461
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationCloudWatchLoggingOption AWS API Documentation
1451
1462
  #
@@ -1657,6 +1668,7 @@ module Aws::KinesisAnalyticsV2
1657
1668
  #
1658
1669
  # * {Types::DeleteApplicationVpcConfigurationResponse#application_arn #application_arn} => String
1659
1670
  # * {Types::DeleteApplicationVpcConfigurationResponse#application_version_id #application_version_id} => Integer
1671
+ # * {Types::DeleteApplicationVpcConfigurationResponse#operation_id #operation_id} => String
1660
1672
  #
1661
1673
  # @example Request syntax with placeholder values
1662
1674
  #
@@ -1671,6 +1683,7 @@ module Aws::KinesisAnalyticsV2
1671
1683
  #
1672
1684
  # resp.application_arn #=> String
1673
1685
  # resp.application_version_id #=> Integer
1686
+ # resp.operation_id #=> String
1674
1687
  #
1675
1688
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DeleteApplicationVpcConfiguration AWS API Documentation
1676
1689
  #
@@ -1791,6 +1804,7 @@ module Aws::KinesisAnalyticsV2
1791
1804
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map #=> Hash
1792
1805
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map["PropertyKey"] #=> String
1793
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
1794
1808
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions #=> Array
1795
1809
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_configuration_id #=> String
1796
1810
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_id #=> String
@@ -1818,6 +1832,7 @@ module Aws::KinesisAnalyticsV2
1818
1832
  # resp.application_detail.application_maintenance_configuration_description.application_maintenance_window_end_time #=> String
1819
1833
  # resp.application_detail.application_version_updated_from #=> Integer
1820
1834
  # resp.application_detail.application_version_rolled_back_from #=> Integer
1835
+ # resp.application_detail.application_version_create_timestamp #=> Time
1821
1836
  # resp.application_detail.conditional_token #=> String
1822
1837
  # resp.application_detail.application_version_rolled_back_to #=> Integer
1823
1838
  # resp.application_detail.application_mode #=> String, one of "STREAMING", "INTERACTIVE"
@@ -1831,6 +1846,46 @@ module Aws::KinesisAnalyticsV2
1831
1846
  req.send_request(options)
1832
1847
  end
1833
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
+
1834
1889
  # Returns information about a snapshot of application state data.
1835
1890
  #
1836
1891
  # @option params [required, String] :application_name
@@ -1981,6 +2036,7 @@ module Aws::KinesisAnalyticsV2
1981
2036
  # resp.application_version_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map #=> Hash
1982
2037
  # resp.application_version_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map["PropertyKey"] #=> String
1983
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
1984
2040
  # resp.application_version_detail.application_configuration_description.vpc_configuration_descriptions #=> Array
1985
2041
  # resp.application_version_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_configuration_id #=> String
1986
2042
  # resp.application_version_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_id #=> String
@@ -2008,6 +2064,7 @@ module Aws::KinesisAnalyticsV2
2008
2064
  # resp.application_version_detail.application_maintenance_configuration_description.application_maintenance_window_end_time #=> String
2009
2065
  # resp.application_version_detail.application_version_updated_from #=> Integer
2010
2066
  # resp.application_version_detail.application_version_rolled_back_from #=> Integer
2067
+ # resp.application_version_detail.application_version_create_timestamp #=> Time
2011
2068
  # resp.application_version_detail.conditional_token #=> String
2012
2069
  # resp.application_version_detail.application_version_rolled_back_to #=> Integer
2013
2070
  # resp.application_version_detail.application_mode #=> String, one of "STREAMING", "INTERACTIVE"
@@ -2104,6 +2161,61 @@ module Aws::KinesisAnalyticsV2
2104
2161
  req.send_request(options)
2105
2162
  end
2106
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
+
2107
2219
  # Lists information about the current application snapshots.
2108
2220
  #
2109
2221
  # @option params [required, String] :application_name
@@ -2123,6 +2235,8 @@ module Aws::KinesisAnalyticsV2
2123
2235
  # * {Types::ListApplicationSnapshotsResponse#snapshot_summaries #snapshot_summaries} => Array<Types::SnapshotDetails>
2124
2236
  # * {Types::ListApplicationSnapshotsResponse#next_token #next_token} => String
2125
2237
  #
2238
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2239
+ #
2126
2240
  # @example Request syntax with placeholder values
2127
2241
  #
2128
2242
  # resp = client.list_application_snapshots({
@@ -2183,6 +2297,8 @@ module Aws::KinesisAnalyticsV2
2183
2297
  # * {Types::ListApplicationVersionsResponse#application_version_summaries #application_version_summaries} => Array<Types::ApplicationVersionSummary>
2184
2298
  # * {Types::ListApplicationVersionsResponse#next_token #next_token} => String
2185
2299
  #
2300
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2301
+ #
2186
2302
  # @example Request syntax with placeholder values
2187
2303
  #
2188
2304
  # resp = client.list_application_versions({
@@ -2232,6 +2348,8 @@ module Aws::KinesisAnalyticsV2
2232
2348
  # * {Types::ListApplicationsResponse#application_summaries #application_summaries} => Array<Types::ApplicationSummary>
2233
2349
  # * {Types::ListApplicationsResponse#next_token #next_token} => String
2234
2350
  #
2351
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2352
+ #
2235
2353
  # @example Request syntax with placeholder values
2236
2354
  #
2237
2355
  # resp = client.list_applications({
@@ -2295,18 +2413,16 @@ module Aws::KinesisAnalyticsV2
2295
2413
  end
2296
2414
 
2297
2415
  # Reverts the application to the previous running version. You can roll
2298
- # 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.
2299
2418
  #
2300
- # You can roll back an application only if it is in the `UPDATING` or
2301
- # `AUTOSCALING` status.
2419
+ # You can roll back an application only if it is in the `UPDATING`,
2420
+ # `AUTOSCALING`, or `RUNNING` statuses.
2302
2421
  #
2303
2422
  # When you rollback an application, it loads state data from the last
2304
2423
  # successful snapshot. If the application has no snapshots, Managed
2305
2424
  # Service for Apache Flink rejects the rollback request.
2306
2425
  #
2307
- # This action is not supported for Managed Service for Apache Flink for
2308
- # SQL applications.
2309
- #
2310
2426
  # @option params [required, String] :application_name
2311
2427
  # The name of the application.
2312
2428
  #
@@ -2317,6 +2433,7 @@ module Aws::KinesisAnalyticsV2
2317
2433
  # @return [Types::RollbackApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2318
2434
  #
2319
2435
  # * {Types::RollbackApplicationResponse#application_detail #application_detail} => Types::ApplicationDetail
2436
+ # * {Types::RollbackApplicationResponse#operation_id #operation_id} => String
2320
2437
  #
2321
2438
  # @example Request syntax with placeholder values
2322
2439
  #
@@ -2411,6 +2528,7 @@ module Aws::KinesisAnalyticsV2
2411
2528
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map #=> Hash
2412
2529
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map["PropertyKey"] #=> String
2413
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
2414
2532
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions #=> Array
2415
2533
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_configuration_id #=> String
2416
2534
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_id #=> String
@@ -2438,9 +2556,11 @@ module Aws::KinesisAnalyticsV2
2438
2556
  # resp.application_detail.application_maintenance_configuration_description.application_maintenance_window_end_time #=> String
2439
2557
  # resp.application_detail.application_version_updated_from #=> Integer
2440
2558
  # resp.application_detail.application_version_rolled_back_from #=> Integer
2559
+ # resp.application_detail.application_version_create_timestamp #=> Time
2441
2560
  # resp.application_detail.conditional_token #=> String
2442
2561
  # resp.application_detail.application_version_rolled_back_to #=> Integer
2443
2562
  # resp.application_detail.application_mode #=> String, one of "STREAMING", "INTERACTIVE"
2563
+ # resp.operation_id #=> String
2444
2564
  #
2445
2565
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/RollbackApplication AWS API Documentation
2446
2566
  #
@@ -2462,7 +2582,9 @@ module Aws::KinesisAnalyticsV2
2462
2582
  # Identifies the run configuration (start parameters) of a Managed
2463
2583
  # Service for Apache Flink application.
2464
2584
  #
2465
- # @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
2466
2588
  #
2467
2589
  # @example Request syntax with placeholder values
2468
2590
  #
@@ -2487,6 +2609,10 @@ module Aws::KinesisAnalyticsV2
2487
2609
  # },
2488
2610
  # })
2489
2611
  #
2612
+ # @example Response structure
2613
+ #
2614
+ # resp.operation_id #=> String
2615
+ #
2490
2616
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StartApplication AWS API Documentation
2491
2617
  #
2492
2618
  # @overload start_application(params = {})
@@ -2528,7 +2654,9 @@ module Aws::KinesisAnalyticsV2
2528
2654
  # The application must be in the `STARTING`, `UPDATING`, `STOPPING`,
2529
2655
  # `AUTOSCALING`, or `RUNNING` status.
2530
2656
  #
2531
- # @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
2532
2660
  #
2533
2661
  # @example Request syntax with placeholder values
2534
2662
  #
@@ -2537,6 +2665,10 @@ module Aws::KinesisAnalyticsV2
2537
2665
  # force: false,
2538
2666
  # })
2539
2667
  #
2668
+ # @example Response structure
2669
+ #
2670
+ # resp.operation_id #=> String
2671
+ #
2540
2672
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StopApplication AWS API Documentation
2541
2673
  #
2542
2674
  # @overload stop_application(params = {})
@@ -2669,6 +2801,7 @@ module Aws::KinesisAnalyticsV2
2669
2801
  # @return [Types::UpdateApplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2670
2802
  #
2671
2803
  # * {Types::UpdateApplicationResponse#application_detail #application_detail} => Types::ApplicationDetail
2804
+ # * {Types::UpdateApplicationResponse#operation_id #operation_id} => String
2672
2805
  #
2673
2806
  # @example Request syntax with placeholder values
2674
2807
  #
@@ -2814,6 +2947,9 @@ module Aws::KinesisAnalyticsV2
2814
2947
  # application_snapshot_configuration_update: {
2815
2948
  # snapshots_enabled_update: false, # required
2816
2949
  # },
2950
+ # application_system_rollback_configuration_update: {
2951
+ # rollback_enabled_update: false, # required
2952
+ # },
2817
2953
  # vpc_configuration_updates: [
2818
2954
  # {
2819
2955
  # vpc_configuration_id: "Id", # required
@@ -2959,6 +3095,7 @@ module Aws::KinesisAnalyticsV2
2959
3095
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map #=> Hash
2960
3096
  # resp.application_detail.application_configuration_description.environment_property_descriptions.property_group_descriptions[0].property_map["PropertyKey"] #=> String
2961
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
2962
3099
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions #=> Array
2963
3100
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_configuration_id #=> String
2964
3101
  # resp.application_detail.application_configuration_description.vpc_configuration_descriptions[0].vpc_id #=> String
@@ -2986,9 +3123,11 @@ module Aws::KinesisAnalyticsV2
2986
3123
  # resp.application_detail.application_maintenance_configuration_description.application_maintenance_window_end_time #=> String
2987
3124
  # resp.application_detail.application_version_updated_from #=> Integer
2988
3125
  # resp.application_detail.application_version_rolled_back_from #=> Integer
3126
+ # resp.application_detail.application_version_create_timestamp #=> Time
2989
3127
  # resp.application_detail.conditional_token #=> String
2990
3128
  # resp.application_detail.application_version_rolled_back_to #=> Integer
2991
3129
  # resp.application_detail.application_mode #=> String, one of "STREAMING", "INTERACTIVE"
3130
+ # resp.operation_id #=> String
2992
3131
  #
2993
3132
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/UpdateApplication AWS API Documentation
2994
3133
  #
@@ -3077,7 +3216,7 @@ module Aws::KinesisAnalyticsV2
3077
3216
  params: params,
3078
3217
  config: config)
3079
3218
  context[:gem_name] = 'aws-sdk-kinesisanalyticsv2'
3080
- context[:gem_version] = '1.59.0'
3219
+ context[:gem_version] = '1.60.0'
3081
3220
  Seahorse::Client::Request.new(handlers, context)
3082
3221
  end
3083
3222