aws-sdk-cleanroomsml 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e03da7ff11a68c1a0fdcb7b205d1240163236d062b6cf67752b712742fe69522
4
- data.tar.gz: cc64202786c420689b360dfdb72998a2fadfb30195441a3dcfba27bbf9ef8a0a
3
+ metadata.gz: 2af5fe5a148dd493e745f8a2921ac22c22c4879fea22d665df96e05078f3a739
4
+ data.tar.gz: aba7f83ed3cb52c72a2d6c25fb235b996cc13f83d5d695da73487a7d348ecf84
5
5
  SHA512:
6
- metadata.gz: 966e788c4e2704b1e47f1a8b03b581efab5165df622f408c1c32e6a5880fba31ecbf4b6d94fbad9747d284cf320f3ba525158be627f7b33922cead6f5cbba318
7
- data.tar.gz: cee16fc585342e3b69014d90b84d817fddd3b5fbb62c727ea024678d9fdd41dd4f6931ea17ab719847edc07fa2bb0e06db05c4da4a89b9aea43cc9941deedbdb
6
+ metadata.gz: 71d6c25ff455a7662855bd03f915f02815b31afe097d3a7f585b1a820abc699f75e7103498da75f51a6e320ae652bdf15bdf8885f843ce48a9c71934e1e90ae5
7
+ data.tar.gz: 60e40bfa271b0f2711b02a37f4a6cfbf3e7cc1f187785e4d3bd72653ab71dd20bb5fce64a834f0b134a73068a28f8859f2d246826cc55dcef55ba6eaf31f252c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.34.0 (2025-09-03)
10
+ ------------------
11
+
12
+ * Feature - AWS Clean Rooms ML adds log sanitization for privacy-enhanced error summaries, supports new instance types for custom models providing better performance and lower costs, and deprecates P3-series instances.
13
+
4
14
  1.33.0 (2025-08-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.35.0
@@ -929,6 +929,13 @@ module Aws::CleanRoomsML
929
929
  # {
930
930
  # allowed_account_ids: ["String"], # required
931
931
  # filter_pattern: "LogsConfigurationPolicyFilterPatternString",
932
+ # log_type: "ALL", # accepts ALL, ERROR_SUMMARY
933
+ # log_redaction_configuration: {
934
+ # entities_to_redact: ["ALL_PERSONALLY_IDENTIFIABLE_INFORMATION"], # required, accepts ALL_PERSONALLY_IDENTIFIABLE_INFORMATION, NUMBERS, CUSTOM
935
+ # custom_entity_config: {
936
+ # custom_data_identifiers: ["CustomDataIdentifier"], # required
937
+ # },
938
+ # },
932
939
  # },
933
940
  # ],
934
941
  # container_metrics: {
@@ -951,6 +958,13 @@ module Aws::CleanRoomsML
951
958
  # {
952
959
  # allowed_account_ids: ["String"], # required
953
960
  # filter_pattern: "LogsConfigurationPolicyFilterPatternString",
961
+ # log_type: "ALL", # accepts ALL, ERROR_SUMMARY
962
+ # log_redaction_configuration: {
963
+ # entities_to_redact: ["ALL_PERSONALLY_IDENTIFIABLE_INFORMATION"], # required, accepts ALL_PERSONALLY_IDENTIFIABLE_INFORMATION, NUMBERS, CUSTOM
964
+ # custom_entity_config: {
965
+ # custom_data_identifiers: ["CustomDataIdentifier"], # required
966
+ # },
967
+ # },
954
968
  # },
955
969
  # ],
956
970
  # max_output_size: {
@@ -1207,7 +1221,7 @@ module Aws::CleanRoomsML
1207
1221
  # },
1208
1222
  # resource_config: { # required
1209
1223
  # instance_count: 1,
1210
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.p4de.24xlarge, ml.p5.48xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge, ml.m6i.large, ml.m6i.xlarge, ml.m6i.2xlarge, ml.m6i.4xlarge, ml.m6i.8xlarge, ml.m6i.12xlarge, ml.m6i.16xlarge, ml.m6i.24xlarge, ml.m6i.32xlarge, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.8xlarge, ml.c6i.4xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.8xlarge, ml.r5d.12xlarge, ml.r5d.16xlarge, ml.r5d.24xlarge, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
1224
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p4d.24xlarge, ml.p4de.24xlarge, ml.p5.48xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge, ml.m6i.large, ml.m6i.xlarge, ml.m6i.2xlarge, ml.m6i.4xlarge, ml.m6i.8xlarge, ml.m6i.12xlarge, ml.m6i.16xlarge, ml.m6i.24xlarge, ml.m6i.32xlarge, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.8xlarge, ml.c6i.4xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.8xlarge, ml.r5d.12xlarge, ml.r5d.16xlarge, ml.r5d.24xlarge, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge, ml.c7i.large, ml.c7i.xlarge, ml.c7i.2xlarge, ml.c7i.4xlarge, ml.c7i.8xlarge, ml.c7i.12xlarge, ml.c7i.16xlarge, ml.c7i.24xlarge, ml.c7i.48xlarge, ml.m7i.large, ml.m7i.xlarge, ml.m7i.2xlarge, ml.m7i.4xlarge, ml.m7i.8xlarge, ml.m7i.12xlarge, ml.m7i.16xlarge, ml.m7i.24xlarge, ml.m7i.48xlarge, ml.r7i.large, ml.r7i.xlarge, ml.r7i.2xlarge, ml.r7i.4xlarge, ml.r7i.8xlarge, ml.r7i.12xlarge, ml.r7i.16xlarge, ml.r7i.24xlarge, ml.r7i.48xlarge, ml.g6.xlarge, ml.g6.2xlarge, ml.g6.4xlarge, ml.g6.8xlarge, ml.g6.12xlarge, ml.g6.16xlarge, ml.g6.24xlarge, ml.g6.48xlarge, ml.g6e.xlarge, ml.g6e.2xlarge, ml.g6e.4xlarge, ml.g6e.8xlarge, ml.g6e.12xlarge, ml.g6e.16xlarge, ml.g6e.24xlarge, ml.g6e.48xlarge, ml.p5en.48xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge
1211
1225
  # volume_size_in_gb: 1, # required
1212
1226
  # },
1213
1227
  # stopping_condition: {
@@ -1784,6 +1798,11 @@ module Aws::CleanRoomsML
1784
1798
  # resp.privacy_configuration.policies.trained_models.container_logs[0].allowed_account_ids #=> Array
1785
1799
  # resp.privacy_configuration.policies.trained_models.container_logs[0].allowed_account_ids[0] #=> String
1786
1800
  # resp.privacy_configuration.policies.trained_models.container_logs[0].filter_pattern #=> String
1801
+ # resp.privacy_configuration.policies.trained_models.container_logs[0].log_type #=> String, one of "ALL", "ERROR_SUMMARY"
1802
+ # resp.privacy_configuration.policies.trained_models.container_logs[0].log_redaction_configuration.entities_to_redact #=> Array
1803
+ # resp.privacy_configuration.policies.trained_models.container_logs[0].log_redaction_configuration.entities_to_redact[0] #=> String, one of "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION", "NUMBERS", "CUSTOM"
1804
+ # resp.privacy_configuration.policies.trained_models.container_logs[0].log_redaction_configuration.custom_entity_config.custom_data_identifiers #=> Array
1805
+ # resp.privacy_configuration.policies.trained_models.container_logs[0].log_redaction_configuration.custom_entity_config.custom_data_identifiers[0] #=> String
1787
1806
  # resp.privacy_configuration.policies.trained_models.container_metrics.noise_level #=> String, one of "HIGH", "MEDIUM", "LOW", "NONE"
1788
1807
  # resp.privacy_configuration.policies.trained_models.max_artifact_size.unit #=> String, one of "GB"
1789
1808
  # resp.privacy_configuration.policies.trained_models.max_artifact_size.value #=> Float
@@ -1795,6 +1814,11 @@ module Aws::CleanRoomsML
1795
1814
  # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].allowed_account_ids #=> Array
1796
1815
  # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].allowed_account_ids[0] #=> String
1797
1816
  # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].filter_pattern #=> String
1817
+ # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].log_type #=> String, one of "ALL", "ERROR_SUMMARY"
1818
+ # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].log_redaction_configuration.entities_to_redact #=> Array
1819
+ # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].log_redaction_configuration.entities_to_redact[0] #=> String, one of "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION", "NUMBERS", "CUSTOM"
1820
+ # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].log_redaction_configuration.custom_entity_config.custom_data_identifiers #=> Array
1821
+ # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].log_redaction_configuration.custom_entity_config.custom_data_identifiers[0] #=> String
1798
1822
  # resp.privacy_configuration.policies.trained_model_inference_jobs.max_output_size.unit #=> String, one of "GB"
1799
1823
  # resp.privacy_configuration.policies.trained_model_inference_jobs.max_output_size.value #=> Float
1800
1824
  #
@@ -1820,9 +1844,6 @@ module Aws::CleanRoomsML
1820
1844
  #
1821
1845
  # @return [Types::GetCollaborationMLInputChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1822
1846
  #
1823
- # * {Types::GetCollaborationMLInputChannelResponse#create_time #create_time} => Time
1824
- # * {Types::GetCollaborationMLInputChannelResponse#update_time #update_time} => Time
1825
- # * {Types::GetCollaborationMLInputChannelResponse#creator_account_id #creator_account_id} => String
1826
1847
  # * {Types::GetCollaborationMLInputChannelResponse#membership_identifier #membership_identifier} => String
1827
1848
  # * {Types::GetCollaborationMLInputChannelResponse#collaboration_identifier #collaboration_identifier} => String
1828
1849
  # * {Types::GetCollaborationMLInputChannelResponse#ml_input_channel_arn #ml_input_channel_arn} => String
@@ -1832,7 +1853,11 @@ module Aws::CleanRoomsML
1832
1853
  # * {Types::GetCollaborationMLInputChannelResponse#status_details #status_details} => Types::StatusDetails
1833
1854
  # * {Types::GetCollaborationMLInputChannelResponse#retention_in_days #retention_in_days} => Integer
1834
1855
  # * {Types::GetCollaborationMLInputChannelResponse#number_of_records #number_of_records} => Integer
1856
+ # * {Types::GetCollaborationMLInputChannelResponse#privacy_budgets #privacy_budgets} => Types::PrivacyBudgets
1835
1857
  # * {Types::GetCollaborationMLInputChannelResponse#description #description} => String
1858
+ # * {Types::GetCollaborationMLInputChannelResponse#create_time #create_time} => Time
1859
+ # * {Types::GetCollaborationMLInputChannelResponse#update_time #update_time} => Time
1860
+ # * {Types::GetCollaborationMLInputChannelResponse#creator_account_id #creator_account_id} => String
1836
1861
  #
1837
1862
  # @example Request syntax with placeholder values
1838
1863
  #
@@ -1843,9 +1868,6 @@ module Aws::CleanRoomsML
1843
1868
  #
1844
1869
  # @example Response structure
1845
1870
  #
1846
- # resp.create_time #=> Time
1847
- # resp.update_time #=> Time
1848
- # resp.creator_account_id #=> String
1849
1871
  # resp.membership_identifier #=> String
1850
1872
  # resp.collaboration_identifier #=> String
1851
1873
  # resp.ml_input_channel_arn #=> String
@@ -1857,7 +1879,20 @@ module Aws::CleanRoomsML
1857
1879
  # resp.status_details.message #=> String
1858
1880
  # resp.retention_in_days #=> Integer
1859
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
1860
1892
  # resp.description #=> String
1893
+ # resp.create_time #=> Time
1894
+ # resp.update_time #=> Time
1895
+ # resp.creator_account_id #=> String
1861
1896
  #
1862
1897
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetCollaborationMLInputChannel AWS API Documentation
1863
1898
  #
@@ -1932,7 +1967,7 @@ module Aws::CleanRoomsML
1932
1967
  # resp.status_details.message #=> String
1933
1968
  # resp.configured_model_algorithm_association_arn #=> String
1934
1969
  # resp.resource_config.instance_count #=> Integer
1935
- # resp.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.p4de.24xlarge", "ml.p5.48xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge", "ml.m6i.large", "ml.m6i.xlarge", "ml.m6i.2xlarge", "ml.m6i.4xlarge", "ml.m6i.8xlarge", "ml.m6i.12xlarge", "ml.m6i.16xlarge", "ml.m6i.24xlarge", "ml.m6i.32xlarge", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.8xlarge", "ml.c6i.4xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.r5d.large", "ml.r5d.xlarge", "ml.r5d.2xlarge", "ml.r5d.4xlarge", "ml.r5d.8xlarge", "ml.r5d.12xlarge", "ml.r5d.16xlarge", "ml.r5d.24xlarge", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
1970
+ # resp.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p4d.24xlarge", "ml.p4de.24xlarge", "ml.p5.48xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge", "ml.m6i.large", "ml.m6i.xlarge", "ml.m6i.2xlarge", "ml.m6i.4xlarge", "ml.m6i.8xlarge", "ml.m6i.12xlarge", "ml.m6i.16xlarge", "ml.m6i.24xlarge", "ml.m6i.32xlarge", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.8xlarge", "ml.c6i.4xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.r5d.large", "ml.r5d.xlarge", "ml.r5d.2xlarge", "ml.r5d.4xlarge", "ml.r5d.8xlarge", "ml.r5d.12xlarge", "ml.r5d.16xlarge", "ml.r5d.24xlarge", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.c7i.large", "ml.c7i.xlarge", "ml.c7i.2xlarge", "ml.c7i.4xlarge", "ml.c7i.8xlarge", "ml.c7i.12xlarge", "ml.c7i.16xlarge", "ml.c7i.24xlarge", "ml.c7i.48xlarge", "ml.m7i.large", "ml.m7i.xlarge", "ml.m7i.2xlarge", "ml.m7i.4xlarge", "ml.m7i.8xlarge", "ml.m7i.12xlarge", "ml.m7i.16xlarge", "ml.m7i.24xlarge", "ml.m7i.48xlarge", "ml.r7i.large", "ml.r7i.xlarge", "ml.r7i.2xlarge", "ml.r7i.4xlarge", "ml.r7i.8xlarge", "ml.r7i.12xlarge", "ml.r7i.16xlarge", "ml.r7i.24xlarge", "ml.r7i.48xlarge", "ml.g6.xlarge", "ml.g6.2xlarge", "ml.g6.4xlarge", "ml.g6.8xlarge", "ml.g6.12xlarge", "ml.g6.16xlarge", "ml.g6.24xlarge", "ml.g6.48xlarge", "ml.g6e.xlarge", "ml.g6e.2xlarge", "ml.g6e.4xlarge", "ml.g6e.8xlarge", "ml.g6e.12xlarge", "ml.g6e.16xlarge", "ml.g6e.24xlarge", "ml.g6e.48xlarge", "ml.p5en.48xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge"
1936
1971
  # resp.resource_config.volume_size_in_gb #=> Integer
1937
1972
  # resp.training_input_mode #=> String, one of "File", "FastFile", "Pipe"
1938
1973
  # resp.stopping_condition.max_runtime_in_seconds #=> Integer
@@ -2143,6 +2178,11 @@ module Aws::CleanRoomsML
2143
2178
  # resp.privacy_configuration.policies.trained_models.container_logs[0].allowed_account_ids #=> Array
2144
2179
  # resp.privacy_configuration.policies.trained_models.container_logs[0].allowed_account_ids[0] #=> String
2145
2180
  # resp.privacy_configuration.policies.trained_models.container_logs[0].filter_pattern #=> String
2181
+ # resp.privacy_configuration.policies.trained_models.container_logs[0].log_type #=> String, one of "ALL", "ERROR_SUMMARY"
2182
+ # resp.privacy_configuration.policies.trained_models.container_logs[0].log_redaction_configuration.entities_to_redact #=> Array
2183
+ # resp.privacy_configuration.policies.trained_models.container_logs[0].log_redaction_configuration.entities_to_redact[0] #=> String, one of "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION", "NUMBERS", "CUSTOM"
2184
+ # resp.privacy_configuration.policies.trained_models.container_logs[0].log_redaction_configuration.custom_entity_config.custom_data_identifiers #=> Array
2185
+ # resp.privacy_configuration.policies.trained_models.container_logs[0].log_redaction_configuration.custom_entity_config.custom_data_identifiers[0] #=> String
2146
2186
  # resp.privacy_configuration.policies.trained_models.container_metrics.noise_level #=> String, one of "HIGH", "MEDIUM", "LOW", "NONE"
2147
2187
  # resp.privacy_configuration.policies.trained_models.max_artifact_size.unit #=> String, one of "GB"
2148
2188
  # resp.privacy_configuration.policies.trained_models.max_artifact_size.value #=> Float
@@ -2154,6 +2194,11 @@ module Aws::CleanRoomsML
2154
2194
  # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].allowed_account_ids #=> Array
2155
2195
  # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].allowed_account_ids[0] #=> String
2156
2196
  # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].filter_pattern #=> String
2197
+ # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].log_type #=> String, one of "ALL", "ERROR_SUMMARY"
2198
+ # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].log_redaction_configuration.entities_to_redact #=> Array
2199
+ # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].log_redaction_configuration.entities_to_redact[0] #=> String, one of "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION", "NUMBERS", "CUSTOM"
2200
+ # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].log_redaction_configuration.custom_entity_config.custom_data_identifiers #=> Array
2201
+ # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].log_redaction_configuration.custom_entity_config.custom_data_identifiers[0] #=> String
2157
2202
  # resp.privacy_configuration.policies.trained_model_inference_jobs.max_output_size.unit #=> String, one of "GB"
2158
2203
  # resp.privacy_configuration.policies.trained_model_inference_jobs.max_output_size.value #=> Float
2159
2204
  # resp.description #=> String
@@ -2217,12 +2262,8 @@ module Aws::CleanRoomsML
2217
2262
  #
2218
2263
  # @return [Types::GetMLInputChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2219
2264
  #
2220
- # * {Types::GetMLInputChannelResponse#create_time #create_time} => Time
2221
- # * {Types::GetMLInputChannelResponse#update_time #update_time} => Time
2222
2265
  # * {Types::GetMLInputChannelResponse#membership_identifier #membership_identifier} => String
2223
2266
  # * {Types::GetMLInputChannelResponse#collaboration_identifier #collaboration_identifier} => String
2224
- # * {Types::GetMLInputChannelResponse#input_channel #input_channel} => Types::InputChannel
2225
- # * {Types::GetMLInputChannelResponse#protected_query_identifier #protected_query_identifier} => String
2226
2267
  # * {Types::GetMLInputChannelResponse#ml_input_channel_arn #ml_input_channel_arn} => String
2227
2268
  # * {Types::GetMLInputChannelResponse#name #name} => String
2228
2269
  # * {Types::GetMLInputChannelResponse#configured_model_algorithm_associations #configured_model_algorithm_associations} => Array<String>
@@ -2230,9 +2271,14 @@ module Aws::CleanRoomsML
2230
2271
  # * {Types::GetMLInputChannelResponse#status_details #status_details} => Types::StatusDetails
2231
2272
  # * {Types::GetMLInputChannelResponse#retention_in_days #retention_in_days} => Integer
2232
2273
  # * {Types::GetMLInputChannelResponse#number_of_records #number_of_records} => Integer
2274
+ # * {Types::GetMLInputChannelResponse#privacy_budgets #privacy_budgets} => Types::PrivacyBudgets
2275
+ # * {Types::GetMLInputChannelResponse#description #description} => String
2276
+ # * {Types::GetMLInputChannelResponse#create_time #create_time} => Time
2277
+ # * {Types::GetMLInputChannelResponse#update_time #update_time} => Time
2278
+ # * {Types::GetMLInputChannelResponse#input_channel #input_channel} => Types::InputChannel
2279
+ # * {Types::GetMLInputChannelResponse#protected_query_identifier #protected_query_identifier} => String
2233
2280
  # * {Types::GetMLInputChannelResponse#number_of_files #number_of_files} => Float
2234
2281
  # * {Types::GetMLInputChannelResponse#size_in_gb #size_in_gb} => Float
2235
- # * {Types::GetMLInputChannelResponse#description #description} => String
2236
2282
  # * {Types::GetMLInputChannelResponse#kms_key_arn #kms_key_arn} => String
2237
2283
  # * {Types::GetMLInputChannelResponse#tags #tags} => Hash<String,String>
2238
2284
  #
@@ -2245,19 +2291,8 @@ module Aws::CleanRoomsML
2245
2291
  #
2246
2292
  # @example Response structure
2247
2293
  #
2248
- # resp.create_time #=> Time
2249
- # resp.update_time #=> Time
2250
2294
  # resp.membership_identifier #=> String
2251
2295
  # resp.collaboration_identifier #=> String
2252
- # resp.input_channel.data_source.protected_query_input_parameters.sql_parameters.query_string #=> String
2253
- # resp.input_channel.data_source.protected_query_input_parameters.sql_parameters.analysis_template_arn #=> String
2254
- # resp.input_channel.data_source.protected_query_input_parameters.sql_parameters.parameters #=> Hash
2255
- # resp.input_channel.data_source.protected_query_input_parameters.sql_parameters.parameters["ParameterKey"] #=> String
2256
- # resp.input_channel.data_source.protected_query_input_parameters.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
2257
- # resp.input_channel.data_source.protected_query_input_parameters.compute_configuration.worker.number #=> Integer
2258
- # resp.input_channel.data_source.protected_query_input_parameters.result_format #=> String, one of "CSV", "PARQUET"
2259
- # resp.input_channel.role_arn #=> String
2260
- # resp.protected_query_identifier #=> String
2261
2296
  # resp.ml_input_channel_arn #=> String
2262
2297
  # resp.name #=> String
2263
2298
  # resp.configured_model_algorithm_associations #=> Array
@@ -2267,9 +2302,30 @@ module Aws::CleanRoomsML
2267
2302
  # resp.status_details.message #=> String
2268
2303
  # resp.retention_in_days #=> Integer
2269
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
2315
+ # resp.description #=> String
2316
+ # resp.create_time #=> Time
2317
+ # resp.update_time #=> Time
2318
+ # resp.input_channel.data_source.protected_query_input_parameters.sql_parameters.query_string #=> String
2319
+ # resp.input_channel.data_source.protected_query_input_parameters.sql_parameters.analysis_template_arn #=> String
2320
+ # resp.input_channel.data_source.protected_query_input_parameters.sql_parameters.parameters #=> Hash
2321
+ # resp.input_channel.data_source.protected_query_input_parameters.sql_parameters.parameters["ParameterKey"] #=> String
2322
+ # resp.input_channel.data_source.protected_query_input_parameters.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
2323
+ # resp.input_channel.data_source.protected_query_input_parameters.compute_configuration.worker.number #=> Integer
2324
+ # resp.input_channel.data_source.protected_query_input_parameters.result_format #=> String, one of "CSV", "PARQUET"
2325
+ # resp.input_channel.role_arn #=> String
2326
+ # resp.protected_query_identifier #=> String
2270
2327
  # resp.number_of_files #=> Float
2271
2328
  # resp.size_in_gb #=> Float
2272
- # resp.description #=> String
2273
2329
  # resp.kms_key_arn #=> String
2274
2330
  # resp.tags #=> Hash
2275
2331
  # resp.tags["TagKey"] #=> String
@@ -2351,7 +2407,7 @@ module Aws::CleanRoomsML
2351
2407
  # resp.status_details.message #=> String
2352
2408
  # resp.configured_model_algorithm_association_arn #=> String
2353
2409
  # resp.resource_config.instance_count #=> Integer
2354
- # resp.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.p4de.24xlarge", "ml.p5.48xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge", "ml.m6i.large", "ml.m6i.xlarge", "ml.m6i.2xlarge", "ml.m6i.4xlarge", "ml.m6i.8xlarge", "ml.m6i.12xlarge", "ml.m6i.16xlarge", "ml.m6i.24xlarge", "ml.m6i.32xlarge", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.8xlarge", "ml.c6i.4xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.r5d.large", "ml.r5d.xlarge", "ml.r5d.2xlarge", "ml.r5d.4xlarge", "ml.r5d.8xlarge", "ml.r5d.12xlarge", "ml.r5d.16xlarge", "ml.r5d.24xlarge", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
2410
+ # resp.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p4d.24xlarge", "ml.p4de.24xlarge", "ml.p5.48xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge", "ml.m6i.large", "ml.m6i.xlarge", "ml.m6i.2xlarge", "ml.m6i.4xlarge", "ml.m6i.8xlarge", "ml.m6i.12xlarge", "ml.m6i.16xlarge", "ml.m6i.24xlarge", "ml.m6i.32xlarge", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.8xlarge", "ml.c6i.4xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.r5d.large", "ml.r5d.xlarge", "ml.r5d.2xlarge", "ml.r5d.4xlarge", "ml.r5d.8xlarge", "ml.r5d.12xlarge", "ml.r5d.16xlarge", "ml.r5d.24xlarge", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge", "ml.c7i.large", "ml.c7i.xlarge", "ml.c7i.2xlarge", "ml.c7i.4xlarge", "ml.c7i.8xlarge", "ml.c7i.12xlarge", "ml.c7i.16xlarge", "ml.c7i.24xlarge", "ml.c7i.48xlarge", "ml.m7i.large", "ml.m7i.xlarge", "ml.m7i.2xlarge", "ml.m7i.4xlarge", "ml.m7i.8xlarge", "ml.m7i.12xlarge", "ml.m7i.16xlarge", "ml.m7i.24xlarge", "ml.m7i.48xlarge", "ml.r7i.large", "ml.r7i.xlarge", "ml.r7i.2xlarge", "ml.r7i.4xlarge", "ml.r7i.8xlarge", "ml.r7i.12xlarge", "ml.r7i.16xlarge", "ml.r7i.24xlarge", "ml.r7i.48xlarge", "ml.g6.xlarge", "ml.g6.2xlarge", "ml.g6.4xlarge", "ml.g6.8xlarge", "ml.g6.12xlarge", "ml.g6.16xlarge", "ml.g6.24xlarge", "ml.g6.48xlarge", "ml.g6e.xlarge", "ml.g6e.2xlarge", "ml.g6e.4xlarge", "ml.g6e.8xlarge", "ml.g6e.12xlarge", "ml.g6e.16xlarge", "ml.g6e.24xlarge", "ml.g6e.48xlarge", "ml.p5en.48xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge"
2355
2411
  # resp.resource_config.volume_size_in_gb #=> Integer
2356
2412
  # resp.training_input_mode #=> String, one of "File", "FastFile", "Pipe"
2357
2413
  # resp.stopping_condition.max_runtime_in_seconds #=> Integer
@@ -2436,7 +2492,7 @@ module Aws::CleanRoomsML
2436
2492
  # resp.status #=> String, one of "CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "CANCEL_PENDING", "CANCEL_IN_PROGRESS", "CANCEL_FAILED", "INACTIVE"
2437
2493
  # resp.trained_model_arn #=> String
2438
2494
  # resp.trained_model_version_identifier #=> String
2439
- # resp.resource_config.instance_type #=> String, one of "ml.r7i.48xlarge", "ml.r6i.16xlarge", "ml.m6i.xlarge", "ml.m5.4xlarge", "ml.p2.xlarge", "ml.m4.16xlarge", "ml.r7i.16xlarge", "ml.m7i.xlarge", "ml.m6i.12xlarge", "ml.r7i.8xlarge", "ml.r7i.large", "ml.m7i.12xlarge", "ml.m6i.24xlarge", "ml.m7i.24xlarge", "ml.r6i.8xlarge", "ml.r6i.large", "ml.g5.2xlarge", "ml.m5.large", "ml.p3.16xlarge", "ml.m7i.48xlarge", "ml.m6i.16xlarge", "ml.p2.16xlarge", "ml.g5.4xlarge", "ml.m7i.16xlarge", "ml.c4.2xlarge", "ml.c5.2xlarge", "ml.c6i.32xlarge", "ml.c4.4xlarge", "ml.g5.8xlarge", "ml.c6i.xlarge", "ml.c5.4xlarge", "ml.g4dn.xlarge", "ml.c7i.xlarge", "ml.c6i.12xlarge", "ml.g4dn.12xlarge", "ml.c7i.12xlarge", "ml.c6i.24xlarge", "ml.g4dn.2xlarge", "ml.c7i.24xlarge", "ml.c7i.2xlarge", "ml.c4.8xlarge", "ml.c6i.2xlarge", "ml.g4dn.4xlarge", "ml.c7i.48xlarge", "ml.c7i.4xlarge", "ml.c6i.16xlarge", "ml.c5.9xlarge", "ml.g4dn.16xlarge", "ml.c7i.16xlarge", "ml.c6i.4xlarge", "ml.c5.xlarge", "ml.c4.xlarge", "ml.g4dn.8xlarge", "ml.c7i.8xlarge", "ml.c7i.large", "ml.g5.xlarge", "ml.c6i.8xlarge", "ml.c6i.large", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.m7i.2xlarge", "ml.c5.18xlarge", "ml.g5.48xlarge", "ml.m6i.2xlarge", "ml.g5.16xlarge", "ml.m7i.4xlarge", "ml.p3.2xlarge", "ml.r6i.32xlarge", "ml.m6i.4xlarge", "ml.m5.xlarge", "ml.m4.10xlarge", "ml.r6i.xlarge", "ml.m5.12xlarge", "ml.m4.xlarge", "ml.r7i.2xlarge", "ml.r7i.xlarge", "ml.r6i.12xlarge", "ml.m5.24xlarge", "ml.r7i.12xlarge", "ml.m7i.8xlarge", "ml.m7i.large", "ml.r6i.24xlarge", "ml.r6i.2xlarge", "ml.m4.2xlarge", "ml.r7i.24xlarge", "ml.r7i.4xlarge", "ml.m6i.8xlarge", "ml.m6i.large", "ml.m5.2xlarge", "ml.p2.8xlarge", "ml.r6i.4xlarge", "ml.m6i.32xlarge", "ml.p3.8xlarge", "ml.m4.4xlarge"
2495
+ # resp.resource_config.instance_type #=> String, one of "ml.r7i.48xlarge", "ml.r6i.16xlarge", "ml.m6i.xlarge", "ml.m5.4xlarge", "ml.p2.xlarge", "ml.m4.16xlarge", "ml.r7i.16xlarge", "ml.m7i.xlarge", "ml.m6i.12xlarge", "ml.r7i.8xlarge", "ml.r7i.large", "ml.m7i.12xlarge", "ml.m6i.24xlarge", "ml.m7i.24xlarge", "ml.r6i.8xlarge", "ml.r6i.large", "ml.g5.2xlarge", "ml.m5.large", "ml.m7i.48xlarge", "ml.m6i.16xlarge", "ml.p2.16xlarge", "ml.g5.4xlarge", "ml.m7i.16xlarge", "ml.c4.2xlarge", "ml.c5.2xlarge", "ml.c6i.32xlarge", "ml.c4.4xlarge", "ml.g5.8xlarge", "ml.c6i.xlarge", "ml.c5.4xlarge", "ml.g4dn.xlarge", "ml.c7i.xlarge", "ml.c6i.12xlarge", "ml.g4dn.12xlarge", "ml.c7i.12xlarge", "ml.c6i.24xlarge", "ml.g4dn.2xlarge", "ml.c7i.24xlarge", "ml.c7i.2xlarge", "ml.c4.8xlarge", "ml.c6i.2xlarge", "ml.g4dn.4xlarge", "ml.c7i.48xlarge", "ml.c7i.4xlarge", "ml.c6i.16xlarge", "ml.c5.9xlarge", "ml.g4dn.16xlarge", "ml.c7i.16xlarge", "ml.c6i.4xlarge", "ml.c5.xlarge", "ml.c4.xlarge", "ml.g4dn.8xlarge", "ml.c7i.8xlarge", "ml.c7i.large", "ml.g5.xlarge", "ml.c6i.8xlarge", "ml.c6i.large", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.m7i.2xlarge", "ml.c5.18xlarge", "ml.g5.48xlarge", "ml.m6i.2xlarge", "ml.g5.16xlarge", "ml.m7i.4xlarge", "ml.r6i.32xlarge", "ml.m6i.4xlarge", "ml.m5.xlarge", "ml.m4.10xlarge", "ml.r6i.xlarge", "ml.m5.12xlarge", "ml.m4.xlarge", "ml.r7i.2xlarge", "ml.r7i.xlarge", "ml.r6i.12xlarge", "ml.m5.24xlarge", "ml.r7i.12xlarge", "ml.m7i.8xlarge", "ml.m7i.large", "ml.r6i.24xlarge", "ml.r6i.2xlarge", "ml.m4.2xlarge", "ml.r7i.24xlarge", "ml.r7i.4xlarge", "ml.m6i.8xlarge", "ml.m6i.large", "ml.m5.2xlarge", "ml.p2.8xlarge", "ml.r6i.4xlarge", "ml.m6i.32xlarge", "ml.m4.4xlarge", "ml.p3.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge"
2440
2496
  # resp.resource_config.instance_count #=> Integer
2441
2497
  # resp.output_configuration.accept #=> String
2442
2498
  # resp.output_configuration.members #=> Array
@@ -3809,7 +3865,7 @@ module Aws::CleanRoomsML
3809
3865
  # trained_model_version_identifier: "UUID",
3810
3866
  # configured_model_algorithm_association_arn: "ConfiguredModelAlgorithmAssociationArn",
3811
3867
  # resource_config: { # required
3812
- # instance_type: "ml.r7i.48xlarge", # required, accepts ml.r7i.48xlarge, ml.r6i.16xlarge, ml.m6i.xlarge, ml.m5.4xlarge, ml.p2.xlarge, ml.m4.16xlarge, ml.r7i.16xlarge, ml.m7i.xlarge, ml.m6i.12xlarge, ml.r7i.8xlarge, ml.r7i.large, ml.m7i.12xlarge, ml.m6i.24xlarge, ml.m7i.24xlarge, ml.r6i.8xlarge, ml.r6i.large, ml.g5.2xlarge, ml.m5.large, ml.p3.16xlarge, ml.m7i.48xlarge, ml.m6i.16xlarge, ml.p2.16xlarge, ml.g5.4xlarge, ml.m7i.16xlarge, ml.c4.2xlarge, ml.c5.2xlarge, ml.c6i.32xlarge, ml.c4.4xlarge, ml.g5.8xlarge, ml.c6i.xlarge, ml.c5.4xlarge, ml.g4dn.xlarge, ml.c7i.xlarge, ml.c6i.12xlarge, ml.g4dn.12xlarge, ml.c7i.12xlarge, ml.c6i.24xlarge, ml.g4dn.2xlarge, ml.c7i.24xlarge, ml.c7i.2xlarge, ml.c4.8xlarge, ml.c6i.2xlarge, ml.g4dn.4xlarge, ml.c7i.48xlarge, ml.c7i.4xlarge, ml.c6i.16xlarge, ml.c5.9xlarge, ml.g4dn.16xlarge, ml.c7i.16xlarge, ml.c6i.4xlarge, ml.c5.xlarge, ml.c4.xlarge, ml.g4dn.8xlarge, ml.c7i.8xlarge, ml.c7i.large, ml.g5.xlarge, ml.c6i.8xlarge, ml.c6i.large, ml.g5.12xlarge, ml.g5.24xlarge, ml.m7i.2xlarge, ml.c5.18xlarge, ml.g5.48xlarge, ml.m6i.2xlarge, ml.g5.16xlarge, ml.m7i.4xlarge, ml.p3.2xlarge, ml.r6i.32xlarge, ml.m6i.4xlarge, ml.m5.xlarge, ml.m4.10xlarge, ml.r6i.xlarge, ml.m5.12xlarge, ml.m4.xlarge, ml.r7i.2xlarge, ml.r7i.xlarge, ml.r6i.12xlarge, ml.m5.24xlarge, ml.r7i.12xlarge, ml.m7i.8xlarge, ml.m7i.large, ml.r6i.24xlarge, ml.r6i.2xlarge, ml.m4.2xlarge, ml.r7i.24xlarge, ml.r7i.4xlarge, ml.m6i.8xlarge, ml.m6i.large, ml.m5.2xlarge, ml.p2.8xlarge, ml.r6i.4xlarge, ml.m6i.32xlarge, ml.p3.8xlarge, ml.m4.4xlarge
3868
+ # instance_type: "ml.r7i.48xlarge", # required, accepts ml.r7i.48xlarge, ml.r6i.16xlarge, ml.m6i.xlarge, ml.m5.4xlarge, ml.p2.xlarge, ml.m4.16xlarge, ml.r7i.16xlarge, ml.m7i.xlarge, ml.m6i.12xlarge, ml.r7i.8xlarge, ml.r7i.large, ml.m7i.12xlarge, ml.m6i.24xlarge, ml.m7i.24xlarge, ml.r6i.8xlarge, ml.r6i.large, ml.g5.2xlarge, ml.m5.large, ml.m7i.48xlarge, ml.m6i.16xlarge, ml.p2.16xlarge, ml.g5.4xlarge, ml.m7i.16xlarge, ml.c4.2xlarge, ml.c5.2xlarge, ml.c6i.32xlarge, ml.c4.4xlarge, ml.g5.8xlarge, ml.c6i.xlarge, ml.c5.4xlarge, ml.g4dn.xlarge, ml.c7i.xlarge, ml.c6i.12xlarge, ml.g4dn.12xlarge, ml.c7i.12xlarge, ml.c6i.24xlarge, ml.g4dn.2xlarge, ml.c7i.24xlarge, ml.c7i.2xlarge, ml.c4.8xlarge, ml.c6i.2xlarge, ml.g4dn.4xlarge, ml.c7i.48xlarge, ml.c7i.4xlarge, ml.c6i.16xlarge, ml.c5.9xlarge, ml.g4dn.16xlarge, ml.c7i.16xlarge, ml.c6i.4xlarge, ml.c5.xlarge, ml.c4.xlarge, ml.g4dn.8xlarge, ml.c7i.8xlarge, ml.c7i.large, ml.g5.xlarge, ml.c6i.8xlarge, ml.c6i.large, ml.g5.12xlarge, ml.g5.24xlarge, ml.m7i.2xlarge, ml.c5.18xlarge, ml.g5.48xlarge, ml.m6i.2xlarge, ml.g5.16xlarge, ml.m7i.4xlarge, ml.r6i.32xlarge, ml.m6i.4xlarge, ml.m5.xlarge, ml.m4.10xlarge, ml.r6i.xlarge, ml.m5.12xlarge, ml.m4.xlarge, ml.r7i.2xlarge, ml.r7i.xlarge, ml.r6i.12xlarge, ml.m5.24xlarge, ml.r7i.12xlarge, ml.m7i.8xlarge, ml.m7i.large, ml.r6i.24xlarge, ml.r6i.2xlarge, ml.m4.2xlarge, ml.r7i.24xlarge, ml.r7i.4xlarge, ml.m6i.8xlarge, ml.m6i.large, ml.m5.2xlarge, ml.p2.8xlarge, ml.r6i.4xlarge, ml.m6i.32xlarge, ml.m4.4xlarge, ml.p3.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge
3813
3869
  # instance_count: 1,
3814
3870
  # },
3815
3871
  # output_configuration: { # required
@@ -4019,7 +4075,7 @@ module Aws::CleanRoomsML
4019
4075
  tracer: tracer
4020
4076
  )
