aws-sdk-cleanroomsml 1.33.0 → 1.34.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: 387fa5d98c82c1a4a11b7e0cc0b249f60e26c455ad6a908c86b34811a182209c
4
+ data.tar.gz: b3e05ec27c7f23e5fa86db16b487154420c4e965affc0d3622f5aa712d105b66
5
5
  SHA512:
6
- metadata.gz: 966e788c4e2704b1e47f1a8b03b581efab5165df622f408c1c32e6a5880fba31ecbf4b6d94fbad9747d284cf320f3ba525158be627f7b33922cead6f5cbba318
7
- data.tar.gz: cee16fc585342e3b69014d90b84d817fddd3b5fbb62c727ea024678d9fdd41dd4f6931ea17ab719847edc07fa2bb0e06db05c4da4a89b9aea43cc9941deedbdb
6
+ metadata.gz: d69e264d66982e450ca5d140a827cc36b156e67123a404d5fd2f9ac94171b6c2976d865df8b2094263017b974d6660cf1789072b7dae6354d7d7e24cc9487c15
7
+ data.tar.gz: 7948d3e0098ddf238a9f9cfb7723e08e66aef06ac9d2cdb923cd1dee18d5a1acd73d2521005837e61398c7b9ea87bd5413cb43a291aea29336c14e7e77152e19
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2025-09-03)
5
+ ------------------
6
+
7
+ * 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.
8
+
4
9
  1.33.0 (2025-08-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.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
@@ -1833,6 +1854,9 @@ module Aws::CleanRoomsML
1833
1854
  # * {Types::GetCollaborationMLInputChannelResponse#retention_in_days #retention_in_days} => Integer
1834
1855
  # * {Types::GetCollaborationMLInputChannelResponse#number_of_records #number_of_records} => Integer
1835
1856
  # * {Types::GetCollaborationMLInputChannelResponse#description #description} => String
1857
+ # * {Types::GetCollaborationMLInputChannelResponse#create_time #create_time} => Time
1858
+ # * {Types::GetCollaborationMLInputChannelResponse#update_time #update_time} => Time
1859
+ # * {Types::GetCollaborationMLInputChannelResponse#creator_account_id #creator_account_id} => String
1836
1860
  #
1837
1861
  # @example Request syntax with placeholder values
1838
1862
  #
@@ -1843,9 +1867,6 @@ module Aws::CleanRoomsML
1843
1867
  #
1844
1868
  # @example Response structure
1845
1869
  #
1846
- # resp.create_time #=> Time
1847
- # resp.update_time #=> Time
1848
- # resp.creator_account_id #=> String
1849
1870
  # resp.membership_identifier #=> String
1850
1871
  # resp.collaboration_identifier #=> String
1851
1872
  # resp.ml_input_channel_arn #=> String
@@ -1858,6 +1879,9 @@ module Aws::CleanRoomsML
1858
1879
  # resp.retention_in_days #=> Integer
1859
1880
  # resp.number_of_records #=> Integer
1860
1881
  # resp.description #=> String
1882
+ # resp.create_time #=> Time
1883
+ # resp.update_time #=> Time
1884
+ # resp.creator_account_id #=> String
1861
1885
  #
1862
1886
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetCollaborationMLInputChannel AWS API Documentation
1863
1887
  #
@@ -1932,7 +1956,7 @@ module Aws::CleanRoomsML
1932
1956
  # resp.status_details.message #=> String
1933
1957
  # resp.configured_model_algorithm_association_arn #=> String
1934
1958
  # 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"
1959
+ # 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
1960
  # resp.resource_config.volume_size_in_gb #=> Integer
1937
1961
  # resp.training_input_mode #=> String, one of "File", "FastFile", "Pipe"
1938
1962
  # resp.stopping_condition.max_runtime_in_seconds #=> Integer
@@ -2143,6 +2167,11 @@ module Aws::CleanRoomsML
2143
2167
  # resp.privacy_configuration.policies.trained_models.container_logs[0].allowed_account_ids #=> Array
2144
2168
  # resp.privacy_configuration.policies.trained_models.container_logs[0].allowed_account_ids[0] #=> String
2145
2169
  # resp.privacy_configuration.policies.trained_models.container_logs[0].filter_pattern #=> String
2170
+ # resp.privacy_configuration.policies.trained_models.container_logs[0].log_type #=> String, one of "ALL", "ERROR_SUMMARY"
2171
+ # resp.privacy_configuration.policies.trained_models.container_logs[0].log_redaction_configuration.entities_to_redact #=> Array
2172
+ # 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"
2173
+ # resp.privacy_configuration.policies.trained_models.container_logs[0].log_redaction_configuration.custom_entity_config.custom_data_identifiers #=> Array
2174
+ # resp.privacy_configuration.policies.trained_models.container_logs[0].log_redaction_configuration.custom_entity_config.custom_data_identifiers[0] #=> String
2146
2175
  # resp.privacy_configuration.policies.trained_models.container_metrics.noise_level #=> String, one of "HIGH", "MEDIUM", "LOW", "NONE"
2147
2176
  # resp.privacy_configuration.policies.trained_models.max_artifact_size.unit #=> String, one of "GB"
2148
2177
  # resp.privacy_configuration.policies.trained_models.max_artifact_size.value #=> Float
@@ -2154,6 +2183,11 @@ module Aws::CleanRoomsML
2154
2183
  # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].allowed_account_ids #=> Array
2155
2184
  # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].allowed_account_ids[0] #=> String
2156
2185
  # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].filter_pattern #=> String
2186
+ # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].log_type #=> String, one of "ALL", "ERROR_SUMMARY"
2187
+ # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].log_redaction_configuration.entities_to_redact #=> Array
2188
+ # 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"
2189
+ # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].log_redaction_configuration.custom_entity_config.custom_data_identifiers #=> Array
2190
+ # resp.privacy_configuration.policies.trained_model_inference_jobs.container_logs[0].log_redaction_configuration.custom_entity_config.custom_data_identifiers[0] #=> String
2157
2191
  # resp.privacy_configuration.policies.trained_model_inference_jobs.max_output_size.unit #=> String, one of "GB"
2158
2192
  # resp.privacy_configuration.policies.trained_model_inference_jobs.max_output_size.value #=> Float
2159
2193
  # resp.description #=> String
@@ -2217,12 +2251,8 @@ module Aws::CleanRoomsML
2217
2251
  #
2218
2252
  # @return [Types::GetMLInputChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2219
2253
  #
2220
- # * {Types::GetMLInputChannelResponse#create_time #create_time} => Time
2221
- # * {Types::GetMLInputChannelResponse#update_time #update_time} => Time
2222
2254
  # * {Types::GetMLInputChannelResponse#membership_identifier #membership_identifier} => String
2223
2255
  # * {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
2256
  # * {Types::GetMLInputChannelResponse#ml_input_channel_arn #ml_input_channel_arn} => String
2227
2257
  # * {Types::GetMLInputChannelResponse#name #name} => String
2228
2258
  # * {Types::GetMLInputChannelResponse#configured_model_algorithm_associations #configured_model_algorithm_associations} => Array<String>
@@ -2230,9 +2260,13 @@ module Aws::CleanRoomsML
2230
2260
  # * {Types::GetMLInputChannelResponse#status_details #status_details} => Types::StatusDetails
2231
2261
  # * {Types::GetMLInputChannelResponse#retention_in_days #retention_in_days} => Integer
2232
2262
  # * {Types::GetMLInputChannelResponse#number_of_records #number_of_records} => Integer
2263
+ # * {Types::GetMLInputChannelResponse#description #description} => String
2264
+ # * {Types::GetMLInputChannelResponse#create_time #create_time} => Time
2265
+ # * {Types::GetMLInputChannelResponse#update_time #update_time} => Time
2266
+ # * {Types::GetMLInputChannelResponse#input_channel #input_channel} => Types::InputChannel
2267
+ # * {Types::GetMLInputChannelResponse#protected_query_identifier #protected_query_identifier} => String
2233
2268
  # * {Types::GetMLInputChannelResponse#number_of_files #number_of_files} => Float
2234
2269
  # * {Types::GetMLInputChannelResponse#size_in_gb #size_in_gb} => Float
2235
- # * {Types::GetMLInputChannelResponse#description #description} => String
2236
2270
  # * {Types::GetMLInputChannelResponse#kms_key_arn #kms_key_arn} => String
2237
2271
  # * {Types::GetMLInputChannelResponse#tags #tags} => Hash<String,String>
2238
2272
  #
@@ -2245,19 +2279,8 @@ module Aws::CleanRoomsML
2245
2279
  #
2246
2280
  # @example Response structure
2247
2281
  #
2248
- # resp.create_time #=> Time
2249
- # resp.update_time #=> Time
2250
2282
  # resp.membership_identifier #=> String
2251
2283
  # 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
2284
  # resp.ml_input_channel_arn #=> String
2262
2285
  # resp.name #=> String
2263
2286
  # resp.configured_model_algorithm_associations #=> Array
@@ -2267,9 +2290,20 @@ module Aws::CleanRoomsML
2267
2290
  # resp.status_details.message #=> String
2268
2291
  # resp.retention_in_days #=> Integer
2269
2292
  # resp.number_of_records #=> Integer
2293
+ # resp.description #=> String
2294
+ # resp.create_time #=> Time
2295
+ # resp.update_time #=> Time
2296
+ # resp.input_channel.data_source.protected_query_input_parameters.sql_parameters.query_string #=> String
2297
+ # resp.input_channel.data_source.protected_query_input_parameters.sql_parameters.analysis_template_arn #=> String
2298
+ # resp.input_channel.data_source.protected_query_input_parameters.sql_parameters.parameters #=> Hash
2299
+ # resp.input_channel.data_source.protected_query_input_parameters.sql_parameters.parameters["ParameterKey"] #=> String
2300
+ # resp.input_channel.data_source.protected_query_input_parameters.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
2301
+ # resp.input_channel.data_source.protected_query_input_parameters.compute_configuration.worker.number #=> Integer
2302
+ # resp.input_channel.data_source.protected_query_input_parameters.result_format #=> String, one of "CSV", "PARQUET"
2303
+ # resp.input_channel.role_arn #=> String
2304
+ # resp.protected_query_identifier #=> String
2270
2305
  # resp.number_of_files #=> Float
2271
2306
  # resp.size_in_gb #=> Float
2272
- # resp.description #=> String
2273
2307
  # resp.kms_key_arn #=> String
2274
2308
  # resp.tags #=> Hash
2275
2309
  # resp.tags["TagKey"] #=> String
@@ -2351,7 +2385,7 @@ module Aws::CleanRoomsML
2351
2385
  # resp.status_details.message #=> String
2352
2386
  # resp.configured_model_algorithm_association_arn #=> String
2353
2387
  # 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"
2388
+ # 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
2389
  # resp.resource_config.volume_size_in_gb #=> Integer
2356
2390
  # resp.training_input_mode #=> String, one of "File", "FastFile", "Pipe"
2357
2391
  # resp.stopping_condition.max_runtime_in_seconds #=> Integer
@@ -2436,7 +2470,7 @@ module Aws::CleanRoomsML
2436
2470
  # resp.status #=> String, one of "CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "CANCEL_PENDING", "CANCEL_IN_PROGRESS", "CANCEL_FAILED", "INACTIVE"
2437
2471
  # resp.trained_model_arn #=> String
2438
2472
  # 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"
2473
+ # 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
2474
  # resp.resource_config.instance_count #=> Integer
2441
2475
  # resp.output_configuration.accept #=> String
2442
2476
  # resp.output_configuration.members #=> Array
@@ -3809,7 +3843,7 @@ module Aws::CleanRoomsML
3809
3843
  # trained_model_version_identifier: "UUID",
3810
3844
  # configured_model_algorithm_association_arn: "ConfiguredModelAlgorithmAssociationArn",
3811
3845
  # 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
3846
+ # 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
3847
  # instance_count: 1,
3814
3848
  # },
3815
3849
  # output_configuration: { # required
@@ -4019,7 +4053,7 @@ module Aws::CleanRoomsML
4019
4053
  tracer: tracer
4020
4054
  )
