aws-sdk-odb 1.18.0 → 1.19.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: dd5bcf8acbdc5ea5c41861306f28126cbdcba38d72a3316df2472b1ff6982440
4
- data.tar.gz: 0e0b6695ed80348bcbfe6ed45b5258288baadea74b75a3d8040660a4b063b9d5
3
+ metadata.gz: 419972b7e767caa1df0d0f926861d1dad1c0b82c8b8253b6c13b55f6061b5a94
4
+ data.tar.gz: 28be949a32b392e74a8f420b0f7639812a2e048090b0f279c579375fd1beb28c
5
5
  SHA512:
6
- metadata.gz: cbc86bbb6a89b973ce1ba19f2b20166ff435dac5a91d8bf00c7a1e7e905d691db6c7e369c3c9320f224e6f6bb18f54cb5e4ada274f2a4466460c16976f0987a5
7
- data.tar.gz: d44b52e2732280d5e17562daac37b6debf66ba0b80d32fc1f506d1bb973abf3a4c2a2ba809637a410e6cb7097981d414bb803c758bcc8ac7ab729caecc41bb64
6
+ metadata.gz: df8313b10fe7aef7ac53b1af4ef954b3c2eb4394debdffcad8d6bdfc9dae0100b0aa98debb5b345f5b2aa9563372ae0d65cd2f19feef98f32816094f9ed2d900
7
+ data.tar.gz: 42be32e25818b2f7a0fdbb18a86359a99e85805af0e59ba9ac39205f3074fa0682e0950efd0ad51258281d41c835ce19130ee4acc619d6588511e5f4c1288d96
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.18.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
1
+ 1.19.0
@@ -3230,7 +3230,7 @@ module Aws::Odb
3230
3230
  tracer: tracer
3231
3231
  )
3232
3232
  context[:gem_name] = 'aws-sdk-odb'
3233
- context[:gem_version] = '1.18.0'
3233
+ context[:gem_version] = '1.19.0'
3234
3234
  Seahorse::Client::Request.new(handlers, context)
3235
3235
  end
3236
3236
 
data/lib/aws-sdk-odb.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::Odb
55
55
  autoload :EndpointProvider, 'aws-sdk-odb/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-odb/endpoints'
57
57
 
58
- GEM_VERSION = '1.18.0'
58
+ GEM_VERSION = '1.19.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -118,26 +118,7 @@ module Aws
118
118
  ?description: ::String,
119
119
  ?is_mtls_enabled_vm_cluster: bool,
120
120
  ?license_model: ("BRING_YOUR_OWN_LICENSE" | "LICENSE_INCLUDED"),
121
- ?maintenance_window: {
122
- custom_action_timeout_in_mins: ::Integer?,
123
- days_of_week: Array[
124
- {
125
- name: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")?
126
- },
127
- ]?,
128
- hours_of_day: Array[::Integer]?,
129
- is_custom_action_timeout_enabled: bool?,
130
- lead_time_in_weeks: ::Integer?,
131
- months: Array[
132
- {
133
- name: ("JANUARY" | "FEBRUARY" | "MARCH" | "APRIL" | "MAY" | "JUNE" | "JULY" | "AUGUST" | "SEPTEMBER" | "OCTOBER" | "NOVEMBER" | "DECEMBER")?
134
- },
135
- ]?,
136
- patching_mode: ("ROLLING" | "NONROLLING")?,
137
- preference: ("NO_PREFERENCE" | "CUSTOM_PREFERENCE")?,
138
- skip_ru: bool?,
139
- weeks_of_month: Array[::Integer]?
140
- },
121
+ ?maintenance_window: Params::maintenance_window,
141
122
  memory_per_oracle_compute_unit_in_g_bs: ::Integer,
142
123
  ?scan_listener_port_non_tls: ::Integer,
143
124
  ?scan_listener_port_tls: ::Integer,
