aws-sdk-redshiftserverless 1.25.0 → 1.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44cec536aab2668f49b0e90adbc511af7f61c6c0f45715b3a029fa8aeb1f9d39
4
- data.tar.gz: 62eb7859fa1aef0fbf77bbc49309676c0235631955142804c3efc09f8d24e6a7
3
+ metadata.gz: 6f706affd1f20c24f691bc16d1d3189791ce316cc20e30508a0f9fa14e1ba093
4
+ data.tar.gz: 5d7a256c2c29a38ccf6fb2b061711b0c039a6523c6571937abcac0b86270c396
5
5
  SHA512:
6
- metadata.gz: b71e05de4f3d07cfd43a3a609484a6f6c943f84d98b0d9280ce499502f52cbfbc7f0cfd852ca66bfa7f70dab99b88e039cae3394c2567730427d8c7c52427618
7
- data.tar.gz: d8842569c7a3e44d123156f3ccaa374c86c615c6de25a846d77ab6f9312a8be35d21e7fd213c9486a5038dbea9fd40878a9e15b04c5b33b15a3aaef5679f479a
6
+ metadata.gz: 2fedd4622f5a2d66f8338e070bfbd42f916264f791979d0fd6b37ffb03c8de6583a200aeadef0c5dda397eeeb740883bd3ba4bbfb8f382e1a641ca11b7913237
7
+ data.tar.gz: '039749ccb949bd836c72e1329e357bbca156bb2049dcab059b309b064f03bb2b91922d9861ef358b2ee1b5611ea880d6c94ae6f7f50ef1c53e1637642a1eb1e8'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2024-05-02)
5
+ ------------------
6
+
7
+ * Feature - Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name.
8
+
9
+ 1.26.0 (2024-04-25)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.25.0 (2024-01-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.27.0
@@ -22,6 +22,7 @@ require 'aws-sdk-core/plugins/endpoint_pattern.rb'
22
22
  require 'aws-sdk-core/plugins/response_paging.rb'
23
23
  require 'aws-sdk-core/plugins/stub_responses.rb'
24
24
  require 'aws-sdk-core/plugins/idempotency_token.rb'
25
+ require 'aws-sdk-core/plugins/invocation_id.rb'
25
26
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
26
27
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
28
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
@@ -72,6 +73,7 @@ module Aws::RedshiftServerless
72
73
  add_plugin(Aws::Plugins::ResponsePaging)
73
74
  add_plugin(Aws::Plugins::StubResponses)
74
75
  add_plugin(Aws::Plugins::IdempotencyToken)
76
+ add_plugin(Aws::Plugins::InvocationId)
75
77
  add_plugin(Aws::Plugins::JsonvalueConverter)
76
78
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
77
79
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
@@ -196,10 +198,17 @@ module Aws::RedshiftServerless
196
198
  # When set to 'true' the request body will not be compressed
197
199
  # for supported operations.
198
200
  #
199
- # @option options [String] :endpoint
200
- # The client endpoint is normally constructed from the `:region`
201
- # option. You should only configure an `:endpoint` when connecting
202
- # to test or custom endpoints. This should be a valid HTTP(S) URI.
201
+ # @option options [String, URI::HTTPS, URI::HTTP] :endpoint
202
+ # Normally you should not configure the `:endpoint` option
203
+ # directly. This is normally constructed from the `:region`
204
+ # option. Configuring `:endpoint` is normally reserved for
205
+ # connecting to test or custom endpoints. The endpoint should
206
+ # be a URI formatted like:
207
+ #
208
+ # 'http://example.com'
209
+ # 'https://example.com'
210
+ # 'http://example.com:123'
211
+ #
203
212
  #
204
213
  # @option options [Integer] :endpoint_cache_max_entries (1000)
205
214
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -347,50 +356,65 @@ module Aws::RedshiftServerless
347
356
  # @option options [Aws::RedshiftServerless::EndpointProvider] :endpoint_provider
348
357
  # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::RedshiftServerless::EndpointParameters`
349
358
  #
350
- # @option options [URI::HTTP,String] :http_proxy A proxy to send
351
- # requests through. Formatted like 'http://proxy.com:123'.
352
- #
353
- # @option options [Float] :http_open_timeout (15) The number of
354
- # seconds to wait when opening a HTTP session before raising a
355
- # `Timeout::Error`.
356
- #
357
- # @option options [Float] :http_read_timeout (60) The default
358
- # number of seconds to wait for response data. This value can
359
- # safely be set per-request on the session.
360
- #
361
- # @option options [Float] :http_idle_timeout (5) The number of
362
- # seconds a connection is allowed to sit idle before it is
363
- # considered stale. Stale connections are closed and removed
364
- # from the pool before making a request.
365
- #
366
- # @option options [Float] :http_continue_timeout (1) The number of
367
- # seconds to wait for a 100-continue response before sending the
368
- # request body. This option has no effect unless the request has
369
- # "Expect" header set to "100-continue". Defaults to `nil` which
370
- # disables this behaviour. This value can safely be set per
371
- # request on the session.
372
- #
373
- # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
374
- # in seconds.
359
+ # @option options [Float] :http_continue_timeout (1)
360
+ # The number of seconds to wait for a 100-continue response before sending the
361
+ # request body. This option has no effect unless the request has "Expect"
362
+ # header set to "100-continue". Defaults to `nil` which disables this
363
+ # behaviour. This value can safely be set per request on the session.
364
+ #
365
+ # @option options [Float] :http_idle_timeout (5)
366
+ # The number of seconds a connection is allowed to sit idle before it
367
+ # is considered stale. Stale connections are closed and removed from the
368
+ # pool before making a request.
369
+ #
370
+ # @option options [Float] :http_open_timeout (15)
371
+ # The default number of seconds to wait for response data.
372
+ # This value can safely be set per-request on the session.
373
+ #
374
+ # @option options [URI::HTTP,String] :http_proxy
375
+ # A proxy to send requests through. Formatted like 'http://proxy.com:123'.
376
+ #
377
+ # @option options [Float] :http_read_timeout (60)
378
+ # The default number of seconds to wait for response data.
379
+ # This value can safely be set per-request on the session.
380
+ #
381
+ # @option options [Boolean] :http_wire_trace (false)
382
+ # When `true`, HTTP debug output will be sent to the `:logger`.
383
+ #
384
+ # @option options [Proc] :on_chunk_received
385
+ # When a Proc object is provided, it will be used as callback when each chunk
386
+ # of the response body is received. It provides three arguments: the chunk,
387
+ # the number of bytes received, and the total number of
388
+ # bytes in the response (or nil if the server did not send a `content-length`).
389
+ #
390
+ # @option options [Proc] :on_chunk_sent
391
+ # When a Proc object is provided, it will be used as callback when each chunk
392
+ # of the request body is sent. It provides three arguments: the chunk,
393
+ # the number of bytes read from the body, and the total number of
394
+ # bytes in the body.
395
+ #
396
+ # @option options [Boolean] :raise_response_errors (true)
397
+ # When `true`, response errors are raised.
398
+ #
399
+ # @option options [String] :ssl_ca_bundle
400
+ # Full path to the SSL certificate authority bundle file that should be used when
401
+ # verifying peer certificates. If you do not pass `:ssl_ca_bundle` or
402
+ # `:ssl_ca_directory` the the system default will be used if available.
403
+ #
404
+ # @option options [String] :ssl_ca_directory
405
+ # Full path of the directory that contains the unbundled SSL certificate
406
+ # authority files for verifying peer certificates. If you do
407
+ # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the system
408
+ # default will be used if available.
375
409
  #
376
- # @option options [Boolean] :http_wire_trace (false) When `true`,
377
- # HTTP debug output will be sent to the `:logger`.
410
+ # @option options [String] :ssl_ca_store
411
+ # Sets the X509::Store to verify peer certificate.
378
412
  #
379
- # @option options [Boolean] :ssl_verify_peer (true) When `true`,
380
- # SSL peer certificates are verified when establishing a
381
- # connection.
413
+ # @option options [Float] :ssl_timeout
414
+ # Sets the SSL timeout in seconds
382
415
  #
383
- # @option options [String] :ssl_ca_bundle Full path to the SSL
384
- # certificate authority bundle file that should be used when
385
- # verifying peer certificates. If you do not pass
386
- # `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
387
- # will be used if available.
388
- #
389
- # @option options [String] :ssl_ca_directory Full path of the
390
- # directory that contains the unbundled SSL certificate
391
- # authority files for verifying peer certificates. If you do
392
- # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
393
- # system default will be used if available.
416
+ # @option options [Boolean] :ssl_verify_peer (true)
417
+ # When `true`, SSL peer certificates are verified when establishing a connection.
394
418
  #
395
419
  def initialize(*args)
396
420
  super
@@ -727,17 +751,17 @@ module Aws::RedshiftServerless
727
751
  # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html
728
752
  #
729
753
  # @option params [required, Types::Schedule] :schedule
730
- # The schedule for a one-time (at format) or recurring (cron format)
731
- # scheduled action. Schedule invocations must be separated by at least
732
- # one hour.
754
+ # The schedule for a one-time (at timestamp format) or recurring (cron
755
+ # format) scheduled action. Schedule invocations must be separated by at
756
+ # least one hour. Times are in UTC.
733
757
  #
734
- # Format of at expressions is "`at(yyyy-mm-ddThh:mm:ss)`". For
735
- # example, "`at(2016-03-04T17:27:00)`".
758
+ # * Format of at timestamp is `yyyy-mm-ddThh:mm:ss`. For example,
759
+ # `2016-03-04T17:27:00`.
736
760
  #
737
- # Format of cron expressions is "`cron(Minutes Hours Day-of-month Month
738
- # Day-of-week Year)`". For example, "`cron(0 10 ? * MON *)`". For
739
- # more information, see [Cron Expressions][1] in the *Amazon CloudWatch
740
- # Events User Guide*.
761
+ # * Format of cron expression is `(Minutes Hours Day-of-month Month
762
+ # Day-of-week Year)`. For example, `"(0 10 ? * MON *)"`. For more
763
+ # information, see [Cron Expressions][1] in the *Amazon CloudWatch
764
+ # Events User Guide*.
741
765
  #
742
766
  #
743
767
  #
@@ -1020,10 +1044,10 @@ module Aws::RedshiftServerless
1020
1044
  # An array of parameters to set for advanced control over a database.
1021
1045
  # The options are `auto_mv`, `datestyle`,
1022
1046
  # `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
1023
- # `query_group`, `search_path`, `require_ssl`, and query monitoring
1024
- # metrics that let you define performance boundaries. For more
1025
- # information about query monitoring rules and available metrics, see [
1026
- # Query monitoring metrics for Amazon Redshift Serverless][1].
1047
+ # `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and query
1048
+ # monitoring metrics that let you define performance boundaries. For
1049
+ # more information about query monitoring rules and available metrics,
1050
+ # see [ Query monitoring metrics for Amazon Redshift Serverless][1].
1027
1051
  #
1028
1052
  #
1029
1053
  #
@@ -2275,7 +2299,7 @@ module Aws::RedshiftServerless
2275
2299
  # @return [Types::ListScheduledActionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2276
2300
  #
2277
2301
  # * {Types::ListScheduledActionsResponse#next_token #next_token} => String
2278
- # * {Types::ListScheduledActionsResponse#scheduled_actions #scheduled_actions} => Array<String>
2302
+ # * {Types::ListScheduledActionsResponse#scheduled_actions #scheduled_actions} => Array<Types::ScheduledActionAssociation>
2279
2303
  #
2280
2304
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2281
2305
  #
@@ -2291,7 +2315,8 @@ module Aws::RedshiftServerless
2291
2315
  #
2292
2316
  # resp.next_token #=> String
2293
2317
  # resp.scheduled_actions #=> Array
2294
- # resp.scheduled_actions[0] #=> String
2318
+ # resp.scheduled_actions[0].namespace_name #=> String
2319
+ # resp.scheduled_actions[0].scheduled_action_name #=> String
2295
2320
  #
2296
2321
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListScheduledActions AWS API Documentation
2297
2322
  #
@@ -3283,17 +3308,17 @@ module Aws::RedshiftServerless
3283
3308
  # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-identity-based.html
3284
3309
  #
3285
3310
  # @option params [Types::Schedule] :schedule
3286
- # The schedule for a one-time (at format) or recurring (cron format)
3287
- # scheduled action. Schedule invocations must be separated by at least
3288
- # one hour.
3311
+ # The schedule for a one-time (at timestamp format) or recurring (cron
3312
+ # format) scheduled action. Schedule invocations must be separated by at
3313
+ # least one hour. Times are in UTC.
3289
3314
  #
3290
- # Format of at expressions is "`at(yyyy-mm-ddThh:mm:ss)`". For
3291
- # example, "`at(2016-03-04T17:27:00)`".
3315
+ # * Format of at timestamp is `yyyy-mm-ddThh:mm:ss`. For example,
3316
+ # `2016-03-04T17:27:00`.
3292
3317
  #
3293
- # Format of cron expressions is "`cron(Minutes Hours Day-of-month Month
3294
- # Day-of-week Year)`". For example, "`cron(0 10 ? * MON *)`". For
3295
- # more information, see [Cron Expressions][1] in the *Amazon CloudWatch
3296
- # Events User Guide*.
3318
+ # * Format of cron expression is `(Minutes Hours Day-of-month Month
3319
+ # Day-of-week Year)`. For example, `"(0 10 ? * MON *)"`. For more
3320
+ # information, see [Cron Expressions][1] in the *Amazon CloudWatch
3321
+ # Events User Guide*.
3297
3322
  #
3298
3323
  #
3299
3324
  #
@@ -3531,10 +3556,10 @@ module Aws::RedshiftServerless
3531
3556
  # An array of parameters to set for advanced control over a database.
3532
3557
  # The options are `auto_mv`, `datestyle`,
3533
3558
  # `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
3534
- # `query_group`, `search_path`, `require_ssl`, and query monitoring
3535
- # metrics that let you define performance boundaries. For more
3536
- # information about query monitoring rules and available metrics, see [
3537
- # Query monitoring metrics for Amazon Redshift Serverless][1].
3559
+ # `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and query
3560
+ # monitoring metrics that let you define performance boundaries. For
3561
+ # more information about query monitoring rules and available metrics,
3562
+ # see [ Query monitoring metrics for Amazon Redshift Serverless][1].
3538
3563
  #
3539
3564
  #
3540
3565
  #
@@ -3650,7 +3675,7 @@ module Aws::RedshiftServerless
3650
3675
  params: params,
3651
3676
  config: config)
