aws-sdk-cleanrooms 1.8.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,18 +24,38 @@ module Aws::CleanRooms
24
24
  AggregationConstraints = Shapes::ListShape.new(name: 'AggregationConstraints')
25
25
  AggregationType = Shapes::StringShape.new(name: 'AggregationType')
26
26
  AllowedColumnList = Shapes::ListShape.new(name: 'AllowedColumnList')
27
+ AnalysisFormat = Shapes::StringShape.new(name: 'AnalysisFormat')
27
28
  AnalysisMethod = Shapes::StringShape.new(name: 'AnalysisMethod')
29
+ AnalysisParameter = Shapes::StructureShape.new(name: 'AnalysisParameter')
30
+ AnalysisParameterList = Shapes::ListShape.new(name: 'AnalysisParameterList')
28
31
  AnalysisRule = Shapes::StructureShape.new(name: 'AnalysisRule')
29
32
  AnalysisRuleAggregation = Shapes::StructureShape.new(name: 'AnalysisRuleAggregation')
30
33
  AnalysisRuleAggregationAggregateColumnsList = Shapes::ListShape.new(name: 'AnalysisRuleAggregationAggregateColumnsList')
31
34
  AnalysisRuleColumnList = Shapes::ListShape.new(name: 'AnalysisRuleColumnList')
32
35
  AnalysisRuleColumnName = Shapes::StringShape.new(name: 'AnalysisRuleColumnName')
36
+ AnalysisRuleCustom = Shapes::StructureShape.new(name: 'AnalysisRuleCustom')
37
+ AnalysisRuleCustomAllowedAnalysesList = Shapes::ListShape.new(name: 'AnalysisRuleCustomAllowedAnalysesList')
38
+ AnalysisRuleCustomAllowedAnalysisProvidersList = Shapes::ListShape.new(name: 'AnalysisRuleCustomAllowedAnalysisProvidersList')
33
39
  AnalysisRuleList = Shapes::StructureShape.new(name: 'AnalysisRuleList')
34
40
  AnalysisRuleListJoinColumnsList = Shapes::ListShape.new(name: 'AnalysisRuleListJoinColumnsList')
35
41
  AnalysisRulePolicy = Shapes::UnionShape.new(name: 'AnalysisRulePolicy')
36
42
  AnalysisRulePolicyV1 = Shapes::UnionShape.new(name: 'AnalysisRulePolicyV1')
37
43
  AnalysisRuleType = Shapes::StringShape.new(name: 'AnalysisRuleType')
38
44
  AnalysisRuleTypeList = Shapes::ListShape.new(name: 'AnalysisRuleTypeList')
45
+ AnalysisSchema = Shapes::StructureShape.new(name: 'AnalysisSchema')
46
+ AnalysisSource = Shapes::UnionShape.new(name: 'AnalysisSource')
47
+ AnalysisTemplate = Shapes::StructureShape.new(name: 'AnalysisTemplate')
48
+ AnalysisTemplateArn = Shapes::StringShape.new(name: 'AnalysisTemplateArn')
49
+ AnalysisTemplateArnList = Shapes::ListShape.new(name: 'AnalysisTemplateArnList')
50
+ AnalysisTemplateArnOrQueryWildcard = Shapes::StringShape.new(name: 'AnalysisTemplateArnOrQueryWildcard')
51
+ AnalysisTemplateIdentifier = Shapes::StringShape.new(name: 'AnalysisTemplateIdentifier')
52
+ AnalysisTemplateSummary = Shapes::StructureShape.new(name: 'AnalysisTemplateSummary')
53
+ AnalysisTemplateSummaryList = Shapes::ListShape.new(name: 'AnalysisTemplateSummaryList')
54
+ AnalysisTemplateText = Shapes::StringShape.new(name: 'AnalysisTemplateText')
55
+ BatchGetCollaborationAnalysisTemplateError = Shapes::StructureShape.new(name: 'BatchGetCollaborationAnalysisTemplateError')
56
+ BatchGetCollaborationAnalysisTemplateErrorList = Shapes::ListShape.new(name: 'BatchGetCollaborationAnalysisTemplateErrorList')
57
+ BatchGetCollaborationAnalysisTemplateInput = Shapes::StructureShape.new(name: 'BatchGetCollaborationAnalysisTemplateInput')
58
+ BatchGetCollaborationAnalysisTemplateOutput = Shapes::StructureShape.new(name: 'BatchGetCollaborationAnalysisTemplateOutput')
39
59
  BatchGetSchemaError = Shapes::StructureShape.new(name: 'BatchGetSchemaError')
40
60
  BatchGetSchemaErrorList = Shapes::ListShape.new(name: 'BatchGetSchemaErrorList')
41
61
  BatchGetSchemaInput = Shapes::StructureShape.new(name: 'BatchGetSchemaInput')
@@ -43,6 +63,10 @@ module Aws::CleanRooms
43
63
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
44
64
  CleanroomsArn = Shapes::StringShape.new(name: 'CleanroomsArn')
45
65
  Collaboration = Shapes::StructureShape.new(name: 'Collaboration')
66
+ CollaborationAnalysisTemplate = Shapes::StructureShape.new(name: 'CollaborationAnalysisTemplate')
67
+ CollaborationAnalysisTemplateList = Shapes::ListShape.new(name: 'CollaborationAnalysisTemplateList')
68
+ CollaborationAnalysisTemplateSummary = Shapes::StructureShape.new(name: 'CollaborationAnalysisTemplateSummary')
69
+ CollaborationAnalysisTemplateSummaryList = Shapes::ListShape.new(name: 'CollaborationAnalysisTemplateSummaryList')
46
70
  CollaborationArn = Shapes::StringShape.new(name: 'CollaborationArn')