4021
4077
  context[:gem_name] = 'aws-sdk-cleanroomsml'
4022
- context[:gem_version] = '1.33.0'
4078
+ context[:gem_version] = '1.35.0'
4023
4079
  Seahorse::Client::Request.new(handlers, context)
4024
4080
  end
4025
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')
@@ -92,6 +100,9 @@ module Aws::CleanRoomsML
92
100
  CreateTrainingDatasetRequest = Shapes::StructureShape.new(name: 'CreateTrainingDatasetRequest')
93
101
  CreateTrainingDatasetRequestTrainingDataList = Shapes::ListShape.new(name: 'CreateTrainingDatasetRequestTrainingDataList')
94
102
  CreateTrainingDatasetResponse = Shapes::StructureShape.new(name: 'CreateTrainingDatasetResponse')
103
+ CustomDataIdentifier = Shapes::StringShape.new(name: 'CustomDataIdentifier')
104
+ CustomDataIdentifierList = Shapes::ListShape.new(name: 'CustomDataIdentifierList')
105
+ CustomEntityConfig = Shapes::StructureShape.new(name: 'CustomEntityConfig')
95
106
  DataSource = Shapes::StructureShape.new(name: 'DataSource')
96
107
  Dataset = Shapes::StructureShape.new(name: 'Dataset')
