aws-sdk-entityresolution 1.6.0 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,34 @@ module Aws::EntityResolution
12
12
  # @api private
13
13
  module Endpoints
14
14
 
15
+ class AddPolicyStatement
16
+ def self.build(context)
17
+ unless context.config.regional_endpoint
18
+ endpoint = context.config.endpoint.to_s
19
+ end
20
+ Aws::EntityResolution::EndpointParameters.new(
21
+ region: context.config.region,
22
+ use_dual_stack: context.config.use_dualstack_endpoint,
23
+ use_fips: context.config.use_fips_endpoint,
24
+ endpoint: endpoint,
25
+ )
26
+ end
27
+ end
28
+
29
+ class BatchDeleteUniqueId
30
+ def self.build(context)
31
+ unless context.config.regional_endpoint
32
+ endpoint = context.config.endpoint.to_s
33
+ end
34
+ Aws::EntityResolution::EndpointParameters.new(
35
+ region: context.config.region,
36
+ use_dual_stack: context.config.use_dualstack_endpoint,
37
+ use_fips: context.config.use_fips_endpoint,
38
+ endpoint: endpoint,
39
+ )
40
+ end
41
+ end
42
+
15
43
  class CreateIdMappingWorkflow
16
44
  def self.build(context)
17
45
  unless context.config.regional_endpoint
@@ -26,6 +54,20 @@ module Aws::EntityResolution
26
54
  end
27
55
  end
28
56
 
57
+ class CreateIdNamespace
58
+ def self.build(context)
59
+ unless context.config.regional_endpoint
60
+ endpoint = context.config.endpoint.to_s
61
+ end
62
+ Aws::EntityResolution::EndpointParameters.new(
63
+ region: context.config.region,
64
+ use_dual_stack: context.config.use_dualstack_endpoint,
65
+ use_fips: context.config.use_fips_endpoint,
66
+ endpoint: endpoint,
67
+ )
68
+ end
69
+ end
70
+
29
71
  class CreateMatchingWorkflow
30
72
  def self.build(context)
31
73
  unless context.config.regional_endpoint
@@ -68,6 +110,20 @@ module Aws::EntityResolution
68
110
  end
69
111
  end
70
112
 
113
+ class DeleteIdNamespace
114
+ def self.build(context)
115
+ unless context.config.regional_endpoint
116
+ endpoint = context.config.endpoint.to_s
117
+ end
118
+ Aws::EntityResolution::EndpointParameters.new(
119
+ region: context.config.region,
120
+ use_dual_stack: context.config.use_dualstack_endpoint,
121
+ use_fips: context.config.use_fips_endpoint,
122
+ endpoint: endpoint,
123
+ )
124
+ end
125
+ end
126
+
71
127
  class DeleteMatchingWorkflow
72
128
  def self.build(context)
73
129
  unless context.config.regional_endpoint
@@ -82,6 +138,20 @@ module Aws::EntityResolution
82
138
  end
83
139
  end
84
140
 
141
+ class DeletePolicyStatement
142
+ def self.build(context)
143
+ unless context.config.regional_endpoint
144
+ endpoint = context.config.endpoint.to_s
145
+ end
146
+ Aws::EntityResolution::EndpointParameters.new(
147
+ region: context.config.region,
148
+ use_dual_stack: context.config.use_dualstack_endpoint,
149
+ use_fips: context.config.use_fips_endpoint,
150
+ endpoint: endpoint,
151
+ )
152
+ end
153
+ end
154
+
85
155
  class DeleteSchemaMapping
86
156
  def self.build(context)
87
157
  unless context.config.regional_endpoint
@@ -124,6 +194,20 @@ module Aws::EntityResolution
124
194
  end
125
195
  end
126
196
 
