aws-sdk-entityresolution 1.5.0 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,612 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::EntityResolution
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class ConflictException
17
+ attr_accessor message: ::String
18
+ SENSITIVE: []
19
+ end
20
+
21
+ class CreateIdMappingWorkflowInput
22
+ attr_accessor description: ::String
23
+ attr_accessor id_mapping_techniques: Types::IdMappingTechniques
24
+ attr_accessor input_source_config: ::Array[Types::IdMappingWorkflowInputSource]
25
+ attr_accessor output_source_config: ::Array[Types::IdMappingWorkflowOutputSource]
26
+ attr_accessor role_arn: ::String
27
+ attr_accessor tags: ::Hash[::String, ::String]
28
+ attr_accessor workflow_name: ::String
29
+ SENSITIVE: []
30
+ end
31
+
32
+ class CreateIdMappingWorkflowOutput
33
+ attr_accessor description: ::String
34
+ attr_accessor id_mapping_techniques: Types::IdMappingTechniques
35
+ attr_accessor input_source_config: ::Array[Types::IdMappingWorkflowInputSource]
36
+ attr_accessor output_source_config: ::Array[Types::IdMappingWorkflowOutputSource]
37
+ attr_accessor role_arn: ::String
38
+ attr_accessor workflow_arn: ::String
39
+ attr_accessor workflow_name: ::String
40
+ SENSITIVE: []
41
+ end
42
+
43
+ class CreateMatchingWorkflowInput
44
+ attr_accessor description: ::String
45
+ attr_accessor incremental_run_config: Types::IncrementalRunConfig
46
+ attr_accessor input_source_config: ::Array[Types::InputSource]
47
+ attr_accessor output_source_config: ::Array[Types::OutputSource]
48
+ attr_accessor resolution_techniques: Types::ResolutionTechniques
49
+ attr_accessor role_arn: ::String
50
+ attr_accessor tags: ::Hash[::String, ::String]
51
+ attr_accessor workflow_name: ::String
52
+ SENSITIVE: []
53
+ end
54
+
55
+ class CreateMatchingWorkflowOutput
56
+ attr_accessor description: ::String
57
+ attr_accessor incremental_run_config: Types::IncrementalRunConfig
58
+ attr_accessor input_source_config: ::Array[Types::InputSource]
59
+ attr_accessor output_source_config: ::Array[Types::OutputSource]
60
+ attr_accessor resolution_techniques: Types::ResolutionTechniques
61
+ attr_accessor role_arn: ::String
62
+ attr_accessor workflow_arn: ::String
63
+ attr_accessor workflow_name: ::String
64
+ SENSITIVE: []
65
+ end
66
+
67
+ class CreateSchemaMappingInput
68
+ attr_accessor description: ::String
69
+ attr_accessor mapped_input_fields: ::Array[Types::SchemaInputAttribute]
70
+ attr_accessor schema_name: ::String
71
+ attr_accessor tags: ::Hash[::String, ::String]
72
+ SENSITIVE: []
73
+ end
74
+
75
+ class CreateSchemaMappingOutput
76
+ attr_accessor description: ::String
77
+ attr_accessor mapped_input_fields: ::Array[Types::SchemaInputAttribute]
78
+ attr_accessor schema_arn: ::String
79
+ attr_accessor schema_name: ::String
80
+ SENSITIVE: []
81
+ end
82
+
83
+ class DeleteIdMappingWorkflowInput
84
+ attr_accessor workflow_name: ::String
85
+ SENSITIVE: []
86
+ end
87
+
88
+ class DeleteIdMappingWorkflowOutput
89
+ attr_accessor message: ::String
90
+ SENSITIVE: []
91
+ end
92
+
93
+ class DeleteMatchingWorkflowInput
94
+ attr_accessor workflow_name: ::String
95
+ SENSITIVE: []
96
+ end
97
+
98
+ class DeleteMatchingWorkflowOutput
99
+ attr_accessor message: ::String
100
+ SENSITIVE: []
101
+ end
102
+
103
+ class DeleteSchemaMappingInput
104
+ attr_accessor schema_name: ::String
105
+ SENSITIVE: []
106
+ end
107
+
108
+ class DeleteSchemaMappingOutput
109
+ attr_accessor message: ::String
110
+ SENSITIVE: []
111
+ end
112
+
113
+ class ErrorDetails
114
+ attr_accessor error_message: ::String
115
+ SENSITIVE: []
116
+ end
117
+
118
+ class ExceedsLimitException
119
+ attr_accessor message: ::String
120
+ attr_accessor quota_name: ::String
121
+ attr_accessor quota_value: ::Integer
122
+ SENSITIVE: []
123
+ end
124
+
125
+ class GetIdMappingJobInput
126
+ attr_accessor job_id: ::String
127
+ attr_accessor workflow_name: ::String
128
+ SENSITIVE: []
129
+ end
130
+
131
+ class GetIdMappingJobOutput
132
+ attr_accessor end_time: ::Time
133
+ attr_accessor error_details: Types::ErrorDetails
134
+ attr_accessor job_id: ::String
135
+ attr_accessor metrics: Types::IdMappingJobMetrics
136
+ attr_accessor start_time: ::Time
137
+ attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED")
138
+ SENSITIVE: []
139
+ end
140
+
141
+ class GetIdMappingWorkflowInput
142
+ attr_accessor workflow_name: ::String
143
+ SENSITIVE: []
144
+ end
145
+
146
+ class GetIdMappingWorkflowOutput
147
+ attr_accessor created_at: ::Time
148
+ attr_accessor description: ::String
149
+ attr_accessor id_mapping_techniques: Types::IdMappingTechniques
150
+ attr_accessor input_source_config: ::Array[Types::IdMappingWorkflowInputSource]
151
+ attr_accessor output_source_config: ::Array[Types::IdMappingWorkflowOutputSource]
152
+ attr_accessor role_arn: ::String
153
+ attr_accessor tags: ::Hash[::String, ::String]
154
+ attr_accessor updated_at: ::Time
155
+ attr_accessor workflow_arn: ::String
156
+ attr_accessor workflow_name: ::String
157
+ SENSITIVE: []
158
+ end
159
+
160
+ class GetMatchIdInput
161
+ attr_accessor record: ::Hash[::String, ::String]
162
+ attr_accessor workflow_name: ::String
163
+ SENSITIVE: [:record]
164
+ end
165
+
166
+ class GetMatchIdOutput
167
+ attr_accessor match_id: ::String
168
+ SENSITIVE: []
169
+ end
170
+
171
+ class GetMatchingJobInput
172
+ attr_accessor job_id: ::String
173
+ attr_accessor workflow_name: ::String
174
+ SENSITIVE: []
175
+ end
176
+
177
+ class GetMatchingJobOutput
178
+ attr_accessor end_time: ::Time
179
+ attr_accessor error_details: Types::ErrorDetails
180
+ attr_accessor job_id: ::String
181
+ attr_accessor metrics: Types::JobMetrics
182
+ attr_accessor start_time: ::Time
183
+ attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED")
184
+ SENSITIVE: []
185
+ end
186
+
187
+ class GetMatchingWorkflowInput
188
+ attr_accessor workflow_name: ::String
189
+ SENSITIVE: []
190
+ end
191
+
192
+ class GetMatchingWorkflowOutput
193
+ attr_accessor created_at: ::Time
194
+ attr_accessor description: ::String
195
+ attr_accessor incremental_run_config: Types::IncrementalRunConfig
196
+ attr_accessor input_source_config: ::Array[Types::InputSource]
197
+ attr_accessor output_source_config: ::Array[Types::OutputSource]
198
+ attr_accessor resolution_techniques: Types::ResolutionTechniques
199
+ attr_accessor role_arn: ::String
200
+ attr_accessor tags: ::Hash[::String, ::String]
201
+ attr_accessor updated_at: ::Time
202
+ attr_accessor workflow_arn: ::String
203
+ attr_accessor workflow_name: ::String
204
+ SENSITIVE: []
205
+ end
206
+
207
+ class GetProviderServiceInput
208
+ attr_accessor provider_name: ::String
209
+ attr_accessor provider_service_name: ::String
210
+ SENSITIVE: []
211
+ end
212
+
213
+ class GetProviderServiceOutput
214
+ attr_accessor anonymized_output: bool
215
+ attr_accessor provider_configuration_definition: untyped
216
+ attr_accessor provider_endpoint_configuration: Types::ProviderEndpointConfiguration
217
+ attr_accessor provider_entity_output_definition: untyped
218
+ attr_accessor provider_intermediate_data_access_configuration: Types::ProviderIntermediateDataAccessConfiguration
219
+ attr_accessor provider_name: ::String
220
+ attr_accessor provider_service_arn: ::String
221
+ attr_accessor provider_service_display_name: ::String
222
+ attr_accessor provider_service_name: ::String
223
+ attr_accessor provider_service_type: ("ASSIGNMENT" | "ID_MAPPING")
224
+ SENSITIVE: []
225
+ end
226
+
227
+ class GetSchemaMappingInput
228
+ attr_accessor schema_name: ::String
229
+ SENSITIVE: []
230
+ end
231
+
232
+ class GetSchemaMappingOutput
233
+ attr_accessor created_at: ::Time
234
+ attr_accessor description: ::String
235
+ attr_accessor has_workflows: bool
236
+ attr_accessor mapped_input_fields: ::Array[Types::SchemaInputAttribute]
237
+ attr_accessor schema_arn: ::String
238
+ attr_accessor schema_name: ::String
239
+ attr_accessor tags: ::Hash[::String, ::String]
240
+ attr_accessor updated_at: ::Time
241
+ SENSITIVE: []
242
+ end
243
+
244
+ class IdMappingJobMetrics
245
+ attr_accessor input_records: ::Integer
246
+ attr_accessor records_not_processed: ::Integer
247
+ attr_accessor total_records_processed: ::Integer
248
+ SENSITIVE: []
249
+ end
250
+
251
+ class IdMappingTechniques
252
+ attr_accessor id_mapping_type: ("PROVIDER")
253
+ attr_accessor provider_properties: Types::ProviderProperties
254
+ SENSITIVE: []
255
+ end
256
+
257
+ class IdMappingWorkflowInputSource
258
+ attr_accessor input_source_arn: ::String
259
+ attr_accessor schema_name: ::String
260
+ SENSITIVE: []
261
+ end
262
+
263
+ class IdMappingWorkflowOutputSource
264
+ attr_accessor kms_arn: ::String
265
+ attr_accessor output_s3_path: ::String
266
+ SENSITIVE: []
267
+ end
268
+
269
+ class IdMappingWorkflowSummary
270
+ attr_accessor created_at: ::Time
271
+ attr_accessor updated_at: ::Time
272
+ attr_accessor workflow_arn: ::String
273
+ attr_accessor workflow_name: ::String
274
+ SENSITIVE: []
275
+ end
276
+
277
+ class IncrementalRunConfig
278
+ attr_accessor incremental_run_type: ("IMMEDIATE")
279
+ SENSITIVE: []
280
+ end
281
+
282
+ class InputSource
283
+ attr_accessor apply_normalization: bool
284
+ attr_accessor input_source_arn: ::String
285
+ attr_accessor schema_name: ::String
286
+ SENSITIVE: []
287
+ end
288
+
289
+ class IntermediateSourceConfiguration
290
+ attr_accessor intermediate_s3_path: ::String
291
+ SENSITIVE: []
292
+ end
293
+
294
+ class InternalServerException
295
+ attr_accessor message: ::String
296
+ SENSITIVE: []
297
+ end
298
+
299
+ class JobMetrics
300
+ attr_accessor input_records: ::Integer
301
+ attr_accessor match_i_ds: ::Integer
302
+ attr_accessor records_not_processed: ::Integer
303
+ attr_accessor total_records_processed: ::Integer
304
+ SENSITIVE: []
305
+ end
306
+
307
+ class JobSummary
308
+ attr_accessor end_time: ::Time
309
+ attr_accessor job_id: ::String
310
+ attr_accessor start_time: ::Time
311
+ attr_accessor status: ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED")
312
+ SENSITIVE: []
313
+ end
314
+
315
+ class ListIdMappingJobsInput
316
+ attr_accessor max_results: ::Integer
317
+ attr_accessor next_token: ::String
318
+ attr_accessor workflow_name: ::String
319
+ SENSITIVE: []
320
+ end
321
+
322
+ class ListIdMappingJobsOutput
323
+ attr_accessor jobs: ::Array[Types::JobSummary]
324
+ attr_accessor next_token: ::String
325
+ SENSITIVE: []
326
+ end
327
+
328
+ class ListIdMappingWorkflowsInput
329
+ attr_accessor max_results: ::Integer
330
+ attr_accessor next_token: ::String
331
+ SENSITIVE: []
332
+ end
333
+
334
+ class ListIdMappingWorkflowsOutput
335
+ attr_accessor next_token: ::String
336
+ attr_accessor workflow_summaries: ::Array[Types::IdMappingWorkflowSummary]
337
+ SENSITIVE: []
338
+ end
339
+
340
+ class ListMatchingJobsInput
341
+ attr_accessor max_results: ::Integer
342
+ attr_accessor next_token: ::String
343
+ attr_accessor workflow_name: ::String
344
+ SENSITIVE: []
345
+ end
346
+
347
+ class ListMatchingJobsOutput
348
+ attr_accessor jobs: ::Array[Types::JobSummary]
349
+ attr_accessor next_token: ::String
350
+ SENSITIVE: []
351
+ end
352
+
353
+ class ListMatchingWorkflowsInput
354
+ attr_accessor max_results: ::Integer
355
+ attr_accessor next_token: ::String
356
+ SENSITIVE: []
357
+ end
358
+
359
+ class ListMatchingWorkflowsOutput
360
+ attr_accessor next_token: ::String
361
+ attr_accessor workflow_summaries: ::Array[Types::MatchingWorkflowSummary]
362
+ SENSITIVE: []
363
+ end
364
+
365
+ class ListProviderServicesInput
366
+ attr_accessor max_results: ::Integer
367
+ attr_accessor next_token: ::String
368
+ attr_accessor provider_name: ::String
369
+ SENSITIVE: []
370
+ end
371
+
372
+ class ListProviderServicesOutput
373
+ attr_accessor next_token: ::String
374
+ attr_accessor provider_service_summaries: ::Array[Types::ProviderServiceSummary]
375
+ SENSITIVE: []
376
+ end
377
+
378
+ class ListSchemaMappingsInput
379
+ attr_accessor max_results: ::Integer
380
+ attr_accessor next_token: ::String
381
+ SENSITIVE: []
382
+ end
383
+
384
+ class ListSchemaMappingsOutput
385
+ attr_accessor next_token: ::String
386
+ attr_accessor schema_list: ::Array[Types::SchemaMappingSummary]
387
+ SENSITIVE: []
388
+ end
389
+
390
+ class ListTagsForResourceInput
391
+ attr_accessor resource_arn: ::String
392
+ SENSITIVE: []
393
+ end
394
+
395
+ class ListTagsForResourceOutput
396
+ attr_accessor tags: ::Hash[::String, ::String]
397
+ SENSITIVE: []
398
+ end
399
+
400
+ class MatchingWorkflowSummary
401
+ attr_accessor created_at: ::Time
402
+ attr_accessor resolution_type: ("RULE_MATCHING" | "ML_MATCHING" | "PROVIDER")
403
+ attr_accessor updated_at: ::Time
404
+ attr_accessor workflow_arn: ::String
405
+ attr_accessor workflow_name: ::String
406
+ SENSITIVE: []
407
+ end
408
+
409
+ class OutputAttribute
410
+ attr_accessor hashed: bool
411
+ attr_accessor name: ::String
412
+ SENSITIVE: []
413
+ end
414
+
415
+ class OutputSource
416
+ attr_accessor kms_arn: ::String
417
+ attr_accessor apply_normalization: bool
418
+ attr_accessor output: ::Array[Types::OutputAttribute]
419
+ attr_accessor output_s3_path: ::String
420
+ SENSITIVE: []
421
+ end
422
+
423
+ class ProviderEndpointConfiguration
424
+ attr_accessor marketplace_configuration: Types::ProviderMarketplaceConfiguration
425
+ attr_accessor unknown: untyped
426
+ SENSITIVE: []
427
+
428
+ class MarketplaceConfiguration < ProviderEndpointConfiguration
429
+ end
430
+ class Unknown < ProviderEndpointConfiguration
431
+ end
432
+ end
433
+
434
+ class ProviderIntermediateDataAccessConfiguration
435
+ attr_accessor aws_account_ids: ::Array[::String]
436
+ attr_accessor required_bucket_actions: ::Array[::String]
437
+ SENSITIVE: []
438
+ end
439
+
440
+ class ProviderMarketplaceConfiguration
441
+ attr_accessor asset_id: ::String
442
+ attr_accessor data_set_id: ::String
443
+ attr_accessor listing_id: ::String
444
+ attr_accessor revision_id: ::String
445
+ SENSITIVE: []
446
+ end
447
+
448
+ class ProviderProperties
449
+ attr_accessor intermediate_source_configuration: Types::IntermediateSourceConfiguration
450
+ attr_accessor provider_configuration: untyped
451
+ attr_accessor provider_service_arn: ::String
452
+ SENSITIVE: []
453
+ end
454
+
455
+ class ProviderServiceSummary
456
+ attr_accessor provider_name: ::String
457
+ attr_accessor provider_service_arn: ::String
458
+ attr_accessor provider_service_display_name: ::String
459
+ attr_accessor provider_service_name: ::String
460
+ attr_accessor provider_service_type: ("ASSIGNMENT" | "ID_MAPPING")
461
+ SENSITIVE: []
462
+ end
463
+
464
+ class ResolutionTechniques
465
+ attr_accessor provider_properties: Types::ProviderProperties
466
+ attr_accessor resolution_type: ("RULE_MATCHING" | "ML_MATCHING" | "PROVIDER")
467
+ attr_accessor rule_based_properties: Types::RuleBasedProperties
468
+ SENSITIVE: []
469
+ end
470
+
471
+ class ResourceNotFoundException
472
+ attr_accessor message: ::String
473
+ SENSITIVE: []
474
+ end
475
+
476
+ class Rule
477
+ attr_accessor matching_keys: ::Array[::String]
478
+ attr_accessor rule_name: ::String
479
+ SENSITIVE: []
480
+ end
481
+
482
+ class RuleBasedProperties
483
+ attr_accessor attribute_matching_model: ("ONE_TO_ONE" | "MANY_TO_MANY")
484
+ attr_accessor rules: ::Array[Types::Rule]
485
+ SENSITIVE: []
486
+ end
487
+
488
+ class SchemaInputAttribute
489
+ attr_accessor field_name: ::String
490
+ attr_accessor group_name: ::String
491
+ attr_accessor match_key: ::String
492
+ attr_accessor sub_type: ::String
493
+ attr_accessor type: ("NAME" | "NAME_FIRST" | "NAME_MIDDLE" | "NAME_LAST" | "ADDRESS" | "ADDRESS_STREET1" | "ADDRESS_STREET2" | "ADDRESS_STREET3" | "ADDRESS_CITY" | "ADDRESS_STATE" | "ADDRESS_COUNTRY" | "ADDRESS_POSTALCODE" | "PHONE" | "PHONE_NUMBER" | "PHONE_COUNTRYCODE" | "EMAIL_ADDRESS" | "UNIQUE_ID" | "DATE" | "STRING" | "PROVIDER_ID")
494
+ SENSITIVE: []
495
+ end
496
+
497
+ class SchemaMappingSummary
498
+ attr_accessor created_at: ::Time
499
+ attr_accessor has_workflows: bool
500
+ attr_accessor schema_arn: ::String
501
+ attr_accessor schema_name: ::String
502
+ attr_accessor updated_at: ::Time
503
+ SENSITIVE: []
504
+ end
505
+
506
+ class StartIdMappingJobInput
507
+ attr_accessor workflow_name: ::String
508
+ SENSITIVE: []
509
+ end
510
+
511
+ class StartIdMappingJobOutput
512
+ attr_accessor job_id: ::String
513
+ SENSITIVE: []
514
+ end
515
+
516
+ class StartMatchingJobInput
517
+ attr_accessor workflow_name: ::String
518
+ SENSITIVE: []
519
+ end
520
+
521
+ class StartMatchingJobOutput
522
+ attr_accessor job_id: ::String
523
+ SENSITIVE: []
524
+ end
525
+
526
+ class TagResourceInput
527
+ attr_accessor resource_arn: ::String
528
+ attr_accessor tags: ::Hash[::String, ::String]
529
+ SENSITIVE: []
530
+ end
531
+
532
+ class TagResourceOutput < Aws::EmptyStructure
533
+ end
534
+
535
+ class ThrottlingException
536
+ attr_accessor message: ::String
537
+ SENSITIVE: []
538
+ end
539
+
540
+ class UntagResourceInput
541
+ attr_accessor resource_arn: ::String
542
+ attr_accessor tag_keys: ::Array[::String]
543
+ SENSITIVE: []
544
+ end
545
+
546
+ class UntagResourceOutput < Aws::EmptyStructure
547
+ end
548
+
549
+ class UpdateIdMappingWorkflowInput
550
+ attr_accessor description: ::String
551
+ attr_accessor id_mapping_techniques: Types::IdMappingTechniques
552
+ attr_accessor input_source_config: ::Array[Types::IdMappingWorkflowInputSource]
553
+ attr_accessor output_source_config: ::Array[Types::IdMappingWorkflowOutputSource]
554
+ attr_accessor role_arn: ::String
555
+ attr_accessor workflow_name: ::String
556
+ SENSITIVE: []
557
+ end
558
+
559
+ class UpdateIdMappingWorkflowOutput
560
+ attr_accessor description: ::String
561
+ attr_accessor id_mapping_techniques: Types::IdMappingTechniques
562
+ attr_accessor input_source_config: ::Array[Types::IdMappingWorkflowInputSource]
563
+ attr_accessor output_source_config: ::Array[Types::IdMappingWorkflowOutputSource]
564
+ attr_accessor role_arn: ::String
565
+ attr_accessor workflow_arn: ::String
566
+ attr_accessor workflow_name: ::String
567
+ SENSITIVE: []
568
+ end
569
+
570
+ class UpdateMatchingWorkflowInput
571
+ attr_accessor description: ::String
572
+ attr_accessor incremental_run_config: Types::IncrementalRunConfig
573
+ attr_accessor input_source_config: ::Array[Types::InputSource]
574
+ attr_accessor output_source_config: ::Array[Types::OutputSource]
575
+ attr_accessor resolution_techniques: Types::ResolutionTechniques
576
+ attr_accessor role_arn: ::String
577
+ attr_accessor workflow_name: ::String
578
+ SENSITIVE: []
579
+ end
580
+
581
+ class UpdateMatchingWorkflowOutput
582
+ attr_accessor description: ::String
583
+ attr_accessor incremental_run_config: Types::IncrementalRunConfig
584
+ attr_accessor input_source_config: ::Array[Types::InputSource]
585
+ attr_accessor output_source_config: ::Array[Types::OutputSource]
586
+ attr_accessor resolution_techniques: Types::ResolutionTechniques
587
+ attr_accessor role_arn: ::String
588
+ attr_accessor workflow_name: ::String
589
+ SENSITIVE: []
590
+ end
591
+
592
+ class UpdateSchemaMappingInput
593
+ attr_accessor description: ::String
594
+ attr_accessor mapped_input_fields: ::Array[Types::SchemaInputAttribute]
595
+ attr_accessor schema_name: ::String
596
+ SENSITIVE: []
597
+ end
598
+
599
+ class UpdateSchemaMappingOutput
600
+ attr_accessor description: ::String
601
+ attr_accessor mapped_input_fields: ::Array[Types::SchemaInputAttribute]
602
+ attr_accessor schema_arn: ::String
603
+ attr_accessor schema_name: ::String
604
+ SENSITIVE: []
605
+ end
606
+
607
+ class ValidationException
608
+ attr_accessor message: ::String
609
+ SENSITIVE: []
610
+ end
611
+ end
612
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module EntityResolution
10
+ module Waiters
11
+ end
12
+ end
13
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-entityresolution
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.188.0
22
+ version: 3.191.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,13 +66,18 @@ files:
66
66
  - lib/aws-sdk-entityresolution/plugins/endpoints.rb
67
67
  - lib/aws-sdk-entityresolution/resource.rb
68
68
  - lib/aws-sdk-entityresolution/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
69
74
  homepage: https://github.com/aws/aws-sdk-ruby
70
75
  licenses:
71
76
  - Apache-2.0
72
77
  metadata:
73
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-entityresolution
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-entityresolution/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
78
83
  - lib
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - AWSEntityResolution
94
99
  test_files: []