3652
3677
  context[:gem_name] = 'aws-sdk-redshiftserverless'
3653
- context[:gem_version] = '1.25.0'
3678
+ context[:gem_version] = '1.27.0'
3654
3679
  Seahorse::Client::Request.new(handlers, context)
3655
3680
  end
3656
3681
 
@@ -159,6 +159,7 @@ module Aws::RedshiftServerless
159
159
  RestoreTableFromSnapshotRequest = Shapes::StructureShape.new(name: 'RestoreTableFromSnapshotRequest')
160
160
  RestoreTableFromSnapshotResponse = Shapes::StructureShape.new(name: 'RestoreTableFromSnapshotResponse')
161
161
  Schedule = Shapes::UnionShape.new(name: 'Schedule')
162
+ ScheduledActionAssociation = Shapes::StructureShape.new(name: 'ScheduledActionAssociation')
162
163
  ScheduledActionName = Shapes::StringShape.new(name: 'ScheduledActionName')
163
164
  ScheduledActionResponse = Shapes::StructureShape.new(name: 'ScheduledActionResponse')
164
165
  ScheduledActionsList = Shapes::ListShape.new(name: 'ScheduledActionsList')
@@ -744,6 +745,10 @@ module Aws::RedshiftServerless
744
745
  Schedule.add_member_subclass(:unknown, Types::Schedule::Unknown)
