Class: Aws::CleanRooms::Client

Inherits:
Seahorse::Client::Base
  • Object
show all
Includes:
Aws::ClientStubs
Defined in:
lib/aws-sdk-cleanrooms/client.rb

Overview

An API client for CleanRooms. To construct a client, you need to configure a ‘:region` and `:credentials`.

client = Aws::CleanRooms::Client.new(
  region: region_name,
  credentials: credentials,
  # ...
)

For details on configuring region and credentials see the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).

See #initialize for a full list of supported configuration options.

Class Attribute Summary collapse

API Operations collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Client

Returns a new instance of Client.

Parameters:

  • options (Hash)

Options Hash (options):

  • :plugins (Array<Seahorse::Client::Plugin>) — default: []]

    A list of plugins to apply to the client. Each plugin is either a class name or an instance of a plugin class.

  • :credentials (required, Aws::CredentialProvider)

    Your AWS credentials. This can be an instance of any one of the following classes:

    • ‘Aws::Credentials` - Used for configuring static, non-refreshing credentials.

    • ‘Aws::SharedCredentials` - Used for loading static credentials from a shared file, such as `~/.aws/config`.

    • ‘Aws::AssumeRoleCredentials` - Used when you need to assume a role.

    • ‘Aws::AssumeRoleWebIdentityCredentials` - Used when you need to assume a role after providing credentials via the web.

    • ‘Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an access token generated from `aws login`.

    • ‘Aws::ProcessCredentials` - Used for loading credentials from a process that outputs to stdout.

    • ‘Aws::InstanceProfileCredentials` - Used for loading credentials from an EC2 IMDS on an EC2 instance.

    • ‘Aws::ECSCredentials` - Used for loading credentials from instances running in ECS.

    • ‘Aws::CognitoIdentityCredentials` - Used for loading credentials from the Cognito Identity service.

    When ‘:credentials` are not configured directly, the following locations will be searched for credentials:

    • Aws.config`

    • The ‘:access_key_id`, `:secret_access_key`, and `:session_token` options.

    • ENV, ENV

    • ‘~/.aws/credentials`

    • ‘~/.aws/config`

    • EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive. Construct and pass an instance of ‘Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to enable retries and extended timeouts. Instance profile credential fetching can be disabled by setting ENV to true.

  • :region (required, String)

    The AWS region to connect to. The configured ‘:region` is used to determine the service `:endpoint`. When not passed, a default `:region` is searched for in the following locations:

  • :access_key_id (String)
  • :active_endpoint_cache (Boolean) — default: false

    When set to ‘true`, a thread polling for endpoints will be running in the background every 60 secs (default). Defaults to `false`.

  • :adaptive_retry_wait_to_fill (Boolean) — default: true

    Used only in ‘adaptive` retry mode. When true, the request will sleep until there is sufficent client side capacity to retry the request. When false, the request will raise a `RetryCapacityNotAvailableError` and will not retry instead of sleeping.

  • :client_side_monitoring (Boolean) — default: false

    When ‘true`, client-side metrics will be collected for all API requests from this client.

  • :client_side_monitoring_client_id (String) — default: ""

    Allows you to provide an identifier for this client which will be attached to all generated client side metrics. Defaults to an empty string.

  • :client_side_monitoring_host (String) — default: "127.0.0.1"

    Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client side monitoring agent is running on, where client metrics will be published via UDP.

  • :client_side_monitoring_port (Integer) — default: 31000

    Required for publishing client metrics. The port that the client side monitoring agent is running on, where client metrics will be published via UDP.

  • :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher) — default: Aws::ClientSideMonitoring::Publisher

    Allows you to provide a custom client-side monitoring publisher class. By default, will use the Client Side Monitoring Agent Publisher.

  • :convert_params (Boolean) — default: true

    When ‘true`, an attempt is made to coerce request parameters into the required types.

  • :correct_clock_skew (Boolean) — default: true

    Used only in ‘standard` and adaptive retry modes. Specifies whether to apply a clock skew correction and retry requests with skewed client clocks.

  • :defaults_mode (String) — default: "legacy"

    See DefaultsModeConfiguration for a list of the accepted modes and the configuration defaults that are included.

  • :disable_host_prefix_injection (Boolean) — default: false

    Set to true to disable SDK automatically adding host prefix to default service endpoint when available.

  • :disable_request_compression (Boolean) — default: false

    When set to ‘true’ the request body will not be compressed for supported operations.

  • :endpoint (String, URI::HTTPS, URI::HTTP)

    Normally you should not configure the ‘:endpoint` option directly. This is normally constructed from the `:region` option. Configuring `:endpoint` is normally reserved for connecting to test or custom endpoints. The endpoint should be a URI formatted like:

    'http://example.com'
    'https://example.com'
    'http://example.com:123'
    
  • :endpoint_cache_max_entries (Integer) — default: 1000

    Used for the maximum size limit of the LRU cache storing endpoints data for endpoint discovery enabled operations. Defaults to 1000.

  • :endpoint_cache_max_threads (Integer) — default: 10

    Used for the maximum threads in use for polling endpoints to be cached, defaults to 10.

  • :endpoint_cache_poll_interval (Integer) — default: 60

    When :endpoint_discovery and :active_endpoint_cache is enabled, Use this option to config the time interval in seconds for making requests fetching endpoints information. Defaults to 60 sec.

  • :endpoint_discovery (Boolean) — default: false

    When set to ‘true`, endpoint discovery will be enabled for operations when available.

  • :ignore_configured_endpoint_urls (Boolean)

    Setting to true disables use of endpoint URLs provided via environment variables and the shared configuration file.

  • :log_formatter (Aws::Log::Formatter) — default: Aws::Log::Formatter.default

    The log formatter.

  • :log_level (Symbol) — default: :info

    The log level to send messages to the ‘:logger` at.

  • :logger (Logger)

    The Logger instance to send log messages to. If this option is not set, logging will be disabled.

  • :max_attempts (Integer) — default: 3

    An integer representing the maximum number attempts that will be made for a single request, including the initial attempt. For example, setting this value to 5 will result in a request being retried up to 4 times. Used in ‘standard` and `adaptive` retry modes.

  • :profile (String) — default: "default"

    Used when loading credentials from the shared credentials file at HOME/.aws/credentials. When not specified, ‘default’ is used.

  • :request_min_compression_size_bytes (Integer) — default: 10240

    The minimum size in bytes that triggers compression for request bodies. The value must be non-negative integer value between 0 and 10485780 bytes inclusive.

  • :retry_backoff (Proc)

    A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay. This option is only used in the ‘legacy` retry mode.

  • :retry_base_delay (Float) — default: 0.3

    The base delay in seconds used by the default backoff function. This option is only used in the ‘legacy` retry mode.

  • :retry_jitter (Symbol) — default: :none

    A delay randomiser function used by the default backoff function. Some predefined functions can be referenced by name - :none, :equal, :full, otherwise a Proc that takes and returns a number. This option is only used in the ‘legacy` retry mode.

    @see www.awsarchitectureblog.com/2015/03/backoff.html

  • :retry_limit (Integer) — default: 3

    The maximum number of times to retry failed requests. Only ~ 500 level server errors and certain ~ 400 level client errors are retried. Generally, these are throttling errors, data checksum errors, networking errors, timeout errors, auth errors, endpoint discovery, and errors from expired credentials. This option is only used in the ‘legacy` retry mode.

  • :retry_max_delay (Integer) — default: 0

    The maximum number of seconds to delay between retries (0 for no limit) used by the default backoff function. This option is only used in the ‘legacy` retry mode.

  • :retry_mode (String) — default: "legacy"

    Specifies which retry algorithm to use. Values are:

    • ‘legacy` - The pre-existing retry behavior. This is default value if no retry mode is provided.

    • ‘standard` - A standardized set of retry rules across the AWS SDKs. This includes support for retry quotas, which limit the number of unsuccessful retries a client can make.

    • ‘adaptive` - An experimental retry mode that includes all the functionality of `standard` mode along with automatic client side throttling. This is a provisional mode that may change behavior in the future.

  • :sdk_ua_app_id (String)

    A unique and opaque application ID that is appended to the User-Agent header as app/sdk_ua_app_id. It should have a maximum length of 50. This variable is sourced from environment variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.

  • :secret_access_key (String)
  • :session_token (String)
  • :sigv4a_signing_region_set (Array)

    A list of regions that should be signed with SigV4a signing. When not passed, a default ‘:sigv4a_signing_region_set` is searched for in the following locations:

  • :stub_responses (Boolean) — default: false

    Causes the client to return stubbed responses. By default fake responses are generated and returned. You can specify the response data to return or errors to raise by calling ClientStubs#stub_responses. See ClientStubs for more information.

    ** Please note ** When response stubbing is enabled, no HTTP requests are made, and retries are disabled.

  • :telemetry_provider (Aws::Telemetry::TelemetryProviderBase) — default: Aws::Telemetry::NoOpTelemetryProvider

    Allows you to provide a telemetry provider, which is used to emit telemetry data. By default, uses ‘NoOpTelemetryProvider` which will not record or emit any telemetry data. The SDK supports the following telemetry providers:

    • OpenTelemetry (OTel) - To use the OTel provider, install and require the

    ‘opentelemetry-sdk` gem and then, pass in an instance of a `Aws::Telemetry::OTelProvider` for telemetry provider.

  • :token_provider (Aws::TokenProvider)

    A Bearer Token Provider. This can be an instance of any one of the following classes:

    • ‘Aws::StaticTokenProvider` - Used for configuring static, non-refreshing tokens.

    • ‘Aws::SSOTokenProvider` - Used for loading tokens from AWS SSO using an access token generated from `aws login`.

    When ‘:token_provider` is not configured directly, the `Aws::TokenProviderChain` will be used to search for tokens configured for your profile in shared configuration files.

  • :use_dualstack_endpoint (Boolean)

    When set to ‘true`, dualstack enabled endpoints (with `.aws` TLD) will be used if available.

  • :use_fips_endpoint (Boolean)

    When set to ‘true`, fips compatible endpoints will be used if available. When a `fips` region is used, the region is normalized and this config is set to `true`.

  • :validate_params (Boolean) — default: true

    When ‘true`, request parameters are validated before sending the request.

  • :endpoint_provider (Aws::CleanRooms::EndpointProvider)

    The endpoint provider used to resolve endpoints. Any object that responds to ‘#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::CleanRooms::EndpointParameters`

  • :http_continue_timeout (Float) — default: 1

    The number of seconds to wait for a 100-continue response before sending the request body. This option has no effect unless the request has “Expect” header set to “100-continue”. Defaults to ‘nil` which disables this behaviour. This value can safely be set per request on the session.

  • :http_idle_timeout (Float) — default: 5

    The number of seconds a connection is allowed to sit idle before it is considered stale. Stale connections are closed and removed from the pool before making a request.

  • :http_open_timeout (Float) — default: 15

    The default number of seconds to wait for response data. This value can safely be set per-request on the session.

  • :http_proxy (URI::HTTP, String)

    A proxy to send requests through. Formatted like ‘proxy.com:123’.

  • :http_read_timeout (Float) — default: 60

    The default number of seconds to wait for response data. This value can safely be set per-request on the session.

  • :http_wire_trace (Boolean) — default: false

    When ‘true`, HTTP debug output will be sent to the `:logger`.

  • :on_chunk_received (Proc)

    When a Proc object is provided, it will be used as callback when each chunk of the response body is received. It provides three arguments: the chunk, the number of bytes received, and the total number of bytes in the response (or nil if the server did not send a ‘content-length`).

  • :on_chunk_sent (Proc)

    When a Proc object is provided, it will be used as callback when each chunk of the request body is sent. It provides three arguments: the chunk, the number of bytes read from the body, and the total number of bytes in the body.

  • :raise_response_errors (Boolean) — default: true

    When ‘true`, response errors are raised.

  • :ssl_ca_bundle (String)

    Full path to the SSL certificate authority bundle file that should be used when verifying peer certificates. If you do not pass ‘:ssl_ca_bundle` or `:ssl_ca_directory` the the system default will be used if available.

  • :ssl_ca_directory (String)

    Full path of the directory that contains the unbundled SSL certificate authority files for verifying peer certificates. If you do not pass ‘:ssl_ca_bundle` or `:ssl_ca_directory` the the system default will be used if available.

  • :ssl_ca_store (String)

    Sets the X509::Store to verify peer certificate.

  • :ssl_timeout (Float)

    Sets the SSL timeout in seconds

  • :ssl_verify_peer (Boolean) — default: true

    When ‘true`, SSL peer certificates are verified when establishing a connection.



434
435
436
# File 'lib/aws-sdk-cleanrooms/client.rb', line 434

def initialize(*args)
  super
end

Class Attribute Details

.identifierObject (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



4862
4863
4864
# File 'lib/aws-sdk-cleanrooms/client.rb', line 4862

def identifier
  @identifier
end

Class Method Details

.errors_moduleObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



4865
4866
4867
# File 'lib/aws-sdk-cleanrooms/client.rb', line 4865

def errors_module
  Errors
end

Instance Method Details

#batch_get_collaboration_analysis_template(params = {}) ⇒ Types::BatchGetCollaborationAnalysisTemplateOutput

Retrieves multiple analysis templates within a collaboration by their Amazon Resource Names (ARNs).

Examples:

Request syntax with placeholder values


resp = client.batch_get_collaboration_analysis_template({
  collaboration_identifier: "CollaborationIdentifier", # required
  analysis_template_arns: ["AnalysisTemplateArn"], # required
})

Response structure


resp.collaboration_analysis_templates #=> Array
resp.collaboration_analysis_templates[0].id #=> String
resp.collaboration_analysis_templates[0].arn #=> String
resp.collaboration_analysis_templates[0].collaboration_id #=> String
resp.collaboration_analysis_templates[0].collaboration_arn #=> String
resp.collaboration_analysis_templates[0].description #=> String
resp.collaboration_analysis_templates[0]. #=> String
resp.collaboration_analysis_templates[0].name #=> String
resp.collaboration_analysis_templates[0].create_time #=> Time
resp.collaboration_analysis_templates[0].update_time #=> Time
resp.collaboration_analysis_templates[0].schema.referenced_tables #=> Array
resp.collaboration_analysis_templates[0].schema.referenced_tables[0] #=> String
resp.collaboration_analysis_templates[0].format #=> String, one of "SQL"
resp.collaboration_analysis_templates[0].source.text #=> String
resp.collaboration_analysis_templates[0].analysis_parameters #=> Array
resp.collaboration_analysis_templates[0].analysis_parameters[0].name #=> String
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"
resp.collaboration_analysis_templates[0].analysis_parameters[0].default_value #=> String
resp.collaboration_analysis_templates[0].validations #=> Array
resp.collaboration_analysis_templates[0].validations[0].type #=> String, one of "DIFFERENTIAL_PRIVACY"
resp.collaboration_analysis_templates[0].validations[0].status #=> String, one of "VALID", "INVALID", "UNABLE_TO_VALIDATE"
resp.collaboration_analysis_templates[0].validations[0].reasons #=> Array
resp.collaboration_analysis_templates[0].validations[0].reasons[0].message #=> String
resp.errors #=> Array
resp.errors[0].arn #=> String
resp.errors[0].code #=> String
resp.errors[0].message #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.

  • :analysis_template_arns (required, Array<String>)

    The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.

Returns:

See Also:



497
498
499
500
# File 'lib/aws-sdk-cleanrooms/client.rb', line 497

def batch_get_collaboration_analysis_template(params = {}, options = {})
  req = build_request(:batch_get_collaboration_analysis_template, params)
  req.send_request(options)
end

#batch_get_schema(params = {}) ⇒ Types::BatchGetSchemaOutput

Retrieves multiple schemas by their identifiers.

Examples:

Request syntax with placeholder values


resp = client.batch_get_schema({
  collaboration_identifier: "CollaborationIdentifier", # required
  names: ["TableAlias"], # required
})

Response structure


resp.schemas #=> Array
resp.schemas[0].columns #=> Array
resp.schemas[0].columns[0].name #=> String
resp.schemas[0].columns[0].type #=> String
resp.schemas[0].partition_keys #=> Array
resp.schemas[0].partition_keys[0].name #=> String
resp.schemas[0].partition_keys[0].type #=> String
resp.schemas[0].analysis_rule_types #=> Array
resp.schemas[0].analysis_rule_types[0] #=> String, one of "AGGREGATION", "LIST", "CUSTOM", "ID_MAPPING_TABLE"
resp.schemas[0].analysis_method #=> String, one of "DIRECT_QUERY"
resp.schemas[0]. #=> String
resp.schemas[0].name #=> String
resp.schemas[0].collaboration_id #=> String
resp.schemas[0].collaboration_arn #=> String
resp.schemas[0].description #=> String
resp.schemas[0].create_time #=> Time
resp.schemas[0].update_time #=> Time
resp.schemas[0].type #=> String, one of "TABLE", "ID_MAPPING_TABLE"
resp.schemas[0].schema_status_details #=> Array
resp.schemas[0].schema_status_details[0].status #=> String, one of "READY", "NOT_READY"
resp.schemas[0].schema_status_details[0].reasons #=> Array
resp.schemas[0].schema_status_details[0].reasons[0].code #=> String, one of "ANALYSIS_RULE_MISSING", "ANALYSIS_TEMPLATES_NOT_CONFIGURED", "ANALYSIS_PROVIDERS_NOT_CONFIGURED", "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED", "ID_MAPPING_TABLE_NOT_POPULATED", "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED", "ADDITIONAL_ANALYSES_NOT_CONFIGURED", "RESULT_RECEIVERS_NOT_CONFIGURED", "ADDITIONAL_ANALYSES_NOT_ALLOWED", "RESULT_RECEIVERS_NOT_ALLOWED", "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE"
resp.schemas[0].schema_status_details[0].reasons[0].message #=> String
resp.schemas[0].schema_status_details[0].analysis_rule_type #=> String, one of "AGGREGATION", "LIST", "CUSTOM", "ID_MAPPING_TABLE"
resp.schemas[0].schema_status_details[0].configurations #=> Array
resp.schemas[0].schema_status_details[0].configurations[0] #=> String, one of "DIFFERENTIAL_PRIVACY"
resp.schemas[0].schema_status_details[0].analysis_type #=> String, one of "DIRECT_ANALYSIS", "ADDITIONAL_ANALYSIS"
resp.schemas[0].schema_type_properties.id_mapping_table.id_mapping_table_input_source #=> Array
resp.schemas[0].schema_type_properties.id_mapping_table.id_mapping_table_input_source[0].id_namespace_association_id #=> String
resp.schemas[0].schema_type_properties.id_mapping_table.id_mapping_table_input_source[0].type #=> String, one of "SOURCE", "TARGET"
resp.errors #=> Array
resp.errors[0].name #=> String
resp.errors[0].code #=> String
resp.errors[0].message #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration ID.

  • :names (required, Array<String>)

    The names for the schema objects to retrieve.

Returns:

See Also:



564
565
566
567
# File 'lib/aws-sdk-cleanrooms/client.rb', line 564

def batch_get_schema(params = {}, options = {})
  req = build_request(:batch_get_schema, params)
  req.send_request(options)
end

#batch_get_schema_analysis_rule(params = {}) ⇒ Types::BatchGetSchemaAnalysisRuleOutput

Retrieves multiple analysis rule schemas.

Examples:

Request syntax with placeholder values


resp = client.batch_get_schema_analysis_rule({
  collaboration_identifier: "CollaborationIdentifier", # required
  schema_analysis_rule_requests: [ # required
    {
      name: "TableAlias", # required
      type: "AGGREGATION", # required, accepts AGGREGATION, LIST, CUSTOM, ID_MAPPING_TABLE
    },
  ],
})

Response structure


resp.analysis_rules #=> Array
resp.analysis_rules[0].collaboration_id #=> String
resp.analysis_rules[0].type #=> String, one of "AGGREGATION", "LIST", "CUSTOM", "ID_MAPPING_TABLE"
resp.analysis_rules[0].name #=> String
resp.analysis_rules[0].create_time #=> Time
resp.analysis_rules[0].update_time #=> Time
resp.analysis_rules[0].policy.v1.list.join_columns #=> Array
resp.analysis_rules[0].policy.v1.list.join_columns[0] #=> String
resp.analysis_rules[0].policy.v1.list.allowed_join_operators #=> Array
resp.analysis_rules[0].policy.v1.list.allowed_join_operators[0] #=> String, one of "OR", "AND"
resp.analysis_rules[0].policy.v1.list.list_columns #=> Array
resp.analysis_rules[0].policy.v1.list.list_columns[0] #=> String
resp.analysis_rules[0].policy.v1.list.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
resp.analysis_rules[0].policy.v1.aggregation.aggregate_columns #=> Array
resp.analysis_rules[0].policy.v1.aggregation.aggregate_columns[0].column_names #=> Array
resp.analysis_rules[0].policy.v1.aggregation.aggregate_columns[0].column_names[0] #=> String
resp.analysis_rules[0].policy.v1.aggregation.aggregate_columns[0].function #=> String, one of "SUM", "SUM_DISTINCT", "COUNT", "COUNT_DISTINCT", "AVG"
resp.analysis_rules[0].policy.v1.aggregation.join_columns #=> Array
resp.analysis_rules[0].policy.v1.aggregation.join_columns[0] #=> String
resp.analysis_rules[0].policy.v1.aggregation.join_required #=> String, one of "QUERY_RUNNER"
resp.analysis_rules[0].policy.v1.aggregation.allowed_join_operators #=> Array
resp.analysis_rules[0].policy.v1.aggregation.allowed_join_operators[0] #=> String, one of "OR", "AND"
resp.analysis_rules[0].policy.v1.aggregation.dimension_columns #=> Array
resp.analysis_rules[0].policy.v1.aggregation.dimension_columns[0] #=> String
resp.analysis_rules[0].policy.v1.aggregation.scalar_functions #=> Array
resp.analysis_rules[0].policy.v1.aggregation.scalar_functions[0] #=> String, one of "ABS", "CAST", "CEILING", "COALESCE", "CONVERT", "CURRENT_DATE", "DATEADD", "EXTRACT", "FLOOR", "GETDATE", "LN", "LOG", "LOWER", "ROUND", "RTRIM", "SQRT", "SUBSTRING", "TO_CHAR", "TO_DATE", "TO_NUMBER", "TO_TIMESTAMP", "TRIM", "TRUNC", "UPPER"
resp.analysis_rules[0].policy.v1.aggregation.output_constraints #=> Array
resp.analysis_rules[0].policy.v1.aggregation.output_constraints[0].column_name #=> String
resp.analysis_rules[0].policy.v1.aggregation.output_constraints[0].minimum #=> Integer
resp.analysis_rules[0].policy.v1.aggregation.output_constraints[0].type #=> String, one of "COUNT_DISTINCT"
resp.analysis_rules[0].policy.v1.aggregation.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
resp.analysis_rules[0].policy.v1.custom.allowed_analyses #=> Array
resp.analysis_rules[0].policy.v1.custom.allowed_analyses[0] #=> String
resp.analysis_rules[0].policy.v1.custom.allowed_analysis_providers #=> Array
resp.analysis_rules[0].policy.v1.custom.allowed_analysis_providers[0] #=> String
resp.analysis_rules[0].policy.v1.custom.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
resp.analysis_rules[0].policy.v1.custom.disallowed_output_columns #=> Array
resp.analysis_rules[0].policy.v1.custom.disallowed_output_columns[0] #=> String
resp.analysis_rules[0].policy.v1.custom.differential_privacy.columns #=> Array
resp.analysis_rules[0].policy.v1.custom.differential_privacy.columns[0].name #=> String
resp.analysis_rules[0].policy.v1.id_mapping_table.join_columns #=> Array
resp.analysis_rules[0].policy.v1.id_mapping_table.join_columns[0] #=> String
resp.analysis_rules[0].policy.v1.id_mapping_table.query_constraints #=> Array
resp.analysis_rules[0].policy.v1.id_mapping_table.query_constraints[0].require_overlap.columns #=> Array
resp.analysis_rules[0].policy.v1.id_mapping_table.query_constraints[0].require_overlap.columns[0] #=> String
resp.analysis_rules[0].policy.v1.id_mapping_table.dimension_columns #=> Array
resp.analysis_rules[0].policy.v1.id_mapping_table.dimension_columns[0] #=> String
resp.errors #=> Array
resp.errors[0].name #=> String
resp.errors[0].type #=> String, one of "AGGREGATION", "LIST", "CUSTOM", "ID_MAPPING_TABLE"
resp.errors[0].code #=> String
resp.errors[0].message #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    The unique identifier of the collaboration that contains the schema analysis rule.

  • :schema_analysis_rule_requests (required, Array<Types::SchemaAnalysisRuleRequest>)

    The information that’s necessary to retrieve a schema analysis rule.

Returns:

See Also:



654
655
656
657
# File 'lib/aws-sdk-cleanrooms/client.rb', line 654

def batch_get_schema_analysis_rule(params = {}, options = {})
  req = build_request(:batch_get_schema_analysis_rule, params)
  req.send_request(options)
end

#build_request(operation_name, params = {}) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Parameters:

  • params ({}) (defaults to: {})


4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
# File 'lib/aws-sdk-cleanrooms/client.rb', line 4835

def build_request(operation_name, params = {})
  handlers = @handlers.for(operation_name)
  tracer = config.telemetry_provider.tracer_provider.tracer(
    Aws::Telemetry.module_to_tracer_name('Aws::CleanRooms')
  )
  context = Seahorse::Client::RequestContext.new(
    operation_name: operation_name,
    operation: config.api.operation(operation_name),
    client: self,
    params: params,
    config: config,
    tracer: tracer
  )
  context[:gem_name] = 'aws-sdk-cleanrooms'
  context[:gem_version] = '1.28.0'
  Seahorse::Client::Request.new(handlers, context)
end

#create_analysis_template(params = {}) ⇒ Types::CreateAnalysisTemplateOutput

Creates a new analysis template.

Examples:

Request syntax with placeholder values


resp = client.create_analysis_template({
  description: "ResourceDescription",
  membership_identifier: "MembershipIdentifier", # required
  name: "TableAlias", # required
  format: "SQL", # required, accepts SQL
  source: { # required
    text: "AnalysisTemplateText",
  },
  tags: {
    "TagKey" => "TagValue",
  },
  analysis_parameters: [
    {
      name: "ParameterName", # required
      type: "SMALLINT", # required, accepts SMALLINT, INTEGER, BIGINT, DECIMAL, REAL, DOUBLE_PRECISION, BOOLEAN, CHAR, VARCHAR, DATE, TIMESTAMP, TIMESTAMPTZ, TIME, TIMETZ, VARBYTE
      default_value: "ParameterValue",
    },
  ],
})

Response structure


resp.analysis_template.id #=> String
resp.analysis_template.arn #=> String
resp.analysis_template.collaboration_id #=> String
resp.analysis_template.collaboration_arn #=> String
resp.analysis_template.membership_id #=> String
resp.analysis_template.membership_arn #=> String
resp.analysis_template.description #=> String
resp.analysis_template.name #=> String
resp.analysis_template.create_time #=> Time
resp.analysis_template.update_time #=> Time
resp.analysis_template.schema.referenced_tables #=> Array
resp.analysis_template.schema.referenced_tables[0] #=> String
resp.analysis_template.format #=> String, one of "SQL"
resp.analysis_template.source.text #=> String
resp.analysis_template.analysis_parameters #=> Array
resp.analysis_template.analysis_parameters[0].name #=> String
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"
resp.analysis_template.analysis_parameters[0].default_value #=> String
resp.analysis_template.validations #=> Array
resp.analysis_template.validations[0].type #=> String, one of "DIFFERENTIAL_PRIVACY"
resp.analysis_template.validations[0].status #=> String, one of "VALID", "INVALID", "UNABLE_TO_VALIDATE"
resp.analysis_template.validations[0].reasons #=> Array
resp.analysis_template.validations[0].reasons[0].message #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :description (String)

    The description of the analysis template.

  • :membership_identifier (required, String)

    The identifier for a membership resource.

  • :name (required, String)

    The name of the analysis template.

  • :format (required, String)

    The format of the analysis template.

  • :source (required, Types::AnalysisSource)

    The information in the analysis template. Currently supports ‘text`, the query text for the analysis template.

  • :tags (Hash<String,String>)

    An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

  • :analysis_parameters (Array<Types::AnalysisParameter>)

    The parameters of the analysis template.

Returns:

See Also:



742
743
744
745
# File 'lib/aws-sdk-cleanrooms/client.rb', line 742

def create_analysis_template(params = {}, options = {})
  req = build_request(:create_analysis_template, params)
  req.send_request(options)
end

#create_collaboration(params = {}) ⇒ Types::CreateCollaborationOutput

Creates a new collaboration.

Examples:

Request syntax with placeholder values


resp = client.create_collaboration({
  members: [ # required
    {
      account_id: "AccountId", # required
      member_abilities: ["CAN_QUERY"], # required, accepts CAN_QUERY, CAN_RECEIVE_RESULTS
      display_name: "DisplayName", # required
      payment_configuration: {
        query_compute: { # required
          is_responsible: false, # required
        },
      },
    },
  ],
  name: "CollaborationName", # required
  description: "CollaborationDescription", # required
  creator_member_abilities: ["CAN_QUERY"], # required, accepts CAN_QUERY, CAN_RECEIVE_RESULTS
  creator_display_name: "DisplayName", # required
  data_encryption_metadata: {
    allow_cleartext: false, # required
    allow_duplicates: false, # required
    allow_joins_on_columns_with_different_names: false, # required
    preserve_nulls: false, # required
  },
  query_log_status: "ENABLED", # required, accepts ENABLED, DISABLED
  tags: {
    "TagKey" => "TagValue",
  },
  creator_payment_configuration: {
    query_compute: { # required
      is_responsible: false, # required
    },
  },
})

Response structure


resp.collaboration.id #=> String
resp.collaboration.arn #=> String
resp.collaboration.name #=> String
resp.collaboration.description #=> String
resp.collaboration. #=> String
resp.collaboration.creator_display_name #=> String
resp.collaboration.create_time #=> Time
resp.collaboration.update_time #=> Time
resp.collaboration.member_status #=> String, one of "INVITED", "ACTIVE", "LEFT", "REMOVED"
resp.collaboration.membership_id #=> String
resp.collaboration.membership_arn #=> String
resp.collaboration..allow_cleartext #=> Boolean
resp.collaboration..allow_duplicates #=> Boolean
resp.collaboration..allow_joins_on_columns_with_different_names #=> Boolean
resp.collaboration..preserve_nulls #=> Boolean
resp.collaboration.query_log_status #=> String, one of "ENABLED", "DISABLED"

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :members (required, Array<Types::MemberSpecification>)

    A list of initial members, not including the creator. This list is immutable.

  • :name (required, String)

    The display name for a collaboration.

  • :description (required, String)

    A description of the collaboration provided by the collaboration owner.

  • :creator_member_abilities (required, Array<String>)

    The abilities granted to the collaboration creator.

  • :creator_display_name (required, String)

    The display name of the collaboration creator.

  • :data_encryption_metadata (Types::DataEncryptionMetadata)

    The settings for client-side encryption with Cryptographic Computing for Clean Rooms.

  • :query_log_status (required, String)

    An indicator as to whether query logging has been enabled or disabled for the collaboration.

  • :tags (Hash<String,String>)

    An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

  • :creator_payment_configuration (Types::PaymentConfiguration)

    The collaboration creator’s payment responsibilities set by the collaboration creator.

    If the collaboration creator hasn’t specified anyone as the member paying for query compute costs, then the member who can query is the default payer.

Returns:

See Also:



851
852
853
854
# File 'lib/aws-sdk-cleanrooms/client.rb', line 851

def create_collaboration(params = {}, options = {})
  req = build_request(:create_collaboration, params)
  req.send_request(options)
end

#create_configured_audience_model_association(params = {}) ⇒ Types::CreateConfiguredAudienceModelAssociationOutput

Provides the details necessary to create a configured audience model association.

Examples:

Request syntax with placeholder values


resp = client.create_configured_audience_model_association({
  membership_identifier: "MembershipIdentifier", # required
  configured_audience_model_arn: "ConfiguredAudienceModelArn", # required
  configured_audience_model_association_name: "ConfiguredAudienceModelAssociationName", # required
  manage_resource_policies: false, # required
  tags: {
    "TagKey" => "TagValue",
  },
  description: "ResourceDescription",
})

Response structure


resp.configured_audience_model_association.id #=> String
resp.configured_audience_model_association.arn #=> String
resp.configured_audience_model_association.configured_audience_model_arn #=> String
resp.configured_audience_model_association.membership_id #=> String
resp.configured_audience_model_association.membership_arn #=> String
resp.configured_audience_model_association.collaboration_id #=> String
resp.configured_audience_model_association.collaboration_arn #=> String
resp.configured_audience_model_association.name #=> String
resp.configured_audience_model_association.manage_resource_policies #=> Boolean
resp.configured_audience_model_association.description #=> String
resp.configured_audience_model_association.create_time #=> Time
resp.configured_audience_model_association.update_time #=> Time

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    A unique identifier for one of your memberships for a collaboration. The configured audience model is associated to the collaboration that this membership belongs to. Accepts a membership ID.

  • :configured_audience_model_arn (required, String)

    A unique identifier for the configured audience model that you want to associate.

  • :configured_audience_model_association_name (required, String)

    The name of the configured audience model association.

  • :manage_resource_policies (required, Boolean)

    When ‘TRUE`, indicates that the resource policy for the configured audience model resource being associated is configured for Clean Rooms to manage permissions related to the given collaboration. When `FALSE`, indicates that the configured audience model resource owner will manage permissions related to the given collaboration.

    Setting this to ‘TRUE` requires you to have permissions to create, update, and delete the resource policy for the `cleanrooms-ml` resource when you call the DeleteConfiguredAudienceModelAssociation resource. In addition, if you are the collaboration creator and specify `TRUE`, you must have the same permissions when you call the DeleteMember and DeleteCollaboration APIs.

  • :tags (Hash<String,String>)

    An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

  • :description (String)

    A description of the configured audience model association.

Returns:

See Also:



930
931
932
933
# File 'lib/aws-sdk-cleanrooms/client.rb', line 930

def create_configured_audience_model_association(params = {}, options = {})
  req = build_request(:create_configured_audience_model_association, params)
  req.send_request(options)
end

#create_configured_table(params = {}) ⇒ Types::CreateConfiguredTableOutput

Creates a new configured table resource.

Examples:

Request syntax with placeholder values


resp = client.create_configured_table({
  name: "DisplayName", # required
  description: "TableDescription",
  table_reference: { # required
    glue: {
      table_name: "GlueTableName", # required
      database_name: "GlueDatabaseName", # required
    },
  },
  allowed_columns: ["ColumnName"], # required
  analysis_method: "DIRECT_QUERY", # required, accepts DIRECT_QUERY
  tags: {
    "TagKey" => "TagValue",
  },
})

Response structure


resp.configured_table.id #=> String
resp.configured_table.arn #=> String
resp.configured_table.name #=> String
resp.configured_table.description #=> String
resp.configured_table.table_reference.glue.table_name #=> String
resp.configured_table.table_reference.glue.database_name #=> String
resp.configured_table.create_time #=> Time
resp.configured_table.update_time #=> Time
resp.configured_table.analysis_rule_types #=> Array
resp.configured_table.analysis_rule_types[0] #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
resp.configured_table.analysis_method #=> String, one of "DIRECT_QUERY"
resp.configured_table.allowed_columns #=> Array
resp.configured_table.allowed_columns[0] #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :name (required, String)

    The name of the configured table.

  • :description (String)

    A description for the configured table.

  • :table_reference (required, Types::TableReference)

    A reference to the Glue table being configured.

  • :allowed_columns (required, Array<String>)

    The columns of the underlying table that can be used by collaborations or analysis rules.

  • :analysis_method (required, String)

    The analysis method for the configured tables. The only valid value is currently ‘DIRECT_QUERY`.

  • :tags (Hash<String,String>)

    An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

Returns:

See Also:



1002
1003
1004
1005
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1002

def create_configured_table(params = {}, options = {})
  req = build_request(:create_configured_table, params)
  req.send_request(options)
end

#create_configured_table_analysis_rule(params = {}) ⇒ Types::CreateConfiguredTableAnalysisRuleOutput

Creates a new analysis rule for a configured table. Currently, only one analysis rule can be created for a given configured table.

Examples:

Request syntax with placeholder values


resp = client.create_configured_table_analysis_rule({
  configured_table_identifier: "ConfiguredTableIdentifier", # required
  analysis_rule_type: "AGGREGATION", # required, accepts AGGREGATION, LIST, CUSTOM
  analysis_rule_policy: { # required
    v1: {
      list: {
        join_columns: ["AnalysisRuleColumnName"], # required
        allowed_join_operators: ["OR"], # accepts OR, AND
        list_columns: ["AnalysisRuleColumnName"], # required
        additional_analyses: "ALLOWED", # accepts ALLOWED, REQUIRED, NOT_ALLOWED
      },
      aggregation: {
        aggregate_columns: [ # required
          {
            column_names: ["AnalysisRuleColumnName"], # required
            function: "SUM", # required, accepts SUM, SUM_DISTINCT, COUNT, COUNT_DISTINCT, AVG
          },
        ],
        join_columns: ["AnalysisRuleColumnName"], # required
        join_required: "QUERY_RUNNER", # accepts QUERY_RUNNER
        allowed_join_operators: ["OR"], # accepts OR, AND
        dimension_columns: ["AnalysisRuleColumnName"], # required
        scalar_functions: ["ABS"], # required, accepts ABS, CAST, CEILING, COALESCE, CONVERT, CURRENT_DATE, DATEADD, EXTRACT, FLOOR, GETDATE, LN, LOG, LOWER, ROUND, RTRIM, SQRT, SUBSTRING, TO_CHAR, TO_DATE, TO_NUMBER, TO_TIMESTAMP, TRIM, TRUNC, UPPER
        output_constraints: [ # required
          {
            column_name: "AnalysisRuleColumnName", # required
            minimum: 1, # required
            type: "COUNT_DISTINCT", # required, accepts COUNT_DISTINCT
          },
        ],
        additional_analyses: "ALLOWED", # accepts ALLOWED, REQUIRED, NOT_ALLOWED
      },
      custom: {
        allowed_analyses: ["AnalysisTemplateArnOrQueryWildcard"], # required
        allowed_analysis_providers: ["AccountId"],
        additional_analyses: "ALLOWED", # accepts ALLOWED, REQUIRED, NOT_ALLOWED
        disallowed_output_columns: ["AnalysisRuleColumnName"],
        differential_privacy: {
          columns: [ # required
            {
              name: "String", # required
            },
          ],
        },
      },
    },
  },
})

Response structure


resp.analysis_rule.configured_table_id #=> String
resp.analysis_rule.configured_table_arn #=> String
resp.analysis_rule.policy.v1.list.join_columns #=> Array
resp.analysis_rule.policy.v1.list.join_columns[0] #=> String
resp.analysis_rule.policy.v1.list.allowed_join_operators #=> Array
resp.analysis_rule.policy.v1.list.allowed_join_operators[0] #=> String, one of "OR", "AND"
resp.analysis_rule.policy.v1.list.list_columns #=> Array
resp.analysis_rule.policy.v1.list.list_columns[0] #=> String
resp.analysis_rule.policy.v1.list.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
resp.analysis_rule.policy.v1.aggregation.aggregate_columns #=> Array
resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names #=> Array
resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names[0] #=> String
resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].function #=> String, one of "SUM", "SUM_DISTINCT", "COUNT", "COUNT_DISTINCT", "AVG"
resp.analysis_rule.policy.v1.aggregation.join_columns #=> Array
resp.analysis_rule.policy.v1.aggregation.join_columns[0] #=> String
resp.analysis_rule.policy.v1.aggregation.join_required #=> String, one of "QUERY_RUNNER"
resp.analysis_rule.policy.v1.aggregation.allowed_join_operators #=> Array
resp.analysis_rule.policy.v1.aggregation.allowed_join_operators[0] #=> String, one of "OR", "AND"
resp.analysis_rule.policy.v1.aggregation.dimension_columns #=> Array
resp.analysis_rule.policy.v1.aggregation.dimension_columns[0] #=> String
resp.analysis_rule.policy.v1.aggregation.scalar_functions #=> Array
resp.analysis_rule.policy.v1.aggregation.scalar_functions[0] #=> String, one of "ABS", "CAST", "CEILING", "COALESCE", "CONVERT", "CURRENT_DATE", "DATEADD", "EXTRACT", "FLOOR", "GETDATE", "LN", "LOG", "LOWER", "ROUND", "RTRIM", "SQRT", "SUBSTRING", "TO_CHAR", "TO_DATE", "TO_NUMBER", "TO_TIMESTAMP", "TRIM", "TRUNC", "UPPER"
resp.analysis_rule.policy.v1.aggregation.output_constraints #=> Array
resp.analysis_rule.policy.v1.aggregation.output_constraints[0].column_name #=> String
resp.analysis_rule.policy.v1.aggregation.output_constraints[0].minimum #=> Integer
resp.analysis_rule.policy.v1.aggregation.output_constraints[0].type #=> String, one of "COUNT_DISTINCT"
resp.analysis_rule.policy.v1.aggregation.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
resp.analysis_rule.policy.v1.custom.allowed_analyses #=> Array
resp.analysis_rule.policy.v1.custom.allowed_analyses[0] #=> String
resp.analysis_rule.policy.v1.custom.allowed_analysis_providers #=> Array
resp.analysis_rule.policy.v1.custom.allowed_analysis_providers[0] #=> String
resp.analysis_rule.policy.v1.custom.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
resp.analysis_rule.policy.v1.custom.disallowed_output_columns #=> Array
resp.analysis_rule.policy.v1.custom.disallowed_output_columns[0] #=> String
resp.analysis_rule.policy.v1.custom.differential_privacy.columns #=> Array
resp.analysis_rule.policy.v1.custom.differential_privacy.columns[0].name #=> String
resp.analysis_rule.type #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
resp.analysis_rule.create_time #=> Time
resp.analysis_rule.update_time #=> Time

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :configured_table_identifier (required, String)

    The identifier for the configured table to create the analysis rule for. Currently accepts the configured table ID.

  • :analysis_rule_type (required, String)

    The type of analysis rule.

  • :analysis_rule_policy (required, Types::ConfiguredTableAnalysisRulePolicy)

    The analysis rule policy that was created for the configured table.

Returns:

See Also:



1121
1122
1123
1124
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1121

def create_configured_table_analysis_rule(params = {}, options = {})
  req = build_request(:create_configured_table_analysis_rule, params)
  req.send_request(options)
end

#create_configured_table_association(params = {}) ⇒ Types::CreateConfiguredTableAssociationOutput

Creates a configured table association. A configured table association links a configured table with a collaboration.

Examples:

Request syntax with placeholder values


resp = client.create_configured_table_association({
  name: "TableAlias", # required
  description: "TableDescription",
  membership_identifier: "MembershipIdentifier", # required
  configured_table_identifier: "ConfiguredTableIdentifier", # required
  role_arn: "RoleArn", # required
  tags: {
    "TagKey" => "TagValue",
  },
})

Response structure


resp.configured_table_association.arn #=> String
resp.configured_table_association.id #=> String
resp.configured_table_association.configured_table_id #=> String
resp.configured_table_association.configured_table_arn #=> String
resp.configured_table_association.membership_id #=> String
resp.configured_table_association.membership_arn #=> String
resp.configured_table_association.role_arn #=> String
resp.configured_table_association.name #=> String
resp.configured_table_association.description #=> String
resp.configured_table_association.analysis_rule_types #=> Array
resp.configured_table_association.analysis_rule_types[0] #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
resp.configured_table_association.create_time #=> Time
resp.configured_table_association.update_time #=> Time

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :name (required, String)

    The name of the configured table association. This name is used to query the underlying configured table.

  • :description (String)

    A description for the configured table association.

  • :membership_identifier (required, String)

    A unique identifier for one of your memberships for a collaboration. The configured table is associated to the collaboration that this membership belongs to. Currently accepts a membership ID.

  • :configured_table_identifier (required, String)

    A unique identifier for the configured table to be associated to. Currently accepts a configured table ID.

  • :role_arn (required, String)

    The service will assume this role to access catalog metadata and query the table.

  • :tags (Hash<String,String>)

    An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

Returns:

See Also:



1192
1193
1194
1195
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1192

def create_configured_table_association(params = {}, options = {})
  req = build_request(:create_configured_table_association, params)
  req.send_request(options)
end

#create_configured_table_association_analysis_rule(params = {}) ⇒ Types::CreateConfiguredTableAssociationAnalysisRuleOutput

Creates a new analysis rule for an associated configured table.

Examples:

Request syntax with placeholder values


resp = client.create_configured_table_association_analysis_rule({
  membership_identifier: "MembershipIdentifier", # required
  configured_table_association_identifier: "ConfiguredTableAssociationIdentifier", # required
  analysis_rule_type: "AGGREGATION", # required, accepts AGGREGATION, LIST, CUSTOM
  analysis_rule_policy: { # required
    v1: {
      list: {
        allowed_result_receivers: ["AccountId"],
        allowed_additional_analyses: ["AdditionalAnalysesResourceArn"],
      },
      aggregation: {
        allowed_result_receivers: ["AccountId"],
        allowed_additional_analyses: ["AdditionalAnalysesResourceArn"],
      },
      custom: {
        allowed_result_receivers: ["AccountId"],
        allowed_additional_analyses: ["AdditionalAnalysesResourceArn"],
      },
    },
  },
})

Response structure


resp.analysis_rule.membership_identifier #=> String
resp.analysis_rule.configured_table_association_id #=> String
resp.analysis_rule.configured_table_association_arn #=> String
resp.analysis_rule.policy.v1.list.allowed_result_receivers #=> Array
resp.analysis_rule.policy.v1.list.allowed_result_receivers[0] #=> String
resp.analysis_rule.policy.v1.list.allowed_additional_analyses #=> Array
resp.analysis_rule.policy.v1.list.allowed_additional_analyses[0] #=> String
resp.analysis_rule.policy.v1.aggregation.allowed_result_receivers #=> Array
resp.analysis_rule.policy.v1.aggregation.allowed_result_receivers[0] #=> String
resp.analysis_rule.policy.v1.aggregation.allowed_additional_analyses #=> Array
resp.analysis_rule.policy.v1.aggregation.allowed_additional_analyses[0] #=> String
resp.analysis_rule.policy.v1.custom.allowed_result_receivers #=> Array
resp.analysis_rule.policy.v1.custom.allowed_result_receivers[0] #=> String
resp.analysis_rule.policy.v1.custom.allowed_additional_analyses #=> Array
resp.analysis_rule.policy.v1.custom.allowed_additional_analyses[0] #=> String
resp.analysis_rule.type #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
resp.analysis_rule.create_time #=> Time
resp.analysis_rule.update_time #=> Time

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.

  • :configured_table_association_identifier (required, String)

    The unique ID for the configured table association. Currently accepts the configured table association ID.

  • :analysis_rule_type (required, String)

    The type of analysis rule.

  • :analysis_rule_policy (required, Types::ConfiguredTableAssociationAnalysisRulePolicy)

    The analysis rule policy that was created for the configured table association.

Returns:

See Also:



1267
1268
1269
1270
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1267

def create_configured_table_association_analysis_rule(params = {}, options = {})
  req = build_request(:create_configured_table_association_analysis_rule, params)
  req.send_request(options)
end

#create_id_mapping_table(params = {}) ⇒ Types::CreateIdMappingTableOutput

Creates an ID mapping table.

Examples:

Request syntax with placeholder values


resp = client.create_id_mapping_table({
  membership_identifier: "MembershipIdentifier", # required
  name: "ResourceAlias", # required
  description: "ResourceDescription",
  input_reference_config: { # required
    input_reference_arn: "IdMappingTableInputReferenceArn", # required
    manage_resource_policies: false, # required
  },
  tags: {
    "TagKey" => "TagValue",
  },
  kms_key_arn: "KMSKeyArn",
})

Response structure


resp.id_mapping_table.id #=> String
resp.id_mapping_table.arn #=> String
resp.id_mapping_table.input_reference_config.input_reference_arn #=> String
resp.id_mapping_table.input_reference_config.manage_resource_policies #=> Boolean
resp.id_mapping_table.membership_id #=> String
resp.id_mapping_table.membership_arn #=> String
resp.id_mapping_table.collaboration_id #=> String
resp.id_mapping_table.collaboration_arn #=> String
resp.id_mapping_table.description #=> String
resp.id_mapping_table.name #=> String
resp.id_mapping_table.create_time #=> Time
resp.id_mapping_table.update_time #=> Time
resp.id_mapping_table.input_reference_properties.id_mapping_table_input_source #=> Array
resp.id_mapping_table.input_reference_properties.id_mapping_table_input_source[0].id_namespace_association_id #=> String
resp.id_mapping_table.input_reference_properties.id_mapping_table_input_source[0].type #=> String, one of "SOURCE", "TARGET"
resp.id_mapping_table.kms_key_arn #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    The unique identifier of the membership that contains the ID mapping table.

  • :name (required, String)

    A name for the ID mapping table.

  • :description (String)

    A description of the ID mapping table.

  • :input_reference_config (required, Types::IdMappingTableInputReferenceConfig)

    The input reference configuration needed to create the ID mapping table.

  • :tags (Hash<String,String>)

    An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

  • :kms_key_arn (String)

    The Amazon Resource Name (ARN) of the Amazon Web Services KMS key. This value is used to encrypt the mapping table data that is stored by Clean Rooms.

Returns:

See Also:



1342
1343
1344
1345
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1342

def create_id_mapping_table(params = {}, options = {})
  req = build_request(:create_id_mapping_table, params)
  req.send_request(options)
end

#create_id_namespace_association(params = {}) ⇒ Types::CreateIdNamespaceAssociationOutput

Creates an ID namespace association.

Examples:

Request syntax with placeholder values


resp = client.create_id_namespace_association({
  membership_identifier: "MembershipIdentifier", # required
  input_reference_config: { # required
    input_reference_arn: "IdNamespaceAssociationInputReferenceArn", # required
    manage_resource_policies: false, # required
  },
  tags: {
    "TagKey" => "TagValue",
  },
  name: "GenericResourceName", # required
  description: "ResourceDescription",
  id_mapping_config: {
    allow_use_as_dimension_column: false, # required
  },
})

Response structure


resp.id_namespace_association.id #=> String
resp.id_namespace_association.arn #=> String
resp.id_namespace_association.membership_id #=> String
resp.id_namespace_association.membership_arn #=> String
resp.id_namespace_association.collaboration_id #=> String
resp.id_namespace_association.collaboration_arn #=> String
resp.id_namespace_association.name #=> String
resp.id_namespace_association.description #=> String
resp.id_namespace_association.create_time #=> Time
resp.id_namespace_association.update_time #=> Time
resp.id_namespace_association.input_reference_config.input_reference_arn #=> String
resp.id_namespace_association.input_reference_config.manage_resource_policies #=> Boolean
resp.id_namespace_association.input_reference_properties.id_namespace_type #=> String, one of "SOURCE", "TARGET"
resp.id_namespace_association.input_reference_properties.id_mapping_workflows_supported #=> Array
resp.id_namespace_association.id_mapping_config.allow_use_as_dimension_column #=> Boolean

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    The unique identifier of the membership that contains the ID namespace association.

  • :input_reference_config (required, Types::IdNamespaceAssociationInputReferenceConfig)

    The input reference configuration needed to create the ID namespace association.

  • :tags (Hash<String,String>)

    An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

  • :name (required, String)

    The name for the ID namespace association.

  • :description (String)

    The description of the ID namespace association.

  • :id_mapping_config (Types::IdMappingConfig)

    The configuration settings for the ID mapping table.

Returns:

See Also:



1416
1417
1418
1419
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1416

def create_id_namespace_association(params = {}, options = {})
  req = build_request(:create_id_namespace_association, params)
  req.send_request(options)
end

#create_membership(params = {}) ⇒ Types::CreateMembershipOutput

Creates a membership for a specific collaboration identifier and joins the collaboration.

Examples:

Request syntax with placeholder values


resp = client.create_membership({
  collaboration_identifier: "CollaborationIdentifier", # required
  query_log_status: "ENABLED", # required, accepts ENABLED, DISABLED
  tags: {
    "TagKey" => "TagValue",
  },
  default_result_configuration: {
    output_configuration: { # required
      s3: {
        result_format: "CSV", # required, accepts CSV, PARQUET
        bucket: "ProtectedQueryS3OutputConfigurationBucketString", # required
        key_prefix: "KeyPrefix",
      },
    },
    role_arn: "RoleArn",
  },
  payment_configuration: {
    query_compute: { # required
      is_responsible: false, # required
    },
  },
})

Response structure


resp.membership.id #=> String
resp.membership.arn #=> String
resp.membership.collaboration_arn #=> String
resp.membership.collaboration_id #=> String
resp.membership. #=> String
resp.membership.collaboration_creator_display_name #=> String
resp.membership.collaboration_name #=> String
resp.membership.create_time #=> Time
resp.membership.update_time #=> Time
resp.membership.status #=> String, one of "ACTIVE", "REMOVED", "COLLABORATION_DELETED"
resp.membership.member_abilities #=> Array
resp.membership.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS"
resp.membership.query_log_status #=> String, one of "ENABLED", "DISABLED"
resp.membership.default_result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
resp.membership.default_result_configuration.output_configuration.s3.bucket #=> String
resp.membership.default_result_configuration.output_configuration.s3.key_prefix #=> String
resp.membership.default_result_configuration.role_arn #=> String
resp.membership.payment_configuration.query_compute.is_responsible #=> Boolean

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    The unique ID for the associated collaboration.

  • :query_log_status (required, String)

    An indicator as to whether query logging has been enabled or disabled for the membership.

  • :tags (Hash<String,String>)

    An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

  • :default_result_configuration (Types::MembershipProtectedQueryResultConfiguration)

    The default protected query result configuration as specified by the member who can receive results.

  • :payment_configuration (Types::MembershipPaymentConfiguration)

    The payment responsibilities accepted by the collaboration member.

    Not required if the collaboration member has the member ability to run queries.

    Required if the collaboration member doesn’t have the member ability to run queries but is configured as a payer by the collaboration creator.

Returns:

See Also:



1505
1506
1507
1508
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1505

def create_membership(params = {}, options = {})
  req = build_request(:create_membership, params)
  req.send_request(options)
end

#create_privacy_budget_template(params = {}) ⇒ Types::CreatePrivacyBudgetTemplateOutput

Creates a privacy budget template for a specified membership. Each membership can have only one privacy budget template, but it can be deleted and recreated. If you need to change the privacy budget template for a membership, use the UpdatePrivacyBudgetTemplate operation.

Examples:

Request syntax with placeholder values


resp = client.create_privacy_budget_template({
  membership_identifier: "MembershipIdentifier", # required
  auto_refresh: "CALENDAR_MONTH", # required, accepts CALENDAR_MONTH, NONE
  privacy_budget_type: "DIFFERENTIAL_PRIVACY", # required, accepts DIFFERENTIAL_PRIVACY
  parameters: { # required
    differential_privacy: {
      epsilon: 1, # required
      users_noise_per_query: 1, # required
    },
  },
  tags: {
    "TagKey" => "TagValue",
  },
})

Response structure


resp.privacy_budget_template.id #=> String
resp.privacy_budget_template.arn #=> String
resp.privacy_budget_template.membership_id #=> String
resp.privacy_budget_template.membership_arn #=> String
resp.privacy_budget_template.collaboration_id #=> String
resp.privacy_budget_template.collaboration_arn #=> String
resp.privacy_budget_template.create_time #=> Time
resp.privacy_budget_template.update_time #=> Time
resp.privacy_budget_template.privacy_budget_type #=> String, one of "DIFFERENTIAL_PRIVACY"
resp.privacy_budget_template.auto_refresh #=> String, one of "CALENDAR_MONTH", "NONE"
resp.privacy_budget_template.parameters.differential_privacy.epsilon #=> Integer
resp.privacy_budget_template.parameters.differential_privacy.users_noise_per_query #=> Integer

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    A unique identifier for one of your memberships for a collaboration. The privacy budget template is created in the collaboration that this membership belongs to. Accepts a membership ID.

  • :auto_refresh (required, String)

    How often the privacy budget refreshes.

    If you plan to regularly bring new data into the collaboration, you can use ‘CALENDAR_MONTH` to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.

  • :privacy_budget_type (required, String)

    Specifies the type of the privacy budget template.

  • :parameters (required, Types::PrivacyBudgetTemplateParametersInput)

    Specifies your parameters for the privacy budget template.

  • :tags (Hash<String,String>)

    An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

Returns:

See Also:



1583
1584
1585
1586
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1583

def create_privacy_budget_template(params = {}, options = {})
  req = build_request(:create_privacy_budget_template, params)
  req.send_request(options)
end

#delete_analysis_template(params = {}) ⇒ Struct

Deletes an analysis template.

Examples:

Request syntax with placeholder values


resp = client.delete_analysis_template({
  membership_identifier: "MembershipIdentifier", # required
  analysis_template_identifier: "AnalysisTemplateIdentifier", # required
})

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    The identifier for a membership resource.

  • :analysis_template_identifier (required, String)

    The identifier for the analysis template resource.

Returns:

  • (Struct)

    Returns an empty response.

See Also:



1609
1610
1611
1612
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1609

def delete_analysis_template(params = {}, options = {})
  req = build_request(:delete_analysis_template, params)
  req.send_request(options)
end

#delete_collaboration(params = {}) ⇒ Struct

Deletes a collaboration. It can only be called by the collaboration owner.

Examples:

Request syntax with placeholder values


resp = client.delete_collaboration({
  collaboration_identifier: "CollaborationIdentifier", # required
})

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    The identifier for the collaboration.

Returns:

  • (Struct)

    Returns an empty response.

See Also:



1632
1633
1634
1635
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1632

def delete_collaboration(params = {}, options = {})
  req = build_request(:delete_collaboration, params)
  req.send_request(options)
end

#delete_configured_audience_model_association(params = {}) ⇒ Struct

Provides the information necessary to delete a configured audience model association.

Examples:

Request syntax with placeholder values


resp = client.delete_configured_audience_model_association({
  configured_audience_model_association_identifier: "ConfiguredAudienceModelAssociationIdentifier", # required
  membership_identifier: "MembershipIdentifier", # required
})

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :configured_audience_model_association_identifier (required, String)

    A unique identifier of the configured audience model association that you want to delete.

  • :membership_identifier (required, String)

    A unique identifier of the membership that contains the audience model association that you want to delete.

Returns:

  • (Struct)

    Returns an empty response.

See Also:



1661
1662
1663
1664
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1661

def delete_configured_audience_model_association(params = {}, options = {})
  req = build_request(:delete_configured_audience_model_association, params)
  req.send_request(options)
end

#delete_configured_table(params = {}) ⇒ Struct

Deletes a configured table.

Examples:

Request syntax with placeholder values


resp = client.delete_configured_table({
  configured_table_identifier: "ConfiguredTableIdentifier", # required
})

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :configured_table_identifier (required, String)

    The unique ID for the configured table to delete.

Returns:

  • (Struct)

    Returns an empty response.

See Also:



1683
1684
1685
1686
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1683

def delete_configured_table(params = {}, options = {})
  req = build_request(:delete_configured_table, params)
  req.send_request(options)
end

#delete_configured_table_analysis_rule(params = {}) ⇒ Struct

Deletes a configured table analysis rule.

Examples:

Request syntax with placeholder values


resp = client.delete_configured_table_analysis_rule({
  configured_table_identifier: "ConfiguredTableIdentifier", # required
  analysis_rule_type: "AGGREGATION", # required, accepts AGGREGATION, LIST, CUSTOM
})

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :configured_table_identifier (required, String)

    The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.

  • :analysis_rule_type (required, String)

    The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.

Returns:

  • (Struct)

    Returns an empty response.

See Also:



1712
1713
1714
1715
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1712

def delete_configured_table_analysis_rule(params = {}, options = {})
  req = build_request(:delete_configured_table_analysis_rule, params)
  req.send_request(options)
end

#delete_configured_table_association(params = {}) ⇒ Struct

Deletes a configured table association.

Examples:

Request syntax with placeholder values


resp = client.delete_configured_table_association({
  configured_table_association_identifier: "ConfiguredTableAssociationIdentifier", # required
  membership_identifier: "MembershipIdentifier", # required
})

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :configured_table_association_identifier (required, String)

    The unique ID for the configured table association to be deleted. Currently accepts the configured table ID.

  • :membership_identifier (required, String)

    A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.

Returns:

  • (Struct)

    Returns an empty response.

See Also:



1740
1741
1742
1743
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1740

def delete_configured_table_association(params = {}, options = {})
  req = build_request(:delete_configured_table_association, params)
  req.send_request(options)
end

#delete_configured_table_association_analysis_rule(params = {}) ⇒ Struct

Deletes an analysis rule for a configured table association.

Examples:

Request syntax with placeholder values


resp = client.delete_configured_table_association_analysis_rule({
  membership_identifier: "MembershipIdentifier", # required
  configured_table_association_identifier: "ConfiguredTableAssociationIdentifier", # required
  analysis_rule_type: "AGGREGATION", # required, accepts AGGREGATION, LIST, CUSTOM
})

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.

  • :configured_table_association_identifier (required, String)

    The identifier for the configured table association that’s related to the analysis rule that you want to delete.

  • :analysis_rule_type (required, String)

    The type of the analysis rule that you want to delete.

Returns:

  • (Struct)

    Returns an empty response.

See Also:



1772
1773
1774
1775
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1772

def delete_configured_table_association_analysis_rule(params = {}, options = {})
  req = build_request(:delete_configured_table_association_analysis_rule, params)
  req.send_request(options)
end

#delete_id_mapping_table(params = {}) ⇒ Struct

Deletes an ID mapping table.

Examples:

Request syntax with placeholder values


resp = client.delete_id_mapping_table({
  id_mapping_table_identifier: "UUID", # required
  membership_identifier: "MembershipIdentifier", # required
})

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :id_mapping_table_identifier (required, String)

    The unique identifier of the ID mapping table that you want to delete.

  • :membership_identifier (required, String)

    The unique identifier of the membership that contains the ID mapping table that you want to delete.

Returns:

  • (Struct)

    Returns an empty response.

See Also:



1799
1800
1801
1802
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1799

def delete_id_mapping_table(params = {}, options = {})
  req = build_request(:delete_id_mapping_table, params)
  req.send_request(options)
end

#delete_id_namespace_association(params = {}) ⇒ Struct

Deletes an ID namespace association.

Examples:

Request syntax with placeholder values


resp = client.delete_id_namespace_association({
  id_namespace_association_identifier: "IdNamespaceAssociationIdentifier", # required
  membership_identifier: "MembershipIdentifier", # required
})

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :id_namespace_association_identifier (required, String)

    The unique identifier of the ID namespace association that you want to delete.

  • :membership_identifier (required, String)

    The unique identifier of the membership that contains the ID namespace association that you want to delete.

Returns:

  • (Struct)

    Returns an empty response.

See Also:



1827
1828
1829
1830
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1827

def delete_id_namespace_association(params = {}, options = {})
  req = build_request(:delete_id_namespace_association, params)
  req.send_request(options)
end

#delete_member(params = {}) ⇒ Struct

Removes the specified member from a collaboration. The removed member is placed in the Removed status and can’t interact with the collaboration. The removed member’s data is inaccessible to active members of the collaboration.

Examples:

Request syntax with placeholder values


resp = client.delete_member({
  collaboration_identifier: "CollaborationIdentifier", # required
  account_id: "AccountId", # required
})

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    The unique identifier for the associated collaboration.

  • :account_id (required, String)

    The account ID of the member to remove.

Returns:

  • (Struct)

    Returns an empty response.

See Also:



1856
1857
1858
1859
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1856

def delete_member(params = {}, options = {})
  req = build_request(:delete_member, params)
  req.send_request(options)
end

#delete_membership(params = {}) ⇒ Struct

Deletes a specified membership. All resources under a membership must be deleted.

Examples:

Request syntax with placeholder values


resp = client.delete_membership({
  membership_identifier: "MembershipIdentifier", # required
})

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    The identifier for a membership resource.

Returns:

  • (Struct)

    Returns an empty response.

See Also:



1879
1880
1881
1882
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1879

def delete_membership(params = {}, options = {})
  req = build_request(:delete_membership, params)
  req.send_request(options)
end

#delete_privacy_budget_template(params = {}) ⇒ Struct

Deletes a privacy budget template for a specified membership.

Examples:

Request syntax with placeholder values


resp = client.delete_privacy_budget_template({
  membership_identifier: "MembershipIdentifier", # required
  privacy_budget_template_identifier: "PrivacyBudgetTemplateIdentifier", # required
})

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    A unique identifier for one of your memberships for a collaboration. The privacy budget template is deleted from the collaboration that this membership belongs to. Accepts a membership ID.

  • :privacy_budget_template_identifier (required, String)

    A unique identifier for your privacy budget template.

Returns:

  • (Struct)

    Returns an empty response.

See Also:



1907
1908
1909
1910
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1907

def delete_privacy_budget_template(params = {}, options = {})
  req = build_request(:delete_privacy_budget_template, params)
  req.send_request(options)
end

#get_analysis_template(params = {}) ⇒ Types::GetAnalysisTemplateOutput

Retrieves an analysis template.

Examples:

Request syntax with placeholder values


resp = client.get_analysis_template({
  membership_identifier: "MembershipIdentifier", # required
  analysis_template_identifier: "AnalysisTemplateIdentifier", # required
})

Response structure


resp.analysis_template.id #=> String
resp.analysis_template.arn #=> String
resp.analysis_template.collaboration_id #=> String
resp.analysis_template.collaboration_arn #=> String
resp.analysis_template.membership_id #=> String
resp.analysis_template.membership_arn #=> String
resp.analysis_template.description #=> String
resp.analysis_template.name #=> String
resp.analysis_template.create_time #=> Time
resp.analysis_template.update_time #=> Time
resp.analysis_template.schema.referenced_tables #=> Array
resp.analysis_template.schema.referenced_tables[0] #=> String
resp.analysis_template.format #=> String, one of "SQL"
resp.analysis_template.source.text #=> String
resp.analysis_template.analysis_parameters #=> Array
resp.analysis_template.analysis_parameters[0].name #=> String
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"
resp.analysis_template.analysis_parameters[0].default_value #=> String
resp.analysis_template.validations #=> Array
resp.analysis_template.validations[0].type #=> String, one of "DIFFERENTIAL_PRIVACY"
resp.analysis_template.validations[0].status #=> String, one of "VALID", "INVALID", "UNABLE_TO_VALIDATE"
resp.analysis_template.validations[0].reasons #=> Array
resp.analysis_template.validations[0].reasons[0].message #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    The identifier for a membership resource.

  • :analysis_template_identifier (required, String)

    The identifier for the analysis template resource.

Returns:

See Also:



1961
1962
1963
1964
# File 'lib/aws-sdk-cleanrooms/client.rb', line 1961

def get_analysis_template(params = {}, options = {})
  req = build_request(:get_analysis_template, params)
  req.send_request(options)
end

#get_collaboration(params = {}) ⇒ Types::GetCollaborationOutput

Returns metadata about a collaboration.

Examples:

Request syntax with placeholder values


resp = client.get_collaboration({
  collaboration_identifier: "CollaborationIdentifier", # required
})

Response structure


resp.collaboration.id #=> String
resp.collaboration.arn #=> String
resp.collaboration.name #=> String
resp.collaboration.description #=> String
resp.collaboration. #=> String
resp.collaboration.creator_display_name #=> String
resp.collaboration.create_time #=> Time
resp.collaboration.update_time #=> Time
resp.collaboration.member_status #=> String, one of "INVITED", "ACTIVE", "LEFT", "REMOVED"
resp.collaboration.membership_id #=> String
resp.collaboration.membership_arn #=> String
resp.collaboration..allow_cleartext #=> Boolean
resp.collaboration..allow_duplicates #=> Boolean
resp.collaboration..allow_joins_on_columns_with_different_names #=> Boolean
resp.collaboration..preserve_nulls #=> Boolean
resp.collaboration.query_log_status #=> String, one of "ENABLED", "DISABLED"

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    The identifier for the collaboration.

Returns:

See Also:



2004
2005
2006
2007
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2004

def get_collaboration(params = {}, options = {})
  req = build_request(:get_collaboration, params)
  req.send_request(options)
end

#get_collaboration_analysis_template(params = {}) ⇒ Types::GetCollaborationAnalysisTemplateOutput

Retrieves an analysis template within a collaboration.

Examples:

Request syntax with placeholder values


resp = client.get_collaboration_analysis_template({
  collaboration_identifier: "CollaborationIdentifier", # required
  analysis_template_arn: "AnalysisTemplateArn", # required
})

Response structure


resp.collaboration_analysis_template.id #=> String
resp.collaboration_analysis_template.arn #=> String
resp.collaboration_analysis_template.collaboration_id #=> String
resp.collaboration_analysis_template.collaboration_arn #=> String
resp.collaboration_analysis_template.description #=> String
resp.collaboration_analysis_template. #=> String
resp.collaboration_analysis_template.name #=> String
resp.collaboration_analysis_template.create_time #=> Time
resp.collaboration_analysis_template.update_time #=> Time
resp.collaboration_analysis_template.schema.referenced_tables #=> Array
resp.collaboration_analysis_template.schema.referenced_tables[0] #=> String
resp.collaboration_analysis_template.format #=> String, one of "SQL"
resp.collaboration_analysis_template.source.text #=> String
resp.collaboration_analysis_template.analysis_parameters #=> Array
resp.collaboration_analysis_template.analysis_parameters[0].name #=> String
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"
resp.collaboration_analysis_template.analysis_parameters[0].default_value #=> String
resp.collaboration_analysis_template.validations #=> Array
resp.collaboration_analysis_template.validations[0].type #=> String, one of "DIFFERENTIAL_PRIVACY"
resp.collaboration_analysis_template.validations[0].status #=> String, one of "VALID", "INVALID", "UNABLE_TO_VALIDATE"
resp.collaboration_analysis_template.validations[0].reasons #=> Array
resp.collaboration_analysis_template.validations[0].reasons[0].message #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.

  • :analysis_template_arn (required, String)

    The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.

Returns:

See Also:



2059
2060
2061
2062
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2059

def get_collaboration_analysis_template(params = {}, options = {})
  req = build_request(:get_collaboration_analysis_template, params)
  req.send_request(options)
end

#get_collaboration_configured_audience_model_association(params = {}) ⇒ Types::GetCollaborationConfiguredAudienceModelAssociationOutput

Retrieves a configured audience model association within a collaboration.

Examples:

Request syntax with placeholder values


resp = client.get_collaboration_configured_audience_model_association({
  collaboration_identifier: "CollaborationIdentifier", # required
  configured_audience_model_association_identifier: "ConfiguredAudienceModelAssociationIdentifier", # required
})

Response structure


resp.collaboration_configured_audience_model_association.id #=> String
resp.collaboration_configured_audience_model_association.arn #=> String
resp.collaboration_configured_audience_model_association.collaboration_id #=> String
resp.collaboration_configured_audience_model_association.collaboration_arn #=> String
resp.collaboration_configured_audience_model_association.configured_audience_model_arn #=> String
resp.collaboration_configured_audience_model_association.name #=> String
resp.collaboration_configured_audience_model_association.description #=> String
resp.collaboration_configured_audience_model_association. #=> String
resp.collaboration_configured_audience_model_association.create_time #=> Time
resp.collaboration_configured_audience_model_association.update_time #=> Time

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    A unique identifier for the collaboration that the configured audience model association belongs to. Accepts a collaboration ID.

  • :configured_audience_model_association_identifier (required, String)

    A unique identifier for the configured audience model association that you want to retrieve.

Returns:

See Also:



2103
2104
2105
2106
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2103

def get_collaboration_configured_audience_model_association(params = {}, options = {})
  req = build_request(:get_collaboration_configured_audience_model_association, params)
  req.send_request(options)
end

#get_collaboration_id_namespace_association(params = {}) ⇒ Types::GetCollaborationIdNamespaceAssociationOutput

Retrieves an ID namespace association from a specific collaboration.

Examples:

Request syntax with placeholder values


resp = client.get_collaboration_id_namespace_association({
  collaboration_identifier: "CollaborationIdentifier", # required
  id_namespace_association_identifier: "IdNamespaceAssociationIdentifier", # required
})

Response structure


resp.collaboration_id_namespace_association.id #=> String
resp.collaboration_id_namespace_association.arn #=> String
resp.collaboration_id_namespace_association.collaboration_id #=> String
resp.collaboration_id_namespace_association.collaboration_arn #=> String
resp.collaboration_id_namespace_association.name #=> String
resp.collaboration_id_namespace_association.description #=> String
resp.collaboration_id_namespace_association. #=> String
resp.collaboration_id_namespace_association.create_time #=> Time
resp.collaboration_id_namespace_association.update_time #=> Time
resp.collaboration_id_namespace_association.input_reference_config.input_reference_arn #=> String
resp.collaboration_id_namespace_association.input_reference_config.manage_resource_policies #=> Boolean
resp.collaboration_id_namespace_association.input_reference_properties.id_namespace_type #=> String, one of "SOURCE", "TARGET"
resp.collaboration_id_namespace_association.input_reference_properties.id_mapping_workflows_supported #=> Array
resp.collaboration_id_namespace_association.id_mapping_config.allow_use_as_dimension_column #=> Boolean

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    The unique identifier of the collaboration that contains the ID namespace association that you want to retrieve.

  • :id_namespace_association_identifier (required, String)

    The unique identifier of the ID namespace association that you want to retrieve.

Returns:

See Also:



2150
2151
2152
2153
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2150

def get_collaboration_id_namespace_association(params = {}, options = {})
  req = build_request(:get_collaboration_id_namespace_association, params)
  req.send_request(options)
end

#get_collaboration_privacy_budget_template(params = {}) ⇒ Types::GetCollaborationPrivacyBudgetTemplateOutput

Returns details about a specified privacy budget template.

Examples:

Request syntax with placeholder values


resp = client.get_collaboration_privacy_budget_template({
  collaboration_identifier: "CollaborationIdentifier", # required
  privacy_budget_template_identifier: "PrivacyBudgetTemplateIdentifier", # required
})

Response structure


resp.collaboration_privacy_budget_template.id #=> String
resp.collaboration_privacy_budget_template.arn #=> String
resp.collaboration_privacy_budget_template.collaboration_id #=> String
resp.collaboration_privacy_budget_template.collaboration_arn #=> String
resp.collaboration_privacy_budget_template. #=> String
resp.collaboration_privacy_budget_template.create_time #=> Time
resp.collaboration_privacy_budget_template.update_time #=> Time
resp.collaboration_privacy_budget_template.privacy_budget_type #=> String, one of "DIFFERENTIAL_PRIVACY"
resp.collaboration_privacy_budget_template.auto_refresh #=> String, one of "CALENDAR_MONTH", "NONE"
resp.collaboration_privacy_budget_template.parameters.differential_privacy.epsilon #=> Integer
resp.collaboration_privacy_budget_template.parameters.differential_privacy.users_noise_per_query #=> Integer

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    A unique identifier for one of your collaborations.

  • :privacy_budget_template_identifier (required, String)

    A unique identifier for one of your privacy budget templates.

Returns:

See Also:



2192
2193
2194
2195
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2192

def get_collaboration_privacy_budget_template(params = {}, options = {})
  req = build_request(:get_collaboration_privacy_budget_template, params)
  req.send_request(options)
end

#get_configured_audience_model_association(params = {}) ⇒ Types::GetConfiguredAudienceModelAssociationOutput

Returns information about a configured audience model association.

Examples:

Request syntax with placeholder values


resp = client.get_configured_audience_model_association({
  configured_audience_model_association_identifier: "ConfiguredAudienceModelAssociationIdentifier", # required
  membership_identifier: "MembershipIdentifier", # required
})

Response structure


resp.configured_audience_model_association.id #=> String
resp.configured_audience_model_association.arn #=> String
resp.configured_audience_model_association.configured_audience_model_arn #=> String
resp.configured_audience_model_association.membership_id #=> String
resp.configured_audience_model_association.membership_arn #=> String
resp.configured_audience_model_association.collaboration_id #=> String
resp.configured_audience_model_association.collaboration_arn #=> String
resp.configured_audience_model_association.name #=> String
resp.configured_audience_model_association.manage_resource_policies #=> Boolean
resp.configured_audience_model_association.description #=> String
resp.configured_audience_model_association.create_time #=> Time
resp.configured_audience_model_association.update_time #=> Time

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :configured_audience_model_association_identifier (required, String)

    A unique identifier for the configured audience model association that you want to retrieve.

  • :membership_identifier (required, String)

    A unique identifier for the membership that contains the configured audience model association that you want to retrieve.

Returns:

See Also:



2237
2238
2239
2240
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2237

def get_configured_audience_model_association(params = {}, options = {})
  req = build_request(:get_configured_audience_model_association, params)
  req.send_request(options)
end

#get_configured_table(params = {}) ⇒ Types::GetConfiguredTableOutput

Retrieves a configured table.

Examples:

Request syntax with placeholder values


resp = client.get_configured_table({
  configured_table_identifier: "ConfiguredTableIdentifier", # required
})

Response structure


resp.configured_table.id #=> String
resp.configured_table.arn #=> String
resp.configured_table.name #=> String
resp.configured_table.description #=> String
resp.configured_table.table_reference.glue.table_name #=> String
resp.configured_table.table_reference.glue.database_name #=> String
resp.configured_table.create_time #=> Time
resp.configured_table.update_time #=> Time
resp.configured_table.analysis_rule_types #=> Array
resp.configured_table.analysis_rule_types[0] #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
resp.configured_table.analysis_method #=> String, one of "DIRECT_QUERY"
resp.configured_table.allowed_columns #=> Array
resp.configured_table.allowed_columns[0] #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :configured_table_identifier (required, String)

    The unique ID for the configured table to retrieve.

Returns:

See Also:



2277
2278
2279
2280
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2277

def get_configured_table(params = {}, options = {})
  req = build_request(:get_configured_table, params)
  req.send_request(options)
end

#get_configured_table_analysis_rule(params = {}) ⇒ Types::GetConfiguredTableAnalysisRuleOutput

Retrieves a configured table analysis rule.

Examples:

Request syntax with placeholder values


resp = client.get_configured_table_analysis_rule({
  configured_table_identifier: "ConfiguredTableIdentifier", # required
  analysis_rule_type: "AGGREGATION", # required, accepts AGGREGATION, LIST, CUSTOM
})

Response structure


resp.analysis_rule.configured_table_id #=> String
resp.analysis_rule.configured_table_arn #=> String
resp.analysis_rule.policy.v1.list.join_columns #=> Array
resp.analysis_rule.policy.v1.list.join_columns[0] #=> String
resp.analysis_rule.policy.v1.list.allowed_join_operators #=> Array
resp.analysis_rule.policy.v1.list.allowed_join_operators[0] #=> String, one of "OR", "AND"
resp.analysis_rule.policy.v1.list.list_columns #=> Array
resp.analysis_rule.policy.v1.list.list_columns[0] #=> String
resp.analysis_rule.policy.v1.list.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
resp.analysis_rule.policy.v1.aggregation.aggregate_columns #=> Array
resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names #=> Array
resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names[0] #=> String
resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].function #=> String, one of "SUM", "SUM_DISTINCT", "COUNT", "COUNT_DISTINCT", "AVG"
resp.analysis_rule.policy.v1.aggregation.join_columns #=> Array
resp.analysis_rule.policy.v1.aggregation.join_columns[0] #=> String
resp.analysis_rule.policy.v1.aggregation.join_required #=> String, one of "QUERY_RUNNER"
resp.analysis_rule.policy.v1.aggregation.allowed_join_operators #=> Array
resp.analysis_rule.policy.v1.aggregation.allowed_join_operators[0] #=> String, one of "OR", "AND"
resp.analysis_rule.policy.v1.aggregation.dimension_columns #=> Array
resp.analysis_rule.policy.v1.aggregation.dimension_columns[0] #=> String
resp.analysis_rule.policy.v1.aggregation.scalar_functions #=> Array
resp.analysis_rule.policy.v1.aggregation.scalar_functions[0] #=> String, one of "ABS", "CAST", "CEILING", "COALESCE", "CONVERT", "CURRENT_DATE", "DATEADD", "EXTRACT", "FLOOR", "GETDATE", "LN", "LOG", "LOWER", "ROUND", "RTRIM", "SQRT", "SUBSTRING", "TO_CHAR", "TO_DATE", "TO_NUMBER", "TO_TIMESTAMP", "TRIM", "TRUNC", "UPPER"
resp.analysis_rule.policy.v1.aggregation.output_constraints #=> Array
resp.analysis_rule.policy.v1.aggregation.output_constraints[0].column_name #=> String
resp.analysis_rule.policy.v1.aggregation.output_constraints[0].minimum #=> Integer
resp.analysis_rule.policy.v1.aggregation.output_constraints[0].type #=> String, one of "COUNT_DISTINCT"
resp.analysis_rule.policy.v1.aggregation.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
resp.analysis_rule.policy.v1.custom.allowed_analyses #=> Array
resp.analysis_rule.policy.v1.custom.allowed_analyses[0] #=> String
resp.analysis_rule.policy.v1.custom.allowed_analysis_providers #=> Array
resp.analysis_rule.policy.v1.custom.allowed_analysis_providers[0] #=> String
resp.analysis_rule.policy.v1.custom.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
resp.analysis_rule.policy.v1.custom.disallowed_output_columns #=> Array
resp.analysis_rule.policy.v1.custom.disallowed_output_columns[0] #=> String
resp.analysis_rule.policy.v1.custom.differential_privacy.columns #=> Array
resp.analysis_rule.policy.v1.custom.differential_privacy.columns[0].name #=> String
resp.analysis_rule.type #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
resp.analysis_rule.create_time #=> Time
resp.analysis_rule.update_time #=> Time

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :configured_table_identifier (required, String)

    The unique identifier for the configured table to retrieve. Currently accepts the configured table ID.

  • :analysis_rule_type (required, String)

    The analysis rule to be retrieved. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.

