aws-sdk-redshiftserverless 1.46.0 → 1.47.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: 66d752abfbfde8849f34763362bb5eb9b1c1f11a4b19c28d91c7644bb568573c
4
- data.tar.gz: a5ed7e62c2c618bb60160220a12259554b97149805c9c93ed1d71837ddd6a925
3
+ metadata.gz: daae0723d521a98414667a1c223ba3a899dc98364a7bd91cabc8be849e367b84
4
+ data.tar.gz: 36743ac509d0f8d9af349f97b99e992864c02ddf4b667c45595621cf7c030fe4
5
5
  SHA512:
6
- metadata.gz: a46a8e673a7a3d7da62dfb96770ea2d0b9a7d6b5308c204193f2ec02815b44996351ecdb907a55195e253bafef886ac045921f4948a1a049b4f94b2127d14865
7
- data.tar.gz: '08026750a3647d924e222e29aa399858e31ecdadae35baf6a8ab8376727479b5e93ef4034d81697cc09358dc3bbc9202351466ae86d8f5f727ae51f829fea1ec'
6
+ metadata.gz: 4b09b9d6e2138fef0604a56d2275d42003a4287a934a53e82f9ede9a8bc474248058fad2d9e893e6b69decf53a61b670e7abcad84ca917eee095c1b941e8346a
7
+ data.tar.gz: 2399d019b6a3244a9d91b804026518828553db9c4646470b1f750583420b44662a0c420aecddb6f91fcf0a8ebe6698bf3d6dcabfce7332f1e128c94a2ba52752
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2025-02-27)
5
+ ------------------
6
+
7
+ * Feature - Add track support for Redshift Serverless workgroup.
8
+
4
9
  1.46.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -1166,6 +1166,11 @@ module Aws::RedshiftServerless
1166
1166
  # @option params [Array<Types::Tag>] :tags
1167
1167
  # A array of tag instances.
1168
1168
  #
1169
+ # @option params [String] :track_name
1170
+ # An optional parameter for the name of the track for the workgroup. If
1171
+ # you don't provide a track name, the workgroup is assigned to the
1172
+ # `current` track.
1173
+ #
1169
1174
  # @option params [required, String] :workgroup_name
1170
1175
  # The name of the created workgroup.
1171
1176
  #
@@ -1201,6 +1206,7 @@ module Aws::RedshiftServerless
1201
1206
  # value: "TagValue", # required
1202
1207
  # },
1203
1208
  # ],
1209
+ # track_name: "TrackName",
1204
1210
  # workgroup_name: "WorkgroupName", # required
1205
1211
  # })
1206
1212
  #
@@ -1232,6 +1238,7 @@ module Aws::RedshiftServerless
1232
1238
  # resp.workgroup.max_capacity #=> Integer
1233
1239
  # resp.workgroup.namespace_name #=> String
1234
1240
  # resp.workgroup.patch_version #=> String
1241
+ # resp.workgroup.pending_track_name #=> String
1235
1242
  # resp.workgroup.port #=> Integer
1236
1243
  # resp.workgroup.price_performance_target.level #=> Integer
1237
1244
  # resp.workgroup.price_performance_target.status #=> String, one of "ENABLED", "DISABLED"
@@ -1241,6 +1248,7 @@ module Aws::RedshiftServerless
1241
1248
  # resp.workgroup.status #=> String, one of "CREATING", "AVAILABLE", "MODIFYING", "DELETING"
1242
1249
  # resp.workgroup.subnet_ids #=> Array
1243
1250
  # resp.workgroup.subnet_ids[0] #=> String
1251
+ # resp.workgroup.track_name #=> String
1244
1252
  # resp.workgroup.workgroup_arn #=> String
1245
1253
  # resp.workgroup.workgroup_id #=> String
1246
1254
  # resp.workgroup.workgroup_name #=> String
@@ -1609,6 +1617,7 @@ module Aws::RedshiftServerless
1609
1617
  # resp.workgroup.max_capacity #=> Integer
1610
1618
  # resp.workgroup.namespace_name #=> String
1611
1619
  # resp.workgroup.patch_version #=> String
1620
+ # resp.workgroup.pending_track_name #=> String
1612
1621
  # resp.workgroup.port #=> Integer
1613
1622
  # resp.workgroup.price_performance_target.level #=> Integer
1614
1623
  # resp.workgroup.price_performance_target.status #=> String, one of "ENABLED", "DISABLED"
@@ -1618,6 +1627,7 @@ module Aws::RedshiftServerless
1618
1627
  # resp.workgroup.status #=> String, one of "CREATING", "AVAILABLE", "MODIFYING", "DELETING"
1619
1628
  # resp.workgroup.subnet_ids #=> Array
1620
1629
  # resp.workgroup.subnet_ids[0] #=> String
1630
+ # resp.workgroup.track_name #=> String
1621
1631
  # resp.workgroup.workgroup_arn #=> String
1622
1632
  # resp.workgroup.workgroup_id #=> String
1623
1633
  # resp.workgroup.workgroup_name #=> String
@@ -2047,6 +2057,38 @@ module Aws::RedshiftServerless
2047
2057
  req.send_request(options)
2048
2058
  end
2049
2059
 
