aws-sdk-cleanroomsml 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 387fa5d98c82c1a4a11b7e0cc0b249f60e26c455ad6a908c86b34811a182209c
4
- data.tar.gz: b3e05ec27c7f23e5fa86db16b487154420c4e965affc0d3622f5aa712d105b66
3
+ metadata.gz: 2af5fe5a148dd493e745f8a2921ac22c22c4879fea22d665df96e05078f3a739
4
+ data.tar.gz: aba7f83ed3cb52c72a2d6c25fb235b996cc13f83d5d695da73487a7d348ecf84
5
5
  SHA512:
6
- metadata.gz: d69e264d66982e450ca5d140a827cc36b156e67123a404d5fd2f9ac94171b6c2976d865df8b2094263017b974d6660cf1789072b7dae6354d7d7e24cc9487c15
7
- data.tar.gz: 7948d3e0098ddf238a9f9cfb7723e08e66aef06ac9d2cdb923cd1dee18d5a1acd73d2521005837e61398c7b9ea87bd5413cb43a291aea29336c14e7e77152e19
6
+ metadata.gz: 71d6c25ff455a7662855bd03f915f02815b31afe097d3a7f585b1a820abc699f75e7103498da75f51a6e320ae652bdf15bdf8885f843ce48a9c71934e1e90ae5
7
+ data.tar.gz: 60e40bfa271b0f2711b02a37f4a6cfbf3e7cc1f187785e4d3bd72653ab71dd20bb5fce64a834f0b134a73068a28f8859f2d246826cc55dcef55ba6eaf31f252c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2025-10-01)
5
+ ------------------
6
+
7
+ * Feature - This release introduces data access budgets to view how many times an input channel can be used for ML jobs in a collaboration.
8
+
4
9
  1.34.0 (2025-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -1853,6 +1853,7 @@ module Aws::CleanRoomsML
1853
1853
  # * {Types::GetCollaborationMLInputChannelResponse#status_details #status_details} => Types::StatusDetails
1854
1854
  # * {Types::GetCollaborationMLInputChannelResponse#retention_in_days #retention_in_days} => Integer
1855
1855
  # * {Types::GetCollaborationMLInputChannelResponse#number_of_records #number_of_records} => Integer
1856
+ # * {Types::GetCollaborationMLInputChannelResponse#privacy_budgets #privacy_budgets} => Types::PrivacyBudgets
1856
1857
  # * {Types::GetCollaborationMLInputChannelResponse#description #description} => String
1857
1858
  # * {Types::GetCollaborationMLInputChannelResponse#create_time #create_time} => Time
1858
1859
  # * {Types::GetCollaborationMLInputChannelResponse#update_time #update_time} => Time
@@ -1878,6 +1879,16 @@ module Aws::CleanRoomsML
1878
1879
  # resp.status_details.message #=> String
1879
1880
  # resp.retention_in_days #=> Integer
1880
1881
  # resp.number_of_records #=> Integer
1882
+ # resp.privacy_budgets.access_budgets #=> Array
1883
+ # resp.privacy_budgets.access_budgets[0].resource_arn #=> String
1884
+ # resp.privacy_budgets.access_budgets[0].details #=> Array
1885
+ # resp.privacy_budgets.access_budgets[0].details[0].start_time #=> Time
1886
+ # resp.privacy_budgets.access_budgets[0].details[0].end_time #=> Time
1887
+ # resp.privacy_budgets.access_budgets[0].details[0].remaining_budget #=> Integer
1888
+ # resp.privacy_budgets.access_budgets[0].details[0].budget #=> Integer
1889
+ # resp.privacy_budgets.access_budgets[0].details[0].budget_type #=> String, one of "CALENDAR_DAY", "CALENDAR_MONTH", "CALENDAR_WEEK", "LIFETIME"
1890
+ # resp.privacy_budgets.access_budgets[0].details[0].auto_refresh #=> String, one of "ENABLED", "DISABLED"
1891
+ # resp.privacy_budgets.access_budgets[0].aggregate_remaining_budget #=> Integer
1881
1892
  # resp.description #=> String
1882
1893
  # resp.create_time #=> Time
1883
1894
  # resp.update_time #=> Time
@@ -2260,6 +2271,7 @@ module Aws::CleanRoomsML
2260
2271
  # * {Types::GetMLInputChannelResponse#status_details #status_details} => Types::StatusDetails
2261
2272
  # * {Types::GetMLInputChannelResponse#retention_in_days #retention_in_days} => Integer
2262
2273
  # * {Types::GetMLInputChannelResponse#number_of_records #number_of_records} => Integer
2274
+ # * {Types::GetMLInputChannelResponse#privacy_budgets #privacy_budgets} => Types::PrivacyBudgets
2263
2275
  # * {Types::GetMLInputChannelResponse#description #description} => String
2264
2276
  # * {Types::GetMLInputChannelResponse#create_time #create_time} => Time
2265
2277
  # * {Types::GetMLInputChannelResponse#update_time #update_time} => Time
@@ -2290,6 +2302,16 @@ module Aws::CleanRoomsML
2290
2302
  # resp.status_details.message #=> String
2291
2303
  # resp.retention_in_days #=> Integer
2292
2304
  # resp.number_of_records #=> Integer
2305
+ # resp.privacy_budgets.access_budgets #=> Array
2306
+ # resp.privacy_budgets.access_budgets[0].resource_arn #=> String
2307
+ # resp.privacy_budgets.access_budgets[0].details #=> Array
2308
+ # resp.privacy_budgets.access_budgets[0].details[0].start_time #=> Time
2309
+ # resp.privacy_budgets.access_budgets[0].details[0].end_time #=> Time
2310
+ # resp.privacy_budgets.access_budgets[0].details[0].remaining_budget #=> Integer
2311
+ # resp.privacy_budgets.access_budgets[0].details[0].budget #=> Integer
2312
+ # resp.privacy_budgets.access_budgets[0].details[0].budget_type #=> String, one of "CALENDAR_DAY", "CALENDAR_MONTH", "CALENDAR_WEEK", "LIFETIME"
2313
+ # resp.privacy_budgets.access_budgets[0].details[0].auto_refresh #=> String, one of "ENABLED", "DISABLED"
2314
+ # resp.privacy_budgets.access_budgets[0].aggregate_remaining_budget #=> Integer
2293
2315
  # resp.description #=> String
2294
2316
  # resp.create_time #=> Time
2295
2317
  # resp.update_time #=> Time
@@ -4053,7 +4075,7 @@ module Aws::CleanRoomsML
4053
4075
  tracer: tracer
4054
4076
  )