Returns:

See Also:



2350
2351
2352
2353
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2350

def get_configured_table_analysis_rule(params = {}, options = {})
  req = build_request(:get_configured_table_analysis_rule, params)
  req.send_request(options)
end

#get_configured_table_association(params = {}) ⇒ Types::GetConfiguredTableAssociationOutput

Retrieves a configured table association.

Examples:

Request syntax with placeholder values


resp = client.get_configured_table_association({
  configured_table_association_identifier: "ConfiguredTableAssociationIdentifier", # required
  membership_identifier: "MembershipIdentifier", # required
})

Response structure


resp.configured_table_association.arn #=> String
resp.configured_table_association.id #=> String
resp.configured_table_association.configured_table_id #=> String
resp.configured_table_association.configured_table_arn #=> String
resp.configured_table_association.membership_id #=> String
resp.configured_table_association.membership_arn #=> String
resp.configured_table_association.role_arn #=> String
resp.configured_table_association.name #=> String
resp.configured_table_association.description #=> String
resp.configured_table_association.analysis_rule_types #=> Array
resp.configured_table_association.analysis_rule_types[0] #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
resp.configured_table_association.create_time #=> Time
resp.configured_table_association.update_time #=> Time

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :configured_table_association_identifier (required, String)

    The unique ID for the configured table association to retrieve. Currently accepts the configured table ID.

  • :membership_identifier (required, String)

    A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.