2060
+ # Get the Redshift Serverless version for a specified track.
2061
+ #
2062
+ # @option params [required, String] :track_name
2063
+ # The name of the track of which its version is fetched.
2064
+ #
2065
+ # @return [Types::GetTrackResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2066
+ #
2067
+ # * {Types::GetTrackResponse#track #track} => Types::ServerlessTrack
2068
+ #
2069
+ # @example Request syntax with placeholder values
2070
+ #
2071
+ # resp = client.get_track({
2072
+ # track_name: "TrackName", # required
2073
+ # })
2074
+ #
2075
+ # @example Response structure
2076
+ #
2077
+ # resp.track.track_name #=> String
2078
+ # resp.track.update_targets #=> Array
2079
+ # resp.track.update_targets[0].track_name #=> String
2080
+ # resp.track.update_targets[0].workgroup_version #=> String
2081
+ # resp.track.workgroup_version #=> String
2082
+ #
2083
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetTrack AWS API Documentation
2084
+ #
2085
+ # @overload get_track(params = {})
2086
+ # @param [Hash] params ({})
2087
+ def get_track(params = {}, options = {})
2088
+ req = build_request(:get_track, params)
2089
+ req.send_request(options)
2090
+ end
2091
+
2050
2092
  # Returns information about a usage limit.
2051
2093
  #
2052
2094
  # @option params [required, String] :usage_limit_id
@@ -2124,6 +2166,7 @@ module Aws::RedshiftServerless
2124
2166
  # resp.workgroup.max_capacity #=> Integer
2125
2167
  # resp.workgroup.namespace_name #=> String
2126
2168
  # resp.workgroup.patch_version #=> String
2169
+ # resp.workgroup.pending_track_name #=> String
2127
2170
  # resp.workgroup.port #=> Integer
2128
2171
  # resp.workgroup.price_performance_target.level #=> Integer
2129
2172
  # resp.workgroup.price_performance_target.status #=> String, one of "ENABLED", "DISABLED"
@@ -2133,6 +2176,7 @@ module Aws::RedshiftServerless
2133
2176
  # resp.workgroup.status #=> String, one of "CREATING", "AVAILABLE", "MODIFYING", "DELETING"
2134
2177
  # resp.workgroup.subnet_ids #=> Array
2135
2178
  # resp.workgroup.subnet_ids[0] #=> String
2179
+ # resp.workgroup.track_name #=> String
2136
2180
  # resp.workgroup.workgroup_arn #=> String
2137
2181
  # resp.workgroup.workgroup_id #=> String
2138
2182
  # resp.workgroup.workgroup_name #=> String
@@ -2716,6 +2760,54 @@ module Aws::RedshiftServerless
2716
2760
  req.send_request(options)
2717
2761
  end
2718
2762
 
2763
+ # List the Amazon Redshift Serverless versions.
2764
+ #
2765
+ # @option params [Integer] :max_results
2766
+ # The maximum number of response records to return in each call. If the
2767
+ # number of remaining response records exceeds the specified MaxRecords
2768
+ # value, a value is returned in a marker field of the response. You can
2769
+ # retrieve the next set of records by retrying the command with the
2770
+ # returned marker value.
2771
+ #
2772
+ # @option params [String] :next_token
2773
+ # If your initial `ListTracksRequest` operation returns a `nextToken`,
2774
+ # you can include the returned `nextToken` in following
2775
+ # `ListTracksRequest` operations, which returns results in the next
2776
+ # page.
2777
+ #
2778
+ # @return [Types::ListTracksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2779
+ #
2780
+ # * {Types::ListTracksResponse#next_token #next_token} => String
2781
+ # * {Types::ListTracksResponse#tracks #tracks} => Array&lt;Types::ServerlessTrack&gt;
2782
+ #
2783
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2784
+ #
2785
+ # @example Request syntax with placeholder values
2786
+ #
2787
+ # resp = client.list_tracks({
2788
+ # max_results: 1,
2789
+ # next_token: "PaginationToken",
2790
+ # })
2791
+ #
2792
+ # @example Response structure
2793
+ #
2794
+ # resp.next_token #=> String
2795
+ # resp.tracks #=> Array
2796
+ # resp.tracks[0].track_name #=> String
2797
+ # resp.tracks[0].update_targets #=> Array
2798
+ # resp.tracks[0].update_targets[0].track_name #=> String
2799
+ # resp.tracks[0].update_targets[0].workgroup_version #=> String
2800
+ # resp.tracks[0].workgroup_version #=> String
2801
+ #
2802
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListTracks AWS API Documentation
2803
+ #
2804
+ # @overload list_tracks(params = {})
2805
+ # @param [Hash] params ({})
2806
+ def list_tracks(params = {}, options = {})
2807
+ req = build_request(:list_tracks, params)
2808
+ req.send_request(options)
2809
+ end
2810
+
2719
2811
  # Lists all usage limits within Amazon Redshift Serverless.
2720
2812
  #
2721
2813
  # @option params [Integer] :max_results
@@ -2832,6 +2924,7 @@ module Aws::RedshiftServerless
2832
2924
  # resp.workgroups[0].max_capacity #=> Integer
2833
2925
  # resp.workgroups[0].namespace_name #=> String
2834
2926
  # resp.workgroups[0].patch_version #=> String
2927
+ # resp.workgroups[0].pending_track_name #=> String
2835
2928
  # resp.workgroups[0].port #=> Integer
2836
2929
  # resp.workgroups[0].price_performance_target.level #=> Integer
2837
2930
  # resp.workgroups[0].price_performance_target.status #=> String, one of "ENABLED", "DISABLED"