47
71
  CollaborationDescription = Shapes::StringShape.new(name: 'CollaborationDescription')
48
72
  CollaborationIdentifier = Shapes::StringShape.new(name: 'CollaborationIdentifier')
@@ -71,6 +95,8 @@ module Aws::CleanRooms
71
95
  ConfiguredTableSummaryList = Shapes::ListShape.new(name: 'ConfiguredTableSummaryList')
72
96
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
73
97
  ConflictExceptionReason = Shapes::StringShape.new(name: 'ConflictExceptionReason')
98
+ CreateAnalysisTemplateInput = Shapes::StructureShape.new(name: 'CreateAnalysisTemplateInput')
99
+ CreateAnalysisTemplateOutput = Shapes::StructureShape.new(name: 'CreateAnalysisTemplateOutput')
74
100
  CreateCollaborationInput = Shapes::StructureShape.new(name: 'CreateCollaborationInput')
75
101
  CreateCollaborationOutput = Shapes::StructureShape.new(name: 'CreateCollaborationOutput')
76
102
  CreateConfiguredTableAnalysisRuleInput = Shapes::StructureShape.new(name: 'CreateConfiguredTableAnalysisRuleInput')
@@ -82,6 +108,8 @@ module Aws::CleanRooms
82
108
  CreateMembershipInput = Shapes::StructureShape.new(name: 'CreateMembershipInput')
83
109
  CreateMembershipOutput = Shapes::StructureShape.new(name: 'CreateMembershipOutput')
84
110
  DataEncryptionMetadata = Shapes::StructureShape.new(name: 'DataEncryptionMetadata')
111
+ DeleteAnalysisTemplateInput = Shapes::StructureShape.new(name: 'DeleteAnalysisTemplateInput')
112
+ DeleteAnalysisTemplateOutput = Shapes::StructureShape.new(name: 'DeleteAnalysisTemplateOutput')
85
113
  DeleteCollaborationInput = Shapes::StructureShape.new(name: 'DeleteCollaborationInput')
86
114
  DeleteCollaborationOutput = Shapes::StructureShape.new(name: 'DeleteCollaborationOutput')
87
115
  DeleteConfiguredTableAnalysisRuleInput = Shapes::StructureShape.new(name: 'DeleteConfiguredTableAnalysisRuleInput')
@@ -97,6 +125,10 @@ module Aws::CleanRooms
97
125
  DisplayName = Shapes::StringShape.new(name: 'DisplayName')
98
126
  Double = Shapes::FloatShape.new(name: 'Double')
99
127
  FilterableMemberStatus = Shapes::StringShape.new(name: 'FilterableMemberStatus')
128
+ GetAnalysisTemplateInput = Shapes::StructureShape.new(name: 'GetAnalysisTemplateInput')
129
+ GetAnalysisTemplateOutput = Shapes::StructureShape.new(name: 'GetAnalysisTemplateOutput')
130
+ GetCollaborationAnalysisTemplateInput = Shapes::StructureShape.new(name: 'GetCollaborationAnalysisTemplateInput')
131
+ GetCollaborationAnalysisTemplateOutput = Shapes::StructureShape.new(name: 'GetCollaborationAnalysisTemplateOutput')
100
132
  GetCollaborationInput = Shapes::StructureShape.new(name: 'GetCollaborationInput')
101
133
  GetCollaborationOutput = Shapes::StructureShape.new(name: 'GetCollaborationOutput')
102
134
  GetConfiguredTableAnalysisRuleInput = Shapes::StructureShape.new(name: 'GetConfiguredTableAnalysisRuleInput')
@@ -121,6 +153,10 @@ module Aws::CleanRooms
121
153
  JoinOperatorsList = Shapes::ListShape.new(name: 'JoinOperatorsList')
122
154
  JoinRequiredOption = Shapes::StringShape.new(name: 'JoinRequiredOption')
123
155
  KeyPrefix = Shapes::StringShape.new(name: 'KeyPrefix')
156
+ ListAnalysisTemplatesInput = Shapes::StructureShape.new(name: 'ListAnalysisTemplatesInput')
157
+ ListAnalysisTemplatesOutput = Shapes::StructureShape.new(name: 'ListAnalysisTemplatesOutput')
158
+ ListCollaborationAnalysisTemplatesInput = Shapes::StructureShape.new(name: 'ListCollaborationAnalysisTemplatesInput')
159
+ ListCollaborationAnalysisTemplatesOutput = Shapes::StructureShape.new(name: 'ListCollaborationAnalysisTemplatesOutput')
124
160
  ListCollaborationsInput = Shapes::StructureShape.new(name: 'ListCollaborationsInput')
125
161
  ListCollaborationsOutput = Shapes::StructureShape.new(name: 'ListCollaborationsOutput')
126
162
  ListConfiguredTableAssociationsInput = Shapes::StructureShape.new(name: 'ListConfiguredTableAssociationsInput')
@@ -154,6 +190,10 @@ module Aws::CleanRooms
154
190
  MembershipSummary = Shapes::StructureShape.new(name: 'MembershipSummary')
155
191
  MembershipSummaryList = Shapes::ListShape.new(name: 'MembershipSummaryList')
156
192
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
193
+ ParameterMap = Shapes::MapShape.new(name: 'ParameterMap')
194
+ ParameterName = Shapes::StringShape.new(name: 'ParameterName')
195
+ ParameterType = Shapes::StringShape.new(name: 'ParameterType')
196
+ ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
157
197
  ProtectedQuery = Shapes::StructureShape.new(name: 'ProtectedQuery')
158
198
  ProtectedQueryError = Shapes::StructureShape.new(name: 'ProtectedQueryError')
159
199
  ProtectedQueryIdentifier = Shapes::StringShape.new(name: 'ProtectedQueryIdentifier')
