aws-sdk-cleanrooms 1.33.0 → 1.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3a866eafb39422b533685b374c6415aed21e1f1a3e8c3f19981e5f4b993027b
4
- data.tar.gz: 564d1cff8b97ffb561005b500d04d5f2faed8746b23521f863262a1782de5c80
3
+ metadata.gz: 353aa69cbcc60bad7239e5834b4905703e83418a92f57290b8b47c3e04375280
4
+ data.tar.gz: 13e259164fa0b6c509525b6969e51497d73af83c5a7e72ce10b383ce41b37a24
5
5
  SHA512:
6
- metadata.gz: 7ac3c3e67078f587f0904e0c2befef03d9dd07f499cff49ca18dd48bb58f9b13ced991aa06bc333a9775915d16edf104306b5e2f4fc8878caba4392f3cd610bb
7
- data.tar.gz: 6158b1bcea83aa3a84379e30365649af78c73adca5f34613737efaa158f66d11ab614b92ff6d478dcb40be5e45f10eb63f257216db775d4b53aa689a9e3f8a12
6
+ metadata.gz: e424fbf34294605e868eb032f22fe578d1d9c2464646450a2cae616625ac49df8ef36e02e1259e0d9ff594aee8e6e63f992cbfd20db1e8c6c72a83330cbd920f
7
+ data.tar.gz: 2d7deaa2238430f071bc1a3cc7cd958d242049bf8c2386b13c39b6d6c33c2d730bc75e23cc01f419cc088f5bc030c590150091e5cd1dc92282444ebba37b68d8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2024-10-29)
5
+ ------------------
6
+
7
+ * Feature - This release adds the option for customers to configure analytics engine when creating a collaboration, and introduces the new SPARK analytics engine type in addition to maintaining the legacy CLEAN_ROOMS_SQL engine type.
8
+
9
+ 1.34.0 (2024-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.33.0 (2024-09-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.35.0
@@ -488,7 +488,7 @@ module Aws::CleanRooms
488
488
  # resp.collaboration_analysis_templates[0].source.text #=> String
489
489
  # resp.collaboration_analysis_templates[0].analysis_parameters #=> Array
490
490
  # resp.collaboration_analysis_templates[0].analysis_parameters[0].name #=> String
491
- # resp.collaboration_analysis_templates[0].analysis_parameters[0].type #=> String, one of "SMALLINT", "INTEGER", "BIGINT", "DECIMAL", "REAL", "DOUBLE_PRECISION", "BOOLEAN", "CHAR", "VARCHAR", "DATE", "TIMESTAMP", "TIMESTAMPTZ", "TIME", "TIMETZ", "VARBYTE"
491
+ # resp.collaboration_analysis_templates[0].analysis_parameters[0].type #=> String, one of "SMALLINT", "INTEGER", "BIGINT", "DECIMAL", "REAL", "DOUBLE_PRECISION", "BOOLEAN", "CHAR", "VARCHAR", "DATE", "TIMESTAMP", "TIMESTAMPTZ", "TIME", "TIMETZ", "VARBYTE", "BINARY", "BYTE", "CHARACTER", "DOUBLE", "FLOAT", "INT", "LONG", "NUMERIC", "SHORT", "STRING", "TIMESTAMP_LTZ", "TIMESTAMP_NTZ", "TINYINT"
492
492
  # resp.collaboration_analysis_templates[0].analysis_parameters[0].default_value #=> String
493
493
  # resp.collaboration_analysis_templates[0].validations #=> Array
494
494
  # resp.collaboration_analysis_templates[0].validations[0].type #=> String, one of "DIFFERENTIAL_PRIVACY"
@@ -713,7 +713,7 @@ module Aws::CleanRooms
713
713
  # analysis_parameters: [
714
714
  # {
715
715
  # name: "ParameterName", # required
716
- # type: "SMALLINT", # required, accepts SMALLINT, INTEGER, BIGINT, DECIMAL, REAL, DOUBLE_PRECISION, BOOLEAN, CHAR, VARCHAR, DATE, TIMESTAMP, TIMESTAMPTZ, TIME, TIMETZ, VARBYTE
716
+ # type: "SMALLINT", # required, accepts SMALLINT, INTEGER, BIGINT, DECIMAL, REAL, DOUBLE_PRECISION, BOOLEAN, CHAR, VARCHAR, DATE, TIMESTAMP, TIMESTAMPTZ, TIME, TIMETZ, VARBYTE, BINARY, BYTE, CHARACTER, DOUBLE, FLOAT, INT, LONG, NUMERIC, SHORT, STRING, TIMESTAMP_LTZ, TIMESTAMP_NTZ, TINYINT
717
717
  # default_value: "ParameterValue",
718
718
  # },
719
719
  # ],
@@ -737,7 +737,7 @@ module Aws::CleanRooms
737
737
  # resp.analysis_template.source.text #=> String
738
738
  # resp.analysis_template.analysis_parameters #=> Array
739
739
  # resp.analysis_template.analysis_parameters[0].name #=> String
740
- # resp.analysis_template.analysis_parameters[0].type #=> String, one of "SMALLINT", "INTEGER", "BIGINT", "DECIMAL", "REAL", "DOUBLE_PRECISION", "BOOLEAN", "CHAR", "VARCHAR", "DATE", "TIMESTAMP", "TIMESTAMPTZ", "TIME", "TIMETZ", "VARBYTE"
740
+ # resp.analysis_template.analysis_parameters[0].type #=> String, one of "SMALLINT", "INTEGER", "BIGINT", "DECIMAL", "REAL", "DOUBLE_PRECISION", "BOOLEAN", "CHAR", "VARCHAR", "DATE", "TIMESTAMP", "TIMESTAMPTZ", "TIME", "TIMETZ", "VARBYTE", "BINARY", "BYTE", "CHARACTER", "DOUBLE", "FLOAT", "INT", "LONG", "NUMERIC", "SHORT", "STRING", "TIMESTAMP_LTZ", "TIMESTAMP_NTZ", "TINYINT"
741
741
  # resp.analysis_template.analysis_parameters[0].default_value #=> String
742
742
  # resp.analysis_template.validations #=> Array
743
743
  # resp.analysis_template.validations[0].type #=> String, one of "DIFFERENTIAL_PRIVACY"
@@ -795,6 +795,9 @@ module Aws::CleanRooms
795
795
  # paying for query compute costs, then the member who can query is the
796
796
  # default payer.
797
797
  #
798
+ # @option params [String] :analytics_engine
799
+ # The analytics engine.
800
+ #
798
801
  # @return [Types::CreateCollaborationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
799
802
  #
800
803
  # * {Types::CreateCollaborationOutput#collaboration #collaboration} => Types::Collaboration
@@ -833,6 +836,7 @@ module Aws::CleanRooms
833
836
  # is_responsible: false, # required
834
837
  # },
835
838
  # },
839
+ # analytics_engine: "SPARK", # accepts SPARK, CLEAN_ROOMS_SQL
836
840
  # })
837
841
  #
838
842
  # @example Response structure
@@ -853,6 +857,7 @@ module Aws::CleanRooms
853
857
  # resp.collaboration.data_encryption_metadata.allow_joins_on_columns_with_different_names #=> Boolean
854
858
  # resp.collaboration.data_encryption_metadata.preserve_nulls #=> Boolean
855
859
  # resp.collaboration.query_log_status #=> String, one of "ENABLED", "DISABLED"
860
+ # resp.collaboration.analytics_engine #=> String, one of "SPARK", "CLEAN_ROOMS_SQL"
856
861
  #
857
862
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateCollaboration AWS API Documentation
858
863
  #
@@ -1476,6 +1481,7 @@ module Aws::CleanRooms
1476
1481
  # result_format: "CSV", # required, accepts CSV, PARQUET
1477
1482
  # bucket: "ProtectedQueryS3OutputConfigurationBucketString", # required
1478
1483
  # key_prefix: "KeyPrefix",
1484
+ # single_file_output: false,
1479
1485
  # },
1480
1486
  # },
1481
1487
  # role_arn: "RoleArn",
@@ -1505,6 +1511,7 @@ module Aws::CleanRooms
1505
1511
  # resp.membership.default_result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
1506
1512
  # resp.membership.default_result_configuration.output_configuration.s3.bucket #=> String
1507
1513
  # resp.membership.default_result_configuration.output_configuration.s3.key_prefix #=> String
1514
+ # resp.membership.default_result_configuration.output_configuration.s3.single_file_output #=> Boolean
1508
1515
  # resp.membership.default_result_configuration.role_arn #=> String
1509
1516
  # resp.membership.payment_configuration.query_compute.is_responsible #=> Boolean
1510
1517
  #
@@ -1956,7 +1963,7 @@ module Aws::CleanRooms
1956
1963
  # resp.analysis_template.source.text #=> String
1957
1964
  # resp.analysis_template.analysis_parameters #=> Array
1958
1965
  # resp.analysis_template.analysis_parameters[0].name #=> String
1959
- # resp.analysis_template.analysis_parameters[0].type #=> String, one of "SMALLINT", "INTEGER", "BIGINT", "DECIMAL", "REAL", "DOUBLE_PRECISION", "BOOLEAN", "CHAR", "VARCHAR", "DATE", "TIMESTAMP", "TIMESTAMPTZ", "TIME", "TIMETZ", "VARBYTE"
1966
+ # resp.analysis_template.analysis_parameters[0].type #=> String, one of "SMALLINT", "INTEGER", "BIGINT", "DECIMAL", "REAL", "DOUBLE_PRECISION", "BOOLEAN", "CHAR", "VARCHAR", "DATE", "TIMESTAMP", "TIMESTAMPTZ", "TIME", "TIMETZ", "VARBYTE", "BINARY", "BYTE", "CHARACTER", "DOUBLE", "FLOAT", "INT", "LONG", "NUMERIC", "SHORT", "STRING", "TIMESTAMP_LTZ", "TIMESTAMP_NTZ", "TINYINT"
1960
1967
  # resp.analysis_template.analysis_parameters[0].default_value #=> String
1961
1968
  # resp.analysis_template.validations #=> Array
1962
1969
  # resp.analysis_template.validations[0].type #=> String, one of "DIFFERENTIAL_PRIVACY"
@@ -2006,6 +2013,7 @@ module Aws::CleanRooms
2006
2013
  # resp.collaboration.data_encryption_metadata.allow_joins_on_columns_with_different_names #=> Boolean
2007
2014
  # resp.collaboration.data_encryption_metadata.preserve_nulls #=> Boolean
2008
2015
  # resp.collaboration.query_log_status #=> String, one of "ENABLED", "DISABLED"
2016
+ # resp.collaboration.analytics_engine #=> String, one of "SPARK", "CLEAN_ROOMS_SQL"
2009
2017
  #
2010
2018
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetCollaboration AWS API Documentation
2011
2019
  #
@@ -2054,7 +2062,7 @@ module Aws::CleanRooms
2054
2062
  # resp.collaboration_analysis_template.source.text #=> String
2055
2063
  # resp.collaboration_analysis_template.analysis_parameters #=> Array
2056
2064
  # resp.collaboration_analysis_template.analysis_parameters[0].name #=> String
2057
- # resp.collaboration_analysis_template.analysis_parameters[0].type #=> String, one of "SMALLINT", "INTEGER", "BIGINT", "DECIMAL", "REAL", "DOUBLE_PRECISION", "BOOLEAN", "CHAR", "VARCHAR", "DATE", "TIMESTAMP", "TIMESTAMPTZ", "TIME", "TIMETZ", "VARBYTE"
2065
+ # resp.collaboration_analysis_template.analysis_parameters[0].type #=> String, one of "SMALLINT", "INTEGER", "BIGINT", "DECIMAL", "REAL", "DOUBLE_PRECISION", "BOOLEAN", "CHAR", "VARCHAR", "DATE", "TIMESTAMP", "TIMESTAMPTZ", "TIME", "TIMETZ", "VARBYTE", "BINARY", "BYTE", "CHARACTER", "DOUBLE", "FLOAT", "INT", "LONG", "NUMERIC", "SHORT", "STRING", "TIMESTAMP_LTZ", "TIMESTAMP_NTZ", "TINYINT"
2058
2066
  # resp.collaboration_analysis_template.analysis_parameters[0].default_value #=> String
2059
2067
  # resp.collaboration_analysis_template.validations #=> Array
2060
2068
  # resp.collaboration_analysis_template.validations[0].type #=> String, one of "DIFFERENTIAL_PRIVACY"
@@ -2593,6 +2601,7 @@ module Aws::CleanRooms
2593
2601
  # resp.membership.default_result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
2594
2602
  # resp.membership.default_result_configuration.output_configuration.s3.bucket #=> String
2595
2603
  # resp.membership.default_result_configuration.output_configuration.s3.key_prefix #=> String
2604
+ # resp.membership.default_result_configuration.output_configuration.s3.single_file_output #=> Boolean
2596
2605
  # resp.membership.default_result_configuration.role_arn #=> String
2597
2606
  # resp.membership.payment_configuration.query_compute.is_responsible #=> Boolean
2598
2607
  #
@@ -2683,8 +2692,10 @@ module Aws::CleanRooms
2683
2692
  # resp.protected_query.result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
2684
2693
  # resp.protected_query.result_configuration.output_configuration.s3.bucket #=> String
2685
2694
  # resp.protected_query.result_configuration.output_configuration.s3.key_prefix #=> String
2695
+ # resp.protected_query.result_configuration.output_configuration.s3.single_file_output #=> Boolean
2686
2696
  # resp.protected_query.result_configuration.output_configuration.member.account_id #=> String
2687
2697
  # resp.protected_query.statistics.total_duration_in_millis #=> Integer
2698
+ # resp.protected_query.statistics.billed_resource_utilization.units #=> Float
2688
2699
  # resp.protected_query.result.output.s3.location #=> String
2689
2700
  # resp.protected_query.result.output.member_list #=> Array
2690
2701
  # resp.protected_query.result.output.member_list[0].account_id #=> String
@@ -2696,6 +2707,8 @@ module Aws::CleanRooms
2696
2707
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].user_contribution_limit #=> Integer
2697
2708
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].min_column_value #=> Float
2698
2709
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].max_column_value #=> Float
2710
+ # resp.protected_query.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
2711
+ # resp.protected_query.compute_configuration.worker.number #=> Integer
2699
2712
  #