@@ -2841,6 +2934,7 @@ module Aws::RedshiftServerless
2841
2934
  # resp.workgroups[0].status #=> String, one of "CREATING", "AVAILABLE", "MODIFYING", "DELETING"
2842
2935
  # resp.workgroups[0].subnet_ids #=> Array
2843
2936
  # resp.workgroups[0].subnet_ids[0] #=> String
2937
+ # resp.workgroups[0].track_name #=> String
2844
2938
  # resp.workgroups[0].workgroup_arn #=> String
2845
2939
  # resp.workgroups[0].workgroup_id #=> String
2846
2940
  # resp.workgroups[0].workgroup_name #=> String
@@ -3781,6 +3875,11 @@ module Aws::RedshiftServerless
3781
3875
  # @option params [Array<String>] :subnet_ids
3782
3876
  # An array of VPC subnet IDs to associate with the workgroup.
3783
3877
  #
3878
+ # @option params [String] :track_name
3879
+ # An optional parameter for the name of the track for the workgroup. If
3880
+ # you don't provide a track name, the workgroup is assigned to the
3881
+ # `current` track.
3882
+ #
3784
3883
  # @option params [required, String] :workgroup_name
3785
3884
  # The name of the workgroup to update. You can't update the name of a
3786
3885
  # workgroup once it is created.
@@ -3810,6 +3909,7 @@ module Aws::RedshiftServerless
3810
3909
  # publicly_accessible: false,
3811
3910
  # security_group_ids: ["SecurityGroupId"],
3812
3911
  # subnet_ids: ["SubnetId"],
3912
+ # track_name: "TrackName",
3813
3913
  # workgroup_name: "WorkgroupName", # required
3814
3914
  # })
3815
3915
  #
@@ -3841,6 +3941,7 @@ module Aws::RedshiftServerless
3841
3941
  # resp.workgroup.max_capacity #=> Integer
3842
3942
  # resp.workgroup.namespace_name #=> String
3843
3943
  # resp.workgroup.patch_version #=> String
3944
+ # resp.workgroup.pending_track_name #=> String
3844
3945
  # resp.workgroup.port #=> Integer
3845
3946
  # resp.workgroup.price_performance_target.level #=> Integer
3846
3947
  # resp.workgroup.price_performance_target.status #=> String, one of "ENABLED", "DISABLED"
@@ -3850,6 +3951,7 @@ module Aws::RedshiftServerless
3850
3951
  # resp.workgroup.status #=> String, one of "CREATING", "AVAILABLE", "MODIFYING", "DELETING"
3851
3952
  # resp.workgroup.subnet_ids #=> Array
3852
3953
  # resp.workgroup.subnet_ids[0] #=> String
3954
+ # resp.workgroup.track_name #=> String
3853
3955
  # resp.workgroup.workgroup_arn #=> String
3854
3956
  # resp.workgroup.workgroup_id #=> String
3855
3957
  # resp.workgroup.workgroup_name #=> String
@@ -3882,7 +3984,7 @@ module Aws::RedshiftServerless
3882
3984
  tracer: tracer
3883
3985
  )
3884
3986
  context[:gem_name] = 'aws-sdk-redshiftserverless'
3885
- context[:gem_version] = '1.46.0'
3987
+ context[:gem_version] = '1.47.0'
3886
3988
  Seahorse::Client::Request.new(handlers, context)
3887
3989
  end
3888
3990
 
@@ -87,6 +87,8 @@ module Aws::RedshiftServerless
87
87
  GetSnapshotResponse = Shapes::StructureShape.new(name: 'GetSnapshotResponse')
88
88
  GetTableRestoreStatusRequest = Shapes::StructureShape.new(name: 'GetTableRestoreStatusRequest')
89
89
  GetTableRestoreStatusResponse = Shapes::StructureShape.new(name: 'GetTableRestoreStatusResponse')
90
+ GetTrackRequest = Shapes::StructureShape.new(name: 'GetTrackRequest')
91
+ GetTrackResponse = Shapes::StructureShape.new(name: 'GetTrackResponse')
90
92
  GetUsageLimitRequest = Shapes::StructureShape.new(name: 'GetUsageLimitRequest')
91
93
  GetUsageLimitResponse = Shapes::StructureShape.new(name: 'GetUsageLimitResponse')
92
94
  GetWorkgroupRequest = Shapes::StructureShape.new(name: 'GetWorkgroupRequest')
@@ -129,6 +131,9 @@ module Aws::RedshiftServerless
129
131
  ListTableRestoreStatusResponse = Shapes::StructureShape.new(name: 'ListTableRestoreStatusResponse')
130
132
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
131
133
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
134
+ ListTracksRequest = Shapes::StructureShape.new(name: 'ListTracksRequest')
135
+ ListTracksRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListTracksRequestMaxResultsInteger')
136
+ ListTracksResponse = Shapes::StructureShape.new(name: 'ListTracksResponse')
132
137
  ListUsageLimitsRequest = Shapes::StructureShape.new(name: 'ListUsageLimitsRequest')
133
138
  ListUsageLimitsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListUsageLimitsRequestMaxResultsInteger')
134
139
  ListUsageLimitsResponse = Shapes::StructureShape.new(name: 'ListUsageLimitsResponse')
@@ -178,6 +183,7 @@ module Aws::RedshiftServerless
178
183
  ScheduledActionsList = Shapes::ListShape.new(name: 'ScheduledActionsList')
179
184
  SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
