aws-sdk-entityresolution 1.5.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,6 +14,8 @@ module Aws::EntityResolution
14
14
  include Seahorse::Model
15
15
 
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AddPolicyStatementInput = Shapes::StructureShape.new(name: 'AddPolicyStatementInput')
18
+ AddPolicyStatementOutput = Shapes::StructureShape.new(name: 'AddPolicyStatementOutput')
17
19
  AttributeMatchingModel = Shapes::StringShape.new(name: 'AttributeMatchingModel')
18
20
  AttributeName = Shapes::StringShape.new(name: 'AttributeName')
19
21
  AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
@@ -22,19 +24,27 @@ module Aws::EntityResolution
22
24
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
23
25
  CreateIdMappingWorkflowInput = Shapes::StructureShape.new(name: 'CreateIdMappingWorkflowInput')
24
26
  CreateIdMappingWorkflowOutput = Shapes::StructureShape.new(name: 'CreateIdMappingWorkflowOutput')
27
+ CreateIdNamespaceInput = Shapes::StructureShape.new(name: 'CreateIdNamespaceInput')
28
+ CreateIdNamespaceOutput = Shapes::StructureShape.new(name: 'CreateIdNamespaceOutput')
25
29
  CreateMatchingWorkflowInput = Shapes::StructureShape.new(name: 'CreateMatchingWorkflowInput')
26
30
  CreateMatchingWorkflowOutput = Shapes::StructureShape.new(name: 'CreateMatchingWorkflowOutput')
27
31
  CreateSchemaMappingInput = Shapes::StructureShape.new(name: 'CreateSchemaMappingInput')
28
32
  CreateSchemaMappingOutput = Shapes::StructureShape.new(name: 'CreateSchemaMappingOutput')
29
33
  DeleteIdMappingWorkflowInput = Shapes::StructureShape.new(name: 'DeleteIdMappingWorkflowInput')
30
34
  DeleteIdMappingWorkflowOutput = Shapes::StructureShape.new(name: 'DeleteIdMappingWorkflowOutput')
35
+ DeleteIdNamespaceInput = Shapes::StructureShape.new(name: 'DeleteIdNamespaceInput')
36
+ DeleteIdNamespaceOutput = Shapes::StructureShape.new(name: 'DeleteIdNamespaceOutput')
31
37
  DeleteMatchingWorkflowInput = Shapes::StructureShape.new(name: 'DeleteMatchingWorkflowInput')
32
38
  DeleteMatchingWorkflowOutput = Shapes::StructureShape.new(name: 'DeleteMatchingWorkflowOutput')
39
+ DeletePolicyStatementInput = Shapes::StructureShape.new(name: 'DeletePolicyStatementInput')
40
+ DeletePolicyStatementOutput = Shapes::StructureShape.new(name: 'DeletePolicyStatementOutput')
33
41
  DeleteSchemaMappingInput = Shapes::StructureShape.new(name: 'DeleteSchemaMappingInput')
34
42
  DeleteSchemaMappingOutput = Shapes::StructureShape.new(name: 'DeleteSchemaMappingOutput')
35
43
  Description = Shapes::StringShape.new(name: 'Description')
36
44
  Document = Shapes::DocumentShape.new(name: 'Document', document: true)
37
45
  EntityName = Shapes::StringShape.new(name: 'EntityName')
46
+ EntityNameOrIdMappingWorkflowArn = Shapes::StringShape.new(name: 'EntityNameOrIdMappingWorkflowArn')
47
+ EntityNameOrIdNamespaceArn = Shapes::StringShape.new(name: 'EntityNameOrIdNamespaceArn')
38
48
  ErrorDetails = Shapes::StructureShape.new(name: 'ErrorDetails')
39
49
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
40
50
  ExceedsLimitException = Shapes::StructureShape.new(name: 'ExceedsLimitException')
@@ -42,17 +52,23 @@ module Aws::EntityResolution
42
52
  GetIdMappingJobOutput = Shapes::StructureShape.new(name: 'GetIdMappingJobOutput')
43
53
  GetIdMappingWorkflowInput = Shapes::StructureShape.new(name: 'GetIdMappingWorkflowInput')
44
54
  GetIdMappingWorkflowOutput = Shapes::StructureShape.new(name: 'GetIdMappingWorkflowOutput')
55
+ GetIdNamespaceInput = Shapes::StructureShape.new(name: 'GetIdNamespaceInput')
56
+ GetIdNamespaceOutput = Shapes::StructureShape.new(name: 'GetIdNamespaceOutput')
45
57
  GetMatchIdInput = Shapes::StructureShape.new(name: 'GetMatchIdInput')
46
58
  GetMatchIdOutput = Shapes::StructureShape.new(name: 'GetMatchIdOutput')
47
59
  GetMatchingJobInput = Shapes::StructureShape.new(name: 'GetMatchingJobInput')
48
60
  GetMatchingJobOutput = Shapes::StructureShape.new(name: 'GetMatchingJobOutput')
49
61
  GetMatchingWorkflowInput = Shapes::StructureShape.new(name: 'GetMatchingWorkflowInput')
50
62
  GetMatchingWorkflowOutput = Shapes::StructureShape.new(name: 'GetMatchingWorkflowOutput')
63
+ GetPolicyInput = Shapes::StructureShape.new(name: 'GetPolicyInput')
64
+ GetPolicyOutput = Shapes::StructureShape.new(name: 'GetPolicyOutput')
51
65
  GetProviderServiceInput = Shapes::StructureShape.new(name: 'GetProviderServiceInput')
52
66
  GetProviderServiceOutput = Shapes::StructureShape.new(name: 'GetProviderServiceOutput')
53
67
  GetSchemaMappingInput = Shapes::StructureShape.new(name: 'GetSchemaMappingInput')
54
68
  GetSchemaMappingOutput = Shapes::StructureShape.new(name: 'GetSchemaMappingOutput')
55
69
  IdMappingJobMetrics = Shapes::StructureShape.new(name: 'IdMappingJobMetrics')
70
+ IdMappingJobOutputSource = Shapes::StructureShape.new(name: 'IdMappingJobOutputSource')
71
+ IdMappingJobOutputSourceConfig = Shapes::ListShape.new(name: 'IdMappingJobOutputSourceConfig')
56
72
  IdMappingTechniques = Shapes::StructureShape.new(name: 'IdMappingTechniques')
57
73
  IdMappingType = Shapes::StringShape.new(name: 'IdMappingType')
58
74
  IdMappingWorkflowArn = Shapes::StringShape.new(name: 'IdMappingWorkflowArn')
@@ -63,6 +79,15 @@ module Aws::EntityResolution
63
79
  IdMappingWorkflowOutputSource = Shapes::StructureShape.new(name: 'IdMappingWorkflowOutputSource')
64
80
  IdMappingWorkflowOutputSourceConfig = Shapes::ListShape.new(name: 'IdMappingWorkflowOutputSourceConfig')
65
81
  IdMappingWorkflowSummary = Shapes::StructureShape.new(name: 'IdMappingWorkflowSummary')