745
746
  Schedule.struct_class = Types::Schedule
746
747
 
748
+ ScheduledActionAssociation.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "namespaceName"))
749
+ ScheduledActionAssociation.add_member(:scheduled_action_name, Shapes::ShapeRef.new(shape: ScheduledActionName, location_name: "scheduledActionName"))
750
+ ScheduledActionAssociation.struct_class = Types::ScheduledActionAssociation
751
+
747
752
  ScheduledActionResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
748
753
  ScheduledActionResponse.add_member(:namespace_name, Shapes::ShapeRef.new(shape: NamespaceName, location_name: "namespaceName"))
749
754
  ScheduledActionResponse.add_member(:next_invocations, Shapes::ShapeRef.new(shape: NextInvocationsList, location_name: "nextInvocations"))
@@ -757,7 +762,7 @@ module Aws::RedshiftServerless
757
762
  ScheduledActionResponse.add_member(:target_action, Shapes::ShapeRef.new(shape: TargetAction, location_name: "targetAction"))
758
763
  ScheduledActionResponse.struct_class = Types::ScheduledActionResponse
759
764
 
760
- ScheduledActionsList.member = Shapes::ShapeRef.new(shape: ScheduledActionName)
765
+ ScheduledActionsList.member = Shapes::ShapeRef.new(shape: ScheduledActionAssociation)
761
766
 
