aws-sdk-redshiftserverless 1.26.0 → 1.27.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: b0ddf94663594c51b6099c20cd4dfd459b311927832844b832a88bf085ac10c3
4
- data.tar.gz: ce011d8c454d8274577e002833d7f8f0abb9e5d289aff555c1eab67f29f343e1
3
+ metadata.gz: 6f706affd1f20c24f691bc16d1d3189791ce316cc20e30508a0f9fa14e1ba093
4
+ data.tar.gz: 5d7a256c2c29a38ccf6fb2b061711b0c039a6523c6571937abcac0b86270c396
5
5
  SHA512:
6
- metadata.gz: ad1c0b66c9479060e8ab0119c7afb5c69bae550fd335391f77633136211bd8a70172ecd400b8e26c24512c6bbd9a42bf87b904f375aa9c0de2e8ca46371f82e9
7
- data.tar.gz: 467e3b62abcacf0d3f3d604c5cad4c855fb5c0e54075c3cfcce50f2031021116d3d546fa752ea30dee166abd0182f5573e272254fb89004729c1cbc4d1941d21
6
+ metadata.gz: 2fedd4622f5a2d66f8338e070bfbd42f916264f791979d0fd6b37ffb03c8de6583a200aeadef0c5dda397eeeb740883bd3ba4bbfb8f382e1a641ca11b7913237
7
+ data.tar.gz: '039749ccb949bd836c72e1329e357bbca156bb2049dcab059b309b064f03bb2b91922d9861ef358b2ee1b5611ea880d6c94ae6f7f50ef1c53e1637642a1eb1e8'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.26.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.27.0
@@ -1044,10 +1044,10 @@ module Aws::RedshiftServerless
1044
1044
  # An array of parameters to set for advanced control over a database.
1045
1045
  # The options are `auto_mv`, `datestyle`,
1046
1046
  # `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
1047
- # `query_group`, `search_path`, `require_ssl`, and query monitoring
1048
- # metrics that let you define performance boundaries. For more
1049
- # information about query monitoring rules and available metrics, see [
1050
- # 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].
1051
1051
  #
1052
1052
  #
1053
1053
  #
@@ -2299,7 +2299,7 @@ module Aws::RedshiftServerless
2299
2299
  # @return [Types::ListScheduledActionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2300
2300
  #
2301
2301
  # * {Types::ListScheduledActionsResponse#next_token #next_token} => String
2302
- # * {Types::ListScheduledActionsResponse#scheduled_actions #scheduled_actions} => Array<String>
2302
+ # * {Types::ListScheduledActionsResponse#scheduled_actions #scheduled_actions} => Array<Types::ScheduledActionAssociation>
2303
2303
  #
2304
2304
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2305
2305
  #
@@ -2315,7 +2315,8 @@ module Aws::RedshiftServerless
2315
2315
  #
2316
2316
  # resp.next_token #=> String
2317
2317
  # resp.scheduled_actions #=> Array
2318
- # resp.scheduled_actions[0] #=> String
2318
+ # resp.scheduled_actions[0].namespace_name #=> String
2319
+ # resp.scheduled_actions[0].scheduled_action_name #=> String
2319
2320
  #
2320
2321
  # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListScheduledActions AWS API Documentation
2321
2322
  #
@@ -3555,10 +3556,10 @@ module Aws::RedshiftServerless
3555
3556
  # An array of parameters to set for advanced control over a database.
3556
3557
  # The options are `auto_mv`, `datestyle`,
3557
3558
  # `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
3558
- # `query_group`, `search_path`, `require_ssl`, and query monitoring
3559
- # metrics that let you define performance boundaries. For more
3560
- # information about query monitoring rules and available metrics, see [
3561
- # 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].
3562
3563
  #
3563
3564
  #
3564
3565
  #
@@ -3674,7 +3675,7 @@ module Aws::RedshiftServerless
3674
3675
  params: params,
3675
3676
  config: config)
3676
3677
  context[:gem_name] = 'aws-sdk-redshiftserverless'
3677
- context[:gem_version] = '1.26.0'
3678
+ context[:gem_version] = '1.27.0'
3678
3679
  Seahorse::Client::Request.new(handlers, context)
3679
3680
  end
3680
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
  #
@@ -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
  #
@@ -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
@@ -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.26.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.26.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-04-25 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