4021
4055
  context[:gem_name] = 'aws-sdk-cleanroomsml'
4022
- context[:gem_version] = '1.33.0'
4056
+ context[:gem_version] = '1.34.0'
4023
4057
  Seahorse::Client::Request.new(handlers, context)
4024
4058
  end
4025
4059
 
@@ -92,6 +92,9 @@ module Aws::CleanRoomsML
92
92
  CreateTrainingDatasetRequest = Shapes::StructureShape.new(name: 'CreateTrainingDatasetRequest')
93
93
  CreateTrainingDatasetRequestTrainingDataList = Shapes::ListShape.new(name: 'CreateTrainingDatasetRequestTrainingDataList')
94
94
  CreateTrainingDatasetResponse = Shapes::StructureShape.new(name: 'CreateTrainingDatasetResponse')
95
+ CustomDataIdentifier = Shapes::StringShape.new(name: 'CustomDataIdentifier')
96
+ CustomDataIdentifierList = Shapes::ListShape.new(name: 'CustomDataIdentifierList')
97
+ CustomEntityConfig = Shapes::StructureShape.new(name: 'CustomEntityConfig')
95
98
  DataSource = Shapes::StructureShape.new(name: 'DataSource')
96
99
  Dataset = Shapes::StructureShape.new(name: 'Dataset')
