aws-sdk-datazone 1.34.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +7 -7
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +5 -5
- data/sig/types.rbs +6 -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
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.35.0
|
@@ -3301,7 +3301,7 @@ module Aws::DataZone
|
|
3301
3301
|
# @example Request syntax with placeholder values
|
3302
3302
|
#
|
3303
3303
|
# resp = client.create_rule({
|
3304
|
-
# action: "
|
3304
|
+
# action: "CREATE_LISTING_CHANGE_SET", # required, accepts CREATE_LISTING_CHANGE_SET, CREATE_SUBSCRIPTION_REQUEST
|
3305
3305
|
# client_token: "ClientToken",
|
3306
3306
|
# description: "Description",
|
3307
3307
|
# detail: { # required
|
@@ -3337,7 +3337,7 @@ module Aws::DataZone
|
|
3337
3337
|
#
|
3338
3338
|
# @example Response structure
|
3339
3339
|
#
|
3340
|
-
# resp.action #=> String, one of "CREATE_SUBSCRIPTION_REQUEST"
|
3340
|
+
# resp.action #=> String, one of "CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST"
|
3341
3341
|
# resp.created_at #=> Time
|
3342
3342
|
# resp.created_by #=> String
|
3343
3343
|
# resp.description #=> String
|
@@ -6501,7 +6501,7 @@ module Aws::DataZone
|
|
6501
6501
|
#
|
6502
6502
|
# @example Response structure
|
6503
6503
|
#
|
6504
|
-
# resp.action #=> String, one of "CREATE_SUBSCRIPTION_REQUEST"
|
6504
|
+
# resp.action #=> String, one of "CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST"
|
6505
6505
|
# resp.created_at #=> Time
|
6506
6506
|
# resp.created_by #=> String
|
6507
6507
|
# resp.description #=> String
|
@@ -8847,7 +8847,7 @@ module Aws::DataZone
|
|
8847
8847
|
# @example Request syntax with placeholder values
|
8848
8848
|
#
|
8849
8849
|
# resp = client.list_rules({
|
8850
|
-
# action: "
|
8850
|
+
# action: "CREATE_LISTING_CHANGE_SET", # accepts CREATE_LISTING_CHANGE_SET, CREATE_SUBSCRIPTION_REQUEST
|
8851
8851
|
# asset_types: ["AssetTypeIdentifier"],
|
8852
8852
|
# data_product: false,
|
8853
8853
|
# domain_identifier: "DomainId", # required
|
@@ -8863,7 +8863,7 @@ module Aws::DataZone
|
|
8863
8863
|
# @example Response structure
|
8864
8864
|
#
|
8865
8865
|
# resp.items #=> Array
|
8866
|
-
# 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"
|
8867
8867
|
# resp.items[0].identifier #=> String
|
8868
8868
|
# resp.items[0].last_updated_by #=> String
|
8869
8869
|
# resp.items[0].name #=> String
|
@@ -12305,7 +12305,7 @@ module Aws::DataZone
|
|
12305
12305
|
#
|
12306
12306
|
# @example Response structure
|
12307
12307
|
#
|
12308
|
-
# resp.action #=> String, one of "CREATE_SUBSCRIPTION_REQUEST"
|
12308
|
+
# resp.action #=> String, one of "CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST"
|
12309
12309
|
# resp.created_at #=> Time
|
12310
12310
|
# resp.created_by #=> String
|
12311
12311
|
# resp.description #=> String
|
@@ -12700,7 +12700,7 @@ module Aws::DataZone
|
|
12700
12700
|
tracer: tracer
|
12701
12701
|
)
|
12702
12702
|
context[:gem_name] = 'aws-sdk-datazone'
|
12703
|
-
context[:gem_version] = '1.
|
12703
|
+
context[:gem_version] = '1.35.0'
|
12704
12704
|
Seahorse::Client::Request.new(handlers, context)
|
12705
12705
|
end
|
12706
12706
|
|
data/lib/aws-sdk-datazone.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -1187,7 +1187,7 @@ module Aws
|
|
1187
1187
|
|
1188
1188
|
interface _CreateRuleResponseSuccess
|
1189
1189
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateRuleOutput]
|
1190
|
-
def action: () -> ("CREATE_SUBSCRIPTION_REQUEST")
|
1190
|
+
def action: () -> ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST")
|
1191
1191
|
def created_at: () -> ::Time
|
1192
1192
|
def created_by: () -> ::String
|
1193
1193
|
def description: () -> ::String
|
@@ -1201,7 +1201,7 @@ module Aws
|
|
1201
1201
|
end
|
1202
1202
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_rule-instance_method
|
1203
1203
|
def create_rule: (
|
1204
|
-
action: ("CREATE_SUBSCRIPTION_REQUEST"),
|
1204
|
+
action: ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST"),
|
1205
1205
|
?client_token: ::String,
|
1206
1206
|
?description: ::String,
|
1207
1207
|
detail: {
|
@@ -2241,7 +2241,7 @@ module Aws
|
|
2241
2241
|
|
2242
2242
|
interface _GetRuleResponseSuccess
|
2243
2243
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetRuleOutput]
|
2244
|
-
def action: () -> ("CREATE_SUBSCRIPTION_REQUEST")
|
2244
|
+
def action: () -> ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST")
|
2245
2245
|
def created_at: () -> ::Time
|
2246
2246
|
def created_by: () -> ::String
|
2247
2247
|
def description: () -> ::String
|
@@ -2779,7 +2779,7 @@ module Aws
|
|
2779
2779
|
end
|
2780
2780
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#list_rules-instance_method
|
2781
2781
|
def list_rules: (
|
2782
|
-
?action: ("CREATE_SUBSCRIPTION_REQUEST"),
|
2782
|
+
?action: ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST"),
|
2783
2783
|
?asset_types: Array[::String],
|
2784
2784
|
?data_product: bool,
|
2785
2785
|
domain_identifier: ::String,
|
@@ -3899,7 +3899,7 @@ module Aws
|
|
3899
3899
|
|
3900
3900
|
interface _UpdateRuleResponseSuccess
|
3901
3901
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateRuleOutput]
|
3902
|
-
def action: () -> ("CREATE_SUBSCRIPTION_REQUEST")
|
3902
|
+
def action: () -> ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST")
|
3903
3903
|
def created_at: () -> ::Time
|
3904
3904
|
def created_by: () -> ::String
|
3905
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
|
@@ -5370,7 +5370,7 @@ module Aws::DataZone
|
|
5370
5370
|
end
|
5371
5371
|
|
5372
5372
|
class UpdateRuleOutput
|
5373
|
-
attr_accessor action: ("CREATE_SUBSCRIPTION_REQUEST")
|
5373
|
+
attr_accessor action: ("CREATE_LISTING_CHANGE_SET" | "CREATE_SUBSCRIPTION_REQUEST")
|
5374
5374
|
attr_accessor created_at: ::Time
|
5375
5375
|
attr_accessor created_by: ::String
|
5376
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
|