97
108
  DatasetInputConfig = Shapes::StructureShape.new(name: 'DatasetInputConfig')
@@ -109,6 +120,8 @@ module Aws::CleanRoomsML
109
120
  DeleteTrainedModelOutputRequest = Shapes::StructureShape.new(name: 'DeleteTrainedModelOutputRequest')
110
121
  DeleteTrainingDatasetRequest = Shapes::StructureShape.new(name: 'DeleteTrainingDatasetRequest')
111
122
  Destination = Shapes::StructureShape.new(name: 'Destination')
123
+ EntityType = Shapes::StringShape.new(name: 'EntityType')
124
+ EntityTypeList = Shapes::ListShape.new(name: 'EntityTypeList')
112
125
  Environment = Shapes::MapShape.new(name: 'Environment')
113
126
  EnvironmentKeyString = Shapes::StringShape.new(name: 'EnvironmentKeyString')
114
127
  EnvironmentValueString = Shapes::StringShape.new(name: 'EnvironmentValueString')
@@ -212,6 +225,8 @@ module Aws::CleanRoomsML
212
225
  ListTrainedModelsResponse = Shapes::StructureShape.new(name: 'ListTrainedModelsResponse')
213
226
  ListTrainingDatasetsRequest = Shapes::StructureShape.new(name: 'ListTrainingDatasetsRequest')