97
100
  DatasetInputConfig = Shapes::StructureShape.new(name: 'DatasetInputConfig')
@@ -109,6 +112,8 @@ module Aws::CleanRoomsML
109
112
  DeleteTrainedModelOutputRequest = Shapes::StructureShape.new(name: 'DeleteTrainedModelOutputRequest')
110
113
  DeleteTrainingDatasetRequest = Shapes::StructureShape.new(name: 'DeleteTrainingDatasetRequest')
111
114
  Destination = Shapes::StructureShape.new(name: 'Destination')
115
+ EntityType = Shapes::StringShape.new(name: 'EntityType')
116
+ EntityTypeList = Shapes::ListShape.new(name: 'EntityTypeList')
112
117
  Environment = Shapes::MapShape.new(name: 'Environment')
113
118
  EnvironmentKeyString = Shapes::StringShape.new(name: 'EnvironmentKeyString')
114
119
  EnvironmentValueString = Shapes::StringShape.new(name: 'EnvironmentValueString')
@@ -212,6 +217,8 @@ module Aws::CleanRoomsML
212
217
  ListTrainedModelsResponse = Shapes::StructureShape.new(name: 'ListTrainedModelsResponse')
213
218
  ListTrainingDatasetsRequest = Shapes::StructureShape.new(name: 'ListTrainingDatasetsRequest')