2700
2713
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetProtectedQuery AWS API Documentation
2701
2714
  #
@@ -2857,11 +2870,13 @@ module Aws::CleanRooms
2857
2870
  # The identifier for a membership resource.
2858
2871
  #
2859
2872
  # @option params [String] :next_token
2860
- # The token value retrieved from a previous call to access the next page
2861
- # of results.
2873
+ # The pagination token that's used to fetch the next set of results.
2862
2874
  #
2863
2875
  # @option params [Integer] :max_results
2864
- # The maximum size of the results that is returned per call.
2876
+ # The maximum number of results that are returned for an API request
2877
+ # call. The service chooses a default number if you don't set one. The
2878
+ # service might return a `nextToken` even if the `maxResults` value
2879
+ # has not been met.
2865
2880
  #
2866
2881
  # @return [Types::ListAnalysisTemplatesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2867
2882
  #
@@ -2909,11 +2924,13 @@ module Aws::CleanRooms
2909
2924
  # belong to. Currently accepts collaboration ID.
2910
2925
  #
2911
2926
  # @option params [String] :next_token
2912
- # The token value retrieved from a previous call to access the next page
2913
- # of results.
2927
+ # The pagination token that's used to fetch the next set of results.
2914
2928
  #
2915
2929
  # @option params [Integer] :max_results