762
767
  SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
763
768
 
@@ -62,10 +62,11 @@ module Aws::RedshiftServerless
62
62
  # @!attribute [rw] parameter_key
63
63
  # The key of the parameter. The options are `auto_mv`, `datestyle`,
64
64
  # `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
65
- # `query_group`, `search_path`, `require_ssl`, and query monitoring
66
- # metrics that let you define performance boundaries. For more
67
- # information about query monitoring rules and available metrics, see
68
- # [Query monitoring metrics for Amazon Redshift Serverless][1].
65
+ # `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and
66
+ # query monitoring metrics that let you define performance boundaries.
67
+ # For more information about query monitoring rules and available
68
+ # metrics, see [Query monitoring metrics for Amazon Redshift
69
+ # Serverless][1].
69
70
  #
70
71
  #
71
72
  #
@@ -369,17 +370,17 @@ module Aws::RedshiftServerless
369
370
  # @return [String]
370
371
  #
371
372
  # @!attribute [rw] schedule
372
- # The schedule for a one-time (at format) or recurring (cron format)
373
- # scheduled action. Schedule invocations must be separated by at least
374
- # one hour.
373
+ # The schedule for a one-time (at timestamp format) or recurring (cron
374
+ # format) scheduled action. Schedule invocations must be separated by
375
+ # at least one hour. Times are in UTC.
375
376
  #