@@ -171,6 +211,9 @@ module Aws::CleanRooms
171
211
  ProtectedQuerySummary = Shapes::StructureShape.new(name: 'ProtectedQuerySummary')
172
212
  ProtectedQuerySummaryList = Shapes::ListShape.new(name: 'ProtectedQuerySummaryList')
173
213
  ProtectedQueryType = Shapes::StringShape.new(name: 'ProtectedQueryType')
214
+ QueryTables = Shapes::ListShape.new(name: 'QueryTables')
215
+ ResourceAlias = Shapes::StringShape.new(name: 'ResourceAlias')
216
+ ResourceDescription = Shapes::StringShape.new(name: 'ResourceDescription')
174
217
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
175
218
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
176
219
  ResultFormat = Shapes::StringShape.new(name: 'ResultFormat')
@@ -202,6 +245,8 @@ module Aws::CleanRooms
202
245
  UUID = Shapes::StringShape.new(name: 'UUID')
203
246
  UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
204
247
  UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
248
+ UpdateAnalysisTemplateInput = Shapes::StructureShape.new(name: 'UpdateAnalysisTemplateInput')
249
+ UpdateAnalysisTemplateOutput = Shapes::StructureShape.new(name: 'UpdateAnalysisTemplateOutput')
205
250
  UpdateCollaborationInput = Shapes::StructureShape.new(name: 'UpdateCollaborationInput')
206
251
  UpdateCollaborationOutput = Shapes::StructureShape.new(name: 'UpdateCollaborationOutput')
207
252
  UpdateConfiguredTableAnalysisRuleInput = Shapes::StructureShape.new(name: 'UpdateConfiguredTableAnalysisRuleInput')
@@ -238,6 +283,13 @@ module Aws::CleanRooms
238
283
 
239
284
  AllowedColumnList.member = Shapes::ShapeRef.new(shape: ColumnName)
240
285
 
286
+ AnalysisParameter.add_member(:name, Shapes::ShapeRef.new(shape: ParameterName, required: true, location_name: "name"))
287
+ AnalysisParameter.add_member(:type, Shapes::ShapeRef.new(shape: ParameterType, required: true, location_name: "type"))
288
+ AnalysisParameter.add_member(:default_value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "defaultValue"))
289
+ AnalysisParameter.struct_class = Types::AnalysisParameter
290
+
291
+ AnalysisParameterList.member = Shapes::ShapeRef.new(shape: AnalysisParameter)
292
+
241
293
  AnalysisRule.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location_name: "collaborationId"))
242
294
  AnalysisRule.add_member(:type, Shapes::ShapeRef.new(shape: AnalysisRuleType, required: true, location_name: "type"))
243
295
  AnalysisRule.add_member(:name, Shapes::ShapeRef.new(shape: TableAlias, required: true, location_name: "name"))
@@ -259,6 +311,14 @@ module Aws::CleanRooms
259
311
 
260
312
  AnalysisRuleColumnList.member = Shapes::ShapeRef.new(shape: AnalysisRuleColumnName)
261
313
 
314
+ AnalysisRuleCustom.add_member(:allowed_analyses, Shapes::ShapeRef.new(shape: AnalysisRuleCustomAllowedAnalysesList, required: true, location_name: "allowedAnalyses"))
315
+ AnalysisRuleCustom.add_member(:allowed_analysis_providers, Shapes::ShapeRef.new(shape: AnalysisRuleCustomAllowedAnalysisProvidersList, location_name: "allowedAnalysisProviders"))
316
+ AnalysisRuleCustom.struct_class = Types::AnalysisRuleCustom
317
+
318
+ AnalysisRuleCustomAllowedAnalysesList.member = Shapes::ShapeRef.new(shape: AnalysisTemplateArnOrQueryWildcard)
319
+
320
+ AnalysisRuleCustomAllowedAnalysisProvidersList.member = Shapes::ShapeRef.new(shape: AccountId)
321
+
262
322
  AnalysisRuleList.add_member(:join_columns, Shapes::ShapeRef.new(shape: AnalysisRuleListJoinColumnsList, required: true, location_name: "joinColumns"))
263
323
  AnalysisRuleList.add_member(:allowed_join_operators, Shapes::ShapeRef.new(shape: JoinOperatorsList, location_name: "allowedJoinOperators"))
264
324
  AnalysisRuleList.add_member(:list_columns, Shapes::ShapeRef.new(shape: AnalysisRuleColumnList, required: true, location_name: "listColumns"))
@@ -274,14 +334,72 @@ module Aws::CleanRooms
274
334
 
275
335
  AnalysisRulePolicyV1.add_member(:list, Shapes::ShapeRef.new(shape: AnalysisRuleList, location_name: "list"))
276
336
  AnalysisRulePolicyV1.add_member(:aggregation, Shapes::ShapeRef.new(shape: AnalysisRuleAggregation, location_name: "aggregation"))
337
+ AnalysisRulePolicyV1.add_member(:custom, Shapes::ShapeRef.new(shape: AnalysisRuleCustom, location_name: "custom"))
277
338
  AnalysisRulePolicyV1.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
278
339
  AnalysisRulePolicyV1.add_member_subclass(:list, Types::AnalysisRulePolicyV1::List)
279
340
  AnalysisRulePolicyV1.add_member_subclass(:aggregation, Types::AnalysisRulePolicyV1::Aggregation)
341
+ AnalysisRulePolicyV1.add_member_subclass(:custom, Types::AnalysisRulePolicyV1::Custom)
280
342
  AnalysisRulePolicyV1.add_member_subclass(:unknown, Types::AnalysisRulePolicyV1::Unknown)
281
343
  AnalysisRulePolicyV1.struct_class = Types::AnalysisRulePolicyV1
