aws-sdk-cleanroomsml 1.27.0 → 1.28.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: e70b9d78a71cb91772585044e9aa7e481a1180a36d0b62017207547773815c2c
4
- data.tar.gz: 16cedaafc1c2cc9372f8584ddddf30129b079d82efe2b50614b3a72cdc01998b
3
+ metadata.gz: 61bc3cf2a4046a51d5faf04a4a7b04b32417c0b27430ac2e48ec0feea81052a4
4
+ data.tar.gz: ca98eeef9ee313c06e857faec0e404719e1f61bcfb05db758d90fcbe9723b7b2
5
5
  SHA512:
6
- metadata.gz: 3c36816a101a67187597f85e41a5e26e1c89062e557810243386444de1af01880caa9c4667f3255bea33e752cf74909bd93a890dce29c5e1c0cf68747a80bdb4
7
- data.tar.gz: 35a70dfe0ef568d1affc39630a8511fa3c9d8b666a7b4f0bcaf5bad354b230743ba4c25b372ca6eecde7756bafefd956d66d333e87e6911ea76c10412190c860
6
+ metadata.gz: 5baf2eff7c7b2fc0f56dda3508edff700b2c479588484ba6785ec66be53f850f1ad8e36236769d7336aacbdec6f71555b498bdbb39a9d163f35688bc80288e0b
7
+ data.tar.gz: 93788562d8e6bf029fdbde0bdda64d1346d72af074e48704df2c4d7c22f35888d588e4587a59d4b5261da91e949e77ba2650554ef2373141590bed89e5722d0e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2025-07-17)
5
+ ------------------
6
+
7
+ * Feature - This release introduces Parquet result format support for ML Input Channel models in AWS Clean Rooms ML.
8
+
4
9
  1.27.0 (2025-07-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -1054,6 +1054,7 @@ module Aws::CleanRoomsML
1054
1054
  # number: 1,
1055
1055
  # },
1056
1056
  # },
1057
+ # result_format: "CSV", # accepts CSV, PARQUET
1057
1058
  # },
1058
1059
  # },
1059
1060
  # role_arn: "IamRoleArn", # required
@@ -2247,6 +2248,7 @@ module Aws::CleanRoomsML
2247
2248
  # resp.input_channel.data_source.protected_query_input_parameters.sql_parameters.parameters["ParameterKey"] #=> String
2248
2249
  # resp.input_channel.data_source.protected_query_input_parameters.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
2249
2250
  # resp.input_channel.data_source.protected_query_input_parameters.compute_configuration.worker.number #=> Integer
2251
+ # resp.input_channel.data_source.protected_query_input_parameters.result_format #=> String, one of "CSV", "PARQUET"
2250
2252
  # resp.input_channel.role_arn #=> String
2251
2253
  # resp.protected_query_identifier #=> String
2252
2254
  # resp.ml_input_channel_arn #=> String
@@ -4010,7 +4012,7 @@ module Aws::CleanRoomsML
4010
4012
  tracer: tracer
4011
4013
  )
4012
4014
  context[:gem_name] = 'aws-sdk-cleanroomsml'
4013
- context[:gem_version] = '1.27.0'
4015
+ context[:gem_version] = '1.28.0'
4014
4016
  Seahorse::Client::Request.new(handlers, context)
4015
4017
  end
4016
4018
 
@@ -259,6 +259,7 @@ module Aws::CleanRoomsML
259
259
  ResourceDescription = Shapes::StringShape.new(name: 'ResourceDescription')
260
260
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
261
261
  ResourcePolicy = Shapes::StringShape.new(name: 'ResourcePolicy')
262
+ ResultFormat = Shapes::StringShape.new(name: 'ResultFormat')
262
263
  S3ConfigMap = Shapes::StructureShape.new(name: 'S3ConfigMap')
263
264
  S3DataDistributionType = Shapes::StringShape.new(name: 'S3DataDistributionType')
264
265
  S3Path = Shapes::StringShape.new(name: 'S3Path')
@@ -1235,6 +1236,7 @@ module Aws::CleanRoomsML
1235
1236
 
