aws-sdk-datazone 1.58.0 → 1.60.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-datazone/client.rb +358 -6
- data/lib/aws-sdk-datazone/client_api.rb +192 -3
- data/lib/aws-sdk-datazone/types.rb +466 -17
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +102 -4
- data/sig/types.rbs +145 -5
- 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: 1030e9071951a87b082f37066956ea44bda2509fd0f450187f09798d1bc1974b
|
|
4
|
+
data.tar.gz: e71db8bf17e5e90f3bf3858c8fe117d1c1a2a90ed14f728c6d7cf0364f3f95b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5d5c3c28ee9747805a87f92bf338180fec1aea81dcf79f41d8562e8a68057177b93f1b3885947ca6a4ace1068b2acb59cbdbe29186e925dfd63cc81a66849bb
|
|
7
|
+
data.tar.gz: cc1f5ad9aa15f734f79df808ec04a02a0616f0eb66e2e616ad59cbcfa9e94d257c68b87da0561c119bd99d1ecece3f1bc0fe81d3bed09a7c966bc023a49883cf
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.60.0 (2025-11-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon DataZone now supports business metadata (readme and metadata forms) at the individual attribute (column) level, a new rule type for glossary terms, and the ability to update the owner of the root domain unit.
|
|
8
|
+
|
|
9
|
+
1.59.0 (2025-11-14)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adds support for granting read and write access to Amazon S3 general purpose buckets using CreateSubscriptionRequest and AcceptSubscriptionRequest APIs. Also adds search filters for SSOUser and SSOGroup to ListSubscriptions APIs and deprecates "sortBy" parameter for ListSubscriptions APIs.
|
|
13
|
+
|
|
4
14
|
1.58.0 (2025-11-10)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.60.0
|