2916
- # The maximum size of the results that is returned per call.
2930
+ # The maximum number of results that are returned for an API request
2931
+ # call. The service chooses a default number if you don't set one. The
2932
+ # service might return a `nextToken` even if the `maxResults` value
2933
+ # has not been met.
2917
2934
  #
2918
2935
  # @return [Types::ListCollaborationAnalysisTemplatesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2919
2936
  #
@@ -2960,11 +2977,13 @@ module Aws::CleanRooms
2960
2977
  # model association belongs to. Accepts a collaboration ID.
2961
2978
  #
2962
2979
  # @option params [String] :next_token
2963
- # The token value retrieved from a previous call to access the next page
2964
- # of results.
2980
+ # The pagination token that's used to fetch the next set of results.
2965
2981
  #
2966
2982
  # @option params [Integer] :max_results
2967
- # The maximum size of the results that is returned per call.
2983
+ # The maximum number of results that are returned for an API request
2984
+ # call. The service chooses a default number if you don't set one. The
2985
+ # service might return a `nextToken` even if the `maxResults` value
2986
+ # has not been met.
2968
2987
  #
2969
2988
  # @return [Types::ListCollaborationConfiguredAudienceModelAssociationsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2970
2989
  #
@@ -3066,13 +3085,13 @@ module Aws::CleanRooms
3066
3085
  # A unique identifier for one of your collaborations.