1236
1237
  ProtectedQueryInputParameters.add_member(:sql_parameters, Shapes::ShapeRef.new(shape: ProtectedQuerySQLParameters, required: true, location_name: "sqlParameters"))
1237
1238
  ProtectedQueryInputParameters.add_member(:compute_configuration, Shapes::ShapeRef.new(shape: ComputeConfiguration, location_name: "computeConfiguration"))
1239
+ ProtectedQueryInputParameters.add_member(:result_format, Shapes::ShapeRef.new(shape: ResultFormat, location_name: "resultFormat"))
1238
1240
  ProtectedQueryInputParameters.struct_class = Types::ProtectedQueryInputParameters
1239
1241
 
1240
1242
  ProtectedQuerySQLParameters.add_member(:query_string, Shapes::ShapeRef.new(shape: ProtectedQuerySQLParametersQueryStringString, location_name: "queryString"))
@@ -1473,8 +1475,8 @@ module Aws::CleanRoomsML
1473
1475
  o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}"
1474
1476
  o.input = Shapes::ShapeRef.new(shape: CancelTrainedModelRequest)
1475
1477
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1476
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1477
1478
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1479
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1478
1480
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1479
1481
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1480
1482
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1486,8 +1488,8 @@ module Aws::CleanRoomsML
1486
1488
  o.http_request_uri = "/memberships/{membershipIdentifier}/trained-model-inference-jobs/{trainedModelInferenceJobArn}"
1487
1489
  o.input = Shapes::ShapeRef.new(shape: CancelTrainedModelInferenceJobRequest)
1488
1490
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1489
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1490
1491
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1492
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1491
1493
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1492
1494
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1493
1495
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1499,8 +1501,8 @@ module Aws::CleanRoomsML
1499
1501
  o.http_request_uri = "/audience-model"
1500
1502
  o.input = Shapes::ShapeRef.new(shape: CreateAudienceModelRequest)
1501
1503
  o.output = Shapes::ShapeRef.new(shape: CreateAudienceModelResponse)
1502
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1503
1504
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1505
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1504
1506
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1505
1507
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1506
1508
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1512,8 +1514,8 @@ module Aws::CleanRoomsML
1512
1514
  o.http_request_uri = "/configured-audience-model"
1513
1515
  o.input = Shapes::ShapeRef.new(shape: CreateConfiguredAudienceModelRequest)
1514
1516
  o.output = Shapes::ShapeRef.new(shape: CreateConfiguredAudienceModelResponse)
1515
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1516
1517
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1518
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1517
1519
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1518
1520
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1519
1521
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -1525,8 +1527,8 @@ module Aws::CleanRoomsML
1525
1527
  o.http_request_uri = "/configured-model-algorithms"
1526
1528
  o.input = Shapes::ShapeRef.new(shape: CreateConfiguredModelAlgorithmRequest)
1527
1529
  o.output = Shapes::ShapeRef.new(shape: CreateConfiguredModelAlgorithmResponse)
1528
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1529
1530
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1531
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1530
1532
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1531
1533
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1532
1534
  end)
@@ -1537,8 +1539,8 @@ module Aws::CleanRoomsML
1537
1539
  o.http_request_uri = "/memberships/{membershipIdentifier}/configured-model-algorithm-associations"
1538
1540
  o.input = Shapes::ShapeRef.new(shape: CreateConfiguredModelAlgorithmAssociationRequest)
1539
1541
  o.output = Shapes::ShapeRef.new(shape: CreateConfiguredModelAlgorithmAssociationResponse)
1540
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1541
1542
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1543
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1542
1544
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1543
1545
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1544
1546
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1551,8 +1553,8 @@ module Aws::CleanRoomsML
1551
1553
  o.http_request_uri = "/memberships/{membershipIdentifier}/ml-input-channels"
1552
1554
  o.input = Shapes::ShapeRef.new(shape: CreateMLInputChannelRequest)
1553
1555
  o.output = Shapes::ShapeRef.new(shape: CreateMLInputChannelResponse)
1554
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1555
1556
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1557
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1556
1558
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1557
1559
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1558
1560
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1565,12 +1567,12 @@ module Aws::CleanRoomsML
1565
1567
  o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models"