282
344
 
283
345
  AnalysisRuleTypeList.member = Shapes::ShapeRef.new(shape: AnalysisRuleType)
284
346
 
347
+ AnalysisSchema.add_member(:referenced_tables, Shapes::ShapeRef.new(shape: QueryTables, location_name: "referencedTables"))
348
+ AnalysisSchema.struct_class = Types::AnalysisSchema
349
+
350
+ AnalysisSource.add_member(:text, Shapes::ShapeRef.new(shape: AnalysisTemplateText, location_name: "text"))
351
+ AnalysisSource.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
352
+ AnalysisSource.add_member_subclass(:text, Types::AnalysisSource::Text)
353
+ AnalysisSource.add_member_subclass(:unknown, Types::AnalysisSource::Unknown)
354
+ AnalysisSource.struct_class = Types::AnalysisSource
355
+
356
+ AnalysisTemplate.add_member(:id, Shapes::ShapeRef.new(shape: AnalysisTemplateIdentifier, required: true, location_name: "id"))
357
+ AnalysisTemplate.add_member(:arn, Shapes::ShapeRef.new(shape: AnalysisTemplateArn, required: true, location_name: "arn"))
358
+ AnalysisTemplate.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationId"))
359
+ AnalysisTemplate.add_member(:collaboration_arn, Shapes::ShapeRef.new(shape: CollaborationArn, required: true, location_name: "collaborationArn"))
360
+ AnalysisTemplate.add_member(:membership_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipId"))
361
+ AnalysisTemplate.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, required: true, location_name: "membershipArn"))
362
+ AnalysisTemplate.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
363
+ AnalysisTemplate.add_member(:name, Shapes::ShapeRef.new(shape: ResourceAlias, required: true, location_name: "name"))
364
+ AnalysisTemplate.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
365
+ AnalysisTemplate.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
366
+ AnalysisTemplate.add_member(:schema, Shapes::ShapeRef.new(shape: AnalysisSchema, required: true, location_name: "schema"))
367
+ AnalysisTemplate.add_member(:format, Shapes::ShapeRef.new(shape: AnalysisFormat, required: true, location_name: "format"))
368
+ AnalysisTemplate.add_member(:source, Shapes::ShapeRef.new(shape: AnalysisSource, required: true, location_name: "source"))
369
+ AnalysisTemplate.add_member(:analysis_parameters, Shapes::ShapeRef.new(shape: AnalysisParameterList, location_name: "analysisParameters"))
370
+ AnalysisTemplate.struct_class = Types::AnalysisTemplate
371
+
372
+ AnalysisTemplateArnList.member = Shapes::ShapeRef.new(shape: AnalysisTemplateArn)
373
+
374
+ AnalysisTemplateSummary.add_member(:arn, Shapes::ShapeRef.new(shape: AnalysisTemplateArn, required: true, location_name: "arn"))
375
+ AnalysisTemplateSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
376
+ AnalysisTemplateSummary.add_member(:id, Shapes::ShapeRef.new(shape: AnalysisTemplateIdentifier, required: true, location_name: "id"))
377
+ AnalysisTemplateSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceAlias, required: true, location_name: "name"))
378
+ AnalysisTemplateSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
379
+ AnalysisTemplateSummary.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, required: true, location_name: "membershipArn"))
380
+ AnalysisTemplateSummary.add_member(:membership_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipId"))
381
+ AnalysisTemplateSummary.add_member(:collaboration_arn, Shapes::ShapeRef.new(shape: CollaborationArn, required: true, location_name: "collaborationArn"))
382
+ AnalysisTemplateSummary.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationId"))
383
+ AnalysisTemplateSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
384
+ AnalysisTemplateSummary.struct_class = Types::AnalysisTemplateSummary
385
+
386
+ AnalysisTemplateSummaryList.member = Shapes::ShapeRef.new(shape: AnalysisTemplateSummary)
387
+
388
+ BatchGetCollaborationAnalysisTemplateError.add_member(:arn, Shapes::ShapeRef.new(shape: AnalysisTemplateArn, required: true, location_name: "arn"))
389
+ BatchGetCollaborationAnalysisTemplateError.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
390
+ BatchGetCollaborationAnalysisTemplateError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
391
+ BatchGetCollaborationAnalysisTemplateError.struct_class = Types::BatchGetCollaborationAnalysisTemplateError
392
+
393
+ BatchGetCollaborationAnalysisTemplateErrorList.member = Shapes::ShapeRef.new(shape: BatchGetCollaborationAnalysisTemplateError)
394
+
395
+ BatchGetCollaborationAnalysisTemplateInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
396
+ BatchGetCollaborationAnalysisTemplateInput.add_member(:analysis_template_arns, Shapes::ShapeRef.new(shape: AnalysisTemplateArnList, required: true, location_name: "analysisTemplateArns"))
397
+ BatchGetCollaborationAnalysisTemplateInput.struct_class = Types::BatchGetCollaborationAnalysisTemplateInput
398
+
399
+ BatchGetCollaborationAnalysisTemplateOutput.add_member(:collaboration_analysis_templates, Shapes::ShapeRef.new(shape: CollaborationAnalysisTemplateList, required: true, location_name: "collaborationAnalysisTemplates"))
400
+ BatchGetCollaborationAnalysisTemplateOutput.add_member(:errors, Shapes::ShapeRef.new(shape: BatchGetCollaborationAnalysisTemplateErrorList, required: true, location_name: "errors"))
401
+ BatchGetCollaborationAnalysisTemplateOutput.struct_class = Types::BatchGetCollaborationAnalysisTemplateOutput
402
+
285
403
  BatchGetSchemaError.add_member(:name, Shapes::ShapeRef.new(shape: TableAlias, required: true, location_name: "name"))
286
404
  BatchGetSchemaError.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
287
405
  BatchGetSchemaError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
@@ -312,6 +430,36 @@ module Aws::CleanRooms
312
430
  Collaboration.add_member(:query_log_status, Shapes::ShapeRef.new(shape: CollaborationQueryLogStatus, required: true, location_name: "queryLogStatus"))
313
431
  Collaboration.struct_class = Types::Collaboration
314
432
 
433
+ CollaborationAnalysisTemplate.add_member(:id, Shapes::ShapeRef.new(shape: AnalysisTemplateIdentifier, required: true, location_name: "id"))
434
+ CollaborationAnalysisTemplate.add_member(:arn, Shapes::ShapeRef.new(shape: AnalysisTemplateArn, required: true, location_name: "arn"))
435
+ CollaborationAnalysisTemplate.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationId"))
436
+ CollaborationAnalysisTemplate.add_member(:collaboration_arn, Shapes::ShapeRef.new(shape: CollaborationArn, required: true, location_name: "collaborationArn"))
437
+ CollaborationAnalysisTemplate.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
438
+ CollaborationAnalysisTemplate.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
439
+ CollaborationAnalysisTemplate.add_member(:name, Shapes::ShapeRef.new(shape: ResourceAlias, required: true, location_name: "name"))
440
+ CollaborationAnalysisTemplate.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
441
+ CollaborationAnalysisTemplate.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
442
+ CollaborationAnalysisTemplate.add_member(:schema, Shapes::ShapeRef.new(shape: AnalysisSchema, required: true, location_name: "schema"))
443
+ CollaborationAnalysisTemplate.add_member(:format, Shapes::ShapeRef.new(shape: AnalysisFormat, required: true, location_name: "format"))
444
+ CollaborationAnalysisTemplate.add_member(:source, Shapes::ShapeRef.new(shape: AnalysisSource, required: true, location_name: "source"))
445
+ CollaborationAnalysisTemplate.add_member(:analysis_parameters, Shapes::ShapeRef.new(shape: AnalysisParameterList, location_name: "analysisParameters"))
446
+ CollaborationAnalysisTemplate.struct_class = Types::CollaborationAnalysisTemplate
447
+
448
+ CollaborationAnalysisTemplateList.member = Shapes::ShapeRef.new(shape: CollaborationAnalysisTemplate)
449
+
450
+ CollaborationAnalysisTemplateSummary.add_member(:arn, Shapes::ShapeRef.new(shape: AnalysisTemplateArn, required: true, location_name: "arn"))
451
+ CollaborationAnalysisTemplateSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
452
+ CollaborationAnalysisTemplateSummary.add_member(:id, Shapes::ShapeRef.new(shape: AnalysisTemplateIdentifier, required: true, location_name: "id"))
453
+ CollaborationAnalysisTemplateSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceAlias, required: true, location_name: "name"))
454
+ CollaborationAnalysisTemplateSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
455
+ CollaborationAnalysisTemplateSummary.add_member(:collaboration_arn, Shapes::ShapeRef.new(shape: CollaborationArn, required: true, location_name: "collaborationArn"))
456
+ CollaborationAnalysisTemplateSummary.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationId"))
457
+ CollaborationAnalysisTemplateSummary.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
458
+ CollaborationAnalysisTemplateSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
459
+ CollaborationAnalysisTemplateSummary.struct_class = Types::CollaborationAnalysisTemplateSummary
460
+
461
+ CollaborationAnalysisTemplateSummaryList.member = Shapes::ShapeRef.new(shape: CollaborationAnalysisTemplateSummary)
462
+
315
463
  CollaborationSummary.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
