aws-sdk-redshiftserverless 1.66.0 → 1.67.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-redshiftserverless/client.rb +1 -1
- data/lib/aws-sdk-redshiftserverless.rb +1 -1
- data/sig/client.rbs +9 -33
- data/sig/params.rbs +29 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a749fe05e3a26f54c7a9482c145af7d38191d9ac28b82353fc7008e97a3bc34f
|
|
4
|
+
data.tar.gz: 2607ed8bcdb1c91f0c8137e66a823813298b92d0512b577799fe1b8b84521970
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 817c1d2a7854211a7ef6210c8ed8e93068ecb268085117d8027f70d9eb259b1c387eb5dedff548278cceb7dccfca996f80d7162d8dfbeaefb6738a572efef5a7
|
|
7
|
+
data.tar.gz: cad78d296d9d8b56dcc91be4636b2f3940d8283bc3edbc682ef6f6a32484d604033db4327b2c84c01a9f17777786e50c265f5c82c30e7a7d2f4af6bead3a1453
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.67.0
|
|
@@ -4389,7 +4389,7 @@ module Aws::RedshiftServerless
|
|
|
4389
4389
|
tracer: tracer
|
|
4390
4390
|
)
|
|
4391
4391
|
context[:gem_name] = 'aws-sdk-redshiftserverless'
|
|
4392
|
-
context[:gem_version] = '1.
|
|
4392
|
+
context[:gem_version] = '1.67.0'
|
|
4393
4393
|
Seahorse::Client::Request.new(handlers, context)
|
|
4394
4394
|
end
|
|
4395
4395
|
|
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.67.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -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
|