214
227
  ListTrainingDatasetsResponse = Shapes::StructureShape.new(name: 'ListTrainingDatasetsResponse')
228
+ LogRedactionConfiguration = Shapes::StructureShape.new(name: 'LogRedactionConfiguration')
229
+ LogType = Shapes::StringShape.new(name: 'LogType')
215
230
  LogsConfigurationPolicy = Shapes::StructureShape.new(name: 'LogsConfigurationPolicy')
216
231
  LogsConfigurationPolicyFilterPatternString = Shapes::StringShape.new(name: 'LogsConfigurationPolicyFilterPatternString')
217
232
  LogsConfigurationPolicyList = Shapes::ListShape.new(name: 'LogsConfigurationPolicyList')
@@ -242,6 +257,7 @@ module Aws::CleanRoomsML
242
257
  ParameterMap = Shapes::MapShape.new(name: 'ParameterMap')
243
258
  ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
244
259
  PolicyExistenceCondition = Shapes::StringShape.new(name: 'PolicyExistenceCondition')
260
+ PrivacyBudgets = Shapes::UnionShape.new(name: 'PrivacyBudgets')
245
261
  PrivacyConfiguration = Shapes::StructureShape.new(name: 'PrivacyConfiguration')
246
262
  PrivacyConfigurationPolicies = Shapes::StructureShape.new(name: 'PrivacyConfigurationPolicies')
247
263
  ProtectedQueryInputParameters = Shapes::StructureShape.new(name: 'ProtectedQueryInputParameters')
@@ -327,6 +343,23 @@ module Aws::CleanRoomsML
327
343
  WorkerComputeConfigurationNumberInteger = Shapes::IntegerShape.new(name: 'WorkerComputeConfigurationNumberInteger')
328
344
  WorkerComputeType = Shapes::StringShape.new(name: 'WorkerComputeType')
329
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
+
330
363
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
331
364
  AccessDeniedException.struct_class = Types::AccessDeniedException
332
365
 
@@ -640,6 +673,11 @@ module Aws::CleanRoomsML
640
673
  CreateTrainingDatasetResponse.add_member(:training_dataset_arn, Shapes::ShapeRef.new(shape: TrainingDatasetArn, required: true, location_name: "trainingDatasetArn"))
641
674
  CreateTrainingDatasetResponse.struct_class = Types::CreateTrainingDatasetResponse
642
675
 
676
+ CustomDataIdentifierList.member = Shapes::ShapeRef.new(shape: CustomDataIdentifier)
677
+
678
+ CustomEntityConfig.add_member(:custom_data_identifiers, Shapes::ShapeRef.new(shape: CustomDataIdentifierList, required: true, location_name: "customDataIdentifiers"))
679
+ CustomEntityConfig.struct_class = Types::CustomEntityConfig
680
+
643
681
  DataSource.add_member(:glue_data_source, Shapes::ShapeRef.new(shape: GlueDataSource, required: true, location_name: "glueDataSource"))
644
682
  DataSource.struct_class = Types::DataSource
645
683
 
@@ -692,6 +730,8 @@ module Aws::CleanRoomsML
692
730
  Destination.add_member(:s3_destination, Shapes::ShapeRef.new(shape: S3ConfigMap, required: true, location_name: "s3Destination"))
693
731
  Destination.struct_class = Types::Destination
694
732
 
733
+ EntityTypeList.member = Shapes::ShapeRef.new(shape: EntityType)
734
+
695
735
  Environment.key = Shapes::ShapeRef.new(shape: EnvironmentKeyString)
696
736
  Environment.value = Shapes::ShapeRef.new(shape: EnvironmentValueString)
697
737
 
@@ -752,9 +792,6 @@ module Aws::CleanRoomsML
752
792
  GetCollaborationMLInputChannelRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
753
793
  GetCollaborationMLInputChannelRequest.struct_class = Types::GetCollaborationMLInputChannelRequest
754
794
 
755
- GetCollaborationMLInputChannelResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
756
- GetCollaborationMLInputChannelResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
757
- GetCollaborationMLInputChannelResponse.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
758
795
  GetCollaborationMLInputChannelResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
759
796
  GetCollaborationMLInputChannelResponse.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
760
797
  GetCollaborationMLInputChannelResponse.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location_name: "mlInputChannelArn"))
@@ -764,7 +801,11 @@ module Aws::CleanRoomsML
764
801
  GetCollaborationMLInputChannelResponse.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "statusDetails"))
765
802
  GetCollaborationMLInputChannelResponse.add_member(:retention_in_days, Shapes::ShapeRef.new(shape: GetCollaborationMLInputChannelResponseRetentionInDaysInteger, required: true, location_name: "retentionInDays"))
766
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"))
767
805
  GetCollaborationMLInputChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
806
+ GetCollaborationMLInputChannelResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
807
+ GetCollaborationMLInputChannelResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
808
+ GetCollaborationMLInputChannelResponse.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
768
809
  GetCollaborationMLInputChannelResponse.struct_class = Types::GetCollaborationMLInputChannelResponse
769
810
 
770
811
  GetCollaborationMLInputChannelResponseConfiguredModelAlgorithmAssociationsList.member = Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn)
@@ -867,12 +908,8 @@ module Aws::CleanRoomsML
867
908
  GetMLInputChannelRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
868
909
  GetMLInputChannelRequest.struct_class = Types::GetMLInputChannelRequest
869
910
 
870
- GetMLInputChannelResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
871
- GetMLInputChannelResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
872
911
  GetMLInputChannelResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
873
912
  GetMLInputChannelResponse.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
874
- GetMLInputChannelResponse.add_member(:input_channel, Shapes::ShapeRef.new(shape: InputChannel, required: true, location_name: "inputChannel"))
875
- GetMLInputChannelResponse.add_member(:protected_query_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "protectedQueryIdentifier"))
876
913
  GetMLInputChannelResponse.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location_name: "mlInputChannelArn"))
877
914
  GetMLInputChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
878
915
  GetMLInputChannelResponse.add_member(:configured_model_algorithm_associations, Shapes::ShapeRef.new(shape: GetMLInputChannelResponseConfiguredModelAlgorithmAssociationsList, required: true, location_name: "configuredModelAlgorithmAssociations"))
@@ -880,9 +917,14 @@ module Aws::CleanRoomsML
880
917
  GetMLInputChannelResponse.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "statusDetails"))
881
918
  GetMLInputChannelResponse.add_member(:retention_in_days, Shapes::ShapeRef.new(shape: GetMLInputChannelResponseRetentionInDaysInteger, required: true, location_name: "retentionInDays"))
882
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"))
921
+ GetMLInputChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
922
+ GetMLInputChannelResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
923
+ GetMLInputChannelResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
924
+ GetMLInputChannelResponse.add_member(:input_channel, Shapes::ShapeRef.new(shape: InputChannel, required: true, location_name: "inputChannel"))
925
+ GetMLInputChannelResponse.add_member(:protected_query_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "protectedQueryIdentifier"))
883
926
  GetMLInputChannelResponse.add_member(:number_of_files, Shapes::ShapeRef.new(shape: GetMLInputChannelResponseNumberOfFilesDouble, location_name: "numberOfFiles"))
884
927
  GetMLInputChannelResponse.add_member(:size_in_gb, Shapes::ShapeRef.new(shape: GetMLInputChannelResponseSizeInGbDouble, location_name: "sizeInGb"))
885
- GetMLInputChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
886
928
  GetMLInputChannelResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
887
929
  GetMLInputChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
888
930
  GetMLInputChannelResponse.struct_class = Types::GetMLInputChannelResponse
@@ -1176,8 +1218,14 @@ module Aws::CleanRoomsML
1176
1218
  ListTrainingDatasetsResponse.add_member(:training_datasets, Shapes::ShapeRef.new(shape: TrainingDatasetList, required: true, location_name: "trainingDatasets"))
1177
1219
  ListTrainingDatasetsResponse.struct_class = Types::ListTrainingDatasetsResponse
1178
1220
 
1221
+ LogRedactionConfiguration.add_member(:entities_to_redact, Shapes::ShapeRef.new(shape: EntityTypeList, required: true, location_name: "entitiesToRedact"))
1222
+ LogRedactionConfiguration.add_member(:custom_entity_config, Shapes::ShapeRef.new(shape: CustomEntityConfig, location_name: "customEntityConfig"))
1223
+ LogRedactionConfiguration.struct_class = Types::LogRedactionConfiguration
1224
+
1179
1225
  LogsConfigurationPolicy.add_member(:allowed_account_ids, Shapes::ShapeRef.new(shape: AccountIdList, required: true, location_name: "allowedAccountIds"))
1180
1226
  LogsConfigurationPolicy.add_member(:filter_pattern, Shapes::ShapeRef.new(shape: LogsConfigurationPolicyFilterPatternString, location_name: "filterPattern"))
1227
+ LogsConfigurationPolicy.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, location_name: "logType"))
1228
+ LogsConfigurationPolicy.add_member(:log_redaction_configuration, Shapes::ShapeRef.new(shape: LogRedactionConfiguration, location_name: "logRedactionConfiguration"))
1181
1229
  LogsConfigurationPolicy.struct_class = Types::LogsConfigurationPolicy
1182
1230
 
1183
1231
  LogsConfigurationPolicyList.member = Shapes::ShapeRef.new(shape: LogsConfigurationPolicy)
@@ -1226,6 +1274,12 @@ module Aws::CleanRoomsML
1226
1274
  ParameterMap.key = Shapes::ShapeRef.new(shape: ParameterKey)
1227
1275
  ParameterMap.value = Shapes::ShapeRef.new(shape: ParameterValue)
1228
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
+
1229
1283
  PrivacyConfiguration.add_member(:policies, Shapes::ShapeRef.new(shape: PrivacyConfigurationPolicies, required: true, location_name: "policies"))
1230
1284
  PrivacyConfiguration.struct_class = Types::PrivacyConfiguration
1231
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
@@ -1713,6 +1784,24 @@ module Aws::CleanRoomsML
1713
1784
  include Aws::Structure
1714
1785
  end
1715
1786
 
1787
+ # The configuration for defining custom patterns to be redacted from
1788
+ # logs and error messages. This is for the CUSTOM config under
1789
+ # entitiesToRedact. Both CustomEntityConfig and entitiesToRedact need to
1790
+ # be present or not present.
1791
+ #
1792
+ # @!attribute [rw] custom_data_identifiers
1793
+ # Defines data identifiers for the custom entity configuration.
1794
+ # Provide this only if CUSTOM redaction is configured.
1795
+ # @return [Array<String>]
1796
+ #
1797
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/CustomEntityConfig AWS API Documentation
1798
+ #
1799
+ class CustomEntityConfig < Struct.new(
1800
+ :custom_data_identifiers)
1801
+ SENSITIVE = []
1802
+ include Aws::Structure
1803
+ end
1804
+
1716
1805
  # Defines information about the Glue data source that contains the
1717
1806
  # training data.
1718
1807
  #
@@ -2232,18 +2321,6 @@ module Aws::CleanRoomsML
2232
2321
  include Aws::Structure
2233
2322
  end
2234
2323
 
2235
- # @!attribute [rw] create_time
2236
- # The time at which the ML input channel was created.
2237
- # @return [Time]
2238
- #
2239
- # @!attribute [rw] update_time
2240
- # The most recent time at which the ML input channel was updated.
2241
- # @return [Time]
2242
- #
2243
- # @!attribute [rw] creator_account_id
2244
- # The account ID of the member who created the ML input channel.
2245
- # @return [String]
2246
- #
2247
2324
  # @!attribute [rw] membership_identifier
2248
2325
  # The membership ID of the membership that contains the ML input
2249
2326
  # channel.
@@ -2283,16 +2360,31 @@ module Aws::CleanRoomsML
2283
2360
  # The number of records in the ML input channel.
2284
2361
  # @return [Integer]
2285
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
+ #
2286
2369
  # @!attribute [rw] description
2287
2370
  # The description of the ML input channel.
2288
2371
  # @return [String]
2289
2372
  #
2373
+ # @!attribute [rw] create_time
2374
+ # The time at which the ML input channel was created.
2375
+ # @return [Time]
2376
+ #
2377
+ # @!attribute [rw] update_time
2378
+ # The most recent time at which the ML input channel was updated.
2379
+ # @return [Time]
2380
+ #
2381
+ # @!attribute [rw] creator_account_id
2382
+ # The account ID of the member who created the ML input channel.
2383
+ # @return [String]
2384
+ #
2290
2385
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetCollaborationMLInputChannelResponse AWS API Documentation
2291
2386
  #
2292
2387
  class GetCollaborationMLInputChannelResponse < Struct.new(
2293
- :create_time,
2294
- :update_time,
2295
- :creator_account_id,
2296
2388
  :membership_identifier,
2297
2389
  :collaboration_identifier,
2298
2390
  :ml_input_channel_arn,
@@ -2302,7 +2394,11 @@ module Aws::CleanRoomsML
2302
2394
  :status_details,
2303
2395
  :retention_in_days,
2304
2396
  :number_of_records,
2305
- :description)
2397
+ :privacy_budgets,
2398
+ :description,
2399
+ :create_time,
2400
+ :update_time,
2401
+ :creator_account_id)
2306
2402
  SENSITIVE = []
2307
2403
  include Aws::Structure
2308
2404
  end
@@ -2862,14 +2958,6 @@ module Aws::CleanRoomsML
2862
2958
  include Aws::Structure
2863
2959
  end
2864
2960
 