316
464
  CollaborationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: CollaborationArn, required: true, location_name: "arn"))
317
465
  CollaborationSummary.add_member(:name, Shapes::ShapeRef.new(shape: CollaborationName, required: true, location_name: "name"))
@@ -360,9 +508,11 @@ module Aws::CleanRooms
360
508
 
361
509
  ConfiguredTableAnalysisRulePolicyV1.add_member(:list, Shapes::ShapeRef.new(shape: AnalysisRuleList, location_name: "list"))
362
510
  ConfiguredTableAnalysisRulePolicyV1.add_member(:aggregation, Shapes::ShapeRef.new(shape: AnalysisRuleAggregation, location_name: "aggregation"))
511
+ ConfiguredTableAnalysisRulePolicyV1.add_member(:custom, Shapes::ShapeRef.new(shape: AnalysisRuleCustom, location_name: "custom"))
363
512
  ConfiguredTableAnalysisRulePolicyV1.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
364
513
  ConfiguredTableAnalysisRulePolicyV1.add_member_subclass(:list, Types::ConfiguredTableAnalysisRulePolicyV1::List)
365
514
  ConfiguredTableAnalysisRulePolicyV1.add_member_subclass(:aggregation, Types::ConfiguredTableAnalysisRulePolicyV1::Aggregation)
515
+ ConfiguredTableAnalysisRulePolicyV1.add_member_subclass(:custom, Types::ConfiguredTableAnalysisRulePolicyV1::Custom)
366
516
  ConfiguredTableAnalysisRulePolicyV1.add_member_subclass(:unknown, Types::ConfiguredTableAnalysisRulePolicyV1::Unknown)
367
517
  ConfiguredTableAnalysisRulePolicyV1.struct_class = Types::ConfiguredTableAnalysisRulePolicyV1
368
518
 
@@ -410,6 +560,18 @@ module Aws::CleanRooms
410
560
  ConflictException.add_member(:reason, Shapes::ShapeRef.new(shape: ConflictExceptionReason, location_name: "reason"))
411
561
  ConflictException.struct_class = Types::ConflictException
412
562
 