376
- # Format of at expressions is "`at(yyyy-mm-ddThh:mm:ss)`". For
377
- # example, "`at(2016-03-04T17:27:00)`".
377
+ # * Format of at timestamp is `yyyy-mm-ddThh:mm:ss`. For example,
378
+ # `2016-03-04T17:27:00`.
378
379
  #
379
- # Format of cron expressions is "`cron(Minutes Hours Day-of-month
380
- # Month Day-of-week Year)`". For example, "`cron(0 10 ? * MON *)`".
381
- # For more information, see [Cron Expressions][1] in the *Amazon
382
- # CloudWatch Events User Guide*.
380
+ # * Format of cron expression is `(Minutes Hours Day-of-month Month
381
+ # Day-of-week Year)`. For example, `"(0 10 ? * MON *)"`. For more
382
+ # information, see [Cron Expressions][1] in the *Amazon CloudWatch
383
+ # Events User Guide*.
383
384
  #
384
385
  #
385
386
  #
@@ -627,10 +628,11 @@ module Aws::RedshiftServerless
627
628
  # An array of parameters to set for advanced control over a database.
628
629
  # The options are `auto_mv`, `datestyle`,
629
630
  # `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
630
- # `query_group`, `search_path`, `require_ssl`, and query monitoring
631
- # metrics that let you define performance boundaries. For more
632
- # information about query monitoring rules and available metrics, see
633
- # [ Query monitoring metrics for Amazon Redshift Serverless][1].
631
+ # `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and
632
+ # query monitoring metrics that let you define performance boundaries.
633
+ # For more information about query monitoring rules and available
634
+ # metrics, see [ Query monitoring metrics for Amazon Redshift
635
+ # Serverless][1].
634
636
  #