2865
- # @!attribute [rw] create_time
2866
- # The time at which the ML input channel was created.
2867
- # @return [Time]
2868
- #
2869
- # @!attribute [rw] update_time
2870
- # The most recent time at which the ML input channel was updated.
2871
- # @return [Time]
2872
- #
2873
2961
  # @!attribute [rw] membership_identifier
2874
2962
  # The membership ID of the membership that contains the ML input
2875
2963
  # channel.
@@ -2880,15 +2968,6 @@ module Aws::CleanRoomsML
2880
2968
  # channel.
2881
2969
  # @return [String]
2882
2970
  #
2883
- # @!attribute [rw] input_channel
2884
- # The input channel that was used to create the ML input channel.
2885
- # @return [Types::InputChannel]
2886
- #
2887
- # @!attribute [rw] protected_query_identifier
2888
- # The ID of the protected query that was used to create the ML input
2889
- # channel.
2890
- # @return [String]
2891
- #
2892
2971
  # @!attribute [rw] ml_input_channel_arn
2893
2972
  # The Amazon Resource Name (ARN) of the ML input channel.
2894
2973
  # @return [String]
@@ -2918,6 +2997,33 @@ module Aws::CleanRoomsML
2918
2997
  # The number of records in the ML input channel.
2919
2998
  # @return [Integer]
2920
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
+ #
3006
+ # @!attribute [rw] description
3007
+ # The description of the ML input channel.
3008
+ # @return [String]
3009
+ #
3010
+ # @!attribute [rw] create_time
3011
+ # The time at which the ML input channel was created.
3012
+ # @return [Time]
3013
+ #
3014
+ # @!attribute [rw] update_time
3015
+ # The most recent time at which the ML input channel was updated.
3016
+ # @return [Time]
3017
+ #
3018
+ # @!attribute [rw] input_channel
3019
+ # The input channel that was used to create the ML input channel.
3020
+ # @return [Types::InputChannel]
3021
+ #
3022
+ # @!attribute [rw] protected_query_identifier
3023
+ # The ID of the protected query that was used to create the ML input
3024
+ # channel.
3025
+ # @return [String]
3026
+ #
2921
3027
  # @!attribute [rw] number_of_files
2922
3028
  # The number of files in the ML input channel.
2923
3029
  # @return [Float]
@@ -2926,10 +3032,6 @@ module Aws::CleanRoomsML
2926
3032
  # The size, in GB, of the ML input channel.
2927
3033
  # @return [Float]
2928
3034
  #
2929
- # @!attribute [rw] description
2930
- # The description of the ML input channel.
2931
- # @return [String]
2932
- #
2933
3035
  # @!attribute [rw] kms_key_arn
2934
3036
  # The Amazon Resource Name (ARN) of the KMS key that was used to
2935
3037
  # create the ML input channel.
@@ -2971,12 +3073,8 @@ module Aws::CleanRoomsML
2971
3073
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetMLInputChannelResponse AWS API Documentation
2972
3074
  #
2973
3075
  class GetMLInputChannelResponse < Struct.new(
2974
- :create_time,
2975
- :update_time,
2976
3076
  :membership_identifier,
2977
3077
  :collaboration_identifier,
2978
- :input_channel,
2979
- :protected_query_identifier,
2980
3078
  :ml_input_channel_arn,
2981
3079
  :name,
2982
3080
  :configured_model_algorithm_associations,
@@ -2984,9 +3082,14 @@ module Aws::CleanRoomsML
2984
3082
  :status_details,
2985
3083
  :retention_in_days,
2986
3084
  :number_of_records,
3085
+ :privacy_budgets,
3086
+ :description,
3087
+ :create_time,
3088
+ :update_time,
3089
+ :input_channel,
3090
+ :protected_query_identifier,
2987
3091
  :number_of_files,
2988
3092
  :size_in_gb,
2989
- :description,
2990
3093
  :kms_key_arn,
2991
3094
  :tags)
2992
3095
  SENSITIVE = []
@@ -4401,6 +4504,30 @@ module Aws::CleanRoomsML
4401
4504
  include Aws::Structure
4402
4505
  end
4403
4506
 
4507
+ # The configuration for log redaction.
4508
+ #
4509
+ # @!attribute [rw] entities_to_redact
4510
+ # Specifies the entities to be redacted from logs. Entities to redact
4511
+ # are "ALL\_PERSONALLY\_IDENTIFIABLE\_INFORMATION",
4512
+ # "NUMBERS","CUSTOM". If CUSTOM is supplied or configured, custom
4513
+ # patterns (customDataIdentifiers) should be provided, and the
4514
+ # patterns will be redacted in logs or error messages.
4515
+ # @return [Array<String>]
4516
+ #
4517
+ # @!attribute [rw] custom_entity_config
4518
+ # Specifies the configuration for custom entities in the context of
4519
+ # log redaction.
4520
+ # @return [Types::CustomEntityConfig]
4521
+ #
4522
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/LogRedactionConfiguration AWS API Documentation
4523
+ #
4524
+ class LogRedactionConfiguration < Struct.new(
4525
+ :entities_to_redact,
4526
+ :custom_entity_config)
4527
+ SENSITIVE = []
4528
+ include Aws::Structure
4529
+ end
4530
+
4404
4531
  # Provides the information necessary for a user to access the logs.
4405
4532
  #
4406
4533
  # @!attribute [rw] allowed_account_ids
@@ -4412,11 +4539,22 @@ module Aws::CleanRoomsML
4412
4539
  # return information that matches the pattern.
4413
4540
  # @return [String]
4414
4541
  #
4542
+ # @!attribute [rw] log_type
4543
+ # Specifies the type of log this policy applies to. The currently
4544
+ # supported policies are ALL or ERROR\_SUMMARY.
4545
+ # @return [String]
4546
+ #
4547
+ # @!attribute [rw] log_redaction_configuration
4548
+ # Specifies the log redaction configuration for this policy.
4549
+ # @return [Types::LogRedactionConfiguration]
4550
+ #
4415
4551
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/LogsConfigurationPolicy AWS API Documentation
4416
4552
  #
4417
4553
  class LogsConfigurationPolicy < Struct.new(
4418
4554
  :allowed_account_ids,
4419
- :filter_pattern)
4555
+ :filter_pattern,
4556
+ :log_type,
4557
+ :log_redaction_configuration)
4420
4558
  SENSITIVE = []
4421
4559
  include Aws::Structure
4422
4560
  end
@@ -4593,6 +4731,29 @@ module Aws::CleanRoomsML
4593
4731
  include Aws::Structure
4594
4732
  end
4595
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
+
4596
4757
  # Information about the privacy configuration for a configured model
4597
4758
  # algorithm association.
4598
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.33.0'
58
+ GEM_VERSION = '1.35.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -181,7 +181,14 @@ module Aws
181
181
  container_logs: Array[
182
182
  {
183
183
  allowed_account_ids: Array[::String],
184
- filter_pattern: ::String?
184
+ filter_pattern: ::String?,
185
+ log_type: ("ALL" | "ERROR_SUMMARY")?,
186
+ log_redaction_configuration: {
187
+ entities_to_redact: Array[("ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" | "NUMBERS" | "CUSTOM")],
188
+ custom_entity_config: {
189
+ custom_data_identifiers: Array[::String]
190
+ }?
191
+ }?
185
192
  },
186
193
  ]?,
