aws-sdk-datazone 1.33.0 → 1.34.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-datazone/client.rb +6 -1
- data/lib/aws-sdk-datazone/client_api.rb +2 -0
- data/lib/aws-sdk-datazone/types.rb +5 -0
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/types.rbs +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09c08764411b6185b2e72af79ddf2fc1b206c4963a2dcf3f45a1e3023a707fc7'
|
4
|
+
data.tar.gz: cbff09d02a04a5a583b2f49b3f585adf5c6d1ae5e6608936bf07fa00f7f04bf9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b80354ed84ab652de0d320a8760a20914f2bf5b750bd1f724ae29db3f601ec43b05cfdb38382ab012cdd39a162fb6bef640708bb7e8dc5d32f1b6826e58c57f8
|
7
|
+
data.tar.gz: 24e0170605e57908c5b67a4bd47d26c4d091e8f61d0a29253ba1dfd66cb79ba72702fcb82cb2c68fba5167bfe142dde356ea336f23297ec4c6bc722af2dee40c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.34.0 (2025-03-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add support for overriding selection of default AWS IAM Identity Center instance as part of Amazon DataZone domain APIs.
|
8
|
+
|
4
9
|
1.33.0 (2025-03-13)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.34.0
|
@@ -2268,6 +2268,7 @@ module Aws::DataZone
|
|
2268
2268
|
# name: "String", # required
|
2269
2269
|
# service_role: "RoleArn",
|
2270
2270
|
# single_sign_on: {
|
2271
|
+
# idc_instance_arn: "SingleSignOnIdcInstanceArnString",
|
2271
2272
|
# type: "IAM_IDC", # accepts IAM_IDC, DISABLED
|
2272
2273
|
# user_assignment: "AUTOMATIC", # accepts AUTOMATIC, MANUAL
|
2273
2274
|
# },
|
@@ -2288,6 +2289,7 @@ module Aws::DataZone
|
|
2288
2289
|
# resp.portal_url #=> String
|
2289
2290
|
# resp.root_domain_unit_id #=> String
|
2290
2291
|
# resp.service_role #=> String
|
2292
|
+
# resp.single_sign_on.idc_instance_arn #=> String
|
2291
2293
|
# resp.single_sign_on.type #=> String, one of "IAM_IDC", "DISABLED"
|
2292
2294
|
# resp.single_sign_on.user_assignment #=> String, one of "AUTOMATIC", "MANUAL"
|
2293
2295
|
# resp.status #=> String, one of "CREATING", "AVAILABLE", "CREATION_FAILED", "DELETING", "DELETED", "DELETION_FAILED"
|
@@ -5330,6 +5332,7 @@ module Aws::DataZone
|
|
5330
5332
|
# resp.portal_url #=> String
|
5331
5333
|
# resp.root_domain_unit_id #=> String
|
5332
5334
|
# resp.service_role #=> String
|
5335
|
+
# resp.single_sign_on.idc_instance_arn #=> String
|
5333
5336
|
# resp.single_sign_on.type #=> String, one of "IAM_IDC", "DISABLED"
|
5334
5337
|
# resp.single_sign_on.user_assignment #=> String, one of "AUTOMATIC", "MANUAL"
|
5335
5338
|
# resp.status #=> String, one of "CREATING", "AVAILABLE", "CREATION_FAILED", "DELETING", "DELETED", "DELETION_FAILED"
|
@@ -11426,6 +11429,7 @@ module Aws::DataZone
|
|
11426
11429
|
# name: "String",
|
11427
11430
|
# service_role: "RoleArn",
|
11428
11431
|
# single_sign_on: {
|
11432
|
+
# idc_instance_arn: "SingleSignOnIdcInstanceArnString",
|
11429
11433
|
# type: "IAM_IDC", # accepts IAM_IDC, DISABLED
|
11430
11434
|
# user_assignment: "AUTOMATIC", # accepts AUTOMATIC, MANUAL
|
11431
11435
|
# },
|
@@ -11440,6 +11444,7 @@ module Aws::DataZone
|
|
11440
11444
|
# resp.name #=> String
|
11441
11445
|
# resp.root_domain_unit_id #=> String
|
11442
11446
|
# resp.service_role #=> String
|
11447
|
+
# resp.single_sign_on.idc_instance_arn #=> String
|
11443
11448
|
# resp.single_sign_on.type #=> String, one of "IAM_IDC", "DISABLED"
|
11444
11449
|
# resp.single_sign_on.user_assignment #=> String, one of "AUTOMATIC", "MANUAL"
|
11445
11450
|
#
|
@@ -12695,7 +12700,7 @@ module Aws::DataZone
|
|
12695
12700
|
tracer: tracer
|
12696
12701
|
)
|
12697
12702
|
context[:gem_name] = 'aws-sdk-datazone'
|
12698
|
-
context[:gem_version] = '1.
|
12703
|
+
context[:gem_version] = '1.34.0'
|
12699
12704
|
Seahorse::Client::Request.new(handlers, context)
|
12700
12705
|
end
|
12701
12706
|
|
@@ -854,6 +854,7 @@ module Aws::DataZone
|
|
854
854
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
855
855
|
ShortDescription = Shapes::StringShape.new(name: 'ShortDescription')
|
856
856
|
SingleSignOn = Shapes::StructureShape.new(name: 'SingleSignOn')
|
857
|
+
SingleSignOnIdcInstanceArnString = Shapes::StringShape.new(name: 'SingleSignOnIdcInstanceArnString')
|
857
858
|
Smithy = Shapes::StringShape.new(name: 'Smithy')
|
858
859
|
SortFieldConnection = Shapes::StringShape.new(name: 'SortFieldConnection')
|
859
860
|
SortFieldProject = Shapes::StringShape.new(name: 'SortFieldProject')
|
@@ -4750,6 +4751,7 @@ module Aws::DataZone
|
|
4750
4751
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
4751
4752
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
4752
4753
|
|
4754
|
+
SingleSignOn.add_member(:idc_instance_arn, Shapes::ShapeRef.new(shape: SingleSignOnIdcInstanceArnString, location_name: "idcInstanceArn"))
|
4753
4755
|
SingleSignOn.add_member(:type, Shapes::ShapeRef.new(shape: AuthType, location_name: "type"))
|
4754
4756
|
SingleSignOn.add_member(:user_assignment, Shapes::ShapeRef.new(shape: UserAssignment, location_name: "userAssignment"))
|
4755
4757
|
SingleSignOn.struct_class = Types::SingleSignOn
|
@@ -16951,6 +16951,10 @@ module Aws::DataZone
|
|
16951
16951
|
|
16952
16952
|
# The single sign-on details in Amazon DataZone.
|
16953
16953
|
#
|
16954
|
+
# @!attribute [rw] idc_instance_arn
|
16955
|
+
# The ARN of the IDC instance.
|
16956
|
+
# @return [String]
|
16957
|
+
#
|
16954
16958
|
# @!attribute [rw] type
|
16955
16959
|
# The type of single sign-on in Amazon DataZone.
|
16956
16960
|
# @return [String]
|
@@ -16962,6 +16966,7 @@ module Aws::DataZone
|
|
16962
16966
|
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/SingleSignOn AWS API Documentation
|
16963
16967
|
#
|
16964
16968
|
class SingleSignOn < Struct.new(
|
16969
|
+
:idc_instance_arn,
|
16965
16970
|
:type,
|
16966
16971
|
:user_assignment)
|
16967
16972
|
SENSITIVE = []
|
data/lib/aws-sdk-datazone.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -837,6 +837,7 @@ module Aws
|
|
837
837
|
name: ::String,
|
838
838
|
?service_role: ::String,
|
839
839
|
?single_sign_on: {
|
840
|
+
idc_instance_arn: ::String?,
|
840
841
|
type: ("IAM_IDC" | "DISABLED")?,
|
841
842
|
user_assignment: ("AUTOMATIC" | "MANUAL")?
|
842
843
|
},
|
@@ -3599,6 +3600,7 @@ module Aws
|
|
3599
3600
|
?name: ::String,
|
3600
3601
|
?service_role: ::String,
|
3601
3602
|
?single_sign_on: {
|
3603
|
+
idc_instance_arn: ::String?,
|
3602
3604
|
type: ("IAM_IDC" | "DISABLED")?,
|
3603
3605
|
user_assignment: ("AUTOMATIC" | "MANUAL")?
|
3604
3606
|
}
|
data/sig/types.rbs
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-datazone
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.34.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|