563
+ CreateAnalysisTemplateInput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
564
+ CreateAnalysisTemplateInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
565
+ CreateAnalysisTemplateInput.add_member(:name, Shapes::ShapeRef.new(shape: TableAlias, required: true, location_name: "name"))
566
+ CreateAnalysisTemplateInput.add_member(:format, Shapes::ShapeRef.new(shape: AnalysisFormat, required: true, location_name: "format"))
567
+ CreateAnalysisTemplateInput.add_member(:source, Shapes::ShapeRef.new(shape: AnalysisSource, required: true, location_name: "source"))
568
+ CreateAnalysisTemplateInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
569
+ CreateAnalysisTemplateInput.add_member(:analysis_parameters, Shapes::ShapeRef.new(shape: AnalysisParameterList, location_name: "analysisParameters"))
570
+ CreateAnalysisTemplateInput.struct_class = Types::CreateAnalysisTemplateInput
571
+
572
+ CreateAnalysisTemplateOutput.add_member(:analysis_template, Shapes::ShapeRef.new(shape: AnalysisTemplate, required: true, location_name: "analysisTemplate"))
573
+ CreateAnalysisTemplateOutput.struct_class = Types::CreateAnalysisTemplateOutput
574
+
413
575
  CreateCollaborationInput.add_member(:members, Shapes::ShapeRef.new(shape: MemberList, required: true, location_name: "members"))
414
576
  CreateCollaborationInput.add_member(:name, Shapes::ShapeRef.new(shape: CollaborationName, required: true, location_name: "name"))
415
577
  CreateCollaborationInput.add_member(:description, Shapes::ShapeRef.new(shape: CollaborationDescription, required: true, location_name: "description"))
@@ -467,6 +629,12 @@ module Aws::CleanRooms
467
629
  DataEncryptionMetadata.add_member(:preserve_nulls, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "preserveNulls"))
468
630
  DataEncryptionMetadata.struct_class = Types::DataEncryptionMetadata
469
631
 
632
+ DeleteAnalysisTemplateInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
633
+ DeleteAnalysisTemplateInput.add_member(:analysis_template_identifier, Shapes::ShapeRef.new(shape: AnalysisTemplateIdentifier, required: true, location: "uri", location_name: "analysisTemplateIdentifier"))
634
+ DeleteAnalysisTemplateInput.struct_class = Types::DeleteAnalysisTemplateInput
635
+
636
+ DeleteAnalysisTemplateOutput.struct_class = Types::DeleteAnalysisTemplateOutput
637
+
470
638
  DeleteCollaborationInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
471
639
  DeleteCollaborationInput.struct_class = Types::DeleteCollaborationInput
472
640
 
@@ -500,6 +668,20 @@ module Aws::CleanRooms
500
668
 
501
669
  DeleteMembershipOutput.struct_class = Types::DeleteMembershipOutput
502
670
 
671
+ GetAnalysisTemplateInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
672
+ GetAnalysisTemplateInput.add_member(:analysis_template_identifier, Shapes::ShapeRef.new(shape: AnalysisTemplateIdentifier, required: true, location: "uri", location_name: "analysisTemplateIdentifier"))
673
+ GetAnalysisTemplateInput.struct_class = Types::GetAnalysisTemplateInput
674
+
675
+ GetAnalysisTemplateOutput.add_member(:analysis_template, Shapes::ShapeRef.new(shape: AnalysisTemplate, required: true, location_name: "analysisTemplate"))
676
+ GetAnalysisTemplateOutput.struct_class = Types::GetAnalysisTemplateOutput
677
+
678
+ GetCollaborationAnalysisTemplateInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
679
+ GetCollaborationAnalysisTemplateInput.add_member(:analysis_template_arn, Shapes::ShapeRef.new(shape: AnalysisTemplateArn, required: true, location: "uri", location_name: "analysisTemplateArn"))
680
+ GetCollaborationAnalysisTemplateInput.struct_class = Types::GetCollaborationAnalysisTemplateInput
681
+
682
+ GetCollaborationAnalysisTemplateOutput.add_member(:collaboration_analysis_template, Shapes::ShapeRef.new(shape: CollaborationAnalysisTemplate, required: true, location_name: "collaborationAnalysisTemplate"))
683
+ GetCollaborationAnalysisTemplateOutput.struct_class = Types::GetCollaborationAnalysisTemplateOutput
684
+
503
685
  GetCollaborationInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
504
686
  GetCollaborationInput.struct_class = Types::GetCollaborationInput
505
687
 
@@ -563,6 +745,24 @@ module Aws::CleanRooms
563
745
 
564
746
  JoinOperatorsList.member = Shapes::ShapeRef.new(shape: JoinOperator)
565
747
 
748
+ ListAnalysisTemplatesInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
749
+ ListAnalysisTemplatesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
750
+ ListAnalysisTemplatesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
751
+ ListAnalysisTemplatesInput.struct_class = Types::ListAnalysisTemplatesInput
752
+
753
+ ListAnalysisTemplatesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
754
+ ListAnalysisTemplatesOutput.add_member(:analysis_template_summaries, Shapes::ShapeRef.new(shape: AnalysisTemplateSummaryList, required: true, location_name: "analysisTemplateSummaries"))
755
+ ListAnalysisTemplatesOutput.struct_class = Types::ListAnalysisTemplatesOutput
756
+
757
+ ListCollaborationAnalysisTemplatesInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
758
+ ListCollaborationAnalysisTemplatesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
759
+ ListCollaborationAnalysisTemplatesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
760
+ ListCollaborationAnalysisTemplatesInput.struct_class = Types::ListCollaborationAnalysisTemplatesInput
761
+
762
+ ListCollaborationAnalysisTemplatesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
763
+ ListCollaborationAnalysisTemplatesOutput.add_member(:collaboration_analysis_template_summaries, Shapes::ShapeRef.new(shape: CollaborationAnalysisTemplateSummaryList, required: true, location_name: "collaborationAnalysisTemplateSummaries"))
764
+ ListCollaborationAnalysisTemplatesOutput.struct_class = Types::ListCollaborationAnalysisTemplatesOutput
765
+
566
766
  ListCollaborationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