214
219
  ListTrainingDatasetsResponse = Shapes::StructureShape.new(name: 'ListTrainingDatasetsResponse')
220
+ LogRedactionConfiguration = Shapes::StructureShape.new(name: 'LogRedactionConfiguration')
221
+ LogType = Shapes::StringShape.new(name: 'LogType')
215
222
  LogsConfigurationPolicy = Shapes::StructureShape.new(name: 'LogsConfigurationPolicy')
216
223
  LogsConfigurationPolicyFilterPatternString = Shapes::StringShape.new(name: 'LogsConfigurationPolicyFilterPatternString')
217
224
  LogsConfigurationPolicyList = Shapes::ListShape.new(name: 'LogsConfigurationPolicyList')
@@ -640,6 +647,11 @@ module Aws::CleanRoomsML
640
647
  CreateTrainingDatasetResponse.add_member(:training_dataset_arn, Shapes::ShapeRef.new(shape: TrainingDatasetArn, required: true, location_name: "trainingDatasetArn"))
641
648
  CreateTrainingDatasetResponse.struct_class = Types::CreateTrainingDatasetResponse
642
649
 
650
+ CustomDataIdentifierList.member = Shapes::ShapeRef.new(shape: CustomDataIdentifier)
651
+
652
+ CustomEntityConfig.add_member(:custom_data_identifiers, Shapes::ShapeRef.new(shape: CustomDataIdentifierList, required: true, location_name: "customDataIdentifiers"))
653
+ CustomEntityConfig.struct_class = Types::CustomEntityConfig
654
+
643
655
  DataSource.add_member(:glue_data_source, Shapes::ShapeRef.new(shape: GlueDataSource, required: true, location_name: "glueDataSource"))
644
656
  DataSource.struct_class = Types::DataSource
645
657
 
@@ -692,6 +704,8 @@ module Aws::CleanRoomsML
692
704
  Destination.add_member(:s3_destination, Shapes::ShapeRef.new(shape: S3ConfigMap, required: true, location_name: "s3Destination"))
693
705
  Destination.struct_class = Types::Destination
694
706
 
707
+ EntityTypeList.member = Shapes::ShapeRef.new(shape: EntityType)
708
+
695
709
  Environment.key = Shapes::ShapeRef.new(shape: EnvironmentKeyString)
696
710
  Environment.value = Shapes::ShapeRef.new(shape: EnvironmentValueString)
697
711
 
@@ -752,9 +766,6 @@ module Aws::CleanRoomsML
752
766
  GetCollaborationMLInputChannelRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
753
767
  GetCollaborationMLInputChannelRequest.struct_class = Types::GetCollaborationMLInputChannelRequest
754
768
 
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
769
  GetCollaborationMLInputChannelResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
759
770
  GetCollaborationMLInputChannelResponse.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
760
771
  GetCollaborationMLInputChannelResponse.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location_name: "mlInputChannelArn"))
@@ -765,6 +776,9 @@ module Aws::CleanRoomsML
765
776
  GetCollaborationMLInputChannelResponse.add_member(:retention_in_days, Shapes::ShapeRef.new(shape: GetCollaborationMLInputChannelResponseRetentionInDaysInteger, required: true, location_name: "retentionInDays"))
766
777
  GetCollaborationMLInputChannelResponse.add_member(:number_of_records, Shapes::ShapeRef.new(shape: GetCollaborationMLInputChannelResponseNumberOfRecordsLong, location_name: "numberOfRecords"))
767
778
  GetCollaborationMLInputChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
779
+ GetCollaborationMLInputChannelResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
780
+ GetCollaborationMLInputChannelResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
781
+ GetCollaborationMLInputChannelResponse.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
768
782
  GetCollaborationMLInputChannelResponse.struct_class = Types::GetCollaborationMLInputChannelResponse
769
783
 
770
784
  GetCollaborationMLInputChannelResponseConfiguredModelAlgorithmAssociationsList.member = Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn)
@@ -867,12 +881,8 @@ module Aws::CleanRoomsML
867
881
  GetMLInputChannelRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
868
882
  GetMLInputChannelRequest.struct_class = Types::GetMLInputChannelRequest
869
883
 
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
884
  GetMLInputChannelResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
873
885
  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
886
  GetMLInputChannelResponse.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location_name: "mlInputChannelArn"))
877
887
  GetMLInputChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
878
888
  GetMLInputChannelResponse.add_member(:configured_model_algorithm_associations, Shapes::ShapeRef.new(shape: GetMLInputChannelResponseConfiguredModelAlgorithmAssociationsList, required: true, location_name: "configuredModelAlgorithmAssociations"))
@@ -880,9 +890,13 @@ module Aws::CleanRoomsML
880
890
  GetMLInputChannelResponse.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "statusDetails"))
881
891
  GetMLInputChannelResponse.add_member(:retention_in_days, Shapes::ShapeRef.new(shape: GetMLInputChannelResponseRetentionInDaysInteger, required: true, location_name: "retentionInDays"))
882
892
  GetMLInputChannelResponse.add_member(:number_of_records, Shapes::ShapeRef.new(shape: GetMLInputChannelResponseNumberOfRecordsLong, location_name: "numberOfRecords"))
893
+ GetMLInputChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
894
+ GetMLInputChannelResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
895
+ GetMLInputChannelResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
896
+ GetMLInputChannelResponse.add_member(:input_channel, Shapes::ShapeRef.new(shape: InputChannel, required: true, location_name: "inputChannel"))
897
+ GetMLInputChannelResponse.add_member(:protected_query_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "protectedQueryIdentifier"))
883
898
  GetMLInputChannelResponse.add_member(:number_of_files, Shapes::ShapeRef.new(shape: GetMLInputChannelResponseNumberOfFilesDouble, location_name: "numberOfFiles"))
884
899
  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
900
  GetMLInputChannelResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
887
901
  GetMLInputChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
888
902
  GetMLInputChannelResponse.struct_class = Types::GetMLInputChannelResponse
@@ -1176,8 +1190,14 @@ module Aws::CleanRoomsML
1176
1190
  ListTrainingDatasetsResponse.add_member(:training_datasets, Shapes::ShapeRef.new(shape: TrainingDatasetList, required: true, location_name: "trainingDatasets"))
1177
1191
  ListTrainingDatasetsResponse.struct_class = Types::ListTrainingDatasetsResponse
1178
1192
 
1193
+ LogRedactionConfiguration.add_member(:entities_to_redact, Shapes::ShapeRef.new(shape: EntityTypeList, required: true, location_name: "entitiesToRedact"))
1194
+ LogRedactionConfiguration.add_member(:custom_entity_config, Shapes::ShapeRef.new(shape: CustomEntityConfig, location_name: "customEntityConfig"))
1195
+ LogRedactionConfiguration.struct_class = Types::LogRedactionConfiguration
1196
+
1179
1197
  LogsConfigurationPolicy.add_member(:allowed_account_ids, Shapes::ShapeRef.new(shape: AccountIdList, required: true, location_name: "allowedAccountIds"))
1180
1198
  LogsConfigurationPolicy.add_member(:filter_pattern, Shapes::ShapeRef.new(shape: LogsConfigurationPolicyFilterPatternString, location_name: "filterPattern"))
1199
+ LogsConfigurationPolicy.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, location_name: "logType"))
1200
+ LogsConfigurationPolicy.add_member(:log_redaction_configuration, Shapes::ShapeRef.new(shape: LogRedactionConfiguration, location_name: "logRedactionConfiguration"))
1181
1201
  LogsConfigurationPolicy.struct_class = Types::LogsConfigurationPolicy
1182
1202
 
1183
1203
  LogsConfigurationPolicyList.member = Shapes::ShapeRef.new(shape: LogsConfigurationPolicy)
@@ -1713,6 +1713,24 @@ module Aws::CleanRoomsML
1713
1713
  include Aws::Structure
1714
1714
  end
1715
1715
 
1716
+ # The configuration for defining custom patterns to be redacted from
1717
+ # logs and error messages. This is for the CUSTOM config under
1718
+ # entitiesToRedact. Both CustomEntityConfig and entitiesToRedact need to
1719
+ # be present or not present.
1720
+ #
1721
+ # @!attribute [rw] custom_data_identifiers
1722
+ # Defines data identifiers for the custom entity configuration.
1723
+ # Provide this only if CUSTOM redaction is configured.
1724
+ # @return [Array<String>]
1725
+ #
1726
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/CustomEntityConfig AWS API Documentation
1727
+ #
1728
+ class CustomEntityConfig < Struct.new(
1729
+ :custom_data_identifiers)
1730
+ SENSITIVE = []
1731
+ include Aws::Structure
1732
+ end
1733
+
1716
1734
  # Defines information about the Glue data source that contains the
1717
1735
  # training data.
1718
1736
  #
@@ -2232,18 +2250,6 @@ module Aws::CleanRoomsML
2232
2250
  include Aws::Structure
