aws-sdk-odb 1.25.0 → 1.26.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: 92b317906575a577232e1c337c4d2acd8d0c6664615ba1f316146145fbcb8d5d
4
- data.tar.gz: f860d269fa7deede8015e52557136933a3fb117053b039d424537387db0103b0
3
+ metadata.gz: d19bbe711355d12f43875454ab9efa844c0b44ef572f1aca4fbaec3f6e64794a
4
+ data.tar.gz: a67ffbedcfb62e53e95229896158cd65bc7a4ba31d60e233cb0139db2efe1f0b
5
5
  SHA512:
6
- metadata.gz: eb3528f6f90d5990af0a980e8cecad3d97279cf5b19720b5910ae1086f0b8cf3e1c799dca684b13e9ca149045927a5acd45a7aac94ad597ef62835a43191d5ee
7
- data.tar.gz: 73969085a4f3875e824f224e930170d4cd2566888851f615b6f933e4be6129fd65faafe815d5b6ad8fe8da34938b108e44a66956f17b991e0f35a87e6fd5a450
6
+ metadata.gz: 05b37fa1c94aeed36bf5420907ef943a96d899292ab9afd6377f9fd73318a032b319569fd0261af628a395664a81a7471d8ae97e7fab53bfadf04ffbe317bae8
7
+ data.tar.gz: 50c666bd9c4fbcd91d14098db767f1c5c0edd5213de764e542db695f249d6ffc8478c4366a7d0e6fa60c8d897426489fb245fccaf009a4c263d5f535f76152b7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.0 (2026-07-24)
5
+ ------------------
6
+
7
+ * Feature - Documentation-only update to clarify the operation-specific valid values for the externalIdType field.
8
+
4
9
  1.25.0 (2026-07-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.26.0
@@ -5237,7 +5237,7 @@ module Aws::Odb
5237
5237
  tracer: tracer
5238
5238
  )
5239
5239
  context[:gem_name] = 'aws-sdk-odb'
5240
- context[:gem_version] = '1.25.0'
5240
+ context[:gem_version] = '1.26.0'
5241
5241
  Seahorse::Client::Request.new(handlers, context)
5242
5242
  end
5243
5243
 
@@ -4828,6 +4828,12 @@ module Aws::Odb
4828
4828
  # @!attribute [rw] external_id_type
4829
4829
  # The type of Oracle Cloud Identifier (OCID) used as the external ID
4830
4830
  # when assuming the IAM role.
4831
+ #
4832
+ # The valid values depend on the operation. For the
4833
+ # `CreateAutonomousDatabase` operation, only `compartment_ocid` and
4834
+ # `tenant_ocid` are allowed. For the `UpdateAutonomousDatabase` and
4835
+ # `CreateAutonomousDatabaseWallet` operations, `database_ocid`,
4836
+ # `compartment_ocid`, and `tenant_ocid` are all allowed.
4831
4837
  # @return [String]
4832
4838
  #
4833
4839
  # @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/CustomerManagedAwsSecretConfigurationInput AWS API Documentation
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.25.0'
58
+ GEM_VERSION = '1.26.0'
59
59
 
60
60
  end
61
61
 
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.25.0
4
+ version: 1.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services