197
+ class GetIdNamespace
198
+ def self.build(context)
199
+ unless context.config.regional_endpoint
200
+ endpoint = context.config.endpoint.to_s
201
+ end
202
+ Aws::EntityResolution::EndpointParameters.new(
203
+ region: context.config.region,
204
+ use_dual_stack: context.config.use_dualstack_endpoint,
205
+ use_fips: context.config.use_fips_endpoint,
206
+ endpoint: endpoint,
207
+ )
208
+ end
209
+ end
210
+
127
211
  class GetMatchId
128
212
  def self.build(context)
129
213
  unless context.config.regional_endpoint
@@ -166,6 +250,20 @@ module Aws::EntityResolution
166
250
  end
167
251
  end
168
252
 
253
+ class GetPolicy
254
+ def self.build(context)
255
+ unless context.config.regional_endpoint
256
+ endpoint = context.config.endpoint.to_s
257
+ end
258
+ Aws::EntityResolution::EndpointParameters.new(
259
+ region: context.config.region,
260
+ use_dual_stack: context.config.use_dualstack_endpoint,
261
+ use_fips: context.config.use_fips_endpoint,
262
+ endpoint: endpoint,
263
+ )
264
+ end
265
+ end
266
+
169
267
  class GetProviderService
170
268
  def self.build(context)
171
269
  unless context.config.regional_endpoint
@@ -222,6 +320,20 @@ module Aws::EntityResolution
222
320
  end
223
321
  end
224
322
 
323
+ class ListIdNamespaces
324
+ def self.build(context)
325
+ unless context.config.regional_endpoint
326
+ endpoint = context.config.endpoint.to_s
327
+ end
328
+ Aws::EntityResolution::EndpointParameters.new(
329
+ region: context.config.region,
330
+ use_dual_stack: context.config.use_dualstack_endpoint,
331
+ use_fips: context.config.use_fips_endpoint,
332
+ endpoint: endpoint,
333
+ )
334
+ end
335
+ end
336
+
225
337
  class ListMatchingJobs
226
338
  def self.build(context)
227
339
  unless context.config.regional_endpoint
@@ -292,6 +404,20 @@ module Aws::EntityResolution
292
404
  end
293
405
  end
294
406
 
407
+ class PutPolicy
408
+ def self.build(context)
409
+ unless context.config.regional_endpoint
410
+ endpoint = context.config.endpoint.to_s
411
+ end
412
+ Aws::EntityResolution::EndpointParameters.new(
413
+ region: context.config.region,
414
+ use_dual_stack: context.config.use_dualstack_endpoint,
415
+ use_fips: context.config.use_fips_endpoint,
416
+ endpoint: endpoint,
417
+ )
418
+ end
419
+ end
420
+
295
421
  class StartIdMappingJob
296
422
  def self.build(context)
297
423
  unless context.config.regional_endpoint
@@ -362,6 +488,20 @@ module Aws::EntityResolution
362
488
  end
363
489
  end
364
490
 
491
+ class UpdateIdNamespace
492
+ def self.build(context)
493
+ unless context.config.regional_endpoint
494
+ endpoint = context.config.endpoint.to_s
495
+ end
496
+ Aws::EntityResolution::EndpointParameters.new(
497
+ region: context.config.region,
498
+ use_dual_stack: context.config.use_dualstack_endpoint,
499
+ use_fips: context.config.use_fips_endpoint,
500
+ endpoint: endpoint,
501
+ )
502
+ end
503
+ end
504
+
365
505
  class UpdateMatchingWorkflow
366
506
  def self.build(context)
367
507
  unless context.config.regional_endpoint
@@ -58,28 +58,42 @@ module Aws::EntityResolution
58
58
 
59
59
  def parameters_for_operation(context)
60
60
  case context.operation_name
61
+ when :add_policy_statement
62
+ Aws::EntityResolution::Endpoints::AddPolicyStatement.build(context)
63
+ when :batch_delete_unique_id
64
+ Aws::EntityResolution::Endpoints::BatchDeleteUniqueId.build(context)
61
65
  when :create_id_mapping_workflow
62
66
  Aws::EntityResolution::Endpoints::CreateIdMappingWorkflow.build(context)