82
+ IdNamespaceArn = Shapes::StringShape.new(name: 'IdNamespaceArn')
83
+ IdNamespaceIdMappingWorkflowProperties = Shapes::StructureShape.new(name: 'IdNamespaceIdMappingWorkflowProperties')
84
+ IdNamespaceIdMappingWorkflowPropertiesList = Shapes::ListShape.new(name: 'IdNamespaceIdMappingWorkflowPropertiesList')
85
+ IdNamespaceInputSource = Shapes::StructureShape.new(name: 'IdNamespaceInputSource')
86
+ IdNamespaceInputSourceConfig = Shapes::ListShape.new(name: 'IdNamespaceInputSourceConfig')
87
+ IdNamespaceInputSourceInputSourceARNString = Shapes::StringShape.new(name: 'IdNamespaceInputSourceInputSourceARNString')
88
+ IdNamespaceList = Shapes::ListShape.new(name: 'IdNamespaceList')
89
+ IdNamespaceSummary = Shapes::StructureShape.new(name: 'IdNamespaceSummary')
90
+ IdNamespaceType = Shapes::StringShape.new(name: 'IdNamespaceType')
66
91
  IncrementalRunConfig = Shapes::StructureShape.new(name: 'IncrementalRunConfig')
67
92
  IncrementalRunType = Shapes::StringShape.new(name: 'IncrementalRunType')
68
93
  InputSource = Shapes::StructureShape.new(name: 'InputSource')
@@ -74,6 +99,8 @@ module Aws::EntityResolution
74
99
  JobId = Shapes::StringShape.new(name: 'JobId')
75
100
  JobList = Shapes::ListShape.new(name: 'JobList')
76
101
  JobMetrics = Shapes::StructureShape.new(name: 'JobMetrics')
102
+ JobOutputSource = Shapes::StructureShape.new(name: 'JobOutputSource')
103
+ JobOutputSourceConfig = Shapes::ListShape.new(name: 'JobOutputSourceConfig')
77
104
  JobStatus = Shapes::StringShape.new(name: 'JobStatus')
78
105
  JobSummary = Shapes::StructureShape.new(name: 'JobSummary')
79
106
  KMSArn = Shapes::StringShape.new(name: 'KMSArn')
@@ -83,6 +110,9 @@ module Aws::EntityResolution
83
110
  ListIdMappingWorkflowsInput = Shapes::StructureShape.new(name: 'ListIdMappingWorkflowsInput')
84
111
  ListIdMappingWorkflowsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListIdMappingWorkflowsInputMaxResultsInteger')
85
112
  ListIdMappingWorkflowsOutput = Shapes::StructureShape.new(name: 'ListIdMappingWorkflowsOutput')
113
+ ListIdNamespacesInput = Shapes::StructureShape.new(name: 'ListIdNamespacesInput')
114
+ ListIdNamespacesInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListIdNamespacesInputMaxResultsInteger')
115
+ ListIdNamespacesOutput = Shapes::StructureShape.new(name: 'ListIdNamespacesOutput')
86
116
  ListMatchingJobsInput = Shapes::StructureShape.new(name: 'ListMatchingJobsInput')
87
117
  ListMatchingJobsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListMatchingJobsInputMaxResultsInteger')
88
118
  ListMatchingJobsOutput = Shapes::StructureShape.new(name: 'ListMatchingJobsOutput')
@@ -100,19 +130,28 @@ module Aws::EntityResolution
100
130
  MatchingWorkflowArn = Shapes::StringShape.new(name: 'MatchingWorkflowArn')
101
131
  MatchingWorkflowList = Shapes::ListShape.new(name: 'MatchingWorkflowList')
102
132
  MatchingWorkflowSummary = Shapes::StructureShape.new(name: 'MatchingWorkflowSummary')
133
+ NamespaceProviderProperties = Shapes::StructureShape.new(name: 'NamespaceProviderProperties')
103
134
  NextToken = Shapes::StringShape.new(name: 'NextToken')
104
135
  OutputAttribute = Shapes::StructureShape.new(name: 'OutputAttribute')
105
136
  OutputSource = Shapes::StructureShape.new(name: 'OutputSource')
106
137
  OutputSourceConfig = Shapes::ListShape.new(name: 'OutputSourceConfig')
107
138
  OutputSourceOutputList = Shapes::ListShape.new(name: 'OutputSourceOutputList')
139
+ PolicyDocument = Shapes::StringShape.new(name: 'PolicyDocument')
140
+ PolicyToken = Shapes::StringShape.new(name: 'PolicyToken')
141
+ ProviderComponentSchema = Shapes::StructureShape.new(name: 'ProviderComponentSchema')
108
142
  ProviderEndpointConfiguration = Shapes::UnionShape.new(name: 'ProviderEndpointConfiguration')
143
+ ProviderIdNameSpaceConfiguration = Shapes::StructureShape.new(name: 'ProviderIdNameSpaceConfiguration')
109
144
  ProviderIntermediateDataAccessConfiguration = Shapes::StructureShape.new(name: 'ProviderIntermediateDataAccessConfiguration')
110
145
  ProviderMarketplaceConfiguration = Shapes::StructureShape.new(name: 'ProviderMarketplaceConfiguration')
111
146
  ProviderProperties = Shapes::StructureShape.new(name: 'ProviderProperties')
147
+ ProviderSchemaAttribute = Shapes::StructureShape.new(name: 'ProviderSchemaAttribute')
148
+ ProviderSchemaAttributes = Shapes::ListShape.new(name: 'ProviderSchemaAttributes')
112
149
  ProviderServiceArn = Shapes::StringShape.new(name: 'ProviderServiceArn')
113
150
  ProviderServiceDisplayName = Shapes::StringShape.new(name: 'ProviderServiceDisplayName')
114
151
  ProviderServiceList = Shapes::ListShape.new(name: 'ProviderServiceList')
115
152
  ProviderServiceSummary = Shapes::StructureShape.new(name: 'ProviderServiceSummary')
153
+ PutPolicyInput = Shapes::StructureShape.new(name: 'PutPolicyInput')
154
+ PutPolicyOutput = Shapes::StructureShape.new(name: 'PutPolicyOutput')
116
155
  RecordAttributeMap = Shapes::MapShape.new(name: 'RecordAttributeMap')
117
156
  RecordAttributeMapKeyString = Shapes::StringShape.new(name: 'RecordAttributeMapKeyString')
118
157
  RecordAttributeMapValueString = Shapes::StringShape.new(name: 'RecordAttributeMapValueString')
@@ -130,14 +169,23 @@ module Aws::EntityResolution
130
169
  SchemaAttributeType = Shapes::StringShape.new(name: 'SchemaAttributeType')
131
170
  SchemaInputAttribute = Shapes::StructureShape.new(name: 'SchemaInputAttribute')
132
171
  SchemaInputAttributes = Shapes::ListShape.new(name: 'SchemaInputAttributes')
172
+ SchemaList = Shapes::ListShape.new(name: 'SchemaList')
133
173
  SchemaMappingArn = Shapes::StringShape.new(name: 'SchemaMappingArn')
134
174
  SchemaMappingList = Shapes::ListShape.new(name: 'SchemaMappingList')
135
175
  SchemaMappingSummary = Shapes::StructureShape.new(name: 'SchemaMappingSummary')
176
+ Schemas = Shapes::ListShape.new(name: 'Schemas')
136
177
  ServiceType = Shapes::StringShape.new(name: 'ServiceType')
137
178
  StartIdMappingJobInput = Shapes::StructureShape.new(name: 'StartIdMappingJobInput')
138
179
  StartIdMappingJobOutput = Shapes::StructureShape.new(name: 'StartIdMappingJobOutput')