Returns:

See Also:



2396
2397
2398
2399
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2396

def get_configured_table_association(params = {}, options = {})
  req = build_request(:get_configured_table_association, params)
  req.send_request(options)
end

#get_configured_table_association_analysis_rule(params = {}) ⇒ Types::GetConfiguredTableAssociationAnalysisRuleOutput

Retrieves the analysis rule for a configured table association.

Examples:

Request syntax with placeholder values


resp = client.get_configured_table_association_analysis_rule({
  membership_identifier: "MembershipIdentifier", # required
  configured_table_association_identifier: "ConfiguredTableAssociationIdentifier", # required
  analysis_rule_type: "AGGREGATION", # required, accepts AGGREGATION, LIST, CUSTOM
})

Response structure


resp.analysis_rule.membership_identifier #=> String
resp.analysis_rule.configured_table_association_id #=> String
resp.analysis_rule.configured_table_association_arn #=> String
resp.analysis_rule.policy.v1.list.allowed_result_receivers #=> Array
resp.analysis_rule.policy.v1.list.allowed_result_receivers[0] #=> String
resp.analysis_rule.policy.v1.list.allowed_additional_analyses #=> Array
resp.analysis_rule.policy.v1.list.allowed_additional_analyses[0] #=> String
resp.analysis_rule.policy.v1.aggregation.allowed_result_receivers #=> Array
resp.analysis_rule.policy.v1.aggregation.allowed_result_receivers[0] #=> String
resp.analysis_rule.policy.v1.aggregation.allowed_additional_analyses #=> Array
resp.analysis_rule.policy.v1.aggregation.allowed_additional_analyses[0] #=> String
resp.analysis_rule.policy.v1.custom.allowed_result_receivers #=> Array
resp.analysis_rule.policy.v1.custom.allowed_result_receivers[0] #=> String
resp.analysis_rule.policy.v1.custom.allowed_additional_analyses #=> Array
resp.analysis_rule.policy.v1.custom.allowed_additional_analyses[0] #=> String
resp.analysis_rule.type #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
resp.analysis_rule.create_time #=> Time
resp.analysis_rule.update_time #=> Time

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.

  • :configured_table_association_identifier (required, String)

    The identifier for the configured table association that’s related to the analysis rule.

  • :analysis_rule_type (required, String)

    The type of analysis rule that you want to retrieve.

