aws-sdk-datazone 1.25.0 → 1.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a33e6d6827bb46a160bf5a77b29d626b9313d98323a86102ca507392d1a296e8
4
- data.tar.gz: c3de810231979e03e3aa87fcfb5e2e3b8bf33b964f6450078189e84766ea79d7
3
+ metadata.gz: d949f5b571feb05b8c3b93ae95585938375107fc7c8b82ea4240e04bb7820fe7
4
+ data.tar.gz: 891e84aeb3ee60b202d617e94106e0d590c06072d64ac47b7dbe6449988fce83
5
5
  SHA512:
6
- metadata.gz: 563a70d687bfcb7fafa7ec854775566bedc23b0af927f6f96da059a962f5cc5be97aeb70468a53b4343a838400d919e4887ec290cd59be294da8f6da6a54602e
7
- data.tar.gz: f627b229fcd602d7d5a293edeebf922c30d1e893842b95af54b3a3fafd219c05a7e53fab9513f54b677514c83b60bea79be2fbb489435ec648ba0b7b8812fd70
6
+ metadata.gz: 725ec8f4bce26c9c2c7a26c1f79a92fc15212639d8b859199e7ac950d1b0734961d79b693ce193a67a7b4d66ca56fb245e38a91d63cdcf5ea176f9adade47374
7
+ data.tar.gz: 13f71b9d6b6b0df80de494e7c453687600ef058e2ee2e25d58777f7553b5e9024447c43bd12cfc96a0c129f91d3b7edebe8909457a08791065779d6ccd986b04
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2024-10-18)
5
+ ------------------
6
+
7
+ * Feature - Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API.
8
+
9
+ 1.26.0 (2024-09-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.25.0 (2024-09-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.27.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:datazone)
40
-
41
39
  module Aws::DataZone
42
40
  # An API client for DataZone. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -754,7 +752,7 @@ module Aws::DataZone
754
752
  # group_identifier: "GroupIdentifier",
755
753
  # },
756
754
  # project: {
757
- # project_designation: "OWNER", # required, accepts OWNER, CONTRIBUTOR
755
+ # project_designation: "OWNER", # required, accepts OWNER, CONTRIBUTOR, PROJECT_CATALOG_STEWARD
758
756
  # project_grant_filter: {
759
757
  # domain_unit_filter: {
760
758
  # domain_unit: "DomainUnitId", # required
@@ -2707,7 +2705,7 @@ module Aws::DataZone
2707
2705
  # @example Request syntax with placeholder values
2708
2706
  #
2709
2707
  # resp = client.create_project_membership({
2710
- # designation: "PROJECT_OWNER", # required, accepts PROJECT_OWNER, PROJECT_CONTRIBUTOR
2708
+ # designation: "PROJECT_OWNER", # required, accepts PROJECT_OWNER, PROJECT_CONTRIBUTOR, PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER, PROJECT_CATALOG_STEWARD
2711
2709
  # domain_identifier: "DomainId", # required
2712
2710
  # member: { # required
2713
2711
  # group_identifier: "String",
@@ -7006,7 +7004,7 @@ module Aws::DataZone
7006
7004
  # resp.grant_list[0].principal.domain_unit.domain_unit_designation #=> String, one of "OWNER"
7007
7005
  # resp.grant_list[0].principal.domain_unit.domain_unit_identifier #=> String
7008
7006
  # resp.grant_list[0].principal.group.group_identifier #=> String
7009
- # resp.grant_list[0].principal.project.project_designation #=> String, one of "OWNER", "CONTRIBUTOR"
7007
+ # resp.grant_list[0].principal.project.project_designation #=> String, one of "OWNER", "CONTRIBUTOR", "PROJECT_CATALOG_STEWARD"
7010
7008
  # resp.grant_list[0].principal.project.project_grant_filter.domain_unit_filter.domain_unit #=> String
7011
7009
  # resp.grant_list[0].principal.project.project_grant_filter.domain_unit_filter.include_child_domain_units #=> Boolean
7012
7010
  # resp.grant_list[0].principal.project.project_identifier #=> String
@@ -7073,7 +7071,7 @@ module Aws::DataZone
7073
7071
  # @example Response structure
7074
7072
  #
7075
7073
  # resp.members #=> Array
7076
- # resp.members[0].designation #=> String, one of "PROJECT_OWNER", "PROJECT_CONTRIBUTOR"
7074
+ # resp.members[0].designation #=> String, one of "PROJECT_OWNER", "PROJECT_CONTRIBUTOR", "PROJECT_CATALOG_VIEWER", "PROJECT_CATALOG_CONSUMER", "PROJECT_CATALOG_STEWARD"
7077
7075
  # resp.members[0].member_details.group.group_id #=> String
7078
7076
  # resp.members[0].member_details.user.user_id #=> String
7079
7077
  # resp.next_token #=> String
@@ -8145,7 +8143,7 @@ module Aws::DataZone
8145
8143
  # group_identifier: "GroupIdentifier",
8146
8144
  # },
8147
8145
  # project: {
8148
- # project_designation: "OWNER", # required, accepts OWNER, CONTRIBUTOR
8146
+ # project_designation: "OWNER", # required, accepts OWNER, CONTRIBUTOR, PROJECT_CATALOG_STEWARD
8149
8147
  # project_grant_filter: {
8150
8148
  # domain_unit_filter: {
8151
8149
  # domain_unit: "DomainUnitId", # required
@@ -10397,7 +10395,7 @@ module Aws::DataZone
10397
10395
  tracer: tracer
10398
10396
  )
10399
10397
  context[:gem_name] = 'aws-sdk-datazone'
10400
- context[:gem_version] = '1.25.0'
10398
+ context[:gem_version] = '1.27.0'
10401
10399
  Seahorse::Client::Request.new(handlers, context)
10402
10400
  end
10403
10401
 
@@ -45,10 +45,15 @@ module Aws::DataZone
45
45
  self[:region] = options[:region]
46
46
  self[:use_fips] = options[:use_fips]
47
47
  self[:use_fips] = false if self[:use_fips].nil?
48
- if self[:use_fips].nil?
49
- raise ArgumentError, "Missing required EndpointParameter: :use_fips"
50
- end
51
48
  self[:endpoint] = options[:endpoint]
52
49
  end
50
+
51
+ def self.create(config, options={})
52
+ new({
53
+ region: config.region,
54
+ use_fips: config.use_fips_endpoint,
55
+ endpoint: (config.endpoint.to_s unless config.regional_endpoint),
56
+ }.merge(options))
57
+ end
53
58
  end
54
59
  end