180
185
  SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
186
+ ServerlessTrack = Shapes::StructureShape.new(name: 'ServerlessTrack')
181
187
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
182
188
  Snapshot = Shapes::StructureShape.new(name: 'Snapshot')
183
189
  SnapshotCopyConfiguration = Shapes::StructureShape.new(name: 'SnapshotCopyConfiguration')
@@ -204,6 +210,8 @@ module Aws::RedshiftServerless
204
210
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
205
211
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
206
212
  TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
213
+ TrackList = Shapes::ListShape.new(name: 'TrackList')
214
+ TrackName = Shapes::StringShape.new(name: 'TrackName')
207
215
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
208
216
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
209
217
  UpdateCustomDomainAssociationRequest = Shapes::StructureShape.new(name: 'UpdateCustomDomainAssociationRequest')
@@ -218,6 +226,8 @@ module Aws::RedshiftServerless
218
226
  UpdateSnapshotCopyConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateSnapshotCopyConfigurationResponse')
219
227
  UpdateSnapshotRequest = Shapes::StructureShape.new(name: 'UpdateSnapshotRequest')
220
228
  UpdateSnapshotResponse = Shapes::StructureShape.new(name: 'UpdateSnapshotResponse')
229
+ UpdateTarget = Shapes::StructureShape.new(name: 'UpdateTarget')
230
+ UpdateTargetsList = Shapes::ListShape.new(name: 'UpdateTargetsList')
221
231
  UpdateUsageLimitRequest = Shapes::StructureShape.new(name: 'UpdateUsageLimitRequest')
222
232
  UpdateUsageLimitResponse = Shapes::StructureShape.new(name: 'UpdateUsageLimitResponse')
223
233
  UpdateWorkgroupRequest = Shapes::StructureShape.new(name: 'UpdateWorkgroupRequest')
@@ -370,6 +380,7 @@ module Aws::RedshiftServerless
370
380
  CreateWorkgroupRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
371
381
  CreateWorkgroupRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
372
382
  CreateWorkgroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
383
+ CreateWorkgroupRequest.add_member(:track_name, Shapes::ShapeRef.new(shape: TrackName, location_name: "trackName"))
373
384
  CreateWorkgroupRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupName, required: true, location_name: "workgroupName"))
374
385
  CreateWorkgroupRequest.struct_class = Types::CreateWorkgroupRequest
375
386
 
@@ -516,6 +527,12 @@ module Aws::RedshiftServerless
516
527
  GetTableRestoreStatusResponse.add_member(:table_restore_status, Shapes::ShapeRef.new(shape: TableRestoreStatus, location_name: "tableRestoreStatus"))
517
528
  GetTableRestoreStatusResponse.struct_class = Types::GetTableRestoreStatusResponse
518
529
 
530
+ GetTrackRequest.add_member(:track_name, Shapes::ShapeRef.new(shape: TrackName, required: true, location_name: "trackName"))
531
+ GetTrackRequest.struct_class = Types::GetTrackRequest
532
+
533
+ GetTrackResponse.add_member(:track, Shapes::ShapeRef.new(shape: ServerlessTrack, location_name: "track"))
534
+ GetTrackResponse.struct_class = Types::GetTrackResponse
535
+
519
536
  GetUsageLimitRequest.add_member(:usage_limit_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "usageLimitId"))
520
537
  GetUsageLimitRequest.struct_class = Types::GetUsageLimitRequest
521
538
 
@@ -639,6 +656,14 @@ module Aws::RedshiftServerless
639
656
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
640
657
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
641
658
 
659
+ ListTracksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListTracksRequestMaxResultsInteger, location_name: "maxResults"))
660
+ ListTracksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
661
+ ListTracksRequest.struct_class = Types::ListTracksRequest
662
+
663
+ ListTracksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
664
+ ListTracksResponse.add_member(:tracks, Shapes::ShapeRef.new(shape: TrackList, location_name: "tracks"))
665
+ ListTracksResponse.struct_class = Types::ListTracksResponse
666
+
642
667
  ListUsageLimitsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListUsageLimitsRequestMaxResultsInteger, location_name: "maxResults"))
643
668
  ListUsageLimitsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
644
669
  ListUsageLimitsRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "resourceArn"))
@@ -808,6 +833,11 @@ module Aws::RedshiftServerless
808
833
 
809
834
  SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
810
835
 
836
+ ServerlessTrack.add_member(:track_name, Shapes::ShapeRef.new(shape: TrackName, location_name: "trackName"))
837
+ ServerlessTrack.add_member(:update_targets, Shapes::ShapeRef.new(shape: UpdateTargetsList, location_name: "updateTargets"))
838
+ ServerlessTrack.add_member(:workgroup_version, Shapes::ShapeRef.new(shape: String, location_name: "workgroupVersion"))
839
+ ServerlessTrack.struct_class = Types::ServerlessTrack
840
+
811
841
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
812
842
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
813
843
 
@@ -897,6 +927,8 @@ module Aws::RedshiftServerless
897
927
  TooManyTagsException.add_member(:resource_name, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "resourceName"))
898
928
  TooManyTagsException.struct_class = Types::TooManyTagsException
899
929
 
930
+ TrackList.member = Shapes::ShapeRef.new(shape: ServerlessTrack)
931
+
900
932
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "resourceArn"))
901
933
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "tagKeys"))
902
934
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -962,6 +994,12 @@ module Aws::RedshiftServerless
962
994
  UpdateSnapshotResponse.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "snapshot"))