2233
2251
  end
2234
2252
 
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
2253
  # @!attribute [rw] membership_identifier
2248
2254
  # The membership ID of the membership that contains the ML input
2249
2255
  # channel.
@@ -2287,12 +2293,21 @@ module Aws::CleanRoomsML
2287
2293
  # The description of the ML input channel.
2288
2294
  # @return [String]
2289
2295
  #
2296
+ # @!attribute [rw] create_time
2297
+ # The time at which the ML input channel was created.
2298
+ # @return [Time]
2299
+ #
2300
+ # @!attribute [rw] update_time
2301
+ # The most recent time at which the ML input channel was updated.
2302
+ # @return [Time]
2303
+ #
2304
+ # @!attribute [rw] creator_account_id
2305
+ # The account ID of the member who created the ML input channel.
2306
+ # @return [String]
2307
+ #
2290
2308
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetCollaborationMLInputChannelResponse AWS API Documentation
2291
2309
  #
2292
2310
  class GetCollaborationMLInputChannelResponse < Struct.new(
2293
- :create_time,
2294
- :update_time,
2295
- :creator_account_id,
2296
2311
  :membership_identifier,
2297
2312
  :collaboration_identifier,
2298
2313
  :ml_input_channel_arn,
@@ -2302,7 +2317,10 @@ module Aws::CleanRoomsML
2302
2317
  :status_details,
2303
2318
  :retention_in_days,
2304
2319
  :number_of_records,
2305
- :description)
2320
+ :description,
2321
+ :create_time,
2322
+ :update_time,
2323
+ :creator_account_id)
2306
2324
  SENSITIVE = []
2307
2325
  include Aws::Structure
2308
2326
  end
@@ -2862,14 +2880,6 @@ module Aws::CleanRoomsML
2862
2880
  include Aws::Structure
2863
2881
  end
2864
2882
 
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
2883
  # @!attribute [rw] membership_identifier
2874
2884
  # The membership ID of the membership that contains the ML input
2875
2885
  # channel.
@@ -2880,15 +2890,6 @@ module Aws::CleanRoomsML
2880
2890
  # channel.
2881
2891
  # @return [String]
2882
2892
  #
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
2893
  # @!attribute [rw] ml_input_channel_arn
2893
2894
  # The Amazon Resource Name (ARN) of the ML input channel.
2894
2895
  # @return [String]
@@ -2918,6 +2919,27 @@ module Aws::CleanRoomsML
2918
2919
  # The number of records in the ML input channel.
2919
2920
  # @return [Integer]
2920
2921
  #
2922
+ # @!attribute [rw] description
2923
+ # The description of the ML input channel.
2924
+ # @return [String]
2925
+ #
2926
+ # @!attribute [rw] create_time
2927
+ # The time at which the ML input channel was created.
2928
+ # @return [Time]
2929
+ #
2930
+ # @!attribute [rw] update_time
2931
+ # The most recent time at which the ML input channel was updated.
2932
+ # @return [Time]
2933
+ #
2934
+ # @!attribute [rw] input_channel
2935
+ # The input channel that was used to create the ML input channel.
2936
+ # @return [Types::InputChannel]
2937
+ #
2938
+ # @!attribute [rw] protected_query_identifier
2939
+ # The ID of the protected query that was used to create the ML input
2940
+ # channel.
2941
+ # @return [String]
2942
+ #
2921
2943
  # @!attribute [rw] number_of_files
2922
2944
  # The number of files in the ML input channel.
2923
2945
  # @return [Float]
@@ -2926,10 +2948,6 @@ module Aws::CleanRoomsML
2926
2948
  # The size, in GB, of the ML input channel.
2927
2949
  # @return [Float]
2928
2950
  #
2929
- # @!attribute [rw] description
2930
- # The description of the ML input channel.
2931
- # @return [String]
2932
- #
2933
2951
  # @!attribute [rw] kms_key_arn
2934
2952
  # The Amazon Resource Name (ARN) of the KMS key that was used to
2935
2953
  # create the ML input channel.
@@ -2971,12 +2989,8 @@ module Aws::CleanRoomsML
2971
2989
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/GetMLInputChannelResponse AWS API Documentation
2972
2990
  #
2973
2991
  class GetMLInputChannelResponse < Struct.new(
2974
- :create_time,
2975
- :update_time,
2976
2992
  :membership_identifier,
2977
2993
  :collaboration_identifier,
2978
- :input_channel,
2979
- :protected_query_identifier,
2980
2994
  :ml_input_channel_arn,
2981
2995
  :name,
2982
2996
  :configured_model_algorithm_associations,
@@ -2984,9 +2998,13 @@ module Aws::CleanRoomsML
2984
2998
  :status_details,
2985
2999
  :retention_in_days,
2986
3000
  :number_of_records,
3001
+ :description,
3002
+ :create_time,
3003
+ :update_time,
3004
+ :input_channel,
3005
+ :protected_query_identifier,
2987
3006
  :number_of_files,
2988
3007
  :size_in_gb,
2989
- :description,
2990
3008
  :kms_key_arn,
2991
3009
  :tags)