67
+ when :create_id_namespace
68
+ Aws::EntityResolution::Endpoints::CreateIdNamespace.build(context)
63
69
  when :create_matching_workflow
64
70
  Aws::EntityResolution::Endpoints::CreateMatchingWorkflow.build(context)
65
71
  when :create_schema_mapping
66
72
  Aws::EntityResolution::Endpoints::CreateSchemaMapping.build(context)
67
73
  when :delete_id_mapping_workflow
68
74
  Aws::EntityResolution::Endpoints::DeleteIdMappingWorkflow.build(context)
75
+ when :delete_id_namespace
76
+ Aws::EntityResolution::Endpoints::DeleteIdNamespace.build(context)
69
77
  when :delete_matching_workflow
70
78
  Aws::EntityResolution::Endpoints::DeleteMatchingWorkflow.build(context)
79
+ when :delete_policy_statement
80
+ Aws::EntityResolution::Endpoints::DeletePolicyStatement.build(context)
71
81
  when :delete_schema_mapping
72
82
  Aws::EntityResolution::Endpoints::DeleteSchemaMapping.build(context)
73
83
  when :get_id_mapping_job
74
84
  Aws::EntityResolution::Endpoints::GetIdMappingJob.build(context)
75
85
  when :get_id_mapping_workflow
76
86
  Aws::EntityResolution::Endpoints::GetIdMappingWorkflow.build(context)
87
+ when :get_id_namespace
88
+ Aws::EntityResolution::Endpoints::GetIdNamespace.build(context)
77
89
  when :get_match_id
78
90
  Aws::EntityResolution::Endpoints::GetMatchId.build(context)
79
91
  when :get_matching_job
80
92
  Aws::EntityResolution::Endpoints::GetMatchingJob.build(context)
81
93
  when :get_matching_workflow
82
94
  Aws::EntityResolution::Endpoints::GetMatchingWorkflow.build(context)
95
+ when :get_policy
96
+ Aws::EntityResolution::Endpoints::GetPolicy.build(context)
83
97
  when :get_provider_service
84
98
  Aws::EntityResolution::Endpoints::GetProviderService.build(context)
85
99
  when :get_schema_mapping
@@ -88,6 +102,8 @@ module Aws::EntityResolution
88
102
  Aws::EntityResolution::Endpoints::ListIdMappingJobs.build(context)
89
103
  when :list_id_mapping_workflows
90
104
  Aws::EntityResolution::Endpoints::ListIdMappingWorkflows.build(context)
105
+ when :list_id_namespaces
106
+ Aws::EntityResolution::Endpoints::ListIdNamespaces.build(context)
91
107
  when :list_matching_jobs
92
108
  Aws::EntityResolution::Endpoints::ListMatchingJobs.build(context)
93
109
  when :list_matching_workflows
@@ -98,6 +114,8 @@ module Aws::EntityResolution
98
114
  Aws::EntityResolution::Endpoints::ListSchemaMappings.build(context)
99
115
  when :list_tags_for_resource
100
116
  Aws::EntityResolution::Endpoints::ListTagsForResource.build(context)
117
+ when :put_policy
118
+ Aws::EntityResolution::Endpoints::PutPolicy.build(context)
101
119
  when :start_id_mapping_job
102
120
  Aws::EntityResolution::Endpoints::StartIdMappingJob.build(context)
103
121
  when :start_matching_job
@@ -108,6 +126,8 @@ module Aws::EntityResolution
108
126
  Aws::EntityResolution::Endpoints::UntagResource.build(context)
109
127
  when :update_id_mapping_workflow
110
128
  Aws::EntityResolution::Endpoints::UpdateIdMappingWorkflow.build(context)
129
+ when :update_id_namespace
130
+ Aws::EntityResolution::Endpoints::UpdateIdNamespace.build(context)
111
131
  when :update_matching_workflow
112
132
  Aws::EntityResolution::Endpoints::UpdateMatchingWorkflow.build(context)
113
133
  when :update_schema_mapping