Returns:

See Also:



2451
2452
2453
2454
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2451

def get_configured_table_association_analysis_rule(params = {}, options = {})
  req = build_request(:get_configured_table_association_analysis_rule, params)
  req.send_request(options)
end

#get_id_mapping_table(params = {}) ⇒ Types::GetIdMappingTableOutput

Retrieves an ID mapping table.

Examples:

Request syntax with placeholder values


resp = client.get_id_mapping_table({
  id_mapping_table_identifier: "UUID", # required
  membership_identifier: "MembershipIdentifier", # required
})

Response structure


resp.id_mapping_table.id #=> String
resp.id_mapping_table.arn #=> String
resp.id_mapping_table.input_reference_config.input_reference_arn #=> String
resp.id_mapping_table.input_reference_config.manage_resource_policies #=> Boolean
resp.id_mapping_table.membership_id #=> String
resp.id_mapping_table.membership_arn #=> String
resp.id_mapping_table.collaboration_id #=> String
resp.id_mapping_table.collaboration_arn #=> String
resp.id_mapping_table.description #=> String
resp.id_mapping_table.name #=> String
resp.id_mapping_table.create_time #=> Time
resp.id_mapping_table.update_time #=> Time
resp.id_mapping_table.input_reference_properties.id_mapping_table_input_source #=> Array
resp.id_mapping_table.input_reference_properties.id_mapping_table_input_source[0].id_namespace_association_id #=> String
resp.id_mapping_table.input_reference_properties.id_mapping_table_input_source[0].type #=> String, one of "SOURCE", "TARGET"
resp.id_mapping_table.kms_key_arn #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :id_mapping_table_identifier (required, String)

    The unique identifier of the ID mapping table identifier that you want to retrieve.

  • :membership_identifier (required, String)

    The unique identifier of the membership that contains the ID mapping table that you want to retrieve.