1566
1568
  o.input = Shapes::ShapeRef.new(shape: CreateTrainedModelRequest)
1567
1569
  o.output = Shapes::ShapeRef.new(shape: CreateTrainedModelResponse)
1568
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1569
1570
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1571
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1570
1572
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1571
1573
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1572
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1573
1574
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1575
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1574
1576
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1575
1577
  end)
1576
1578
 
@@ -1580,8 +1582,8 @@ module Aws::CleanRoomsML
1580
1582
  o.http_request_uri = "/training-dataset"
1581
1583
  o.input = Shapes::ShapeRef.new(shape: CreateTrainingDatasetRequest)
1582
1584
  o.output = Shapes::ShapeRef.new(shape: CreateTrainingDatasetResponse)
1583
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1584
1585
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1586
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1585
1587
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1586
1588
  end)
1587
1589
 
@@ -1591,8 +1593,8 @@ module Aws::CleanRoomsML
1591
1593
  o.http_request_uri = "/audience-generation-job/{audienceGenerationJobArn}"
1592
1594
  o.input = Shapes::ShapeRef.new(shape: DeleteAudienceGenerationJobRequest)
1593
1595
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1594
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1595
1596
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1597
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1596
1598
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1597
1599
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1598
1600
  end)
@@ -1603,8 +1605,8 @@ module Aws::CleanRoomsML
1603
1605
  o.http_request_uri = "/audience-model/{audienceModelArn}"
1604
1606
  o.input = Shapes::ShapeRef.new(shape: DeleteAudienceModelRequest)
1605
1607
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1606
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1607
1608
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1609
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1608
1610
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1609
1611
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1610
1612
  end)
@@ -1615,8 +1617,8 @@ module Aws::CleanRoomsML
1615
1617
  o.http_request_uri = "/configured-audience-model/{configuredAudienceModelArn}"
1616
1618
  o.input = Shapes::ShapeRef.new(shape: DeleteConfiguredAudienceModelRequest)
1617
1619
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1618
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1619
1620
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1621
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1620
1622
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1621
1623
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1622
1624
  end)
@@ -1638,8 +1640,8 @@ module Aws::CleanRoomsML
1638
1640
  o.http_request_uri = "/configured-model-algorithms/{configuredModelAlgorithmArn}"
1639
1641
  o.input = Shapes::ShapeRef.new(shape: DeleteConfiguredModelAlgorithmRequest)
1640
1642
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1641
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1642
1643
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1644
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1643
1645
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1644
1646
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1645
1647
  end)
@@ -1650,8 +1652,8 @@ module Aws::CleanRoomsML
1650
1652
  o.http_request_uri = "/memberships/{membershipIdentifier}/configured-model-algorithm-associations/{configuredModelAlgorithmAssociationArn}"
1651
1653
  o.input = Shapes::ShapeRef.new(shape: DeleteConfiguredModelAlgorithmAssociationRequest)
1652
1654
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1653
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1654
1655
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1656
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1655
1657
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1656
1658
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1657
1659
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1675,8 +1677,8 @@ module Aws::CleanRoomsML
1675
1677
  o.http_request_uri = "/memberships/{membershipIdentifier}/ml-input-channels/{mlInputChannelArn}"
1676
1678
  o.input = Shapes::ShapeRef.new(shape: DeleteMLInputChannelDataRequest)
1677
1679
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1678
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1679
1680
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1681
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1680
1682
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1681
1683
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1682
1684
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1688,8 +1690,8 @@ module Aws::CleanRoomsML
1688
1690
  o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}"
1689
1691
  o.input = Shapes::ShapeRef.new(shape: DeleteTrainedModelOutputRequest)
1690
1692
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1691
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1692
1693
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1694
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1693
1695
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1694
1696
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1695
1697
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1701,8 +1703,8 @@ module Aws::CleanRoomsML
1701
1703
  o.http_request_uri = "/training-dataset/{trainingDatasetArn}"
1702
1704
  o.input = Shapes::ShapeRef.new(shape: DeleteTrainingDatasetRequest)