2992
3010
  SENSITIVE = []
@@ -4401,6 +4419,30 @@ module Aws::CleanRoomsML
4401
4419
  include Aws::Structure
4402
4420
  end
4403
4421
 
4422
+ # The configuration for log redaction.
4423
+ #
4424
+ # @!attribute [rw] entities_to_redact
4425
+ # Specifies the entities to be redacted from logs. Entities to redact
4426
+ # are "ALL\_PERSONALLY\_IDENTIFIABLE\_INFORMATION",
4427
+ # "NUMBERS","CUSTOM". If CUSTOM is supplied or configured, custom
4428
+ # patterns (customDataIdentifiers) should be provided, and the
4429
+ # patterns will be redacted in logs or error messages.
4430
+ # @return [Array<String>]
4431
+ #
4432
+ # @!attribute [rw] custom_entity_config
4433
+ # Specifies the configuration for custom entities in the context of
4434
+ # log redaction.
4435
+ # @return [Types::CustomEntityConfig]
4436
+ #
4437
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/LogRedactionConfiguration AWS API Documentation
4438
+ #
4439
+ class LogRedactionConfiguration < Struct.new(
4440
+ :entities_to_redact,
4441
+ :custom_entity_config)
4442
+ SENSITIVE = []
4443
+ include Aws::Structure
4444
+ end
4445
+
4404
4446
  # Provides the information necessary for a user to access the logs.
4405
4447
  #
4406
4448
  # @!attribute [rw] allowed_account_ids
@@ -4412,11 +4454,22 @@ module Aws::CleanRoomsML
4412
4454
  # return information that matches the pattern.
4413
4455
  # @return [String]
4414
4456
  #
4457
+ # @!attribute [rw] log_type
4458
+ # Specifies the type of log this policy applies to. The currently
4459
+ # supported policies are ALL or ERROR\_SUMMARY.
4460
+ # @return [String]
4461
+ #
4462
+ # @!attribute [rw] log_redaction_configuration
4463
+ # Specifies the log redaction configuration for this policy.
4464
+ # @return [Types::LogRedactionConfiguration]
4465
+ #
4415
4466
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/LogsConfigurationPolicy AWS API Documentation
4416
4467
  #
4417
4468
  class LogsConfigurationPolicy < Struct.new(
4418
4469
  :allowed_account_ids,
4419
- :filter_pattern)
4470
+ :filter_pattern,
4471
+ :log_type,
4472
+ :log_redaction_configuration)
4420
4473
  SENSITIVE = []
4421
4474
  include Aws::Structure
4422
4475
  end
@@ -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.34.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
@@ -470,6 +481,9 @@ module Aws
470
481
  def retention_in_days: () -> ::Integer
471
482
  def number_of_records: () -> ::Integer
472
483
  def description: () -> ::String
484
+ def create_time: () -> ::Time
485
+ def update_time: () -> ::Time
486
+ def creator_account_id: () -> ::String
473
487
  end
474
488
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CleanRoomsML/Client.html#get_collaboration_ml_input_channel-instance_method
475
489
  def get_collaboration_ml_input_channel: (
@@ -598,12 +612,8 @@ module Aws
598
612
 
599
613
  interface _GetMLInputChannelResponseSuccess
600
614
  include ::Seahorse::Client::_ResponseSuccess[Types::GetMLInputChannelResponse]
601
- def create_time: () -> ::Time
602
- def update_time: () -> ::Time
603
615
  def membership_identifier: () -> ::String
604
616
  def collaboration_identifier: () -> ::String
605
- def input_channel: () -> Types::InputChannel
606
- def protected_query_identifier: () -> ::String
607
617
  def ml_input_channel_arn: () -> ::String
608
618
  def name: () -> ::String
609
619
  def configured_model_algorithm_associations: () -> ::Array[::String]
@@ -611,9 +621,13 @@ module Aws
611
621
  def status_details: () -> Types::StatusDetails
612
622
  def retention_in_days: () -> ::Integer
613
623
  def number_of_records: () -> ::Integer
624
+ def description: () -> ::String
625
+ def create_time: () -> ::Time
626
+ def update_time: () -> ::Time
627
+ def input_channel: () -> Types::InputChannel
628
+ def protected_query_identifier: () -> ::String
614
629
  def number_of_files: () -> ::Float
615
630
  def size_in_gb: () -> ::Float
616
- def description: () -> ::String
617
631
  def kms_key_arn: () -> ::String
618
632
  def tags: () -> ::Hash[::String, ::String]
619
633
  end
@@ -1035,7 +1049,7 @@ module Aws
1035
1049
  ?trained_model_version_identifier: ::String,
1036
1050
  ?configured_model_algorithm_association_arn: ::String,
1037
1051
  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"),
1052
+ 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
1053
  instance_count: ::Integer?
1040
1054
  },