Returns:

See Also:



2500
2501
2502
2503
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2500

def get_id_mapping_table(params = {}, options = {})
  req = build_request(:get_id_mapping_table, params)
  req.send_request(options)
end

#get_id_namespace_association(params = {}) ⇒ Types::GetIdNamespaceAssociationOutput

Retrieves an ID namespace association.

Examples:

Request syntax with placeholder values


resp = client.get_id_namespace_association({
  id_namespace_association_identifier: "IdNamespaceAssociationIdentifier", # required
  membership_identifier: "MembershipIdentifier", # required
})

Response structure


resp.id_namespace_association.id #=> String
resp.id_namespace_association.arn #=> String
resp.id_namespace_association.membership_id #=> String
resp.id_namespace_association.membership_arn #=> String
resp.id_namespace_association.collaboration_id #=> String
resp.id_namespace_association.collaboration_arn #=> String
resp.id_namespace_association.name #=> String
resp.id_namespace_association.description #=> String
resp.id_namespace_association.create_time #=> Time
resp.id_namespace_association.update_time #=> Time
resp.id_namespace_association.input_reference_config.input_reference_arn #=> String
resp.id_namespace_association.input_reference_config.manage_resource_policies #=> Boolean
resp.id_namespace_association.input_reference_properties.id_namespace_type #=> String, one of "SOURCE", "TARGET"
resp.id_namespace_association.input_reference_properties.id_mapping_workflows_supported #=> Array
resp.id_namespace_association.id_mapping_config.allow_use_as_dimension_column #=> Boolean

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :id_namespace_association_identifier (required, String)

    The unique identifier of the ID namespace association that you want to retrieve.

  • :membership_identifier (required, String)

    The unique identifier of the membership that contains the ID namespace association that you want to retrieve.

Returns:

See Also:



2548
2549
2550
2551
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2548

def get_id_namespace_association(params = {}, options = {})
  req = build_request(:get_id_namespace_association, params)
  req.send_request(options)
end

#get_membership(params = {}) ⇒ Types::GetMembershipOutput

Retrieves a specified membership for an identifier.

Examples:

Request syntax with placeholder values


resp = client.get_membership({
  membership_identifier: "MembershipIdentifier", # required
})

Response structure


resp.membership.id #=> String
resp.membership.arn #=> String
resp.membership.collaboration_arn #=> String
resp.membership.collaboration_id #=> String
resp.membership. #=> String
resp.membership.collaboration_creator_display_name #=> String
resp.membership.collaboration_name #=> String
resp.membership.create_time #=> Time
resp.membership.update_time #=> Time
resp.membership.status #=> String, one of "ACTIVE", "REMOVED", "COLLABORATION_DELETED"
resp.membership.member_abilities #=> Array
resp.membership.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS"
resp.membership.query_log_status #=> String, one of "ENABLED", "DISABLED"
resp.membership.default_result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
resp.membership.default_result_configuration.output_configuration.s3.bucket #=> String
resp.membership.default_result_configuration.output_configuration.s3.key_prefix #=> String
resp.membership.default_result_configuration.role_arn #=> String
resp.membership.payment_configuration.query_compute.is_responsible #=> Boolean

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    The identifier for a membership resource.

Returns:

See Also:



2593
2594
2595
2596
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2593

def get_membership(params = {}, options = {})
  req = build_request(:get_membership, params)
  req.send_request(options)
end

#get_privacy_budget_template(params = {}) ⇒ Types::GetPrivacyBudgetTemplateOutput

Returns details for a specified privacy budget template.

Examples:

Request syntax with placeholder values


resp = client.get_privacy_budget_template({
  membership_identifier: "MembershipIdentifier", # required
  privacy_budget_template_identifier: "PrivacyBudgetTemplateIdentifier", # required
})

Response structure


resp.privacy_budget_template.id #=> String
resp.privacy_budget_template.arn #=> String
resp.privacy_budget_template.membership_id #=> String
resp.privacy_budget_template.membership_arn #=> String
resp.privacy_budget_template.collaboration_id #=> String
resp.privacy_budget_template.collaboration_arn #=> String
resp.privacy_budget_template.create_time #=> Time
resp.privacy_budget_template.update_time #=> Time
resp.privacy_budget_template.privacy_budget_type #=> String, one of "DIFFERENTIAL_PRIVACY"
resp.privacy_budget_template.auto_refresh #=> String, one of "CALENDAR_MONTH", "NONE"
resp.privacy_budget_template.parameters.differential_privacy.epsilon #=> Integer
resp.privacy_budget_template.parameters.differential_privacy.users_noise_per_query #=> Integer

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    A unique identifier for one of your memberships for a collaboration. The privacy budget template is retrieved from the collaboration that this membership belongs to. Accepts a membership ID.

  • :privacy_budget_template_identifier (required, String)

    A unique identifier for your privacy budget template.

Returns:

See Also:



2638
2639
2640
2641
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2638

def get_privacy_budget_template(params = {}, options = {})
  req = build_request(:get_privacy_budget_template, params)
  req.send_request(options)
end

#get_protected_query(params = {}) ⇒ Types::GetProtectedQueryOutput

Returns query processing metadata.

Examples:

Request syntax with placeholder values


resp = client.get_protected_query({
  membership_identifier: "MembershipIdentifier", # required
  protected_query_identifier: "ProtectedQueryIdentifier", # required
})

Response structure


resp.protected_query.id #=> String
resp.protected_query.membership_id #=> String
resp.protected_query.membership_arn #=> String
resp.protected_query.create_time #=> Time
resp.protected_query.sql_parameters.query_string #=> String
resp.protected_query.sql_parameters.analysis_template_arn #=> String
resp.protected_query.sql_parameters.parameters #=> Hash
resp.protected_query.sql_parameters.parameters["ParameterName"] #=> String
resp.protected_query.status #=> String, one of "SUBMITTED", "STARTED", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS", "TIMED_OUT"
resp.protected_query.result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
resp.protected_query.result_configuration.output_configuration.s3.bucket #=> String
resp.protected_query.result_configuration.output_configuration.s3.key_prefix #=> String
resp.protected_query.result_configuration.output_configuration.member. #=> String
resp.protected_query.statistics.total_duration_in_millis #=> Integer
resp.protected_query.result.output.s3.location #=> String
resp.protected_query.result.output.member_list #=> Array
resp.protected_query.result.output.member_list[0]. #=> String
resp.protected_query.error.message #=> String
resp.protected_query.error.code #=> String
resp.protected_query.differential_privacy.sensitivity_parameters #=> Array
resp.protected_query.differential_privacy.sensitivity_parameters[0].aggregation_type #=> String, one of "AVG", "COUNT", "COUNT_DISTINCT", "SUM", "STDDEV"
resp.protected_query.differential_privacy.sensitivity_parameters[0].aggregation_expression #=> String
resp.protected_query.differential_privacy.sensitivity_parameters[0].user_contribution_limit #=> Integer
resp.protected_query.differential_privacy.sensitivity_parameters[0].min_column_value #=> Float
resp.protected_query.differential_privacy.sensitivity_parameters[0].max_column_value #=> Float

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    The identifier for a membership in a protected query instance.

  • :protected_query_identifier (required, String)

    The identifier for a protected query instance.

Returns:

See Also:



2694
2695
2696
2697
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2694

def get_protected_query(params = {}, options = {})
  req = build_request(:get_protected_query, params)
  req.send_request(options)
end

#get_schema(params = {}) ⇒ Types::GetSchemaOutput

Retrieves the schema for a relation within a collaboration.

Examples:

Request syntax with placeholder values


resp = client.get_schema({
  collaboration_identifier: "CollaborationIdentifier", # required
  name: "TableAlias", # required
})

Response structure


resp.schema.columns #=> Array
resp.schema.columns[0].name #=> String
resp.schema.columns[0].type #=> String
resp.schema.partition_keys #=> Array
resp.schema.partition_keys[0].name #=> String
resp.schema.partition_keys[0].type #=> String
resp.schema.analysis_rule_types #=> Array
resp.schema.analysis_rule_types[0] #=> String, one of "AGGREGATION", "LIST", "CUSTOM", "ID_MAPPING_TABLE"
resp.schema.analysis_method #=> String, one of "DIRECT_QUERY"
resp.schema. #=> String
resp.schema.name #=> String
resp.schema.collaboration_id #=> String
resp.schema.collaboration_arn #=> String
resp.schema.description #=> String
resp.schema.create_time #=> Time
resp.schema.update_time #=> Time
resp.schema.type #=> String, one of "TABLE", "ID_MAPPING_TABLE"
resp.schema.schema_status_details #=> Array
resp.schema.schema_status_details[0].status #=> String, one of "READY", "NOT_READY"
resp.schema.schema_status_details[0].reasons #=> Array
resp.schema.schema_status_details[0].reasons[0].code #=> String, one of "ANALYSIS_RULE_MISSING", "ANALYSIS_TEMPLATES_NOT_CONFIGURED", "ANALYSIS_PROVIDERS_NOT_CONFIGURED", "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED", "ID_MAPPING_TABLE_NOT_POPULATED", "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED", "ADDITIONAL_ANALYSES_NOT_CONFIGURED", "RESULT_RECEIVERS_NOT_CONFIGURED", "ADDITIONAL_ANALYSES_NOT_ALLOWED", "RESULT_RECEIVERS_NOT_ALLOWED", "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE"
resp.schema.schema_status_details[0].reasons[0].message #=> String
resp.schema.schema_status_details[0].analysis_rule_type #=> String, one of "AGGREGATION", "LIST", "CUSTOM", "ID_MAPPING_TABLE"
resp.schema.schema_status_details[0].configurations #=> Array
resp.schema.schema_status_details[0].configurations[0] #=> String, one of "DIFFERENTIAL_PRIVACY"
resp.schema.schema_status_details[0].analysis_type #=> String, one of "DIRECT_ANALYSIS", "ADDITIONAL_ANALYSIS"
resp.schema.schema_type_properties.id_mapping_table.id_mapping_table_input_source #=> Array
resp.schema.schema_type_properties.id_mapping_table.id_mapping_table_input_source[0].id_namespace_association_id #=> String
resp.schema.schema_type_properties.id_mapping_table.id_mapping_table_input_source[0].type #=> String, one of "SOURCE", "TARGET"

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.

  • :name (required, String)

    The name of the relation to retrieve the schema for.

Returns:

See Also:



2755
2756
2757
2758
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2755

def get_schema(params = {}, options = {})
  req = build_request(:get_schema, params)
  req.send_request(options)
end

#get_schema_analysis_rule(params = {}) ⇒ Types::GetSchemaAnalysisRuleOutput

Retrieves a schema analysis rule.

Examples:

Request syntax with placeholder values


resp = client.get_schema_analysis_rule({
  collaboration_identifier: "CollaborationIdentifier", # required
  name: "TableAlias", # required
  type: "AGGREGATION", # required, accepts AGGREGATION, LIST, CUSTOM, ID_MAPPING_TABLE
})

Response structure