3067
3086
  #
3068
3087
  # @option params [String] :next_token
3069
- # The token value retrieved from a previous call to access the next page
3070
- # of results.
3088
+ # The pagination token that's used to fetch the next set of results.
3071
3089
  #
3072
3090
  # @option params [Integer] :max_results
3073
- # The maximum size of the results that is returned per call. Service
3074
- # chooses a default if it has not been set. Service may return a
3075
- # nextToken even if the maximum results has not been met.
3091
+ # The maximum number of results that are returned for an API request
3092
+ # call. The service chooses a default number if you don't set one. The
3093
+ # service might return a `nextToken` even if the `maxResults` value
3094
+ # has not been met.
3076
3095
  #
3077
3096
  # @return [Types::ListCollaborationPrivacyBudgetTemplatesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3078
3097
  #
@@ -3122,13 +3141,13 @@ module Aws::CleanRooms
3122
3141
  # Specifies the type of the privacy budget.
3123
3142
  #
3124
3143
  # @option params [Integer] :max_results
3125
- # The maximum size of the results that is returned per call. Service
3126
- # chooses a default if it has not been set. Service may return a
3127
- # nextToken even if the maximum results has not been met.
3144
+ # The maximum number of results that are returned for an API request
3145
+ # call. The service chooses a default number if you don't set one. The
3146
+ # service might return a `nextToken` even if the `maxResults` value
3147
+ # has not been met.
3128
3148
  #