567
767
  ListCollaborationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
568
768
  ListCollaborationsInput.add_member(:member_status, Shapes::ShapeRef.new(shape: FilterableMemberStatus, location: "querystring", location_name: "memberStatus"))
@@ -683,6 +883,9 @@ module Aws::CleanRooms
683
883
 
684
884
  MembershipSummaryList.member = Shapes::ShapeRef.new(shape: MembershipSummary)
685
885
 
886
+ ParameterMap.key = Shapes::ShapeRef.new(shape: ParameterName)
887
+ ParameterMap.value = Shapes::ShapeRef.new(shape: ParameterValue)
888
+
686
889
  ProtectedQuery.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
687
890
  ProtectedQuery.add_member(:membership_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipId"))
688
891
  ProtectedQuery.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, required: true, location_name: "membershipArn"))
@@ -726,6 +929,8 @@ module Aws::CleanRooms
726
929
  ProtectedQueryS3OutputConfiguration.struct_class = Types::ProtectedQueryS3OutputConfiguration
727
930
 
728
931
  ProtectedQuerySQLParameters.add_member(:query_string, Shapes::ShapeRef.new(shape: ProtectedQuerySQLParametersQueryStringString, location_name: "queryString"))
932
+ ProtectedQuerySQLParameters.add_member(:analysis_template_arn, Shapes::ShapeRef.new(shape: AnalysisTemplateArn, location_name: "analysisTemplateArn"))
933
+ ProtectedQuerySQLParameters.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "parameters"))
729
934
  ProtectedQuerySQLParameters.struct_class = Types::ProtectedQuerySQLParameters
730
935
 
731
936
  ProtectedQueryStatistics.add_member(:total_duration_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "totalDurationInMillis"))
@@ -740,6 +945,8 @@ module Aws::CleanRooms
740
945
 
741
946
  ProtectedQuerySummaryList.member = Shapes::ShapeRef.new(shape: ProtectedQuerySummary)
742
947
 
948
+ QueryTables.member = Shapes::ShapeRef.new(shape: TableAlias)
949
+
743
950
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
744
951
  ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
745
952
  ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "resourceType"))
@@ -818,6 +1025,14 @@ module Aws::CleanRooms
818
1025
 
819
1026
  UntagResourceOutput.struct_class = Types::UntagResourceOutput
820
1027
 
1028
+ UpdateAnalysisTemplateInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
1029
+ UpdateAnalysisTemplateInput.add_member(:analysis_template_identifier, Shapes::ShapeRef.new(shape: AnalysisTemplateIdentifier, required: true, location: "uri", location_name: "analysisTemplateIdentifier"))
1030
+ UpdateAnalysisTemplateInput.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
1031
+ UpdateAnalysisTemplateInput.struct_class = Types::UpdateAnalysisTemplateInput
1032
+
1033
+ UpdateAnalysisTemplateOutput.add_member(:analysis_template, Shapes::ShapeRef.new(shape: AnalysisTemplate, required: true, location_name: "analysisTemplate"))
1034
+ UpdateAnalysisTemplateOutput.struct_class = Types::UpdateAnalysisTemplateOutput
1035
+
821
1036
  UpdateCollaborationInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
822
1037
  UpdateCollaborationInput.add_member(:name, Shapes::ShapeRef.new(shape: CollaborationName, location_name: "name"))
823
1038
  UpdateCollaborationInput.add_member(:description, Shapes::ShapeRef.new(shape: CollaborationDescription, location_name: "description"))
@@ -895,6 +1110,19 @@ module Aws::CleanRooms
895
1110
  "uid" => "cleanrooms-2022-02-17",
896
1111
  }
897
1112
 
1113
+ api.add_operation(:batch_get_collaboration_analysis_template, Seahorse::Model::Operation.new.tap do |o|
1114
+ o.name = "BatchGetCollaborationAnalysisTemplate"
1115
+ o.http_method = "POST"
1116
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/batch-analysistemplates"
1117
+ o.input = Shapes::ShapeRef.new(shape: BatchGetCollaborationAnalysisTemplateInput)
1118
+ o.output = Shapes::ShapeRef.new(shape: BatchGetCollaborationAnalysisTemplateOutput)
1119
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1120
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1121
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1122
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1123
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1124
+ end)
1125
+
898
1126
  api.add_operation(:batch_get_schema, Seahorse::Model::Operation.new.tap do |o|
899
1127
  o.name = "BatchGetSchema"
900
1128
  o.http_method = "POST"
@@ -908,6 +1136,21 @@ module Aws::CleanRooms
908
1136
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
909
1137
  end)
910
1138
 
1139
+ api.add_operation(:create_analysis_template, Seahorse::Model::Operation.new.tap do |o|
1140
+ o.name = "CreateAnalysisTemplate"
1141
+ o.http_method = "POST"
1142
+ o.http_request_uri = "/memberships/{membershipIdentifier}/analysistemplates"
1143
+ o.input = Shapes::ShapeRef.new(shape: CreateAnalysisTemplateInput)
1144
+ o.output = Shapes::ShapeRef.new(shape: CreateAnalysisTemplateOutput)
1145
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1146
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1147
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1148
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1149
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1150
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1151
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1152
+ end)
1153
+
911
1154
  api.add_operation(:create_collaboration, Seahorse::Model::Operation.new.tap do |o|
912
1155
  o.name = "CreateCollaboration"
913
1156
  o.http_method = "POST"
@@ -980,6 +1223,19 @@ module Aws::CleanRooms
980
1223
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
981
1224
  end)
