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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-odb/client.rb +1 -1
- data/lib/aws-sdk-odb/types.rb +6 -0
- data/lib/aws-sdk-odb.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d19bbe711355d12f43875454ab9efa844c0b44ef572f1aca4fbaec3f6e64794a
|
|
4
|
+
data.tar.gz: a67ffbedcfb62e53e95229896158cd65bc7a4ba31d60e233cb0139db2efe1f0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05b37fa1c94aeed36bf5420907ef943a96d899292ab9afd6377f9fd73318a032b319569fd0261af628a395664a81a7471d8ae97e7fab53bfadf04ffbe317bae8
|
|
7
|
+
data.tar.gz: 50c666bd9c4fbcd91d14098db767f1c5c0edd5213de764e542db695f249d6ffc8478c4366a7d0e6fa60c8d897426489fb245fccaf009a4c263d5f535f76152b7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.26.0
|
data/lib/aws-sdk-odb/client.rb
CHANGED
data/lib/aws-sdk-odb/types.rb
CHANGED
|
@@ -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