aws-sdk-redshiftserverless 1.66.0 → 1.68.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 +6 -8
- data/lib/aws-sdk-redshiftserverless.rb +1 -1
- data/sig/client.rbs +9 -33
- data/sig/params.rbs +29 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d90bc6cb8ba429e18ef2fe9833631adcec3281968e966a69141bdcde7bad1c4
|
|
4
|
+
data.tar.gz: ea538f5b3cad9c7301e1b2a3c5130e0d5daf5e07898910f59af4360baa45fe47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 896aa6318b61da169e99d37dd5d6836ede0a012eac5b31003889b9bf482da977c040f7c7b3433274b133c9857842f73da2b285098e765a73488fb883cc4a3bec
|
|
7
|
+
data.tar.gz: 98ed73c48b3504c0c15cea1fb19f2b58bc4a0229908cbeb07f4809f417f7f8e3b2f2146187e3d71df804c6a1694211a67a67d9bbced6cf83717bd40634248352
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.68.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.67.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.66.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.68.0
|
|
@@ -199,7 +199,7 @@ module Aws::RedshiftServerless
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::RedshiftServerless
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -4389,7 +4387,7 @@ module Aws::RedshiftServerless
|
|
|
4389
4387
|
tracer: tracer
|
|
4390
4388
|
)
|
|
4391
4389
|
context[:gem_name] = 'aws-sdk-redshiftserverless'
|
|
4392
|
-
context[:gem_version] = '1.
|
|
4390
|
+
context[:gem_version] = '1.68.0'
|
|
4393
4391
|
Seahorse::Client::Request.new(handlers, context)
|
|
4394
4392
|
end
|
|
4395
4393
|
|
data/sig/client.rbs
CHANGED
|
@@ -92,7 +92,7 @@ module Aws
|
|
|
92
92
|
{
|
|
93
93
|
key: ::String,
|
|
94
94
|
value: ::String
|
|
95
|
-
}
|
|
95
|
+
}
|
|
96
96
|
]
|
|
97
97
|
) -> _ConvertRecoveryPointToSnapshotResponseSuccess
|
|
98
98
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ConvertRecoveryPointToSnapshotResponseSuccess
|
|
@@ -147,7 +147,7 @@ module Aws
|
|
|
147
147
|
{
|
|
148
148
|
key: ::String,
|
|
149
149
|
value: ::String
|
|
150
|
-
}
|
|
150
|
+
}
|
|
151
151
|
]
|
|
152
152
|
) -> _CreateNamespaceResponseSuccess
|
|
153
153
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateNamespaceResponseSuccess
|
|
@@ -181,19 +181,7 @@ module Aws
|
|
|
181
181
|
?scheduled_action_description: ::String,
|
|
182
182
|
scheduled_action_name: ::String,
|
|
183
183
|
?start_time: ::Time,
|
|
184
|
-
target_action:
|
|
185
|
-
create_snapshot: {
|
|
186
|
-
namespace_name: ::String,
|
|
187
|
-
retention_period: ::Integer?,
|
|
188
|
-
snapshot_name_prefix: ::String,
|
|
189
|
-
tags: Array[
|
|
190
|
-
{
|
|
191
|
-
key: ::String,
|
|
192
|
-
value: ::String
|
|
193
|
-
},
|
|
194
|
-
]?
|
|
195
|
-
}?
|
|
196
|
-
}
|
|
184
|
+
target_action: Params::target_action
|
|
197
185
|
) -> _CreateScheduledActionResponseSuccess
|
|
198
186
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateScheduledActionResponseSuccess
|
|
199
187
|
|
|
@@ -210,7 +198,7 @@ module Aws
|
|
|
210
198
|
{
|
|
211
199
|
key: ::String,
|
|
212
200
|
value: ::String
|
|
213
|
-
}
|
|
201
|
+
}
|
|
214
202
|
]
|
|
215
203
|
) -> _CreateSnapshotResponseSuccess
|
|
216
204
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSnapshotResponseSuccess
|
|
@@ -253,7 +241,7 @@ module Aws
|
|
|
253
241
|
{
|
|
254
242
|
parameter_key: ::String?,
|
|
255
243
|
parameter_value: ::String?
|
|
256
|
-
}
|
|
244
|
+
}
|
|
257
245
|
],
|
|
258
246
|
?enhanced_vpc_routing: bool,
|
|
259
247
|
?extra_compute_for_automatic_optimization: bool,
|
|
@@ -272,7 +260,7 @@ module Aws
|
|
|
272
260
|
{
|
|
273
261
|
key: ::String,
|
|
274
262
|
value: ::String
|
|
275
|
-
}
|
|
263
|
+
}
|
|
276
264
|
],
|
|
277
265
|
?track_name: ::String,
|
|
278
266
|
workgroup_name: ::String
|
|
@@ -823,7 +811,7 @@ module Aws
|
|
|
823
811
|
{
|
|
824
812
|
key: ::String,
|
|
825
813
|
value: ::String
|
|
826
|
-
}
|
|
814
|
+
}
|
|
827
815
|
]
|
|
828
816
|
) -> _TagResourceResponseSuccess
|
|
829
817
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -916,19 +904,7 @@ module Aws
|
|
|
916
904
|
?scheduled_action_description: ::String,
|
|
917
905
|
scheduled_action_name: ::String,
|
|
918
906
|
?start_time: ::Time,
|
|
919
|
-
?target_action:
|
|
920
|
-
create_snapshot: {
|
|
921
|
-
namespace_name: ::String,
|
|
922
|
-
retention_period: ::Integer?,
|
|
923
|
-
snapshot_name_prefix: ::String,
|
|
924
|
-
tags: Array[
|
|
925
|
-
{
|
|
926
|
-
key: ::String,
|
|
927
|
-
value: ::String
|
|
928
|
-
},
|
|
929
|
-
]?
|
|
930
|
-
}?
|
|
931
|
-
}
|
|
907
|
+
?target_action: Params::target_action
|
|
932
908
|
) -> _UpdateScheduledActionResponseSuccess
|
|
933
909
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateScheduledActionResponseSuccess
|
|
934
910
|
|
|
@@ -977,7 +953,7 @@ module Aws
|
|
|
977
953
|
{
|
|
978
954
|
parameter_key: ::String?,
|
|
979
955
|
parameter_value: ::String?
|
|
980
|
-
}
|
|
956
|
+
}
|
|
981
957
|
],
|
|
982
958
|
?enhanced_vpc_routing: bool,
|
|
983
959
|
?extra_compute_for_automatic_optimization: bool,
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module RedshiftServerless
|
|
10
|
+
module Params
|
|
11
|
+
type create_snapshot_schedule_action_parameters = {
|
|
12
|
+
namespace_name: ::String,
|
|
13
|
+
retention_period: ::Integer?,
|
|
14
|
+
snapshot_name_prefix: ::String,
|
|
15
|
+
tags: Array[
|
|
16
|
+
{
|
|
17
|
+
key: ::String,
|
|
18
|
+
value: ::String
|
|
19
|
+
}
|
|
20
|
+
]?
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
type target_action = {
|
|
24
|
+
create_snapshot: Params::create_snapshot_schedule_action_parameters?
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.68.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-redshiftserverless/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|