963
995
  UpdateSnapshotResponse.struct_class = Types::UpdateSnapshotResponse
964
996
 
997
+ UpdateTarget.add_member(:track_name, Shapes::ShapeRef.new(shape: TrackName, location_name: "trackName"))
998
+ UpdateTarget.add_member(:workgroup_version, Shapes::ShapeRef.new(shape: String, location_name: "workgroupVersion"))
999
+ UpdateTarget.struct_class = Types::UpdateTarget
1000
+
1001
+ UpdateTargetsList.member = Shapes::ShapeRef.new(shape: UpdateTarget)
1002
+
965
1003
  UpdateUsageLimitRequest.add_member(:amount, Shapes::ShapeRef.new(shape: Long, location_name: "amount"))
966
1004
  UpdateUsageLimitRequest.add_member(:breach_action, Shapes::ShapeRef.new(shape: UsageLimitBreachAction, location_name: "breachAction"))
967
1005
  UpdateUsageLimitRequest.add_member(:usage_limit_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "usageLimitId"))
@@ -980,6 +1018,7 @@ module Aws::RedshiftServerless
980
1018
  UpdateWorkgroupRequest.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAccessible"))
981
1019
  UpdateWorkgroupRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
982
1020
  UpdateWorkgroupRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
1021
+ UpdateWorkgroupRequest.add_member(:track_name, Shapes::ShapeRef.new(shape: TrackName, location_name: "trackName"))
983
1022
  UpdateWorkgroupRequest.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupName, required: true, location_name: "workgroupName"))
984
1023
  UpdateWorkgroupRequest.struct_class = Types::UpdateWorkgroupRequest
985
1024
 
@@ -1030,12 +1069,14 @@ module Aws::RedshiftServerless
1030
1069
  Workgroup.add_member(:max_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "maxCapacity"))
1031
1070
  Workgroup.add_member(:namespace_name, Shapes::ShapeRef.new(shape: String, location_name: "namespaceName"))
1032
1071
  Workgroup.add_member(:patch_version, Shapes::ShapeRef.new(shape: String, location_name: "patchVersion"))
1072
+ Workgroup.add_member(:pending_track_name, Shapes::ShapeRef.new(shape: TrackName, location_name: "pendingTrackName"))
1033
1073
  Workgroup.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "port"))
1034
1074
  Workgroup.add_member(:price_performance_target, Shapes::ShapeRef.new(shape: PerformanceTarget, location_name: "pricePerformanceTarget"))
1035
1075
  Workgroup.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAccessible"))
1036
1076
  Workgroup.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIds"))
1037
1077
  Workgroup.add_member(:status, Shapes::ShapeRef.new(shape: WorkgroupStatus, location_name: "status"))
1038
1078
  Workgroup.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIds"))
1079
+ Workgroup.add_member(:track_name, Shapes::ShapeRef.new(shape: TrackName, location_name: "trackName"))
1039
1080
  Workgroup.add_member(:workgroup_arn, Shapes::ShapeRef.new(shape: String, location_name: "workgroupArn"))
1040
1081
  Workgroup.add_member(:workgroup_id, Shapes::ShapeRef.new(shape: String, location_name: "workgroupId"))
1041
1082
  Workgroup.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: WorkgroupName, location_name: "workgroupName"))
@@ -1399,6 +1440,20 @@ module Aws::RedshiftServerless
1399
1440
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1400
1441
  end)
1401
1442
 
1443
+ api.add_operation(:get_track, Seahorse::Model::Operation.new.tap do |o|
1444
+ o.name = "GetTrack"
1445
+ o.http_method = "POST"
1446
+ o.http_request_uri = "/"
1447
+ o.input = Shapes::ShapeRef.new(shape: GetTrackRequest)
1448
+ o.output = Shapes::ShapeRef.new(shape: GetTrackResponse)
1449
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1450
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1451
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1452
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1453
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1454
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1455
+ end)
1456
+
1402
1457
  api.add_operation(:get_usage_limit, Seahorse::Model::Operation.new.tap do |o|
1403
1458
  o.name = "GetUsageLimit"
1404
1459
  o.http_method = "POST"
@@ -1590,6 +1645,25 @@ module Aws::RedshiftServerless
1590
1645
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1591
1646
  end)
1592
1647
 
1648
+ api.add_operation(:list_tracks, Seahorse::Model::Operation.new.tap do |o|
1649
+ o.name = "ListTracks"
1650
+ o.http_method = "POST"
1651
+ o.http_request_uri = "/"
1652
+ o.input = Shapes::ShapeRef.new(shape: ListTracksRequest)
1653
+ o.output = Shapes::ShapeRef.new(shape: ListTracksResponse)
1654
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1655
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationException)
1656
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1657
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1658
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1659
+ o[:pager] = Aws::Pager.new(
1660
+ limit_key: "max_results",
1661
+ tokens: {
1662
+ "next_token" => "next_token"
1663
+ }
1664
+ )
1665
+ end)
1666
+
1593
1667
  api.add_operation(:list_usage_limits, Seahorse::Model::Operation.new.tap do |o|
1594
1668
  o.name = "ListUsageLimits"
1595
1669
  o.http_method = "POST"
@@ -686,6 +686,12 @@ module Aws::RedshiftServerless
686
686
  # A array of tag instances.
687
687
  # @return [Array<Types::Tag>]
688
688
  #
689
+ # @!attribute [rw] track_name
690
+ # An optional parameter for the name of the track for the workgroup.
691
+ # If you don't provide a track name, the workgroup is assigned to the
692
+ # `current` track.
693
+ # @return [String]
694
+ #
689
695
  # @!attribute [rw] workgroup_name
690
696
  # The name of the created workgroup.
691
697
  # @return [String]
@@ -705,6 +711,7 @@ module Aws::RedshiftServerless
705
711
  :security_group_ids,
706
712
  :subnet_ids,
707
713
  :tags,
714
+ :track_name,
708
715
  :workgroup_name)
709
716
  SENSITIVE = []
710
717
  include Aws::Structure
@@ -1332,6 +1339,30 @@ module Aws::RedshiftServerless
1332
1339
  include Aws::Structure
1333
1340
  end
1334
1341
 
1342
+ # @!attribute [rw] track_name
1343
+ # The name of the track of which its version is fetched.
1344
+ # @return [String]
1345
+ #
1346
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetTrackRequest AWS API Documentation
1347
+ #
1348
+ class GetTrackRequest < Struct.new(
1349
+ :track_name)
1350
+ SENSITIVE = []
1351
+ include Aws::Structure
1352
+ end
1353
+
1354
+ # @!attribute [rw] track
1355
+ # The version of the specified track.
1356
+ # @return [Types::ServerlessTrack]
1357
+ #
1358
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/GetTrackResponse AWS API Documentation
1359
+ #
1360
+ class GetTrackResponse < Struct.new(
1361
+ :track)
1362
+ SENSITIVE = []
1363
+ include Aws::Structure
1364
+ end
1365
+
1335
1366
  # @!attribute [rw] usage_limit_id
1336
1367
  # The unique identifier of the usage limit to return information for.
1337
1368
  # @return [String]
@@ -1938,6 +1969,50 @@ module Aws::RedshiftServerless
1938
1969
  include Aws::Structure
1939
1970
  end
1940
1971
 
1972
+ # @!attribute [rw] max_results
1973
+ # The maximum number of response records to return in each call. If
1974
+ # the number of remaining response records exceeds the specified
1975
+ # MaxRecords value, a value is returned in a marker field of the
1976
+ # response. You can retrieve the next set of records by retrying the
1977
+ # command with the returned marker value.
1978
+ # @return [Integer]
1979
+ #
1980
+ # @!attribute [rw] next_token
1981
+ # If your initial `ListTracksRequest` operation returns a `nextToken`,
1982
+ # you can include the returned `nextToken` in following
1983
+ # `ListTracksRequest` operations, which returns results in the next
1984
+ # page.
1985
+ # @return [String]
1986
+ #
1987
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListTracksRequest AWS API Documentation
1988
+ #
1989
+ class ListTracksRequest < Struct.new(
1990
+ :max_results,
1991
+ :next_token)
1992
+ SENSITIVE = []
1993
+ include Aws::Structure
1994
+ end
1995
+
1996
+ # @!attribute [rw] next_token
1997
+ # When `nextToken` is returned, there are more results available. The
1998
+ # value of `nextToken` is a unique pagination token for each page.
1999
+ # Make the call again using the returned token to retrieve the next
2000
+ # page.
2001
+ # @return [String]
2002
+ #
2003
+ # @!attribute [rw] tracks
2004
+ # The returned tracks.
2005
+ # @return [Array<Types::ServerlessTrack>]
2006
+ #
2007
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListTracksResponse AWS API Documentation
2008
+ #
2009
+ class ListTracksResponse < Struct.new(
2010
+ :next_token,
2011
+ :tracks)
2012
+ SENSITIVE = []
2013
+ include Aws::Structure
2014
+ end
2015
+
1941
2016
  # @!attribute [rw] max_results
1942
2017
  # An optional parameter that specifies the maximum number of results
1943
2018
  # to return. You can use `nextToken` to get the next page of results.
@@ -2756,6 +2831,34 @@ module Aws::RedshiftServerless
2756
2831
  include Aws::Structure
2757
2832
  end
2758
2833
 
2834
+ # Defines a track that determines which Amazon Redshift version to apply
2835
+ # after a new version is released. If the value for `ServerlessTrack` is
2836
+ # `current`, the workgroup is updated to the most recently certified
2837
+ # release. If the value is `trailing`, the workgroup is updated to the
2838
+ # previously certified release.
2839
+ #
2840
+ # @!attribute [rw] track_name
2841
+ # The name of the track. Valid values are `current` and `trailing`.
2842
+ # @return [String]
2843
+ #
2844
+ # @!attribute [rw] update_targets
2845
+ # An array of `UpdateTarget` objects to update with the track.
2846
+ # @return [Array<Types::UpdateTarget>]
2847
+ #
2848
+ # @!attribute [rw] workgroup_version
2849
+ # The workgroup version number for the workgroup release.
2850
+ # @return [String]
2851
+ #
2852
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ServerlessTrack AWS API Documentation
2853
+ #
2854
+ class ServerlessTrack < Struct.new(
2855
+ :track_name,
2856
+ :update_targets,
2857
+ :workgroup_version)
2858
+ SENSITIVE = []
2859
+ include Aws::Structure
2860
+ end
2861
+
2759
2862
  # The service limit was exceeded.
2760
2863
  #
2761
2864
  # @!attribute [rw] message
@@ -3477,6 +3580,25 @@ module Aws::RedshiftServerless
3477
3580
  include Aws::Structure
3478
3581
  end
3479
3582
 
3583
+ # A track that you can switch the current track to.
3584
+ #
3585
+ # @!attribute [rw] track_name
3586
+ # The name of the new track.
3587
+ # @return [String]
3588
+ #
3589
+ # @!attribute [rw] workgroup_version
3590
+ # The workgroup version for the new track.
3591
+ # @return [String]
3592
+ #
3593
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateTarget AWS API Documentation
3594
+ #
3595
+ class UpdateTarget < Struct.new(
3596
+ :track_name,
3597
+ :workgroup_version)
3598
+ SENSITIVE = []
3599
+ include Aws::Structure
3600
+ end
3601
+
3480
3602
  # @!attribute [rw] amount
3481
3603
  # The new limit amount. If time-based, this amount is in Redshift
3482
3604
  # Processing Units (RPU) consumed per hour. If data-based, this amount
@@ -3574,6 +3696,12 @@ module Aws::RedshiftServerless
3574
3696
  # An array of VPC subnet IDs to associate with the workgroup.
3575
3697
  # @return [Array<String>]
3576
3698
  #
3699
+ # @!attribute [rw] track_name
3700
+ # An optional parameter for the name of the track for the workgroup.
3701
+ # If you don't provide a track name, the workgroup is assigned to the
3702
+ # `current` track.
3703
+ # @return [String]
3704
+ #
3577
3705
  # @!attribute [rw] workgroup_name
3578
3706
  # The name of the workgroup to update. You can't update the name of a
3579
3707
  # workgroup once it is created.
@@ -3592,6 +3720,7 @@ module Aws::RedshiftServerless
3592
3720
  :publicly_accessible,
3593
3721
  :security_group_ids,
3594
3722
  :subnet_ids,
3723
+ :track_name,
3595
3724
  :workgroup_name)
3596
3725
  SENSITIVE = []
3597
3726
  include Aws::Structure
@@ -3798,6 +3927,13 @@ module Aws::RedshiftServerless
3798
3927
  # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/cluster-versions.html
3799
3928
  # @return [String]
3800
3929
  #
3930
+ # @!attribute [rw] pending_track_name
3931
+ # The name for the track that you want to assign to the workgroup.
3932
+ # When the track changes, the workgroup is switched to the latest
3933
+ # workgroup release available for the track. At this point, the track
3934
+ # name is applied.
3935
+ # @return [String]
3936
+ #
3801
3937
  # @!attribute [rw] port
3802
3938
  # The custom port to use when connecting to a workgroup. Valid port
3803
3939
  # ranges are 5431-5455 and 8191-8215. The default is 5439.
@@ -3825,6 +3961,10 @@ module Aws::RedshiftServerless
3825
3961
  # An array of subnet IDs the workgroup is associated with.
3826
3962
  # @return [Array<String>]
3827
3963
  #
3964
+ # @!attribute [rw] track_name
3965
+ # The name of the track for the workgroup.
3966
+ # @return [String]
3967
+ #
3828
3968
  # @!attribute [rw] workgroup_arn
3829
3969
  # The Amazon Resource Name (ARN) that links to the workgroup.
3830
3970
  # @return [String]
@@ -3863,12 +4003,14 @@ module Aws::RedshiftServerless
3863
4003
  :max_capacity,
3864
4004
  :namespace_name,
3865
4005
  :patch_version,
4006
+ :pending_track_name,
3866
4007
  :port,
3867
4008
  :price_performance_target,
3868
4009
  :publicly_accessible,
3869
4010
  :security_group_ids,
3870
4011
  :status,
3871
4012
  :subnet_ids,
4013
+ :track_name,
3872
4014
  :workgroup_arn,
3873
4015
  :workgroup_id,
3874
4016
  :workgroup_name,
@@ -54,7 +54,7 @@ module Aws::RedshiftServerless
54
54
  autoload :EndpointProvider, 'aws-sdk-redshiftserverless/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-redshiftserverless/endpoints'
56
56
 
57
- GEM_VERSION = '1.46.0'
57
+ GEM_VERSION = '1.47.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -260,6 +260,7 @@ module Aws
260
260
  value: ::String
261
261
  },
262
262
  ],
263
+ ?track_name: ::String,
263
264
  workgroup_name: ::String
264
265
  ) -> _CreateWorkgroupResponseSuccess
265
266
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWorkgroupResponseSuccess
@@ -457,6 +458,16 @@ module Aws
457
458
  ) -> _GetTableRestoreStatusResponseSuccess
458
459
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTableRestoreStatusResponseSuccess
459
460
 
461
+ interface _GetTrackResponseSuccess
462
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetTrackResponse]
463
+ def track: () -> Types::ServerlessTrack
464
+ end
465
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RedshiftServerless/Client.html#get_track-instance_method
466
+ def get_track: (
467
+ track_name: ::String
468
+ ) -> _GetTrackResponseSuccess
469
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTrackResponseSuccess
470
+
460
471
  interface _GetUsageLimitResponseSuccess
461
472
  include ::Seahorse::Client::_ResponseSuccess[Types::GetUsageLimitResponse]
462
473
  def usage_limit: () -> Types::UsageLimit
@@ -614,6 +625,18 @@ module Aws
614
625
  ) -> _ListTagsForResourceResponseSuccess
615
626
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
616
627
 
628
+ interface _ListTracksResponseSuccess
629
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTracksResponse]
630
+ def next_token: () -> ::String
631
+ def tracks: () -> ::Array[Types::ServerlessTrack]
632
+ end
633
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RedshiftServerless/Client.html#list_tracks-instance_method
634
+ def list_tracks: (
635
+ ?max_results: ::Integer,
636
+ ?next_token: ::String
637
+ ) -> _ListTracksResponseSuccess
638
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTracksResponseSuccess
639
+
617
640
  interface _ListUsageLimitsResponseSuccess
618
641
  include ::Seahorse::Client::_ResponseSuccess[Types::ListUsageLimitsResponse]
619
642
  def next_token: () -> ::String
@@ -880,6 +903,7 @@ module Aws
880
903
  ?publicly_accessible: bool,
881
904
  ?security_group_ids: Array[::String],
882
905
  ?subnet_ids: Array[::String],
906
+ ?track_name: ::String,
883
907
  workgroup_name: ::String
884
908
  ) -> _UpdateWorkgroupResponseSuccess
885
909
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWorkgroupResponseSuccess
data/sig/types.rbs CHANGED
@@ -175,6 +175,7 @@ module Aws::RedshiftServerless
175
175
  attr_accessor security_group_ids: ::Array[::String]
176
176
  attr_accessor subnet_ids: ::Array[::String]
177
177
  attr_accessor tags: ::Array[Types::Tag]
178
+ attr_accessor track_name: ::String
178
179
  attr_accessor workgroup_name: ::String
179
180
  SENSITIVE: []
180
181
  end
@@ -396,6 +397,16 @@ module Aws::RedshiftServerless
396
397
  SENSITIVE: []
397
398
  end
398
399
 
400
+ class GetTrackRequest
401
+ attr_accessor track_name: ::String
402
+ SENSITIVE: []
403
+ end
404
+
405
+ class GetTrackResponse
406
+ attr_accessor track: Types::ServerlessTrack
407
+ SENSITIVE: []
408
+ end
409
+
399
410
  class GetUsageLimitRequest
400
411
  attr_accessor usage_limit_id: ::String
401
412
  SENSITIVE: []
@@ -573,6 +584,18 @@ module Aws::RedshiftServerless
573
584
  SENSITIVE: []
574
585
  end
575
586
 
587
+ class ListTracksRequest
588
+ attr_accessor max_results: ::Integer
589
+ attr_accessor next_token: ::String
590
+ SENSITIVE: []
591
+ end
592
+
593
+ class ListTracksResponse
594
+ attr_accessor next_token: ::String
595
+ attr_accessor tracks: ::Array[Types::ServerlessTrack]
596
+ SENSITIVE: []
597
+ end
598
+
576
599
  class ListUsageLimitsRequest
577
600
  attr_accessor max_results: ::Integer
578
601
  attr_accessor next_token: ::String
@@ -778,6 +801,13 @@ module Aws::RedshiftServerless
778
801
  SENSITIVE: []
779
802
  end
780
803
 
804
+ class ServerlessTrack
805
+ attr_accessor track_name: ::String
806
+ attr_accessor update_targets: ::Array[Types::UpdateTarget]
807
+ attr_accessor workgroup_version: ::String
808
+ SENSITIVE: []
809
+ end
810
+
781
811
  class ServiceQuotaExceededException
782
812
  attr_accessor message: ::String
783
813
  SENSITIVE: []
@@ -969,6 +999,12 @@ module Aws::RedshiftServerless
969
999
  SENSITIVE: []
970
1000
  end
971
1001
 
1002
+ class UpdateTarget
1003
+ attr_accessor track_name: ::String
1004
+ attr_accessor workgroup_version: ::String
1005
+ SENSITIVE: []
1006
+ end
1007
+
972
1008
  class UpdateUsageLimitRequest
973
1009
  attr_accessor amount: ::Integer
974
1010
  attr_accessor breach_action: ("log" | "emit-metric" | "deactivate")
@@ -992,6 +1028,7 @@ module Aws::RedshiftServerless
992
1028
  attr_accessor publicly_accessible: bool
993
1029
  attr_accessor security_group_ids: ::Array[::String]
994
1030
  attr_accessor subnet_ids: ::Array[::String]
1031
+ attr_accessor track_name: ::String
995
1032
  attr_accessor workgroup_name: ::String
996
1033
  SENSITIVE: []
997
1034
  end
@@ -1044,12 +1081,14 @@ module Aws::RedshiftServerless
1044
1081
  attr_accessor max_capacity: ::Integer
1045
1082
  attr_accessor namespace_name: ::String
1046
1083
  attr_accessor patch_version: ::String
1084
+ attr_accessor pending_track_name: ::String
1047
1085
  attr_accessor port: ::Integer
1048
1086
  attr_accessor price_performance_target: Types::PerformanceTarget
1049
1087
  attr_accessor publicly_accessible: bool
1050
1088
  attr_accessor security_group_ids: ::Array[::String]
1051
1089
  attr_accessor status: ("CREATING" | "AVAILABLE" | "MODIFYING" | "DELETING")
1052
1090
  attr_accessor subnet_ids: ::Array[::String]
1091
+ attr_accessor track_name: ::String
1053
1092
  attr_accessor workgroup_arn: ::String
1054
1093
  attr_accessor workgroup_id: ::String
1055
1094
  attr_accessor workgroup_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.46.0
4
+ version: 1.47.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core