3129
3149
  # @option params [String] :next_token
3130
- # The token value retrieved from a previous call to access the next page
3131
- # of results.
3150
+ # The pagination token that's used to fetch the next set of results.
3132
3151
  #
3133
3152
  # @return [Types::ListCollaborationPrivacyBudgetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3134
3153
  #
@@ -3178,13 +3197,13 @@ module Aws::CleanRooms
3178
3197
  # invited to.
3179
3198
  #
3180
3199
  # @option params [String] :next_token
3181
- # The token value retrieved from a previous call to access the next page
3182
- # of results.
3200
+ # The pagination token that's used to fetch the next set of results.
3183
3201
  #
3184
3202
  # @option params [Integer] :max_results
3185
- # The maximum size of the results that is returned per call. Service
3186
- # chooses a default if it has not been set. Service may return a
3187
- # nextToken even if the maximum results has not been met.
3203
+ # The maximum number of results that are returned for an API request
3204
+ # call. The service chooses a default number if you don't set one. The
3205
+ # service might return a `nextToken` even if the `maxResults` value
3206
+ # has not been met.
3188
3207
  #
3189
3208
  # @option params [String] :member_status
3190
3209
  # The caller's status in a collaboration.
@@ -3218,6 +3237,7 @@ module Aws::CleanRooms
3218
3237
  # resp.collaboration_list[0].member_status #=> String, one of "INVITED", "ACTIVE", "LEFT", "REMOVED"
3219
3238
  # resp.collaboration_list[0].membership_id #=> String
3220
3239
  # resp.collaboration_list[0].membership_arn #=> String
3240
+ # resp.collaboration_list[0].analytics_engine #=> String, one of "SPARK", "CLEAN_ROOMS_SQL"
3221
3241
  #
3222
3242
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListCollaborations AWS API Documentation
3223
3243
  #
@@ -3236,13 +3256,13 @@ module Aws::CleanRooms
3236
3256
  # audience model associations that you want to retrieve.
3237
3257
  #
3238
3258
  # @option params [String] :next_token
3239
- # The token value retrieved from a previous call to access the next page
3240
- # of results.
3259
+ # The pagination token that's used to fetch the next set of results.
3241
3260
  #
3242
3261
  # @option params [Integer] :max_results
3243
- # The maximum size of the results that is returned per call. Service
3244
- # chooses a default if it has not been set. Service may return a
3245
- # nextToken even if the maximum results has not been met.
3262
+ # The maximum number of results that are returned for an API request
3263
+ # call. The service chooses a default number if you don't set one. The
3264
+ # service might return a `nextToken` even if the `maxResults` value
3265
+ # has not been met.
3246
3266
  #
3247
3267
  # @return [Types::ListConfiguredAudienceModelAssociationsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3248
3268
  #
@@ -3291,11 +3311,13 @@ module Aws::CleanRooms
3291
3311
  # associations for. Currently accepts the membership ID.
3292
3312
  #
3293
3313
  # @option params [String] :next_token
3294
- # The token value retrieved from a previous call to access the next page
3295
- # of results.
3314
+ # The pagination token that's used to fetch the next set of results.
3296
3315
  #
3297
3316
  # @option params [Integer] :max_results
3298
- # The maximum size of the results that is returned per call.
3317
+ # The maximum number of results that are returned for an API request
3318
+ # call. The service chooses a default number if you don't set one. The
3319
+ # service might return a `nextToken` even if the `maxResults` value
3320
+ # has not been met.
3299
3321
  #
3300
3322
  # @return [Types::ListConfiguredTableAssociationsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3301
3323
  #
@@ -3337,11 +3359,13 @@ module Aws::CleanRooms
3337
3359
  # Lists configured tables.
3338
3360
  #
3339
3361
  # @option params [String] :next_token
3340
- # The token value retrieved from a previous call to access the next page
3341
- # of results.
3362
+ # The pagination token that's used to fetch the next set of results.
3342
3363
  #
3343
3364
  # @option params [Integer] :max_results
3344
- # The maximum size of the results that is returned per call.
3365
+ # The maximum number of results that are returned for an API request
3366
+ # call. The service chooses a default number if you don't set one. The
3367
+ # service might return a `nextToken` even if the `maxResults` value
3368
+ # has not been met.
3345
3369
  #