139
180
  StartMatchingJobInput = Shapes::StructureShape.new(name: 'StartMatchingJobInput')
140
181
  StartMatchingJobOutput = Shapes::StructureShape.new(name: 'StartMatchingJobOutput')
182
+ StatementAction = Shapes::StringShape.new(name: 'StatementAction')
183
+ StatementActionList = Shapes::ListShape.new(name: 'StatementActionList')
184
+ StatementCondition = Shapes::StringShape.new(name: 'StatementCondition')
185
+ StatementEffect = Shapes::StringShape.new(name: 'StatementEffect')
186
+ StatementId = Shapes::StringShape.new(name: 'StatementId')
187
+ StatementPrincipal = Shapes::StringShape.new(name: 'StatementPrincipal')
188
+ StatementPrincipalList = Shapes::ListShape.new(name: 'StatementPrincipalList')
141
189
  String = Shapes::StringShape.new(name: 'String')
142
190
  TagKey = Shapes::StringShape.new(name: 'TagKey')
143
191
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -151,6 +199,8 @@ module Aws::EntityResolution
151
199
  UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
152
200
  UpdateIdMappingWorkflowInput = Shapes::StructureShape.new(name: 'UpdateIdMappingWorkflowInput')
153
201
  UpdateIdMappingWorkflowOutput = Shapes::StructureShape.new(name: 'UpdateIdMappingWorkflowOutput')
202
+ UpdateIdNamespaceInput = Shapes::StructureShape.new(name: 'UpdateIdNamespaceInput')
203
+ UpdateIdNamespaceOutput = Shapes::StructureShape.new(name: 'UpdateIdNamespaceOutput')
154
204
  UpdateMatchingWorkflowInput = Shapes::StructureShape.new(name: 'UpdateMatchingWorkflowInput')
155
205
  UpdateMatchingWorkflowOutput = Shapes::StructureShape.new(name: 'UpdateMatchingWorkflowOutput')
156
206
  UpdateSchemaMappingInput = Shapes::StructureShape.new(name: 'UpdateSchemaMappingInput')
@@ -161,6 +211,19 @@ module Aws::EntityResolution
161
211
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
162
212
  AccessDeniedException.struct_class = Types::AccessDeniedException
163
213
 
214
+ AddPolicyStatementInput.add_member(:action, Shapes::ShapeRef.new(shape: StatementActionList, required: true, location_name: "action"))
215
+ AddPolicyStatementInput.add_member(:arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location: "uri", location_name: "arn"))
216
+ AddPolicyStatementInput.add_member(:condition, Shapes::ShapeRef.new(shape: StatementCondition, location_name: "condition"))
217
+ AddPolicyStatementInput.add_member(:effect, Shapes::ShapeRef.new(shape: StatementEffect, required: true, location_name: "effect"))
218
+ AddPolicyStatementInput.add_member(:principal, Shapes::ShapeRef.new(shape: StatementPrincipalList, required: true, location_name: "principal"))
219
+ AddPolicyStatementInput.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, required: true, location: "uri", location_name: "statementId"))
220
+ AddPolicyStatementInput.struct_class = Types::AddPolicyStatementInput
221
+
222
+ AddPolicyStatementOutput.add_member(:arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location_name: "arn"))
223
+ AddPolicyStatementOutput.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "policy"))
224
+ AddPolicyStatementOutput.add_member(:token, Shapes::ShapeRef.new(shape: PolicyToken, required: true, location_name: "token"))
225
+ AddPolicyStatementOutput.struct_class = Types::AddPolicyStatementOutput
226
+
164
227
  AwsAccountIdList.member = Shapes::ShapeRef.new(shape: AwsAccountId)
165
228
 
166
229
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
@@ -169,7 +232,7 @@ module Aws::EntityResolution
169
232
  CreateIdMappingWorkflowInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
170
233
  CreateIdMappingWorkflowInput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
171
234
  CreateIdMappingWorkflowInput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceConfig, required: true, location_name: "inputSourceConfig"))
172
- CreateIdMappingWorkflowInput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, required: true, location_name: "outputSourceConfig"))
235
+ CreateIdMappingWorkflowInput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, location_name: "outputSourceConfig"))
173
236
  CreateIdMappingWorkflowInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
174
237
  CreateIdMappingWorkflowInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
175
238
  CreateIdMappingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
@@ -178,12 +241,33 @@ module Aws::EntityResolution
178
241
  CreateIdMappingWorkflowOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
179
242
  CreateIdMappingWorkflowOutput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
180
243
  CreateIdMappingWorkflowOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceConfig, required: true, location_name: "inputSourceConfig"))
181
- CreateIdMappingWorkflowOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, required: true, location_name: "outputSourceConfig"))
244
+ CreateIdMappingWorkflowOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, location_name: "outputSourceConfig"))
182
245
  CreateIdMappingWorkflowOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
183
246
  CreateIdMappingWorkflowOutput.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowArn, required: true, location_name: "workflowArn"))
184
247
  CreateIdMappingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
185
248
  CreateIdMappingWorkflowOutput.struct_class = Types::CreateIdMappingWorkflowOutput
186
249
 
250
+ CreateIdNamespaceInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
251
+ CreateIdNamespaceInput.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowPropertiesList, location_name: "idMappingWorkflowProperties"))
252
+ CreateIdNamespaceInput.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "idNamespaceName"))
253
+ CreateIdNamespaceInput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdNamespaceInputSourceConfig, location_name: "inputSourceConfig"))
254
+ CreateIdNamespaceInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
255
+ CreateIdNamespaceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
256
+ CreateIdNamespaceInput.add_member(:type, Shapes::ShapeRef.new(shape: IdNamespaceType, required: true, location_name: "type"))
257
+ CreateIdNamespaceInput.struct_class = Types::CreateIdNamespaceInput
258
+
259
+ CreateIdNamespaceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
260
+ CreateIdNamespaceOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
261
+ CreateIdNamespaceOutput.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowPropertiesList, location_name: "idMappingWorkflowProperties"))
262
+ CreateIdNamespaceOutput.add_member(:id_namespace_arn, Shapes::ShapeRef.new(shape: IdNamespaceArn, required: true, location_name: "idNamespaceArn"))
263
+ CreateIdNamespaceOutput.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "idNamespaceName"))
264
+ CreateIdNamespaceOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdNamespaceInputSourceConfig, location_name: "inputSourceConfig"))
265
+ CreateIdNamespaceOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
266
+ CreateIdNamespaceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
267
+ CreateIdNamespaceOutput.add_member(:type, Shapes::ShapeRef.new(shape: IdNamespaceType, required: true, location_name: "type"))
268
+ CreateIdNamespaceOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
269
+ CreateIdNamespaceOutput.struct_class = Types::CreateIdNamespaceOutput
270
+
187
271
  CreateMatchingWorkflowInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
188
272
  CreateMatchingWorkflowInput.add_member(:incremental_run_config, Shapes::ShapeRef.new(shape: IncrementalRunConfig, location_name: "incrementalRunConfig"))
189
273
  CreateMatchingWorkflowInput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: InputSourceConfig, required: true, location_name: "inputSourceConfig"))
@@ -222,12 +306,27 @@ module Aws::EntityResolution
222
306
  DeleteIdMappingWorkflowOutput.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
223
307
  DeleteIdMappingWorkflowOutput.struct_class = Types::DeleteIdMappingWorkflowOutput