635
637
  #
636
638
  #
@@ -1656,8 +1658,8 @@ module Aws::RedshiftServerless
1656
1658
  # @return [String]
1657
1659
  #
1658
1660
  # @!attribute [rw] scheduled_actions
1659
- # All of the returned scheduled action objects.
1660
- # @return [Array<String>]
1661
+ # All of the returned scheduled action association objects.
1662
+ # @return [Array<Types::ScheduledActionAssociation>]
1661
1663
  #
1662
1664
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListScheduledActionsResponse AWS API Documentation
1663
1665
  #
@@ -2465,19 +2467,19 @@ module Aws::RedshiftServerless
2465
2467
  #
2466
2468
  # @!attribute [rw] at
2467
2469
  # The timestamp of when Amazon Redshift Serverless should run the
2468
- # scheduled action. Format of at expressions is
2469
- # "`at(yyyy-mm-ddThh:mm:ss)`". For example,
2470
- # "`at(2016-03-04T17:27:00)`".
2470
+ # scheduled action. Timestamp is in UTC. Format of at expression is
2471
+ # `yyyy-mm-ddThh:mm:ss`. For example, `2016-03-04T17:27:00`.
2471
2472
  # @return [Time]
2472
2473
  #
2473
2474
  # @!attribute [rw] cron
2474
2475
  # The cron expression to use to schedule a recurring scheduled action.
2475
- # Schedule invocations must be separated by at least one hour.
2476
+ # Schedule invocations must be separated by at least one hour. Times
2477
+ # are in UTC.
2476
2478
  #
2477
- # Format of cron expressions is "`cron(Minutes Hours Day-of-month
2478
- # Month Day-of-week Year)`". For example, "`cron(0 10 ? * MON *)`".
2479
- # For more information, see [Cron Expressions][1] in the *Amazon
2480
- # CloudWatch Events User Guide*.
2479
+ # Format of cron expressions is `(Minutes Hours Day-of-month Month
2480
+ # Day-of-week Year)`. For example, `"(0 10 ? * MON *)"`. For more
2481
+ # information, see [Cron Expressions][1] in the *Amazon CloudWatch
2482
+ # Events User Guide*.
2481
2483
  #
2482
2484
  #
2483
2485
  #
@@ -2499,6 +2501,25 @@ module Aws::RedshiftServerless
2499
2501
  class Unknown < Schedule; end
2500
2502
  end
2501
2503
 