3346
3370
  # @return [Types::ListConfiguredTablesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3347
3371
  #
@@ -3496,11 +3520,13 @@ module Aws::CleanRooms
3496
3520
  # The identifier of the collaboration in which the members are listed.
3497
3521
  #
3498
3522
  # @option params [String] :next_token
3499
- # The token value retrieved from a previous call to access the next page
3500
- # of results.
3523
+ # The pagination token that's used to fetch the next set of results.
3501
3524
  #
3502
3525
  # @option params [Integer] :max_results
3503
- # The maximum size of the results that is returned per call.
3526
+ # The maximum number of results that are returned for an API request
3527
+ # call. The service chooses a default number if you don't set one. The
3528
+ # service might return a `nextToken` even if the `maxResults` value
3529
+ # has not been met.
3504
3530
  #
3505
3531
  # @return [Types::ListMembersOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3506
3532
  #
@@ -3544,11 +3570,13 @@ module Aws::CleanRooms
3544
3570
  # Lists all memberships resources within the caller's account.
3545
3571
  #
3546
3572
  # @option params [String] :next_token
3547
- # The token value retrieved from a previous call to access the next page
3548
- # of results.
3573
+ # The pagination token that's used to fetch the next set of results.
3549
3574
  #
3550
3575
  # @option params [Integer] :max_results
3551
- # The maximum size of the results that is returned per call.
3576
+ # The maximum number of results that are returned for an API request
3577
+ # call. The service chooses a default number if you don't set one. The
3578
+ # service might return a `nextToken` even if the `maxResults` value
3579
+ # has not been met.
3552
3580
  #
3553
3581
  # @option params [String] :status
3554
3582
  # A filter which will return only memberships in the specified status.
@@ -3604,13 +3632,13 @@ module Aws::CleanRooms
3604
3632
  # this membership belongs to. Accepts a membership ID.
3605
3633
  #
3606
3634
  # @option params [String] :next_token
3607
- # The token value retrieved from a previous call to access the next page
3608
- # of results.
3635
+ # The pagination token that's used to fetch the next set of results.
3609
3636
  #
3610
3637
  # @option params [Integer] :max_results
3611
- # The maximum size of the results that is returned per call. Service
3612
- # chooses a default if it has not been set. Service may return a
3613
- # nextToken even if the maximum results has not been met.
3638
+ # The maximum number of results that are returned for an API request
3639
+ # call. The service chooses a default number if you don't set one. The
3640
+ # service might return a `nextToken` even if the `maxResults` value
3641
+ # has not been met.
3614
3642
  #
3615
3643
  # @return [Types::ListPrivacyBudgetTemplatesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3616
3644
  #
@@ -3662,13 +3690,13 @@ module Aws::CleanRooms
3662
3690
  # The privacy budget type.
3663
3691
  #
3664
3692
  # @option params [String] :next_token
3665
- # The token value retrieved from a previous call to access the next page
3666
- # of results.
3693
+ # The pagination token that's used to fetch the next set of results.
3667
3694
  #
3668
3695
  # @option params [Integer] :max_results
3669
- # The maximum size of the results that is returned per call. Service
3670
- # chooses a default if it has not been set. Service may return a
3671
- # nextToken even if the maximum results has not been met.
3696
+ # The maximum number of results that are returned for an API request
3697
+ # call. The service chooses a default number if you don't set one. The
3698
+ # service might return a `nextToken` even if the `maxResults` value
3699
+ # has not been met.
3672
3700
  #
3673
3701
  # @return [Types::ListPrivacyBudgetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3674
3702
  #
@@ -3724,13 +3752,13 @@ module Aws::CleanRooms
3724
3752
  # A filter on the status of the protected query.
3725
3753
  #
3726
3754
  # @option params [String] :next_token
3727
- # The token value retrieved from a previous call to access the next page
3728
- # of results.
3755
+ # The pagination token that's used to fetch the next set of results.
3729
3756
  #
3730
3757
  # @option params [Integer] :max_results
3731
- # The maximum size of the results that is returned per call. Service
3732
- # chooses a default if it has not been set. Service can return a
3733
- # nextToken even if the maximum results has not been met.
3758
+ # The maximum number of results that are returned for an API request
3759
+ # call. The service chooses a default number if you don't set one. The
3760
+ # service might return a `nextToken` even if the `maxResults` value
3761
+ # has not been met.
3734
3762
  #
3735
3763
  # @return [Types::ListProtectedQueriesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3736