@@ -165,28 +146,9 @@ module Aws
165
146
  ?customer_contacts_to_send_to_oci: Array[
166
147
  {
167
148
  email: ::String?
168
- },
149
+ }
169
150
  ],
170
- ?maintenance_window: {
171
- custom_action_timeout_in_mins: ::Integer?,
172
- days_of_week: Array[
173
- {
174
- name: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")?
175
- },
176
- ]?,
177
- hours_of_day: Array[::Integer]?,
178
- is_custom_action_timeout_enabled: bool?,
179
- lead_time_in_weeks: ::Integer?,
180
- months: Array[
181
- {
182
- name: ("JANUARY" | "FEBRUARY" | "MARCH" | "APRIL" | "MAY" | "JUNE" | "JULY" | "AUGUST" | "SEPTEMBER" | "OCTOBER" | "NOVEMBER" | "DECEMBER")?
183
- },
184
- ]?,
185
- patching_mode: ("ROLLING" | "NONROLLING")?,
186
- preference: ("NO_PREFERENCE" | "CUSTOM_PREFERENCE")?,
187
- skip_ru: bool?,
188
- weeks_of_month: Array[::Integer]?
189
- },
151
+ ?maintenance_window: Params::maintenance_window,
190
152
  storage_count: ::Integer,
191
153
  ?client_token: ::String,
192
154
  ?database_server_type: ::String,
@@ -662,26 +624,7 @@ module Aws
662
624
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Odb/Client.html#update_cloud_exadata_infrastructure-instance_method
663
625
  def update_cloud_exadata_infrastructure: (
664
626
  cloud_exadata_infrastructure_id: ::String,
665
- ?maintenance_window: {
666
- custom_action_timeout_in_mins: ::Integer?,
667
- days_of_week: Array[
668
- {
669
- name: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")?
670
- },
671
- ]?,
672
- hours_of_day: Array[::Integer]?,
673
- is_custom_action_timeout_enabled: bool?,
674
- lead_time_in_weeks: ::Integer?,
675
- months: Array[
676
- {
677
- name: ("JANUARY" | "FEBRUARY" | "MARCH" | "APRIL" | "MAY" | "JUNE" | "JULY" | "AUGUST" | "SEPTEMBER" | "OCTOBER" | "NOVEMBER" | "DECEMBER")?
678
- },
679
- ]?,
680
- patching_mode: ("ROLLING" | "NONROLLING")?,
681
- preference: ("NO_PREFERENCE" | "CUSTOM_PREFERENCE")?,
682
- skip_ru: bool?,
683
- weeks_of_month: Array[::Integer]?
684
- }
627
+ ?maintenance_window: Params::maintenance_window
685
628
  ) -> _UpdateCloudExadataInfrastructureResponseSuccess
686
629
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCloudExadataInfrastructureResponseSuccess
687
630
 
data/sig/params.rbs ADDED
@@ -0,0 +1,34 @@
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 Odb
10
+ module Params
11
+ type maintenance_window = {
12
+ custom_action_timeout_in_mins: ::Integer?,
13
+ days_of_week: Array[
14
+ {
15
+ name: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")?
16
+ }
17
+ ]?,
18
+ hours_of_day: Array[::Integer]?,
19
+ is_custom_action_timeout_enabled: bool?,
20
+ lead_time_in_weeks: ::Integer?,
21
+ months: Array[
22
+ {
23
+ name: ("JANUARY" | "FEBRUARY" | "MARCH" | "APRIL" | "MAY" | "JUNE" | "JULY" | "AUGUST" | "SEPTEMBER" | "OCTOBER" | "NOVEMBER" | "DECEMBER")?
24
+ }
25
+ ]?,
26
+ patching_mode: ("ROLLING" | "NONROLLING")?,
27
+ preference: ("NO_PREFERENCE" | "CUSTOM_PREFERENCE")?,
28
+ skip_ru: bool?,
29
+ weeks_of_month: Array[::Integer]?
30
+ }
31
+
32
+ end
33
+ end
34
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-odb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-odb/waiters.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