224
308
 
309
+ DeleteIdNamespaceInput.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "idNamespaceName"))
310
+ DeleteIdNamespaceInput.struct_class = Types::DeleteIdNamespaceInput
311
+
312
+ DeleteIdNamespaceOutput.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
313
+ DeleteIdNamespaceOutput.struct_class = Types::DeleteIdNamespaceOutput
314
+
225
315
  DeleteMatchingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
226
316
  DeleteMatchingWorkflowInput.struct_class = Types::DeleteMatchingWorkflowInput
227
317
 
228
318
  DeleteMatchingWorkflowOutput.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
229
319
  DeleteMatchingWorkflowOutput.struct_class = Types::DeleteMatchingWorkflowOutput
230
320
 
321
+ DeletePolicyStatementInput.add_member(:arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location: "uri", location_name: "arn"))
322
+ DeletePolicyStatementInput.add_member(:statement_id, Shapes::ShapeRef.new(shape: StatementId, required: true, location: "uri", location_name: "statementId"))
323
+ DeletePolicyStatementInput.struct_class = Types::DeletePolicyStatementInput
324
+
325
+ DeletePolicyStatementOutput.add_member(:arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location_name: "arn"))
326
+ DeletePolicyStatementOutput.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "policy"))
327
+ DeletePolicyStatementOutput.add_member(:token, Shapes::ShapeRef.new(shape: PolicyToken, required: true, location_name: "token"))
328
+ DeletePolicyStatementOutput.struct_class = Types::DeletePolicyStatementOutput
329
+
231
330
  DeleteSchemaMappingInput.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "schemaName"))
232
331
  DeleteSchemaMappingInput.struct_class = Types::DeleteSchemaMappingInput
233
332
 
@@ -243,13 +342,14 @@ module Aws::EntityResolution
243
342
  ExceedsLimitException.struct_class = Types::ExceedsLimitException
244
343
 
245
344
  GetIdMappingJobInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
246
- GetIdMappingJobInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
345
+ GetIdMappingJobInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityNameOrIdMappingWorkflowArn, required: true, location: "uri", location_name: "workflowName"))
247
346
  GetIdMappingJobInput.struct_class = Types::GetIdMappingJobInput
248
347
 
249
348
  GetIdMappingJobOutput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
250
349
  GetIdMappingJobOutput.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "errorDetails"))
251
350
  GetIdMappingJobOutput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
252
351
  GetIdMappingJobOutput.add_member(:metrics, Shapes::ShapeRef.new(shape: IdMappingJobMetrics, location_name: "metrics"))
352
+ GetIdMappingJobOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingJobOutputSourceConfig, location_name: "outputSourceConfig"))
253
353
  GetIdMappingJobOutput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
254
354
  GetIdMappingJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
255
355
  GetIdMappingJobOutput.struct_class = Types::GetIdMappingJobOutput
@@ -261,7 +361,7 @@ module Aws::EntityResolution
261
361
  GetIdMappingWorkflowOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
262
362
  GetIdMappingWorkflowOutput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
263
363
  GetIdMappingWorkflowOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceConfig, required: true, location_name: "inputSourceConfig"))
264
- GetIdMappingWorkflowOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, required: true, location_name: "outputSourceConfig"))
364
+ GetIdMappingWorkflowOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, location_name: "outputSourceConfig"))
265
365
  GetIdMappingWorkflowOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
266
366
  GetIdMappingWorkflowOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
267
367
  GetIdMappingWorkflowOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
@@ -269,11 +369,28 @@ module Aws::EntityResolution
269
369
  GetIdMappingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
270
370
  GetIdMappingWorkflowOutput.struct_class = Types::GetIdMappingWorkflowOutput
271
371
 
372
+ GetIdNamespaceInput.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityNameOrIdNamespaceArn, required: true, location: "uri", location_name: "idNamespaceName"))
373
+ GetIdNamespaceInput.struct_class = Types::GetIdNamespaceInput
374
+
375
+ GetIdNamespaceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
376
+ GetIdNamespaceOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
377
+ GetIdNamespaceOutput.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowPropertiesList, location_name: "idMappingWorkflowProperties"))
378
+ GetIdNamespaceOutput.add_member(:id_namespace_arn, Shapes::ShapeRef.new(shape: IdNamespaceArn, required: true, location_name: "idNamespaceArn"))
379
+ GetIdNamespaceOutput.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "idNamespaceName"))
380
+ GetIdNamespaceOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdNamespaceInputSourceConfig, location_name: "inputSourceConfig"))
381
+ GetIdNamespaceOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
382
+ GetIdNamespaceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
383
+ GetIdNamespaceOutput.add_member(:type, Shapes::ShapeRef.new(shape: IdNamespaceType, required: true, location_name: "type"))
384
+ GetIdNamespaceOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
385
+ GetIdNamespaceOutput.struct_class = Types::GetIdNamespaceOutput
386
+
387
+ GetMatchIdInput.add_member(:apply_normalization, Shapes::ShapeRef.new(shape: Boolean, location_name: "applyNormalization"))
272
388
  GetMatchIdInput.add_member(:record, Shapes::ShapeRef.new(shape: RecordAttributeMap, required: true, location_name: "record"))
273
389
  GetMatchIdInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
274
390
  GetMatchIdInput.struct_class = Types::GetMatchIdInput
275
391
 
276
392
  GetMatchIdOutput.add_member(:match_id, Shapes::ShapeRef.new(shape: String, location_name: "matchId"))
393
+ GetMatchIdOutput.add_member(:match_rule, Shapes::ShapeRef.new(shape: String, location_name: "matchRule"))
277
394
  GetMatchIdOutput.struct_class = Types::GetMatchIdOutput
278
395
 
279
396
  GetMatchingJobInput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
@@ -284,6 +401,7 @@ module Aws::EntityResolution
284
401
  GetMatchingJobOutput.add_member(:error_details, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "errorDetails"))
285
402
  GetMatchingJobOutput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
286
403
  GetMatchingJobOutput.add_member(:metrics, Shapes::ShapeRef.new(shape: JobMetrics, location_name: "metrics"))
404
+ GetMatchingJobOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: JobOutputSourceConfig, location_name: "outputSourceConfig"))
287
405
  GetMatchingJobOutput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
288
406
  GetMatchingJobOutput.add_member(:status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "status"))
289
407
  GetMatchingJobOutput.struct_class = Types::GetMatchingJobOutput
@@ -304,15 +422,26 @@ module Aws::EntityResolution
304
422
  GetMatchingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
305
423
  GetMatchingWorkflowOutput.struct_class = Types::GetMatchingWorkflowOutput
306
424
 
425
+ GetPolicyInput.add_member(:arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location: "uri", location_name: "arn"))
426
+ GetPolicyInput.struct_class = Types::GetPolicyInput
427
+
428
+ GetPolicyOutput.add_member(:arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location_name: "arn"))
429
+ GetPolicyOutput.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "policy"))
430
+ GetPolicyOutput.add_member(:token, Shapes::ShapeRef.new(shape: PolicyToken, required: true, location_name: "token"))
431
+ GetPolicyOutput.struct_class = Types::GetPolicyOutput
432
+
307
433
  GetProviderServiceInput.add_member(:provider_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "providerName"))