4055
4077
  context[:gem_name] = 'aws-sdk-cleanroomsml'
4056
- context[:gem_version] = '1.34.0'
4078
+ context[:gem_version] = '1.35.0'
4057
4079
  Seahorse::Client::Request.new(handlers, context)
4058
4080
  end
4059
4081
 
@@ -14,6 +14,11 @@ module Aws::CleanRoomsML
14
14
 
15
15
  include Seahorse::Model
16
16
 
17
+ AccessBudget = Shapes::StructureShape.new(name: 'AccessBudget')
18
+ AccessBudgetDetails = Shapes::StructureShape.new(name: 'AccessBudgetDetails')
19
+ AccessBudgetDetailsList = Shapes::ListShape.new(name: 'AccessBudgetDetailsList')
20
+ AccessBudgetType = Shapes::StringShape.new(name: 'AccessBudgetType')
21
+ AccessBudgets = Shapes::ListShape.new(name: 'AccessBudgets')
17
22
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
23
  AccountId = Shapes::StringShape.new(name: 'AccountId')
19
24
  AccountIdList = Shapes::ListShape.new(name: 'AccountIdList')
@@ -39,7 +44,10 @@ module Aws::CleanRoomsML
39
44
  AudienceSizeConfig = Shapes::StructureShape.new(name: 'AudienceSizeConfig')
40
45
  AudienceSizeType = Shapes::StringShape.new(name: 'AudienceSizeType')
41
46
  AudienceSizeValue = Shapes::IntegerShape.new(name: 'AudienceSizeValue')
