aws-sdk-cleanrooms 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1349 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::CleanRooms
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AccessDeniedExceptionReason = Shapes::StringShape.new(name: 'AccessDeniedExceptionReason')
18
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
19
+ AggregateColumn = Shapes::StructureShape.new(name: 'AggregateColumn')
20
+ AggregateColumnColumnNamesList = Shapes::ListShape.new(name: 'AggregateColumnColumnNamesList')
21
+ AggregateFunctionName = Shapes::StringShape.new(name: 'AggregateFunctionName')
22
+ AggregationConstraint = Shapes::StructureShape.new(name: 'AggregationConstraint')
23
+ AggregationConstraintMinimumInteger = Shapes::IntegerShape.new(name: 'AggregationConstraintMinimumInteger')
24
+ AggregationConstraints = Shapes::ListShape.new(name: 'AggregationConstraints')
25
+ AggregationType = Shapes::StringShape.new(name: 'AggregationType')
26
+ AllowedColumnList = Shapes::ListShape.new(name: 'AllowedColumnList')
27
+ AnalysisMethod = Shapes::StringShape.new(name: 'AnalysisMethod')
28
+ AnalysisRule = Shapes::StructureShape.new(name: 'AnalysisRule')
29
+ AnalysisRuleAggregation = Shapes::StructureShape.new(name: 'AnalysisRuleAggregation')
30
+ AnalysisRuleAggregationAggregateColumnsList = Shapes::ListShape.new(name: 'AnalysisRuleAggregationAggregateColumnsList')
31
+ AnalysisRuleColumnList = Shapes::ListShape.new(name: 'AnalysisRuleColumnList')
32
+ AnalysisRuleColumnName = Shapes::StringShape.new(name: 'AnalysisRuleColumnName')
33
+ AnalysisRuleList = Shapes::StructureShape.new(name: 'AnalysisRuleList')
34
+ AnalysisRuleListJoinColumnsList = Shapes::ListShape.new(name: 'AnalysisRuleListJoinColumnsList')
35
+ AnalysisRulePolicy = Shapes::UnionShape.new(name: 'AnalysisRulePolicy')
36
+ AnalysisRulePolicyV1 = Shapes::UnionShape.new(name: 'AnalysisRulePolicyV1')
37
+ AnalysisRuleType = Shapes::StringShape.new(name: 'AnalysisRuleType')
38
+ AnalysisRuleTypeList = Shapes::ListShape.new(name: 'AnalysisRuleTypeList')
39
+ BatchGetSchemaError = Shapes::StructureShape.new(name: 'BatchGetSchemaError')
40
+ BatchGetSchemaErrorList = Shapes::ListShape.new(name: 'BatchGetSchemaErrorList')
41
+ BatchGetSchemaInput = Shapes::StructureShape.new(name: 'BatchGetSchemaInput')
42
+ BatchGetSchemaOutput = Shapes::StructureShape.new(name: 'BatchGetSchemaOutput')
43
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
44
+ Collaboration = Shapes::StructureShape.new(name: 'Collaboration')
45
+ CollaborationArn = Shapes::StringShape.new(name: 'CollaborationArn')
46
+ CollaborationDescription = Shapes::StringShape.new(name: 'CollaborationDescription')
47
+ CollaborationIdentifier = Shapes::StringShape.new(name: 'CollaborationIdentifier')
48
+ CollaborationName = Shapes::StringShape.new(name: 'CollaborationName')
49
+ CollaborationQueryLogStatus = Shapes::StringShape.new(name: 'CollaborationQueryLogStatus')
50
+ CollaborationSummary = Shapes::StructureShape.new(name: 'CollaborationSummary')
51
+ CollaborationSummaryList = Shapes::ListShape.new(name: 'CollaborationSummaryList')
52
+ Column = Shapes::StructureShape.new(name: 'Column')
53
+ ColumnList = Shapes::ListShape.new(name: 'ColumnList')
54
+ ColumnName = Shapes::StringShape.new(name: 'ColumnName')
55
+ ColumnTypeString = Shapes::StringShape.new(name: 'ColumnTypeString')
56
+ ConfiguredTable = Shapes::StructureShape.new(name: 'ConfiguredTable')
57
+ ConfiguredTableAnalysisRule = Shapes::StructureShape.new(name: 'ConfiguredTableAnalysisRule')
58
+ ConfiguredTableAnalysisRulePolicy = Shapes::UnionShape.new(name: 'ConfiguredTableAnalysisRulePolicy')
59
+ ConfiguredTableAnalysisRulePolicyV1 = Shapes::UnionShape.new(name: 'ConfiguredTableAnalysisRulePolicyV1')
60
+ ConfiguredTableAnalysisRuleType = Shapes::StringShape.new(name: 'ConfiguredTableAnalysisRuleType')
61
+ ConfiguredTableAnalysisRuleTypeList = Shapes::ListShape.new(name: 'ConfiguredTableAnalysisRuleTypeList')
62
+ ConfiguredTableArn = Shapes::StringShape.new(name: 'ConfiguredTableArn')
63
+ ConfiguredTableAssociation = Shapes::StructureShape.new(name: 'ConfiguredTableAssociation')
64
+ ConfiguredTableAssociationArn = Shapes::StringShape.new(name: 'ConfiguredTableAssociationArn')
65
+ ConfiguredTableAssociationIdentifier = Shapes::StringShape.new(name: 'ConfiguredTableAssociationIdentifier')
66
+ ConfiguredTableAssociationSummary = Shapes::StructureShape.new(name: 'ConfiguredTableAssociationSummary')
67
+ ConfiguredTableAssociationSummaryList = Shapes::ListShape.new(name: 'ConfiguredTableAssociationSummaryList')
68
+ ConfiguredTableIdentifier = Shapes::StringShape.new(name: 'ConfiguredTableIdentifier')
69
+ ConfiguredTableSummary = Shapes::StructureShape.new(name: 'ConfiguredTableSummary')
70
+ ConfiguredTableSummaryList = Shapes::ListShape.new(name: 'ConfiguredTableSummaryList')
71
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
72
+ ConflictExceptionReason = Shapes::StringShape.new(name: 'ConflictExceptionReason')
73
+ CreateCollaborationInput = Shapes::StructureShape.new(name: 'CreateCollaborationInput')
74
+ CreateCollaborationOutput = Shapes::StructureShape.new(name: 'CreateCollaborationOutput')
75
+ CreateConfiguredTableAnalysisRuleInput = Shapes::StructureShape.new(name: 'CreateConfiguredTableAnalysisRuleInput')
76
+ CreateConfiguredTableAnalysisRuleOutput = Shapes::StructureShape.new(name: 'CreateConfiguredTableAnalysisRuleOutput')
77
+ CreateConfiguredTableAssociationInput = Shapes::StructureShape.new(name: 'CreateConfiguredTableAssociationInput')
78
+ CreateConfiguredTableAssociationOutput = Shapes::StructureShape.new(name: 'CreateConfiguredTableAssociationOutput')
79
+ CreateConfiguredTableInput = Shapes::StructureShape.new(name: 'CreateConfiguredTableInput')
80
+ CreateConfiguredTableOutput = Shapes::StructureShape.new(name: 'CreateConfiguredTableOutput')
81
+ CreateMembershipInput = Shapes::StructureShape.new(name: 'CreateMembershipInput')
82
+ CreateMembershipOutput = Shapes::StructureShape.new(name: 'CreateMembershipOutput')
83
+ DataEncryptionMetadata = Shapes::StructureShape.new(name: 'DataEncryptionMetadata')
84
+ DeleteCollaborationInput = Shapes::StructureShape.new(name: 'DeleteCollaborationInput')
85
+ DeleteCollaborationOutput = Shapes::StructureShape.new(name: 'DeleteCollaborationOutput')
86
+ DeleteConfiguredTableAnalysisRuleInput = Shapes::StructureShape.new(name: 'DeleteConfiguredTableAnalysisRuleInput')
87
+ DeleteConfiguredTableAnalysisRuleOutput = Shapes::StructureShape.new(name: 'DeleteConfiguredTableAnalysisRuleOutput')
88
+ DeleteConfiguredTableAssociationInput = Shapes::StructureShape.new(name: 'DeleteConfiguredTableAssociationInput')
89
+ DeleteConfiguredTableAssociationOutput = Shapes::StructureShape.new(name: 'DeleteConfiguredTableAssociationOutput')
90
+ DeleteConfiguredTableInput = Shapes::StructureShape.new(name: 'DeleteConfiguredTableInput')
91
+ DeleteConfiguredTableOutput = Shapes::StructureShape.new(name: 'DeleteConfiguredTableOutput')
92
+ DeleteMemberInput = Shapes::StructureShape.new(name: 'DeleteMemberInput')
93
+ DeleteMemberOutput = Shapes::StructureShape.new(name: 'DeleteMemberOutput')
94
+ DeleteMembershipInput = Shapes::StructureShape.new(name: 'DeleteMembershipInput')
95
+ DeleteMembershipOutput = Shapes::StructureShape.new(name: 'DeleteMembershipOutput')
96
+ DisplayName = Shapes::StringShape.new(name: 'DisplayName')
97
+ Double = Shapes::FloatShape.new(name: 'Double')
98
+ FilterableMemberStatus = Shapes::StringShape.new(name: 'FilterableMemberStatus')
99
+ GetCollaborationInput = Shapes::StructureShape.new(name: 'GetCollaborationInput')
100
+ GetCollaborationOutput = Shapes::StructureShape.new(name: 'GetCollaborationOutput')
101
+ GetConfiguredTableAnalysisRuleInput = Shapes::StructureShape.new(name: 'GetConfiguredTableAnalysisRuleInput')
102
+ GetConfiguredTableAnalysisRuleOutput = Shapes::StructureShape.new(name: 'GetConfiguredTableAnalysisRuleOutput')
103
+ GetConfiguredTableAssociationInput = Shapes::StructureShape.new(name: 'GetConfiguredTableAssociationInput')
104
+ GetConfiguredTableAssociationOutput = Shapes::StructureShape.new(name: 'GetConfiguredTableAssociationOutput')
105
+ GetConfiguredTableInput = Shapes::StructureShape.new(name: 'GetConfiguredTableInput')
106
+ GetConfiguredTableOutput = Shapes::StructureShape.new(name: 'GetConfiguredTableOutput')
107
+ GetMembershipInput = Shapes::StructureShape.new(name: 'GetMembershipInput')
108
+ GetMembershipOutput = Shapes::StructureShape.new(name: 'GetMembershipOutput')
109
+ GetProtectedQueryInput = Shapes::StructureShape.new(name: 'GetProtectedQueryInput')
110
+ GetProtectedQueryOutput = Shapes::StructureShape.new(name: 'GetProtectedQueryOutput')
111
+ GetSchemaAnalysisRuleInput = Shapes::StructureShape.new(name: 'GetSchemaAnalysisRuleInput')
112
+ GetSchemaAnalysisRuleOutput = Shapes::StructureShape.new(name: 'GetSchemaAnalysisRuleOutput')
113
+ GetSchemaInput = Shapes::StructureShape.new(name: 'GetSchemaInput')
114
+ GetSchemaOutput = Shapes::StructureShape.new(name: 'GetSchemaOutput')
115
+ GlueResourceName = Shapes::StringShape.new(name: 'GlueResourceName')
116
+ GlueTableReference = Shapes::StructureShape.new(name: 'GlueTableReference')
117
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
118
+ JoinRequiredOption = Shapes::StringShape.new(name: 'JoinRequiredOption')
119
+ KeyPrefix = Shapes::StringShape.new(name: 'KeyPrefix')
120
+ ListCollaborationsInput = Shapes::StructureShape.new(name: 'ListCollaborationsInput')
121
+ ListCollaborationsOutput = Shapes::StructureShape.new(name: 'ListCollaborationsOutput')
122
+ ListConfiguredTableAssociationsInput = Shapes::StructureShape.new(name: 'ListConfiguredTableAssociationsInput')
123
+ ListConfiguredTableAssociationsOutput = Shapes::StructureShape.new(name: 'ListConfiguredTableAssociationsOutput')
124
+ ListConfiguredTablesInput = Shapes::StructureShape.new(name: 'ListConfiguredTablesInput')
125
+ ListConfiguredTablesOutput = Shapes::StructureShape.new(name: 'ListConfiguredTablesOutput')
126
+ ListMembersInput = Shapes::StructureShape.new(name: 'ListMembersInput')
127
+ ListMembersOutput = Shapes::StructureShape.new(name: 'ListMembersOutput')
128
+ ListMembershipsInput = Shapes::StructureShape.new(name: 'ListMembershipsInput')
129
+ ListMembershipsOutput = Shapes::StructureShape.new(name: 'ListMembershipsOutput')
130
+ ListProtectedQueriesInput = Shapes::StructureShape.new(name: 'ListProtectedQueriesInput')
131
+ ListProtectedQueriesOutput = Shapes::StructureShape.new(name: 'ListProtectedQueriesOutput')
132
+ ListSchemasInput = Shapes::StructureShape.new(name: 'ListSchemasInput')
133
+ ListSchemasOutput = Shapes::StructureShape.new(name: 'ListSchemasOutput')
134
+ Long = Shapes::IntegerShape.new(name: 'Long')
135
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
136
+ MemberAbilities = Shapes::ListShape.new(name: 'MemberAbilities')
137
+ MemberAbility = Shapes::StringShape.new(name: 'MemberAbility')
138
+ MemberList = Shapes::ListShape.new(name: 'MemberList')
139
+ MemberSpecification = Shapes::StructureShape.new(name: 'MemberSpecification')
140
+ MemberStatus = Shapes::StringShape.new(name: 'MemberStatus')
141
+ MemberSummary = Shapes::StructureShape.new(name: 'MemberSummary')
142
+ MemberSummaryList = Shapes::ListShape.new(name: 'MemberSummaryList')
143
+ Membership = Shapes::StructureShape.new(name: 'Membership')
144
+ MembershipArn = Shapes::StringShape.new(name: 'MembershipArn')
145
+ MembershipIdentifier = Shapes::StringShape.new(name: 'MembershipIdentifier')
146
+ MembershipQueryLogStatus = Shapes::StringShape.new(name: 'MembershipQueryLogStatus')
147
+ MembershipStatus = Shapes::StringShape.new(name: 'MembershipStatus')
148
+ MembershipSummary = Shapes::StructureShape.new(name: 'MembershipSummary')
149
+ MembershipSummaryList = Shapes::ListShape.new(name: 'MembershipSummaryList')
150
+ PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
151
+ ProtectedQuery = Shapes::StructureShape.new(name: 'ProtectedQuery')
152
+ ProtectedQueryError = Shapes::StructureShape.new(name: 'ProtectedQueryError')
153
+ ProtectedQueryIdentifier = Shapes::StringShape.new(name: 'ProtectedQueryIdentifier')
154
+ ProtectedQueryOutput = Shapes::UnionShape.new(name: 'ProtectedQueryOutput')
155
+ ProtectedQueryOutputConfiguration = Shapes::UnionShape.new(name: 'ProtectedQueryOutputConfiguration')
156
+ ProtectedQueryResult = Shapes::StructureShape.new(name: 'ProtectedQueryResult')
157
+ ProtectedQueryResultConfiguration = Shapes::StructureShape.new(name: 'ProtectedQueryResultConfiguration')
158
+ ProtectedQueryS3Output = Shapes::StructureShape.new(name: 'ProtectedQueryS3Output')
159
+ ProtectedQueryS3OutputConfiguration = Shapes::StructureShape.new(name: 'ProtectedQueryS3OutputConfiguration')
160
+ ProtectedQueryS3OutputConfigurationBucketString = Shapes::StringShape.new(name: 'ProtectedQueryS3OutputConfigurationBucketString')
161
+ ProtectedQuerySQLParameters = Shapes::StructureShape.new(name: 'ProtectedQuerySQLParameters')
162
+ ProtectedQuerySQLParametersQueryStringString = Shapes::StringShape.new(name: 'ProtectedQuerySQLParametersQueryStringString')
163
+ ProtectedQueryStatistics = Shapes::StructureShape.new(name: 'ProtectedQueryStatistics')
164
+ ProtectedQueryStatus = Shapes::StringShape.new(name: 'ProtectedQueryStatus')
165
+ ProtectedQuerySummary = Shapes::StructureShape.new(name: 'ProtectedQuerySummary')
166
+ ProtectedQuerySummaryList = Shapes::ListShape.new(name: 'ProtectedQuerySummaryList')
167
+ ProtectedQueryType = Shapes::StringShape.new(name: 'ProtectedQueryType')
168
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
169
+ ResourceType = Shapes::StringShape.new(name: 'ResourceType')
170
+ ResultFormat = Shapes::StringShape.new(name: 'ResultFormat')
171
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
172
+ ScalarFunctions = Shapes::StringShape.new(name: 'ScalarFunctions')
173
+ ScalarFunctionsList = Shapes::ListShape.new(name: 'ScalarFunctionsList')
174
+ Schema = Shapes::StructureShape.new(name: 'Schema')
175
+ SchemaList = Shapes::ListShape.new(name: 'SchemaList')
176
+ SchemaSummary = Shapes::StructureShape.new(name: 'SchemaSummary')
177
+ SchemaSummaryList = Shapes::ListShape.new(name: 'SchemaSummaryList')
178
+ SchemaType = Shapes::StringShape.new(name: 'SchemaType')
179
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
180
+ StartProtectedQueryInput = Shapes::StructureShape.new(name: 'StartProtectedQueryInput')
181
+ StartProtectedQueryOutput = Shapes::StructureShape.new(name: 'StartProtectedQueryOutput')
182
+ String = Shapes::StringShape.new(name: 'String')
183
+ TableAlias = Shapes::StringShape.new(name: 'TableAlias')
184
+ TableAliasList = Shapes::ListShape.new(name: 'TableAliasList')
185
+ TableDescription = Shapes::StringShape.new(name: 'TableDescription')
186
+ TableReference = Shapes::UnionShape.new(name: 'TableReference')
187
+ TargetProtectedQueryStatus = Shapes::StringShape.new(name: 'TargetProtectedQueryStatus')
188
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
189
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
190
+ UUID = Shapes::StringShape.new(name: 'UUID')
191
+ UpdateCollaborationInput = Shapes::StructureShape.new(name: 'UpdateCollaborationInput')
192
+ UpdateCollaborationOutput = Shapes::StructureShape.new(name: 'UpdateCollaborationOutput')
193
+ UpdateConfiguredTableAnalysisRuleInput = Shapes::StructureShape.new(name: 'UpdateConfiguredTableAnalysisRuleInput')
194
+ UpdateConfiguredTableAnalysisRuleOutput = Shapes::StructureShape.new(name: 'UpdateConfiguredTableAnalysisRuleOutput')
195
+ UpdateConfiguredTableAssociationInput = Shapes::StructureShape.new(name: 'UpdateConfiguredTableAssociationInput')
196
+ UpdateConfiguredTableAssociationOutput = Shapes::StructureShape.new(name: 'UpdateConfiguredTableAssociationOutput')
197
+ UpdateConfiguredTableInput = Shapes::StructureShape.new(name: 'UpdateConfiguredTableInput')
198
+ UpdateConfiguredTableOutput = Shapes::StructureShape.new(name: 'UpdateConfiguredTableOutput')
199
+ UpdateMembershipInput = Shapes::StructureShape.new(name: 'UpdateMembershipInput')
200
+ UpdateMembershipOutput = Shapes::StructureShape.new(name: 'UpdateMembershipOutput')
201
+ UpdateProtectedQueryInput = Shapes::StructureShape.new(name: 'UpdateProtectedQueryInput')
202
+ UpdateProtectedQueryOutput = Shapes::StructureShape.new(name: 'UpdateProtectedQueryOutput')
203
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
204
+ ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
205
+ ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
206
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
207
+
208
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
209
+ AccessDeniedException.add_member(:reason, Shapes::ShapeRef.new(shape: AccessDeniedExceptionReason, location_name: "reason"))
210
+ AccessDeniedException.struct_class = Types::AccessDeniedException
211
+
212
+ AggregateColumn.add_member(:column_names, Shapes::ShapeRef.new(shape: AggregateColumnColumnNamesList, required: true, location_name: "columnNames"))
213
+ AggregateColumn.add_member(:function, Shapes::ShapeRef.new(shape: AggregateFunctionName, required: true, location_name: "function"))
214
+ AggregateColumn.struct_class = Types::AggregateColumn
215
+
216
+ AggregateColumnColumnNamesList.member = Shapes::ShapeRef.new(shape: AnalysisRuleColumnName)
217
+
218
+ AggregationConstraint.add_member(:column_name, Shapes::ShapeRef.new(shape: AnalysisRuleColumnName, required: true, location_name: "columnName"))
219
+ AggregationConstraint.add_member(:minimum, Shapes::ShapeRef.new(shape: AggregationConstraintMinimumInteger, required: true, location_name: "minimum"))
220
+ AggregationConstraint.add_member(:type, Shapes::ShapeRef.new(shape: AggregationType, required: true, location_name: "type"))
221
+ AggregationConstraint.struct_class = Types::AggregationConstraint
222
+
223
+ AggregationConstraints.member = Shapes::ShapeRef.new(shape: AggregationConstraint)
224
+
225
+ AllowedColumnList.member = Shapes::ShapeRef.new(shape: ColumnName)
226
+
227
+ AnalysisRule.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location_name: "collaborationId"))
228
+ AnalysisRule.add_member(:type, Shapes::ShapeRef.new(shape: AnalysisRuleType, required: true, location_name: "type"))
229
+ AnalysisRule.add_member(:name, Shapes::ShapeRef.new(shape: TableAlias, required: true, location_name: "name"))
230
+ AnalysisRule.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
231
+ AnalysisRule.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
232
+ AnalysisRule.add_member(:policy, Shapes::ShapeRef.new(shape: AnalysisRulePolicy, required: true, location_name: "policy"))
233
+ AnalysisRule.struct_class = Types::AnalysisRule
234
+
235
+ AnalysisRuleAggregation.add_member(:aggregate_columns, Shapes::ShapeRef.new(shape: AnalysisRuleAggregationAggregateColumnsList, required: true, location_name: "aggregateColumns"))
236
+ AnalysisRuleAggregation.add_member(:join_columns, Shapes::ShapeRef.new(shape: AnalysisRuleColumnList, required: true, location_name: "joinColumns"))
237
+ AnalysisRuleAggregation.add_member(:join_required, Shapes::ShapeRef.new(shape: JoinRequiredOption, location_name: "joinRequired"))
238
+ AnalysisRuleAggregation.add_member(:dimension_columns, Shapes::ShapeRef.new(shape: AnalysisRuleColumnList, required: true, location_name: "dimensionColumns"))
239
+ AnalysisRuleAggregation.add_member(:scalar_functions, Shapes::ShapeRef.new(shape: ScalarFunctionsList, required: true, location_name: "scalarFunctions"))
240
+ AnalysisRuleAggregation.add_member(:output_constraints, Shapes::ShapeRef.new(shape: AggregationConstraints, required: true, location_name: "outputConstraints"))
241
+ AnalysisRuleAggregation.struct_class = Types::AnalysisRuleAggregation
242
+
243
+ AnalysisRuleAggregationAggregateColumnsList.member = Shapes::ShapeRef.new(shape: AggregateColumn)
244
+
245
+ AnalysisRuleColumnList.member = Shapes::ShapeRef.new(shape: AnalysisRuleColumnName)
246
+
247
+ AnalysisRuleList.add_member(:join_columns, Shapes::ShapeRef.new(shape: AnalysisRuleListJoinColumnsList, required: true, location_name: "joinColumns"))
248
+ AnalysisRuleList.add_member(:list_columns, Shapes::ShapeRef.new(shape: AnalysisRuleColumnList, required: true, location_name: "listColumns"))
249
+ AnalysisRuleList.struct_class = Types::AnalysisRuleList
250
+
251
+ AnalysisRuleListJoinColumnsList.member = Shapes::ShapeRef.new(shape: AnalysisRuleColumnName)
252
+
253
+ AnalysisRulePolicy.add_member(:v1, Shapes::ShapeRef.new(shape: AnalysisRulePolicyV1, location_name: "v1"))
254
+ AnalysisRulePolicy.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
255
+ AnalysisRulePolicy.add_member_subclass(:v1, Types::AnalysisRulePolicy::V1)
256
+ AnalysisRulePolicy.add_member_subclass(:unknown, Types::AnalysisRulePolicy::Unknown)
257
+ AnalysisRulePolicy.struct_class = Types::AnalysisRulePolicy
258
+
259
+ AnalysisRulePolicyV1.add_member(:list, Shapes::ShapeRef.new(shape: AnalysisRuleList, location_name: "list"))
260
+ AnalysisRulePolicyV1.add_member(:aggregation, Shapes::ShapeRef.new(shape: AnalysisRuleAggregation, location_name: "aggregation"))
261
+ AnalysisRulePolicyV1.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
262
+ AnalysisRulePolicyV1.add_member_subclass(:list, Types::AnalysisRulePolicyV1::List)
263
+ AnalysisRulePolicyV1.add_member_subclass(:aggregation, Types::AnalysisRulePolicyV1::Aggregation)
264
+ AnalysisRulePolicyV1.add_member_subclass(:unknown, Types::AnalysisRulePolicyV1::Unknown)
265
+ AnalysisRulePolicyV1.struct_class = Types::AnalysisRulePolicyV1
266
+
267
+ AnalysisRuleTypeList.member = Shapes::ShapeRef.new(shape: AnalysisRuleType)
268
+
269
+ BatchGetSchemaError.add_member(:name, Shapes::ShapeRef.new(shape: TableAlias, required: true, location_name: "name"))
270
+ BatchGetSchemaError.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
271
+ BatchGetSchemaError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
272
+ BatchGetSchemaError.struct_class = Types::BatchGetSchemaError
273
+
274
+ BatchGetSchemaErrorList.member = Shapes::ShapeRef.new(shape: BatchGetSchemaError)
275
+
276
+ BatchGetSchemaInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
277
+ BatchGetSchemaInput.add_member(:names, Shapes::ShapeRef.new(shape: TableAliasList, required: true, location_name: "names"))
278
+ BatchGetSchemaInput.struct_class = Types::BatchGetSchemaInput
279
+
280
+ BatchGetSchemaOutput.add_member(:schemas, Shapes::ShapeRef.new(shape: SchemaList, required: true, location_name: "schemas"))
281
+ BatchGetSchemaOutput.add_member(:errors, Shapes::ShapeRef.new(shape: BatchGetSchemaErrorList, required: true, location_name: "errors"))
282
+ BatchGetSchemaOutput.struct_class = Types::BatchGetSchemaOutput
283
+
284
+ Collaboration.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
285
+ Collaboration.add_member(:arn, Shapes::ShapeRef.new(shape: CollaborationArn, required: true, location_name: "arn"))
286
+ Collaboration.add_member(:name, Shapes::ShapeRef.new(shape: CollaborationName, required: true, location_name: "name"))
287
+ Collaboration.add_member(:description, Shapes::ShapeRef.new(shape: CollaborationDescription, location_name: "description"))
288
+ Collaboration.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
289
+ Collaboration.add_member(:creator_display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "creatorDisplayName"))
290
+ Collaboration.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
291
+ Collaboration.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
292
+ Collaboration.add_member(:member_status, Shapes::ShapeRef.new(shape: MemberStatus, required: true, location_name: "memberStatus"))
293
+ Collaboration.add_member(:membership_id, Shapes::ShapeRef.new(shape: UUID, location_name: "membershipId"))
294
+ Collaboration.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, location_name: "membershipArn"))
295
+ Collaboration.add_member(:data_encryption_metadata, Shapes::ShapeRef.new(shape: DataEncryptionMetadata, location_name: "dataEncryptionMetadata"))
296
+ Collaboration.add_member(:query_log_status, Shapes::ShapeRef.new(shape: CollaborationQueryLogStatus, required: true, location_name: "queryLogStatus"))
297
+ Collaboration.struct_class = Types::Collaboration
298
+
299
+ CollaborationSummary.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
300
+ CollaborationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: CollaborationArn, required: true, location_name: "arn"))
301
+ CollaborationSummary.add_member(:name, Shapes::ShapeRef.new(shape: CollaborationName, required: true, location_name: "name"))
302
+ CollaborationSummary.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
303
+ CollaborationSummary.add_member(:creator_display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "creatorDisplayName"))
304
+ CollaborationSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
305
+ CollaborationSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
306
+ CollaborationSummary.add_member(:member_status, Shapes::ShapeRef.new(shape: MemberStatus, required: true, location_name: "memberStatus"))
307
+ CollaborationSummary.add_member(:membership_id, Shapes::ShapeRef.new(shape: UUID, location_name: "membershipId"))
308
+ CollaborationSummary.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, location_name: "membershipArn"))
309
+ CollaborationSummary.struct_class = Types::CollaborationSummary
310
+
311
+ CollaborationSummaryList.member = Shapes::ShapeRef.new(shape: CollaborationSummary)
312
+
313
+ Column.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "name"))
314
+ Column.add_member(:type, Shapes::ShapeRef.new(shape: ColumnTypeString, required: true, location_name: "type"))
315
+ Column.struct_class = Types::Column
316
+
317
+ ColumnList.member = Shapes::ShapeRef.new(shape: Column)
318
+
319
+ ConfiguredTable.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
320
+ ConfiguredTable.add_member(:arn, Shapes::ShapeRef.new(shape: ConfiguredTableArn, required: true, location_name: "arn"))
321
+ ConfiguredTable.add_member(:name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "name"))
322
+ ConfiguredTable.add_member(:description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "description"))
323
+ ConfiguredTable.add_member(:table_reference, Shapes::ShapeRef.new(shape: TableReference, required: true, location_name: "tableReference"))
324
+ ConfiguredTable.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
325
+ ConfiguredTable.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
326
+ ConfiguredTable.add_member(:analysis_rule_types, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRuleTypeList, required: true, location_name: "analysisRuleTypes"))
327
+ ConfiguredTable.add_member(:analysis_method, Shapes::ShapeRef.new(shape: AnalysisMethod, required: true, location_name: "analysisMethod"))
328
+ ConfiguredTable.add_member(:allowed_columns, Shapes::ShapeRef.new(shape: AllowedColumnList, required: true, location_name: "allowedColumns"))
329
+ ConfiguredTable.struct_class = Types::ConfiguredTable
330
+
331
+ ConfiguredTableAnalysisRule.add_member(:configured_table_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "configuredTableId"))
332
+ ConfiguredTableAnalysisRule.add_member(:configured_table_arn, Shapes::ShapeRef.new(shape: ConfiguredTableArn, required: true, location_name: "configuredTableArn"))
333
+ ConfiguredTableAnalysisRule.add_member(:policy, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRulePolicy, required: true, location_name: "policy"))
334
+ ConfiguredTableAnalysisRule.add_member(:type, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRuleType, required: true, location_name: "type"))
335
+ ConfiguredTableAnalysisRule.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
336
+ ConfiguredTableAnalysisRule.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
337
+ ConfiguredTableAnalysisRule.struct_class = Types::ConfiguredTableAnalysisRule
338
+
339
+ ConfiguredTableAnalysisRulePolicy.add_member(:v1, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRulePolicyV1, location_name: "v1"))
340
+ ConfiguredTableAnalysisRulePolicy.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
341
+ ConfiguredTableAnalysisRulePolicy.add_member_subclass(:v1, Types::ConfiguredTableAnalysisRulePolicy::V1)
342
+ ConfiguredTableAnalysisRulePolicy.add_member_subclass(:unknown, Types::ConfiguredTableAnalysisRulePolicy::Unknown)
343
+ ConfiguredTableAnalysisRulePolicy.struct_class = Types::ConfiguredTableAnalysisRulePolicy
344
+
345
+ ConfiguredTableAnalysisRulePolicyV1.add_member(:list, Shapes::ShapeRef.new(shape: AnalysisRuleList, location_name: "list"))
346
+ ConfiguredTableAnalysisRulePolicyV1.add_member(:aggregation, Shapes::ShapeRef.new(shape: AnalysisRuleAggregation, location_name: "aggregation"))
347
+ ConfiguredTableAnalysisRulePolicyV1.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
348
+ ConfiguredTableAnalysisRulePolicyV1.add_member_subclass(:list, Types::ConfiguredTableAnalysisRulePolicyV1::List)
349
+ ConfiguredTableAnalysisRulePolicyV1.add_member_subclass(:aggregation, Types::ConfiguredTableAnalysisRulePolicyV1::Aggregation)
350
+ ConfiguredTableAnalysisRulePolicyV1.add_member_subclass(:unknown, Types::ConfiguredTableAnalysisRulePolicyV1::Unknown)
351
+ ConfiguredTableAnalysisRulePolicyV1.struct_class = Types::ConfiguredTableAnalysisRulePolicyV1
352
+
353
+ ConfiguredTableAnalysisRuleTypeList.member = Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRuleType)
354
+
355
+ ConfiguredTableAssociation.add_member(:arn, Shapes::ShapeRef.new(shape: ConfiguredTableAssociationArn, required: true, location_name: "arn"))
356
+ ConfiguredTableAssociation.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
357
+ ConfiguredTableAssociation.add_member(:configured_table_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "configuredTableId"))
358
+ ConfiguredTableAssociation.add_member(:configured_table_arn, Shapes::ShapeRef.new(shape: ConfiguredTableArn, required: true, location_name: "configuredTableArn"))
359
+ ConfiguredTableAssociation.add_member(:membership_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipId"))
360
+ ConfiguredTableAssociation.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, required: true, location_name: "membershipArn"))
361
+ ConfiguredTableAssociation.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
362
+ ConfiguredTableAssociation.add_member(:name, Shapes::ShapeRef.new(shape: TableAlias, required: true, location_name: "name"))
363
+ ConfiguredTableAssociation.add_member(:description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "description"))
364
+ ConfiguredTableAssociation.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
365
+ ConfiguredTableAssociation.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
366
+ ConfiguredTableAssociation.struct_class = Types::ConfiguredTableAssociation
367
+
368
+ ConfiguredTableAssociationSummary.add_member(:configured_table_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "configuredTableId"))
369
+ ConfiguredTableAssociationSummary.add_member(:membership_id, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location_name: "membershipId"))
370
+ ConfiguredTableAssociationSummary.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, required: true, location_name: "membershipArn"))
371
+ ConfiguredTableAssociationSummary.add_member(:name, Shapes::ShapeRef.new(shape: TableAlias, required: true, location_name: "name"))
372
+ ConfiguredTableAssociationSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
373
+ ConfiguredTableAssociationSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
374
+ ConfiguredTableAssociationSummary.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
375
+ ConfiguredTableAssociationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ConfiguredTableAssociationArn, required: true, location_name: "arn"))
376
+ ConfiguredTableAssociationSummary.struct_class = Types::ConfiguredTableAssociationSummary
377
+
378
+ ConfiguredTableAssociationSummaryList.member = Shapes::ShapeRef.new(shape: ConfiguredTableAssociationSummary)
379
+
380
+ ConfiguredTableSummary.add_member(:id, Shapes::ShapeRef.new(shape: ConfiguredTableIdentifier, required: true, location_name: "id"))
381
+ ConfiguredTableSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ConfiguredTableArn, required: true, location_name: "arn"))
382
+ ConfiguredTableSummary.add_member(:name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "name"))
383
+ ConfiguredTableSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
384
+ ConfiguredTableSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
385
+ ConfiguredTableSummary.add_member(:analysis_rule_types, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRuleTypeList, required: true, location_name: "analysisRuleTypes"))
386
+ ConfiguredTableSummary.add_member(:analysis_method, Shapes::ShapeRef.new(shape: AnalysisMethod, required: true, location_name: "analysisMethod"))
387
+ ConfiguredTableSummary.struct_class = Types::ConfiguredTableSummary
388
+
389
+ ConfiguredTableSummaryList.member = Shapes::ShapeRef.new(shape: ConfiguredTableSummary)
390
+
391
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
392
+ ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
393
+ ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
394
+ ConflictException.add_member(:reason, Shapes::ShapeRef.new(shape: ConflictExceptionReason, location_name: "reason"))
395
+ ConflictException.struct_class = Types::ConflictException
396
+
397
+ CreateCollaborationInput.add_member(:members, Shapes::ShapeRef.new(shape: MemberList, required: true, location_name: "members"))
398
+ CreateCollaborationInput.add_member(:name, Shapes::ShapeRef.new(shape: CollaborationName, required: true, location_name: "name"))
399
+ CreateCollaborationInput.add_member(:description, Shapes::ShapeRef.new(shape: CollaborationDescription, required: true, location_name: "description"))
400
+ CreateCollaborationInput.add_member(:creator_member_abilities, Shapes::ShapeRef.new(shape: MemberAbilities, required: true, location_name: "creatorMemberAbilities"))
401
+ CreateCollaborationInput.add_member(:creator_display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "creatorDisplayName"))
402
+ CreateCollaborationInput.add_member(:data_encryption_metadata, Shapes::ShapeRef.new(shape: DataEncryptionMetadata, location_name: "dataEncryptionMetadata"))
403
+ CreateCollaborationInput.add_member(:query_log_status, Shapes::ShapeRef.new(shape: CollaborationQueryLogStatus, required: true, location_name: "queryLogStatus"))
404
+ CreateCollaborationInput.struct_class = Types::CreateCollaborationInput
405
+
406
+ CreateCollaborationOutput.add_member(:collaboration, Shapes::ShapeRef.new(shape: Collaboration, required: true, location_name: "collaboration"))
407
+ CreateCollaborationOutput.struct_class = Types::CreateCollaborationOutput
408
+
409
+ CreateConfiguredTableAnalysisRuleInput.add_member(:configured_table_identifier, Shapes::ShapeRef.new(shape: ConfiguredTableIdentifier, required: true, location: "uri", location_name: "configuredTableIdentifier"))
410
+ CreateConfiguredTableAnalysisRuleInput.add_member(:analysis_rule_type, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRuleType, required: true, location_name: "analysisRuleType"))
411
+ CreateConfiguredTableAnalysisRuleInput.add_member(:analysis_rule_policy, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRulePolicy, required: true, location_name: "analysisRulePolicy"))
412
+ CreateConfiguredTableAnalysisRuleInput.struct_class = Types::CreateConfiguredTableAnalysisRuleInput
413
+
414
+ CreateConfiguredTableAnalysisRuleOutput.add_member(:analysis_rule, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRule, required: true, location_name: "analysisRule"))
415
+ CreateConfiguredTableAnalysisRuleOutput.struct_class = Types::CreateConfiguredTableAnalysisRuleOutput
416
+
417
+ CreateConfiguredTableAssociationInput.add_member(:name, Shapes::ShapeRef.new(shape: TableAlias, required: true, location_name: "name"))
418
+ CreateConfiguredTableAssociationInput.add_member(:description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "description"))
419
+ CreateConfiguredTableAssociationInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
420
+ CreateConfiguredTableAssociationInput.add_member(:configured_table_identifier, Shapes::ShapeRef.new(shape: ConfiguredTableIdentifier, required: true, location_name: "configuredTableIdentifier"))
421
+ CreateConfiguredTableAssociationInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
422
+ CreateConfiguredTableAssociationInput.struct_class = Types::CreateConfiguredTableAssociationInput
423
+
424
+ CreateConfiguredTableAssociationOutput.add_member(:configured_table_association, Shapes::ShapeRef.new(shape: ConfiguredTableAssociation, required: true, location_name: "configuredTableAssociation"))
425
+ CreateConfiguredTableAssociationOutput.struct_class = Types::CreateConfiguredTableAssociationOutput
426
+
427
+ CreateConfiguredTableInput.add_member(:name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "name"))
428
+ CreateConfiguredTableInput.add_member(:description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "description"))
429
+ CreateConfiguredTableInput.add_member(:table_reference, Shapes::ShapeRef.new(shape: TableReference, required: true, location_name: "tableReference"))
430
+ CreateConfiguredTableInput.add_member(:allowed_columns, Shapes::ShapeRef.new(shape: AllowedColumnList, required: true, location_name: "allowedColumns"))
431
+ CreateConfiguredTableInput.add_member(:analysis_method, Shapes::ShapeRef.new(shape: AnalysisMethod, required: true, location_name: "analysisMethod"))
432
+ CreateConfiguredTableInput.struct_class = Types::CreateConfiguredTableInput
433
+
434
+ CreateConfiguredTableOutput.add_member(:configured_table, Shapes::ShapeRef.new(shape: ConfiguredTable, required: true, location_name: "configuredTable"))
435
+ CreateConfiguredTableOutput.struct_class = Types::CreateConfiguredTableOutput
436
+
437
+ CreateMembershipInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location_name: "collaborationIdentifier"))
438
+ CreateMembershipInput.add_member(:query_log_status, Shapes::ShapeRef.new(shape: MembershipQueryLogStatus, required: true, location_name: "queryLogStatus"))
439
+ CreateMembershipInput.struct_class = Types::CreateMembershipInput
440
+
441
+ CreateMembershipOutput.add_member(:membership, Shapes::ShapeRef.new(shape: Membership, required: true, location_name: "membership"))
442
+ CreateMembershipOutput.struct_class = Types::CreateMembershipOutput
443
+
444
+ DataEncryptionMetadata.add_member(:allow_cleartext, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "allowCleartext"))
445
+ DataEncryptionMetadata.add_member(:allow_duplicates, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "allowDuplicates"))
446
+ DataEncryptionMetadata.add_member(:allow_joins_on_columns_with_different_names, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "allowJoinsOnColumnsWithDifferentNames"))
447
+ DataEncryptionMetadata.add_member(:preserve_nulls, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "preserveNulls"))
448
+ DataEncryptionMetadata.struct_class = Types::DataEncryptionMetadata
449
+
450
+ DeleteCollaborationInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
451
+ DeleteCollaborationInput.struct_class = Types::DeleteCollaborationInput
452
+
453
+ DeleteCollaborationOutput.struct_class = Types::DeleteCollaborationOutput
454
+
455
+ DeleteConfiguredTableAnalysisRuleInput.add_member(:configured_table_identifier, Shapes::ShapeRef.new(shape: ConfiguredTableIdentifier, required: true, location: "uri", location_name: "configuredTableIdentifier"))
456
+ DeleteConfiguredTableAnalysisRuleInput.add_member(:analysis_rule_type, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRuleType, required: true, location: "uri", location_name: "analysisRuleType"))
457
+ DeleteConfiguredTableAnalysisRuleInput.struct_class = Types::DeleteConfiguredTableAnalysisRuleInput
458
+
459
+ DeleteConfiguredTableAnalysisRuleOutput.struct_class = Types::DeleteConfiguredTableAnalysisRuleOutput
460
+
461
+ DeleteConfiguredTableAssociationInput.add_member(:configured_table_association_identifier, Shapes::ShapeRef.new(shape: ConfiguredTableAssociationIdentifier, required: true, location: "uri", location_name: "configuredTableAssociationIdentifier"))
462
+ DeleteConfiguredTableAssociationInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
463
+ DeleteConfiguredTableAssociationInput.struct_class = Types::DeleteConfiguredTableAssociationInput
464
+
465
+ DeleteConfiguredTableAssociationOutput.struct_class = Types::DeleteConfiguredTableAssociationOutput
466
+
467
+ DeleteConfiguredTableInput.add_member(:configured_table_identifier, Shapes::ShapeRef.new(shape: ConfiguredTableIdentifier, required: true, location: "uri", location_name: "configuredTableIdentifier"))
468
+ DeleteConfiguredTableInput.struct_class = Types::DeleteConfiguredTableInput
469
+
470
+ DeleteConfiguredTableOutput.struct_class = Types::DeleteConfiguredTableOutput
471
+
472
+ DeleteMemberInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
473
+ DeleteMemberInput.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location: "uri", location_name: "accountId"))
474
+ DeleteMemberInput.struct_class = Types::DeleteMemberInput
475
+
476
+ DeleteMemberOutput.struct_class = Types::DeleteMemberOutput
477
+
478
+ DeleteMembershipInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
479
+ DeleteMembershipInput.struct_class = Types::DeleteMembershipInput
480
+
481
+ DeleteMembershipOutput.struct_class = Types::DeleteMembershipOutput
482
+
483
+ GetCollaborationInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
484
+ GetCollaborationInput.struct_class = Types::GetCollaborationInput
485
+
486
+ GetCollaborationOutput.add_member(:collaboration, Shapes::ShapeRef.new(shape: Collaboration, required: true, location_name: "collaboration"))
487
+ GetCollaborationOutput.struct_class = Types::GetCollaborationOutput
488
+
489
+ GetConfiguredTableAnalysisRuleInput.add_member(:configured_table_identifier, Shapes::ShapeRef.new(shape: ConfiguredTableIdentifier, required: true, location: "uri", location_name: "configuredTableIdentifier"))
490
+ GetConfiguredTableAnalysisRuleInput.add_member(:analysis_rule_type, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRuleType, required: true, location: "uri", location_name: "analysisRuleType"))
491
+ GetConfiguredTableAnalysisRuleInput.struct_class = Types::GetConfiguredTableAnalysisRuleInput
492
+
493
+ GetConfiguredTableAnalysisRuleOutput.add_member(:analysis_rule, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRule, required: true, location_name: "analysisRule"))
494
+ GetConfiguredTableAnalysisRuleOutput.struct_class = Types::GetConfiguredTableAnalysisRuleOutput
495
+
496
+ GetConfiguredTableAssociationInput.add_member(:configured_table_association_identifier, Shapes::ShapeRef.new(shape: ConfiguredTableAssociationIdentifier, required: true, location: "uri", location_name: "configuredTableAssociationIdentifier"))
497
+ GetConfiguredTableAssociationInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
498
+ GetConfiguredTableAssociationInput.struct_class = Types::GetConfiguredTableAssociationInput
499
+
500
+ GetConfiguredTableAssociationOutput.add_member(:configured_table_association, Shapes::ShapeRef.new(shape: ConfiguredTableAssociation, required: true, location_name: "configuredTableAssociation"))
501
+ GetConfiguredTableAssociationOutput.struct_class = Types::GetConfiguredTableAssociationOutput
502
+
503
+ GetConfiguredTableInput.add_member(:configured_table_identifier, Shapes::ShapeRef.new(shape: ConfiguredTableIdentifier, required: true, location: "uri", location_name: "configuredTableIdentifier"))
504
+ GetConfiguredTableInput.struct_class = Types::GetConfiguredTableInput
505
+
506
+ GetConfiguredTableOutput.add_member(:configured_table, Shapes::ShapeRef.new(shape: ConfiguredTable, required: true, location_name: "configuredTable"))
507
+ GetConfiguredTableOutput.struct_class = Types::GetConfiguredTableOutput
508
+
509
+ GetMembershipInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
510
+ GetMembershipInput.struct_class = Types::GetMembershipInput
511
+
512
+ GetMembershipOutput.add_member(:membership, Shapes::ShapeRef.new(shape: Membership, required: true, location_name: "membership"))
513
+ GetMembershipOutput.struct_class = Types::GetMembershipOutput
514
+
515
+ GetProtectedQueryInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
516
+ GetProtectedQueryInput.add_member(:protected_query_identifier, Shapes::ShapeRef.new(shape: ProtectedQueryIdentifier, required: true, location: "uri", location_name: "protectedQueryIdentifier"))
517
+ GetProtectedQueryInput.struct_class = Types::GetProtectedQueryInput
518
+
519
+ GetProtectedQueryOutput.add_member(:protected_query, Shapes::ShapeRef.new(shape: ProtectedQuery, required: true, location_name: "protectedQuery"))
520
+ GetProtectedQueryOutput.struct_class = Types::GetProtectedQueryOutput
521
+
522
+ GetSchemaAnalysisRuleInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
523
+ GetSchemaAnalysisRuleInput.add_member(:name, Shapes::ShapeRef.new(shape: TableAlias, required: true, location: "uri", location_name: "name"))
524
+ GetSchemaAnalysisRuleInput.add_member(:type, Shapes::ShapeRef.new(shape: AnalysisRuleType, required: true, location: "uri", location_name: "type"))
525
+ GetSchemaAnalysisRuleInput.struct_class = Types::GetSchemaAnalysisRuleInput
526
+
527
+ GetSchemaAnalysisRuleOutput.add_member(:analysis_rule, Shapes::ShapeRef.new(shape: AnalysisRule, required: true, location_name: "analysisRule"))
528
+ GetSchemaAnalysisRuleOutput.struct_class = Types::GetSchemaAnalysisRuleOutput
529
+
530
+ GetSchemaInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
531
+ GetSchemaInput.add_member(:name, Shapes::ShapeRef.new(shape: TableAlias, required: true, location: "uri", location_name: "name"))
532
+ GetSchemaInput.struct_class = Types::GetSchemaInput
533
+
534
+ GetSchemaOutput.add_member(:schema, Shapes::ShapeRef.new(shape: Schema, required: true, location_name: "schema"))
535
+ GetSchemaOutput.struct_class = Types::GetSchemaOutput
536
+
537
+ GlueTableReference.add_member(:table_name, Shapes::ShapeRef.new(shape: GlueResourceName, required: true, location_name: "tableName"))
538
+ GlueTableReference.add_member(:database_name, Shapes::ShapeRef.new(shape: GlueResourceName, required: true, location_name: "databaseName"))
539
+ GlueTableReference.struct_class = Types::GlueTableReference
540
+
541
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
542
+ InternalServerException.struct_class = Types::InternalServerException
543
+
544
+ ListCollaborationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
545
+ ListCollaborationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
546
+ ListCollaborationsInput.add_member(:member_status, Shapes::ShapeRef.new(shape: FilterableMemberStatus, location: "querystring", location_name: "memberStatus"))
547
+ ListCollaborationsInput.struct_class = Types::ListCollaborationsInput
548
+
549
+ ListCollaborationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
550
+ ListCollaborationsOutput.add_member(:collaboration_list, Shapes::ShapeRef.new(shape: CollaborationSummaryList, required: true, location_name: "collaborationList"))
551
+ ListCollaborationsOutput.struct_class = Types::ListCollaborationsOutput
552
+
553
+ ListConfiguredTableAssociationsInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
554
+ ListConfiguredTableAssociationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
555
+ ListConfiguredTableAssociationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
556
+ ListConfiguredTableAssociationsInput.struct_class = Types::ListConfiguredTableAssociationsInput
557
+
558
+ ListConfiguredTableAssociationsOutput.add_member(:configured_table_association_summaries, Shapes::ShapeRef.new(shape: ConfiguredTableAssociationSummaryList, required: true, location_name: "configuredTableAssociationSummaries"))
559
+ ListConfiguredTableAssociationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
560
+ ListConfiguredTableAssociationsOutput.struct_class = Types::ListConfiguredTableAssociationsOutput
561
+
562
+ ListConfiguredTablesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
563
+ ListConfiguredTablesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
564
+ ListConfiguredTablesInput.struct_class = Types::ListConfiguredTablesInput
565
+
566
+ ListConfiguredTablesOutput.add_member(:configured_table_summaries, Shapes::ShapeRef.new(shape: ConfiguredTableSummaryList, required: true, location_name: "configuredTableSummaries"))
567
+ ListConfiguredTablesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
568
+ ListConfiguredTablesOutput.struct_class = Types::ListConfiguredTablesOutput
569
+
570
+ ListMembersInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
571
+ ListMembersInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
572
+ ListMembersInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
573
+ ListMembersInput.struct_class = Types::ListMembersInput
574
+
575
+ ListMembersOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
576
+ ListMembersOutput.add_member(:member_summaries, Shapes::ShapeRef.new(shape: MemberSummaryList, required: true, location_name: "memberSummaries"))
577
+ ListMembersOutput.struct_class = Types::ListMembersOutput
578
+
579
+ ListMembershipsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
580
+ ListMembershipsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
581
+ ListMembershipsInput.add_member(:status, Shapes::ShapeRef.new(shape: MembershipStatus, location: "querystring", location_name: "status"))
582
+ ListMembershipsInput.struct_class = Types::ListMembershipsInput
583
+
584
+ ListMembershipsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
585
+ ListMembershipsOutput.add_member(:membership_summaries, Shapes::ShapeRef.new(shape: MembershipSummaryList, required: true, location_name: "membershipSummaries"))
586
+ ListMembershipsOutput.struct_class = Types::ListMembershipsOutput
587
+
588
+ ListProtectedQueriesInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
589
+ ListProtectedQueriesInput.add_member(:status, Shapes::ShapeRef.new(shape: ProtectedQueryStatus, location: "querystring", location_name: "status"))
590
+ ListProtectedQueriesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
591
+ ListProtectedQueriesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
592
+ ListProtectedQueriesInput.struct_class = Types::ListProtectedQueriesInput
593
+
594
+ ListProtectedQueriesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
595
+ ListProtectedQueriesOutput.add_member(:protected_queries, Shapes::ShapeRef.new(shape: ProtectedQuerySummaryList, required: true, location_name: "protectedQueries"))
596
+ ListProtectedQueriesOutput.struct_class = Types::ListProtectedQueriesOutput
597
+
598
+ ListSchemasInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
599
+ ListSchemasInput.add_member(:schema_type, Shapes::ShapeRef.new(shape: SchemaType, location: "querystring", location_name: "schemaType"))
600
+ ListSchemasInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
601
+ ListSchemasInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
602
+ ListSchemasInput.struct_class = Types::ListSchemasInput
603
+
604
+ ListSchemasOutput.add_member(:schema_summaries, Shapes::ShapeRef.new(shape: SchemaSummaryList, required: true, location_name: "schemaSummaries"))
605
+ ListSchemasOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
606
+ ListSchemasOutput.struct_class = Types::ListSchemasOutput
607
+
608
+ MemberAbilities.member = Shapes::ShapeRef.new(shape: MemberAbility)
609
+
610
+ MemberList.member = Shapes::ShapeRef.new(shape: MemberSpecification)
611
+
612
+ MemberSpecification.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
613
+ MemberSpecification.add_member(:member_abilities, Shapes::ShapeRef.new(shape: MemberAbilities, required: true, location_name: "memberAbilities"))
614
+ MemberSpecification.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "displayName"))
615
+ MemberSpecification.struct_class = Types::MemberSpecification
616
+
617
+ MemberSummary.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
618
+ MemberSummary.add_member(:status, Shapes::ShapeRef.new(shape: MemberStatus, required: true, location_name: "status"))
619
+ MemberSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "displayName"))
620
+ MemberSummary.add_member(:abilities, Shapes::ShapeRef.new(shape: MemberAbilities, required: true, location_name: "abilities"))
621
+ MemberSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
622
+ MemberSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
623
+ MemberSummary.add_member(:membership_id, Shapes::ShapeRef.new(shape: UUID, location_name: "membershipId"))
624
+ MemberSummary.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, location_name: "membershipArn"))
625
+ MemberSummary.struct_class = Types::MemberSummary
626
+
627
+ MemberSummaryList.member = Shapes::ShapeRef.new(shape: MemberSummary)
628
+
629
+ Membership.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
630
+ Membership.add_member(:arn, Shapes::ShapeRef.new(shape: MembershipArn, required: true, location_name: "arn"))
631
+ Membership.add_member(:collaboration_arn, Shapes::ShapeRef.new(shape: CollaborationArn, required: true, location_name: "collaborationArn"))
632
+ Membership.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationId"))
633
+ Membership.add_member(:collaboration_creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "collaborationCreatorAccountId"))
634
+ Membership.add_member(:collaboration_creator_display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "collaborationCreatorDisplayName"))
635
+ Membership.add_member(:collaboration_name, Shapes::ShapeRef.new(shape: CollaborationName, required: true, location_name: "collaborationName"))
636
+ Membership.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
637
+ Membership.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
638
+ Membership.add_member(:status, Shapes::ShapeRef.new(shape: MembershipStatus, required: true, location_name: "status"))
639
+ Membership.add_member(:member_abilities, Shapes::ShapeRef.new(shape: MemberAbilities, required: true, location_name: "memberAbilities"))
640
+ Membership.add_member(:query_log_status, Shapes::ShapeRef.new(shape: MembershipQueryLogStatus, required: true, location_name: "queryLogStatus"))
641
+ Membership.struct_class = Types::Membership
642
+
643
+ MembershipSummary.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
644
+ MembershipSummary.add_member(:arn, Shapes::ShapeRef.new(shape: MembershipArn, required: true, location_name: "arn"))
645
+ MembershipSummary.add_member(:collaboration_arn, Shapes::ShapeRef.new(shape: CollaborationArn, required: true, location_name: "collaborationArn"))
646
+ MembershipSummary.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location_name: "collaborationId"))
647
+ MembershipSummary.add_member(:collaboration_creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "collaborationCreatorAccountId"))
648
+ MembershipSummary.add_member(:collaboration_creator_display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "collaborationCreatorDisplayName"))
649
+ MembershipSummary.add_member(:collaboration_name, Shapes::ShapeRef.new(shape: CollaborationName, required: true, location_name: "collaborationName"))
650
+ MembershipSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
651
+ MembershipSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
652
+ MembershipSummary.add_member(:status, Shapes::ShapeRef.new(shape: MembershipStatus, required: true, location_name: "status"))
653
+ MembershipSummary.add_member(:member_abilities, Shapes::ShapeRef.new(shape: MemberAbilities, required: true, location_name: "memberAbilities"))
654
+ MembershipSummary.struct_class = Types::MembershipSummary
655
+
656
+ MembershipSummaryList.member = Shapes::ShapeRef.new(shape: MembershipSummary)
657
+
658
+ ProtectedQuery.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
659
+ ProtectedQuery.add_member(:membership_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipId"))
660
+ ProtectedQuery.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, required: true, location_name: "membershipArn"))
661
+ ProtectedQuery.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
662
+ ProtectedQuery.add_member(:sql_parameters, Shapes::ShapeRef.new(shape: ProtectedQuerySQLParameters, required: true, location_name: "sqlParameters"))
663
+ ProtectedQuery.add_member(:status, Shapes::ShapeRef.new(shape: ProtectedQueryStatus, required: true, location_name: "status"))
664
+ ProtectedQuery.add_member(:result_configuration, Shapes::ShapeRef.new(shape: ProtectedQueryResultConfiguration, required: true, location_name: "resultConfiguration"))
665
+ ProtectedQuery.add_member(:statistics, Shapes::ShapeRef.new(shape: ProtectedQueryStatistics, location_name: "statistics"))
666
+ ProtectedQuery.add_member(:result, Shapes::ShapeRef.new(shape: ProtectedQueryResult, location_name: "result"))
667
+ ProtectedQuery.add_member(:error, Shapes::ShapeRef.new(shape: ProtectedQueryError, location_name: "error"))
668
+ ProtectedQuery.struct_class = Types::ProtectedQuery
669
+
670
+ ProtectedQueryError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
671
+ ProtectedQueryError.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
672
+ ProtectedQueryError.struct_class = Types::ProtectedQueryError
673
+
674
+ ProtectedQueryOutput.add_member(:s3, Shapes::ShapeRef.new(shape: ProtectedQueryS3Output, location_name: "s3"))
675
+ ProtectedQueryOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
676
+ ProtectedQueryOutput.add_member_subclass(:s3, Types::ProtectedQueryOutput::S3)
677
+ ProtectedQueryOutput.add_member_subclass(:unknown, Types::ProtectedQueryOutput::Unknown)
678
+ ProtectedQueryOutput.struct_class = Types::ProtectedQueryOutput
679
+
680
+ ProtectedQueryOutputConfiguration.add_member(:s3, Shapes::ShapeRef.new(shape: ProtectedQueryS3OutputConfiguration, location_name: "s3"))
681
+ ProtectedQueryOutputConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
682
+ ProtectedQueryOutputConfiguration.add_member_subclass(:s3, Types::ProtectedQueryOutputConfiguration::S3)
683
+ ProtectedQueryOutputConfiguration.add_member_subclass(:unknown, Types::ProtectedQueryOutputConfiguration::Unknown)
684
+ ProtectedQueryOutputConfiguration.struct_class = Types::ProtectedQueryOutputConfiguration
685
+
686
+ ProtectedQueryResult.add_member(:output, Shapes::ShapeRef.new(shape: ProtectedQueryOutput, required: true, location_name: "output"))
687
+ ProtectedQueryResult.struct_class = Types::ProtectedQueryResult
688
+
689
+ ProtectedQueryResultConfiguration.add_member(:output_configuration, Shapes::ShapeRef.new(shape: ProtectedQueryOutputConfiguration, required: true, location_name: "outputConfiguration"))
690
+ ProtectedQueryResultConfiguration.struct_class = Types::ProtectedQueryResultConfiguration
691
+
692
+ ProtectedQueryS3Output.add_member(:location, Shapes::ShapeRef.new(shape: String, required: true, location_name: "location"))
693
+ ProtectedQueryS3Output.struct_class = Types::ProtectedQueryS3Output
694
+
695
+ ProtectedQueryS3OutputConfiguration.add_member(:result_format, Shapes::ShapeRef.new(shape: ResultFormat, required: true, location_name: "resultFormat"))
696
+ ProtectedQueryS3OutputConfiguration.add_member(:bucket, Shapes::ShapeRef.new(shape: ProtectedQueryS3OutputConfigurationBucketString, required: true, location_name: "bucket"))
697
+ ProtectedQueryS3OutputConfiguration.add_member(:key_prefix, Shapes::ShapeRef.new(shape: KeyPrefix, location_name: "keyPrefix"))
698
+ ProtectedQueryS3OutputConfiguration.struct_class = Types::ProtectedQueryS3OutputConfiguration
699
+
700
+ ProtectedQuerySQLParameters.add_member(:query_string, Shapes::ShapeRef.new(shape: ProtectedQuerySQLParametersQueryStringString, required: true, location_name: "queryString"))
701
+ ProtectedQuerySQLParameters.struct_class = Types::ProtectedQuerySQLParameters
702
+
703
+ ProtectedQueryStatistics.add_member(:total_duration_in_millis, Shapes::ShapeRef.new(shape: Long, location_name: "totalDurationInMillis"))
704
+ ProtectedQueryStatistics.struct_class = Types::ProtectedQueryStatistics
705
+
706
+ ProtectedQuerySummary.add_member(:id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "id"))
707
+ ProtectedQuerySummary.add_member(:membership_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipId"))
708
+ ProtectedQuerySummary.add_member(:membership_arn, Shapes::ShapeRef.new(shape: MembershipArn, required: true, location_name: "membershipArn"))
709
+ ProtectedQuerySummary.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
710
+ ProtectedQuerySummary.add_member(:status, Shapes::ShapeRef.new(shape: ProtectedQueryStatus, required: true, location_name: "status"))
711
+ ProtectedQuerySummary.struct_class = Types::ProtectedQuerySummary
712
+
713
+ ProtectedQuerySummaryList.member = Shapes::ShapeRef.new(shape: ProtectedQuerySummary)
714
+
715
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
716
+ ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
717
+ ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "resourceType"))
718
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
719
+
720
+ ScalarFunctionsList.member = Shapes::ShapeRef.new(shape: ScalarFunctions)
721
+
722
+ Schema.add_member(:columns, Shapes::ShapeRef.new(shape: ColumnList, required: true, location_name: "columns"))
723
+ Schema.add_member(:partition_keys, Shapes::ShapeRef.new(shape: ColumnList, required: true, location_name: "partitionKeys"))
724
+ Schema.add_member(:analysis_rule_types, Shapes::ShapeRef.new(shape: AnalysisRuleTypeList, required: true, location_name: "analysisRuleTypes"))
725
+ Schema.add_member(:analysis_method, Shapes::ShapeRef.new(shape: AnalysisMethod, location_name: "analysisMethod"))
726
+ Schema.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
727
+ Schema.add_member(:name, Shapes::ShapeRef.new(shape: TableAlias, required: true, location_name: "name"))
728
+ Schema.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationId"))
729
+ Schema.add_member(:collaboration_arn, Shapes::ShapeRef.new(shape: CollaborationArn, required: true, location_name: "collaborationArn"))
730
+ Schema.add_member(:description, Shapes::ShapeRef.new(shape: TableDescription, required: true, location_name: "description"))
731
+ Schema.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
732
+ Schema.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
733
+ Schema.add_member(:type, Shapes::ShapeRef.new(shape: SchemaType, required: true, location_name: "type"))
734
+ Schema.struct_class = Types::Schema
735
+
736
+ SchemaList.member = Shapes::ShapeRef.new(shape: Schema)
737
+
738
+ SchemaSummary.add_member(:name, Shapes::ShapeRef.new(shape: TableAlias, required: true, location_name: "name"))
739
+ SchemaSummary.add_member(:type, Shapes::ShapeRef.new(shape: SchemaType, required: true, location_name: "type"))
740
+ SchemaSummary.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
741
+ SchemaSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
742
+ SchemaSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
743
+ SchemaSummary.add_member(:collaboration_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationId"))
744
+ SchemaSummary.add_member(:collaboration_arn, Shapes::ShapeRef.new(shape: CollaborationArn, required: true, location_name: "collaborationArn"))
745
+ SchemaSummary.add_member(:analysis_rule_types, Shapes::ShapeRef.new(shape: AnalysisRuleTypeList, required: true, location_name: "analysisRuleTypes"))
746
+ SchemaSummary.add_member(:analysis_method, Shapes::ShapeRef.new(shape: AnalysisMethod, location_name: "analysisMethod"))
747
+ SchemaSummary.struct_class = Types::SchemaSummary
748
+
749
+ SchemaSummaryList.member = Shapes::ShapeRef.new(shape: SchemaSummary)
750
+
751
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
752
+ ServiceQuotaExceededException.add_member(:quota_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "quotaName"))
753
+ ServiceQuotaExceededException.add_member(:quota_value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "quotaValue"))
754
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
755
+
756
+ StartProtectedQueryInput.add_member(:type, Shapes::ShapeRef.new(shape: ProtectedQueryType, required: true, location_name: "type"))
757
+ StartProtectedQueryInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
758
+ StartProtectedQueryInput.add_member(:sql_parameters, Shapes::ShapeRef.new(shape: ProtectedQuerySQLParameters, required: true, location_name: "sqlParameters"))
759
+ StartProtectedQueryInput.add_member(:result_configuration, Shapes::ShapeRef.new(shape: ProtectedQueryResultConfiguration, required: true, location_name: "resultConfiguration"))
760
+ StartProtectedQueryInput.struct_class = Types::StartProtectedQueryInput
761
+
762
+ StartProtectedQueryOutput.add_member(:protected_query, Shapes::ShapeRef.new(shape: ProtectedQuery, required: true, location_name: "protectedQuery"))
763
+ StartProtectedQueryOutput.struct_class = Types::StartProtectedQueryOutput
764
+
765
+ TableAliasList.member = Shapes::ShapeRef.new(shape: TableAlias)
766
+
767
+ TableReference.add_member(:glue, Shapes::ShapeRef.new(shape: GlueTableReference, location_name: "glue"))
768
+ TableReference.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
769
+ TableReference.add_member_subclass(:glue, Types::TableReference::Glue)
770
+ TableReference.add_member_subclass(:unknown, Types::TableReference::Unknown)
771
+ TableReference.struct_class = Types::TableReference
772
+
773
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
774
+ ThrottlingException.struct_class = Types::ThrottlingException
775
+
776
+ UpdateCollaborationInput.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: CollaborationIdentifier, required: true, location: "uri", location_name: "collaborationIdentifier"))
777
+ UpdateCollaborationInput.add_member(:name, Shapes::ShapeRef.new(shape: CollaborationName, location_name: "name"))
778
+ UpdateCollaborationInput.add_member(:description, Shapes::ShapeRef.new(shape: CollaborationDescription, location_name: "description"))
779
+ UpdateCollaborationInput.struct_class = Types::UpdateCollaborationInput
780
+
781
+ UpdateCollaborationOutput.add_member(:collaboration, Shapes::ShapeRef.new(shape: Collaboration, required: true, location_name: "collaboration"))
782
+ UpdateCollaborationOutput.struct_class = Types::UpdateCollaborationOutput
783
+
784
+ UpdateConfiguredTableAnalysisRuleInput.add_member(:configured_table_identifier, Shapes::ShapeRef.new(shape: ConfiguredTableIdentifier, required: true, location: "uri", location_name: "configuredTableIdentifier"))
785
+ UpdateConfiguredTableAnalysisRuleInput.add_member(:analysis_rule_type, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRuleType, required: true, location: "uri", location_name: "analysisRuleType"))
786
+ UpdateConfiguredTableAnalysisRuleInput.add_member(:analysis_rule_policy, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRulePolicy, required: true, location_name: "analysisRulePolicy"))
787
+ UpdateConfiguredTableAnalysisRuleInput.struct_class = Types::UpdateConfiguredTableAnalysisRuleInput
788
+
789
+ UpdateConfiguredTableAnalysisRuleOutput.add_member(:analysis_rule, Shapes::ShapeRef.new(shape: ConfiguredTableAnalysisRule, required: true, location_name: "analysisRule"))
790
+ UpdateConfiguredTableAnalysisRuleOutput.struct_class = Types::UpdateConfiguredTableAnalysisRuleOutput
791
+
792
+ UpdateConfiguredTableAssociationInput.add_member(:configured_table_association_identifier, Shapes::ShapeRef.new(shape: ConfiguredTableAssociationIdentifier, required: true, location: "uri", location_name: "configuredTableAssociationIdentifier"))
793
+ UpdateConfiguredTableAssociationInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
794
+ UpdateConfiguredTableAssociationInput.add_member(:description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "description"))
795
+ UpdateConfiguredTableAssociationInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
796
+ UpdateConfiguredTableAssociationInput.struct_class = Types::UpdateConfiguredTableAssociationInput
797
+
798
+ UpdateConfiguredTableAssociationOutput.add_member(:configured_table_association, Shapes::ShapeRef.new(shape: ConfiguredTableAssociation, required: true, location_name: "configuredTableAssociation"))
799
+ UpdateConfiguredTableAssociationOutput.struct_class = Types::UpdateConfiguredTableAssociationOutput
800
+
801
+ UpdateConfiguredTableInput.add_member(:configured_table_identifier, Shapes::ShapeRef.new(shape: ConfiguredTableIdentifier, required: true, location: "uri", location_name: "configuredTableIdentifier"))
802
+ UpdateConfiguredTableInput.add_member(:name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "name"))
803
+ UpdateConfiguredTableInput.add_member(:description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "description"))
804
+ UpdateConfiguredTableInput.struct_class = Types::UpdateConfiguredTableInput
805
+
806
+ UpdateConfiguredTableOutput.add_member(:configured_table, Shapes::ShapeRef.new(shape: ConfiguredTable, required: true, location_name: "configuredTable"))
807
+ UpdateConfiguredTableOutput.struct_class = Types::UpdateConfiguredTableOutput
808
+
809
+ UpdateMembershipInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
810
+ UpdateMembershipInput.add_member(:query_log_status, Shapes::ShapeRef.new(shape: MembershipQueryLogStatus, location_name: "queryLogStatus"))
811
+ UpdateMembershipInput.struct_class = Types::UpdateMembershipInput
812
+
813
+ UpdateMembershipOutput.add_member(:membership, Shapes::ShapeRef.new(shape: Membership, required: true, location_name: "membership"))
814
+ UpdateMembershipOutput.struct_class = Types::UpdateMembershipOutput
815
+
816
+ UpdateProtectedQueryInput.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: MembershipIdentifier, required: true, location: "uri", location_name: "membershipIdentifier"))
817
+ UpdateProtectedQueryInput.add_member(:protected_query_identifier, Shapes::ShapeRef.new(shape: ProtectedQueryIdentifier, required: true, location: "uri", location_name: "protectedQueryIdentifier"))
818
+ UpdateProtectedQueryInput.add_member(:target_status, Shapes::ShapeRef.new(shape: TargetProtectedQueryStatus, required: true, location_name: "targetStatus"))
819
+ UpdateProtectedQueryInput.struct_class = Types::UpdateProtectedQueryInput
820
+
821
+ UpdateProtectedQueryOutput.add_member(:protected_query, Shapes::ShapeRef.new(shape: ProtectedQuery, required: true, location_name: "protectedQuery"))
822
+ UpdateProtectedQueryOutput.struct_class = Types::UpdateProtectedQueryOutput
823
+
824
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
825
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "reason"))
826
+ ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
827
+ ValidationException.struct_class = Types::ValidationException
828
+
829
+ ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
830
+ ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
831
+ ValidationExceptionField.struct_class = Types::ValidationExceptionField
832
+
833
+ ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
834
+
835
+
836
+ # @api private
837
+ API = Seahorse::Model::Api.new.tap do |api|
838
+
839
+ api.version = "2022-02-17"
840
+
841
+ api.metadata = {
842
+ "apiVersion" => "2022-02-17",
843
+ "endpointPrefix" => "cleanrooms",
844
+ "jsonVersion" => "1.1",
845
+ "protocol" => "rest-json",
846
+ "serviceFullName" => "AWS Clean Rooms Service",
847
+ "serviceId" => "CleanRooms",
848
+ "signatureVersion" => "v4",
849
+ "signingName" => "cleanrooms",
850
+ "uid" => "cleanrooms-2022-02-17",
851
+ }
852
+
853
+ api.add_operation(:batch_get_schema, Seahorse::Model::Operation.new.tap do |o|
854
+ o.name = "BatchGetSchema"
855
+ o.http_method = "POST"
856
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/batch-schema"
857
+ o.input = Shapes::ShapeRef.new(shape: BatchGetSchemaInput)
858
+ o.output = Shapes::ShapeRef.new(shape: BatchGetSchemaOutput)
859
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
860
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
861
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
862
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
863
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
864
+ end)
865
+
866
+ api.add_operation(:create_collaboration, Seahorse::Model::Operation.new.tap do |o|
867
+ o.name = "CreateCollaboration"
868
+ o.http_method = "POST"
869
+ o.http_request_uri = "/collaborations"
870
+ o.input = Shapes::ShapeRef.new(shape: CreateCollaborationInput)
871
+ o.output = Shapes::ShapeRef.new(shape: CreateCollaborationOutput)
872
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
873
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
874
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
875
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
876
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
877
+ end)
878
+
879
+ api.add_operation(:create_configured_table, Seahorse::Model::Operation.new.tap do |o|
880
+ o.name = "CreateConfiguredTable"
881
+ o.http_method = "POST"
882
+ o.http_request_uri = "/configuredTables"
883
+ o.input = Shapes::ShapeRef.new(shape: CreateConfiguredTableInput)
884
+ o.output = Shapes::ShapeRef.new(shape: CreateConfiguredTableOutput)
885
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
886
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
887
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
888
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
889
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
890
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
891
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
892
+ end)
893
+
894
+ api.add_operation(:create_configured_table_analysis_rule, Seahorse::Model::Operation.new.tap do |o|
895
+ o.name = "CreateConfiguredTableAnalysisRule"
896
+ o.http_method = "POST"
897
+ o.http_request_uri = "/configuredTables/{configuredTableIdentifier}/analysisRule"
898
+ o.input = Shapes::ShapeRef.new(shape: CreateConfiguredTableAnalysisRuleInput)
899
+ o.output = Shapes::ShapeRef.new(shape: CreateConfiguredTableAnalysisRuleOutput)
900
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
901
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
902
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
903
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
904
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
905
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
906
+ end)
907
+
908
+ api.add_operation(:create_configured_table_association, Seahorse::Model::Operation.new.tap do |o|
909
+ o.name = "CreateConfiguredTableAssociation"
910
+ o.http_method = "POST"
911
+ o.http_request_uri = "/memberships/{membershipIdentifier}/configuredTableAssociations"
912
+ o.input = Shapes::ShapeRef.new(shape: CreateConfiguredTableAssociationInput)
913
+ o.output = Shapes::ShapeRef.new(shape: CreateConfiguredTableAssociationOutput)
914
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
915
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
916
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
917
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
918
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
919
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
920
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
921
+ end)
922
+
923
+ api.add_operation(:create_membership, Seahorse::Model::Operation.new.tap do |o|
924
+ o.name = "CreateMembership"
925
+ o.http_method = "POST"
926
+ o.http_request_uri = "/memberships"
927
+ o.input = Shapes::ShapeRef.new(shape: CreateMembershipInput)
928
+ o.output = Shapes::ShapeRef.new(shape: CreateMembershipOutput)
929
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
930
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
931
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
932
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
933
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
934
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
935
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
936
+ end)
937
+
938
+ api.add_operation(:delete_collaboration, Seahorse::Model::Operation.new.tap do |o|
939
+ o.name = "DeleteCollaboration"
940
+ o.http_method = "DELETE"
941
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}"
942
+ o.input = Shapes::ShapeRef.new(shape: DeleteCollaborationInput)
943
+ o.output = Shapes::ShapeRef.new(shape: DeleteCollaborationOutput)
944
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
945
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
946
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
947
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
948
+ end)
949
+
950
+ api.add_operation(:delete_configured_table, Seahorse::Model::Operation.new.tap do |o|
951
+ o.name = "DeleteConfiguredTable"
952
+ o.http_method = "DELETE"
953
+ o.http_request_uri = "/configuredTables/{configuredTableIdentifier}"
954
+ o.input = Shapes::ShapeRef.new(shape: DeleteConfiguredTableInput)
955
+ o.output = Shapes::ShapeRef.new(shape: DeleteConfiguredTableOutput)
956
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
957
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
958
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
959
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
960
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
961
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
962
+ end)
963
+
964
+ api.add_operation(:delete_configured_table_analysis_rule, Seahorse::Model::Operation.new.tap do |o|
965
+ o.name = "DeleteConfiguredTableAnalysisRule"
966
+ o.http_method = "DELETE"
967
+ o.http_request_uri = "/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}"
968
+ o.input = Shapes::ShapeRef.new(shape: DeleteConfiguredTableAnalysisRuleInput)
969
+ o.output = Shapes::ShapeRef.new(shape: DeleteConfiguredTableAnalysisRuleOutput)
970
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
971
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
972
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
973
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
974
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
975
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
976
+ end)
977
+
978
+ api.add_operation(:delete_configured_table_association, Seahorse::Model::Operation.new.tap do |o|
979
+ o.name = "DeleteConfiguredTableAssociation"
980
+ o.http_method = "DELETE"
981
+ o.http_request_uri = "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}"
982
+ o.input = Shapes::ShapeRef.new(shape: DeleteConfiguredTableAssociationInput)
983
+ o.output = Shapes::ShapeRef.new(shape: DeleteConfiguredTableAssociationOutput)
984
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
985
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
986
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
987
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
988
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
989
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
990
+ end)
991
+
992
+ api.add_operation(:delete_member, Seahorse::Model::Operation.new.tap do |o|
993
+ o.name = "DeleteMember"
994
+ o.http_method = "DELETE"
995
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/member/{accountId}"
996
+ o.input = Shapes::ShapeRef.new(shape: DeleteMemberInput)
997
+ o.output = Shapes::ShapeRef.new(shape: DeleteMemberOutput)
998
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
999
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1000
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1001
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1002
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1003
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1004
+ end)
1005
+
1006
+ api.add_operation(:delete_membership, Seahorse::Model::Operation.new.tap do |o|
1007
+ o.name = "DeleteMembership"
1008
+ o.http_method = "DELETE"
1009
+ o.http_request_uri = "/memberships/{membershipIdentifier}"
1010
+ o.input = Shapes::ShapeRef.new(shape: DeleteMembershipInput)
1011
+ o.output = Shapes::ShapeRef.new(shape: DeleteMembershipOutput)
1012
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1013
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1014
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1015
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1016
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1017
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1018
+ end)
1019
+
1020
+ api.add_operation(:get_collaboration, Seahorse::Model::Operation.new.tap do |o|
1021
+ o.name = "GetCollaboration"
1022
+ o.http_method = "GET"
1023
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}"
1024
+ o.input = Shapes::ShapeRef.new(shape: GetCollaborationInput)
1025
+ o.output = Shapes::ShapeRef.new(shape: GetCollaborationOutput)
1026
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1027
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1028
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1029
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1030
+ end)
1031
+
1032
+ api.add_operation(:get_configured_table, Seahorse::Model::Operation.new.tap do |o|
1033
+ o.name = "GetConfiguredTable"
1034
+ o.http_method = "GET"
1035
+ o.http_request_uri = "/configuredTables/{configuredTableIdentifier}"
1036
+ o.input = Shapes::ShapeRef.new(shape: GetConfiguredTableInput)
1037
+ o.output = Shapes::ShapeRef.new(shape: GetConfiguredTableOutput)
1038
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1039
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1040
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1041
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1042
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1043
+ end)
1044
+
1045
+ api.add_operation(:get_configured_table_analysis_rule, Seahorse::Model::Operation.new.tap do |o|
1046
+ o.name = "GetConfiguredTableAnalysisRule"
1047
+ o.http_method = "GET"
1048
+ o.http_request_uri = "/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}"
1049
+ o.input = Shapes::ShapeRef.new(shape: GetConfiguredTableAnalysisRuleInput)
1050
+ o.output = Shapes::ShapeRef.new(shape: GetConfiguredTableAnalysisRuleOutput)
1051
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1052
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1053
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1054
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1055
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1056
+ end)
1057
+
1058
+ api.add_operation(:get_configured_table_association, Seahorse::Model::Operation.new.tap do |o|
1059
+ o.name = "GetConfiguredTableAssociation"
1060
+ o.http_method = "GET"
1061
+ o.http_request_uri = "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}"
1062
+ o.input = Shapes::ShapeRef.new(shape: GetConfiguredTableAssociationInput)
1063
+ o.output = Shapes::ShapeRef.new(shape: GetConfiguredTableAssociationOutput)
1064
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1065
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1066
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1067
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1068
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1069
+ end)
1070
+
1071
+ api.add_operation(:get_membership, Seahorse::Model::Operation.new.tap do |o|
1072
+ o.name = "GetMembership"
1073
+ o.http_method = "GET"
1074
+ o.http_request_uri = "/memberships/{membershipIdentifier}"
1075
+ o.input = Shapes::ShapeRef.new(shape: GetMembershipInput)
1076
+ o.output = Shapes::ShapeRef.new(shape: GetMembershipOutput)
1077
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1078
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1079
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1080
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1081
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1082
+ end)
1083
+
1084
+ api.add_operation(:get_protected_query, Seahorse::Model::Operation.new.tap do |o|
1085
+ o.name = "GetProtectedQuery"
1086
+ o.http_method = "GET"
1087
+ o.http_request_uri = "/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}"
1088
+ o.input = Shapes::ShapeRef.new(shape: GetProtectedQueryInput)
1089
+ o.output = Shapes::ShapeRef.new(shape: GetProtectedQueryOutput)
1090
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1091
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1092
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1093
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1094
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1095
+ end)
1096
+
1097
+ api.add_operation(:get_schema, Seahorse::Model::Operation.new.tap do |o|
1098
+ o.name = "GetSchema"
1099
+ o.http_method = "GET"
1100
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/schemas/{name}"
1101
+ o.input = Shapes::ShapeRef.new(shape: GetSchemaInput)
1102
+ o.output = Shapes::ShapeRef.new(shape: GetSchemaOutput)
1103
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1104
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1105
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1106
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1107
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1108
+ end)
1109
+
1110
+ api.add_operation(:get_schema_analysis_rule, Seahorse::Model::Operation.new.tap do |o|
1111
+ o.name = "GetSchemaAnalysisRule"
1112
+ o.http_method = "GET"
1113
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/schemas/{name}/analysisRule/{type}"
1114
+ o.input = Shapes::ShapeRef.new(shape: GetSchemaAnalysisRuleInput)
1115
+ o.output = Shapes::ShapeRef.new(shape: GetSchemaAnalysisRuleOutput)
1116
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1117
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1118
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1119
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1120
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1121
+ end)
1122
+
1123
+ api.add_operation(:list_collaborations, Seahorse::Model::Operation.new.tap do |o|
1124
+ o.name = "ListCollaborations"
1125
+ o.http_method = "GET"
1126
+ o.http_request_uri = "/collaborations"
1127
+ o.input = Shapes::ShapeRef.new(shape: ListCollaborationsInput)
1128
+ o.output = Shapes::ShapeRef.new(shape: ListCollaborationsOutput)
1129
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1130
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1131
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1132
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1133
+ o[:pager] = Aws::Pager.new(
1134
+ limit_key: "max_results",
1135
+ tokens: {
1136
+ "next_token" => "next_token"
1137
+ }
1138
+ )
1139
+ end)
1140
+
1141
+ api.add_operation(:list_configured_table_associations, Seahorse::Model::Operation.new.tap do |o|
1142
+ o.name = "ListConfiguredTableAssociations"
1143
+ o.http_method = "GET"
1144
+ o.http_request_uri = "/memberships/{membershipIdentifier}/configuredTableAssociations"
1145
+ o.input = Shapes::ShapeRef.new(shape: ListConfiguredTableAssociationsInput)
1146
+ o.output = Shapes::ShapeRef.new(shape: ListConfiguredTableAssociationsOutput)
1147
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1148
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1149
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1150
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1151
+ o[:pager] = Aws::Pager.new(
1152
+ limit_key: "max_results",
1153
+ tokens: {
1154
+ "next_token" => "next_token"
1155
+ }
1156
+ )
1157
+ end)
1158
+
1159
+ api.add_operation(:list_configured_tables, Seahorse::Model::Operation.new.tap do |o|
1160
+ o.name = "ListConfiguredTables"
1161
+ o.http_method = "GET"
1162
+ o.http_request_uri = "/configuredTables"
1163
+ o.input = Shapes::ShapeRef.new(shape: ListConfiguredTablesInput)
1164
+ o.output = Shapes::ShapeRef.new(shape: ListConfiguredTablesOutput)
1165
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1166
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1167
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1168
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1169
+ o[:pager] = Aws::Pager.new(
1170
+ limit_key: "max_results",
1171
+ tokens: {
1172
+ "next_token" => "next_token"
1173
+ }
1174
+ )
1175
+ end)
1176
+
1177
+ api.add_operation(:list_members, Seahorse::Model::Operation.new.tap do |o|
1178
+ o.name = "ListMembers"
1179
+ o.http_method = "GET"
1180
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/members"
1181
+ o.input = Shapes::ShapeRef.new(shape: ListMembersInput)
1182
+ o.output = Shapes::ShapeRef.new(shape: ListMembersOutput)
1183
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1184
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1185
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1186
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1187
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1188
+ o[:pager] = Aws::Pager.new(
1189
+ limit_key: "max_results",
1190
+ tokens: {
1191
+ "next_token" => "next_token"
1192
+ }
1193
+ )
1194
+ end)
1195
+
1196
+ api.add_operation(:list_memberships, Seahorse::Model::Operation.new.tap do |o|
1197
+ o.name = "ListMemberships"
1198
+ o.http_method = "GET"
1199
+ o.http_request_uri = "/memberships"
1200
+ o.input = Shapes::ShapeRef.new(shape: ListMembershipsInput)
1201
+ o.output = Shapes::ShapeRef.new(shape: ListMembershipsOutput)
1202
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1203
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1204
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1205
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1206
+ o[:pager] = Aws::Pager.new(
1207
+ limit_key: "max_results",
1208
+ tokens: {
1209
+ "next_token" => "next_token"
1210
+ }
1211
+ )
1212
+ end)
1213
+
1214
+ api.add_operation(:list_protected_queries, Seahorse::Model::Operation.new.tap do |o|
1215
+ o.name = "ListProtectedQueries"
1216
+ o.http_method = "GET"
1217
+ o.http_request_uri = "/memberships/{membershipIdentifier}/protectedQueries"
1218
+ o.input = Shapes::ShapeRef.new(shape: ListProtectedQueriesInput)
1219
+ o.output = Shapes::ShapeRef.new(shape: ListProtectedQueriesOutput)
1220
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1221
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1222
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1223
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1224
+ o[:pager] = Aws::Pager.new(
1225
+ limit_key: "max_results",
1226
+ tokens: {
1227
+ "next_token" => "next_token"
1228
+ }
1229
+ )
1230
+ end)
1231
+
1232
+ api.add_operation(:list_schemas, Seahorse::Model::Operation.new.tap do |o|
1233
+ o.name = "ListSchemas"
1234
+ o.http_method = "GET"
1235
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/schemas"
1236
+ o.input = Shapes::ShapeRef.new(shape: ListSchemasInput)
1237
+ o.output = Shapes::ShapeRef.new(shape: ListSchemasOutput)
1238
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1239
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1240
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1241
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1242
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1243
+ o[:pager] = Aws::Pager.new(
1244
+ limit_key: "max_results",
1245
+ tokens: {
1246
+ "next_token" => "next_token"
1247
+ }
1248
+ )
1249
+ end)
1250
+
1251
+ api.add_operation(:start_protected_query, Seahorse::Model::Operation.new.tap do |o|
1252
+ o.name = "StartProtectedQuery"
1253
+ o.http_method = "POST"
1254
+ o.http_request_uri = "/memberships/{membershipIdentifier}/protectedQueries"
1255
+ o.input = Shapes::ShapeRef.new(shape: StartProtectedQueryInput)
1256
+ o.output = Shapes::ShapeRef.new(shape: StartProtectedQueryOutput)
1257
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1258
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1259
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1260
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1261
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1262
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1263
+ end)
1264
+
1265
+ api.add_operation(:update_collaboration, Seahorse::Model::Operation.new.tap do |o|
1266
+ o.name = "UpdateCollaboration"
1267
+ o.http_method = "PATCH"
1268
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}"
1269
+ o.input = Shapes::ShapeRef.new(shape: UpdateCollaborationInput)
1270
+ o.output = Shapes::ShapeRef.new(shape: UpdateCollaborationOutput)
1271
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1272
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1273
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1274
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1275
+ end)
1276
+
1277
+ api.add_operation(:update_configured_table, Seahorse::Model::Operation.new.tap do |o|
1278
+ o.name = "UpdateConfiguredTable"
1279
+ o.http_method = "PATCH"
1280
+ o.http_request_uri = "/configuredTables/{configuredTableIdentifier}"
1281
+ o.input = Shapes::ShapeRef.new(shape: UpdateConfiguredTableInput)
1282
+ o.output = Shapes::ShapeRef.new(shape: UpdateConfiguredTableOutput)
1283
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1284
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1285
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1286
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1287
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1288
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1289
+ end)
1290
+
1291
+ api.add_operation(:update_configured_table_analysis_rule, Seahorse::Model::Operation.new.tap do |o|
1292
+ o.name = "UpdateConfiguredTableAnalysisRule"
1293
+ o.http_method = "PATCH"
1294
+ o.http_request_uri = "/configuredTables/{configuredTableIdentifier}/analysisRule/{analysisRuleType}"
1295
+ o.input = Shapes::ShapeRef.new(shape: UpdateConfiguredTableAnalysisRuleInput)
1296
+ o.output = Shapes::ShapeRef.new(shape: UpdateConfiguredTableAnalysisRuleOutput)
1297
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1298
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1299
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1300
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1301
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1302
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1303
+ end)
1304
+
1305
+ api.add_operation(:update_configured_table_association, Seahorse::Model::Operation.new.tap do |o|
1306
+ o.name = "UpdateConfiguredTableAssociation"
1307
+ o.http_method = "PATCH"
1308
+ o.http_request_uri = "/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}"
1309
+ o.input = Shapes::ShapeRef.new(shape: UpdateConfiguredTableAssociationInput)
1310
+ o.output = Shapes::ShapeRef.new(shape: UpdateConfiguredTableAssociationOutput)
1311
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1312
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1313
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1314
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1315
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1316
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1317
+ end)
1318
+
1319
+ api.add_operation(:update_membership, Seahorse::Model::Operation.new.tap do |o|
1320
+ o.name = "UpdateMembership"
1321
+ o.http_method = "PATCH"
1322
+ o.http_request_uri = "/memberships/{membershipIdentifier}"
1323
+ o.input = Shapes::ShapeRef.new(shape: UpdateMembershipInput)
1324
+ o.output = Shapes::ShapeRef.new(shape: UpdateMembershipOutput)
1325
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1326
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1327
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1328
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1329
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1330
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1331
+ end)
1332
+
1333
+ api.add_operation(:update_protected_query, Seahorse::Model::Operation.new.tap do |o|
1334
+ o.name = "UpdateProtectedQuery"
1335
+ o.http_method = "PATCH"
1336
+ o.http_request_uri = "/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}"
1337
+ o.input = Shapes::ShapeRef.new(shape: UpdateProtectedQueryInput)
1338
+ o.output = Shapes::ShapeRef.new(shape: UpdateProtectedQueryOutput)
1339
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1340
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1341
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1342
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1343
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1344
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1345
+ end)
1346
+ end
1347
+
1348
+ end
1349
+ end