2504
+ # Contains names of objects associated with a scheduled action.
2505
+ #
2506
+ # @!attribute [rw] namespace_name
2507
+ # Name of associated Amazon Redshift Serverless namespace.
2508
+ # @return [String]
2509
+ #
2510
+ # @!attribute [rw] scheduled_action_name
2511
+ # Name of associated scheduled action.
2512
+ # @return [String]
2513
+ #
2514
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ScheduledActionAssociation AWS API Documentation
2515
+ #
2516
+ class ScheduledActionAssociation < Struct.new(
2517
+ :namespace_name,
2518
+ :scheduled_action_name)
2519
+ SENSITIVE = []
2520
+ include Aws::Structure
2521
+ end
2522
+
2502
2523
  # The returned scheduled action object.
2503
2524
  #
2504
2525
  # @!attribute [rw] end_time
@@ -2531,17 +2552,17 @@ module Aws::RedshiftServerless
2531
2552
  # @return [String]
2532
2553
  #
2533
2554
  # @!attribute [rw] schedule
2534
- # The schedule for a one-time (at format) or recurring (cron format)
2535
- # scheduled action. Schedule invocations must be separated by at least
2536
- # one hour.
2555
+ # The schedule for a one-time (at timestamp format) or recurring (cron
2556
+ # format) scheduled action. Schedule invocations must be separated by
2557
+ # at least one hour. Times are in UTC.
2537
2558
  #
2538
- # Format of at expressions is "`at(yyyy-mm-ddThh:mm:ss)`". For
2539
- # example, "`at(2016-03-04T17:27:00)`".
2559
+ # * Format of at timestamp is `yyyy-mm-ddThh:mm:ss`. For example,
2560
+ # `2016-03-04T17:27:00`.
2540
2561
  #
2541
- # Format of cron expressions is "`cron(Minutes Hours Day-of-month
2542
- # Month Day-of-week Year)`". For example, "`cron(0 10 ? * MON *)`".
2543
- # For more information, see [Cron Expressions][1] in the *Amazon
2544
- # CloudWatch Events User Guide*.
2562
+ # * Format of cron expression is `(Minutes Hours Day-of-month Month
2563
+ # Day-of-week Year)`. For example, `"(0 10 ? * MON *)"`. For more
2564
+ # information, see [Cron Expressions][1] in the *Amazon CloudWatch
2565
+ # Events User Guide*.
2545
2566
  #
2546
2567
  #
2547
2568
  #
@@ -3193,17 +3214,17 @@ module Aws::RedshiftServerless
3193
3214
  # @return [String]
3194
3215
  #
3195
3216
  # @!attribute [rw] schedule
3196
- # The schedule for a one-time (at format) or recurring (cron format)
3197
- # scheduled action. Schedule invocations must be separated by at least
3198
- # one hour.
3217
+ # The schedule for a one-time (at timestamp format) or recurring (cron
3218
+ # format) scheduled action. Schedule invocations must be separated by
3219
+ # at least one hour. Times are in UTC.
3199
3220
  #
3200
- # Format of at expressions is "`at(yyyy-mm-ddThh:mm:ss)`". For
3201
- # example, "`at(2016-03-04T17:27:00)`".
3221
+ # * Format of at timestamp is `yyyy-mm-ddThh:mm:ss`. For example,
3222
+ # `2016-03-04T17:27:00`.
3202
3223
  #
3203
- # Format of cron expressions is "`cron(Minutes Hours Day-of-month
3204
- # Month Day-of-week Year)`". For example, "`cron(0 10 ? * MON *)`".
3205
- # For more information, see [Cron Expressions][1] in the *Amazon
3206
- # CloudWatch Events User Guide*.
3224
+ # * Format of cron expression is `(Minutes Hours Day-of-month Month
3225
+ # Day-of-week Year)`. For example, `"(0 10 ? * MON *)"`. For more
3226
+ # information, see [Cron Expressions][1] in the *Amazon CloudWatch
3227
+ # Events User Guide*.
3207
3228
  #
3208
3229
  #
3209
3230
  #
@@ -3365,10 +3386,11 @@ module Aws::RedshiftServerless
3365
3386
  # An array of parameters to set for advanced control over a database.