resp.analysis_rule.collaboration_id #=> String
resp.analysis_rule.type #=> String, one of "AGGREGATION", "LIST", "CUSTOM", "ID_MAPPING_TABLE"
resp.analysis_rule.name #=> String
resp.analysis_rule.create_time #=> Time
resp.analysis_rule.update_time #=> Time
resp.analysis_rule.policy.v1.list.join_columns #=> Array
resp.analysis_rule.policy.v1.list.join_columns[0] #=> String
resp.analysis_rule.policy.v1.list.allowed_join_operators #=> Array
resp.analysis_rule.policy.v1.list.allowed_join_operators[0] #=> String, one of "OR", "AND"
resp.analysis_rule.policy.v1.list.list_columns #=> Array
resp.analysis_rule.policy.v1.list.list_columns[0] #=> String
resp.analysis_rule.policy.v1.list.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
resp.analysis_rule.policy.v1.aggregation.aggregate_columns #=> Array
resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names #=> Array
resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names[0] #=> String
resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].function #=> String, one of "SUM", "SUM_DISTINCT", "COUNT", "COUNT_DISTINCT", "AVG"
resp.analysis_rule.policy.v1.aggregation.join_columns #=> Array
resp.analysis_rule.policy.v1.aggregation.join_columns[0] #=> String
resp.analysis_rule.policy.v1.aggregation.join_required #=> String, one of "QUERY_RUNNER"
resp.analysis_rule.policy.v1.aggregation.allowed_join_operators #=> Array
resp.analysis_rule.policy.v1.aggregation.allowed_join_operators[0] #=> String, one of "OR", "AND"
resp.analysis_rule.policy.v1.aggregation.dimension_columns #=> Array
resp.analysis_rule.policy.v1.aggregation.dimension_columns[0] #=> String
resp.analysis_rule.policy.v1.aggregation.scalar_functions #=> Array
resp.analysis_rule.policy.v1.aggregation.scalar_functions[0] #=> String, one of "ABS", "CAST", "CEILING", "COALESCE", "CONVERT", "CURRENT_DATE", "DATEADD", "EXTRACT", "FLOOR", "GETDATE", "LN", "LOG", "LOWER", "ROUND", "RTRIM", "SQRT", "SUBSTRING", "TO_CHAR", "TO_DATE", "TO_NUMBER", "TO_TIMESTAMP", "TRIM", "TRUNC", "UPPER"
resp.analysis_rule.policy.v1.aggregation.output_constraints #=> Array
resp.analysis_rule.policy.v1.aggregation.output_constraints[0].column_name #=> String
resp.analysis_rule.policy.v1.aggregation.output_constraints[0].minimum #=> Integer
resp.analysis_rule.policy.v1.aggregation.output_constraints[0].type #=> String, one of "COUNT_DISTINCT"
resp.analysis_rule.policy.v1.aggregation.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
resp.analysis_rule.policy.v1.custom.allowed_analyses #=> Array
resp.analysis_rule.policy.v1.custom.allowed_analyses[0] #=> String
resp.analysis_rule.policy.v1.custom.allowed_analysis_providers #=> Array
resp.analysis_rule.policy.v1.custom.allowed_analysis_providers[0] #=> String
resp.analysis_rule.policy.v1.custom.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
resp.analysis_rule.policy.v1.custom.disallowed_output_columns #=> Array
resp.analysis_rule.policy.v1.custom.disallowed_output_columns[0] #=> String
resp.analysis_rule.policy.v1.custom.differential_privacy.columns #=> Array
resp.analysis_rule.policy.v1.custom.differential_privacy.columns[0].name #=> String
resp.analysis_rule.policy.v1.id_mapping_table.join_columns #=> Array
resp.analysis_rule.policy.v1.id_mapping_table.join_columns[0] #=> String
resp.analysis_rule.policy.v1.id_mapping_table.query_constraints #=> Array
resp.analysis_rule.policy.v1.id_mapping_table.query_constraints[0].require_overlap.columns #=> Array
resp.analysis_rule.policy.v1.id_mapping_table.query_constraints[0].require_overlap.columns[0] #=> String
resp.analysis_rule.policy.v1.id_mapping_table.dimension_columns #=> Array
resp.analysis_rule.policy.v1.id_mapping_table.dimension_columns[0] #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.

  • :name (required, String)

    The name of the schema to retrieve the analysis rule for.

  • :type (required, String)

    The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.

Returns:

See Also:



2839
2840
2841
2842
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2839

def get_schema_analysis_rule(params = {}, options = {})
  req = build_request(:get_schema_analysis_rule, params)
  req.send_request(options)
end

#list_analysis_templates(params = {}) ⇒ Types::ListAnalysisTemplatesOutput

Lists analysis templates that the caller owns.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_analysis_templates({
  membership_identifier: "MembershipIdentifier", # required
  next_token: "PaginationToken",
  max_results: 1,
})

Response structure


resp.next_token #=> String
resp.analysis_template_summaries #=> Array
resp.analysis_template_summaries[0].arn #=> String
resp.analysis_template_summaries[0].create_time #=> Time
resp.analysis_template_summaries[0].id #=> String
resp.analysis_template_summaries[0].name #=> String
resp.analysis_template_summaries[0].update_time #=> Time
resp.analysis_template_summaries[0].membership_arn #=> String
resp.analysis_template_summaries[0].membership_id #=> String
resp.analysis_template_summaries[0].collaboration_arn #=> String
resp.analysis_template_summaries[0].collaboration_id #=> String
resp.analysis_template_summaries[0].description #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    The identifier for a membership resource.

  • :next_token (String)

    The token value retrieved from a previous call to access the next page of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call.

Returns:

See Also:



2890
2891
2892
2893
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2890

def list_analysis_templates(params = {}, options = {})
  req = build_request(:list_analysis_templates, params)
  req.send_request(options)
end

#list_collaboration_analysis_templates(params = {}) ⇒ Types::ListCollaborationAnalysisTemplatesOutput

Lists analysis templates within a collaboration.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_collaboration_analysis_templates({
  collaboration_identifier: "CollaborationIdentifier", # required
  next_token: "PaginationToken",
  max_results: 1,
})

Response structure


resp.next_token #=> String
resp.collaboration_analysis_template_summaries #=> Array
resp.collaboration_analysis_template_summaries[0].arn #=> String
resp.collaboration_analysis_template_summaries[0].create_time #=> Time
resp.collaboration_analysis_template_summaries[0].id #=> String
resp.collaboration_analysis_template_summaries[0].name #=> String
resp.collaboration_analysis_template_summaries[0].update_time #=> Time
resp.collaboration_analysis_template_summaries[0].collaboration_arn #=> String
resp.collaboration_analysis_template_summaries[0].collaboration_id #=> String
resp.collaboration_analysis_template_summaries[0]. #=> String
resp.collaboration_analysis_template_summaries[0].description #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.

  • :next_token (String)

    The token value retrieved from a previous call to access the next page of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call.

Returns:

See Also:



2941
2942
2943
2944
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2941

def list_collaboration_analysis_templates(params = {}, options = {})
  req = build_request(:list_collaboration_analysis_templates, params)
  req.send_request(options)
end

#list_collaboration_configured_audience_model_associations(params = {}) ⇒ Types::ListCollaborationConfiguredAudienceModelAssociationsOutput

Lists configured audience model associations within a collaboration.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_collaboration_configured_audience_model_associations({
  collaboration_identifier: "CollaborationIdentifier", # required
  next_token: "PaginationToken",
  max_results: 1,
})

Response structure


resp.collaboration_configured_audience_model_association_summaries #=> Array
resp.collaboration_configured_audience_model_association_summaries[0].arn #=> String
resp.collaboration_configured_audience_model_association_summaries[0].create_time #=> Time
resp.collaboration_configured_audience_model_association_summaries[0].id #=> String
resp.collaboration_configured_audience_model_association_summaries[0].name #=> String
resp.collaboration_configured_audience_model_association_summaries[0].update_time #=> Time
resp.collaboration_configured_audience_model_association_summaries[0].collaboration_arn #=> String
resp.collaboration_configured_audience_model_association_summaries[0].collaboration_id #=> String
resp.collaboration_configured_audience_model_association_summaries[0]. #=> String
resp.collaboration_configured_audience_model_association_summaries[0].description #=> String
resp.next_token #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    A unique identifier for the collaboration that the configured audience model association belongs to. Accepts a collaboration ID.

  • :next_token (String)

    The token value retrieved from a previous call to access the next page of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call.

Returns:

See Also:



2992
2993
2994
2995
# File 'lib/aws-sdk-cleanrooms/client.rb', line 2992

def list_collaboration_configured_audience_model_associations(params = {}, options = {})
  req = build_request(:list_collaboration_configured_audience_model_associations, params)
  req.send_request(options)
end

#list_collaboration_id_namespace_associations(params = {}) ⇒ Types::ListCollaborationIdNamespaceAssociationsOutput

Returns a list of the ID namespace associations in a collaboration.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_collaboration_id_namespace_associations({
  collaboration_identifier: "CollaborationIdentifier", # required
  next_token: "PaginationToken",
  max_results: 1,
})

Response structure


resp.next_token #=> String
resp.collaboration_id_namespace_association_summaries #=> Array
resp.collaboration_id_namespace_association_summaries[0].arn #=> String
resp.collaboration_id_namespace_association_summaries[0].create_time #=> Time
resp.collaboration_id_namespace_association_summaries[0].id #=> String
resp.collaboration_id_namespace_association_summaries[0].update_time #=> Time
resp.collaboration_id_namespace_association_summaries[0].collaboration_arn #=> String
resp.collaboration_id_namespace_association_summaries[0].collaboration_id #=> String
resp.collaboration_id_namespace_association_summaries[0]. #=> String
resp.collaboration_id_namespace_association_summaries[0].input_reference_config.input_reference_arn #=> String
resp.collaboration_id_namespace_association_summaries[0].input_reference_config.manage_resource_policies #=> Boolean
resp.collaboration_id_namespace_association_summaries[0].name #=> String
resp.collaboration_id_namespace_association_summaries[0].description #=> String
resp.collaboration_id_namespace_association_summaries[0].input_reference_properties.id_namespace_type #=> String, one of "SOURCE", "TARGET"

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    The unique identifier of the collaboration that contains the ID namespace associations that you want to retrieve.

  • :next_token (String)

    The pagination token that’s used to fetch the next set of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.&gt;

Returns:

See Also:



3047
3048
3049
3050
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3047

def list_collaboration_id_namespace_associations(params = {}, options = {})
  req = build_request(:list_collaboration_id_namespace_associations, params)
  req.send_request(options)
end

#list_collaboration_privacy_budget_templates(params = {}) ⇒ Types::ListCollaborationPrivacyBudgetTemplatesOutput

Returns an array that summarizes each privacy budget template in a specified collaboration.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_collaboration_privacy_budget_templates({
  collaboration_identifier: "CollaborationIdentifier", # required
  next_token: "PaginationToken",
  max_results: 1,
})

Response structure


resp.next_token #=> String
resp.collaboration_privacy_budget_template_summaries #=> Array
resp.collaboration_privacy_budget_template_summaries[0].id #=> String
resp.collaboration_privacy_budget_template_summaries[0].arn #=> String
resp.collaboration_privacy_budget_template_summaries[0].collaboration_id #=> String
resp.collaboration_privacy_budget_template_summaries[0].collaboration_arn #=> String
resp.collaboration_privacy_budget_template_summaries[0]. #=> String
resp.collaboration_privacy_budget_template_summaries[0].privacy_budget_type #=> String, one of "DIFFERENTIAL_PRIVACY"
resp.collaboration_privacy_budget_template_summaries[0].create_time #=> Time
resp.collaboration_privacy_budget_template_summaries[0].update_time #=> Time

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    A unique identifier for one of your collaborations.

  • :next_token (String)

    The token value retrieved from a previous call to access the next page of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.

Returns:

See Also:



3099
3100
3101
3102
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3099

def list_collaboration_privacy_budget_templates(params = {}, options = {})
  req = build_request(:list_collaboration_privacy_budget_templates, params)
  req.send_request(options)
end

#list_collaboration_privacy_budgets(params = {}) ⇒ Types::ListCollaborationPrivacyBudgetsOutput

Returns an array that summarizes each privacy budget in a specified collaboration. The summary includes the collaboration ARN, creation time, creating account, and privacy budget details.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_collaboration_privacy_budgets({
  collaboration_identifier: "CollaborationIdentifier", # required
  privacy_budget_type: "DIFFERENTIAL_PRIVACY", # required, accepts DIFFERENTIAL_PRIVACY
  max_results: 1,
  next_token: "PaginationToken",
})

Response structure


resp.collaboration_privacy_budget_summaries #=> Array
resp.collaboration_privacy_budget_summaries[0].id #=> String
resp.collaboration_privacy_budget_summaries[0].privacy_budget_template_id #=> String
resp.collaboration_privacy_budget_summaries[0].privacy_budget_template_arn #=> String
resp.collaboration_privacy_budget_summaries[0].collaboration_id #=> String
resp.collaboration_privacy_budget_summaries[0].collaboration_arn #=> String
resp.collaboration_privacy_budget_summaries[0]. #=> String
resp.collaboration_privacy_budget_summaries[0].type #=> String, one of "DIFFERENTIAL_PRIVACY"
resp.collaboration_privacy_budget_summaries[0].create_time #=> Time
resp.collaboration_privacy_budget_summaries[0].update_time #=> Time
resp.collaboration_privacy_budget_summaries[0].budget.differential_privacy.aggregations #=> Array
resp.collaboration_privacy_budget_summaries[0].budget.differential_privacy.aggregations[0].type #=> String, one of "AVG", "COUNT", "COUNT_DISTINCT", "SUM", "STDDEV"
resp.collaboration_privacy_budget_summaries[0].budget.differential_privacy.aggregations[0].max_count #=> Integer
resp.collaboration_privacy_budget_summaries[0].budget.differential_privacy.aggregations[0].remaining_count #=> Integer
resp.collaboration_privacy_budget_summaries[0].budget.differential_privacy.epsilon #=> Integer
resp.next_token #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    A unique identifier for one of your collaborations.

  • :privacy_budget_type (required, String)

    Specifies the type of the privacy budget.

  • :max_results (Integer)

    The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.

  • :next_token (String)

    The token value retrieved from a previous call to access the next page of results.

Returns:

See Also:



3162
3163
3164
3165
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3162

def list_collaboration_privacy_budgets(params = {}, options = {})
  req = build_request(:list_collaboration_privacy_budgets, params)
  req.send_request(options)
end

#list_collaborations(params = {}) ⇒ Types::ListCollaborationsOutput

Lists collaborations the caller owns, is active in, or has been invited to.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_collaborations({
  next_token: "PaginationToken",
  max_results: 1,
  member_status: "INVITED", # accepts INVITED, ACTIVE
})

Response structure


resp.next_token #=> String
resp.collaboration_list #=> Array
resp.collaboration_list[0].id #=> String
resp.collaboration_list[0].arn #=> String
resp.collaboration_list[0].name #=> String
resp.collaboration_list[0]. #=> String
resp.collaboration_list[0].creator_display_name #=> String
resp.collaboration_list[0].create_time #=> Time
resp.collaboration_list[0].update_time #=> Time
resp.collaboration_list[0].member_status #=> String, one of "INVITED", "ACTIVE", "LEFT", "REMOVED"
resp.collaboration_list[0].membership_id #=> String
resp.collaboration_list[0].membership_arn #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :next_token (String)

    The token value retrieved from a previous call to access the next page of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.

  • :member_status (String)

    The caller’s status in a collaboration.

Returns:

See Also:



3216
3217
3218
3219
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3216

def list_collaborations(params = {}, options = {})
  req = build_request(:list_collaborations, params)
  req.send_request(options)
end

#list_configured_audience_model_associations(params = {}) ⇒ Types::ListConfiguredAudienceModelAssociationsOutput

Lists information about requested configured audience model associations.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_configured_audience_model_associations({
  membership_identifier: "MembershipIdentifier", # required
  next_token: "PaginationToken",
  max_results: 1,
})

Response structure


resp.configured_audience_model_association_summaries #=> Array
resp.configured_audience_model_association_summaries[0].membership_id #=> String
resp.configured_audience_model_association_summaries[0].membership_arn #=> String
resp.configured_audience_model_association_summaries[0].collaboration_arn #=> String
resp.configured_audience_model_association_summaries[0].collaboration_id #=> String
resp.configured_audience_model_association_summaries[0].create_time #=> Time
resp.configured_audience_model_association_summaries[0].update_time #=> Time
resp.configured_audience_model_association_summaries[0].id #=> String
resp.configured_audience_model_association_summaries[0].arn #=> String
resp.configured_audience_model_association_summaries[0].name #=> String
resp.configured_audience_model_association_summaries[0].configured_audience_model_arn #=> String
resp.configured_audience_model_association_summaries[0].description #=> String
resp.next_token #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    A unique identifier for a membership that contains the configured audience model associations that you want to retrieve.

  • :next_token (String)

    The token value retrieved from a previous call to access the next page of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.

Returns:

See Also:



3272
3273
3274
3275
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3272

def list_configured_audience_model_associations(params = {}, options = {})
  req = build_request(:list_configured_audience_model_associations, params)
  req.send_request(options)
end

#list_configured_table_associations(params = {}) ⇒ Types::ListConfiguredTableAssociationsOutput

Lists configured table associations for a membership.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_configured_table_associations({
  membership_identifier: "MembershipIdentifier", # required
  next_token: "PaginationToken",
  max_results: 1,
})

Response structure


resp.configured_table_association_summaries #=> Array
resp.configured_table_association_summaries[0].configured_table_id #=> String
resp.configured_table_association_summaries[0].membership_id #=> String
resp.configured_table_association_summaries[0].membership_arn #=> String
resp.configured_table_association_summaries[0].name #=> String
resp.configured_table_association_summaries[0].create_time #=> Time
resp.configured_table_association_summaries[0].update_time #=> Time
resp.configured_table_association_summaries[0].id #=> String
resp.configured_table_association_summaries[0].arn #=> String
resp.next_token #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    A unique identifier for the membership to list configured table associations for. Currently accepts the membership ID.

  • :next_token (String)

    The token value retrieved from a previous call to access the next page of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call.

Returns:

See Also:



3322
3323
3324
3325
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3322

def list_configured_table_associations(params = {}, options = {})
  req = build_request(:list_configured_table_associations, params)
  req.send_request(options)
end

#list_configured_tables(params = {}) ⇒ Types::ListConfiguredTablesOutput

Lists configured tables.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_configured_tables({
  next_token: "PaginationToken",
  max_results: 1,
})

Response structure


resp.configured_table_summaries #=> Array
resp.configured_table_summaries[0].id #=> String
resp.configured_table_summaries[0].arn #=> String
resp.configured_table_summaries[0].name #=> String
resp.configured_table_summaries[0].create_time #=> Time
resp.configured_table_summaries[0].update_time #=> Time
resp.configured_table_summaries[0].analysis_rule_types #=> Array
resp.configured_table_summaries[0].analysis_rule_types[0] #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
resp.configured_table_summaries[0].analysis_method #=> String, one of "DIRECT_QUERY"
resp.next_token #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :next_token (String)

    The token value retrieved from a previous call to access the next page of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call.

Returns:

See Also:



3367
3368
3369
3370
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3367

def list_configured_tables(params = {}, options = {})
  req = build_request(:list_configured_tables, params)
  req.send_request(options)
end

#list_id_mapping_tables(params = {}) ⇒ Types::ListIdMappingTablesOutput

Returns a list of ID mapping tables.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_id_mapping_tables({
  membership_identifier: "MembershipIdentifier", # required
  next_token: "PaginationToken",
  max_results: 1,
})

Response structure


resp.id_mapping_table_summaries #=> Array
resp.id_mapping_table_summaries[0].collaboration_arn #=> String
resp.id_mapping_table_summaries[0].collaboration_id #=> String
resp.id_mapping_table_summaries[0].membership_id #=> String
resp.id_mapping_table_summaries[0].membership_arn #=> String
resp.id_mapping_table_summaries[0].create_time #=> Time
resp.id_mapping_table_summaries[0].update_time #=> Time
resp.id_mapping_table_summaries[0].id #=> String
resp.id_mapping_table_summaries[0].arn #=> String
resp.id_mapping_table_summaries[0].description #=> String
resp.id_mapping_table_summaries[0].input_reference_config.input_reference_arn #=> String
resp.id_mapping_table_summaries[0].input_reference_config.manage_resource_policies #=> Boolean
resp.id_mapping_table_summaries[0].name #=> String
resp.next_token #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    The unique identifier of the membership that contains the ID mapping tables that you want to view.

  • :next_token (String)

    The pagination token that’s used to fetch the next set of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.

Returns:

See Also:



3422
3423
3424
3425
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3422

def list_id_mapping_tables(params = {}, options = {})
  req = build_request(:list_id_mapping_tables, params)
  req.send_request(options)
end

#list_id_namespace_associations(params = {}) ⇒ Types::ListIdNamespaceAssociationsOutput

Returns a list of ID namespace associations.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_id_namespace_associations({
  membership_identifier: "MembershipIdentifier", # required
  next_token: "PaginationToken",
  max_results: 1,
})

Response structure