982
1225
 
1226
+ api.add_operation(:delete_analysis_template, Seahorse::Model::Operation.new.tap do |o|
1227
+ o.name = "DeleteAnalysisTemplate"
1228
+ o.http_method = "DELETE"
1229
+ o.http_request_uri = "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}"
1230
+ o.input = Shapes::ShapeRef.new(shape: DeleteAnalysisTemplateInput)
1231
+ o.output = Shapes::ShapeRef.new(shape: DeleteAnalysisTemplateOutput)
1232
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1233
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1234
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1235
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1236
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1237
+ end)
1238
+
983
1239
  api.add_operation(:delete_collaboration, Seahorse::Model::Operation.new.tap do |o|
984
1240
  o.name = "DeleteCollaboration"
985
1241
  o.http_method = "DELETE"
@@ -1062,6 +1318,19 @@ module Aws::CleanRooms
1062
1318
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1063
1319
  end)
1064
1320
 
1321
+ api.add_operation(:get_analysis_template, Seahorse::Model::Operation.new.tap do |o|
1322
+ o.name = "GetAnalysisTemplate"
1323
+ o.http_method = "GET"
1324
+ o.http_request_uri = "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}"
1325
+ o.input = Shapes::ShapeRef.new(shape: GetAnalysisTemplateInput)
1326
+ o.output = Shapes::ShapeRef.new(shape: GetAnalysisTemplateOutput)
1327
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1328
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1329
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1330
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1331
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1332
+ end)
1333
+
1065
1334
  api.add_operation(:get_collaboration, Seahorse::Model::Operation.new.tap do |o|
1066
1335
  o.name = "GetCollaboration"
1067
1336
  o.http_method = "GET"
@@ -1074,6 +1343,19 @@ module Aws::CleanRooms
1074
1343
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1075
1344
  end)
1076
1345
 
1346
+ api.add_operation(:get_collaboration_analysis_template, Seahorse::Model::Operation.new.tap do |o|
1347
+ o.name = "GetCollaborationAnalysisTemplate"
1348
+ o.http_method = "GET"
1349
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/analysistemplates/{analysisTemplateArn}"
1350
+ o.input = Shapes::ShapeRef.new(shape: GetCollaborationAnalysisTemplateInput)
1351
+ o.output = Shapes::ShapeRef.new(shape: GetCollaborationAnalysisTemplateOutput)
1352
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1353
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1354
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1355
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1356
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1357
+ end)
1358
+
1077
1359
  api.add_operation(:get_configured_table, Seahorse::Model::Operation.new.tap do |o|
1078
1360
  o.name = "GetConfiguredTable"
1079
1361
  o.http_method = "GET"
@@ -1165,6 +1447,44 @@ module Aws::CleanRooms
1165
1447
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1166
1448
  end)
1167
1449
 
1450
+ api.add_operation(:list_analysis_templates, Seahorse::Model::Operation.new.tap do |o|
1451
+ o.name = "ListAnalysisTemplates"
1452
+ o.http_method = "GET"
1453
+ o.http_request_uri = "/memberships/{membershipIdentifier}/analysistemplates"
1454
+ o.input = Shapes::ShapeRef.new(shape: ListAnalysisTemplatesInput)
1455
+ o.output = Shapes::ShapeRef.new(shape: ListAnalysisTemplatesOutput)
1456
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1457
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1458
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1459
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1460
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1461
+ o[:pager] = Aws::Pager.new(
1462
+ limit_key: "max_results",
1463
+ tokens: {
1464
+ "next_token" => "next_token"
1465
+ }
1466
+ )
1467
+ end)
1468
+
1469
+ api.add_operation(:list_collaboration_analysis_templates, Seahorse::Model::Operation.new.tap do |o|
1470
+ o.name = "ListCollaborationAnalysisTemplates"
1471
+ o.http_method = "GET"
1472
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/analysistemplates"
1473
+ o.input = Shapes::ShapeRef.new(shape: ListCollaborationAnalysisTemplatesInput)
1474
+ o.output = Shapes::ShapeRef.new(shape: ListCollaborationAnalysisTemplatesOutput)
1475
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1476
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1477
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1478
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1479
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1480
+ o[:pager] = Aws::Pager.new(
1481
+ limit_key: "max_results",
1482
+ tokens: {
1483
+ "next_token" => "next_token"
1484
+ }
1485
+ )
1486
+ end)
1487
+
1168
1488
  api.add_operation(:list_collaborations, Seahorse::Model::Operation.new.tap do |o|
1169
1489
  o.name = "ListCollaborations"
1170
1490
  o.http_method = "GET"
@@ -1339,6 +1659,19 @@ module Aws::CleanRooms
1339
1659
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1340
1660
  end)
1341
1661
 
1662
+ api.add_operation(:update_analysis_template, Seahorse::Model::Operation.new.tap do |o|
1663
+ o.name = "UpdateAnalysisTemplate"
1664
+ o.http_method = "PATCH"
1665
+ o.http_request_uri = "/memberships/{membershipIdentifier}/analysistemplates/{analysisTemplateIdentifier}"
1666
+ o.input = Shapes::ShapeRef.new(shape: UpdateAnalysisTemplateInput)
1667
+ o.output = Shapes::ShapeRef.new(shape: UpdateAnalysisTemplateOutput)
1668
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1669
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1670
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1671
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1672
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1673
+ end)
1674
+
1342
1675
  api.add_operation(:update_collaboration, Seahorse::Model::Operation.new.tap do |o|
1343
1676
  o.name = "UpdateCollaboration"
1344
1677
  o.http_method = "PATCH"