47
+ AutoRefreshMode = Shapes::StringShape.new(name: 'AutoRefreshMode')
42
48
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
49
+ Budget = Shapes::IntegerShape.new(name: 'Budget')
50
+ BudgetedResourceArn = Shapes::StringShape.new(name: 'BudgetedResourceArn')
43
51
  CancelTrainedModelInferenceJobRequest = Shapes::StructureShape.new(name: 'CancelTrainedModelInferenceJobRequest')
44
52
  CancelTrainedModelRequest = Shapes::StructureShape.new(name: 'CancelTrainedModelRequest')
45
53
  CollaborationConfiguredModelAlgorithmAssociationList = Shapes::ListShape.new(name: 'CollaborationConfiguredModelAlgorithmAssociationList')
@@ -249,6 +257,7 @@ module Aws::CleanRoomsML
249
257
  ParameterMap = Shapes::MapShape.new(name: 'ParameterMap')
250
258
  ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
251
259
  PolicyExistenceCondition = Shapes::StringShape.new(name: 'PolicyExistenceCondition')
260
+ PrivacyBudgets = Shapes::UnionShape.new(name: 'PrivacyBudgets')
252
261
  PrivacyConfiguration = Shapes::StructureShape.new(name: 'PrivacyConfiguration')
253
262
  PrivacyConfigurationPolicies = Shapes::StructureShape.new(name: 'PrivacyConfigurationPolicies')
254
263
  ProtectedQueryInputParameters = Shapes::StructureShape.new(name: 'ProtectedQueryInputParameters')
@@ -334,6 +343,23 @@ module Aws::CleanRoomsML
334
343
  WorkerComputeConfigurationNumberInteger = Shapes::IntegerShape.new(name: 'WorkerComputeConfigurationNumberInteger')
335
344
  WorkerComputeType = Shapes::StringShape.new(name: 'WorkerComputeType')
336
345
 
346
+ AccessBudget.add_member(:resource_arn, Shapes::ShapeRef.new(shape: BudgetedResourceArn, required: true, location_name: "resourceArn"))
347
+ AccessBudget.add_member(:details, Shapes::ShapeRef.new(shape: AccessBudgetDetailsList, required: true, location_name: "details"))
348
+ AccessBudget.add_member(:aggregate_remaining_budget, Shapes::ShapeRef.new(shape: Budget, required: true, location_name: "aggregateRemainingBudget"))
349
+ AccessBudget.struct_class = Types::AccessBudget
350
+
351
+ AccessBudgetDetails.add_member(:start_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "startTime"))
352
+ AccessBudgetDetails.add_member(:end_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "endTime"))
353
+ AccessBudgetDetails.add_member(:remaining_budget, Shapes::ShapeRef.new(shape: Budget, required: true, location_name: "remainingBudget"))
354
+ AccessBudgetDetails.add_member(:budget, Shapes::ShapeRef.new(shape: Budget, required: true, location_name: "budget"))
355
+ AccessBudgetDetails.add_member(:budget_type, Shapes::ShapeRef.new(shape: AccessBudgetType, required: true, location_name: "budgetType"))
356
+ AccessBudgetDetails.add_member(:auto_refresh, Shapes::ShapeRef.new(shape: AutoRefreshMode, location_name: "autoRefresh"))
357
+ AccessBudgetDetails.struct_class = Types::AccessBudgetDetails
358
+
359
+ AccessBudgetDetailsList.member = Shapes::ShapeRef.new(shape: AccessBudgetDetails)
360
+
361
+ AccessBudgets.member = Shapes::ShapeRef.new(shape: AccessBudget)
362
+
337
363
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
338
364
  AccessDeniedException.struct_class = Types::AccessDeniedException
339
365
 
@@ -775,6 +801,7 @@ module Aws::CleanRoomsML
775
801
  GetCollaborationMLInputChannelResponse.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "statusDetails"))
776
802
  GetCollaborationMLInputChannelResponse.add_member(:retention_in_days, Shapes::ShapeRef.new(shape: GetCollaborationMLInputChannelResponseRetentionInDaysInteger, required: true, location_name: "retentionInDays"))
777
803
  GetCollaborationMLInputChannelResponse.add_member(:number_of_records, Shapes::ShapeRef.new(shape: GetCollaborationMLInputChannelResponseNumberOfRecordsLong, location_name: "numberOfRecords"))