187
194
  container_metrics: {
@@ -203,7 +210,14 @@ module Aws
203
210
  container_logs: Array[
204
211
  {
205
212
  allowed_account_ids: Array[::String],
206
- filter_pattern: ::String?
213
+ filter_pattern: ::String?,
214
+ log_type: ("ALL" | "ERROR_SUMMARY")?,
215
+ log_redaction_configuration: {
216
+ entities_to_redact: Array[("ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" | "NUMBERS" | "CUSTOM")],
217
+ custom_entity_config: {
218
+ custom_data_identifiers: Array[::String]
219
+ }?
220
+ }?
207
221
  },
208
222
  ]?,
209
223
  max_output_size: {
@@ -266,7 +280,7 @@ module Aws
266
280
  ?environment: Hash[::String, ::String],
267
281
  resource_config: {
268
282
  instance_count: ::Integer?,
269
- instance_type: ("ml.m4.xlarge" | "ml.m4.2xlarge" | "ml.m4.4xlarge" | "ml.m4.10xlarge" | "ml.m4.16xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.12xlarge" | "ml.m5.24xlarge" | "ml.c4.xlarge" | "ml.c4.2xlarge" | "ml.c4.4xlarge" | "ml.c4.8xlarge" | "ml.p2.xlarge" | "ml.p2.8xlarge" | "ml.p2.16xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p3dn.24xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.48xlarge" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.18xlarge" | "ml.c5n.xlarge" | "ml.c5n.2xlarge" | "ml.c5n.4xlarge" | "ml.c5n.9xlarge" | "ml.c5n.18xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.16xlarge" | "ml.g5.12xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.8xlarge" | "ml.c6i.4xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.r5d.large" | "ml.r5d.xlarge" | "ml.r5d.2xlarge" | "ml.r5d.4xlarge" | "ml.r5d.8xlarge" | "ml.r5d.12xlarge" | "ml.r5d.16xlarge" | "ml.r5d.24xlarge" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge"),
283
+ instance_type: ("ml.m4.xlarge" | "ml.m4.2xlarge" | "ml.m4.4xlarge" | "ml.m4.10xlarge" | "ml.m4.16xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.12xlarge" | "ml.m5.24xlarge" | "ml.c4.xlarge" | "ml.c4.2xlarge" | "ml.c4.4xlarge" | "ml.c4.8xlarge" | "ml.p2.xlarge" | "ml.p2.8xlarge" | "ml.p2.16xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.48xlarge" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.18xlarge" | "ml.c5n.xlarge" | "ml.c5n.2xlarge" | "ml.c5n.4xlarge" | "ml.c5n.9xlarge" | "ml.c5n.18xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.16xlarge" | "ml.g5.12xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.8xlarge" | "ml.c6i.4xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.r5d.large" | "ml.r5d.xlarge" | "ml.r5d.2xlarge" | "ml.r5d.4xlarge" | "ml.r5d.8xlarge" | "ml.r5d.12xlarge" | "ml.r5d.16xlarge" | "ml.r5d.24xlarge" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.c7i.large" | "ml.c7i.xlarge" | "ml.c7i.2xlarge" | "ml.c7i.4xlarge" | "ml.c7i.8xlarge" | "ml.c7i.12xlarge" | "ml.c7i.16xlarge" | "ml.c7i.24xlarge" | "ml.c7i.48xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.p5en.48xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p3dn.24xlarge"),
270
284
  volume_size_in_gb: ::Integer
271
285
  },
272
286
  ?stopping_condition: {
@@ -457,9 +471,6 @@ module Aws
457
471
 
458
472
  interface _GetCollaborationMLInputChannelResponseSuccess
459
473
  include ::Seahorse::Client::_ResponseSuccess[Types::GetCollaborationMLInputChannelResponse]
460
- def create_time: () -> ::Time
461
- def update_time: () -> ::Time
462
- def creator_account_id: () -> ::String
463
474
  def membership_identifier: () -> ::String
464
475
  def collaboration_identifier: () -> ::String
465
476
  def ml_input_channel_arn: () -> ::String
@@ -469,7 +480,11 @@ module Aws
469
480
  def status_details: () -> Types::StatusDetails
470
481
  def retention_in_days: () -> ::Integer
471
482
  def number_of_records: () -> ::Integer
483
+ def privacy_budgets: () -> Types::PrivacyBudgets
472
484
  def description: () -> ::String
485
+ def create_time: () -> ::Time
486
+ def update_time: () -> ::Time
487
+ def creator_account_id: () -> ::String
473
488
  end
474
489
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRoomsML/Client.html#get_collaboration_ml_input_channel-instance_method
475
490
  def get_collaboration_ml_input_channel: (
@@ -598,12 +613,8 @@ module Aws
598
613
 
599
614
  interface _GetMLInputChannelResponseSuccess
600
615
  include ::Seahorse::Client::_ResponseSuccess[Types::GetMLInputChannelResponse]
601
- def create_time: () -> ::Time
602
- def update_time: () -> ::Time
603
616
  def membership_identifier: () -> ::String
604
617
  def collaboration_identifier: () -> ::String
605
- def input_channel: () -> Types::InputChannel
606
- def protected_query_identifier: () -> ::String
607
618
  def ml_input_channel_arn: () -> ::String
608
619
  def name: () -> ::String
609
620
  def configured_model_algorithm_associations: () -> ::Array[::String]
@@ -611,9 +622,14 @@ module Aws
611
622
  def status_details: () -> Types::StatusDetails
612
623
  def retention_in_days: () -> ::Integer
613
624
  def number_of_records: () -> ::Integer
625
+ def privacy_budgets: () -> Types::PrivacyBudgets
626
+ def description: () -> ::String
627
+ def create_time: () -> ::Time
628
+ def update_time: () -> ::Time
629
+ def input_channel: () -> Types::InputChannel
630
+ def protected_query_identifier: () -> ::String
614
631
  def number_of_files: () -> ::Float
615
632
  def size_in_gb: () -> ::Float
616
- def description: () -> ::String
617
633
  def kms_key_arn: () -> ::String
618
634
  def tags: () -> ::Hash[::String, ::String]
619
635
  end
@@ -1035,7 +1051,7 @@ module Aws
1035
1051
  ?trained_model_version_identifier: ::String,
1036
1052
  ?configured_model_algorithm_association_arn: ::String,
1037
1053
  resource_config: {
1038
- instance_type: ("ml.r7i.48xlarge" | "ml.r6i.16xlarge" | "ml.m6i.xlarge" | "ml.m5.4xlarge" | "ml.p2.xlarge" | "ml.m4.16xlarge" | "ml.r7i.16xlarge" | "ml.m7i.xlarge" | "ml.m6i.12xlarge" | "ml.r7i.8xlarge" | "ml.r7i.large" | "ml.m7i.12xlarge" | "ml.m6i.24xlarge" | "ml.m7i.24xlarge" | "ml.r6i.8xlarge" | "ml.r6i.large" | "ml.g5.2xlarge" | "ml.m5.large" | "ml.p3.16xlarge" | "ml.m7i.48xlarge" | "ml.m6i.16xlarge" | "ml.p2.16xlarge" | "ml.g5.4xlarge" | "ml.m7i.16xlarge" | "ml.c4.2xlarge" | "ml.c5.2xlarge" | "ml.c6i.32xlarge" | "ml.c4.4xlarge" | "ml.g5.8xlarge" | "ml.c6i.xlarge" | "ml.c5.4xlarge" | "ml.g4dn.xlarge" | "ml.c7i.xlarge" | "ml.c6i.12xlarge" | "ml.g4dn.12xlarge" | "ml.c7i.12xlarge" | "ml.c6i.24xlarge" | "ml.g4dn.2xlarge" | "ml.c7i.24xlarge" | "ml.c7i.2xlarge" | "ml.c4.8xlarge" | "ml.c6i.2xlarge" | "ml.g4dn.4xlarge" | "ml.c7i.48xlarge" | "ml.c7i.4xlarge" | "ml.c6i.16xlarge" | "ml.c5.9xlarge" | "ml.g4dn.16xlarge" | "ml.c7i.16xlarge" | "ml.c6i.4xlarge" | "ml.c5.xlarge" | "ml.c4.xlarge" | "ml.g4dn.8xlarge" | "ml.c7i.8xlarge" | "ml.c7i.large" | "ml.g5.xlarge" | "ml.c6i.8xlarge" | "ml.c6i.large" | "ml.g5.12xlarge" | "ml.g5.24xlarge" | "ml.m7i.2xlarge" | "ml.c5.18xlarge" | "ml.g5.48xlarge" | "ml.m6i.2xlarge" | "ml.g5.16xlarge" | "ml.m7i.4xlarge" | "ml.p3.2xlarge" | "ml.r6i.32xlarge" | "ml.m6i.4xlarge" | "ml.m5.xlarge" | "ml.m4.10xlarge" | "ml.r6i.xlarge" | "ml.m5.12xlarge" | "ml.m4.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.xlarge" | "ml.r6i.12xlarge" | "ml.m5.24xlarge" | "ml.r7i.12xlarge" | "ml.m7i.8xlarge" | "ml.m7i.large" | "ml.r6i.24xlarge" | "ml.r6i.2xlarge" | "ml.m4.2xlarge" | "ml.r7i.24xlarge" | "ml.r7i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.large" | "ml.m5.2xlarge" | "ml.p2.8xlarge" | "ml.r6i.4xlarge" | "ml.m6i.32xlarge" | "ml.p3.8xlarge" | "ml.m4.4xlarge"),
1054
+ instance_type: ("ml.r7i.48xlarge" | "ml.r6i.16xlarge" | "ml.m6i.xlarge" | "ml.m5.4xlarge" | "ml.p2.xlarge" | "ml.m4.16xlarge" | "ml.r7i.16xlarge" | "ml.m7i.xlarge" | "ml.m6i.12xlarge" | "ml.r7i.8xlarge" | "ml.r7i.large" | "ml.m7i.12xlarge" | "ml.m6i.24xlarge" | "ml.m7i.24xlarge" | "ml.r6i.8xlarge" | "ml.r6i.large" | "ml.g5.2xlarge" | "ml.m5.large" | "ml.m7i.48xlarge" | "ml.m6i.16xlarge" | "ml.p2.16xlarge" | "ml.g5.4xlarge" | "ml.m7i.16xlarge" | "ml.c4.2xlarge" | "ml.c5.2xlarge" | "ml.c6i.32xlarge" | "ml.c4.4xlarge" | "ml.g5.8xlarge" | "ml.c6i.xlarge" | "ml.c5.4xlarge" | "ml.g4dn.xlarge" | "ml.c7i.xlarge" | "ml.c6i.12xlarge" | "ml.g4dn.12xlarge" | "ml.c7i.12xlarge" | "ml.c6i.24xlarge" | "ml.g4dn.2xlarge" | "ml.c7i.24xlarge" | "ml.c7i.2xlarge" | "ml.c4.8xlarge" | "ml.c6i.2xlarge" | "ml.g4dn.4xlarge" | "ml.c7i.48xlarge" | "ml.c7i.4xlarge" | "ml.c6i.16xlarge" | "ml.c5.9xlarge" | "ml.g4dn.16xlarge" | "ml.c7i.16xlarge" | "ml.c6i.4xlarge" | "ml.c5.xlarge" | "ml.c4.xlarge" | "ml.g4dn.8xlarge" | "ml.c7i.8xlarge" | "ml.c7i.large" | "ml.g5.xlarge" | "ml.c6i.8xlarge" | "ml.c6i.large" | "ml.g5.12xlarge" | "ml.g5.24xlarge" | "ml.m7i.2xlarge" | "ml.c5.18xlarge" | "ml.g5.48xlarge" | "ml.m6i.2xlarge" | "ml.g5.16xlarge" | "ml.m7i.4xlarge" | "ml.r6i.32xlarge" | "ml.m6i.4xlarge" | "ml.m5.xlarge" | "ml.m4.10xlarge" | "ml.r6i.xlarge" | "ml.m5.12xlarge" | "ml.m4.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.xlarge" | "ml.r6i.12xlarge" | "ml.m5.24xlarge" | "ml.r7i.12xlarge" | "ml.m7i.8xlarge" | "ml.m7i.large" | "ml.r6i.24xlarge" | "ml.r6i.2xlarge" | "ml.m4.2xlarge" | "ml.r7i.24xlarge" | "ml.r7i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.large" | "ml.m5.2xlarge" | "ml.p2.8xlarge" | "ml.r6i.4xlarge" | "ml.m6i.32xlarge" | "ml.m4.4xlarge" | "ml.p3.16xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge"),
1039
1055
  instance_count: ::Integer?
1040
1056
  },
1041
1057
  output_configuration: {
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: []
@@ -362,6 +379,11 @@ module Aws::CleanRoomsML
362
379
  SENSITIVE: []
363
380
  end
364
381
 
382
+ class CustomEntityConfig
383
+ attr_accessor custom_data_identifiers: ::Array[::String]
384
+ SENSITIVE: []
385
+ end
386
+
365
387
  class DataSource
366
388
  attr_accessor glue_data_source: Types::GlueDataSource
367
389
  SENSITIVE: []
@@ -510,9 +532,6 @@ module Aws::CleanRoomsML
510
532
  end
511
533
 
512
534
  class GetCollaborationMLInputChannelResponse
513
- attr_accessor create_time: ::Time
514
- attr_accessor update_time: ::Time
515
- attr_accessor creator_account_id: ::String
516
535
  attr_accessor membership_identifier: ::String
517
536
  attr_accessor collaboration_identifier: ::String
518
537
  attr_accessor ml_input_channel_arn: ::String
@@ -522,7 +541,11 @@ module Aws::CleanRoomsML
522
541
  attr_accessor status_details: Types::StatusDetails
523
542
  attr_accessor retention_in_days: ::Integer
524
543
  attr_accessor number_of_records: ::Integer
544
+ attr_accessor privacy_budgets: Types::PrivacyBudgets
525
545
  attr_accessor description: ::String
546
+ attr_accessor create_time: ::Time
547
+ attr_accessor update_time: ::Time
548
+ attr_accessor creator_account_id: ::String
526
549
  SENSITIVE: []
527
550
  end
528
551
 
@@ -651,12 +674,8 @@ module Aws::CleanRoomsML
651
674
  end
652
675
 
653
676
  class GetMLInputChannelResponse
654
- attr_accessor create_time: ::Time
655
- attr_accessor update_time: ::Time
656
677
  attr_accessor membership_identifier: ::String
657
678
  attr_accessor collaboration_identifier: ::String
658
- attr_accessor input_channel: Types::InputChannel
659
- attr_accessor protected_query_identifier: ::String
660
679
  attr_accessor ml_input_channel_arn: ::String
661
680
  attr_accessor name: ::String
662
681
  attr_accessor configured_model_algorithm_associations: ::Array[::String]
@@ -664,9 +683,14 @@ module Aws::CleanRoomsML
664
683
  attr_accessor status_details: Types::StatusDetails
665
684
  attr_accessor retention_in_days: ::Integer
666
685
  attr_accessor number_of_records: ::Integer
686
+ attr_accessor privacy_budgets: Types::PrivacyBudgets
687
+ attr_accessor description: ::String
688
+ attr_accessor create_time: ::Time
689
+ attr_accessor update_time: ::Time
690
+ attr_accessor input_channel: Types::InputChannel
691
+ attr_accessor protected_query_identifier: ::String
667
692
  attr_accessor number_of_files: ::Float
668
693
  attr_accessor size_in_gb: ::Float
669
- attr_accessor description: ::String
670
694
  attr_accessor kms_key_arn: ::String
671
695
  attr_accessor tags: ::Hash[::String, ::String]
672
696
  SENSITIVE: []
@@ -802,7 +826,7 @@ module Aws::CleanRoomsML
802
826
  end
803
827
 
804
828
  class InferenceResourceConfig
805
- attr_accessor instance_type: ("ml.r7i.48xlarge" | "ml.r6i.16xlarge" | "ml.m6i.xlarge" | "ml.m5.4xlarge" | "ml.p2.xlarge" | "ml.m4.16xlarge" | "ml.r7i.16xlarge" | "ml.m7i.xlarge" | "ml.m6i.12xlarge" | "ml.r7i.8xlarge" | "ml.r7i.large" | "ml.m7i.12xlarge" | "ml.m6i.24xlarge" | "ml.m7i.24xlarge" | "ml.r6i.8xlarge" | "ml.r6i.large" | "ml.g5.2xlarge" | "ml.m5.large" | "ml.p3.16xlarge" | "ml.m7i.48xlarge" | "ml.m6i.16xlarge" | "ml.p2.16xlarge" | "ml.g5.4xlarge" | "ml.m7i.16xlarge" | "ml.c4.2xlarge" | "ml.c5.2xlarge" | "ml.c6i.32xlarge" | "ml.c4.4xlarge" | "ml.g5.8xlarge" | "ml.c6i.xlarge" | "ml.c5.4xlarge" | "ml.g4dn.xlarge" | "ml.c7i.xlarge" | "ml.c6i.12xlarge" | "ml.g4dn.12xlarge" | "ml.c7i.12xlarge" | "ml.c6i.24xlarge" | "ml.g4dn.2xlarge" | "ml.c7i.24xlarge" | "ml.c7i.2xlarge" | "ml.c4.8xlarge" | "ml.c6i.2xlarge" | "ml.g4dn.4xlarge" | "ml.c7i.48xlarge" | "ml.c7i.4xlarge" | "ml.c6i.16xlarge" | "ml.c5.9xlarge" | "ml.g4dn.16xlarge" | "ml.c7i.16xlarge" | "ml.c6i.4xlarge" | "ml.c5.xlarge" | "ml.c4.xlarge" | "ml.g4dn.8xlarge" | "ml.c7i.8xlarge" | "ml.c7i.large" | "ml.g5.xlarge" | "ml.c6i.8xlarge" | "ml.c6i.large" | "ml.g5.12xlarge" | "ml.g5.24xlarge" | "ml.m7i.2xlarge" | "ml.c5.18xlarge" | "ml.g5.48xlarge" | "ml.m6i.2xlarge" | "ml.g5.16xlarge" | "ml.m7i.4xlarge" | "ml.p3.2xlarge" | "ml.r6i.32xlarge" | "ml.m6i.4xlarge" | "ml.m5.xlarge" | "ml.m4.10xlarge" | "ml.r6i.xlarge" | "ml.m5.12xlarge" | "ml.m4.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.xlarge" | "ml.r6i.12xlarge" | "ml.m5.24xlarge" | "ml.r7i.12xlarge" | "ml.m7i.8xlarge" | "ml.m7i.large" | "ml.r6i.24xlarge" | "ml.r6i.2xlarge" | "ml.m4.2xlarge" | "ml.r7i.24xlarge" | "ml.r7i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.large" | "ml.m5.2xlarge" | "ml.p2.8xlarge" | "ml.r6i.4xlarge" | "ml.m6i.32xlarge" | "ml.p3.8xlarge" | "ml.m4.4xlarge")
829
+ attr_accessor instance_type: ("ml.r7i.48xlarge" | "ml.r6i.16xlarge" | "ml.m6i.xlarge" | "ml.m5.4xlarge" | "ml.p2.xlarge" | "ml.m4.16xlarge" | "ml.r7i.16xlarge" | "ml.m7i.xlarge" | "ml.m6i.12xlarge" | "ml.r7i.8xlarge" | "ml.r7i.large" | "ml.m7i.12xlarge" | "ml.m6i.24xlarge" | "ml.m7i.24xlarge" | "ml.r6i.8xlarge" | "ml.r6i.large" | "ml.g5.2xlarge" | "ml.m5.large" | "ml.m7i.48xlarge" | "ml.m6i.16xlarge" | "ml.p2.16xlarge" | "ml.g5.4xlarge" | "ml.m7i.16xlarge" | "ml.c4.2xlarge" | "ml.c5.2xlarge" | "ml.c6i.32xlarge" | "ml.c4.4xlarge" | "ml.g5.8xlarge" | "ml.c6i.xlarge" | "ml.c5.4xlarge" | "ml.g4dn.xlarge" | "ml.c7i.xlarge" | "ml.c6i.12xlarge" | "ml.g4dn.12xlarge" | "ml.c7i.12xlarge" | "ml.c6i.24xlarge" | "ml.g4dn.2xlarge" | "ml.c7i.24xlarge" | "ml.c7i.2xlarge" | "ml.c4.8xlarge" | "ml.c6i.2xlarge" | "ml.g4dn.4xlarge" | "ml.c7i.48xlarge" | "ml.c7i.4xlarge" | "ml.c6i.16xlarge" | "ml.c5.9xlarge" | "ml.g4dn.16xlarge" | "ml.c7i.16xlarge" | "ml.c6i.4xlarge" | "ml.c5.xlarge" | "ml.c4.xlarge" | "ml.g4dn.8xlarge" | "ml.c7i.8xlarge" | "ml.c7i.large" | "ml.g5.xlarge" | "ml.c6i.8xlarge" | "ml.c6i.large" | "ml.g5.12xlarge" | "ml.g5.24xlarge" | "ml.m7i.2xlarge" | "ml.c5.18xlarge" | "ml.g5.48xlarge" | "ml.m6i.2xlarge" | "ml.g5.16xlarge" | "ml.m7i.4xlarge" | "ml.r6i.32xlarge" | "ml.m6i.4xlarge" | "ml.m5.xlarge" | "ml.m4.10xlarge" | "ml.r6i.xlarge" | "ml.m5.12xlarge" | "ml.m4.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.xlarge" | "ml.r6i.12xlarge" | "ml.m5.24xlarge" | "ml.r7i.12xlarge" | "ml.m7i.8xlarge" | "ml.m7i.large" | "ml.r6i.24xlarge" | "ml.r6i.2xlarge" | "ml.m4.2xlarge" | "ml.r7i.24xlarge" | "ml.r7i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.large" | "ml.m5.2xlarge" | "ml.p2.8xlarge" | "ml.r6i.4xlarge" | "ml.m6i.32xlarge" | "ml.m4.4xlarge" | "ml.p3.16xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge")
806
830
  attr_accessor instance_count: ::Integer
807
831
  SENSITIVE: []
808
832
  end
@@ -1052,9 +1076,17 @@ module Aws::CleanRoomsML
1052
1076
  SENSITIVE: []
1053
1077
  end
1054
1078
 
1079
+ class LogRedactionConfiguration
1080
+ attr_accessor entities_to_redact: ::Array[("ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" | "NUMBERS" | "CUSTOM")]
1081
+ attr_accessor custom_entity_config: Types::CustomEntityConfig
1082
+ SENSITIVE: []
1083
+ end
1084
+
1055
1085
  class LogsConfigurationPolicy
1056
1086
  attr_accessor allowed_account_ids: ::Array[::String]
1057
1087
  attr_accessor filter_pattern: ::String
1088
+ attr_accessor log_type: ("ALL" | "ERROR_SUMMARY")
1089
+ attr_accessor log_redaction_configuration: Types::LogRedactionConfiguration
1058
1090
  SENSITIVE: []
1059
1091
  end
1060
1092
 
@@ -1101,6 +1133,17 @@ module Aws::CleanRoomsML
1101
1133
  SENSITIVE: []
1102
1134
  end
1103
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
+
1104
1147
  class PrivacyConfiguration
1105
1148
  attr_accessor policies: Types::PrivacyConfigurationPolicies
1106
1149
  SENSITIVE: []
@@ -1155,7 +1198,7 @@ module Aws::CleanRoomsML
1155
1198
 
1156
1199
  class ResourceConfig
1157
1200
  attr_accessor instance_count: ::Integer
1158
- attr_accessor instance_type: ("ml.m4.xlarge" | "ml.m4.2xlarge" | "ml.m4.4xlarge" | "ml.m4.10xlarge" | "ml.m4.16xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.12xlarge" | "ml.m5.24xlarge" | "ml.c4.xlarge" | "ml.c4.2xlarge" | "ml.c4.4xlarge" | "ml.c4.8xlarge" | "ml.p2.xlarge" | "ml.p2.8xlarge" | "ml.p2.16xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p3dn.24xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.48xlarge" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.18xlarge" | "ml.c5n.xlarge" | "ml.c5n.2xlarge" | "ml.c5n.4xlarge" | "ml.c5n.9xlarge" | "ml.c5n.18xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.16xlarge" | "ml.g5.12xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.8xlarge" | "ml.c6i.4xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.r5d.large" | "ml.r5d.xlarge" | "ml.r5d.2xlarge" | "ml.r5d.4xlarge" | "ml.r5d.8xlarge" | "ml.r5d.12xlarge" | "ml.r5d.16xlarge" | "ml.r5d.24xlarge" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge")
1201
+ attr_accessor instance_type: ("ml.m4.xlarge" | "ml.m4.2xlarge" | "ml.m4.4xlarge" | "ml.m4.10xlarge" | "ml.m4.16xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.12xlarge" | "ml.m5.24xlarge" | "ml.c4.xlarge" | "ml.c4.2xlarge" | "ml.c4.4xlarge" | "ml.c4.8xlarge" | "ml.p2.xlarge" | "ml.p2.8xlarge" | "ml.p2.16xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.48xlarge" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.18xlarge" | "ml.c5n.xlarge" | "ml.c5n.2xlarge" | "ml.c5n.4xlarge" | "ml.c5n.9xlarge" | "ml.c5n.18xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.16xlarge" | "ml.g5.12xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.8xlarge" | "ml.c6i.4xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.r5d.large" | "ml.r5d.xlarge" | "ml.r5d.2xlarge" | "ml.r5d.4xlarge" | "ml.r5d.8xlarge" | "ml.r5d.12xlarge" | "ml.r5d.16xlarge" | "ml.r5d.24xlarge" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.c7i.large" | "ml.c7i.xlarge" | "ml.c7i.2xlarge" | "ml.c7i.4xlarge" | "ml.c7i.8xlarge" | "ml.c7i.12xlarge" | "ml.c7i.16xlarge" | "ml.c7i.24xlarge" | "ml.c7i.48xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.p5en.48xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p3dn.24xlarge")
1159
1202
  attr_accessor volume_size_in_gb: ::Integer
1160
1203
  SENSITIVE: []
1161
1204
  end
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.33.0
4
+ version: 1.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services