308
434
  GetProviderServiceInput.add_member(:provider_service_name, Shapes::ShapeRef.new(shape: ProviderServiceArn, required: true, location: "uri", location_name: "providerServiceName"))
309
435
  GetProviderServiceInput.struct_class = Types::GetProviderServiceInput
310
436
 
311
437
  GetProviderServiceOutput.add_member(:anonymized_output, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "anonymizedOutput"))
438
+ GetProviderServiceOutput.add_member(:provider_component_schema, Shapes::ShapeRef.new(shape: ProviderComponentSchema, location_name: "providerComponentSchema"))
312
439
  GetProviderServiceOutput.add_member(:provider_configuration_definition, Shapes::ShapeRef.new(shape: Document, location_name: "providerConfigurationDefinition"))
313
440
  GetProviderServiceOutput.add_member(:provider_endpoint_configuration, Shapes::ShapeRef.new(shape: ProviderEndpointConfiguration, required: true, location_name: "providerEndpointConfiguration"))
314
441
  GetProviderServiceOutput.add_member(:provider_entity_output_definition, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "providerEntityOutputDefinition"))
442
+ GetProviderServiceOutput.add_member(:provider_id_name_space_configuration, Shapes::ShapeRef.new(shape: ProviderIdNameSpaceConfiguration, location_name: "providerIdNameSpaceConfiguration"))
315
443
  GetProviderServiceOutput.add_member(:provider_intermediate_data_access_configuration, Shapes::ShapeRef.new(shape: ProviderIntermediateDataAccessConfiguration, location_name: "providerIntermediateDataAccessConfiguration"))
444
+ GetProviderServiceOutput.add_member(:provider_job_configuration, Shapes::ShapeRef.new(shape: Document, location_name: "providerJobConfiguration"))
316
445
  GetProviderServiceOutput.add_member(:provider_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "providerName"))
317
446
  GetProviderServiceOutput.add_member(:provider_service_arn, Shapes::ShapeRef.new(shape: ProviderServiceArn, required: true, location_name: "providerServiceArn"))
318
447
  GetProviderServiceOutput.add_member(:provider_service_display_name, Shapes::ShapeRef.new(shape: ProviderServiceDisplayName, required: true, location_name: "providerServiceDisplayName"))
@@ -338,12 +467,20 @@ module Aws::EntityResolution
338
467
  IdMappingJobMetrics.add_member(:total_records_processed, Shapes::ShapeRef.new(shape: Integer, location_name: "totalRecordsProcessed"))
339
468
  IdMappingJobMetrics.struct_class = Types::IdMappingJobMetrics
340
469
 
470
+ IdMappingJobOutputSource.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KMSArn, location_name: "KMSArn"))
471
+ IdMappingJobOutputSource.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "outputS3Path"))
472
+ IdMappingJobOutputSource.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
473
+ IdMappingJobOutputSource.struct_class = Types::IdMappingJobOutputSource
474
+
475
+ IdMappingJobOutputSourceConfig.member = Shapes::ShapeRef.new(shape: IdMappingJobOutputSource)
476
+
341
477
  IdMappingTechniques.add_member(:id_mapping_type, Shapes::ShapeRef.new(shape: IdMappingType, required: true, location_name: "idMappingType"))
342
- IdMappingTechniques.add_member(:provider_properties, Shapes::ShapeRef.new(shape: ProviderProperties, required: true, location_name: "providerProperties"))
478
+ IdMappingTechniques.add_member(:provider_properties, Shapes::ShapeRef.new(shape: ProviderProperties, location_name: "providerProperties"))
343
479
  IdMappingTechniques.struct_class = Types::IdMappingTechniques
344
480
 
345
481
  IdMappingWorkflowInputSource.add_member(:input_source_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceInputSourceARNString, required: true, location_name: "inputSourceARN"))
346
- IdMappingWorkflowInputSource.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "schemaName"))
482
+ IdMappingWorkflowInputSource.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "schemaName"))
483
+ IdMappingWorkflowInputSource.add_member(:type, Shapes::ShapeRef.new(shape: IdNamespaceType, location_name: "type"))
347
484
  IdMappingWorkflowInputSource.struct_class = Types::IdMappingWorkflowInputSource
348
485
 
349
486
  IdMappingWorkflowInputSourceConfig.member = Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSource)
@@ -362,6 +499,28 @@ module Aws::EntityResolution
362
499
  IdMappingWorkflowSummary.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
363
500
  IdMappingWorkflowSummary.struct_class = Types::IdMappingWorkflowSummary
364
501
 
502
+ IdNamespaceIdMappingWorkflowProperties.add_member(:id_mapping_type, Shapes::ShapeRef.new(shape: IdMappingType, required: true, location_name: "idMappingType"))
503
+ IdNamespaceIdMappingWorkflowProperties.add_member(:provider_properties, Shapes::ShapeRef.new(shape: NamespaceProviderProperties, location_name: "providerProperties"))
504
+ IdNamespaceIdMappingWorkflowProperties.struct_class = Types::IdNamespaceIdMappingWorkflowProperties
505
+
506
+ IdNamespaceIdMappingWorkflowPropertiesList.member = Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowProperties)
507
+
508
+ IdNamespaceInputSource.add_member(:input_source_arn, Shapes::ShapeRef.new(shape: IdNamespaceInputSourceInputSourceARNString, required: true, location_name: "inputSourceARN"))
509
+ IdNamespaceInputSource.add_member(:schema_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "schemaName"))
510
+ IdNamespaceInputSource.struct_class = Types::IdNamespaceInputSource
511
+
512
+ IdNamespaceInputSourceConfig.member = Shapes::ShapeRef.new(shape: IdNamespaceInputSource)
513
+
514
+ IdNamespaceList.member = Shapes::ShapeRef.new(shape: IdNamespaceSummary)
515
+
516
+ IdNamespaceSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
517
+ IdNamespaceSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
518
+ IdNamespaceSummary.add_member(:id_namespace_arn, Shapes::ShapeRef.new(shape: IdNamespaceArn, required: true, location_name: "idNamespaceArn"))
519
+ IdNamespaceSummary.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "idNamespaceName"))
520
+ IdNamespaceSummary.add_member(:type, Shapes::ShapeRef.new(shape: IdNamespaceType, required: true, location_name: "type"))
521
+ IdNamespaceSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
522
+ IdNamespaceSummary.struct_class = Types::IdNamespaceSummary
523
+
365
524
  IncrementalRunConfig.add_member(:incremental_run_type, Shapes::ShapeRef.new(shape: IncrementalRunType, location_name: "incrementalRunType"))
366
525
  IncrementalRunConfig.struct_class = Types::IncrementalRunConfig
367
526
 
@@ -386,6 +545,13 @@ module Aws::EntityResolution
386
545
  JobMetrics.add_member(:total_records_processed, Shapes::ShapeRef.new(shape: Integer, location_name: "totalRecordsProcessed"))
387
546
  JobMetrics.struct_class = Types::JobMetrics
388
547
 
548
+ JobOutputSource.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KMSArn, location_name: "KMSArn"))
549
+ JobOutputSource.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: S3Path, required: true, location_name: "outputS3Path"))
550
+ JobOutputSource.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
551
+ JobOutputSource.struct_class = Types::JobOutputSource
552
+
553
+ JobOutputSourceConfig.member = Shapes::ShapeRef.new(shape: JobOutputSource)
554
+
389
555
  JobSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