resp.next_token #=> String
resp.id_namespace_association_summaries #=> Array
resp.id_namespace_association_summaries[0].membership_id #=> String
resp.id_namespace_association_summaries[0].membership_arn #=> String
resp.id_namespace_association_summaries[0].collaboration_arn #=> String
resp.id_namespace_association_summaries[0].collaboration_id #=> String
resp.id_namespace_association_summaries[0].create_time #=> Time
resp.id_namespace_association_summaries[0].update_time #=> Time
resp.id_namespace_association_summaries[0].id #=> String
resp.id_namespace_association_summaries[0].arn #=> String
resp.id_namespace_association_summaries[0].input_reference_config.input_reference_arn #=> String
resp.id_namespace_association_summaries[0].input_reference_config.manage_resource_policies #=> Boolean
resp.id_namespace_association_summaries[0].name #=> String
resp.id_namespace_association_summaries[0].description #=> String
resp.id_namespace_association_summaries[0].input_reference_properties.id_namespace_type #=> String, one of "SOURCE", "TARGET"

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    The unique identifier of the membership that contains the ID namespace association that you want to view.

  • :next_token (String)

    The pagination token that’s used to fetch the next set of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.

Returns:

See Also:



3478
3479
3480
3481
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3478

def list_id_namespace_associations(params = {}, options = {})
  req = build_request(:list_id_namespace_associations, params)
  req.send_request(options)
end

#list_members(params = {}) ⇒ Types::ListMembersOutput

Lists all members within a collaboration.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_members({
  collaboration_identifier: "CollaborationIdentifier", # required
  next_token: "PaginationToken",
  max_results: 1,
})

Response structure


resp.next_token #=> String
resp.member_summaries #=> Array
resp.member_summaries[0]. #=> String
resp.member_summaries[0].status #=> String, one of "INVITED", "ACTIVE", "LEFT", "REMOVED"
resp.member_summaries[0].display_name #=> String
resp.member_summaries[0].abilities #=> Array
resp.member_summaries[0].abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS"
resp.member_summaries[0].create_time #=> Time
resp.member_summaries[0].update_time #=> Time
resp.member_summaries[0].membership_id #=> String
resp.member_summaries[0].membership_arn #=> String
resp.member_summaries[0].payment_configuration.query_compute.is_responsible #=> Boolean

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    The identifier of the collaboration in which the members are listed.

  • :next_token (String)

    The token value retrieved from a previous call to access the next page of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call.

Returns:

See Also:



3529
3530
3531
3532
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3529

def list_members(params = {}, options = {})
  req = build_request(:list_members, params)
  req.send_request(options)
end

#list_memberships(params = {}) ⇒ Types::ListMembershipsOutput

Lists all memberships resources within the caller’s account.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_memberships({
  next_token: "PaginationToken",
  max_results: 1,
  status: "ACTIVE", # accepts ACTIVE, REMOVED, COLLABORATION_DELETED
})

Response structure


resp.next_token #=> String
resp.membership_summaries #=> Array
resp.membership_summaries[0].id #=> String
resp.membership_summaries[0].arn #=> String
resp.membership_summaries[0].collaboration_arn #=> String
resp.membership_summaries[0].collaboration_id #=> String
resp.membership_summaries[0]. #=> String
resp.membership_summaries[0].collaboration_creator_display_name #=> String
resp.membership_summaries[0].collaboration_name #=> String
resp.membership_summaries[0].create_time #=> Time
resp.membership_summaries[0].update_time #=> Time
resp.membership_summaries[0].status #=> String, one of "ACTIVE", "REMOVED", "COLLABORATION_DELETED"
resp.membership_summaries[0].member_abilities #=> Array
resp.membership_summaries[0].member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS"
resp.membership_summaries[0].payment_configuration.query_compute.is_responsible #=> Boolean

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :next_token (String)

    The token value retrieved from a previous call to access the next page of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call.

  • :status (String)

    A filter which will return only memberships in the specified status.

Returns:

See Also:



3583
3584
3585
3586
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3583

def list_memberships(params = {}, options = {})
  req = build_request(:list_memberships, params)
  req.send_request(options)
end

#list_privacy_budget_templates(params = {}) ⇒ Types::ListPrivacyBudgetTemplatesOutput

Returns detailed information about the privacy budget templates in a specified membership.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_privacy_budget_templates({
  membership_identifier: "MembershipIdentifier", # required
  next_token: "PaginationToken",
  max_results: 1,
})

Response structure


resp.next_token #=> String
resp.privacy_budget_template_summaries #=> Array
resp.privacy_budget_template_summaries[0].id #=> String
resp.privacy_budget_template_summaries[0].arn #=> String
resp.privacy_budget_template_summaries[0].membership_id #=> String
resp.privacy_budget_template_summaries[0].membership_arn #=> String
resp.privacy_budget_template_summaries[0].collaboration_id #=> String
resp.privacy_budget_template_summaries[0].collaboration_arn #=> String
resp.privacy_budget_template_summaries[0].privacy_budget_type #=> String, one of "DIFFERENTIAL_PRIVACY"
resp.privacy_budget_template_summaries[0].create_time #=> Time
resp.privacy_budget_template_summaries[0].update_time #=> Time

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    A unique identifier for one of your memberships for a collaboration. The privacy budget templates are retrieved from the collaboration that this membership belongs to. Accepts a membership ID.

  • :next_token (String)

    The token value retrieved from a previous call to access the next page of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.

Returns:

See Also:



3638
3639
3640
3641
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3638

def list_privacy_budget_templates(params = {}, options = {})
  req = build_request(:list_privacy_budget_templates, params)
  req.send_request(options)
end

#list_privacy_budgets(params = {}) ⇒ Types::ListPrivacyBudgetsOutput

Returns detailed information about the privacy budgets in a specified membership.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_privacy_budgets({
  membership_identifier: "MembershipIdentifier", # required
  privacy_budget_type: "DIFFERENTIAL_PRIVACY", # required, accepts DIFFERENTIAL_PRIVACY
  next_token: "PaginationToken",
  max_results: 1,
})

Response structure


resp.privacy_budget_summaries #=> Array
resp.privacy_budget_summaries[0].id #=> String
resp.privacy_budget_summaries[0].privacy_budget_template_id #=> String
resp.privacy_budget_summaries[0].privacy_budget_template_arn #=> String
resp.privacy_budget_summaries[0].membership_id #=> String
resp.privacy_budget_summaries[0].membership_arn #=> String
resp.privacy_budget_summaries[0].collaboration_id #=> String
resp.privacy_budget_summaries[0].collaboration_arn #=> String
resp.privacy_budget_summaries[0].type #=> String, one of "DIFFERENTIAL_PRIVACY"
resp.privacy_budget_summaries[0].create_time #=> Time
resp.privacy_budget_summaries[0].update_time #=> Time
resp.privacy_budget_summaries[0].budget.differential_privacy.aggregations #=> Array
resp.privacy_budget_summaries[0].budget.differential_privacy.aggregations[0].type #=> String, one of "AVG", "COUNT", "COUNT_DISTINCT", "SUM", "STDDEV"
resp.privacy_budget_summaries[0].budget.differential_privacy.aggregations[0].max_count #=> Integer
resp.privacy_budget_summaries[0].budget.differential_privacy.aggregations[0].remaining_count #=> Integer
resp.privacy_budget_summaries[0].budget.differential_privacy.epsilon #=> Integer
resp.next_token #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    A unique identifier for one of your memberships for a collaboration. The privacy budget is retrieved from the collaboration that this membership belongs to. Accepts a membership ID.

  • :privacy_budget_type (required, String)

    The privacy budget type.

  • :next_token (String)

    The token value retrieved from a previous call to access the next page of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.

Returns:

See Also:



3703
3704
3705
3706
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3703

def list_privacy_budgets(params = {}, options = {})
  req = build_request(:list_privacy_budgets, params)
  req.send_request(options)
end

#list_protected_queries(params = {}) ⇒ Types::ListProtectedQueriesOutput

Lists protected queries, sorted by the most recent query.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_protected_queries({
  membership_identifier: "MembershipIdentifier", # required
  status: "SUBMITTED", # accepts SUBMITTED, STARTED, CANCELLED, CANCELLING, FAILED, SUCCESS, TIMED_OUT
  next_token: "PaginationToken",
  max_results: 1,
})

Response structure


resp.next_token #=> String
resp.protected_queries #=> Array
resp.protected_queries[0].id #=> String
resp.protected_queries[0].membership_id #=> String
resp.protected_queries[0].membership_arn #=> String
resp.protected_queries[0].create_time #=> Time
resp.protected_queries[0].status #=> String, one of "SUBMITTED", "STARTED", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS", "TIMED_OUT"
resp.protected_queries[0].receiver_configurations #=> Array
resp.protected_queries[0].receiver_configurations[0].analysis_type #=> String, one of "DIRECT_ANALYSIS", "ADDITIONAL_ANALYSIS"
resp.protected_queries[0].receiver_configurations[0].configuration_details.direct_analysis_configuration_details. #=> Array
resp.protected_queries[0].receiver_configurations[0].configuration_details.direct_analysis_configuration_details.[0] #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    The identifier for the membership in the collaboration.

  • :status (String)

    A filter on the status of the protected query.

  • :next_token (String)

    The token value retrieved from a previous call to access the next page of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service can return a nextToken even if the maximum results has not been met.

Returns:

See Also:



3759
3760
3761
3762
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3759

def list_protected_queries(params = {}, options = {})
  req = build_request(:list_protected_queries, params)
  req.send_request(options)
end

#list_schemas(params = {}) ⇒ Types::ListSchemasOutput

Lists the schemas for relations within a collaboration.

The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.

Examples:

Request syntax with placeholder values


resp = client.list_schemas({
  collaboration_identifier: "CollaborationIdentifier", # required
  schema_type: "TABLE", # accepts TABLE, ID_MAPPING_TABLE
  next_token: "PaginationToken",
  max_results: 1,
})

Response structure