804
+ GetCollaborationMLInputChannelResponse.add_member(:privacy_budgets, Shapes::ShapeRef.new(shape: PrivacyBudgets, location_name: "privacyBudgets"))
778
805
  GetCollaborationMLInputChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
779
806
  GetCollaborationMLInputChannelResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
780
807
  GetCollaborationMLInputChannelResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
@@ -890,6 +917,7 @@ module Aws::CleanRoomsML
890
917
  GetMLInputChannelResponse.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "statusDetails"))
891
918
  GetMLInputChannelResponse.add_member(:retention_in_days, Shapes::ShapeRef.new(shape: GetMLInputChannelResponseRetentionInDaysInteger, required: true, location_name: "retentionInDays"))
892
919
  GetMLInputChannelResponse.add_member(:number_of_records, Shapes::ShapeRef.new(shape: GetMLInputChannelResponseNumberOfRecordsLong, location_name: "numberOfRecords"))
920
+ GetMLInputChannelResponse.add_member(:privacy_budgets, Shapes::ShapeRef.new(shape: PrivacyBudgets, location_name: "privacyBudgets"))
893
921
  GetMLInputChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
894
922
  GetMLInputChannelResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
895
923
  GetMLInputChannelResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
@@ -1246,6 +1274,12 @@ module Aws::CleanRoomsML
1246
1274
  ParameterMap.key = Shapes::ShapeRef.new(shape: ParameterKey)
1247
1275
  ParameterMap.value = Shapes::ShapeRef.new(shape: ParameterValue)
1248
1276
 
1277
+ PrivacyBudgets.add_member(:access_budgets, Shapes::ShapeRef.new(shape: AccessBudgets, location_name: "accessBudgets"))
1278
+ PrivacyBudgets.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1279
+ PrivacyBudgets.add_member_subclass(:access_budgets, Types::PrivacyBudgets::AccessBudgets)
1280
+ PrivacyBudgets.add_member_subclass(:unknown, Types::PrivacyBudgets::Unknown)
1281
+ PrivacyBudgets.struct_class = Types::PrivacyBudgets
1282
+
1249
1283
  PrivacyConfiguration.add_member(:policies, Shapes::ShapeRef.new(shape: PrivacyConfigurationPolicies, required: true, location_name: "policies"))
1250
1284
  PrivacyConfiguration.struct_class = Types::PrivacyConfiguration
1251
1285
 
@@ -10,6 +10,77 @@
10
10
  module Aws::CleanRoomsML
11
11
  module Types
12
12
 
13
+ # An access budget that defines consumption limits for a specific
14
+ # resource within defined time periods.
15
+ #
16
+ # @!attribute [rw] resource_arn
17
+ # The Amazon Resource Name (ARN) of the resource that this access
18
+ # budget applies to.
19
+ # @return [String]
20
+ #
21
+ # @!attribute [rw] details
22
+ # A list of budget details for this resource. Contains active budget
23
+ # periods that apply to the resource.
24
+ # @return [Array<Types::AccessBudgetDetails>]
25
+ #
26
+ # @!attribute [rw] aggregate_remaining_budget
27
+ # The total remaining budget across all active budget periods for this
28
+ # resource.
29
+ # @return [Integer]
30
+ #
31
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/AccessBudget AWS API Documentation
32
+ #
33
+ class AccessBudget < Struct.new(
34
+ :resource_arn,
35
+ :details,
36
+ :aggregate_remaining_budget)
37
+ SENSITIVE = []
38
+ include Aws::Structure
39
+ end
40
+
41
+ # The detailed information for a specific budget period, including time
42
+ # boundaries and budget amounts.
43
+ #
44
+ # @!attribute [rw] start_time
45
+ # The start time of this budget period.
46
+ # @return [Time]
47
+ #
48
+ # @!attribute [rw] end_time
49
+ # The end time of this budget period. If not specified, the budget
50
+ # period continues indefinitely.
51
+ # @return [Time]
52
+ #
53
+ # @!attribute [rw] remaining_budget
54
+ # The amount of budget remaining in this period.
55
+ # @return [Integer]
56
+ #
57
+ # @!attribute [rw] budget
58
+ # The total budget amount allocated for this period.
59
+ # @return [Integer]
60
+ #
61
+ # @!attribute [rw] budget_type
62
+ # The type of budget period. Calendar-based types reset automatically
63
+ # at regular intervals, while LIFETIME budgets never reset.
64
+ # @return [String]
65
+ #
66
+ # @!attribute [rw] auto_refresh
67
+ # Specifies whether this budget automatically refreshes when the
68
+ # current period ends.
69
+ # @return [String]
70
+ #
71
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/AccessBudgetDetails AWS API Documentation
72
+ #
73
+ class AccessBudgetDetails < Struct.new(
74
+ :start_time,
75
+ :end_time,
76
+ :remaining_budget,
77
+ :budget,
78
+ :budget_type,
79
+ :auto_refresh)
80
+ SENSITIVE = []
81
+ include Aws::Structure
82
+ end
83
+
13
84
  # You do not have sufficient access to perform this action.
14
85
  #
15
86
  # @!attribute [rw] message
@@ -2289,6 +2360,12 @@ module Aws::CleanRoomsML
2289
2360
  # The number of records in the ML input channel.
2290
2361
  # @return [Integer]
2291
2362
  #
2363
+ # @!attribute [rw] privacy_budgets
2364
+ # Returns the privacy budgets that control access to this Clean Rooms
2365
+ # ML input channel. Use these budgets to monitor and limit resource
2366
+ # consumption over specified time periods.
2367
+ # @return [Types::PrivacyBudgets]
2368
+ #
2292
2369
  # @!attribute [rw] description
2293
2370
  # The description of the ML input channel.
2294
2371
  # @return [String]
@@ -2317,6 +2394,7 @@ module Aws::CleanRoomsML
2317
2394
  :status_details,
2318
2395
  :retention_in_days,
2319
2396
  :number_of_records,
2397
+ :privacy_budgets,
2320
2398
  :description,
2321
2399
  :create_time,
2322
2400
  :update_time,
@@ -2919,6 +2997,12 @@ module Aws::CleanRoomsML
2919
2997
  # The number of records in the ML input channel.
2920
2998
  # @return [Integer]
2921
2999
  #
3000
+ # @!attribute [rw] privacy_budgets
3001
+ # Returns the privacy budgets that control access to this Clean Rooms
3002
+ # ML input channel. Use these budgets to monitor and limit resource
3003
+ # consumption over specified time periods.
3004
+ # @return [Types::PrivacyBudgets]
3005
+ #
2922
3006
  # @!attribute [rw] description
2923
3007
  # The description of the ML input channel.
2924
3008
  # @return [String]
@@ -2998,6 +3082,7 @@ module Aws::CleanRoomsML
2998
3082
  :status_details,
2999
3083
  :retention_in_days,
3000
3084
  :number_of_records,
3085
+ :privacy_budgets,
3001
3086
  :description,
3002
3087
  :create_time,
3003
3088
  :update_time,
@@ -4646,6 +4731,29 @@ module Aws::CleanRoomsML
4646
4731
  include Aws::Structure
4647
4732
  end
4648
4733
 
4734
+ # The privacy budget information that controls access to Clean Rooms ML
4735
+ # input channels.
4736
+ #
4737
+ # @note PrivacyBudgets is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of PrivacyBudgets corresponding to the set member.
4738
+ #
4739
+ # @!attribute [rw] access_budgets
4740
+ # A list of access budgets that apply to resources associated with
4741
+ # this Clean Rooms ML input channel.
4742
+ # @return [Array<Types::AccessBudget>]
4743
+ #
4744
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/PrivacyBudgets AWS API Documentation
4745
+ #
4746
+ class PrivacyBudgets < Struct.new(
4747
+ :access_budgets,
4748
+ :unknown)
4749
+ SENSITIVE = []
4750
+ include Aws::Structure
4751
+ include Aws::Structure::Union
4752
+
4753
+ class AccessBudgets < PrivacyBudgets; end
4754
+ class Unknown < PrivacyBudgets; end
4755
+ end
4756
+
4649
4757
  # Information about the privacy configuration for a configured model
4650
4758
  # algorithm association.
4651
4759
  #
@@ -55,7 +55,7 @@ module Aws::CleanRoomsML
55
55
  autoload :EndpointProvider, 'aws-sdk-cleanroomsml/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-cleanroomsml/endpoints'
57
57
 
58
- GEM_VERSION = '1.34.0'
58
+ GEM_VERSION = '1.35.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -480,6 +480,7 @@ module Aws
480
480
  def status_details: () -> Types::StatusDetails
481
481
  def retention_in_days: () -> ::Integer
482
482
  def number_of_records: () -> ::Integer
483
+ def privacy_budgets: () -> Types::PrivacyBudgets
483
484
  def description: () -> ::String
484
485
  def create_time: () -> ::Time
485
486
  def update_time: () -> ::Time
@@ -621,6 +622,7 @@ module Aws
621
622
  def status_details: () -> Types::StatusDetails
622
623
  def retention_in_days: () -> ::Integer
623
624
  def number_of_records: () -> ::Integer
625
+ def privacy_budgets: () -> Types::PrivacyBudgets
624
626
  def description: () -> ::String
625
627
  def create_time: () -> ::Time
626
628
  def update_time: () -> ::Time
data/sig/types.rbs CHANGED
@@ -8,6 +8,23 @@
8
8
  module Aws::CleanRoomsML
9
9
  module Types
10
10
 
11
+ class AccessBudget
12
+ attr_accessor resource_arn: ::String
13
+ attr_accessor details: ::Array[Types::AccessBudgetDetails]
14
+ attr_accessor aggregate_remaining_budget: ::Integer
15
+ SENSITIVE: []
16
+ end
17
+
18
+ class AccessBudgetDetails
19
+ attr_accessor start_time: ::Time
20
+ attr_accessor end_time: ::Time
21
+ attr_accessor remaining_budget: ::Integer
22
+ attr_accessor budget: ::Integer
23
+ attr_accessor budget_type: ("CALENDAR_DAY" | "CALENDAR_MONTH" | "CALENDAR_WEEK" | "LIFETIME")
24
+ attr_accessor auto_refresh: ("ENABLED" | "DISABLED")
25
+ SENSITIVE: []
26
+ end
27
+
11
28
  class AccessDeniedException
12
29
  attr_accessor message: ::String
13
30
  SENSITIVE: []
@@ -524,6 +541,7 @@ module Aws::CleanRoomsML
524
541
  attr_accessor status_details: Types::StatusDetails
525
542
  attr_accessor retention_in_days: ::Integer
526
543
  attr_accessor number_of_records: ::Integer
544
+ attr_accessor privacy_budgets: Types::PrivacyBudgets
527
545
  attr_accessor description: ::String
528
546
  attr_accessor create_time: ::Time
529
547
  attr_accessor update_time: ::Time
@@ -665,6 +683,7 @@ module Aws::CleanRoomsML
665
683
  attr_accessor status_details: Types::StatusDetails
666
684
  attr_accessor retention_in_days: ::Integer
667
685
  attr_accessor number_of_records: ::Integer
686
+ attr_accessor privacy_budgets: Types::PrivacyBudgets
668
687
  attr_accessor description: ::String
669
688
  attr_accessor create_time: ::Time
670
689
  attr_accessor update_time: ::Time
@@ -1114,6 +1133,17 @@ module Aws::CleanRoomsML
1114
1133
  SENSITIVE: []
1115
1134
  end
1116
1135
 
1136
+ class PrivacyBudgets
1137
+ attr_accessor access_budgets: ::Array[Types::AccessBudget]
1138
+ attr_accessor unknown: untyped
1139
+ SENSITIVE: []
1140
+
1141
+ class AccessBudgets < PrivacyBudgets
1142
+ end
1143
+ class Unknown < PrivacyBudgets
1144
+ end
1145
+ end
1146
+
1117
1147
  class PrivacyConfiguration
1118
1148
  attr_accessor policies: Types::PrivacyConfigurationPolicies
1119
1149
  SENSITIVE: []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cleanroomsml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services