390
556
  JobSummary.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
391
557
  JobSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
@@ -394,7 +560,7 @@ module Aws::EntityResolution
394
560
 
395
561
  ListIdMappingJobsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListIdMappingJobsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
396
562
  ListIdMappingJobsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
397
- ListIdMappingJobsInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
563
+ ListIdMappingJobsInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityNameOrIdMappingWorkflowArn, required: true, location: "uri", location_name: "workflowName"))
398
564
  ListIdMappingJobsInput.struct_class = Types::ListIdMappingJobsInput
399
565
 
400
566
  ListIdMappingJobsOutput.add_member(:jobs, Shapes::ShapeRef.new(shape: JobList, location_name: "jobs"))
@@ -409,6 +575,14 @@ module Aws::EntityResolution
409
575
  ListIdMappingWorkflowsOutput.add_member(:workflow_summaries, Shapes::ShapeRef.new(shape: IdMappingWorkflowList, location_name: "workflowSummaries"))
410
576
  ListIdMappingWorkflowsOutput.struct_class = Types::ListIdMappingWorkflowsOutput
411
577
 
578
+ ListIdNamespacesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListIdNamespacesInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
579
+ ListIdNamespacesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
580
+ ListIdNamespacesInput.struct_class = Types::ListIdNamespacesInput
581
+
582
+ ListIdNamespacesOutput.add_member(:id_namespace_summaries, Shapes::ShapeRef.new(shape: IdNamespaceList, location_name: "idNamespaceSummaries"))
583
+ ListIdNamespacesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
584
+ ListIdNamespacesOutput.struct_class = Types::ListIdNamespacesOutput
585
+
412
586
  ListMatchingJobsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMatchingJobsInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
413
587
  ListMatchingJobsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
414
588
  ListMatchingJobsInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
@@ -458,6 +632,10 @@ module Aws::EntityResolution
458
632
  MatchingWorkflowSummary.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
459
633
  MatchingWorkflowSummary.struct_class = Types::MatchingWorkflowSummary
460
634
 
635
+ NamespaceProviderProperties.add_member(:provider_configuration, Shapes::ShapeRef.new(shape: Document, location_name: "providerConfiguration"))
636
+ NamespaceProviderProperties.add_member(:provider_service_arn, Shapes::ShapeRef.new(shape: ProviderServiceArn, required: true, location_name: "providerServiceArn"))
637
+ NamespaceProviderProperties.struct_class = Types::NamespaceProviderProperties
638
+
461
639
  OutputAttribute.add_member(:hashed, Shapes::ShapeRef.new(shape: Boolean, location_name: "hashed"))
462
640
  OutputAttribute.add_member(:name, Shapes::ShapeRef.new(shape: AttributeName, required: true, location_name: "name"))
463
641
  OutputAttribute.struct_class = Types::OutputAttribute
@@ -472,12 +650,21 @@ module Aws::EntityResolution
472
650
 
473
651
  OutputSourceOutputList.member = Shapes::ShapeRef.new(shape: OutputAttribute)
474
652
 
653
+ ProviderComponentSchema.add_member(:provider_schema_attributes, Shapes::ShapeRef.new(shape: ProviderSchemaAttributes, location_name: "providerSchemaAttributes"))
654
+ ProviderComponentSchema.add_member(:schemas, Shapes::ShapeRef.new(shape: Schemas, location_name: "schemas"))
655
+ ProviderComponentSchema.struct_class = Types::ProviderComponentSchema
656
+
475
657
  ProviderEndpointConfiguration.add_member(:marketplace_configuration, Shapes::ShapeRef.new(shape: ProviderMarketplaceConfiguration, location_name: "marketplaceConfiguration"))
476
658
  ProviderEndpointConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
477
659
  ProviderEndpointConfiguration.add_member_subclass(:marketplace_configuration, Types::ProviderEndpointConfiguration::MarketplaceConfiguration)
478
660
  ProviderEndpointConfiguration.add_member_subclass(:unknown, Types::ProviderEndpointConfiguration::Unknown)
479
661
  ProviderEndpointConfiguration.struct_class = Types::ProviderEndpointConfiguration
480
662
 
663
+ ProviderIdNameSpaceConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
664
+ ProviderIdNameSpaceConfiguration.add_member(:provider_source_configuration_definition, Shapes::ShapeRef.new(shape: Document, location_name: "providerSourceConfigurationDefinition"))
665
+ ProviderIdNameSpaceConfiguration.add_member(:provider_target_configuration_definition, Shapes::ShapeRef.new(shape: Document, location_name: "providerTargetConfigurationDefinition"))
666
+ ProviderIdNameSpaceConfiguration.struct_class = Types::ProviderIdNameSpaceConfiguration
667
+
481
668
  ProviderIntermediateDataAccessConfiguration.add_member(:aws_account_ids, Shapes::ShapeRef.new(shape: AwsAccountIdList, location_name: "awsAccountIds"))
482
669
  ProviderIntermediateDataAccessConfiguration.add_member(:required_bucket_actions, Shapes::ShapeRef.new(shape: RequiredBucketActionsList, location_name: "requiredBucketActions"))
483
670
  ProviderIntermediateDataAccessConfiguration.struct_class = Types::ProviderIntermediateDataAccessConfiguration
@@ -493,6 +680,14 @@ module Aws::EntityResolution
493
680
  ProviderProperties.add_member(:provider_service_arn, Shapes::ShapeRef.new(shape: ProviderServiceArn, required: true, location_name: "providerServiceArn"))
494
681
  ProviderProperties.struct_class = Types::ProviderProperties
495
682
 
683
+ ProviderSchemaAttribute.add_member(:field_name, Shapes::ShapeRef.new(shape: AttributeName, required: true, location_name: "fieldName"))
684
+ ProviderSchemaAttribute.add_member(:hashing, Shapes::ShapeRef.new(shape: Boolean, location_name: "hashing"))
685
+ ProviderSchemaAttribute.add_member(:sub_type, Shapes::ShapeRef.new(shape: AttributeName, location_name: "subType"))
686
+ ProviderSchemaAttribute.add_member(:type, Shapes::ShapeRef.new(shape: SchemaAttributeType, required: true, location_name: "type"))
687
+ ProviderSchemaAttribute.struct_class = Types::ProviderSchemaAttribute
688
+
689
+ ProviderSchemaAttributes.member = Shapes::ShapeRef.new(shape: ProviderSchemaAttribute)
690
+
496
691
  ProviderServiceList.member = Shapes::ShapeRef.new(shape: ProviderServiceSummary)
497
692
 
498
693
  ProviderServiceSummary.add_member(:provider_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "providerName"))
@@ -502,6 +697,16 @@ module Aws::EntityResolution
502
697
  ProviderServiceSummary.add_member(:provider_service_type, Shapes::ShapeRef.new(shape: ServiceType, required: true, location_name: "providerServiceType"))
503
698
  ProviderServiceSummary.struct_class = Types::ProviderServiceSummary
504
699
 