3764
  #
@@ -3778,15 +3806,16 @@ module Aws::CleanRooms
3778
3806
  # Currently accepts a collaboration ID.
3779
3807
  #
3780
3808
  # @option params [String] :schema_type
3781
- # If present, filter schemas by schema type. The only valid schema type
3782
- # is currently `TABLE`.
3809
+ # If present, filter schemas by schema type.
3783
3810
  #
3784
3811
  # @option params [String] :next_token
3785
- # The token value retrieved from a previous call to access the next page
3786
- # of results.
3812
+ # The pagination token that's used to fetch the next set of results.
3787
3813
  #
3788
3814
  # @option params [Integer] :max_results
3789
- # The maximum size of the results that is returned per call.
3815
+ # The maximum number of results that are returned for an API request
3816
+ # call. The service chooses a default number if you don't set one. The
3817
+ # service might return a `nextToken` even if the `maxResults` value
3818
+ # has not been met.
3790
3819
  #
3791
3820
  # @return [Types::ListSchemasOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3792
3821
  #
@@ -3949,6 +3978,9 @@ module Aws::CleanRooms
3949
3978
  # @option params [Types::ProtectedQueryResultConfiguration] :result_configuration
3950
3979
  # The details needed to write the query results.
3951
3980
  #
3981
+ # @option params [Types::ComputeConfiguration] :compute_configuration
3982
+ # The compute configuration for the protected query.
3983
+ #
3952
3984
  # @return [Types::StartProtectedQueryOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3953
3985
  #
3954
3986
  # * {Types::StartProtectedQueryOutput#protected_query #protected_query} => Types::ProtectedQuery
@@ -3971,12 +4003,19 @@ module Aws::CleanRooms
3971
4003
  # result_format: "CSV", # required, accepts CSV, PARQUET
3972
4004
  # bucket: "ProtectedQueryS3OutputConfigurationBucketString", # required
3973
4005
  # key_prefix: "KeyPrefix",
4006
+ # single_file_output: false,
3974
4007
  # },
3975
4008
  # member: {
3976
4009
  # account_id: "AccountId", # required
3977
4010
  # },
3978
4011
  # },
3979
4012
  # },
4013
+ # compute_configuration: {
4014
+ # worker: {
4015
+ # type: "CR.1X", # accepts CR.1X, CR.4X
4016
+ # number: 1,
4017
+ # },
4018
+ # },
3980
4019
  # })
3981
4020
  #
3982
4021
  # @example Response structure
@@ -3993,8 +4032,10 @@ module Aws::CleanRooms
3993
4032
  # resp.protected_query.result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
3994
4033
  # resp.protected_query.result_configuration.output_configuration.s3.bucket #=> String
3995
4034
  # resp.protected_query.result_configuration.output_configuration.s3.key_prefix #=> String
4035
+ # resp.protected_query.result_configuration.output_configuration.s3.single_file_output #=> Boolean
3996
4036
  # resp.protected_query.result_configuration.output_configuration.member.account_id #=> String
3997
4037
  # resp.protected_query.statistics.total_duration_in_millis #=> Integer
4038
+ # resp.protected_query.statistics.billed_resource_utilization.units #=> Float
3998
4039
  # resp.protected_query.result.output.s3.location #=> String
3999
4040
  # resp.protected_query.result.output.member_list #=> Array
4000
4041
  # resp.protected_query.result.output.member_list[0].account_id #=> String
@@ -4006,6 +4047,8 @@ module Aws::CleanRooms
4006
4047
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].user_contribution_limit #=> Integer
4007
4048
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].min_column_value #=> Float
4008
4049
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].max_column_value #=> Float
4050
+ # resp.protected_query.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
4051
+ # resp.protected_query.compute_configuration.worker.number #=> Integer
4009
4052
  #
4010
4053
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/StartProtectedQuery AWS API Documentation
4011
4054
  #
@@ -4113,7 +4156,7 @@ module Aws::CleanRooms
4113
4156
  # resp.analysis_template.source.text #=> String
4114
4157
  # resp.analysis_template.analysis_parameters #=> Array
4115
4158
  # resp.analysis_template.analysis_parameters[0].name #=> String