1703
1705
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1704
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1705
1706
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1707
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1706
1708
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1707
1709
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1708
1710
  end)
@@ -2175,8 +2177,8 @@ module Aws::CleanRoomsML
2175
2177
  o.http_request_uri = "/audience-export-job"
2176
2178
  o.input = Shapes::ShapeRef.new(shape: StartAudienceExportJobRequest)
2177
2179
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2178
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2179
2180
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2181
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2180
2182
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2181
2183
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2182
2184
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
@@ -2188,8 +2190,8 @@ module Aws::CleanRoomsML
2188
2190
  o.http_request_uri = "/audience-generation-job"
2189
2191
  o.input = Shapes::ShapeRef.new(shape: StartAudienceGenerationJobRequest)
2190
2192
  o.output = Shapes::ShapeRef.new(shape: StartAudienceGenerationJobResponse)
2191
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2192
2193
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2194
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2193
2195
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2194
2196
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2195
2197
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -2202,8 +2204,8 @@ module Aws::CleanRoomsML
2202
2204
  o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}/export-jobs"
2203
2205
  o.input = Shapes::ShapeRef.new(shape: StartTrainedModelExportJobRequest)
2204
2206
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2205
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2206
2207
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2208
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2207
2209
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2208
2210
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2209
2211
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -2215,8 +2217,8 @@ module Aws::CleanRoomsML
2215
2217
  o.http_request_uri = "/memberships/{membershipIdentifier}/trained-model-inference-jobs"
2216
2218
  o.input = Shapes::ShapeRef.new(shape: StartTrainedModelInferenceJobRequest)
2217
2219
  o.output = Shapes::ShapeRef.new(shape: StartTrainedModelInferenceJobResponse)
2218
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2219
2220
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2221
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2220
2222
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2221
2223
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2222
2224
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -2251,8 +2253,8 @@ module Aws::CleanRoomsML
2251
2253
  o.http_request_uri = "/configured-audience-model/{configuredAudienceModelArn}"
2252
2254
  o.input = Shapes::ShapeRef.new(shape: UpdateConfiguredAudienceModelRequest)
2253
2255
  o.output = Shapes::ShapeRef.new(shape: UpdateConfiguredAudienceModelResponse)
2254
- o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2255
2256
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2257
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2256
2258
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2257
2259
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2258
2260
  end)
@@ -4645,11 +4645,17 @@ module Aws::CleanRoomsML
4645
4645
  # the protected query.
4646
4646
  # @return [Types::ComputeConfiguration]
4647
4647
  #
4648
+ # @!attribute [rw] result_format
4649
+ # The format in which the query results should be returned. If not
4650
+ # specified, defaults to `CSV`.
4651
+ # @return [String]
4652
+ #
4648
4653
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanroomsml-2023-09-06/ProtectedQueryInputParameters AWS API Documentation
4649
4654
  #
4650
4655
  class ProtectedQueryInputParameters < Struct.new(
4651
4656
  :sql_parameters,
4652
- :compute_configuration)
4657
+ :compute_configuration,
4658
+ :result_format)
4653
4659
  SENSITIVE = [:sql_parameters]
4654
4660
  include Aws::Structure
4655
4661
  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.27.0'
58
+ GEM_VERSION = '1.28.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -237,7 +237,8 @@ module Aws
237
237
  type: ("CR.1X" | "CR.4X")?,
238
238
  number: ::Integer?
239
239
  }?
240
- }?
240
+ }?,
241
+ result_format: ("CSV" | "PARQUET")?
241
242
  }?
242
243
  },
243
244
  role_arn: ::String
data/sig/types.rbs CHANGED
@@ -1116,6 +1116,7 @@ module Aws::CleanRoomsML
1116
1116
  class ProtectedQueryInputParameters
1117
1117
  attr_accessor sql_parameters: Types::ProtectedQuerySQLParameters
1118
1118
  attr_accessor compute_configuration: Types::ComputeConfiguration
1119
+ attr_accessor result_format: ("CSV" | "PARQUET")
1119
1120
  SENSITIVE: [:sql_parameters]
1120
1121
  end
1121
1122
 
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.27.0
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services