700
+ PutPolicyInput.add_member(:arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location: "uri", location_name: "arn"))
701
+ PutPolicyInput.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, required: true, location_name: "policy"))
702
+ PutPolicyInput.add_member(:token, Shapes::ShapeRef.new(shape: PolicyToken, location_name: "token"))
703
+ PutPolicyInput.struct_class = Types::PutPolicyInput
704
+
705
+ PutPolicyOutput.add_member(:arn, Shapes::ShapeRef.new(shape: VeniceGlobalArn, required: true, location_name: "arn"))
706
+ PutPolicyOutput.add_member(:policy, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "policy"))
707
+ PutPolicyOutput.add_member(:token, Shapes::ShapeRef.new(shape: PolicyToken, required: true, location_name: "token"))
708
+ PutPolicyOutput.struct_class = Types::PutPolicyOutput
709
+
505
710
  RecordAttributeMap.key = Shapes::ShapeRef.new(shape: RecordAttributeMapKeyString)
506
711
  RecordAttributeMap.value = Shapes::ShapeRef.new(shape: RecordAttributeMapValueString)
507
712
 
@@ -536,6 +741,8 @@ module Aws::EntityResolution
536
741
 
537
742
  SchemaInputAttributes.member = Shapes::ShapeRef.new(shape: SchemaInputAttribute)
538
743
 
744
+ SchemaList.member = Shapes::ShapeRef.new(shape: String)
745
+
539
746
  SchemaMappingList.member = Shapes::ShapeRef.new(shape: SchemaMappingSummary)
540
747
 
541
748
  SchemaMappingSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
@@ -545,10 +752,14 @@ module Aws::EntityResolution
545
752
  SchemaMappingSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
546
753
  SchemaMappingSummary.struct_class = Types::SchemaMappingSummary
547
754
 
548
- StartIdMappingJobInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
755
+ Schemas.member = Shapes::ShapeRef.new(shape: SchemaList)
756
+
757
+ StartIdMappingJobInput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingJobOutputSourceConfig, location_name: "outputSourceConfig"))
758
+ StartIdMappingJobInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityNameOrIdMappingWorkflowArn, required: true, location: "uri", location_name: "workflowName"))
549
759
  StartIdMappingJobInput.struct_class = Types::StartIdMappingJobInput
550
760
 
551
761
  StartIdMappingJobOutput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
762
+ StartIdMappingJobOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingJobOutputSourceConfig, location_name: "outputSourceConfig"))
552
763
  StartIdMappingJobOutput.struct_class = Types::StartIdMappingJobOutput
553
764
 
554
765
  StartMatchingJobInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
@@ -557,6 +768,10 @@ module Aws::EntityResolution
557
768
  StartMatchingJobOutput.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
558
769
  StartMatchingJobOutput.struct_class = Types::StartMatchingJobOutput
559
770
 
771
+ StatementActionList.member = Shapes::ShapeRef.new(shape: StatementAction)
772
+
773
+ StatementPrincipalList.member = Shapes::ShapeRef.new(shape: StatementPrincipal)
774
+
560
775
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
561
776
 
562
777
  TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
@@ -580,7 +795,7 @@ module Aws::EntityResolution
580
795
  UpdateIdMappingWorkflowInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
581
796
  UpdateIdMappingWorkflowInput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
582
797
  UpdateIdMappingWorkflowInput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceConfig, required: true, location_name: "inputSourceConfig"))
583
- UpdateIdMappingWorkflowInput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, required: true, location_name: "outputSourceConfig"))
798
+ UpdateIdMappingWorkflowInput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, location_name: "outputSourceConfig"))
584
799
  UpdateIdMappingWorkflowInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
585
800
  UpdateIdMappingWorkflowInput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "workflowName"))
586
801
  UpdateIdMappingWorkflowInput.struct_class = Types::UpdateIdMappingWorkflowInput
@@ -588,12 +803,30 @@ module Aws::EntityResolution
588
803
  UpdateIdMappingWorkflowOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
589
804
  UpdateIdMappingWorkflowOutput.add_member(:id_mapping_techniques, Shapes::ShapeRef.new(shape: IdMappingTechniques, required: true, location_name: "idMappingTechniques"))
590
805
  UpdateIdMappingWorkflowOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowInputSourceConfig, required: true, location_name: "inputSourceConfig"))
591
- UpdateIdMappingWorkflowOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, required: true, location_name: "outputSourceConfig"))
806
+ UpdateIdMappingWorkflowOutput.add_member(:output_source_config, Shapes::ShapeRef.new(shape: IdMappingWorkflowOutputSourceConfig, location_name: "outputSourceConfig"))
592
807
  UpdateIdMappingWorkflowOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
593
808
  UpdateIdMappingWorkflowOutput.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: IdMappingWorkflowArn, required: true, location_name: "workflowArn"))
594
809
  UpdateIdMappingWorkflowOutput.add_member(:workflow_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "workflowName"))
595
810
  UpdateIdMappingWorkflowOutput.struct_class = Types::UpdateIdMappingWorkflowOutput
596
811
 
812
+ UpdateIdNamespaceInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
813
+ UpdateIdNamespaceInput.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowPropertiesList, location_name: "idMappingWorkflowProperties"))
814
+ UpdateIdNamespaceInput.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location: "uri", location_name: "idNamespaceName"))
815
+ UpdateIdNamespaceInput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdNamespaceInputSourceConfig, location_name: "inputSourceConfig"))
816
+ UpdateIdNamespaceInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
817
+ UpdateIdNamespaceInput.struct_class = Types::UpdateIdNamespaceInput
818
+
819
+ UpdateIdNamespaceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
820
+ UpdateIdNamespaceOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
821
+ UpdateIdNamespaceOutput.add_member(:id_mapping_workflow_properties, Shapes::ShapeRef.new(shape: IdNamespaceIdMappingWorkflowPropertiesList, location_name: "idMappingWorkflowProperties"))
822
+ UpdateIdNamespaceOutput.add_member(:id_namespace_arn, Shapes::ShapeRef.new(shape: IdNamespaceArn, required: true, location_name: "idNamespaceArn"))
823
+ UpdateIdNamespaceOutput.add_member(:id_namespace_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "idNamespaceName"))
824
+ UpdateIdNamespaceOutput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: IdNamespaceInputSourceConfig, location_name: "inputSourceConfig"))
825
+ UpdateIdNamespaceOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
826
+ UpdateIdNamespaceOutput.add_member(:type, Shapes::ShapeRef.new(shape: IdNamespaceType, required: true, location_name: "type"))
827
+ UpdateIdNamespaceOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
828
+ UpdateIdNamespaceOutput.struct_class = Types::UpdateIdNamespaceOutput
829
+
597
830
  UpdateMatchingWorkflowInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
598
831
  UpdateMatchingWorkflowInput.add_member(:incremental_run_config, Shapes::ShapeRef.new(shape: IncrementalRunConfig, location_name: "incrementalRunConfig"))
599
832
  UpdateMatchingWorkflowInput.add_member(:input_source_config, Shapes::ShapeRef.new(shape: InputSourceConfig, required: true, location_name: "inputSourceConfig"))
@@ -645,6 +878,20 @@ module Aws::EntityResolution
645
878
  "uid" => "entityresolution-2018-05-10",
646
879
  }
647
880
 
