aws-sdk-datazone 1.33.0 → 1.35.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 +12 -7
- 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 +7 -5
- data/sig/types.rbs +7 -6
- 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: 655034ba8e79118abfc93663bf2bd00765bd8a386fc51570d927d0fc32636f64
|
4
|
+
data.tar.gz: 8469eefd92337fd0c2170bd50e18b0b5a01b7cf8290e4f56970bec726d019249
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e11d7315b861beacd79c3010ccd742a72930287e6fb967f79e8eeba9f98a0b6d7b1015c975c274e7a6bbba1d07f39e910d836ed3fa54644e205fc7e53619e56a
|
7
|
+
data.tar.gz: db7024affe7cd8dc78d2f356b976661b6b87463d3390b63ab0e79403f9b1aed7a7cd5365c468b14d0f7af54635cefb4b232180985d332f676a0ec8eea77691fc
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.35.0 (2025-03-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds new action type of Create Listing Changeset for the Metadata Enforcement Rule feature.
|
8
|
+
|
9
|
+
1.34.0 (2025-03-21)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add support for overriding selection of default AWS IAM Identity Center instance as part of Amazon DataZone domain APIs.
|
13
|
+
|
4
14
|
1.33.0 (2025-03-13)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.35.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"
|
@@ -3299,7 +3301,7 @@ module Aws::DataZone
|
|
3299
3301
|
# @example Request syntax with placeholder values
|
3300
3302
|
#
|
3301
3303
|
# resp = client.create_rule({
|
3302
|
-
# action: "
|
3304
|
+
# action: "CREATE_LISTING_CHANGE_SET", # required, accepts CREATE_LISTING_CHANGE_SET, CREATE_SUBSCRIPTION_REQUEST
|
3303
3305
|
# client_token: "ClientToken",
|
3304
3306
|
# description: "Description",
|
3305
3307
|
# detail: { # required
|
@@ -3335,7 +3337,7 @@ module Aws::DataZone
|
|
3335
3337
|
#
|
3336
3338
|
# @example Response structure
|
3337
3339
|
#
|
3338
|
-
# resp.action #=> String, one of "CREATE_SUBSCRIPTION_REQUEST"
|
3340
|
+
# resp.action #=> String, one of "CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST"
|
3339
3341
|
# resp.created_at #=> Time
|
3340
3342
|
# resp.created_by #=> String
|
3341
3343
|
# resp.description #=> String
|
@@ -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"
|
@@ -6498,7 +6501,7 @@ module Aws::DataZone
|
|
6498
6501
|
#
|
6499
6502
|
# @example Response structure
|
6500
6503
|
#
|
6501
|
-
# resp.action #=> String, one of "CREATE_SUBSCRIPTION_REQUEST"
|
6504
|
+
# resp.action #=> String, one of "CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST"
|
6502
6505
|
# resp.created_at #=> Time
|
6503
6506
|
# resp.created_by #=> String
|
6504
6507
|
# resp.description #=> String
|
@@ -8844,7 +8847,7 @@ module Aws::DataZone
|
|
8844
8847
|
# @example Request syntax with placeholder values
|
8845
8848
|
#
|
8846
8849
|
# resp = client.list_rules({
|
8847
|
-
# action: "
|
8850
|
+
# action: "CREATE_LISTING_CHANGE_SET", # accepts CREATE_LISTING_CHANGE_SET, CREATE_SUBSCRIPTION_REQUEST
|
8848
8851
|
# asset_types: ["AssetTypeIdentifier"],
|
8849
8852
|
# data_product: false,
|
8850
8853
|
# domain_identifier: "DomainId", # required
|
@@ -8860,7 +8863,7 @@ module Aws::DataZone
|
|
8860
8863
|
# @example Response structure
|
8861
8864
|
#
|
8862
8865
|
# resp.items #=> Array
|
8863
|
-
# resp.items[0].action #=> String, one of "CREATE_SUBSCRIPTION_REQUEST"
|
8866
|
+
# resp.items[0].action #=> String, one of "CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST"
|
8864
8867
|
# resp.items[0].identifier #=> String
|
8865
8868
|
# resp.items[0].last_updated_by #=> String
|
8866
8869
|
# resp.items[0].name #=> String
|
@@ -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
|
#
|
@@ -12300,7 +12305,7 @@ module Aws::DataZone
|
|
12300
12305
|
#
|
12301
12306
|
# @example Response structure
|
12302
12307
|
#
|
12303
|
-
# resp.action #=> String, one of "CREATE_SUBSCRIPTION_REQUEST"
|
12308
|
+
# resp.action #=> String, one of "CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST"
|
12304
12309
|
# resp.created_at #=> Time
|
12305
12310
|
# resp.created_by #=> String
|
12306
12311
|
# resp.description #=> String
|
@@ -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.35.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
|
},
|
@@ -1186,7 +1187,7 @@ module Aws
|
|
1186
1187
|
|
1187
1188
|
interface _CreateRuleResponseSuccess
|
1188
1189
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateRuleOutput]
|
1189
|
-
def action: () -> ("CREATE_SUBSCRIPTION_REQUEST")
|
1190
|
+
def action: () -> ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST")
|
1190
1191
|
def created_at: () -> ::Time
|
1191
1192
|
def created_by: () -> ::String
|
1192
1193
|
def description: () -> ::String
|
@@ -1200,7 +1201,7 @@ module Aws
|
|
1200
1201
|
end
|
1201
1202
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_rule-instance_method
|
1202
1203
|
def create_rule: (
|
1203
|
-
action: ("CREATE_SUBSCRIPTION_REQUEST"),
|
1204
|
+
action: ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST"),
|
1204
1205
|
?client_token: ::String,
|
1205
1206
|
?description: ::String,
|
1206
1207
|
detail: {
|
@@ -2240,7 +2241,7 @@ module Aws
|
|
2240
2241
|
|
2241
2242
|
interface _GetRuleResponseSuccess
|
2242
2243
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetRuleOutput]
|
2243
|
-
def action: () -> ("CREATE_SUBSCRIPTION_REQUEST")
|
2244
|
+
def action: () -> ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST")
|
2244
2245
|
def created_at: () -> ::Time
|
2245
2246
|
def created_by: () -> ::String
|
2246
2247
|
def description: () -> ::String
|
@@ -2778,7 +2779,7 @@ module Aws
|
|
2778
2779
|
end
|
2779
2780
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#list_rules-instance_method
|
2780
2781
|
def list_rules: (
|
2781
|
-
?action: ("CREATE_SUBSCRIPTION_REQUEST"),
|
2782
|
+
?action: ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST"),
|
2782
2783
|
?asset_types: Array[::String],
|
2783
2784
|
?data_product: bool,
|
2784
2785
|
domain_identifier: ::String,
|
@@ -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
|
}
|
@@ -3897,7 +3899,7 @@ module Aws
|
|
3897
3899
|
|
3898
3900
|
interface _UpdateRuleResponseSuccess
|
3899
3901
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRuleOutput]
|
3900
|
-
def action: () -> ("CREATE_SUBSCRIPTION_REQUEST")
|
3902
|
+
def action: () -> ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST")
|
3901
3903
|
def created_at: () -> ::Time
|
3902
3904
|
def created_by: () -> ::String
|
3903
3905
|
def description: () -> ::String
|
data/sig/types.rbs
CHANGED
@@ -1112,7 +1112,7 @@ module Aws::DataZone
|
|
1112
1112
|
end
|
1113
1113
|
|
1114
1114
|
class CreateRuleInput
|
1115
|
-
attr_accessor action: ("CREATE_SUBSCRIPTION_REQUEST")
|
1115
|
+
attr_accessor action: ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST")
|
1116
1116
|
attr_accessor client_token: ::String
|
1117
1117
|
attr_accessor description: ::String
|
1118
1118
|
attr_accessor detail: Types::RuleDetail
|
@@ -1124,7 +1124,7 @@ module Aws::DataZone
|
|
1124
1124
|
end
|
1125
1125
|
|
1126
1126
|
class CreateRuleOutput
|
1127
|
-
attr_accessor action: ("CREATE_SUBSCRIPTION_REQUEST")
|
1127
|
+
attr_accessor action: ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST")
|
1128
1128
|
attr_accessor created_at: ::Time
|
1129
1129
|
attr_accessor created_by: ::String
|
1130
1130
|
attr_accessor description: ::String
|
@@ -2577,7 +2577,7 @@ module Aws::DataZone
|
|
2577
2577
|
end
|
2578
2578
|
|
2579
2579
|
class GetRuleOutput
|
2580
|
-
attr_accessor action: ("CREATE_SUBSCRIPTION_REQUEST")
|
2580
|
+
attr_accessor action: ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST")
|
2581
2581
|
attr_accessor created_at: ::Time
|
2582
2582
|
attr_accessor created_by: ::String
|
2583
2583
|
attr_accessor description: ::String
|
@@ -3470,7 +3470,7 @@ module Aws::DataZone
|
|
3470
3470
|
end
|
3471
3471
|
|
3472
3472
|
class ListRulesInput
|
3473
|
-
attr_accessor action: ("CREATE_SUBSCRIPTION_REQUEST")
|
3473
|
+
attr_accessor action: ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST")
|
3474
3474
|
attr_accessor asset_types: ::Array[::String]
|
3475
3475
|
attr_accessor data_product: bool
|
3476
3476
|
attr_accessor domain_identifier: ::String
|
@@ -4430,7 +4430,7 @@ module Aws::DataZone
|
|
4430
4430
|
end
|
4431
4431
|
|
4432
4432
|
class RuleSummary
|
4433
|
-
attr_accessor action: ("CREATE_SUBSCRIPTION_REQUEST")
|
4433
|
+
attr_accessor action: ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST")
|
4434
4434
|
attr_accessor identifier: ::String
|
4435
4435
|
attr_accessor last_updated_by: ::String
|
4436
4436
|
attr_accessor name: ::String
|
@@ -4661,6 +4661,7 @@ module Aws::DataZone
|
|
4661
4661
|
end
|
4662
4662
|
|
4663
4663
|
class SingleSignOn
|
4664
|
+
attr_accessor idc_instance_arn: ::String
|
4664
4665
|
attr_accessor type: ("IAM_IDC" | "DISABLED")
|
4665
4666
|
attr_accessor user_assignment: ("AUTOMATIC" | "MANUAL")
|
4666
4667
|
SENSITIVE: []
|
@@ -5369,7 +5370,7 @@ module Aws::DataZone
|
|
5369
5370
|
end
|
5370
5371
|
|
5371
5372
|
class UpdateRuleOutput
|
5372
|
-
attr_accessor action: ("CREATE_SUBSCRIPTION_REQUEST")
|
5373
|
+
attr_accessor action: ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST")
|
5373
5374
|
attr_accessor created_at: ::Time
|
5374
5375
|
attr_accessor created_by: ::String
|
5375
5376
|
attr_accessor description: ::String
|
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.35.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-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|