4116
- # resp.analysis_template.analysis_parameters[0].type #=> String, one of "SMALLINT", "INTEGER", "BIGINT", "DECIMAL", "REAL", "DOUBLE_PRECISION", "BOOLEAN", "CHAR", "VARCHAR", "DATE", "TIMESTAMP", "TIMESTAMPTZ", "TIME", "TIMETZ", "VARBYTE"
4159
+ # resp.analysis_template.analysis_parameters[0].type #=> String, one of "SMALLINT", "INTEGER", "BIGINT", "DECIMAL", "REAL", "DOUBLE_PRECISION", "BOOLEAN", "CHAR", "VARCHAR", "DATE", "TIMESTAMP", "TIMESTAMPTZ", "TIME", "TIMETZ", "VARBYTE", "BINARY", "BYTE", "CHARACTER", "DOUBLE", "FLOAT", "INT", "LONG", "NUMERIC", "SHORT", "STRING", "TIMESTAMP_LTZ", "TIMESTAMP_NTZ", "TINYINT"
4117
4160
  # resp.analysis_template.analysis_parameters[0].default_value #=> String
4118
4161
  # resp.analysis_template.validations #=> Array
4119
4162
  # resp.analysis_template.validations[0].type #=> String, one of "DIFFERENTIAL_PRIVACY"
@@ -4173,6 +4216,7 @@ module Aws::CleanRooms
4173
4216
  # resp.collaboration.data_encryption_metadata.allow_joins_on_columns_with_different_names #=> Boolean
4174
4217
  # resp.collaboration.data_encryption_metadata.preserve_nulls #=> Boolean
4175
4218
  # resp.collaboration.query_log_status #=> String, one of "ENABLED", "DISABLED"
4219
+ # resp.collaboration.analytics_engine #=> String, one of "SPARK", "CLEAN_ROOMS_SQL"
4176
4220
  #
4177
4221
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateCollaboration AWS API Documentation
4178
4222
  #
@@ -4681,6 +4725,7 @@ module Aws::CleanRooms
4681
4725
  # result_format: "CSV", # required, accepts CSV, PARQUET
4682
4726
  # bucket: "ProtectedQueryS3OutputConfigurationBucketString", # required
4683
4727
  # key_prefix: "KeyPrefix",
4728
+ # single_file_output: false,
4684
4729
  # },
4685
4730
  # },
4686
4731
  # role_arn: "RoleArn",
@@ -4705,6 +4750,7 @@ module Aws::CleanRooms
4705
4750
  # resp.membership.default_result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
4706
4751
  # resp.membership.default_result_configuration.output_configuration.s3.bucket #=> String
4707
4752
  # resp.membership.default_result_configuration.output_configuration.s3.key_prefix #=> String
4753
+ # resp.membership.default_result_configuration.output_configuration.s3.single_file_output #=> Boolean
4708
4754
  # resp.membership.default_result_configuration.role_arn #=> String
4709
4755
  # resp.membership.payment_configuration.query_compute.is_responsible #=> Boolean
4710
4756
  #
@@ -4815,8 +4861,10 @@ module Aws::CleanRooms
4815
4861
  # resp.protected_query.result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
4816
4862
  # resp.protected_query.result_configuration.output_configuration.s3.bucket #=> String
4817
4863
  # resp.protected_query.result_configuration.output_configuration.s3.key_prefix #=> String
4864
+ # resp.protected_query.result_configuration.output_configuration.s3.single_file_output #=> Boolean
4818
4865
  # resp.protected_query.result_configuration.output_configuration.member.account_id #=> String
4819
4866
  # resp.protected_query.statistics.total_duration_in_millis #=> Integer
4867
+ # resp.protected_query.statistics.billed_resource_utilization.units #=> Float
4820
4868
  # resp.protected_query.result.output.s3.location #=> String
4821
4869
  # resp.protected_query.result.output.member_list #=> Array
4822
4870
  # resp.protected_query.result.output.member_list[0].account_id #=> String
@@ -4828,6 +4876,8 @@ module Aws::CleanRooms
4828
4876
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].user_contribution_limit #=> Integer
4829
4877
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].min_column_value #=> Float
4830
4878
  # resp.protected_query.differential_privacy.sensitivity_parameters[0].max_column_value #=> Float
4879
+ # resp.protected_query.compute_configuration.worker.type #=> String, one of "CR.1X", "CR.4X"
4880
+ # resp.protected_query.compute_configuration.worker.number #=> Integer
4831
4881
  #
4832
4882
  # @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateProtectedQuery AWS API Documentation
4833
4883
  #
@@ -4856,7 +4906,7 @@ module Aws::CleanRooms
4856
4906
  tracer: tracer
4857
4907
  )
4858
4908
  context[:gem_name] = 'aws-sdk-cleanrooms'
4859
- context[:gem_version] = '1.33.0'
4909
+ context[:gem_version] = '1.35.0'
4860
4910
  Seahorse::Client::Request.new(handlers, context)
4861
4911
  end
4862
4912