1041
1055
  output_configuration: {
data/sig/types.rbs CHANGED
@@ -362,6 +362,11 @@ module Aws::CleanRoomsML
362
362
  SENSITIVE: []
363
363
  end
364
364
 
365
+ class CustomEntityConfig
366
+ attr_accessor custom_data_identifiers: ::Array[::String]
367
+ SENSITIVE: []
368
+ end
369
+
365
370
  class DataSource
366
371
  attr_accessor glue_data_source: Types::GlueDataSource
367
372
  SENSITIVE: []
@@ -510,9 +515,6 @@ module Aws::CleanRoomsML
510
515
  end
511
516
 
512
517
  class GetCollaborationMLInputChannelResponse
513
- attr_accessor create_time: ::Time
514
- attr_accessor update_time: ::Time
515
- attr_accessor creator_account_id: ::String
516
518
  attr_accessor membership_identifier: ::String
517
519
  attr_accessor collaboration_identifier: ::String
518
520
  attr_accessor ml_input_channel_arn: ::String
@@ -523,6 +525,9 @@ module Aws::CleanRoomsML
523
525
  attr_accessor retention_in_days: ::Integer
524
526
  attr_accessor number_of_records: ::Integer
525
527
  attr_accessor description: ::String
528
+ attr_accessor create_time: ::Time
529
+ attr_accessor update_time: ::Time
530
+ attr_accessor creator_account_id: ::String
526
531
  SENSITIVE: []
527
532
  end
528
533
 
@@ -651,12 +656,8 @@ module Aws::CleanRoomsML
651
656
  end
652
657
 
653
658
  class GetMLInputChannelResponse
654
- attr_accessor create_time: ::Time
655
- attr_accessor update_time: ::Time
656
659
  attr_accessor membership_identifier: ::String
657
660
  attr_accessor collaboration_identifier: ::String
658
- attr_accessor input_channel: Types::InputChannel
659
- attr_accessor protected_query_identifier: ::String
660
661
  attr_accessor ml_input_channel_arn: ::String
661
662
  attr_accessor name: ::String
662
663
  attr_accessor configured_model_algorithm_associations: ::Array[::String]
@@ -664,9 +665,13 @@ module Aws::CleanRoomsML
664
665
  attr_accessor status_details: Types::StatusDetails
665
666
  attr_accessor retention_in_days: ::Integer
666
667
  attr_accessor number_of_records: ::Integer
668
+ attr_accessor description: ::String
669
+ attr_accessor create_time: ::Time
670
+ attr_accessor update_time: ::Time
671
+ attr_accessor input_channel: Types::InputChannel
672
+ attr_accessor protected_query_identifier: ::String
667
673
  attr_accessor number_of_files: ::Float
668
674
  attr_accessor size_in_gb: ::Float
669
- attr_accessor description: ::String
670
675
  attr_accessor kms_key_arn: ::String
671
676
  attr_accessor tags: ::Hash[::String, ::String]
672
677
  SENSITIVE: []
@@ -802,7 +807,7 @@ module Aws::CleanRoomsML
802
807
  end
803
808
 
804
809
  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")
810
+ 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
811
  attr_accessor instance_count: ::Integer
807
812
  SENSITIVE: []
808
813
  end
@@ -1052,9 +1057,17 @@ module Aws::CleanRoomsML
1052
1057
  SENSITIVE: []
1053
1058
  end
1054
1059
 
1060
+ class LogRedactionConfiguration
1061
+ attr_accessor entities_to_redact: ::Array[("ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" | "NUMBERS" | "CUSTOM")]
1062
+ attr_accessor custom_entity_config: Types::CustomEntityConfig
1063
+ SENSITIVE: []
1064
+ end
1065
+
1055
1066
  class LogsConfigurationPolicy
1056
1067
  attr_accessor allowed_account_ids: ::Array[::String]
1057
1068
  attr_accessor filter_pattern: ::String
1069
+ attr_accessor log_type: ("ALL" | "ERROR_SUMMARY")
1070
+ attr_accessor log_redaction_configuration: Types::LogRedactionConfiguration
1058
1071
  SENSITIVE: []
1059
1072
  end
1060
1073
 
@@ -1155,7 +1168,7 @@ module Aws::CleanRoomsML
1155
1168
 
1156
1169
  class ResourceConfig
1157
1170
  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")
1171
+ 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
1172
  attr_accessor volume_size_in_gb: ::Integer
1160
1173
  SENSITIVE: []
1161
1174
  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.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services