881
+ api.add_operation(:add_policy_statement, Seahorse::Model::Operation.new.tap do |o|
882
+ o.name = "AddPolicyStatement"
883
+ o.http_method = "POST"
884
+ o.http_request_uri = "/policies/{arn}/{statementId}"
885
+ o.input = Shapes::ShapeRef.new(shape: AddPolicyStatementInput)
886
+ o.output = Shapes::ShapeRef.new(shape: AddPolicyStatementOutput)
887
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
888
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
889
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
890
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
891
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
892
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
893
+ end)
894
+
648
895
  api.add_operation(:create_id_mapping_workflow, Seahorse::Model::Operation.new.tap do |o|
649
896
  o.name = "CreateIdMappingWorkflow"
650
897
  o.http_method = "POST"
@@ -659,6 +906,20 @@ module Aws::EntityResolution
659
906
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
660
907
  end)
661
908
 
909
+ api.add_operation(:create_id_namespace, Seahorse::Model::Operation.new.tap do |o|
910
+ o.name = "CreateIdNamespace"
911
+ o.http_method = "POST"
912
+ o.http_request_uri = "/idnamespaces"
913
+ o.input = Shapes::ShapeRef.new(shape: CreateIdNamespaceInput)
914
+ o.output = Shapes::ShapeRef.new(shape: CreateIdNamespaceOutput)
915
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
916
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
917
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
918
+ o.errors << Shapes::ShapeRef.new(shape: ExceedsLimitException)
919
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
920
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
921
+ end)
922
+
662
923
  api.add_operation(:create_matching_workflow, Seahorse::Model::Operation.new.tap do |o|
663
924
  o.name = "CreateMatchingWorkflow"
664
925
  o.http_method = "POST"
@@ -696,6 +957,19 @@ module Aws::EntityResolution
696
957
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
697
958
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
698
959
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
960
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
961
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
962
+ end)
963
+
964
+ api.add_operation(:delete_id_namespace, Seahorse::Model::Operation.new.tap do |o|
965
+ o.name = "DeleteIdNamespace"
966
+ o.http_method = "DELETE"
967
+ o.http_request_uri = "/idnamespaces/{idNamespaceName}"
968
+ o.input = Shapes::ShapeRef.new(shape: DeleteIdNamespaceInput)
969
+ o.output = Shapes::ShapeRef.new(shape: DeleteIdNamespaceOutput)
970
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
971
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
972
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
699
973
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
700
974
  end)
701
975
 
@@ -708,6 +982,21 @@ module Aws::EntityResolution
708
982
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
709
983
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
710
984
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
985
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
986
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
987
+ end)
988
+
989
+ api.add_operation(:delete_policy_statement, Seahorse::Model::Operation.new.tap do |o|
990
+ o.name = "DeletePolicyStatement"
991
+ o.http_method = "DELETE"
992
+ o.http_request_uri = "/policies/{arn}/{statementId}"
993
+ o.input = Shapes::ShapeRef.new(shape: DeletePolicyStatementInput)
994
+ o.output = Shapes::ShapeRef.new(shape: DeletePolicyStatementOutput)
995
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
996
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
997
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
998
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
999
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
711
1000
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
712
1001
  end)
713
1002
 
@@ -750,6 +1039,19 @@ module Aws::EntityResolution
750
1039
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
751
1040
  end)
752
1041
 
1042
+ api.add_operation(:get_id_namespace, Seahorse::Model::Operation.new.tap do |o|
1043
+ o.name = "GetIdNamespace"
1044
+ o.http_method = "GET"
1045
+ o.http_request_uri = "/idnamespaces/{idNamespaceName}"
1046
+ o.input = Shapes::ShapeRef.new(shape: GetIdNamespaceInput)
1047
+ o.output = Shapes::ShapeRef.new(shape: GetIdNamespaceOutput)
1048
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1049
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1050
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1051
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1052
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1053
+ end)
1054
+
753
1055
  api.add_operation(:get_match_id, Seahorse::Model::Operation.new.tap do |o|
754
1056
  o.name = "GetMatchId"
755
1057
  o.http_method = "POST"
@@ -789,6 +1091,19 @@ module Aws::EntityResolution
789
1091
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
790
1092
  end)
791
1093
 
1094
+ api.add_operation(:get_policy, Seahorse::Model::Operation.new.tap do |o|
1095
+ o.name = "GetPolicy"
1096
+ o.http_method = "GET"
1097
+ o.http_request_uri = "/policies/{arn}"
1098
+ o.input = Shapes::ShapeRef.new(shape: GetPolicyInput)
1099
+ o.output = Shapes::ShapeRef.new(shape: GetPolicyOutput)
1100
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1101
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1102
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1103
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1104
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1105
+ end)
1106
+
792
1107
  api.add_operation(:get_provider_service, Seahorse::Model::Operation.new.tap do |o|
793
1108
  o.name = "GetProviderService"
794
1109
  o.http_method = "GET"
@@ -852,6 +1167,24 @@ module Aws::EntityResolution
852
1167
  )
853
1168
  end)
854
1169
 
1170
+ api.add_operation(:list_id_namespaces, Seahorse::Model::Operation.new.tap do |o|
1171
+ o.name = "ListIdNamespaces"
1172
+ o.http_method = "GET"
1173
+ o.http_request_uri = "/idnamespaces"
1174
+ o.input = Shapes::ShapeRef.new(shape: ListIdNamespacesInput)
1175
+ o.output = Shapes::ShapeRef.new(shape: ListIdNamespacesOutput)
1176
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1177
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1178
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1179
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1180
+ o[:pager] = Aws::Pager.new(
1181
+ limit_key: "max_results",
1182
+ tokens: {
1183
+ "next_token" => "next_token"
1184
+ }
1185
+ )
1186
+ end)
1187
+
855
1188
  api.add_operation(:list_matching_jobs, Seahorse::Model::Operation.new.tap do |o|
856
1189
  o.name = "ListMatchingJobs"
857
1190
  o.http_method = "GET"
@@ -936,6 +1269,20 @@ module Aws::EntityResolution
936
1269
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
937
1270
  end)
938
1271
 
1272
+ api.add_operation(:put_policy, Seahorse::Model::Operation.new.tap do |o|
1273
+ o.name = "PutPolicy"
1274
+ o.http_method = "PUT"
1275
+ o.http_request_uri = "/policies/{arn}"
1276
+ o.input = Shapes::ShapeRef.new(shape: PutPolicyInput)
1277
+ o.output = Shapes::ShapeRef.new(shape: PutPolicyOutput)
1278
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1279
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1280
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1281
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1282
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1283
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1284
+ end)
1285
+
939
1286
  api.add_operation(:start_id_mapping_job, Seahorse::Model::Operation.new.tap do |o|
940
1287
  o.name = "StartIdMappingJob"
941
1288
  o.http_method = "POST"
@@ -1000,6 +1347,19 @@ module Aws::EntityResolution
1000
1347
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1001
1348
  end)
1002
1349
 
1350
+ api.add_operation(:update_id_namespace, Seahorse::Model::Operation.new.tap do |o|
1351
+ o.name = "UpdateIdNamespace"
1352
+ o.http_method = "PUT"
1353
+ o.http_request_uri = "/idnamespaces/{idNamespaceName}"
1354
+ o.input = Shapes::ShapeRef.new(shape: UpdateIdNamespaceInput)
1355
+ o.output = Shapes::ShapeRef.new(shape: UpdateIdNamespaceOutput)
1356
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1357
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1358
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1359
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1360
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1361
+ end)
1362
+
1003
1363
  api.add_operation(:update_matching_workflow, Seahorse::Model::Operation.new.tap do |o|
1004
1364
  o.name = "UpdateMatchingWorkflow"
1005
1365
  o.http_method = "PUT"