3366
3387
  # The options are `auto_mv`, `datestyle`,
3367
3388
  # `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
3368
- # `query_group`, `search_path`, `require_ssl`, and query monitoring
3369
- # metrics that let you define performance boundaries. For more
3370
- # information about query monitoring rules and available metrics, see
3371
- # [ Query monitoring metrics for Amazon Redshift Serverless][1].
3389
+ # `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and
3390
+ # query monitoring metrics that let you define performance boundaries.
3391
+ # For more information about query monitoring rules and available
3392
+ # metrics, see [ Query monitoring metrics for Amazon Redshift
3393
+ # Serverless][1].
3372
3394
  #
3373
3395
  #
3374
3396
  #
@@ -3559,10 +3581,11 @@ module Aws::RedshiftServerless
3559
3581
  # An array of parameters to set for advanced control over a database.
3560
3582
  # The options are `auto_mv`, `datestyle`,
3561
3583
  # `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
3562
- # `query_group`, `search_path`, `require_ssl`, and query monitoring
3563
- # metrics that let you define performance boundaries. For more
3564
- # information about query monitoring rules and available metrics, see
3565
- # [ Query monitoring metrics for Amazon Redshift Serverless][1].
3584
+ # `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and
3585
+ # query monitoring metrics that let you define performance boundaries.
3586
+ # For more information about query monitoring rules and available
3587
+ # metrics, see [ Query monitoring metrics for Amazon Redshift
3588
+ # Serverless][1].
3566
3589
  #
3567
3590
  #
3568
3591
  #
@@ -3627,7 +3650,7 @@ module Aws::RedshiftServerless
3627
3650
  #
3628
3651
  # @!attribute [rw] publicly_accessible
3629
3652
  # A value that specifies whether the workgroup can be accessible from
3630
- # a public network
3653
+ # a public network.
3631
3654
  # @return [Boolean]
3632
3655
  #
3633
3656
  # @!attribute [rw] security_group_ids
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-redshiftserverless/customizations'
52
52
  # @!group service
53
53
  module Aws::RedshiftServerless
54
54
 
55
- GEM_VERSION = '1.25.0'
55
+ GEM_VERSION = '1.27.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -527,7 +527,7 @@ module Aws
527
527
  interface _ListScheduledActionsResponseSuccess
528
528
  include ::Seahorse::Client::_ResponseSuccess[Types::ListScheduledActionsResponse]
529
529
  def next_token: () -> ::String
530
- def scheduled_actions: () -> ::Array[::String]
530
+ def scheduled_actions: () -> ::Array[Types::ScheduledActionAssociation]
531
531
  end
532
532
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RedshiftServerless/Client.html#list_scheduled_actions-instance_method
533
533
  def list_scheduled_actions: (
data/sig/types.rbs CHANGED
@@ -495,7 +495,7 @@ module Aws::RedshiftServerless
495
495
 
496
496
  class ListScheduledActionsResponse
497
497
  attr_accessor next_token: ::String
498
- attr_accessor scheduled_actions: ::Array[::String]
498
+ attr_accessor scheduled_actions: ::Array[Types::ScheduledActionAssociation]
499
499
  SENSITIVE: []
500
500
  end
501
501
 
@@ -721,6 +721,12 @@ module Aws::RedshiftServerless
721
721
  end
722
722
  end
723
723
 
724
+ class ScheduledActionAssociation
725
+ attr_accessor namespace_name: ::String
726
+ attr_accessor scheduled_action_name: ::String
727
+ SENSITIVE: []
728
+ end
729
+
724
730
  class ScheduledActionResponse
725
731
  attr_accessor end_time: ::Time
726
732
  attr_accessor namespace_name: ::String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshiftserverless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.27.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: 2024-01-26 00:00:00.000000000 Z
11
+ date: 2024-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.191.0
22
+ version: 3.193.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.191.0
32
+ version: 3.193.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement