aws-sdk-redshiftserverless 1.46.0 → 1.48.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshiftserverless/client.rb +340 -5
- data/lib/aws-sdk-redshiftserverless/client_api.rb +232 -0
- data/lib/aws-sdk-redshiftserverless/types.rb +415 -2
- data/lib/aws-sdk-redshiftserverless.rb +1 -1
- data/sig/client.rbs +80 -0
- data/sig/types.rbs +116 -0
- metadata +2 -2
data/sig/types.rbs
CHANGED
@@ -96,6 +96,18 @@ module Aws::RedshiftServerless
|
|
96
96
|
SENSITIVE: []
|
97
97
|
end
|
98
98
|
|
99
|
+
class CreateReservationRequest
|
100
|
+
attr_accessor capacity: ::Integer
|
101
|
+
attr_accessor client_token: ::String
|
102
|
+
attr_accessor offering_id: ::String
|
103
|
+
SENSITIVE: []
|
104
|
+
end
|
105
|
+
|
106
|
+
class CreateReservationResponse
|
107
|
+
attr_accessor reservation: Types::Reservation
|
108
|
+
SENSITIVE: []
|
109
|
+
end
|
110
|
+
|
99
111
|
class CreateScheduledActionRequest
|
100
112
|
attr_accessor enabled: bool
|
101
113
|
attr_accessor end_time: ::Time
|
@@ -175,6 +187,7 @@ module Aws::RedshiftServerless
|
|
175
187
|
attr_accessor security_group_ids: ::Array[::String]
|
176
188
|
attr_accessor subnet_ids: ::Array[::String]
|
177
189
|
attr_accessor tags: ::Array[Types::Tag]
|
190
|
+
attr_accessor track_name: ::String
|
178
191
|
attr_accessor workgroup_name: ::String
|
179
192
|
SENSITIVE: []
|
180
193
|
end
|
@@ -354,6 +367,26 @@ module Aws::RedshiftServerless
|
|
354
367
|
SENSITIVE: []
|
355
368
|
end
|
356
369
|
|
370
|
+
class GetReservationOfferingRequest
|
371
|
+
attr_accessor offering_id: ::String
|
372
|
+
SENSITIVE: []
|
373
|
+
end
|
374
|
+
|
375
|
+
class GetReservationOfferingResponse
|
376
|
+
attr_accessor reservation_offering: Types::ReservationOffering
|
377
|
+
SENSITIVE: []
|
378
|
+
end
|
379
|
+
|
380
|
+
class GetReservationRequest
|
381
|
+
attr_accessor reservation_id: ::String
|
382
|
+
SENSITIVE: []
|
383
|
+
end
|
384
|
+
|
385
|
+
class GetReservationResponse
|
386
|
+
attr_accessor reservation: Types::Reservation
|
387
|
+
SENSITIVE: []
|
388
|
+
end
|
389
|
+
|
357
390
|
class GetResourcePolicyRequest
|
358
391
|
attr_accessor resource_arn: ::String
|
359
392
|
SENSITIVE: []
|
@@ -396,6 +429,16 @@ module Aws::RedshiftServerless
|
|
396
429
|
SENSITIVE: []
|
397
430
|
end
|
398
431
|
|
432
|
+
class GetTrackRequest
|
433
|
+
attr_accessor track_name: ::String
|
434
|
+
SENSITIVE: []
|
435
|
+
end
|
436
|
+
|
437
|
+
class GetTrackResponse
|
438
|
+
attr_accessor track: Types::ServerlessTrack
|
439
|
+
SENSITIVE: []
|
440
|
+
end
|
441
|
+
|
399
442
|
class GetUsageLimitRequest
|
400
443
|
attr_accessor usage_limit_id: ::String
|
401
444
|
SENSITIVE: []
|
@@ -506,6 +549,30 @@ module Aws::RedshiftServerless
|
|
506
549
|
SENSITIVE: []
|
507
550
|
end
|
508
551
|
|
552
|
+
class ListReservationOfferingsRequest
|
553
|
+
attr_accessor max_results: ::Integer
|
554
|
+
attr_accessor next_token: ::String
|
555
|
+
SENSITIVE: []
|
556
|
+
end
|
557
|
+
|
558
|
+
class ListReservationOfferingsResponse
|
559
|
+
attr_accessor next_token: ::String
|
560
|
+
attr_accessor reservation_offerings_list: ::Array[Types::ReservationOffering]
|
561
|
+
SENSITIVE: []
|
562
|
+
end
|
563
|
+
|
564
|
+
class ListReservationsRequest
|
565
|
+
attr_accessor max_results: ::Integer
|
566
|
+
attr_accessor next_token: ::String
|
567
|
+
SENSITIVE: []
|
568
|
+
end
|
569
|
+
|
570
|
+
class ListReservationsResponse
|
571
|
+
attr_accessor next_token: ::String
|
572
|
+
attr_accessor reservations_list: ::Array[Types::Reservation]
|
573
|
+
SENSITIVE: []
|
574
|
+
end
|
575
|
+
|
509
576
|
class ListScheduledActionsRequest
|
510
577
|
attr_accessor max_results: ::Integer
|
511
578
|
attr_accessor namespace_name: ::String
|
@@ -573,6 +640,18 @@ module Aws::RedshiftServerless
|
|
573
640
|
SENSITIVE: []
|
574
641
|
end
|
575
642
|
|
643
|
+
class ListTracksRequest
|
644
|
+
attr_accessor max_results: ::Integer
|
645
|
+
attr_accessor next_token: ::String
|
646
|
+
SENSITIVE: []
|
647
|
+
end
|
648
|
+
|
649
|
+
class ListTracksResponse
|
650
|
+
attr_accessor next_token: ::String
|
651
|
+
attr_accessor tracks: ::Array[Types::ServerlessTrack]
|
652
|
+
SENSITIVE: []
|
653
|
+
end
|
654
|
+
|
576
655
|
class ListUsageLimitsRequest
|
577
656
|
attr_accessor max_results: ::Integer
|
578
657
|
attr_accessor next_token: ::String
|
@@ -662,6 +741,27 @@ module Aws::RedshiftServerless
|
|
662
741
|
SENSITIVE: []
|
663
742
|
end
|
664
743
|
|
744
|
+
class Reservation
|
745
|
+
attr_accessor capacity: ::Integer
|
746
|
+
attr_accessor end_date: ::Time
|
747
|
+
attr_accessor offering: Types::ReservationOffering
|
748
|
+
attr_accessor reservation_arn: ::String
|
749
|
+
attr_accessor reservation_id: ::String
|
750
|
+
attr_accessor start_date: ::Time
|
751
|
+
attr_accessor status: ::String
|
752
|
+
SENSITIVE: []
|
753
|
+
end
|
754
|
+
|
755
|
+
class ReservationOffering
|
756
|
+
attr_accessor currency_code: ::String
|
757
|
+
attr_accessor duration: ::Integer
|
758
|
+
attr_accessor hourly_charge: ::Float
|
759
|
+
attr_accessor offering_id: ::String
|
760
|
+
attr_accessor offering_type: ("ALL_UPFRONT" | "NO_UPFRONT")
|
761
|
+
attr_accessor upfront_charge: ::Float
|
762
|
+
SENSITIVE: []
|
763
|
+
end
|
764
|
+
|
665
765
|
class ResourceNotFoundException
|
666
766
|
attr_accessor message: ::String
|
667
767
|
attr_accessor resource_name: ::String
|
@@ -778,6 +878,13 @@ module Aws::RedshiftServerless
|
|
778
878
|
SENSITIVE: []
|
779
879
|
end
|
780
880
|
|
881
|
+
class ServerlessTrack
|
882
|
+
attr_accessor track_name: ::String
|
883
|
+
attr_accessor update_targets: ::Array[Types::UpdateTarget]
|
884
|
+
attr_accessor workgroup_version: ::String
|
885
|
+
SENSITIVE: []
|
886
|
+
end
|
887
|
+
|
781
888
|
class ServiceQuotaExceededException
|
782
889
|
attr_accessor message: ::String
|
783
890
|
SENSITIVE: []
|
@@ -969,6 +1076,12 @@ module Aws::RedshiftServerless
|
|
969
1076
|
SENSITIVE: []
|
970
1077
|
end
|
971
1078
|
|
1079
|
+
class UpdateTarget
|
1080
|
+
attr_accessor track_name: ::String
|
1081
|
+
attr_accessor workgroup_version: ::String
|
1082
|
+
SENSITIVE: []
|
1083
|
+
end
|
1084
|
+
|
972
1085
|
class UpdateUsageLimitRequest
|
973
1086
|
attr_accessor amount: ::Integer
|
974
1087
|
attr_accessor breach_action: ("log" | "emit-metric" | "deactivate")
|
@@ -992,6 +1105,7 @@ module Aws::RedshiftServerless
|
|
992
1105
|
attr_accessor publicly_accessible: bool
|
993
1106
|
attr_accessor security_group_ids: ::Array[::String]
|
994
1107
|
attr_accessor subnet_ids: ::Array[::String]
|
1108
|
+
attr_accessor track_name: ::String
|
995
1109
|
attr_accessor workgroup_name: ::String
|
996
1110
|
SENSITIVE: []
|
997
1111
|
end
|
@@ -1044,12 +1158,14 @@ module Aws::RedshiftServerless
|
|
1044
1158
|
attr_accessor max_capacity: ::Integer
|
1045
1159
|
attr_accessor namespace_name: ::String
|
1046
1160
|
attr_accessor patch_version: ::String
|
1161
|
+
attr_accessor pending_track_name: ::String
|
1047
1162
|
attr_accessor port: ::Integer
|
1048
1163
|
attr_accessor price_performance_target: Types::PerformanceTarget
|
1049
1164
|
attr_accessor publicly_accessible: bool
|
1050
1165
|
attr_accessor security_group_ids: ::Array[::String]
|
1051
1166
|
attr_accessor status: ("CREATING" | "AVAILABLE" | "MODIFYING" | "DELETING")
|
1052
1167
|
attr_accessor subnet_ids: ::Array[::String]
|
1168
|
+
attr_accessor track_name: ::String
|
1053
1169
|
attr_accessor workgroup_arn: ::String
|
1054
1170
|
attr_accessor workgroup_id: ::String
|
1055
1171
|
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.
|
4
|
+
version: 1.48.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-
|
11
|
+
date: 2025-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|