resp.schema_summaries #=> Array
resp.schema_summaries[0].name #=> String
resp.schema_summaries[0].type #=> String, one of "TABLE", "ID_MAPPING_TABLE"
resp.schema_summaries[0]. #=> String
resp.schema_summaries[0].create_time #=> Time
resp.schema_summaries[0].update_time #=> Time
resp.schema_summaries[0].collaboration_id #=> String
resp.schema_summaries[0].collaboration_arn #=> String
resp.schema_summaries[0].analysis_rule_types #=> Array
resp.schema_summaries[0].analysis_rule_types[0] #=> String, one of "AGGREGATION", "LIST", "CUSTOM", "ID_MAPPING_TABLE"
resp.schema_summaries[0].analysis_method #=> String, one of "DIRECT_QUERY"
resp.next_token #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.

  • :schema_type (String)

    If present, filter schemas by schema type. The only valid schema type is currently ‘TABLE`.

  • :next_token (String)

    The token value retrieved from a previous call to access the next page of results.

  • :max_results (Integer)

    The maximum size of the results that is returned per call.

Returns:

See Also:



3816
3817
3818
3819
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3816

def list_schemas(params = {}, options = {})
  req = build_request(:list_schemas, params)
  req.send_request(options)
end

#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceOutput

Lists all of the tags that have been added to a resource.

Examples:

Request syntax with placeholder values


resp = client.list_tags_for_resource({
  resource_arn: "CleanroomsArn", # required
})

Response structure


resp.tags #=> Hash
resp.tags["TagKey"] #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :resource_arn (required, String)

    The Amazon Resource Name (ARN) associated with the resource you want to list tags on.

Returns:

See Also:



3846
3847
3848
3849
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3846

def list_tags_for_resource(params = {}, options = {})
  req = build_request(:list_tags_for_resource, params)
  req.send_request(options)
end

#populate_id_mapping_table(params = {}) ⇒ Types::PopulateIdMappingTableOutput

Defines the information that’s necessary to populate an ID mapping table.

Examples:

Request syntax with placeholder values


resp = client.populate_id_mapping_table({
  id_mapping_table_identifier: "UUID", # required
  membership_identifier: "MembershipIdentifier", # required
})

Response structure


resp.id_mapping_job_id #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :id_mapping_table_identifier (required, String)

    The unique identifier of the ID mapping table that you want to populate.

  • :membership_identifier (required, String)

    The unique identifier of the membership that contains the ID mapping table that you want to populate.

Returns:

See Also:



3881
3882
3883
3884
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3881

def populate_id_mapping_table(params = {}, options = {})
  req = build_request(:populate_id_mapping_table, params)
  req.send_request(options)
end

#preview_privacy_impact(params = {}) ⇒ Types::PreviewPrivacyImpactOutput

An estimate of the number of aggregation functions that the member who can query can run given epsilon and noise parameters.

Examples:

Request syntax with placeholder values


resp = client.preview_privacy_impact({
  membership_identifier: "MembershipIdentifier", # required
  parameters: { # required
    differential_privacy: {
      epsilon: 1, # required
      users_noise_per_query: 1, # required
    },
  },
})

Response structure


resp.privacy_impact.differential_privacy.aggregations #=> Array
resp.privacy_impact.differential_privacy.aggregations[0].type #=> String, one of "AVG", "COUNT", "COUNT_DISTINCT", "SUM", "STDDEV"
resp.privacy_impact.differential_privacy.aggregations[0].max_count #=> Integer

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    A unique identifier for one of your memberships for a collaboration. Accepts a membership ID.

  • :parameters (required, Types::PreviewPrivacyImpactParametersInput)

    Specifies the desired epsilon and noise parameters to preview.

Returns:

See Also:



3922
3923
3924
3925
# File 'lib/aws-sdk-cleanrooms/client.rb', line 3922

def preview_privacy_impact(params = {}, options = {})
  req = build_request(:preview_privacy_impact, params)
  req.send_request(options)
end

#start_protected_query(params = {}) ⇒ Types::StartProtectedQueryOutput

Creates a protected query that is started by Clean Rooms.

Examples:

Request syntax with placeholder values


resp = client.start_protected_query({
  type: "SQL", # required, accepts SQL
  membership_identifier: "MembershipIdentifier", # required
  sql_parameters: { # required
    query_string: "ProtectedQuerySQLParametersQueryStringString",
    analysis_template_arn: "AnalysisTemplateArn",
    parameters: {
      "ParameterName" => "ParameterValue",
    },
  },
  result_configuration: {
    output_configuration: { # required
      s3: {
        result_format: "CSV", # required, accepts CSV, PARQUET
        bucket: "ProtectedQueryS3OutputConfigurationBucketString", # required
        key_prefix: "KeyPrefix",
      },
      member: {
        account_id: "AccountId", # required
      },
    },
  },
})

Response structure


resp.protected_query.id #=> String
resp.protected_query.membership_id #=> String
resp.protected_query.membership_arn #=> String
resp.protected_query.create_time #=> Time
resp.protected_query.sql_parameters.query_string #=> String
resp.protected_query.sql_parameters.analysis_template_arn #=> String
resp.protected_query.sql_parameters.parameters #=> Hash
resp.protected_query.sql_parameters.parameters["ParameterName"] #=> String
resp.protected_query.status #=> String, one of "SUBMITTED", "STARTED", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS", "TIMED_OUT"
resp.protected_query.result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
resp.protected_query.result_configuration.output_configuration.s3.bucket #=> String
resp.protected_query.result_configuration.output_configuration.s3.key_prefix #=> String
resp.protected_query.result_configuration.output_configuration.member. #=> String
resp.protected_query.statistics.total_duration_in_millis #=> Integer
resp.protected_query.result.output.s3.location #=> String
resp.protected_query.result.output.member_list #=> Array
resp.protected_query.result.output.member_list[0]. #=> String
resp.protected_query.error.message #=> String
resp.protected_query.error.code #=> String
resp.protected_query.differential_privacy.sensitivity_parameters #=> Array
resp.protected_query.differential_privacy.sensitivity_parameters[0].aggregation_type #=> String, one of "AVG", "COUNT", "COUNT_DISTINCT", "SUM", "STDDEV"
resp.protected_query.differential_privacy.sensitivity_parameters[0].aggregation_expression #=> String
resp.protected_query.differential_privacy.sensitivity_parameters[0].user_contribution_limit #=> Integer
resp.protected_query.differential_privacy.sensitivity_parameters[0].min_column_value #=> Float
resp.protected_query.differential_privacy.sensitivity_parameters[0].max_column_value #=> Float

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :type (required, String)

    The type of the protected query to be started.

  • :membership_identifier (required, String)

    A unique identifier for the membership to run this query against. Currently accepts a membership ID.

  • :sql_parameters (required, Types::ProtectedQuerySQLParameters)

    The protected SQL query parameters.

  • :result_configuration (Types::ProtectedQueryResultConfiguration)

    The details needed to write the query results.

Returns:

See Also:



4004
4005
4006
4007
# File 'lib/aws-sdk-cleanrooms/client.rb', line 4004

def start_protected_query(params = {}, options = {})
  req = build_request(:start_protected_query, params)
  req.send_request(options)
end

#tag_resource(params = {}) ⇒ Struct

Tags a resource.

Examples:

Request syntax with placeholder values


resp = client.tag_resource({
  resource_arn: "CleanroomsArn", # required
  tags: { # required
    "TagKey" => "TagValue",
  },
})

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :resource_arn (required, String)

    The Amazon Resource Name (ARN) associated with the resource you want to tag.

  • :tags (required, Hash<String,String>)

    A map of objects specifying each key name and value.

Returns:

  • (Struct)

    Returns an empty response.

See Also:



4033
4034
4035
4036
# File 'lib/aws-sdk-cleanrooms/client.rb', line 4033

def tag_resource(params = {}, options = {})
  req = build_request(:tag_resource, params)
  req.send_request(options)
end

#untag_resource(params = {}) ⇒ Struct

Removes a tag or list of tags from a resource.

Examples:

Request syntax with placeholder values


resp = client.untag_resource({
  resource_arn: "CleanroomsArn", # required
  tag_keys: ["TagKey"], # required
})

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :resource_arn (required, String)

    The Amazon Resource Name (ARN) associated with the resource you want to remove the tag from.

  • :tag_keys (required, Array<String>)

    A list of key names of tags to be removed.

Returns:

  • (Struct)

    Returns an empty response.

See Also:



4060
4061
4062
4063
# File 'lib/aws-sdk-cleanrooms/client.rb', line 4060

def untag_resource(params = {}, options = {})
  req = build_request(:untag_resource, params)
  req.send_request(options)
end

#update_analysis_template(params = {}) ⇒ Types::UpdateAnalysisTemplateOutput

Updates the analysis template metadata.

Examples:

Request syntax with placeholder values


resp = client.update_analysis_template({
  membership_identifier: "MembershipIdentifier", # required
  analysis_template_identifier: "AnalysisTemplateIdentifier", # required
  description: "ResourceDescription",
})

Response structure


resp.analysis_template.id #=> String
resp.analysis_template.arn #=> String
resp.analysis_template.collaboration_id #=> String
resp.analysis_template.collaboration_arn #=> String
resp.analysis_template.membership_id #=> String
resp.analysis_template.membership_arn #=> String
resp.analysis_template.description #=> String
resp.analysis_template.name #=> String
resp.analysis_template.create_time #=> Time
resp.analysis_template.update_time #=> Time
resp.analysis_template.schema.referenced_tables #=> Array
resp.analysis_template.schema.referenced_tables[0] #=> String
resp.analysis_template.format #=> String, one of "SQL"
resp.analysis_template.source.text #=> String
resp.analysis_template.analysis_parameters #=> Array
resp.analysis_template.analysis_parameters[0].name #=> String
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"
resp.analysis_template.analysis_parameters[0].default_value #=> String
resp.analysis_template.validations #=> Array
resp.analysis_template.validations[0].type #=> String, one of "DIFFERENTIAL_PRIVACY"
resp.analysis_template.validations[0].status #=> String, one of "VALID", "INVALID", "UNABLE_TO_VALIDATE"
resp.analysis_template.validations[0].reasons #=> Array
resp.analysis_template.validations[0].reasons[0].message #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    The identifier for a membership resource.

  • :analysis_template_identifier (required, String)

    The identifier for the analysis template resource.

  • :description (String)

    A new description for the analysis template.

Returns:

See Also:



4118
4119
4120
4121
# File 'lib/aws-sdk-cleanrooms/client.rb', line 4118

def update_analysis_template(params = {}, options = {})
  req = build_request(:update_analysis_template, params)
  req.send_request(options)
end

#update_collaboration(params = {}) ⇒ Types::UpdateCollaborationOutput

Updates collaboration metadata and can only be called by the collaboration owner.

Examples:

Request syntax with placeholder values


resp = client.update_collaboration({
  collaboration_identifier: "CollaborationIdentifier", # required
  name: "CollaborationName",
  description: "CollaborationDescription",
})

Response structure


resp.collaboration.id #=> String
resp.collaboration.arn #=> String
resp.collaboration.name #=> String
resp.collaboration.description #=> String
resp.collaboration. #=> String
resp.collaboration.creator_display_name #=> String
resp.collaboration.create_time #=> Time
resp.collaboration.update_time #=> Time
resp.collaboration.member_status #=> String, one of "INVITED", "ACTIVE", "LEFT", "REMOVED"
resp.collaboration.membership_id #=> String
resp.collaboration.membership_arn #=> String
resp.collaboration..allow_cleartext #=> Boolean
resp.collaboration..allow_duplicates #=> Boolean
resp.collaboration..allow_joins_on_columns_with_different_names #=> Boolean
resp.collaboration..preserve_nulls #=> Boolean
resp.collaboration.query_log_status #=> String, one of "ENABLED", "DISABLED"

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :collaboration_identifier (required, String)

    The identifier for the collaboration.

  • :name (String)

    A human-readable identifier provided by the collaboration owner. Display names are not unique.

  • :description (String)

    A description of the collaboration.

Returns:

See Also:



4171
4172
4173
4174
# File 'lib/aws-sdk-cleanrooms/client.rb', line 4171

def update_collaboration(params = {}, options = {})
  req = build_request(:update_collaboration, params)
  req.send_request(options)
end

#update_configured_audience_model_association(params = {}) ⇒ Types::UpdateConfiguredAudienceModelAssociationOutput

Provides the details necessary to update a configured audience model association.

Examples:

Request syntax with placeholder values


resp = client.update_configured_audience_model_association({
  configured_audience_model_association_identifier: "ConfiguredAudienceModelAssociationIdentifier", # required
  membership_identifier: "MembershipIdentifier", # required
  description: "ResourceDescription",
  name: "ConfiguredAudienceModelAssociationName",
})

Response structure


resp.configured_audience_model_association.id #=> String
resp.configured_audience_model_association.arn #=> String
resp.configured_audience_model_association.configured_audience_model_arn #=> String
resp.configured_audience_model_association.membership_id #=> String
resp.configured_audience_model_association.membership_arn #=> String
resp.configured_audience_model_association.collaboration_id #=> String
resp.configured_audience_model_association.collaboration_arn #=> String
resp.configured_audience_model_association.name #=> String
resp.configured_audience_model_association.manage_resource_policies #=> Boolean
resp.configured_audience_model_association.description #=> String
resp.configured_audience_model_association.create_time #=> Time
resp.configured_audience_model_association.update_time #=> Time

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :configured_audience_model_association_identifier (required, String)

    A unique identifier for the configured audience model association that you want to update.

  • :membership_identifier (required, String)

    A unique identifier of the membership that contains the configured audience model association that you want to update.

  • :description (String)

    A new description for the configured audience model association.

  • :name (String)

    A new name for the configured audience model association.

Returns:

See Also:



4225
4226
4227
4228
# File 'lib/aws-sdk-cleanrooms/client.rb', line 4225

def update_configured_audience_model_association(params = {}, options = {})
  req = build_request(:update_configured_audience_model_association, params)
  req.send_request(options)
end

#update_configured_table(params = {}) ⇒ Types::UpdateConfiguredTableOutput

Updates a configured table.

Examples:

Request syntax with placeholder values


resp = client.update_configured_table({
  configured_table_identifier: "ConfiguredTableIdentifier", # required
  name: "DisplayName",
  description: "TableDescription",
})

Response structure


resp.configured_table.id #=> String
resp.configured_table.arn #=> String
resp.configured_table.name #=> String
resp.configured_table.description #=> String
resp.configured_table.table_reference.glue.table_name #=> String
resp.configured_table.table_reference.glue.database_name #=> String
resp.configured_table.create_time #=> Time
resp.configured_table.update_time #=> Time
resp.configured_table.analysis_rule_types #=> Array
resp.configured_table.analysis_rule_types[0] #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
resp.configured_table.analysis_method #=> String, one of "DIRECT_QUERY"
resp.configured_table.allowed_columns #=> Array
resp.configured_table.allowed_columns[0] #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :configured_table_identifier (required, String)

    The identifier for the configured table to update. Currently accepts the configured table ID.

  • :name (String)

    A new name for the configured table.

  • :description (String)

    A new description for the configured table.

Returns:

See Also:



4274
4275
4276
4277
# File 'lib/aws-sdk-cleanrooms/client.rb', line 4274

def update_configured_table(params = {}, options = {})
  req = build_request(:update_configured_table, params)
  req.send_request(options)
end

#update_configured_table_analysis_rule(params = {}) ⇒ Types::UpdateConfiguredTableAnalysisRuleOutput

Updates a configured table analysis rule.

Examples:

Request syntax with placeholder values


resp = client.update_configured_table_analysis_rule({
  configured_table_identifier: "ConfiguredTableIdentifier", # required
  analysis_rule_type: "AGGREGATION", # required, accepts AGGREGATION, LIST, CUSTOM
  analysis_rule_policy: { # required
    v1: {
      list: {
        join_columns: ["AnalysisRuleColumnName"], # required
        allowed_join_operators: ["OR"], # accepts OR, AND
        list_columns: ["AnalysisRuleColumnName"], # required
        additional_analyses: "ALLOWED", # accepts ALLOWED, REQUIRED, NOT_ALLOWED
      },
      aggregation: {
        aggregate_columns: [ # required
          {
            column_names: ["AnalysisRuleColumnName"], # required
            function: "SUM", # required, accepts SUM, SUM_DISTINCT, COUNT, COUNT_DISTINCT, AVG
          },
        ],
        join_columns: ["AnalysisRuleColumnName"], # required
        join_required: "QUERY_RUNNER", # accepts QUERY_RUNNER
        allowed_join_operators: ["OR"], # accepts OR, AND
        dimension_columns: ["AnalysisRuleColumnName"], # required
        scalar_functions: ["ABS"], # required, accepts ABS, CAST, CEILING, COALESCE, CONVERT, CURRENT_DATE, DATEADD, EXTRACT, FLOOR, GETDATE, LN, LOG, LOWER, ROUND, RTRIM, SQRT, SUBSTRING, TO_CHAR, TO_DATE, TO_NUMBER, TO_TIMESTAMP, TRIM, TRUNC, UPPER
        output_constraints: [ # required
          {
            column_name: "AnalysisRuleColumnName", # required
            minimum: 1, # required
            type: "COUNT_DISTINCT", # required, accepts COUNT_DISTINCT
          },
        ],
        additional_analyses: "ALLOWED", # accepts ALLOWED, REQUIRED, NOT_ALLOWED
      },
      custom: {
        allowed_analyses: ["AnalysisTemplateArnOrQueryWildcard"], # required
        allowed_analysis_providers: ["AccountId"],
        additional_analyses: "ALLOWED", # accepts ALLOWED, REQUIRED, NOT_ALLOWED
        disallowed_output_columns: ["AnalysisRuleColumnName"],
        differential_privacy: {
          columns: [ # required
            {
              name: "String", # required
            },
          ],
        },
      },
    },
  },
})

Response structure


resp.analysis_rule.configured_table_id #=> String
resp.analysis_rule.configured_table_arn #=> String
resp.analysis_rule.policy.v1.list.join_columns #=> Array
resp.analysis_rule.policy.v1.list.join_columns[0] #=> String
resp.analysis_rule.policy.v1.list.allowed_join_operators #=> Array
resp.analysis_rule.policy.v1.list.allowed_join_operators[0] #=> String, one of "OR", "AND"
resp.analysis_rule.policy.v1.list.list_columns #=> Array
resp.analysis_rule.policy.v1.list.list_columns[0] #=> String
resp.analysis_rule.policy.v1.list.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
resp.analysis_rule.policy.v1.aggregation.aggregate_columns #=> Array
resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names #=> Array
resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].column_names[0] #=> String
resp.analysis_rule.policy.v1.aggregation.aggregate_columns[0].function #=> String, one of "SUM", "SUM_DISTINCT", "COUNT", "COUNT_DISTINCT", "AVG"
resp.analysis_rule.policy.v1.aggregation.join_columns #=> Array
resp.analysis_rule.policy.v1.aggregation.join_columns[0] #=> String
resp.analysis_rule.policy.v1.aggregation.join_required #=> String, one of "QUERY_RUNNER"
resp.analysis_rule.policy.v1.aggregation.allowed_join_operators #=> Array
resp.analysis_rule.policy.v1.aggregation.allowed_join_operators[0] #=> String, one of "OR", "AND"
resp.analysis_rule.policy.v1.aggregation.dimension_columns #=> Array
resp.analysis_rule.policy.v1.aggregation.dimension_columns[0] #=> String
resp.analysis_rule.policy.v1.aggregation.scalar_functions #=> Array
resp.analysis_rule.policy.v1.aggregation.scalar_functions[0] #=> String, one of "ABS", "CAST", "CEILING", "COALESCE", "CONVERT", "CURRENT_DATE", "DATEADD", "EXTRACT", "FLOOR", "GETDATE", "LN", "LOG", "LOWER", "ROUND", "RTRIM", "SQRT", "SUBSTRING", "TO_CHAR", "TO_DATE", "TO_NUMBER", "TO_TIMESTAMP", "TRIM", "TRUNC", "UPPER"
resp.analysis_rule.policy.v1.aggregation.output_constraints #=> Array
resp.analysis_rule.policy.v1.aggregation.output_constraints[0].column_name #=> String
resp.analysis_rule.policy.v1.aggregation.output_constraints[0].minimum #=> Integer
resp.analysis_rule.policy.v1.aggregation.output_constraints[0].type #=> String, one of "COUNT_DISTINCT"
resp.analysis_rule.policy.v1.aggregation.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
resp.analysis_rule.policy.v1.custom.allowed_analyses #=> Array
resp.analysis_rule.policy.v1.custom.allowed_analyses[0] #=> String
resp.analysis_rule.policy.v1.custom.allowed_analysis_providers #=> Array
resp.analysis_rule.policy.v1.custom.allowed_analysis_providers[0] #=> String
resp.analysis_rule.policy.v1.custom.additional_analyses #=> String, one of "ALLOWED", "REQUIRED", "NOT_ALLOWED"
resp.analysis_rule.policy.v1.custom.disallowed_output_columns #=> Array
resp.analysis_rule.policy.v1.custom.disallowed_output_columns[0] #=> String
resp.analysis_rule.policy.v1.custom.differential_privacy.columns #=> Array
resp.analysis_rule.policy.v1.custom.differential_privacy.columns[0].name #=> String
resp.analysis_rule.type #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
resp.analysis_rule.create_time #=> Time
resp.analysis_rule.update_time #=> Time

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :configured_table_identifier (required, String)

    The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.

  • :analysis_rule_type (required, String)

    The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.

  • :analysis_rule_policy (required, Types::ConfiguredTableAnalysisRulePolicy)

    The new analysis rule policy for the configured table analysis rule.

Returns:

See Also:



4394
4395
4396
4397
# File 'lib/aws-sdk-cleanrooms/client.rb', line 4394

def update_configured_table_analysis_rule(params = {}, options = {})
  req = build_request(:update_configured_table_analysis_rule, params)
  req.send_request(options)
end

#update_configured_table_association(params = {}) ⇒ Types::UpdateConfiguredTableAssociationOutput

Updates a configured table association.

Examples:

Request syntax with placeholder values


resp = client.update_configured_table_association({
  configured_table_association_identifier: "ConfiguredTableAssociationIdentifier", # required
  membership_identifier: "MembershipIdentifier", # required
  description: "TableDescription",
  role_arn: "RoleArn",
})

Response structure


resp.configured_table_association.arn #=> String
resp.configured_table_association.id #=> String
resp.configured_table_association.configured_table_id #=> String
resp.configured_table_association.configured_table_arn #=> String
resp.configured_table_association.membership_id #=> String
resp.configured_table_association.membership_arn #=> String
resp.configured_table_association.role_arn #=> String
resp.configured_table_association.name #=> String
resp.configured_table_association.description #=> String
resp.configured_table_association.analysis_rule_types #=> Array
resp.configured_table_association.analysis_rule_types[0] #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
resp.configured_table_association.create_time #=> Time
resp.configured_table_association.update_time #=> Time

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :configured_table_association_identifier (required, String)

    The unique identifier for the configured table association to update. Currently accepts the configured table association ID.

  • :membership_identifier (required, String)

    The unique ID for the membership that the configured table association belongs to.

  • :description (String)

    A new description for the configured table association.

  • :role_arn (String)

    The service will assume this role to access catalog metadata and query the table.

Returns:

See Also:



4449
4450
4451
4452
# File 'lib/aws-sdk-cleanrooms/client.rb', line 4449

def update_configured_table_association(params = {}, options = {})
  req = build_request(:update_configured_table_association, params)
  req.send_request(options)
end

#update_configured_table_association_analysis_rule(params = {}) ⇒ Types::UpdateConfiguredTableAssociationAnalysisRuleOutput

Updates the analysis rule for a configured table association.

Examples:

Request syntax with placeholder values


resp = client.update_configured_table_association_analysis_rule({
  membership_identifier: "MembershipIdentifier", # required
  configured_table_association_identifier: "ConfiguredTableAssociationIdentifier", # required
  analysis_rule_type: "AGGREGATION", # required, accepts AGGREGATION, LIST, CUSTOM
  analysis_rule_policy: { # required
    v1: {
      list: {
        allowed_result_receivers: ["AccountId"],
        allowed_additional_analyses: ["AdditionalAnalysesResourceArn"],
      },
      aggregation: {
        allowed_result_receivers: ["AccountId"],
        allowed_additional_analyses: ["AdditionalAnalysesResourceArn"],
      },
      custom: {
        allowed_result_receivers: ["AccountId"],
        allowed_additional_analyses: ["AdditionalAnalysesResourceArn"],
      },
    },
  },
})

Response structure


resp.analysis_rule.membership_identifier #=> String
resp.analysis_rule.configured_table_association_id #=> String
resp.analysis_rule.configured_table_association_arn #=> String
resp.analysis_rule.policy.v1.list.allowed_result_receivers #=> Array
resp.analysis_rule.policy.v1.list.allowed_result_receivers[0] #=> String
resp.analysis_rule.policy.v1.list.allowed_additional_analyses #=> Array
resp.analysis_rule.policy.v1.list.allowed_additional_analyses[0] #=> String
resp.analysis_rule.policy.v1.aggregation.allowed_result_receivers #=> Array
resp.analysis_rule.policy.v1.aggregation.allowed_result_receivers[0] #=> String
resp.analysis_rule.policy.v1.aggregation.allowed_additional_analyses #=> Array
resp.analysis_rule.policy.v1.aggregation.allowed_additional_analyses[0] #=> String
resp.analysis_rule.policy.v1.custom.allowed_result_receivers #=> Array
resp.analysis_rule.policy.v1.custom.allowed_result_receivers[0] #=> String
resp.analysis_rule.policy.v1.custom.allowed_additional_analyses #=> Array
resp.analysis_rule.policy.v1.custom.allowed_additional_analyses[0] #=> String
resp.analysis_rule.type #=> String, one of "AGGREGATION", "LIST", "CUSTOM"
resp.analysis_rule.create_time #=> Time
resp.analysis_rule.update_time #=> Time

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :membership_identifier (required, String)

    A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.

  • :configured_table_association_identifier (required, String)

    The identifier for the configured table association to update.

  • :analysis_rule_type (required, String)

    The analysis rule type that you want to update.

  • :analysis_rule_policy (required, Types::ConfiguredTableAssociationAnalysisRulePolicy)

    The updated analysis rule policy for the configured table association.

Returns:

See Also:



4522
4523
4524
4525
# File 'lib/aws-sdk-cleanrooms/client.rb', line 4522

def update_configured_table_association_analysis_rule(params = {}, options = {})
  req = build_request(:update_configured_table_association_analysis_rule, params)
  req.send_request(options)
end

#update_id_mapping_table(params = {}) ⇒ Types::UpdateIdMappingTableOutput

Provides the details that are necessary to update an ID mapping table.

Examples:

Request syntax with placeholder values


resp = client.update_id_mapping_table({
  id_mapping_table_identifier: "UUID", # required
  membership_identifier: "MembershipIdentifier", # required
  description: "ResourceDescription",
  kms_key_arn: "KMSKeyArn",
})

Response structure


resp.id_mapping_table.id #=> String
resp.id_mapping_table.arn #=> String
resp.id_mapping_table.input_reference_config.input_reference_arn #=> String
resp.id_mapping_table.input_reference_config.manage_resource_policies #=> Boolean
resp.id_mapping_table.membership_id #=> String
resp.id_mapping_table.membership_arn #=> String
resp.id_mapping_table.collaboration_id #=> String
resp.id_mapping_table.collaboration_arn #=> String
resp.id_mapping_table.description #=> String
resp.id_mapping_table.name #=> String
resp.id_mapping_table.create_time #=> Time
resp.id_mapping_table.update_time #=> Time
resp.id_mapping_table.input_reference_properties.id_mapping_table_input_source #=> Array
resp.id_mapping_table.input_reference_properties.id_mapping_table_input_source[0].id_namespace_association_id #=> String
resp.id_mapping_table.input_reference_properties.id_mapping_table_input_source[0].type #=> String, one of "SOURCE", "TARGET"
resp.id_mapping_table.kms_key_arn #=> String

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :id_mapping_table_identifier (required, String)

    The unique identifier of the ID mapping table that you want to update.

  • :membership_identifier (required, String)

    The unique identifier of the membership that contains the ID mapping table that you want to update.

  • :description (String)

    A new description for the ID mapping table.

  • :kms_key_arn (String)

    The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.

Returns:

See Also:



4578
4579
4580
4581
# File 'lib/aws-sdk-cleanrooms/client.rb', line 4578

def update_id_mapping_table(params = {}, options = {})
  req = build_request(:update_id_mapping_table, params)
  req.send_request(options)
end

#update_id_namespace_association(params = {}) ⇒ Types::UpdateIdNamespaceAssociationOutput

Provides the details that are necessary to update an ID namespace association.

Examples:

Request syntax with placeholder values


resp = client.update_id_namespace_association({
  id_namespace_association_identifier: "IdNamespaceAssociationIdentifier", # required
  membership_identifier: "MembershipIdentifier", # required
  name: "GenericResourceName",
  description: "ResourceDescription",
  id_mapping_config: {
    allow_use_as_dimension_column: false, # required
  },
})

Response structure


resp.id_namespace_association.id #=> String
resp.id_namespace_association.arn #=> String
resp.id_namespace_association.membership_id #=> String
resp.id_namespace_association.membership_arn #=> String
resp.id_namespace_association.collaboration_id #=> String
resp.id_namespace_association.collaboration_arn #=> String
resp.id_namespace_association.name #=> String
resp.id_namespace_association.description #=> String
resp.id_namespace_association.create_time #=> Time
resp.id_namespace_association.update_time #=> Time
resp.id_namespace_association.input_reference_config.input_reference_arn #=> String
resp.id_namespace_association.input_reference_config.manage_resource_policies #=> Boolean
resp.id_namespace_association.input_reference_properties.id_namespace_type #=> String, one of "SOURCE", "TARGET"
resp.id_namespace_association.input_reference_properties.id_mapping_workflows_supported #=> Array
resp.id_namespace_association.id_mapping_config.allow_use_as_dimension_column #=> Boolean

Parameters:

  • params (Hash) (defaults to: {})

    ({})

Options Hash (params):

  • :id_namespace_association_identifier (required, String)

    The unique identifier of the ID namespace association that you want to update.

  • :membership_identifier (required, String)

    The unique identifier of the membership that contains the ID namespace association that you want to update.

  • :name (String)

    A new name for the ID namespace association.

  • :description (String)

    A new description for the ID namespace association.

  • :id_mapping_config (Types::IdMappingConfig)

    The configuration settings for the ID mapping table.

Returns: