aws-sdk-glue 1.203.0 → 1.205.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +1729 -157
- data/lib/aws-sdk-glue/client_api.rb +1094 -0
- data/lib/aws-sdk-glue/errors.rb +128 -0
- data/lib/aws-sdk-glue/types.rb +2932 -403
- data/lib/aws-sdk-glue.rb +1 -1
- data/sig/client.rbs +512 -16
- data/sig/errors.rbs +24 -0
- data/sig/types.rbs +648 -10
- metadata +2 -2
@@ -16,6 +16,7 @@ module Aws::Glue
|
|
16
16
|
|
17
17
|
AWSManagedClientApplicationReference = Shapes::StringShape.new(name: 'AWSManagedClientApplicationReference')
|
18
18
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
19
|
+
AccessToken = Shapes::StringShape.new(name: 'AccessToken')
|
19
20
|
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
20
21
|
Action = Shapes::StructureShape.new(name: 'Action')
|
21
22
|
ActionList = Shapes::ListShape.new(name: 'ActionList')
|
@@ -27,6 +28,10 @@ module Aws::Glue
|
|
27
28
|
Aggregate = Shapes::StructureShape.new(name: 'Aggregate')
|
28
29
|
AggregateOperation = Shapes::StructureShape.new(name: 'AggregateOperation')
|
29
30
|
AggregateOperations = Shapes::ListShape.new(name: 'AggregateOperations')
|
31
|
+
AllowedValue = Shapes::StructureShape.new(name: 'AllowedValue')
|
32
|
+
AllowedValueDescriptionString = Shapes::StringShape.new(name: 'AllowedValueDescriptionString')
|
33
|
+
AllowedValueValueString = Shapes::StringShape.new(name: 'AllowedValueValueString')
|
34
|
+
AllowedValues = Shapes::ListShape.new(name: 'AllowedValues')
|
30
35
|
AllowedValuesStringList = Shapes::ListShape.new(name: 'AllowedValuesStringList')
|
31
36
|
AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
|
32
37
|
AmazonRedshiftAdvancedOption = Shapes::StructureShape.new(name: 'AmazonRedshiftAdvancedOption')
|
@@ -37,6 +42,7 @@ module Aws::Glue
|
|
37
42
|
AnnotationError = Shapes::StructureShape.new(name: 'AnnotationError')
|
38
43
|
AnnotationErrorList = Shapes::ListShape.new(name: 'AnnotationErrorList')
|
39
44
|
AnnotationList = Shapes::ListShape.new(name: 'AnnotationList')
|
45
|
+
ApiVersion = Shapes::StringShape.new(name: 'ApiVersion')
|
40
46
|
ApplyMapping = Shapes::StructureShape.new(name: 'ApplyMapping')
|
41
47
|
ArnString = Shapes::StringShape.new(name: 'ArnString')
|
42
48
|
AthenaConnectorSource = Shapes::StructureShape.new(name: 'AthenaConnectorSource')
|
@@ -44,16 +50,19 @@ module Aws::Glue
|
|
44
50
|
AuditColumnNamesList = Shapes::ListShape.new(name: 'AuditColumnNamesList')
|
45
51
|
AuditContext = Shapes::StructureShape.new(name: 'AuditContext')
|
46
52
|
AuditContextString = Shapes::StringShape.new(name: 'AuditContextString')
|
53
|
+
AuthConfiguration = Shapes::StructureShape.new(name: 'AuthConfiguration')
|
47
54
|
AuthTokenString = Shapes::StringShape.new(name: 'AuthTokenString')
|
48
55
|
AuthenticationConfiguration = Shapes::StructureShape.new(name: 'AuthenticationConfiguration')
|
49
56
|
AuthenticationConfigurationInput = Shapes::StructureShape.new(name: 'AuthenticationConfigurationInput')
|
50
57
|
AuthenticationType = Shapes::StringShape.new(name: 'AuthenticationType')
|
58
|
+
AuthenticationTypes = Shapes::ListShape.new(name: 'AuthenticationTypes')
|
51
59
|
AuthorizationCode = Shapes::StringShape.new(name: 'AuthorizationCode')
|
52
60
|
AuthorizationCodeProperties = Shapes::StructureShape.new(name: 'AuthorizationCodeProperties')
|
53
61
|
BackfillError = Shapes::StructureShape.new(name: 'BackfillError')
|
54
62
|
BackfillErrorCode = Shapes::StringShape.new(name: 'BackfillErrorCode')
|
55
63
|
BackfillErroredPartitionsList = Shapes::ListShape.new(name: 'BackfillErroredPartitionsList')
|
56
64
|
BackfillErrors = Shapes::ListShape.new(name: 'BackfillErrors')
|
65
|
+
BasicAuthenticationCredentials = Shapes::StructureShape.new(name: 'BasicAuthenticationCredentials')
|
57
66
|
BasicCatalogTarget = Shapes::StructureShape.new(name: 'BasicCatalogTarget')
|
58
67
|
BatchCreatePartitionRequest = Shapes::StructureShape.new(name: 'BatchCreatePartitionRequest')
|
59
68
|
BatchCreatePartitionResponse = Shapes::StructureShape.new(name: 'BatchCreatePartitionResponse')
|
@@ -125,6 +134,7 @@ module Aws::Glue
|
|
125
134
|
BlueprintRuns = Shapes::ListShape.new(name: 'BlueprintRuns')
|
126
135
|
BlueprintStatus = Shapes::StringShape.new(name: 'BlueprintStatus')
|
127
136
|
Blueprints = Shapes::ListShape.new(name: 'Blueprints')
|
137
|
+
Bool = Shapes::BooleanShape.new(name: 'Bool')
|
128
138
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
129
139
|
BooleanColumnStatisticsData = Shapes::StructureShape.new(name: 'BooleanColumnStatisticsData')
|
130
140
|
BooleanNullable = Shapes::BooleanShape.new(name: 'BooleanNullable')
|
@@ -144,6 +154,8 @@ module Aws::Glue
|
|
144
154
|
CancelMLTaskRunResponse = Shapes::StructureShape.new(name: 'CancelMLTaskRunResponse')
|
145
155
|
CancelStatementRequest = Shapes::StructureShape.new(name: 'CancelStatementRequest')
|
146
156
|
CancelStatementResponse = Shapes::StructureShape.new(name: 'CancelStatementResponse')
|
157
|
+
Capabilities = Shapes::StructureShape.new(name: 'Capabilities')
|
158
|
+
Catalog = Shapes::StructureShape.new(name: 'Catalog')
|
147
159
|
CatalogDeltaSource = Shapes::StructureShape.new(name: 'CatalogDeltaSource')
|
148
160
|
CatalogEncryptionMode = Shapes::StringShape.new(name: 'CatalogEncryptionMode')
|
149
161
|
CatalogEntries = Shapes::ListShape.new(name: 'CatalogEntries')
|
@@ -152,13 +164,19 @@ module Aws::Glue
|
|
152
164
|
CatalogHudiSource = Shapes::StructureShape.new(name: 'CatalogHudiSource')
|
153
165
|
CatalogIdString = Shapes::StringShape.new(name: 'CatalogIdString')
|
154
166
|
CatalogImportStatus = Shapes::StructureShape.new(name: 'CatalogImportStatus')
|
167
|
+
CatalogInput = Shapes::StructureShape.new(name: 'CatalogInput')
|
155
168
|
CatalogKafkaSource = Shapes::StructureShape.new(name: 'CatalogKafkaSource')
|
156
169
|
CatalogKinesisSource = Shapes::StructureShape.new(name: 'CatalogKinesisSource')
|
170
|
+
CatalogList = Shapes::ListShape.new(name: 'CatalogList')
|
171
|
+
CatalogNameString = Shapes::StringShape.new(name: 'CatalogNameString')
|
172
|
+
CatalogProperties = Shapes::StructureShape.new(name: 'CatalogProperties')
|
173
|
+
CatalogPropertiesOutput = Shapes::StructureShape.new(name: 'CatalogPropertiesOutput')
|
157
174
|
CatalogSchemaChangePolicy = Shapes::StructureShape.new(name: 'CatalogSchemaChangePolicy')
|
158
175
|
CatalogSource = Shapes::StructureShape.new(name: 'CatalogSource')
|
159
176
|
CatalogTablesList = Shapes::ListShape.new(name: 'CatalogTablesList')
|
160
177
|
CatalogTarget = Shapes::StructureShape.new(name: 'CatalogTarget')
|
161
178
|
CatalogTargetList = Shapes::ListShape.new(name: 'CatalogTargetList')
|
179
|
+
Category = Shapes::StringShape.new(name: 'Category')
|
162
180
|
CheckSchemaVersionValidityInput = Shapes::StructureShape.new(name: 'CheckSchemaVersionValidityInput')
|
163
181
|
CheckSchemaVersionValidityResponse = Shapes::StructureShape.new(name: 'CheckSchemaVersionValidityResponse')
|
164
182
|
Classification = Shapes::StringShape.new(name: 'Classification')
|
@@ -211,6 +229,13 @@ module Aws::Glue
|
|
211
229
|
Compatibility = Shapes::StringShape.new(name: 'Compatibility')
|
212
230
|
CompressionType = Shapes::StringShape.new(name: 'CompressionType')
|
213
231
|
ComputationType = Shapes::StringShape.new(name: 'ComputationType')
|
232
|
+
ComputeEnvironment = Shapes::StringShape.new(name: 'ComputeEnvironment')
|
233
|
+
ComputeEnvironmentConfiguration = Shapes::StructureShape.new(name: 'ComputeEnvironmentConfiguration')
|
234
|
+
ComputeEnvironmentConfigurationDescriptionString = Shapes::StringShape.new(name: 'ComputeEnvironmentConfigurationDescriptionString')
|
235
|
+
ComputeEnvironmentConfigurationMap = Shapes::MapShape.new(name: 'ComputeEnvironmentConfigurationMap')
|
236
|
+
ComputeEnvironmentList = Shapes::ListShape.new(name: 'ComputeEnvironmentList')
|
237
|
+
ComputeEnvironmentName = Shapes::StringShape.new(name: 'ComputeEnvironmentName')
|
238
|
+
ComputeEnvironments = Shapes::ListShape.new(name: 'ComputeEnvironments')
|
214
239
|
ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
|
215
240
|
ConcurrentRunsExceededException = Shapes::StructureShape.new(name: 'ConcurrentRunsExceededException')
|
216
241
|
Condition = Shapes::StructureShape.new(name: 'Condition')
|
@@ -227,11 +252,15 @@ module Aws::Glue
|
|
227
252
|
ConnectionInput = Shapes::StructureShape.new(name: 'ConnectionInput')
|
228
253
|
ConnectionList = Shapes::ListShape.new(name: 'ConnectionList')
|
229
254
|
ConnectionName = Shapes::StringShape.new(name: 'ConnectionName')
|
255
|
+
ConnectionOptions = Shapes::MapShape.new(name: 'ConnectionOptions')
|
230
256
|
ConnectionPasswordEncryption = Shapes::StructureShape.new(name: 'ConnectionPasswordEncryption')
|
231
257
|
ConnectionProperties = Shapes::MapShape.new(name: 'ConnectionProperties')
|
232
258
|
ConnectionPropertyKey = Shapes::StringShape.new(name: 'ConnectionPropertyKey')
|
259
|
+
ConnectionSchemaVersion = Shapes::IntegerShape.new(name: 'ConnectionSchemaVersion')
|
233
260
|
ConnectionStatus = Shapes::StringShape.new(name: 'ConnectionStatus')
|
234
261
|
ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
|
262
|
+
ConnectionTypeBrief = Shapes::StructureShape.new(name: 'ConnectionTypeBrief')
|
263
|
+
ConnectionTypeList = Shapes::ListShape.new(name: 'ConnectionTypeList')
|
235
264
|
ConnectionsList = Shapes::StructureShape.new(name: 'ConnectionsList')
|
236
265
|
ConnectorDataSource = Shapes::StructureShape.new(name: 'ConnectorDataSource')
|
237
266
|
ConnectorDataTarget = Shapes::StructureShape.new(name: 'ConnectorDataTarget')
|
@@ -264,6 +293,8 @@ module Aws::Glue
|
|
264
293
|
CrawlsFilterList = Shapes::ListShape.new(name: 'CrawlsFilterList')
|
265
294
|
CreateBlueprintRequest = Shapes::StructureShape.new(name: 'CreateBlueprintRequest')
|
266
295
|
CreateBlueprintResponse = Shapes::StructureShape.new(name: 'CreateBlueprintResponse')
|
296
|
+
CreateCatalogRequest = Shapes::StructureShape.new(name: 'CreateCatalogRequest')
|
297
|
+
CreateCatalogResponse = Shapes::StructureShape.new(name: 'CreateCatalogResponse')
|
267
298
|
CreateClassifierRequest = Shapes::StructureShape.new(name: 'CreateClassifierRequest')
|
268
299
|
CreateClassifierResponse = Shapes::StructureShape.new(name: 'CreateClassifierResponse')
|
269
300
|
CreateColumnStatisticsTaskSettingsRequest = Shapes::StructureShape.new(name: 'CreateColumnStatisticsTaskSettingsRequest')
|
@@ -282,6 +313,12 @@ module Aws::Glue
|
|
282
313
|
CreateDevEndpointRequest = Shapes::StructureShape.new(name: 'CreateDevEndpointRequest')
|
283
314
|
CreateDevEndpointResponse = Shapes::StructureShape.new(name: 'CreateDevEndpointResponse')
|
284
315
|
CreateGrokClassifierRequest = Shapes::StructureShape.new(name: 'CreateGrokClassifierRequest')
|
316
|
+
CreateIntegrationRequest = Shapes::StructureShape.new(name: 'CreateIntegrationRequest')
|
317
|
+
CreateIntegrationResourcePropertyRequest = Shapes::StructureShape.new(name: 'CreateIntegrationResourcePropertyRequest')
|
318
|
+
CreateIntegrationResourcePropertyResponse = Shapes::StructureShape.new(name: 'CreateIntegrationResourcePropertyResponse')
|
319
|
+
CreateIntegrationResponse = Shapes::StructureShape.new(name: 'CreateIntegrationResponse')
|
320
|
+
CreateIntegrationTablePropertiesRequest = Shapes::StructureShape.new(name: 'CreateIntegrationTablePropertiesRequest')
|
321
|
+
CreateIntegrationTablePropertiesResponse = Shapes::StructureShape.new(name: 'CreateIntegrationTablePropertiesResponse')
|
285
322
|
CreateJobRequest = Shapes::StructureShape.new(name: 'CreateJobRequest')
|
286
323
|
CreateJobResponse = Shapes::StructureShape.new(name: 'CreateJobResponse')
|
287
324
|
CreateJsonClassifierRequest = Shapes::StructureShape.new(name: 'CreateJsonClassifierRequest')
|
@@ -315,6 +352,9 @@ module Aws::Glue
|
|
315
352
|
CreateWorkflowResponse = Shapes::StructureShape.new(name: 'CreateWorkflowResponse')
|
316
353
|
CreateXMLClassifierRequest = Shapes::StructureShape.new(name: 'CreateXMLClassifierRequest')
|
317
354
|
CreatedTimestamp = Shapes::StringShape.new(name: 'CreatedTimestamp')
|
355
|
+
CredentialKey = Shapes::StringShape.new(name: 'CredentialKey')
|
356
|
+
CredentialMap = Shapes::MapShape.new(name: 'CredentialMap')
|
357
|
+
CredentialValue = Shapes::StringShape.new(name: 'CredentialValue')
|
318
358
|
CronExpression = Shapes::StringShape.new(name: 'CronExpression')
|
319
359
|
CsvClassifier = Shapes::StructureShape.new(name: 'CsvClassifier')
|
320
360
|
CsvColumnDelimiter = Shapes::StringShape.new(name: 'CsvColumnDelimiter')
|
@@ -328,6 +368,7 @@ module Aws::Glue
|
|
328
368
|
CustomEntityTypeNames = Shapes::ListShape.new(name: 'CustomEntityTypeNames')
|
329
369
|
CustomEntityTypes = Shapes::ListShape.new(name: 'CustomEntityTypes')
|
330
370
|
CustomPatterns = Shapes::StringShape.new(name: 'CustomPatterns')
|
371
|
+
CustomProperties = Shapes::MapShape.new(name: 'CustomProperties')
|
331
372
|
DQAdditionalOptions = Shapes::MapShape.new(name: 'DQAdditionalOptions')
|
332
373
|
DQCompositeRuleEvaluationMethod = Shapes::StringShape.new(name: 'DQCompositeRuleEvaluationMethod')
|
333
374
|
DQDLAliases = Shapes::MapShape.new(name: 'DQDLAliases')
|
@@ -340,10 +381,16 @@ module Aws::Glue
|
|
340
381
|
DagNodes = Shapes::ListShape.new(name: 'DagNodes')
|
341
382
|
DataCatalogEncryptionSettings = Shapes::StructureShape.new(name: 'DataCatalogEncryptionSettings')
|
342
383
|
DataFormat = Shapes::StringShape.new(name: 'DataFormat')
|
384
|
+
DataLakeAccessProperties = Shapes::StructureShape.new(name: 'DataLakeAccessProperties')
|
385
|
+
DataLakeAccessPropertiesOutput = Shapes::StructureShape.new(name: 'DataLakeAccessPropertiesOutput')
|
343
386
|
DataLakePrincipal = Shapes::StructureShape.new(name: 'DataLakePrincipal')
|
344
387
|
DataLakePrincipalString = Shapes::StringShape.new(name: 'DataLakePrincipalString')
|
388
|
+
DataOperation = Shapes::StringShape.new(name: 'DataOperation')
|
389
|
+
DataOperations = Shapes::ListShape.new(name: 'DataOperations')
|
345
390
|
DataQualityAnalyzerResult = Shapes::StructureShape.new(name: 'DataQualityAnalyzerResult')
|
346
391
|
DataQualityAnalyzerResults = Shapes::ListShape.new(name: 'DataQualityAnalyzerResults')
|
392
|
+
DataQualityEncryption = Shapes::StructureShape.new(name: 'DataQualityEncryption')
|
393
|
+
DataQualityEncryptionMode = Shapes::StringShape.new(name: 'DataQualityEncryptionMode')
|
347
394
|
DataQualityEvaluationRunAdditionalRunOptions = Shapes::StructureShape.new(name: 'DataQualityEvaluationRunAdditionalRunOptions')
|
348
395
|
DataQualityMetricValues = Shapes::StructureShape.new(name: 'DataQualityMetricValues')
|
349
396
|
DataQualityModelStatus = Shapes::StringShape.new(name: 'DataQualityModelStatus')
|
@@ -391,6 +438,8 @@ module Aws::Glue
|
|
391
438
|
DeleteBehavior = Shapes::StringShape.new(name: 'DeleteBehavior')
|
392
439
|
DeleteBlueprintRequest = Shapes::StructureShape.new(name: 'DeleteBlueprintRequest')
|
393
440
|
DeleteBlueprintResponse = Shapes::StructureShape.new(name: 'DeleteBlueprintResponse')
|
441
|
+
DeleteCatalogRequest = Shapes::StructureShape.new(name: 'DeleteCatalogRequest')
|
442
|
+
DeleteCatalogResponse = Shapes::StructureShape.new(name: 'DeleteCatalogResponse')
|
394
443
|
DeleteClassifierRequest = Shapes::StructureShape.new(name: 'DeleteClassifierRequest')
|
395
444
|
DeleteClassifierResponse = Shapes::StructureShape.new(name: 'DeleteClassifierResponse')
|
396
445
|
DeleteColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'DeleteColumnStatisticsForPartitionRequest')
|
@@ -412,6 +461,10 @@ module Aws::Glue
|
|
412
461
|
DeleteDatabaseResponse = Shapes::StructureShape.new(name: 'DeleteDatabaseResponse')
|
413
462
|
DeleteDevEndpointRequest = Shapes::StructureShape.new(name: 'DeleteDevEndpointRequest')
|
414
463
|
DeleteDevEndpointResponse = Shapes::StructureShape.new(name: 'DeleteDevEndpointResponse')
|
464
|
+
DeleteIntegrationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationRequest')
|
465
|
+
DeleteIntegrationResponse = Shapes::StructureShape.new(name: 'DeleteIntegrationResponse')
|
466
|
+
DeleteIntegrationTablePropertiesRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationTablePropertiesRequest')
|
467
|
+
DeleteIntegrationTablePropertiesResponse = Shapes::StructureShape.new(name: 'DeleteIntegrationTablePropertiesResponse')
|
415
468
|
DeleteJobRequest = Shapes::StructureShape.new(name: 'DeleteJobRequest')
|
416
469
|
DeleteJobResponse = Shapes::StructureShape.new(name: 'DeleteJobResponse')
|
417
470
|
DeleteMLTransformRequest = Shapes::StructureShape.new(name: 'DeleteMLTransformRequest')
|
@@ -449,6 +502,15 @@ module Aws::Glue
|
|
449
502
|
DeltaTarget = Shapes::StructureShape.new(name: 'DeltaTarget')
|
450
503
|
DeltaTargetCompressionType = Shapes::StringShape.new(name: 'DeltaTargetCompressionType')
|
451
504
|
DeltaTargetList = Shapes::ListShape.new(name: 'DeltaTargetList')
|
505
|
+
DescribeConnectionTypeRequest = Shapes::StructureShape.new(name: 'DescribeConnectionTypeRequest')
|
506
|
+
DescribeConnectionTypeResponse = Shapes::StructureShape.new(name: 'DescribeConnectionTypeResponse')
|
507
|
+
DescribeEntityRequest = Shapes::StructureShape.new(name: 'DescribeEntityRequest')
|
508
|
+
DescribeEntityResponse = Shapes::StructureShape.new(name: 'DescribeEntityResponse')
|
509
|
+
DescribeInboundIntegrationsRequest = Shapes::StructureShape.new(name: 'DescribeInboundIntegrationsRequest')
|
510
|
+
DescribeInboundIntegrationsResponse = Shapes::StructureShape.new(name: 'DescribeInboundIntegrationsResponse')
|
511
|
+
DescribeIntegrationsRequest = Shapes::StructureShape.new(name: 'DescribeIntegrationsRequest')
|
512
|
+
DescribeIntegrationsResponse = Shapes::StructureShape.new(name: 'DescribeIntegrationsResponse')
|
513
|
+
Description = Shapes::StringShape.new(name: 'Description')
|
452
514
|
DescriptionString = Shapes::StringShape.new(name: 'DescriptionString')
|
453
515
|
DescriptionStringRemovable = Shapes::StringShape.new(name: 'DescriptionStringRemovable')
|
454
516
|
DevEndpoint = Shapes::StructureShape.new(name: 'DevEndpoint')
|
@@ -480,6 +542,12 @@ module Aws::Glue
|
|
480
542
|
EnclosedInStringPropertyWithQuote = Shapes::StringShape.new(name: 'EnclosedInStringPropertyWithQuote')
|
481
543
|
EncryptionAtRest = Shapes::StructureShape.new(name: 'EncryptionAtRest')
|
482
544
|
EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
|
545
|
+
Entity = Shapes::StructureShape.new(name: 'Entity')
|
546
|
+
EntityDescription = Shapes::StringShape.new(name: 'EntityDescription')
|
547
|
+
EntityFieldName = Shapes::StringShape.new(name: 'EntityFieldName')
|
548
|
+
EntityLabel = Shapes::StringShape.new(name: 'EntityLabel')
|
549
|
+
EntityList = Shapes::ListShape.new(name: 'EntityList')
|
550
|
+
EntityName = Shapes::StringShape.new(name: 'EntityName')
|
483
551
|
EntityNotFoundException = Shapes::StructureShape.new(name: 'EntityNotFoundException')
|
484
552
|
ErrorByName = Shapes::MapShape.new(name: 'ErrorByName')
|
485
553
|
ErrorCodeString = Shapes::StringShape.new(name: 'ErrorCodeString')
|
@@ -493,12 +561,15 @@ module Aws::Glue
|
|
493
561
|
EvaluationMetrics = Shapes::StructureShape.new(name: 'EvaluationMetrics')
|
494
562
|
EventBatchingCondition = Shapes::StructureShape.new(name: 'EventBatchingCondition')
|
495
563
|
EventQueueArn = Shapes::StringShape.new(name: 'EventQueueArn')
|
564
|
+
ExecutionAttempt = Shapes::StructureShape.new(name: 'ExecutionAttempt')
|
496
565
|
ExecutionClass = Shapes::StringShape.new(name: 'ExecutionClass')
|
497
566
|
ExecutionProperty = Shapes::StructureShape.new(name: 'ExecutionProperty')
|
567
|
+
ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
|
498
568
|
ExecutionTime = Shapes::IntegerShape.new(name: 'ExecutionTime')
|
499
569
|
ExistCondition = Shapes::StringShape.new(name: 'ExistCondition')
|
500
570
|
ExportLabelsTaskRunProperties = Shapes::StructureShape.new(name: 'ExportLabelsTaskRunProperties')
|
501
571
|
ExtendedString = Shapes::StringShape.new(name: 'ExtendedString')
|
572
|
+
FederatedCatalog = Shapes::StructureShape.new(name: 'FederatedCatalog')
|
502
573
|
FederatedDatabase = Shapes::StructureShape.new(name: 'FederatedDatabase')
|
503
574
|
FederatedResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'FederatedResourceAlreadyExistsException')
|
504
575
|
FederatedTable = Shapes::StructureShape.new(name: 'FederatedTable')
|
@@ -506,8 +577,15 @@ module Aws::Glue
|
|
506
577
|
FederationSourceErrorCode = Shapes::StringShape.new(name: 'FederationSourceErrorCode')
|
507
578
|
FederationSourceException = Shapes::StructureShape.new(name: 'FederationSourceException')
|
508
579
|
FederationSourceRetryableException = Shapes::StructureShape.new(name: 'FederationSourceRetryableException')
|
580
|
+
Field = Shapes::StructureShape.new(name: 'Field')
|
581
|
+
FieldDataType = Shapes::StringShape.new(name: 'FieldDataType')
|
582
|
+
FieldDescription = Shapes::StringShape.new(name: 'FieldDescription')
|
583
|
+
FieldFilterOperator = Shapes::StringShape.new(name: 'FieldFilterOperator')
|
584
|
+
FieldFilterOperatorsList = Shapes::ListShape.new(name: 'FieldFilterOperatorsList')
|
585
|
+
FieldLabel = Shapes::StringShape.new(name: 'FieldLabel')
|
509
586
|
FieldName = Shapes::StringShape.new(name: 'FieldName')
|
510
587
|
FieldType = Shapes::StringShape.new(name: 'FieldType')
|
588
|
+
FieldsList = Shapes::ListShape.new(name: 'FieldsList')
|
511
589
|
FillMissingValues = Shapes::StructureShape.new(name: 'FillMissingValues')
|
512
590
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
513
591
|
FilterExpression = Shapes::StructureShape.new(name: 'FilterExpression')
|
@@ -515,6 +593,7 @@ module Aws::Glue
|
|
515
593
|
FilterLogicalOperator = Shapes::StringShape.new(name: 'FilterLogicalOperator')
|
516
594
|
FilterOperation = Shapes::StringShape.new(name: 'FilterOperation')
|
517
595
|
FilterOperator = Shapes::StringShape.new(name: 'FilterOperator')
|
596
|
+
FilterPredicate = Shapes::StringShape.new(name: 'FilterPredicate')
|
518
597
|
FilterString = Shapes::StringShape.new(name: 'FilterString')
|
519
598
|
FilterValue = Shapes::StructureShape.new(name: 'FilterValue')
|
520
599
|
FilterValueType = Shapes::StringShape.new(name: 'FilterValueType')
|
@@ -536,6 +615,10 @@ module Aws::Glue
|
|
536
615
|
GetBlueprintRunsResponse = Shapes::StructureShape.new(name: 'GetBlueprintRunsResponse')
|
537
616
|
GetCatalogImportStatusRequest = Shapes::StructureShape.new(name: 'GetCatalogImportStatusRequest')
|
538
617
|
GetCatalogImportStatusResponse = Shapes::StructureShape.new(name: 'GetCatalogImportStatusResponse')
|
618
|
+
GetCatalogRequest = Shapes::StructureShape.new(name: 'GetCatalogRequest')
|
619
|
+
GetCatalogResponse = Shapes::StructureShape.new(name: 'GetCatalogResponse')
|
620
|
+
GetCatalogsRequest = Shapes::StructureShape.new(name: 'GetCatalogsRequest')
|
621
|
+
GetCatalogsResponse = Shapes::StructureShape.new(name: 'GetCatalogsResponse')
|
539
622
|
GetClassifierRequest = Shapes::StructureShape.new(name: 'GetClassifierRequest')
|
540
623
|
GetClassifierResponse = Shapes::StructureShape.new(name: 'GetClassifierResponse')
|
541
624
|
GetClassifiersRequest = Shapes::StructureShape.new(name: 'GetClassifiersRequest')
|
@@ -588,6 +671,12 @@ module Aws::Glue
|
|
588
671
|
GetDevEndpointResponse = Shapes::StructureShape.new(name: 'GetDevEndpointResponse')
|
589
672
|
GetDevEndpointsRequest = Shapes::StructureShape.new(name: 'GetDevEndpointsRequest')
|
590
673
|
GetDevEndpointsResponse = Shapes::StructureShape.new(name: 'GetDevEndpointsResponse')
|
674
|
+
GetEntityRecordsRequest = Shapes::StructureShape.new(name: 'GetEntityRecordsRequest')
|
675
|
+
GetEntityRecordsResponse = Shapes::StructureShape.new(name: 'GetEntityRecordsResponse')
|
676
|
+
GetIntegrationResourcePropertyRequest = Shapes::StructureShape.new(name: 'GetIntegrationResourcePropertyRequest')
|
677
|
+
GetIntegrationResourcePropertyResponse = Shapes::StructureShape.new(name: 'GetIntegrationResourcePropertyResponse')
|
678
|
+
GetIntegrationTablePropertiesRequest = Shapes::StructureShape.new(name: 'GetIntegrationTablePropertiesRequest')
|
679
|
+
GetIntegrationTablePropertiesResponse = Shapes::StructureShape.new(name: 'GetIntegrationTablePropertiesResponse')
|
591
680
|
GetJobBookmarkRequest = Shapes::StructureShape.new(name: 'GetJobBookmarkRequest')
|
592
681
|
GetJobBookmarkResponse = Shapes::StructureShape.new(name: 'GetJobBookmarkResponse')
|
593
682
|
GetJobRequest = Shapes::StructureShape.new(name: 'GetJobRequest')
|
@@ -716,14 +805,39 @@ module Aws::Glue
|
|
716
805
|
ImportCatalogToGlueRequest = Shapes::StructureShape.new(name: 'ImportCatalogToGlueRequest')
|
717
806
|
ImportCatalogToGlueResponse = Shapes::StructureShape.new(name: 'ImportCatalogToGlueResponse')
|
718
807
|
ImportLabelsTaskRunProperties = Shapes::StructureShape.new(name: 'ImportLabelsTaskRunProperties')
|
808
|
+
InboundIntegration = Shapes::StructureShape.new(name: 'InboundIntegration')
|
809
|
+
InboundIntegrationsList = Shapes::ListShape.new(name: 'InboundIntegrationsList')
|
719
810
|
InclusionAnnotationList = Shapes::ListShape.new(name: 'InclusionAnnotationList')
|
720
811
|
InclusionAnnotationValue = Shapes::StringShape.new(name: 'InclusionAnnotationValue')
|
721
812
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
722
813
|
IntegerFlag = Shapes::IntegerShape.new(name: 'IntegerFlag')
|
723
814
|
IntegerValue = Shapes::IntegerShape.new(name: 'IntegerValue')
|
815
|
+
Integration = Shapes::StructureShape.new(name: 'Integration')
|
816
|
+
IntegrationAdditionalEncryptionContextMap = Shapes::MapShape.new(name: 'IntegrationAdditionalEncryptionContextMap')
|
817
|
+
IntegrationConflictOperationFault = Shapes::StructureShape.new(name: 'IntegrationConflictOperationFault')
|
818
|
+
IntegrationDescription = Shapes::StringShape.new(name: 'IntegrationDescription')
|
819
|
+
IntegrationError = Shapes::StructureShape.new(name: 'IntegrationError')
|
820
|
+
IntegrationErrorList = Shapes::ListShape.new(name: 'IntegrationErrorList')
|
821
|
+
IntegrationErrorMessage = Shapes::StringShape.new(name: 'IntegrationErrorMessage')
|
822
|
+
IntegrationFilter = Shapes::StructureShape.new(name: 'IntegrationFilter')
|
823
|
+
IntegrationFilterList = Shapes::ListShape.new(name: 'IntegrationFilterList')
|
824
|
+
IntegrationFilterValues = Shapes::ListShape.new(name: 'IntegrationFilterValues')
|
825
|
+
IntegrationInteger = Shapes::IntegerShape.new(name: 'IntegrationInteger')
|
826
|
+
IntegrationNotFoundFault = Shapes::StructureShape.new(name: 'IntegrationNotFoundFault')
|
827
|
+
IntegrationPartition = Shapes::StructureShape.new(name: 'IntegrationPartition')
|
828
|
+
IntegrationPartitionSpecList = Shapes::ListShape.new(name: 'IntegrationPartitionSpecList')
|
829
|
+
IntegrationQuotaExceededFault = Shapes::StructureShape.new(name: 'IntegrationQuotaExceededFault')
|
830
|
+
IntegrationStatus = Shapes::StringShape.new(name: 'IntegrationStatus')
|
831
|
+
IntegrationString = Shapes::StringShape.new(name: 'IntegrationString')
|
832
|
+
IntegrationTagsList = Shapes::ListShape.new(name: 'IntegrationTagsList')
|
833
|
+
IntegrationTimestamp = Shapes::TimestampShape.new(name: 'IntegrationTimestamp')
|
834
|
+
IntegrationsList = Shapes::ListShape.new(name: 'IntegrationsList')
|
835
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
724
836
|
InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
|
725
837
|
InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
|
838
|
+
InvalidIntegrationStateFault = Shapes::StructureShape.new(name: 'InvalidIntegrationStateFault')
|
726
839
|
InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
|
840
|
+
IsParentEntity = Shapes::BooleanShape.new(name: 'IsParentEntity')
|
727
841
|
IsVersionValid = Shapes::BooleanShape.new(name: 'IsVersionValid')
|
728
842
|
Iso8601DateTime = Shapes::TimestampShape.new(name: 'Iso8601DateTime', timestampFormat: "iso8601")
|
729
843
|
JDBCConnectionType = Shapes::StringShape.new(name: 'JDBCConnectionType')
|
@@ -756,6 +870,8 @@ module Aws::Glue
|
|
756
870
|
JsonClassifier = Shapes::StructureShape.new(name: 'JsonClassifier')
|
757
871
|
JsonPath = Shapes::StringShape.new(name: 'JsonPath')
|
758
872
|
JsonValue = Shapes::StringShape.new(name: 'JsonValue')
|
873
|
+
JwtToken = Shapes::StringShape.new(name: 'JwtToken')
|
874
|
+
KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault')
|
759
875
|
KafkaStreamingSourceOptions = Shapes::StructureShape.new(name: 'KafkaStreamingSourceOptions')
|
760
876
|
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
761
877
|
KeySchemaElement = Shapes::StructureShape.new(name: 'KeySchemaElement')
|
@@ -771,6 +887,7 @@ module Aws::Glue
|
|
771
887
|
LastCrawlInfo = Shapes::StructureShape.new(name: 'LastCrawlInfo')
|
772
888
|
LastCrawlStatus = Shapes::StringShape.new(name: 'LastCrawlStatus')
|
773
889
|
LatestSchemaVersionBoolean = Shapes::BooleanShape.new(name: 'LatestSchemaVersionBoolean')
|
890
|
+
Limit = Shapes::IntegerShape.new(name: 'Limit')
|
774
891
|
LimitedPathList = Shapes::ListShape.new(name: 'LimitedPathList')
|
775
892
|
LimitedStringList = Shapes::ListShape.new(name: 'LimitedStringList')
|
776
893
|
LineageConfiguration = Shapes::StructureShape.new(name: 'LineageConfiguration')
|
@@ -778,6 +895,8 @@ module Aws::Glue
|
|
778
895
|
ListBlueprintsResponse = Shapes::StructureShape.new(name: 'ListBlueprintsResponse')
|
779
896
|
ListColumnStatisticsTaskRunsRequest = Shapes::StructureShape.new(name: 'ListColumnStatisticsTaskRunsRequest')
|
780
897
|
ListColumnStatisticsTaskRunsResponse = Shapes::StructureShape.new(name: 'ListColumnStatisticsTaskRunsResponse')
|
898
|
+
ListConnectionTypesRequest = Shapes::StructureShape.new(name: 'ListConnectionTypesRequest')
|
899
|
+
ListConnectionTypesResponse = Shapes::StructureShape.new(name: 'ListConnectionTypesResponse')
|
781
900
|
ListCrawlersRequest = Shapes::StructureShape.new(name: 'ListCrawlersRequest')
|
782
901
|
ListCrawlersResponse = Shapes::StructureShape.new(name: 'ListCrawlersResponse')
|
783
902
|
ListCrawlsRequest = Shapes::StructureShape.new(name: 'ListCrawlsRequest')
|
@@ -798,10 +917,13 @@ module Aws::Glue
|
|
798
917
|
ListDataQualityStatisticsResponse = Shapes::StructureShape.new(name: 'ListDataQualityStatisticsResponse')
|
799
918
|
ListDevEndpointsRequest = Shapes::StructureShape.new(name: 'ListDevEndpointsRequest')
|
800
919
|
ListDevEndpointsResponse = Shapes::StructureShape.new(name: 'ListDevEndpointsResponse')
|
920
|
+
ListEntitiesRequest = Shapes::StructureShape.new(name: 'ListEntitiesRequest')
|
921
|
+
ListEntitiesResponse = Shapes::StructureShape.new(name: 'ListEntitiesResponse')
|
801
922
|
ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
|
802
923
|
ListJobsResponse = Shapes::StructureShape.new(name: 'ListJobsResponse')
|
803
924
|
ListMLTransformsRequest = Shapes::StructureShape.new(name: 'ListMLTransformsRequest')
|
804
925
|
ListMLTransformsResponse = Shapes::StructureShape.new(name: 'ListMLTransformsResponse')
|
926
|
+
ListOfString = Shapes::ListShape.new(name: 'ListOfString')
|
805
927
|
ListRegistriesInput = Shapes::StructureShape.new(name: 'ListRegistriesInput')
|
806
928
|
ListRegistriesResponse = Shapes::StructureShape.new(name: 'ListRegistriesResponse')
|
807
929
|
ListSchemaVersionsInput = Shapes::StructureShape.new(name: 'ListSchemaVersionsInput')
|
@@ -848,6 +970,7 @@ module Aws::Glue
|
|
848
970
|
MatchCriteria = Shapes::ListShape.new(name: 'MatchCriteria')
|
849
971
|
MaxConcurrentRuns = Shapes::IntegerShape.new(name: 'MaxConcurrentRuns')
|
850
972
|
MaxListTableOptimizerRunsTokenResults = Shapes::IntegerShape.new(name: 'MaxListTableOptimizerRunsTokenResults')
|
973
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
851
974
|
MaxResultsNumber = Shapes::IntegerShape.new(name: 'MaxResultsNumber')
|
852
975
|
MaxRetries = Shapes::IntegerShape.new(name: 'MaxRetries')
|
853
976
|
Merge = Shapes::StructureShape.new(name: 'Merge')
|
@@ -864,6 +987,8 @@ module Aws::Glue
|
|
864
987
|
MicrosoftSQLServerCatalogSource = Shapes::StructureShape.new(name: 'MicrosoftSQLServerCatalogSource')
|
865
988
|
MicrosoftSQLServerCatalogTarget = Shapes::StructureShape.new(name: 'MicrosoftSQLServerCatalogTarget')
|
866
989
|
MillisecondsCount = Shapes::IntegerShape.new(name: 'MillisecondsCount')
|
990
|
+
ModifyIntegrationRequest = Shapes::StructureShape.new(name: 'ModifyIntegrationRequest')
|
991
|
+
ModifyIntegrationResponse = Shapes::StructureShape.new(name: 'ModifyIntegrationResponse')
|
867
992
|
MongoDBTarget = Shapes::StructureShape.new(name: 'MongoDBTarget')
|
868
993
|
MongoDBTargetList = Shapes::ListShape.new(name: 'MongoDBTargetList')
|
869
994
|
MySQLCatalogSource = Shapes::StructureShape.new(name: 'MySQLCatalogSource')
|
@@ -871,6 +996,7 @@ module Aws::Glue
|
|
871
996
|
NameString = Shapes::StringShape.new(name: 'NameString')
|
872
997
|
NameStringList = Shapes::ListShape.new(name: 'NameStringList')
|
873
998
|
NewRules = Shapes::ListShape.new(name: 'NewRules')
|
999
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
874
1000
|
NoScheduleException = Shapes::StructureShape.new(name: 'NoScheduleException')
|
875
1001
|
Node = Shapes::StructureShape.new(name: 'Node')
|
876
1002
|
NodeId = Shapes::StringShape.new(name: 'NodeId')
|
@@ -892,6 +1018,7 @@ module Aws::Glue
|
|
892
1018
|
NullableInteger = Shapes::IntegerShape.new(name: 'NullableInteger')
|
893
1019
|
NullableString = Shapes::StringShape.new(name: 'NullableString')
|
894
1020
|
OAuth2ClientApplication = Shapes::StructureShape.new(name: 'OAuth2ClientApplication')
|
1021
|
+
OAuth2Credentials = Shapes::StructureShape.new(name: 'OAuth2Credentials')
|
895
1022
|
OAuth2GrantType = Shapes::StringShape.new(name: 'OAuth2GrantType')
|
896
1023
|
OAuth2Properties = Shapes::StructureShape.new(name: 'OAuth2Properties')
|
897
1024
|
OAuth2PropertiesInput = Shapes::StructureShape.new(name: 'OAuth2PropertiesInput')
|
@@ -901,7 +1028,9 @@ module Aws::Glue
|
|
901
1028
|
OperationNotSupportedException = Shapes::StructureShape.new(name: 'OperationNotSupportedException')
|
902
1029
|
OperationTimeoutException = Shapes::StructureShape.new(name: 'OperationTimeoutException')
|
903
1030
|
Option = Shapes::StructureShape.new(name: 'Option')
|
1031
|
+
OptionKey = Shapes::StringShape.new(name: 'OptionKey')
|
904
1032
|
OptionList = Shapes::ListShape.new(name: 'OptionList')
|
1033
|
+
OptionValue = Shapes::StringShape.new(name: 'OptionValue')
|
905
1034
|
OracleSQLCatalogSource = Shapes::StructureShape.new(name: 'OracleSQLCatalogSource')
|
906
1035
|
OracleSQLCatalogTarget = Shapes::StructureShape.new(name: 'OracleSQLCatalogTarget')
|
907
1036
|
OrchestrationArgumentsMap = Shapes::MapShape.new(name: 'OrchestrationArgumentsMap')
|
@@ -944,6 +1073,7 @@ module Aws::Glue
|
|
944
1073
|
PartitionInputList = Shapes::ListShape.new(name: 'PartitionInputList')
|
945
1074
|
PartitionList = Shapes::ListShape.new(name: 'PartitionList')
|
946
1075
|
PartitionValueList = Shapes::StructureShape.new(name: 'PartitionValueList')
|
1076
|
+
Password = Shapes::StringShape.new(name: 'Password')
|
947
1077
|
Path = Shapes::StringShape.new(name: 'Path')
|
948
1078
|
PathList = Shapes::ListShape.new(name: 'PathList')
|
949
1079
|
Permission = Shapes::StringShape.new(name: 'Permission')
|
@@ -963,14 +1093,22 @@ module Aws::Glue
|
|
963
1093
|
PredecessorList = Shapes::ListShape.new(name: 'PredecessorList')
|
964
1094
|
Predicate = Shapes::StructureShape.new(name: 'Predicate')
|
965
1095
|
PredicateString = Shapes::StringShape.new(name: 'PredicateString')
|
1096
|
+
PrimaryKeyList = Shapes::ListShape.new(name: 'PrimaryKeyList')
|
966
1097
|
PrincipalPermissions = Shapes::StructureShape.new(name: 'PrincipalPermissions')
|
967
1098
|
PrincipalPermissionsList = Shapes::ListShape.new(name: 'PrincipalPermissionsList')
|
968
1099
|
PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
|
969
1100
|
Prob = Shapes::FloatShape.new(name: 'Prob')
|
970
1101
|
ProfileConfiguration = Shapes::StructureShape.new(name: 'ProfileConfiguration')
|
1102
|
+
PropertiesMap = Shapes::MapShape.new(name: 'PropertiesMap')
|
1103
|
+
Property = Shapes::StructureShape.new(name: 'Property')
|
1104
|
+
PropertyDescriptionString = Shapes::StringShape.new(name: 'PropertyDescriptionString')
|
971
1105
|
PropertyKey = Shapes::StringShape.new(name: 'PropertyKey')
|
972
1106
|
PropertyMap = Shapes::MapShape.new(name: 'PropertyMap')
|
1107
|
+
PropertyName = Shapes::StringShape.new(name: 'PropertyName')
|
1108
|
+
PropertyNameOverrides = Shapes::MapShape.new(name: 'PropertyNameOverrides')
|
973
1109
|
PropertyPredicate = Shapes::StructureShape.new(name: 'PropertyPredicate')
|
1110
|
+
PropertyType = Shapes::StringShape.new(name: 'PropertyType')
|
1111
|
+
PropertyTypes = Shapes::ListShape.new(name: 'PropertyTypes')
|
974
1112
|
PropertyValue = Shapes::StringShape.new(name: 'PropertyValue')
|
975
1113
|
PublicKeysList = Shapes::ListShape.new(name: 'PublicKeysList')
|
976
1114
|
PutDataCatalogEncryptionSettingsRequest = Shapes::StructureShape.new(name: 'PutDataCatalogEncryptionSettingsRequest')
|
@@ -996,6 +1134,8 @@ module Aws::Glue
|
|
996
1134
|
RecipeStep = Shapes::StructureShape.new(name: 'RecipeStep')
|
997
1135
|
RecipeSteps = Shapes::ListShape.new(name: 'RecipeSteps')
|
998
1136
|
RecipeVersion = Shapes::StringShape.new(name: 'RecipeVersion')
|
1137
|
+
Record = Shapes::DocumentShape.new(name: 'Record', document: true)
|
1138
|
+
Records = Shapes::ListShape.new(name: 'Records')
|
999
1139
|
RecordsCount = Shapes::IntegerShape.new(name: 'RecordsCount')
|
1000
1140
|
RecrawlBehavior = Shapes::StringShape.new(name: 'RecrawlBehavior')
|
1001
1141
|
RecrawlPolicy = Shapes::StructureShape.new(name: 'RecrawlPolicy')
|
@@ -1003,6 +1143,7 @@ module Aws::Glue
|
|
1003
1143
|
RedshiftSource = Shapes::StructureShape.new(name: 'RedshiftSource')
|
1004
1144
|
RedshiftTarget = Shapes::StructureShape.new(name: 'RedshiftTarget')
|
1005
1145
|
ReferenceDatasetsList = Shapes::ListShape.new(name: 'ReferenceDatasetsList')
|
1146
|
+
RefreshToken = Shapes::StringShape.new(name: 'RefreshToken')
|
1006
1147
|
RegisterSchemaVersionInput = Shapes::StructureShape.new(name: 'RegisterSchemaVersionInput')
|
1007
1148
|
RegisterSchemaVersionResponse = Shapes::StructureShape.new(name: 'RegisterSchemaVersionResponse')
|
1008
1149
|
RegistryId = Shapes::StructureShape.new(name: 'RegistryId')
|
@@ -1017,6 +1158,8 @@ module Aws::Glue
|
|
1017
1158
|
ResetJobBookmarkRequest = Shapes::StructureShape.new(name: 'ResetJobBookmarkRequest')
|
1018
1159
|
ResetJobBookmarkResponse = Shapes::StructureShape.new(name: 'ResetJobBookmarkResponse')
|
1019
1160
|
ResourceAction = Shapes::StringShape.new(name: 'ResourceAction')
|
1161
|
+
ResourceArnString = Shapes::StringShape.new(name: 'ResourceArnString')
|
1162
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
1020
1163
|
ResourceNotReadyException = Shapes::StructureShape.new(name: 'ResourceNotReadyException')
|
1021
1164
|
ResourceNumberLimitExceededException = Shapes::StructureShape.new(name: 'ResourceNumberLimitExceededException')
|
1022
1165
|
ResourceShareType = Shapes::StringShape.new(name: 'ResourceShareType')
|
@@ -1065,6 +1208,7 @@ module Aws::Glue
|
|
1065
1208
|
ScalaCode = Shapes::StringShape.new(name: 'ScalaCode')
|
1066
1209
|
Schedule = Shapes::StructureShape.new(name: 'Schedule')
|
1067
1210
|
ScheduleState = Shapes::StringShape.new(name: 'ScheduleState')
|
1211
|
+
ScheduleType = Shapes::StringShape.new(name: 'ScheduleType')
|
1068
1212
|
SchedulerNotRunningException = Shapes::StructureShape.new(name: 'SchedulerNotRunningException')
|
1069
1213
|
SchedulerRunningException = Shapes::StructureShape.new(name: 'SchedulerRunningException')
|
1070
1214
|
SchedulerTransitioningException = Shapes::StructureShape.new(name: 'SchedulerTransitioningException')
|
@@ -1101,6 +1245,7 @@ module Aws::Glue
|
|
1101
1245
|
Segment = Shapes::StructureShape.new(name: 'Segment')
|
1102
1246
|
SelectFields = Shapes::StructureShape.new(name: 'SelectFields')
|
1103
1247
|
SelectFromCollection = Shapes::StructureShape.new(name: 'SelectFromCollection')
|
1248
|
+
SelectedFields = Shapes::ListShape.new(name: 'SelectedFields')
|
1104
1249
|
Separator = Shapes::StringShape.new(name: 'Separator')
|
1105
1250
|
SerDeInfo = Shapes::StructureShape.new(name: 'SerDeInfo')
|
1106
1251
|
Session = Shapes::StructureShape.new(name: 'Session')
|
@@ -1108,6 +1253,7 @@ module Aws::Glue
|
|
1108
1253
|
SessionIdList = Shapes::ListShape.new(name: 'SessionIdList')
|
1109
1254
|
SessionList = Shapes::ListShape.new(name: 'SessionList')
|
1110
1255
|
SessionStatus = Shapes::StringShape.new(name: 'SessionStatus')
|
1256
|
+
SettingSource = Shapes::StringShape.new(name: 'SettingSource')
|
1111
1257
|
SkewedInfo = Shapes::StructureShape.new(name: 'SkewedInfo')
|
1112
1258
|
SnowflakeNodeData = Shapes::StructureShape.new(name: 'SnowflakeNodeData')
|
1113
1259
|
SnowflakeSource = Shapes::StructureShape.new(name: 'SnowflakeSource')
|
@@ -1119,6 +1265,9 @@ module Aws::Glue
|
|
1119
1265
|
SourceControlAuthStrategy = Shapes::StringShape.new(name: 'SourceControlAuthStrategy')
|
1120
1266
|
SourceControlDetails = Shapes::StructureShape.new(name: 'SourceControlDetails')
|
1121
1267
|
SourceControlProvider = Shapes::StringShape.new(name: 'SourceControlProvider')
|
1268
|
+
SourceProcessingProperties = Shapes::StructureShape.new(name: 'SourceProcessingProperties')
|
1269
|
+
SourceTableConfig = Shapes::StructureShape.new(name: 'SourceTableConfig')
|
1270
|
+
SourceTableFieldsList = Shapes::ListShape.new(name: 'SourceTableFieldsList')
|
1122
1271
|
SparkConnectorSource = Shapes::StructureShape.new(name: 'SparkConnectorSource')
|
1123
1272
|
SparkConnectorTarget = Shapes::StructureShape.new(name: 'SparkConnectorTarget')
|
1124
1273
|
SparkSQL = Shapes::StructureShape.new(name: 'SparkSQL')
|
@@ -1187,6 +1336,9 @@ module Aws::Glue
|
|
1187
1336
|
StopWorkflowRunResponse = Shapes::StructureShape.new(name: 'StopWorkflowRunResponse')
|
1188
1337
|
StorageDescriptor = Shapes::StructureShape.new(name: 'StorageDescriptor')
|
1189
1338
|
StreamingDataPreviewOptions = Shapes::StructureShape.new(name: 'StreamingDataPreviewOptions')
|
1339
|
+
String = Shapes::StringShape.new(name: 'String')
|
1340
|
+
String128 = Shapes::StringShape.new(name: 'String128')
|
1341
|
+
String2048 = Shapes::StringShape.new(name: 'String2048')
|
1190
1342
|
StringColumnStatisticsData = Shapes::StructureShape.new(name: 'StringColumnStatisticsData')
|
1191
1343
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
1192
1344
|
SupportedDialect = Shapes::StructureShape.new(name: 'SupportedDialect')
|
@@ -1213,6 +1365,7 @@ module Aws::Glue
|
|
1213
1365
|
TableVersion = Shapes::StructureShape.new(name: 'TableVersion')
|
1214
1366
|
TableVersionError = Shapes::StructureShape.new(name: 'TableVersionError')
|
1215
1367
|
TableVersionErrors = Shapes::ListShape.new(name: 'TableVersionErrors')
|
1368
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
1216
1369
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
1217
1370
|
TagKeysList = Shapes::ListShape.new(name: 'TagKeysList')
|
1218
1371
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
@@ -1221,6 +1374,10 @@ module Aws::Glue
|
|
1221
1374
|
TagsMap = Shapes::MapShape.new(name: 'TagsMap')
|
1222
1375
|
TargetColumn = Shapes::StringShape.new(name: 'TargetColumn')
|
1223
1376
|
TargetFormat = Shapes::StringShape.new(name: 'TargetFormat')
|
1377
|
+
TargetProcessingProperties = Shapes::StructureShape.new(name: 'TargetProcessingProperties')
|
1378
|
+
TargetRedshiftCatalog = Shapes::StructureShape.new(name: 'TargetRedshiftCatalog')
|
1379
|
+
TargetResourceNotFound = Shapes::StructureShape.new(name: 'TargetResourceNotFound')
|
1380
|
+
TargetTableConfig = Shapes::StructureShape.new(name: 'TargetTableConfig')
|
1224
1381
|
TaskRun = Shapes::StructureShape.new(name: 'TaskRun')
|
1225
1382
|
TaskRunFilterCriteria = Shapes::StructureShape.new(name: 'TaskRunFilterCriteria')
|
1226
1383
|
TaskRunList = Shapes::ListShape.new(name: 'TaskRunList')
|
@@ -1272,12 +1429,15 @@ module Aws::Glue
|
|
1272
1429
|
UnfilteredPartitionList = Shapes::ListShape.new(name: 'UnfilteredPartitionList')
|
1273
1430
|
Union = Shapes::StructureShape.new(name: 'Union')
|
1274
1431
|
UnionType = Shapes::StringShape.new(name: 'UnionType')
|
1432
|
+
UnnestSpec = Shapes::StringShape.new(name: 'UnnestSpec')
|
1275
1433
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
1276
1434
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
1277
1435
|
UpdateBehavior = Shapes::StringShape.new(name: 'UpdateBehavior')
|
1278
1436
|
UpdateBlueprintRequest = Shapes::StructureShape.new(name: 'UpdateBlueprintRequest')
|
1279
1437
|
UpdateBlueprintResponse = Shapes::StructureShape.new(name: 'UpdateBlueprintResponse')
|
1280
1438
|
UpdateCatalogBehavior = Shapes::StringShape.new(name: 'UpdateCatalogBehavior')
|
1439
|
+
UpdateCatalogRequest = Shapes::StructureShape.new(name: 'UpdateCatalogRequest')
|
1440
|
+
UpdateCatalogResponse = Shapes::StructureShape.new(name: 'UpdateCatalogResponse')
|
1281
1441
|
UpdateClassifierRequest = Shapes::StructureShape.new(name: 'UpdateClassifierRequest')
|
1282
1442
|
UpdateClassifierResponse = Shapes::StructureShape.new(name: 'UpdateClassifierResponse')
|
1283
1443
|
UpdateColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForPartitionRequest')
|
@@ -1301,6 +1461,10 @@ module Aws::Glue
|
|
1301
1461
|
UpdateDevEndpointRequest = Shapes::StructureShape.new(name: 'UpdateDevEndpointRequest')
|
1302
1462
|
UpdateDevEndpointResponse = Shapes::StructureShape.new(name: 'UpdateDevEndpointResponse')
|
1303
1463
|
UpdateGrokClassifierRequest = Shapes::StructureShape.new(name: 'UpdateGrokClassifierRequest')
|
1464
|
+
UpdateIntegrationResourcePropertyRequest = Shapes::StructureShape.new(name: 'UpdateIntegrationResourcePropertyRequest')
|
1465
|
+
UpdateIntegrationResourcePropertyResponse = Shapes::StructureShape.new(name: 'UpdateIntegrationResourcePropertyResponse')
|
1466
|
+
UpdateIntegrationTablePropertiesRequest = Shapes::StructureShape.new(name: 'UpdateIntegrationTablePropertiesRequest')
|
1467
|
+
UpdateIntegrationTablePropertiesResponse = Shapes::StructureShape.new(name: 'UpdateIntegrationTablePropertiesResponse')
|
1304
1468
|
UpdateJobFromSourceControlRequest = Shapes::StructureShape.new(name: 'UpdateJobFromSourceControlRequest')
|
1305
1469
|
UpdateJobFromSourceControlResponse = Shapes::StructureShape.new(name: 'UpdateJobFromSourceControlResponse')
|
1306
1470
|
UpdateJobRequest = Shapes::StructureShape.new(name: 'UpdateJobRequest')
|
@@ -1338,6 +1502,8 @@ module Aws::Glue
|
|
1338
1502
|
UserDefinedFunctionInput = Shapes::StructureShape.new(name: 'UserDefinedFunctionInput')
|
1339
1503
|
UserDefinedFunctionList = Shapes::ListShape.new(name: 'UserDefinedFunctionList')
|
1340
1504
|
UserManagedClientApplicationClientId = Shapes::StringShape.new(name: 'UserManagedClientApplicationClientId')
|
1505
|
+
UserManagedClientApplicationClientSecret = Shapes::StringShape.new(name: 'UserManagedClientApplicationClientSecret')
|
1506
|
+
Username = Shapes::StringShape.new(name: 'Username')
|
1341
1507
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
1342
1508
|
ValueString = Shapes::StringShape.new(name: 'ValueString')
|
1343
1509
|
ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
|
@@ -1412,6 +1578,12 @@ module Aws::Glue
|
|
1412
1578
|
|
1413
1579
|
AggregateOperations.member = Shapes::ShapeRef.new(shape: AggregateOperation)
|
1414
1580
|
|
1581
|
+
AllowedValue.add_member(:description, Shapes::ShapeRef.new(shape: AllowedValueDescriptionString, location_name: "Description"))
|
1582
|
+
AllowedValue.add_member(:value, Shapes::ShapeRef.new(shape: AllowedValueValueString, required: true, location_name: "Value"))
|
1583
|
+
AllowedValue.struct_class = Types::AllowedValue
|
1584
|
+
|
1585
|
+
AllowedValues.member = Shapes::ShapeRef.new(shape: AllowedValue)
|
1586
|
+
|
1415
1587
|
AllowedValuesStringList.member = Shapes::ShapeRef.new(shape: ConfigValueString)
|
1416
1588
|
|
1417
1589
|
AlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
@@ -1490,6 +1662,13 @@ module Aws::Glue
|
|
1490
1662
|
AuditContext.add_member(:all_columns_requested, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "AllColumnsRequested"))
|
1491
1663
|
AuditContext.struct_class = Types::AuditContext
|
1492
1664
|
|
1665
|
+
AuthConfiguration.add_member(:authentication_type, Shapes::ShapeRef.new(shape: Property, required: true, location_name: "AuthenticationType"))
|
1666
|
+
AuthConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: Property, location_name: "SecretArn"))
|
1667
|
+
AuthConfiguration.add_member(:o_auth_2_properties, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "OAuth2Properties"))
|
1668
|
+
AuthConfiguration.add_member(:basic_authentication_properties, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "BasicAuthenticationProperties"))
|
1669
|
+
AuthConfiguration.add_member(:custom_authentication_properties, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "CustomAuthenticationProperties"))
|
1670
|
+
AuthConfiguration.struct_class = Types::AuthConfiguration
|
1671
|
+
|
1493
1672
|
AuthenticationConfiguration.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "AuthenticationType"))
|
1494
1673
|
AuthenticationConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
1495
1674
|
AuthenticationConfiguration.add_member(:o_auth_2_properties, Shapes::ShapeRef.new(shape: OAuth2Properties, location_name: "OAuth2Properties"))
|
@@ -1498,8 +1677,13 @@ module Aws::Glue
|
|
1498
1677
|
AuthenticationConfigurationInput.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "AuthenticationType"))
|
1499
1678
|
AuthenticationConfigurationInput.add_member(:o_auth_2_properties, Shapes::ShapeRef.new(shape: OAuth2PropertiesInput, location_name: "OAuth2Properties"))
|
1500
1679
|
AuthenticationConfigurationInput.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
1680
|
+
AuthenticationConfigurationInput.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
1681
|
+
AuthenticationConfigurationInput.add_member(:basic_authentication_credentials, Shapes::ShapeRef.new(shape: BasicAuthenticationCredentials, location_name: "BasicAuthenticationCredentials"))
|
1682
|
+
AuthenticationConfigurationInput.add_member(:custom_authentication_credentials, Shapes::ShapeRef.new(shape: CredentialMap, location_name: "CustomAuthenticationCredentials"))
|
1501
1683
|
AuthenticationConfigurationInput.struct_class = Types::AuthenticationConfigurationInput
|
1502
1684
|
|
1685
|
+
AuthenticationTypes.member = Shapes::ShapeRef.new(shape: AuthenticationType)
|
1686
|
+
|
1503
1687
|
AuthorizationCodeProperties.add_member(:authorization_code, Shapes::ShapeRef.new(shape: AuthorizationCode, location_name: "AuthorizationCode"))
|
1504
1688
|
AuthorizationCodeProperties.add_member(:redirect_uri, Shapes::ShapeRef.new(shape: RedirectUri, location_name: "RedirectUri"))
|
1505
1689
|
AuthorizationCodeProperties.struct_class = Types::AuthorizationCodeProperties
|
@@ -1512,6 +1696,10 @@ module Aws::Glue
|
|
1512
1696
|
|
1513
1697
|
BackfillErrors.member = Shapes::ShapeRef.new(shape: BackfillError)
|
1514
1698
|
|
1699
|
+
BasicAuthenticationCredentials.add_member(:username, Shapes::ShapeRef.new(shape: Username, location_name: "Username"))
|
1700
|
+
BasicAuthenticationCredentials.add_member(:password, Shapes::ShapeRef.new(shape: Password, location_name: "Password"))
|
1701
|
+
BasicAuthenticationCredentials.struct_class = Types::BasicAuthenticationCredentials
|
1702
|
+
|
1515
1703
|
BasicCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
1516
1704
|
BasicCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
1517
1705
|
BasicCatalogTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
|
@@ -1797,6 +1985,25 @@ module Aws::Glue
|
|
1797
1985
|
|
1798
1986
|
CancelStatementResponse.struct_class = Types::CancelStatementResponse
|
1799
1987
|
|
1988
|
+
Capabilities.add_member(:supported_authentication_types, Shapes::ShapeRef.new(shape: AuthenticationTypes, required: true, location_name: "SupportedAuthenticationTypes"))
|
1989
|
+
Capabilities.add_member(:supported_data_operations, Shapes::ShapeRef.new(shape: DataOperations, required: true, location_name: "SupportedDataOperations"))
|
1990
|
+
Capabilities.add_member(:supported_compute_environments, Shapes::ShapeRef.new(shape: ComputeEnvironments, required: true, location_name: "SupportedComputeEnvironments"))
|
1991
|
+
Capabilities.struct_class = Types::Capabilities
|
1992
|
+
|
1993
|
+
Catalog.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
1994
|
+
Catalog.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
|
1995
|
+
Catalog.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArnString, location_name: "ResourceArn"))
|
1996
|
+
Catalog.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1997
|
+
Catalog.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
1998
|
+
Catalog.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
|
1999
|
+
Catalog.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdateTime"))
|
2000
|
+
Catalog.add_member(:target_redshift_catalog, Shapes::ShapeRef.new(shape: TargetRedshiftCatalog, location_name: "TargetRedshiftCatalog"))
|
2001
|
+
Catalog.add_member(:federated_catalog, Shapes::ShapeRef.new(shape: FederatedCatalog, location_name: "FederatedCatalog"))
|
2002
|
+
Catalog.add_member(:catalog_properties, Shapes::ShapeRef.new(shape: CatalogPropertiesOutput, location_name: "CatalogProperties"))
|
2003
|
+
Catalog.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
|
2004
|
+
Catalog.add_member(:create_database_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateDatabaseDefaultPermissions"))
|
2005
|
+
Catalog.struct_class = Types::Catalog
|
2006
|
+
|
1800
2007
|
CatalogDeltaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
1801
2008
|
CatalogDeltaSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
1802
2009
|
CatalogDeltaSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
@@ -1822,6 +2029,15 @@ module Aws::Glue
|
|
1822
2029
|
CatalogImportStatus.add_member(:imported_by, Shapes::ShapeRef.new(shape: NameString, location_name: "ImportedBy"))
|
1823
2030
|
CatalogImportStatus.struct_class = Types::CatalogImportStatus
|
1824
2031
|
|
2032
|
+
CatalogInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
2033
|
+
CatalogInput.add_member(:federated_catalog, Shapes::ShapeRef.new(shape: FederatedCatalog, location_name: "FederatedCatalog"))
|
2034
|
+
CatalogInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
2035
|
+
CatalogInput.add_member(:target_redshift_catalog, Shapes::ShapeRef.new(shape: TargetRedshiftCatalog, location_name: "TargetRedshiftCatalog"))
|
2036
|
+
CatalogInput.add_member(:catalog_properties, Shapes::ShapeRef.new(shape: CatalogProperties, location_name: "CatalogProperties"))
|
2037
|
+
CatalogInput.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
|
2038
|
+
CatalogInput.add_member(:create_database_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateDatabaseDefaultPermissions"))
|
2039
|
+
CatalogInput.struct_class = Types::CatalogInput
|
2040
|
+
|
1825
2041
|
CatalogKafkaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
1826
2042
|
CatalogKafkaSource.add_member(:window_size, Shapes::ShapeRef.new(shape: BoxedPositiveInt, location_name: "WindowSize", metadata: {"box"=>true}))
|
1827
2043
|
CatalogKafkaSource.add_member(:detect_schema, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "DetectSchema", metadata: {"box"=>true}))
|
@@ -1840,6 +2056,16 @@ module Aws::Glue
|
|
1840
2056
|
CatalogKinesisSource.add_member(:data_preview_options, Shapes::ShapeRef.new(shape: StreamingDataPreviewOptions, location_name: "DataPreviewOptions"))
|
1841
2057
|
CatalogKinesisSource.struct_class = Types::CatalogKinesisSource
|
1842
2058
|
|
2059
|
+
CatalogList.member = Shapes::ShapeRef.new(shape: Catalog)
|
2060
|
+
|
2061
|
+
CatalogProperties.add_member(:data_lake_access_properties, Shapes::ShapeRef.new(shape: DataLakeAccessProperties, location_name: "DataLakeAccessProperties"))
|
2062
|
+
CatalogProperties.add_member(:custom_properties, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "CustomProperties"))
|
2063
|
+
CatalogProperties.struct_class = Types::CatalogProperties
|
2064
|
+
|
2065
|
+
CatalogPropertiesOutput.add_member(:data_lake_access_properties, Shapes::ShapeRef.new(shape: DataLakeAccessPropertiesOutput, location_name: "DataLakeAccessProperties"))
|
2066
|
+
CatalogPropertiesOutput.add_member(:custom_properties, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "CustomProperties"))
|
2067
|
+
CatalogPropertiesOutput.struct_class = Types::CatalogPropertiesOutput
|
2068
|
+
|
1843
2069
|
CatalogSchemaChangePolicy.add_member(:enable_update_catalog, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableUpdateCatalog"))
|
1844
2070
|
CatalogSchemaChangePolicy.add_member(:update_behavior, Shapes::ShapeRef.new(shape: UpdateCatalogBehavior, location_name: "UpdateBehavior"))
|
1845
2071
|
CatalogSchemaChangePolicy.struct_class = Types::CatalogSchemaChangePolicy
|
@@ -2067,6 +2293,9 @@ module Aws::Glue
|
|
2067
2293
|
ColumnStatisticsTaskSettings.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
|
2068
2294
|
ColumnStatisticsTaskSettings.add_member(:sample_size, Shapes::ShapeRef.new(shape: SampleSizePercentage, location_name: "SampleSize"))
|
2069
2295
|
ColumnStatisticsTaskSettings.add_member(:security_configuration, Shapes::ShapeRef.new(shape: CrawlerSecurityConfiguration, location_name: "SecurityConfiguration"))
|
2296
|
+
ColumnStatisticsTaskSettings.add_member(:schedule_type, Shapes::ShapeRef.new(shape: ScheduleType, location_name: "ScheduleType"))
|
2297
|
+
ColumnStatisticsTaskSettings.add_member(:setting_source, Shapes::ShapeRef.new(shape: SettingSource, location_name: "SettingSource"))
|
2298
|
+
ColumnStatisticsTaskSettings.add_member(:last_execution_attempt, Shapes::ShapeRef.new(shape: ExecutionAttempt, location_name: "LastExecutionAttempt"))
|
2070
2299
|
ColumnStatisticsTaskSettings.struct_class = Types::ColumnStatisticsTaskSettings
|
2071
2300
|
|
2072
2301
|
ColumnStatisticsTaskStoppingException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
@@ -2077,6 +2306,24 @@ module Aws::Glue
|
|
2077
2306
|
CompactionMetrics.add_member(:iceberg_metrics, Shapes::ShapeRef.new(shape: IcebergCompactionMetrics, location_name: "IcebergMetrics"))
|
2078
2307
|
CompactionMetrics.struct_class = Types::CompactionMetrics
|
2079
2308
|
|
2309
|
+
ComputeEnvironmentConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: ComputeEnvironmentName, required: true, location_name: "Name"))
|
2310
|
+
ComputeEnvironmentConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: ComputeEnvironmentConfigurationDescriptionString, required: true, location_name: "Description"))
|
2311
|
+
ComputeEnvironmentConfiguration.add_member(:compute_environment, Shapes::ShapeRef.new(shape: ComputeEnvironment, required: true, location_name: "ComputeEnvironment"))
|
2312
|
+
ComputeEnvironmentConfiguration.add_member(:supported_authentication_types, Shapes::ShapeRef.new(shape: AuthenticationTypes, required: true, location_name: "SupportedAuthenticationTypes"))
|
2313
|
+
ComputeEnvironmentConfiguration.add_member(:connection_options, Shapes::ShapeRef.new(shape: PropertiesMap, required: true, location_name: "ConnectionOptions"))
|
2314
|
+
ComputeEnvironmentConfiguration.add_member(:connection_property_name_overrides, Shapes::ShapeRef.new(shape: PropertyNameOverrides, required: true, location_name: "ConnectionPropertyNameOverrides"))
|
2315
|
+
ComputeEnvironmentConfiguration.add_member(:connection_option_name_overrides, Shapes::ShapeRef.new(shape: PropertyNameOverrides, required: true, location_name: "ConnectionOptionNameOverrides"))
|
2316
|
+
ComputeEnvironmentConfiguration.add_member(:connection_properties_required_overrides, Shapes::ShapeRef.new(shape: ListOfString, required: true, location_name: "ConnectionPropertiesRequiredOverrides"))
|
2317
|
+
ComputeEnvironmentConfiguration.add_member(:physical_connection_properties_required, Shapes::ShapeRef.new(shape: Bool, location_name: "PhysicalConnectionPropertiesRequired"))
|
2318
|
+
ComputeEnvironmentConfiguration.struct_class = Types::ComputeEnvironmentConfiguration
|
2319
|
+
|
2320
|
+
ComputeEnvironmentConfigurationMap.key = Shapes::ShapeRef.new(shape: ComputeEnvironmentName)
|
2321
|
+
ComputeEnvironmentConfigurationMap.value = Shapes::ShapeRef.new(shape: ComputeEnvironmentConfiguration)
|
2322
|
+
|
2323
|
+
ComputeEnvironmentList.member = Shapes::ShapeRef.new(shape: ComputeEnvironment)
|
2324
|
+
|
2325
|
+
ComputeEnvironments.member = Shapes::ShapeRef.new(shape: ComputeEnvironment)
|
2326
|
+
|
2080
2327
|
ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
2081
2328
|
ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
|
2082
2329
|
|
@@ -2125,7 +2372,9 @@ module Aws::Glue
|
|
2125
2372
|
Connection.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "ConnectionType"))
|
2126
2373
|
Connection.add_member(:match_criteria, Shapes::ShapeRef.new(shape: MatchCriteria, location_name: "MatchCriteria"))
|
2127
2374
|
Connection.add_member(:connection_properties, Shapes::ShapeRef.new(shape: ConnectionProperties, location_name: "ConnectionProperties"))
|
2375
|
+
Connection.add_member(:spark_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "SparkProperties"))
|
2128
2376
|
Connection.add_member(:athena_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "AthenaProperties"))
|
2377
|
+
Connection.add_member(:python_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "PythonProperties"))
|
2129
2378
|
Connection.add_member(:physical_connection_requirements, Shapes::ShapeRef.new(shape: PhysicalConnectionRequirements, location_name: "PhysicalConnectionRequirements"))
|
2130
2379
|
Connection.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2131
2380
|
Connection.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
@@ -2134,6 +2383,8 @@ module Aws::Glue
|
|
2134
2383
|
Connection.add_member(:status_reason, Shapes::ShapeRef.new(shape: LongValueString, location_name: "StatusReason"))
|
2135
2384
|
Connection.add_member(:last_connection_validation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastConnectionValidationTime"))
|
2136
2385
|
Connection.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthenticationConfiguration, location_name: "AuthenticationConfiguration"))
|
2386
|
+
Connection.add_member(:connection_schema_version, Shapes::ShapeRef.new(shape: ConnectionSchemaVersion, location_name: "ConnectionSchemaVersion"))
|
2387
|
+
Connection.add_member(:compatible_compute_environments, Shapes::ShapeRef.new(shape: ComputeEnvironmentList, location_name: "CompatibleComputeEnvironments"))
|
2137
2388
|
Connection.struct_class = Types::Connection
|
2138
2389
|
|
2139
2390
|
ConnectionInput.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
@@ -2141,14 +2392,20 @@ module Aws::Glue
|
|
2141
2392
|
ConnectionInput.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, required: true, location_name: "ConnectionType"))
|
2142
2393
|
ConnectionInput.add_member(:match_criteria, Shapes::ShapeRef.new(shape: MatchCriteria, location_name: "MatchCriteria"))
|
2143
2394
|
ConnectionInput.add_member(:connection_properties, Shapes::ShapeRef.new(shape: ConnectionProperties, required: true, location_name: "ConnectionProperties"))
|
2395
|
+
ConnectionInput.add_member(:spark_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "SparkProperties"))
|
2144
2396
|
ConnectionInput.add_member(:athena_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "AthenaProperties"))
|
2397
|
+
ConnectionInput.add_member(:python_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "PythonProperties"))
|
2145
2398
|
ConnectionInput.add_member(:physical_connection_requirements, Shapes::ShapeRef.new(shape: PhysicalConnectionRequirements, location_name: "PhysicalConnectionRequirements"))
|
2146
2399
|
ConnectionInput.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthenticationConfigurationInput, location_name: "AuthenticationConfiguration"))
|
2147
2400
|
ConnectionInput.add_member(:validate_credentials, Shapes::ShapeRef.new(shape: Boolean, location_name: "ValidateCredentials"))
|
2401
|
+
ConnectionInput.add_member(:validate_for_compute_environments, Shapes::ShapeRef.new(shape: ComputeEnvironmentList, location_name: "ValidateForComputeEnvironments"))
|
2148
2402
|
ConnectionInput.struct_class = Types::ConnectionInput
|
2149
2403
|
|
2150
2404
|
ConnectionList.member = Shapes::ShapeRef.new(shape: Connection)
|
2151
2405
|
|
2406
|
+
ConnectionOptions.key = Shapes::ShapeRef.new(shape: OptionKey)
|
2407
|
+
ConnectionOptions.value = Shapes::ShapeRef.new(shape: OptionValue)
|
2408
|
+
|
2152
2409
|
ConnectionPasswordEncryption.add_member(:return_connection_password_encrypted, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ReturnConnectionPasswordEncrypted"))
|
2153
2410
|
ConnectionPasswordEncryption.add_member(:aws_kms_key_id, Shapes::ShapeRef.new(shape: NameString, location_name: "AwsKmsKeyId"))
|
2154
2411
|
ConnectionPasswordEncryption.struct_class = Types::ConnectionPasswordEncryption
|
@@ -2156,6 +2413,13 @@ module Aws::Glue
|
|
2156
2413
|
ConnectionProperties.key = Shapes::ShapeRef.new(shape: ConnectionPropertyKey)
|
2157
2414
|
ConnectionProperties.value = Shapes::ShapeRef.new(shape: ValueString)
|
2158
2415
|
|
2416
|
+
ConnectionTypeBrief.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "ConnectionType"))
|
2417
|
+
ConnectionTypeBrief.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
2418
|
+
ConnectionTypeBrief.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
2419
|
+
ConnectionTypeBrief.struct_class = Types::ConnectionTypeBrief
|
2420
|
+
|
2421
|
+
ConnectionTypeList.member = Shapes::ShapeRef.new(shape: ConnectionTypeBrief)
|
2422
|
+
|
2159
2423
|
ConnectionsList.add_member(:connections, Shapes::ShapeRef.new(shape: OrchestrationStringList, location_name: "Connections"))
|
2160
2424
|
ConnectionsList.struct_class = Types::ConnectionsList
|
2161
2425
|
|
@@ -2276,6 +2540,13 @@ module Aws::Glue
|
|
2276
2540
|
CreateBlueprintResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
2277
2541
|
CreateBlueprintResponse.struct_class = Types::CreateBlueprintResponse
|
2278
2542
|
|
2543
|
+
CreateCatalogRequest.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
|
2544
|
+
CreateCatalogRequest.add_member(:catalog_input, Shapes::ShapeRef.new(shape: CatalogInput, required: true, location_name: "CatalogInput"))
|
2545
|
+
CreateCatalogRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
2546
|
+
CreateCatalogRequest.struct_class = Types::CreateCatalogRequest
|
2547
|
+
|
2548
|
+
CreateCatalogResponse.struct_class = Types::CreateCatalogResponse
|
2549
|
+
|
2279
2550
|
CreateClassifierRequest.add_member(:grok_classifier, Shapes::ShapeRef.new(shape: CreateGrokClassifierRequest, location_name: "GrokClassifier"))
|
2280
2551
|
CreateClassifierRequest.add_member(:xml_classifier, Shapes::ShapeRef.new(shape: CreateXMLClassifierRequest, location_name: "XMLClassifier"))
|
2281
2552
|
CreateClassifierRequest.add_member(:json_classifier, Shapes::ShapeRef.new(shape: CreateJsonClassifierRequest, location_name: "JsonClassifier"))
|
@@ -2408,6 +2679,48 @@ module Aws::Glue
|
|
2408
2679
|
CreateGrokClassifierRequest.add_member(:custom_patterns, Shapes::ShapeRef.new(shape: CustomPatterns, location_name: "CustomPatterns"))
|
2409
2680
|
CreateGrokClassifierRequest.struct_class = Types::CreateGrokClassifierRequest
|
2410
2681
|
|
2682
|
+
CreateIntegrationRequest.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
|
2683
|
+
CreateIntegrationRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
|
2684
|
+
CreateIntegrationRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
|
2685
|
+
CreateIntegrationRequest.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
2686
|
+
CreateIntegrationRequest.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
2687
|
+
CreateIntegrationRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String2048, location_name: "KmsKeyId"))
|
2688
|
+
CreateIntegrationRequest.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: IntegrationAdditionalEncryptionContextMap, location_name: "AdditionalEncryptionContext"))
|
2689
|
+
CreateIntegrationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: IntegrationTagsList, location_name: "Tags"))
|
2690
|
+
CreateIntegrationRequest.struct_class = Types::CreateIntegrationRequest
|
2691
|
+
|
2692
|
+
CreateIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
2693
|
+
CreateIntegrationResourcePropertyRequest.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
2694
|
+
CreateIntegrationResourcePropertyRequest.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
2695
|
+
CreateIntegrationResourcePropertyRequest.struct_class = Types::CreateIntegrationResourcePropertyRequest
|
2696
|
+
|
2697
|
+
CreateIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
2698
|
+
CreateIntegrationResourcePropertyResponse.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
2699
|
+
CreateIntegrationResourcePropertyResponse.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
2700
|
+
CreateIntegrationResourcePropertyResponse.struct_class = Types::CreateIntegrationResourcePropertyResponse
|
2701
|
+
|
2702
|
+
CreateIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
|
2703
|
+
CreateIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
|
2704
|
+
CreateIntegrationResponse.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
|
2705
|
+
CreateIntegrationResponse.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
2706
|
+
CreateIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
2707
|
+
CreateIntegrationResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String2048, location_name: "KmsKeyId"))
|
2708
|
+
CreateIntegrationResponse.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: IntegrationAdditionalEncryptionContextMap, location_name: "AdditionalEncryptionContext"))
|
2709
|
+
CreateIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: IntegrationTagsList, location_name: "Tags"))
|
2710
|
+
CreateIntegrationResponse.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "Status"))
|
2711
|
+
CreateIntegrationResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: IntegrationTimestamp, required: true, location_name: "CreateTime"))
|
2712
|
+
CreateIntegrationResponse.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
|
2713
|
+
CreateIntegrationResponse.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
2714
|
+
CreateIntegrationResponse.struct_class = Types::CreateIntegrationResponse
|
2715
|
+
|
2716
|
+
CreateIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
2717
|
+
CreateIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
|
2718
|
+
CreateIntegrationTablePropertiesRequest.add_member(:source_table_config, Shapes::ShapeRef.new(shape: SourceTableConfig, location_name: "SourceTableConfig"))
|
2719
|
+
CreateIntegrationTablePropertiesRequest.add_member(:target_table_config, Shapes::ShapeRef.new(shape: TargetTableConfig, location_name: "TargetTableConfig"))
|
2720
|
+
CreateIntegrationTablePropertiesRequest.struct_class = Types::CreateIntegrationTablePropertiesRequest
|
2721
|
+
|
2722
|
+
CreateIntegrationTablePropertiesResponse.struct_class = Types::CreateIntegrationTablePropertiesResponse
|
2723
|
+
|
2411
2724
|
CreateJobRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
2412
2725
|
CreateJobRequest.add_member(:job_mode, Shapes::ShapeRef.new(shape: JobMode, location_name: "JobMode"))
|
2413
2726
|
CreateJobRequest.add_member(:job_run_queuing_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "JobRunQueuingEnabled"))
|
@@ -2614,6 +2927,9 @@ module Aws::Glue
|
|
2614
2927
|
CreateXMLClassifierRequest.add_member(:row_tag, Shapes::ShapeRef.new(shape: RowTag, location_name: "RowTag"))
|
2615
2928
|
CreateXMLClassifierRequest.struct_class = Types::CreateXMLClassifierRequest
|
2616
2929
|
|
2930
|
+
CredentialMap.key = Shapes::ShapeRef.new(shape: CredentialKey)
|
2931
|
+
CredentialMap.value = Shapes::ShapeRef.new(shape: CredentialValue)
|
2932
|
+
|
2617
2933
|
CsvClassifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
2618
2934
|
CsvClassifier.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2619
2935
|
CsvClassifier.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
|
@@ -2649,6 +2965,9 @@ module Aws::Glue
|
|
2649
2965
|
|
2650
2966
|
CustomEntityTypes.member = Shapes::ShapeRef.new(shape: CustomEntityType)
|
2651
2967
|
|
2968
|
+
CustomProperties.key = Shapes::ShapeRef.new(shape: String)
|
2969
|
+
CustomProperties.value = Shapes::ShapeRef.new(shape: String)
|
2970
|
+
|
2652
2971
|
DQAdditionalOptions.key = Shapes::ShapeRef.new(shape: AdditionalOptionKeys)
|
2653
2972
|
DQAdditionalOptions.value = Shapes::ShapeRef.new(shape: GenericString)
|
2654
2973
|
|
@@ -2672,9 +2991,27 @@ module Aws::Glue
|
|
2672
2991
|
DataCatalogEncryptionSettings.add_member(:connection_password_encryption, Shapes::ShapeRef.new(shape: ConnectionPasswordEncryption, location_name: "ConnectionPasswordEncryption"))
|
2673
2992
|
DataCatalogEncryptionSettings.struct_class = Types::DataCatalogEncryptionSettings
|
2674
2993
|
|
2994
|
+
DataLakeAccessProperties.add_member(:data_lake_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "DataLakeAccess"))
|
2995
|
+
DataLakeAccessProperties.add_member(:data_transfer_role, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "DataTransferRole"))
|
2996
|
+
DataLakeAccessProperties.add_member(:kms_key, Shapes::ShapeRef.new(shape: ResourceArnString, location_name: "KmsKey"))
|
2997
|
+
DataLakeAccessProperties.add_member(:catalog_type, Shapes::ShapeRef.new(shape: NameString, location_name: "CatalogType"))
|
2998
|
+
DataLakeAccessProperties.struct_class = Types::DataLakeAccessProperties
|
2999
|
+
|
3000
|
+
DataLakeAccessPropertiesOutput.add_member(:data_lake_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "DataLakeAccess"))
|
3001
|
+
DataLakeAccessPropertiesOutput.add_member(:data_transfer_role, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "DataTransferRole"))
|
3002
|
+
DataLakeAccessPropertiesOutput.add_member(:kms_key, Shapes::ShapeRef.new(shape: ResourceArnString, location_name: "KmsKey"))
|
3003
|
+
DataLakeAccessPropertiesOutput.add_member(:managed_workgroup_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ManagedWorkgroupName"))
|
3004
|
+
DataLakeAccessPropertiesOutput.add_member(:managed_workgroup_status, Shapes::ShapeRef.new(shape: NameString, location_name: "ManagedWorkgroupStatus"))
|
3005
|
+
DataLakeAccessPropertiesOutput.add_member(:redshift_database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "RedshiftDatabaseName"))
|
3006
|
+
DataLakeAccessPropertiesOutput.add_member(:status_message, Shapes::ShapeRef.new(shape: NameString, location_name: "StatusMessage"))
|
3007
|
+
DataLakeAccessPropertiesOutput.add_member(:catalog_type, Shapes::ShapeRef.new(shape: NameString, location_name: "CatalogType"))
|
3008
|
+
DataLakeAccessPropertiesOutput.struct_class = Types::DataLakeAccessPropertiesOutput
|
3009
|
+
|
2675
3010
|
DataLakePrincipal.add_member(:data_lake_principal_identifier, Shapes::ShapeRef.new(shape: DataLakePrincipalString, location_name: "DataLakePrincipalIdentifier"))
|
2676
3011
|
DataLakePrincipal.struct_class = Types::DataLakePrincipal
|
2677
3012
|
|
3013
|
+
DataOperations.member = Shapes::ShapeRef.new(shape: DataOperation)
|
3014
|
+
|
2678
3015
|
DataQualityAnalyzerResult.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
2679
3016
|
DataQualityAnalyzerResult.add_member(:description, Shapes::ShapeRef.new(shape: DataQualityRuleResultDescription, location_name: "Description"))
|
2680
3017
|
DataQualityAnalyzerResult.add_member(:evaluation_message, Shapes::ShapeRef.new(shape: DataQualityRuleResultDescription, location_name: "EvaluationMessage"))
|
@@ -2683,6 +3020,10 @@ module Aws::Glue
|
|
2683
3020
|
|
2684
3021
|
DataQualityAnalyzerResults.member = Shapes::ShapeRef.new(shape: DataQualityAnalyzerResult)
|
2685
3022
|
|
3023
|
+
DataQualityEncryption.add_member(:data_quality_encryption_mode, Shapes::ShapeRef.new(shape: DataQualityEncryptionMode, location_name: "DataQualityEncryptionMode"))
|
3024
|
+
DataQualityEncryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
3025
|
+
DataQualityEncryption.struct_class = Types::DataQualityEncryption
|
3026
|
+
|
2686
3027
|
DataQualityEvaluationRunAdditionalRunOptions.add_member(:cloud_watch_metrics_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "CloudWatchMetricsEnabled"))
|
2687
3028
|
DataQualityEvaluationRunAdditionalRunOptions.add_member(:results_s3_prefix, Shapes::ShapeRef.new(shape: UriString, location_name: "ResultsS3Prefix"))
|
2688
3029
|
DataQualityEvaluationRunAdditionalRunOptions.add_member(:composite_rule_evaluation_method, Shapes::ShapeRef.new(shape: DQCompositeRuleEvaluationMethod, location_name: "CompositeRuleEvaluationMethod"))
|
@@ -2865,6 +3206,11 @@ module Aws::Glue
|
|
2865
3206
|
DeleteBlueprintResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
2866
3207
|
DeleteBlueprintResponse.struct_class = Types::DeleteBlueprintResponse
|
2867
3208
|
|
3209
|
+
DeleteCatalogRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, required: true, location_name: "CatalogId"))
|
3210
|
+
DeleteCatalogRequest.struct_class = Types::DeleteCatalogRequest
|
3211
|
+
|
3212
|
+
DeleteCatalogResponse.struct_class = Types::DeleteCatalogResponse
|
3213
|
+
|
2868
3214
|
DeleteClassifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
2869
3215
|
DeleteClassifierRequest.struct_class = Types::DeleteClassifierRequest
|
2870
3216
|
|
@@ -2928,6 +3274,29 @@ module Aws::Glue
|
|
2928
3274
|
|
2929
3275
|
DeleteDevEndpointResponse.struct_class = Types::DeleteDevEndpointResponse
|
2930
3276
|
|
3277
|
+
DeleteIntegrationRequest.add_member(:integration_identifier, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationIdentifier"))
|
3278
|
+
DeleteIntegrationRequest.struct_class = Types::DeleteIntegrationRequest
|
3279
|
+
|
3280
|
+
DeleteIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
|
3281
|
+
DeleteIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
|
3282
|
+
DeleteIntegrationResponse.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
|
3283
|
+
DeleteIntegrationResponse.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
3284
|
+
DeleteIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
3285
|
+
DeleteIntegrationResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String2048, location_name: "KmsKeyId"))
|
3286
|
+
DeleteIntegrationResponse.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: IntegrationAdditionalEncryptionContextMap, location_name: "AdditionalEncryptionContext"))
|
3287
|
+
DeleteIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: IntegrationTagsList, location_name: "Tags"))
|
3288
|
+
DeleteIntegrationResponse.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "Status"))
|
3289
|
+
DeleteIntegrationResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: IntegrationTimestamp, required: true, location_name: "CreateTime"))
|
3290
|
+
DeleteIntegrationResponse.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
|
3291
|
+
DeleteIntegrationResponse.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
3292
|
+
DeleteIntegrationResponse.struct_class = Types::DeleteIntegrationResponse
|
3293
|
+
|
3294
|
+
DeleteIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
3295
|
+
DeleteIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
|
3296
|
+
DeleteIntegrationTablePropertiesRequest.struct_class = Types::DeleteIntegrationTablePropertiesRequest
|
3297
|
+
|
3298
|
+
DeleteIntegrationTablePropertiesResponse.struct_class = Types::DeleteIntegrationTablePropertiesResponse
|
3299
|
+
|
2931
3300
|
DeleteJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "JobName"))
|
2932
3301
|
DeleteJobRequest.struct_class = Types::DeleteJobRequest
|
2933
3302
|
|
@@ -3053,6 +3422,53 @@ module Aws::Glue
|
|
3053
3422
|
|
3054
3423
|
DeltaTargetList.member = Shapes::ShapeRef.new(shape: DeltaTarget)
|
3055
3424
|
|
3425
|
+
DescribeConnectionTypeRequest.add_member(:connection_type, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ConnectionType"))
|
3426
|
+
DescribeConnectionTypeRequest.struct_class = Types::DescribeConnectionTypeRequest
|
3427
|
+
|
3428
|
+
DescribeConnectionTypeResponse.add_member(:connection_type, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionType"))
|
3429
|
+
DescribeConnectionTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
3430
|
+
DescribeConnectionTypeResponse.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
3431
|
+
DescribeConnectionTypeResponse.add_member(:connection_properties, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "ConnectionProperties"))
|
3432
|
+
DescribeConnectionTypeResponse.add_member(:connection_options, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "ConnectionOptions"))
|
3433
|
+
DescribeConnectionTypeResponse.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthConfiguration, location_name: "AuthenticationConfiguration"))
|
3434
|
+
DescribeConnectionTypeResponse.add_member(:compute_environment_configurations, Shapes::ShapeRef.new(shape: ComputeEnvironmentConfigurationMap, location_name: "ComputeEnvironmentConfigurations"))
|
3435
|
+
DescribeConnectionTypeResponse.add_member(:physical_connection_requirements, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "PhysicalConnectionRequirements"))
|
3436
|
+
DescribeConnectionTypeResponse.add_member(:athena_connection_properties, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "AthenaConnectionProperties"))
|
3437
|
+
DescribeConnectionTypeResponse.add_member(:python_connection_properties, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "PythonConnectionProperties"))
|
3438
|
+
DescribeConnectionTypeResponse.add_member(:spark_connection_properties, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "SparkConnectionProperties"))
|
3439
|
+
DescribeConnectionTypeResponse.struct_class = Types::DescribeConnectionTypeResponse
|
3440
|
+
|
3441
|
+
DescribeEntityRequest.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ConnectionName"))
|
3442
|
+
DescribeEntityRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
3443
|
+
DescribeEntityRequest.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EntityName"))
|
3444
|
+
DescribeEntityRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3445
|
+
DescribeEntityRequest.add_member(:data_store_api_version, Shapes::ShapeRef.new(shape: ApiVersion, location_name: "DataStoreApiVersion"))
|
3446
|
+
DescribeEntityRequest.struct_class = Types::DescribeEntityRequest
|
3447
|
+
|
3448
|
+
DescribeEntityResponse.add_member(:fields, Shapes::ShapeRef.new(shape: FieldsList, location_name: "Fields"))
|
3449
|
+
DescribeEntityResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3450
|
+
DescribeEntityResponse.struct_class = Types::DescribeEntityResponse
|
3451
|
+
|
3452
|
+
DescribeInboundIntegrationsRequest.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, location_name: "IntegrationArn"))
|
3453
|
+
DescribeInboundIntegrationsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String128, location_name: "Marker"))
|
3454
|
+
DescribeInboundIntegrationsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegrationInteger, location_name: "MaxRecords"))
|
3455
|
+
DescribeInboundIntegrationsRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, location_name: "TargetArn"))
|
3456
|
+
DescribeInboundIntegrationsRequest.struct_class = Types::DescribeInboundIntegrationsRequest
|
3457
|
+
|
3458
|
+
DescribeInboundIntegrationsResponse.add_member(:inbound_integrations, Shapes::ShapeRef.new(shape: InboundIntegrationsList, location_name: "InboundIntegrations"))
|
3459
|
+
DescribeInboundIntegrationsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String128, location_name: "Marker"))
|
3460
|
+
DescribeInboundIntegrationsResponse.struct_class = Types::DescribeInboundIntegrationsResponse
|
3461
|
+
|
3462
|
+
DescribeIntegrationsRequest.add_member(:integration_identifier, Shapes::ShapeRef.new(shape: String128, location_name: "IntegrationIdentifier"))
|
3463
|
+
DescribeIntegrationsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String128, location_name: "Marker"))
|
3464
|
+
DescribeIntegrationsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegrationInteger, location_name: "MaxRecords"))
|
3465
|
+
DescribeIntegrationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: IntegrationFilterList, location_name: "Filters"))
|
3466
|
+
DescribeIntegrationsRequest.struct_class = Types::DescribeIntegrationsRequest
|
3467
|
+
|
3468
|
+
DescribeIntegrationsResponse.add_member(:integrations, Shapes::ShapeRef.new(shape: IntegrationsList, location_name: "Integrations"))
|
3469
|
+
DescribeIntegrationsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String128, location_name: "Marker"))
|
3470
|
+
DescribeIntegrationsResponse.struct_class = Types::DescribeIntegrationsResponse
|
3471
|
+
|
3056
3472
|
DevEndpoint.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointName"))
|
3057
3473
|
DevEndpoint.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
3058
3474
|
DevEndpoint.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroupIds"))
|
@@ -3182,8 +3598,19 @@ module Aws::Glue
|
|
3182
3598
|
EncryptionConfiguration.add_member(:s3_encryption, Shapes::ShapeRef.new(shape: S3EncryptionList, location_name: "S3Encryption"))
|
3183
3599
|
EncryptionConfiguration.add_member(:cloud_watch_encryption, Shapes::ShapeRef.new(shape: CloudWatchEncryption, location_name: "CloudWatchEncryption"))
|
3184
3600
|
EncryptionConfiguration.add_member(:job_bookmarks_encryption, Shapes::ShapeRef.new(shape: JobBookmarksEncryption, location_name: "JobBookmarksEncryption"))
|
3601
|
+
EncryptionConfiguration.add_member(:data_quality_encryption, Shapes::ShapeRef.new(shape: DataQualityEncryption, location_name: "DataQualityEncryption"))
|
3185
3602
|
EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
|
3186
3603
|
|
3604
|
+
Entity.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "EntityName"))
|
3605
|
+
Entity.add_member(:label, Shapes::ShapeRef.new(shape: EntityLabel, location_name: "Label"))
|
3606
|
+
Entity.add_member(:is_parent_entity, Shapes::ShapeRef.new(shape: IsParentEntity, location_name: "IsParentEntity"))
|
3607
|
+
Entity.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
|
3608
|
+
Entity.add_member(:category, Shapes::ShapeRef.new(shape: Category, location_name: "Category"))
|
3609
|
+
Entity.add_member(:custom_properties, Shapes::ShapeRef.new(shape: CustomProperties, location_name: "CustomProperties"))
|
3610
|
+
Entity.struct_class = Types::Entity
|
3611
|
+
|
3612
|
+
EntityList.member = Shapes::ShapeRef.new(shape: Entity)
|
3613
|
+
|
3187
3614
|
EntityNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
3188
3615
|
EntityNotFoundException.add_member(:from_federation_source, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "FromFederationSource"))
|
3189
3616
|
EntityNotFoundException.struct_class = Types::EntityNotFoundException
|
@@ -3227,12 +3654,22 @@ module Aws::Glue
|
|
3227
3654
|
EventBatchingCondition.add_member(:batch_window, Shapes::ShapeRef.new(shape: BatchWindow, location_name: "BatchWindow"))
|
3228
3655
|
EventBatchingCondition.struct_class = Types::EventBatchingCondition
|
3229
3656
|
|
3657
|
+
ExecutionAttempt.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "Status"))
|
3658
|
+
ExecutionAttempt.add_member(:column_statistics_task_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ColumnStatisticsTaskRunId"))
|
3659
|
+
ExecutionAttempt.add_member(:execution_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ExecutionTimestamp"))
|
3660
|
+
ExecutionAttempt.add_member(:error_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "ErrorMessage"))
|
3661
|
+
ExecutionAttempt.struct_class = Types::ExecutionAttempt
|
3662
|
+
|
3230
3663
|
ExecutionProperty.add_member(:max_concurrent_runs, Shapes::ShapeRef.new(shape: MaxConcurrentRuns, location_name: "MaxConcurrentRuns"))
|
3231
3664
|
ExecutionProperty.struct_class = Types::ExecutionProperty
|
3232
3665
|
|
3233
3666
|
ExportLabelsTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
|
3234
3667
|
ExportLabelsTaskRunProperties.struct_class = Types::ExportLabelsTaskRunProperties
|
3235
3668
|
|
3669
|
+
FederatedCatalog.add_member(:identifier, Shapes::ShapeRef.new(shape: FederationIdentifier, location_name: "Identifier"))
|
3670
|
+
FederatedCatalog.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionName"))
|
3671
|
+
FederatedCatalog.struct_class = Types::FederatedCatalog
|
3672
|
+
|
3236
3673
|
FederatedDatabase.add_member(:identifier, Shapes::ShapeRef.new(shape: FederationIdentifier, location_name: "Identifier"))
|
3237
3674
|
FederatedDatabase.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionName"))
|
3238
3675
|
FederatedDatabase.struct_class = Types::FederatedDatabase
|
@@ -3253,6 +3690,30 @@ module Aws::Glue
|
|
3253
3690
|
FederationSourceRetryableException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
3254
3691
|
FederationSourceRetryableException.struct_class = Types::FederationSourceRetryableException
|
3255
3692
|
|
3693
|
+
Field.add_member(:field_name, Shapes::ShapeRef.new(shape: EntityFieldName, location_name: "FieldName"))
|
3694
|
+
Field.add_member(:label, Shapes::ShapeRef.new(shape: FieldLabel, location_name: "Label"))
|
3695
|
+
Field.add_member(:description, Shapes::ShapeRef.new(shape: FieldDescription, location_name: "Description"))
|
3696
|
+
Field.add_member(:field_type, Shapes::ShapeRef.new(shape: FieldDataType, location_name: "FieldType"))
|
3697
|
+
Field.add_member(:is_primary_key, Shapes::ShapeRef.new(shape: Bool, location_name: "IsPrimaryKey"))
|
3698
|
+
Field.add_member(:is_nullable, Shapes::ShapeRef.new(shape: Bool, location_name: "IsNullable"))
|
3699
|
+
Field.add_member(:is_retrievable, Shapes::ShapeRef.new(shape: Bool, location_name: "IsRetrievable"))
|
3700
|
+
Field.add_member(:is_filterable, Shapes::ShapeRef.new(shape: Bool, location_name: "IsFilterable"))
|
3701
|
+
Field.add_member(:is_partitionable, Shapes::ShapeRef.new(shape: Bool, location_name: "IsPartitionable"))
|
3702
|
+
Field.add_member(:is_createable, Shapes::ShapeRef.new(shape: Bool, location_name: "IsCreateable"))
|
3703
|
+
Field.add_member(:is_updateable, Shapes::ShapeRef.new(shape: Bool, location_name: "IsUpdateable"))
|
3704
|
+
Field.add_member(:is_upsertable, Shapes::ShapeRef.new(shape: Bool, location_name: "IsUpsertable"))
|
3705
|
+
Field.add_member(:is_default_on_create, Shapes::ShapeRef.new(shape: Bool, location_name: "IsDefaultOnCreate"))
|
3706
|
+
Field.add_member(:supported_values, Shapes::ShapeRef.new(shape: ListOfString, location_name: "SupportedValues"))
|
3707
|
+
Field.add_member(:supported_filter_operators, Shapes::ShapeRef.new(shape: FieldFilterOperatorsList, location_name: "SupportedFilterOperators"))
|
3708
|
+
Field.add_member(:parent_field, Shapes::ShapeRef.new(shape: String, location_name: "ParentField"))
|
3709
|
+
Field.add_member(:native_data_type, Shapes::ShapeRef.new(shape: String, location_name: "NativeDataType"))
|
3710
|
+
Field.add_member(:custom_properties, Shapes::ShapeRef.new(shape: CustomProperties, location_name: "CustomProperties"))
|
3711
|
+
Field.struct_class = Types::Field
|
3712
|
+
|
3713
|
+
FieldFilterOperatorsList.member = Shapes::ShapeRef.new(shape: FieldFilterOperator)
|
3714
|
+
|
3715
|
+
FieldsList.member = Shapes::ShapeRef.new(shape: Field)
|
3716
|
+
|
3256
3717
|
FillMissingValues.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3257
3718
|
FillMissingValues.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
3258
3719
|
FillMissingValues.add_member(:imputed_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ImputedPath"))
|
@@ -3330,6 +3791,22 @@ module Aws::Glue
|
|
3330
3791
|
GetCatalogImportStatusResponse.add_member(:import_status, Shapes::ShapeRef.new(shape: CatalogImportStatus, location_name: "ImportStatus"))
|
3331
3792
|
GetCatalogImportStatusResponse.struct_class = Types::GetCatalogImportStatusResponse
|
3332
3793
|
|
3794
|
+
GetCatalogRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, required: true, location_name: "CatalogId"))
|
3795
|
+
GetCatalogRequest.struct_class = Types::GetCatalogRequest
|
3796
|
+
|
3797
|
+
GetCatalogResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, location_name: "Catalog"))
|
3798
|
+
GetCatalogResponse.struct_class = Types::GetCatalogResponse
|
3799
|
+
|
3800
|
+
GetCatalogsRequest.add_member(:parent_catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "ParentCatalogId"))
|
3801
|
+
GetCatalogsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
3802
|
+
GetCatalogsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
3803
|
+
GetCatalogsRequest.add_member(:recursive, Shapes::ShapeRef.new(shape: Boolean, location_name: "Recursive"))
|
3804
|
+
GetCatalogsRequest.struct_class = Types::GetCatalogsRequest
|
3805
|
+
|
3806
|
+
GetCatalogsResponse.add_member(:catalog_list, Shapes::ShapeRef.new(shape: CatalogList, required: true, location_name: "CatalogList"))
|
3807
|
+
GetCatalogsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
3808
|
+
GetCatalogsResponse.struct_class = Types::GetCatalogsResponse
|
3809
|
+
|
3333
3810
|
GetClassifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
3334
3811
|
GetClassifierRequest.struct_class = Types::GetClassifierRequest
|
3335
3812
|
|
@@ -3393,6 +3870,7 @@ module Aws::Glue
|
|
3393
3870
|
GetConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
3394
3871
|
GetConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
3395
3872
|
GetConnectionRequest.add_member(:hide_password, Shapes::ShapeRef.new(shape: Boolean, location_name: "HidePassword"))
|
3873
|
+
GetConnectionRequest.add_member(:apply_override_for_compute_environment, Shapes::ShapeRef.new(shape: ComputeEnvironment, location_name: "ApplyOverrideForComputeEnvironment"))
|
3396
3874
|
GetConnectionRequest.struct_class = Types::GetConnectionRequest
|
3397
3875
|
|
3398
3876
|
GetConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
|
@@ -3400,6 +3878,7 @@ module Aws::Glue
|
|
3400
3878
|
|
3401
3879
|
GetConnectionsFilter.add_member(:match_criteria, Shapes::ShapeRef.new(shape: MatchCriteria, location_name: "MatchCriteria"))
|
3402
3880
|
GetConnectionsFilter.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "ConnectionType"))
|
3881
|
+
GetConnectionsFilter.add_member(:connection_schema_version, Shapes::ShapeRef.new(shape: ConnectionSchemaVersion, location_name: "ConnectionSchemaVersion"))
|
3403
3882
|
GetConnectionsFilter.struct_class = Types::GetConnectionsFilter
|
3404
3883
|
|
3405
3884
|
GetConnectionsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
@@ -3578,6 +4057,40 @@ module Aws::Glue
|
|
3578
4057
|
GetDevEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
3579
4058
|
GetDevEndpointsResponse.struct_class = Types::GetDevEndpointsResponse
|
3580
4059
|
|
4060
|
+
GetEntityRecordsRequest.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionName"))
|
4061
|
+
GetEntityRecordsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
4062
|
+
GetEntityRecordsRequest.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EntityName"))
|
4063
|
+
GetEntityRecordsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4064
|
+
GetEntityRecordsRequest.add_member(:data_store_api_version, Shapes::ShapeRef.new(shape: ApiVersion, location_name: "DataStoreApiVersion"))
|
4065
|
+
GetEntityRecordsRequest.add_member(:connection_options, Shapes::ShapeRef.new(shape: ConnectionOptions, location_name: "ConnectionOptions"))
|
4066
|
+
GetEntityRecordsRequest.add_member(:filter_predicate, Shapes::ShapeRef.new(shape: FilterPredicate, location_name: "FilterPredicate"))
|
4067
|
+
GetEntityRecordsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, required: true, location_name: "Limit"))
|
4068
|
+
GetEntityRecordsRequest.add_member(:order_by, Shapes::ShapeRef.new(shape: String, location_name: "OrderBy"))
|
4069
|
+
GetEntityRecordsRequest.add_member(:selected_fields, Shapes::ShapeRef.new(shape: SelectedFields, location_name: "SelectedFields"))
|
4070
|
+
GetEntityRecordsRequest.struct_class = Types::GetEntityRecordsRequest
|
4071
|
+
|
4072
|
+
GetEntityRecordsResponse.add_member(:records, Shapes::ShapeRef.new(shape: Records, location_name: "Records"))
|
4073
|
+
GetEntityRecordsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4074
|
+
GetEntityRecordsResponse.struct_class = Types::GetEntityRecordsResponse
|
4075
|
+
|
4076
|
+
GetIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
4077
|
+
GetIntegrationResourcePropertyRequest.struct_class = Types::GetIntegrationResourcePropertyRequest
|
4078
|
+
|
4079
|
+
GetIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, location_name: "ResourceArn"))
|
4080
|
+
GetIntegrationResourcePropertyResponse.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
4081
|
+
GetIntegrationResourcePropertyResponse.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
4082
|
+
GetIntegrationResourcePropertyResponse.struct_class = Types::GetIntegrationResourcePropertyResponse
|
4083
|
+
|
4084
|
+
GetIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
4085
|
+
GetIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
|
4086
|
+
GetIntegrationTablePropertiesRequest.struct_class = Types::GetIntegrationTablePropertiesRequest
|
4087
|
+
|
4088
|
+
GetIntegrationTablePropertiesResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, location_name: "ResourceArn"))
|
4089
|
+
GetIntegrationTablePropertiesResponse.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, location_name: "TableName"))
|
4090
|
+
GetIntegrationTablePropertiesResponse.add_member(:source_table_config, Shapes::ShapeRef.new(shape: SourceTableConfig, location_name: "SourceTableConfig"))
|
4091
|
+
GetIntegrationTablePropertiesResponse.add_member(:target_table_config, Shapes::ShapeRef.new(shape: TargetTableConfig, location_name: "TargetTableConfig"))
|
4092
|
+
GetIntegrationTablePropertiesResponse.struct_class = Types::GetIntegrationTablePropertiesResponse
|
4093
|
+
|
3581
4094
|
GetJobBookmarkRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
|
3582
4095
|
GetJobBookmarkRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "RunId"))
|
3583
4096
|
GetJobBookmarkRequest.struct_class = Types::GetJobBookmarkRequest
|
@@ -4168,8 +4681,71 @@ module Aws::Glue
|
|
4168
4681
|
ImportLabelsTaskRunProperties.add_member(:replace, Shapes::ShapeRef.new(shape: ReplaceBoolean, location_name: "Replace"))
|
4169
4682
|
ImportLabelsTaskRunProperties.struct_class = Types::ImportLabelsTaskRunProperties
|
4170
4683
|
|
4684
|
+
InboundIntegration.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
|
4685
|
+
InboundIntegration.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
|
4686
|
+
InboundIntegration.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
4687
|
+
InboundIntegration.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "Status"))
|
4688
|
+
InboundIntegration.add_member(:create_time, Shapes::ShapeRef.new(shape: IntegrationTimestamp, required: true, location_name: "CreateTime"))
|
4689
|
+
InboundIntegration.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
|
4690
|
+
InboundIntegration.struct_class = Types::InboundIntegration
|
4691
|
+
|
4692
|
+
InboundIntegrationsList.member = Shapes::ShapeRef.new(shape: InboundIntegration)
|
4693
|
+
|
4171
4694
|
InclusionAnnotationList.member = Shapes::ShapeRef.new(shape: DatapointInclusionAnnotation)
|
4172
4695
|
|
4696
|
+
Integration.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
|
4697
|
+
Integration.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
|
4698
|
+
Integration.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
4699
|
+
Integration.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
|
4700
|
+
Integration.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
4701
|
+
Integration.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String2048, location_name: "KmsKeyId"))
|
4702
|
+
Integration.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: IntegrationAdditionalEncryptionContextMap, location_name: "AdditionalEncryptionContext"))
|
4703
|
+
Integration.add_member(:tags, Shapes::ShapeRef.new(shape: IntegrationTagsList, location_name: "Tags"))
|
4704
|
+
Integration.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "Status"))
|
4705
|
+
Integration.add_member(:create_time, Shapes::ShapeRef.new(shape: IntegrationTimestamp, required: true, location_name: "CreateTime"))
|
4706
|
+
Integration.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
|
4707
|
+
Integration.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
4708
|
+
Integration.struct_class = Types::Integration
|
4709
|
+
|
4710
|
+
IntegrationAdditionalEncryptionContextMap.key = Shapes::ShapeRef.new(shape: IntegrationString)
|
4711
|
+
IntegrationAdditionalEncryptionContextMap.value = Shapes::ShapeRef.new(shape: IntegrationString)
|
4712
|
+
|
4713
|
+
IntegrationConflictOperationFault.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
4714
|
+
IntegrationConflictOperationFault.struct_class = Types::IntegrationConflictOperationFault
|
4715
|
+
|
4716
|
+
IntegrationError.add_member(:error_code, Shapes::ShapeRef.new(shape: String128, location_name: "ErrorCode"))
|
4717
|
+
IntegrationError.add_member(:error_message, Shapes::ShapeRef.new(shape: String2048, location_name: "ErrorMessage"))
|
4718
|
+
IntegrationError.struct_class = Types::IntegrationError
|
4719
|
+
|
4720
|
+
IntegrationErrorList.member = Shapes::ShapeRef.new(shape: IntegrationError)
|
4721
|
+
|
4722
|
+
IntegrationFilter.add_member(:name, Shapes::ShapeRef.new(shape: String128, location_name: "Name"))
|
4723
|
+
IntegrationFilter.add_member(:values, Shapes::ShapeRef.new(shape: IntegrationFilterValues, location_name: "Values"))
|
4724
|
+
IntegrationFilter.struct_class = Types::IntegrationFilter
|
4725
|
+
|
4726
|
+
IntegrationFilterList.member = Shapes::ShapeRef.new(shape: IntegrationFilter)
|
4727
|
+
|
4728
|
+
IntegrationFilterValues.member = Shapes::ShapeRef.new(shape: String128)
|
4729
|
+
|
4730
|
+
IntegrationNotFoundFault.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
4731
|
+
IntegrationNotFoundFault.struct_class = Types::IntegrationNotFoundFault
|
4732
|
+
|
4733
|
+
IntegrationPartition.add_member(:field_name, Shapes::ShapeRef.new(shape: String128, location_name: "FieldName"))
|
4734
|
+
IntegrationPartition.add_member(:function_spec, Shapes::ShapeRef.new(shape: String128, location_name: "FunctionSpec"))
|
4735
|
+
IntegrationPartition.struct_class = Types::IntegrationPartition
|
4736
|
+
|
4737
|
+
IntegrationPartitionSpecList.member = Shapes::ShapeRef.new(shape: IntegrationPartition)
|
4738
|
+
|
4739
|
+
IntegrationQuotaExceededFault.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
4740
|
+
IntegrationQuotaExceededFault.struct_class = Types::IntegrationQuotaExceededFault
|
4741
|
+
|
4742
|
+
IntegrationTagsList.member = Shapes::ShapeRef.new(shape: Tag)
|
4743
|
+
|
4744
|
+
IntegrationsList.member = Shapes::ShapeRef.new(shape: Integration)
|
4745
|
+
|
4746
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
4747
|
+
InternalServerException.struct_class = Types::InternalServerException
|
4748
|
+
|
4173
4749
|
InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
4174
4750
|
InternalServiceException.struct_class = Types::InternalServiceException
|
4175
4751
|
|
@@ -4177,6 +4753,9 @@ module Aws::Glue
|
|
4177
4753
|
InvalidInputException.add_member(:from_federation_source, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "FromFederationSource"))
|
4178
4754
|
InvalidInputException.struct_class = Types::InvalidInputException
|
4179
4755
|
|
4756
|
+
InvalidIntegrationStateFault.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
4757
|
+
InvalidIntegrationStateFault.struct_class = Types::InvalidIntegrationStateFault
|
4758
|
+
|
4180
4759
|
InvalidStateException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
4181
4760
|
InvalidStateException.struct_class = Types::InvalidStateException
|
4182
4761
|
|
@@ -4353,6 +4932,9 @@ module Aws::Glue
|
|
4353
4932
|
JsonClassifier.add_member(:json_path, Shapes::ShapeRef.new(shape: JsonPath, required: true, location_name: "JsonPath"))
|
4354
4933
|
JsonClassifier.struct_class = Types::JsonClassifier
|
4355
4934
|
|
4935
|
+
KMSKeyNotAccessibleFault.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
4936
|
+
KMSKeyNotAccessibleFault.struct_class = Types::KMSKeyNotAccessibleFault
|
4937
|
+
|
4356
4938
|
KafkaStreamingSourceOptions.add_member(:bootstrap_servers, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "BootstrapServers"))
|
4357
4939
|
KafkaStreamingSourceOptions.add_member(:security_protocol, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "SecurityProtocol"))
|
4358
4940
|
KafkaStreamingSourceOptions.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "ConnectionName"))
|
@@ -4451,6 +5033,14 @@ module Aws::Glue
|
|
4451
5033
|
ListColumnStatisticsTaskRunsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
4452
5034
|
ListColumnStatisticsTaskRunsResponse.struct_class = Types::ListColumnStatisticsTaskRunsResponse
|
4453
5035
|
|
5036
|
+
ListConnectionTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
5037
|
+
ListConnectionTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5038
|
+
ListConnectionTypesRequest.struct_class = Types::ListConnectionTypesRequest
|
5039
|
+
|
5040
|
+
ListConnectionTypesResponse.add_member(:connection_types, Shapes::ShapeRef.new(shape: ConnectionTypeList, location_name: "ConnectionTypes"))
|
5041
|
+
ListConnectionTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5042
|
+
ListConnectionTypesResponse.struct_class = Types::ListConnectionTypesResponse
|
5043
|
+
|
4454
5044
|
ListCrawlersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
4455
5045
|
ListCrawlersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
4456
5046
|
ListCrawlersRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
@@ -4547,6 +5137,17 @@ module Aws::Glue
|
|
4547
5137
|
ListDevEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
4548
5138
|
ListDevEndpointsResponse.struct_class = Types::ListDevEndpointsResponse
|
4549
5139
|
|
5140
|
+
ListEntitiesRequest.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionName"))
|
5141
|
+
ListEntitiesRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
5142
|
+
ListEntitiesRequest.add_member(:parent_entity_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ParentEntityName"))
|
5143
|
+
ListEntitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5144
|
+
ListEntitiesRequest.add_member(:data_store_api_version, Shapes::ShapeRef.new(shape: ApiVersion, location_name: "DataStoreApiVersion"))
|
5145
|
+
ListEntitiesRequest.struct_class = Types::ListEntitiesRequest
|
5146
|
+
|
5147
|
+
ListEntitiesResponse.add_member(:entities, Shapes::ShapeRef.new(shape: EntityList, location_name: "Entities"))
|
5148
|
+
ListEntitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5149
|
+
ListEntitiesResponse.struct_class = Types::ListEntitiesResponse
|
5150
|
+
|
4550
5151
|
ListJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
4551
5152
|
ListJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
4552
5153
|
ListJobsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
@@ -4567,6 +5168,8 @@ module Aws::Glue
|
|
4567
5168
|
ListMLTransformsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
4568
5169
|
ListMLTransformsResponse.struct_class = Types::ListMLTransformsResponse
|
4569
5170
|
|
5171
|
+
ListOfString.member = Shapes::ShapeRef.new(shape: String)
|
5172
|
+
|
4570
5173
|
ListRegistriesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsNumber, location_name: "MaxResults"))
|
4571
5174
|
ListRegistriesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
|
4572
5175
|
ListRegistriesInput.struct_class = Types::ListRegistriesInput
|
@@ -4762,6 +5365,26 @@ module Aws::Glue
|
|
4762
5365
|
MicrosoftSQLServerCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
4763
5366
|
MicrosoftSQLServerCatalogTarget.struct_class = Types::MicrosoftSQLServerCatalogTarget
|
4764
5367
|
|
5368
|
+
ModifyIntegrationRequest.add_member(:integration_identifier, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationIdentifier"))
|
5369
|
+
ModifyIntegrationRequest.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
5370
|
+
ModifyIntegrationRequest.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
5371
|
+
ModifyIntegrationRequest.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, location_name: "IntegrationName"))
|
5372
|
+
ModifyIntegrationRequest.struct_class = Types::ModifyIntegrationRequest
|
5373
|
+
|
5374
|
+
ModifyIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
|
5375
|
+
ModifyIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
|
5376
|
+
ModifyIntegrationResponse.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
|
5377
|
+
ModifyIntegrationResponse.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
5378
|
+
ModifyIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
5379
|
+
ModifyIntegrationResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String2048, location_name: "KmsKeyId"))
|
5380
|
+
ModifyIntegrationResponse.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: IntegrationAdditionalEncryptionContextMap, location_name: "AdditionalEncryptionContext"))
|
5381
|
+
ModifyIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: IntegrationTagsList, location_name: "Tags"))
|
5382
|
+
ModifyIntegrationResponse.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "Status"))
|
5383
|
+
ModifyIntegrationResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: IntegrationTimestamp, required: true, location_name: "CreateTime"))
|
5384
|
+
ModifyIntegrationResponse.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
|
5385
|
+
ModifyIntegrationResponse.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
5386
|
+
ModifyIntegrationResponse.struct_class = Types::ModifyIntegrationResponse
|
5387
|
+
|
4765
5388
|
MongoDBTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
|
4766
5389
|
MongoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
|
4767
5390
|
MongoDBTarget.add_member(:scan_all, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "ScanAll"))
|
@@ -4817,6 +5440,12 @@ module Aws::Glue
|
|
4817
5440
|
OAuth2ClientApplication.add_member(:aws_managed_client_application_reference, Shapes::ShapeRef.new(shape: AWSManagedClientApplicationReference, location_name: "AWSManagedClientApplicationReference"))
|
4818
5441
|
OAuth2ClientApplication.struct_class = Types::OAuth2ClientApplication
|
4819
5442
|
|
5443
|
+
OAuth2Credentials.add_member(:user_managed_client_application_client_secret, Shapes::ShapeRef.new(shape: UserManagedClientApplicationClientSecret, location_name: "UserManagedClientApplicationClientSecret"))
|
5444
|
+
OAuth2Credentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "AccessToken"))
|
5445
|
+
OAuth2Credentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "RefreshToken"))
|
5446
|
+
OAuth2Credentials.add_member(:jwt_token, Shapes::ShapeRef.new(shape: JwtToken, location_name: "JwtToken"))
|
5447
|
+
OAuth2Credentials.struct_class = Types::OAuth2Credentials
|
5448
|
+
|
4820
5449
|
OAuth2Properties.add_member(:o_auth_2_grant_type, Shapes::ShapeRef.new(shape: OAuth2GrantType, location_name: "OAuth2GrantType"))
|
4821
5450
|
OAuth2Properties.add_member(:o_auth_2_client_application, Shapes::ShapeRef.new(shape: OAuth2ClientApplication, location_name: "OAuth2ClientApplication"))
|
4822
5451
|
OAuth2Properties.add_member(:token_url, Shapes::ShapeRef.new(shape: TokenUrl, location_name: "TokenUrl"))
|
@@ -4828,6 +5457,7 @@ module Aws::Glue
|
|
4828
5457
|
OAuth2PropertiesInput.add_member(:token_url, Shapes::ShapeRef.new(shape: TokenUrl, location_name: "TokenUrl"))
|
4829
5458
|
OAuth2PropertiesInput.add_member(:token_url_parameters_map, Shapes::ShapeRef.new(shape: TokenUrlParametersMap, location_name: "TokenUrlParametersMap"))
|
4830
5459
|
OAuth2PropertiesInput.add_member(:authorization_code_properties, Shapes::ShapeRef.new(shape: AuthorizationCodeProperties, location_name: "AuthorizationCodeProperties"))
|
5460
|
+
OAuth2PropertiesInput.add_member(:o_auth_2_credentials, Shapes::ShapeRef.new(shape: OAuth2Credentials, location_name: "OAuth2Credentials"))
|
4831
5461
|
OAuth2PropertiesInput.struct_class = Types::OAuth2PropertiesInput
|
4832
5462
|
|
4833
5463
|
OneInput.member = Shapes::ShapeRef.new(shape: NodeId)
|
@@ -4978,6 +5608,8 @@ module Aws::Glue
|
|
4978
5608
|
Predicate.add_member(:conditions, Shapes::ShapeRef.new(shape: ConditionList, location_name: "Conditions"))
|
4979
5609
|
Predicate.struct_class = Types::Predicate
|
4980
5610
|
|
5611
|
+
PrimaryKeyList.member = Shapes::ShapeRef.new(shape: String128)
|
5612
|
+
|
4981
5613
|
PrincipalPermissions.add_member(:principal, Shapes::ShapeRef.new(shape: DataLakePrincipal, location_name: "Principal"))
|
4982
5614
|
PrincipalPermissions.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionList, location_name: "Permissions"))
|
4983
5615
|
PrincipalPermissions.struct_class = Types::PrincipalPermissions
|
@@ -4988,14 +5620,31 @@ module Aws::Glue
|
|
4988
5620
|
ProfileConfiguration.add_member(:job_configuration, Shapes::ShapeRef.new(shape: ConfigurationMap, location_name: "JobConfiguration"))
|
4989
5621
|
ProfileConfiguration.struct_class = Types::ProfileConfiguration
|
4990
5622
|
|
5623
|
+
PropertiesMap.key = Shapes::ShapeRef.new(shape: PropertyName)
|
5624
|
+
PropertiesMap.value = Shapes::ShapeRef.new(shape: Property)
|
5625
|
+
|
5626
|
+
Property.add_member(:name, Shapes::ShapeRef.new(shape: PropertyName, required: true, location_name: "Name"))
|
5627
|
+
Property.add_member(:description, Shapes::ShapeRef.new(shape: PropertyDescriptionString, required: true, location_name: "Description"))
|
5628
|
+
Property.add_member(:required, Shapes::ShapeRef.new(shape: Bool, required: true, location_name: "Required"))
|
5629
|
+
Property.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "DefaultValue"))
|
5630
|
+
Property.add_member(:property_types, Shapes::ShapeRef.new(shape: PropertyTypes, required: true, location_name: "PropertyTypes"))
|
5631
|
+
Property.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedValues, location_name: "AllowedValues"))
|
5632
|
+
Property.add_member(:data_operation_scopes, Shapes::ShapeRef.new(shape: DataOperations, location_name: "DataOperationScopes"))
|
5633
|
+
Property.struct_class = Types::Property
|
5634
|
+
|
4991
5635
|
PropertyMap.key = Shapes::ShapeRef.new(shape: PropertyKey)
|
4992
5636
|
PropertyMap.value = Shapes::ShapeRef.new(shape: PropertyValue)
|
4993
5637
|
|
5638
|
+
PropertyNameOverrides.key = Shapes::ShapeRef.new(shape: PropertyName)
|
5639
|
+
PropertyNameOverrides.value = Shapes::ShapeRef.new(shape: PropertyName)
|
5640
|
+
|
4994
5641
|
PropertyPredicate.add_member(:key, Shapes::ShapeRef.new(shape: ValueString, location_name: "Key"))
|
4995
5642
|
PropertyPredicate.add_member(:value, Shapes::ShapeRef.new(shape: ValueString, location_name: "Value"))
|
4996
5643
|
PropertyPredicate.add_member(:comparator, Shapes::ShapeRef.new(shape: Comparator, location_name: "Comparator"))
|
4997
5644
|
PropertyPredicate.struct_class = Types::PropertyPredicate
|
4998
5645
|
|
5646
|
+
PropertyTypes.member = Shapes::ShapeRef.new(shape: PropertyType)
|
5647
|
+
|
4999
5648
|
PublicKeysList.member = Shapes::ShapeRef.new(shape: GenericString)
|
5000
5649
|
|
5001
5650
|
PutDataCatalogEncryptionSettingsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
@@ -5083,6 +5732,8 @@ module Aws::Glue
|
|
5083
5732
|
|
5084
5733
|
RecipeSteps.member = Shapes::ShapeRef.new(shape: RecipeStep)
|
5085
5734
|
|
5735
|
+
Records.member = Shapes::ShapeRef.new(shape: Record)
|
5736
|
+
|
5086
5737
|
RecrawlPolicy.add_member(:recrawl_behavior, Shapes::ShapeRef.new(shape: RecrawlBehavior, location_name: "RecrawlBehavior"))
|
5087
5738
|
RecrawlPolicy.struct_class = Types::RecrawlPolicy
|
5088
5739
|
|
@@ -5161,6 +5812,9 @@ module Aws::Glue
|
|
5161
5812
|
ResetJobBookmarkResponse.add_member(:job_bookmark_entry, Shapes::ShapeRef.new(shape: JobBookmarkEntry, location_name: "JobBookmarkEntry"))
|
5162
5813
|
ResetJobBookmarkResponse.struct_class = Types::ResetJobBookmarkResponse
|
5163
5814
|
|
5815
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
5816
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
5817
|
+
|
5164
5818
|
ResourceNotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
5165
5819
|
ResourceNotReadyException.struct_class = Types::ResourceNotReadyException
|
5166
5820
|
|
@@ -5481,6 +6135,8 @@ module Aws::Glue
|
|
5481
6135
|
SelectFromCollection.add_member(:index, Shapes::ShapeRef.new(shape: NonNegativeInt, required: true, location_name: "Index"))
|
5482
6136
|
SelectFromCollection.struct_class = Types::SelectFromCollection
|
5483
6137
|
|
6138
|
+
SelectedFields.member = Shapes::ShapeRef.new(shape: EntityFieldName)
|
6139
|
+
|
5484
6140
|
SerDeInfo.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
5485
6141
|
SerDeInfo.add_member(:serialization_library, Shapes::ShapeRef.new(shape: NameString, location_name: "SerializationLibrary"))
|
5486
6142
|
SerDeInfo.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
@@ -5570,6 +6226,17 @@ module Aws::Glue
|
|
5570
6226
|
SourceControlDetails.add_member(:auth_token, Shapes::ShapeRef.new(shape: Generic512CharString, location_name: "AuthToken"))
|
5571
6227
|
SourceControlDetails.struct_class = Types::SourceControlDetails
|
5572
6228
|
|
6229
|
+
SourceProcessingProperties.add_member(:role_arn, Shapes::ShapeRef.new(shape: String128, location_name: "RoleArn"))
|
6230
|
+
SourceProcessingProperties.struct_class = Types::SourceProcessingProperties
|
6231
|
+
|
6232
|
+
SourceTableConfig.add_member(:fields, Shapes::ShapeRef.new(shape: SourceTableFieldsList, location_name: "Fields"))
|
6233
|
+
SourceTableConfig.add_member(:filter_predicate, Shapes::ShapeRef.new(shape: String128, location_name: "FilterPredicate"))
|
6234
|
+
SourceTableConfig.add_member(:primary_key, Shapes::ShapeRef.new(shape: PrimaryKeyList, location_name: "PrimaryKey"))
|
6235
|
+
SourceTableConfig.add_member(:record_update_field, Shapes::ShapeRef.new(shape: String128, location_name: "RecordUpdateField"))
|
6236
|
+
SourceTableConfig.struct_class = Types::SourceTableConfig
|
6237
|
+
|
6238
|
+
SourceTableFieldsList.member = Shapes::ShapeRef.new(shape: String128)
|
6239
|
+
|
5573
6240
|
SparkConnectorSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
5574
6241
|
SparkConnectorSource.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionName"))
|
5575
6242
|
SparkConnectorSource.add_member(:connector_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectorName"))
|
@@ -5977,6 +6644,10 @@ module Aws::Glue
|
|
5977
6644
|
|
5978
6645
|
TableVersionErrors.member = Shapes::ShapeRef.new(shape: TableVersionError)
|
5979
6646
|
|
6647
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "key"))
|
6648
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "value"))
|
6649
|
+
Tag.struct_class = Types::Tag
|
6650
|
+
|
5980
6651
|
TagKeysList.member = Shapes::ShapeRef.new(shape: TagKey)
|
5981
6652
|
|
5982
6653
|
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, required: true, location_name: "ResourceArn"))
|
@@ -5988,6 +6659,23 @@ module Aws::Glue
|
|
5988
6659
|
TagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
5989
6660
|
TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
5990
6661
|
|
6662
|
+
TargetProcessingProperties.add_member(:role_arn, Shapes::ShapeRef.new(shape: String128, location_name: "RoleArn"))
|
6663
|
+
TargetProcessingProperties.add_member(:kms_arn, Shapes::ShapeRef.new(shape: String2048, location_name: "KmsArn"))
|
6664
|
+
TargetProcessingProperties.add_member(:connection_name, Shapes::ShapeRef.new(shape: String128, location_name: "ConnectionName"))
|
6665
|
+
TargetProcessingProperties.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: String2048, location_name: "EventBusArn"))
|
6666
|
+
TargetProcessingProperties.struct_class = Types::TargetProcessingProperties
|
6667
|
+
|
6668
|
+
TargetRedshiftCatalog.add_member(:catalog_arn, Shapes::ShapeRef.new(shape: ResourceArnString, required: true, location_name: "CatalogArn"))
|
6669
|
+
TargetRedshiftCatalog.struct_class = Types::TargetRedshiftCatalog
|
6670
|
+
|
6671
|
+
TargetResourceNotFound.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
6672
|
+
TargetResourceNotFound.struct_class = Types::TargetResourceNotFound
|
6673
|
+
|
6674
|
+
TargetTableConfig.add_member(:unnest_spec, Shapes::ShapeRef.new(shape: UnnestSpec, location_name: "UnnestSpec"))
|
6675
|
+
TargetTableConfig.add_member(:partition_spec, Shapes::ShapeRef.new(shape: IntegrationPartitionSpecList, location_name: "PartitionSpec"))
|
6676
|
+
TargetTableConfig.add_member(:target_table_name, Shapes::ShapeRef.new(shape: String128, location_name: "TargetTableName"))
|
6677
|
+
TargetTableConfig.struct_class = Types::TargetTableConfig
|
6678
|
+
|
5991
6679
|
TaskRun.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
|
5992
6680
|
TaskRun.add_member(:task_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TaskRunId"))
|
5993
6681
|
TaskRun.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatusType, location_name: "Status"))
|
@@ -6025,6 +6713,7 @@ module Aws::Glue
|
|
6025
6713
|
TestConnectionInput.struct_class = Types::TestConnectionInput
|
6026
6714
|
|
6027
6715
|
TestConnectionRequest.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionName"))
|
6716
|
+
TestConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
6028
6717
|
TestConnectionRequest.add_member(:test_connection_input, Shapes::ShapeRef.new(shape: TestConnectionInput, location_name: "TestConnectionInput"))
|
6029
6718
|
TestConnectionRequest.struct_class = Types::TestConnectionRequest
|
6030
6719
|
|
@@ -6139,6 +6828,12 @@ module Aws::Glue
|
|
6139
6828
|
UpdateBlueprintResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
6140
6829
|
UpdateBlueprintResponse.struct_class = Types::UpdateBlueprintResponse
|
6141
6830
|
|
6831
|
+
UpdateCatalogRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, required: true, location_name: "CatalogId"))
|
6832
|
+
UpdateCatalogRequest.add_member(:catalog_input, Shapes::ShapeRef.new(shape: CatalogInput, required: true, location_name: "CatalogInput"))
|
6833
|
+
UpdateCatalogRequest.struct_class = Types::UpdateCatalogRequest
|
6834
|
+
|
6835
|
+
UpdateCatalogResponse.struct_class = Types::UpdateCatalogResponse
|
6836
|
+
|
6142
6837
|
UpdateClassifierRequest.add_member(:grok_classifier, Shapes::ShapeRef.new(shape: UpdateGrokClassifierRequest, location_name: "GrokClassifier"))
|
6143
6838
|
UpdateClassifierRequest.add_member(:xml_classifier, Shapes::ShapeRef.new(shape: UpdateXMLClassifierRequest, location_name: "XMLClassifier"))
|
6144
6839
|
UpdateClassifierRequest.add_member(:json_classifier, Shapes::ShapeRef.new(shape: UpdateJsonClassifierRequest, location_name: "JsonClassifier"))
|
@@ -6258,6 +6953,24 @@ module Aws::Glue
|
|
6258
6953
|
UpdateGrokClassifierRequest.add_member(:custom_patterns, Shapes::ShapeRef.new(shape: CustomPatterns, location_name: "CustomPatterns"))
|
6259
6954
|
UpdateGrokClassifierRequest.struct_class = Types::UpdateGrokClassifierRequest
|
6260
6955
|
|
6956
|
+
UpdateIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
6957
|
+
UpdateIntegrationResourcePropertyRequest.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
6958
|
+
UpdateIntegrationResourcePropertyRequest.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
6959
|
+
UpdateIntegrationResourcePropertyRequest.struct_class = Types::UpdateIntegrationResourcePropertyRequest
|
6960
|
+
|
6961
|
+
UpdateIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, location_name: "ResourceArn"))
|
6962
|
+
UpdateIntegrationResourcePropertyResponse.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
6963
|
+
UpdateIntegrationResourcePropertyResponse.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
6964
|
+
UpdateIntegrationResourcePropertyResponse.struct_class = Types::UpdateIntegrationResourcePropertyResponse
|
6965
|
+
|
6966
|
+
UpdateIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
6967
|
+
UpdateIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
|
6968
|
+
UpdateIntegrationTablePropertiesRequest.add_member(:source_table_config, Shapes::ShapeRef.new(shape: SourceTableConfig, location_name: "SourceTableConfig"))
|
6969
|
+
UpdateIntegrationTablePropertiesRequest.add_member(:target_table_config, Shapes::ShapeRef.new(shape: TargetTableConfig, location_name: "TargetTableConfig"))
|
6970
|
+
UpdateIntegrationTablePropertiesRequest.struct_class = Types::UpdateIntegrationTablePropertiesRequest
|
6971
|
+
|
6972
|
+
UpdateIntegrationTablePropertiesResponse.struct_class = Types::UpdateIntegrationTablePropertiesResponse
|
6973
|
+
|
6261
6974
|
UpdateJobFromSourceControlRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
|
6262
6975
|
UpdateJobFromSourceControlRequest.add_member(:provider, Shapes::ShapeRef.new(shape: SourceControlProvider, location_name: "Provider"))
|
6263
6976
|
UpdateJobFromSourceControlRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: NameString, location_name: "RepositoryName"))
|
@@ -6847,6 +7560,25 @@ module Aws::Glue
|
|
6847
7560
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
6848
7561
|
end)
|
6849
7562
|
|
7563
|
+
api.add_operation(:create_catalog, Seahorse::Model::Operation.new.tap do |o|
|
7564
|
+
o.name = "CreateCatalog"
|
7565
|
+
o.http_method = "POST"
|
7566
|
+
o.http_request_uri = "/"
|
7567
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCatalogRequest)
|
7568
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCatalogResponse)
|
7569
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
7570
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
7571
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
7572
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7573
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
7574
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
7575
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
7576
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7577
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
7578
|
+
o.errors << Shapes::ShapeRef.new(shape: FederatedResourceAlreadyExistsException)
|
7579
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
7580
|
+
end)
|
7581
|
+
|
6850
7582
|
api.add_operation(:create_classifier, Seahorse::Model::Operation.new.tap do |o|
|
6851
7583
|
o.name = "CreateClassifier"
|
6852
7584
|
o.http_method = "POST"
|
@@ -6940,6 +7672,8 @@ module Aws::Glue
|
|
6940
7672
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
6941
7673
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
6942
7674
|
o.errors << Shapes::ShapeRef.new(shape: FederatedResourceAlreadyExistsException)
|
7675
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
7676
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
6943
7677
|
end)
|
6944
7678
|
|
6945
7679
|
api.add_operation(:create_dev_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6958,6 +7692,57 @@ module Aws::Glue
|
|
6958
7692
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
6959
7693
|
end)
|
6960
7694
|
|
7695
|
+
api.add_operation(:create_integration, Seahorse::Model::Operation.new.tap do |o|
|
7696
|
+
o.name = "CreateIntegration"
|
7697
|
+
o.http_method = "POST"
|
7698
|
+
o.http_request_uri = "/"
|
7699
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIntegrationRequest)
|
7700
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIntegrationResponse)
|
7701
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7702
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7703
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7704
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7705
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationConflictOperationFault)
|
7706
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationQuotaExceededFault)
|
7707
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
7708
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
7709
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7710
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7711
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
7712
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
7713
|
+
end)
|
7714
|
+
|
7715
|
+
api.add_operation(:create_integration_resource_property, Seahorse::Model::Operation.new.tap do |o|
|
7716
|
+
o.name = "CreateIntegrationResourceProperty"
|
7717
|
+
o.http_method = "POST"
|
7718
|
+
o.http_request_uri = "/"
|
7719
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIntegrationResourcePropertyRequest)
|
7720
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIntegrationResourcePropertyResponse)
|
7721
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7722
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7723
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7724
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7725
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7726
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
7727
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7728
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
7729
|
+
end)
|
7730
|
+
|
7731
|
+
api.add_operation(:create_integration_table_properties, Seahorse::Model::Operation.new.tap do |o|
|
7732
|
+
o.name = "CreateIntegrationTableProperties"
|
7733
|
+
o.http_method = "POST"
|
7734
|
+
o.http_request_uri = "/"
|
7735
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIntegrationTablePropertiesRequest)
|
7736
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIntegrationTablePropertiesResponse)
|
7737
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7738
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7739
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7740
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7741
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
7742
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7743
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
7744
|
+
end)
|
7745
|
+
|
6961
7746
|
api.add_operation(:create_job, Seahorse::Model::Operation.new.tap do |o|
|
6962
7747
|
o.name = "CreateJob"
|
6963
7748
|
o.http_method = "POST"
|
@@ -7102,6 +7887,8 @@ module Aws::Glue
|
|
7102
7887
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
7103
7888
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
7104
7889
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
|
7890
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
7891
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
7105
7892
|
end)
|
7106
7893
|
|
7107
7894
|
api.add_operation(:create_table_optimizer, Seahorse::Model::Operation.new.tap do |o|
|
@@ -7189,6 +7976,22 @@ module Aws::Glue
|
|
7189
7976
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7190
7977
|
end)
|
7191
7978
|
|
7979
|
+
api.add_operation(:delete_catalog, Seahorse::Model::Operation.new.tap do |o|
|
7980
|
+
o.name = "DeleteCatalog"
|
7981
|
+
o.http_method = "POST"
|
7982
|
+
o.http_request_uri = "/"
|
7983
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCatalogRequest)
|
7984
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCatalogResponse)
|
7985
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
7986
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
7987
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7988
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
7989
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
7990
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
7991
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7992
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
7993
|
+
end)
|
7994
|
+
|
7192
7995
|
api.add_operation(:delete_classifier, Seahorse::Model::Operation.new.tap do |o|
|
7193
7996
|
o.name = "DeleteClassifier"
|
7194
7997
|
o.http_method = "POST"
|
@@ -7294,6 +8097,8 @@ module Aws::Glue
|
|
7294
8097
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7295
8098
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
7296
8099
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
8100
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8101
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
7297
8102
|
end)
|
7298
8103
|
|
7299
8104
|
api.add_operation(:delete_dev_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
@@ -7308,6 +8113,40 @@ module Aws::Glue
|
|
7308
8113
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
7309
8114
|
end)
|
7310
8115
|
|
8116
|
+
api.add_operation(:delete_integration, Seahorse::Model::Operation.new.tap do |o|
|
8117
|
+
o.name = "DeleteIntegration"
|
8118
|
+
o.http_method = "POST"
|
8119
|
+
o.http_request_uri = "/"
|
8120
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIntegrationRequest)
|
8121
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIntegrationResponse)
|
8122
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8123
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8124
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8125
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
|
8126
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationConflictOperationFault)
|
8127
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIntegrationStateFault)
|
8128
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8129
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8130
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8131
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
8132
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8133
|
+
end)
|
8134
|
+
|
8135
|
+
api.add_operation(:delete_integration_table_properties, Seahorse::Model::Operation.new.tap do |o|
|
8136
|
+
o.name = "DeleteIntegrationTableProperties"
|
8137
|
+
o.http_method = "POST"
|
8138
|
+
o.http_request_uri = "/"
|
8139
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIntegrationTablePropertiesRequest)
|
8140
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIntegrationTablePropertiesResponse)
|
8141
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8142
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8143
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8144
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8145
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8146
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8147
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8148
|
+
end)
|
8149
|
+
|
7311
8150
|
api.add_operation(:delete_job, Seahorse::Model::Operation.new.tap do |o|
|
7312
8151
|
o.name = "DeleteJob"
|
7313
8152
|
o.http_method = "POST"
|
@@ -7444,6 +8283,8 @@ module Aws::Glue
|
|
7444
8283
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
7445
8284
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
7446
8285
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
|
8286
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8287
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
7447
8288
|
end)
|
7448
8289
|
|
7449
8290
|
api.add_operation(:delete_table_optimizer, Seahorse::Model::Operation.new.tap do |o|
|
@@ -7519,6 +8360,70 @@ module Aws::Glue
|
|
7519
8360
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
7520
8361
|
end)
|
7521
8362
|
|
8363
|
+
api.add_operation(:describe_connection_type, Seahorse::Model::Operation.new.tap do |o|
|
8364
|
+
o.name = "DescribeConnectionType"
|
8365
|
+
o.http_method = "POST"
|
8366
|
+
o.http_request_uri = "/"
|
8367
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeConnectionTypeRequest)
|
8368
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeConnectionTypeResponse)
|
8369
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8370
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8371
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8372
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8373
|
+
end)
|
8374
|
+
|
8375
|
+
api.add_operation(:describe_entity, Seahorse::Model::Operation.new.tap do |o|
|
8376
|
+
o.name = "DescribeEntity"
|
8377
|
+
o.http_method = "POST"
|
8378
|
+
o.http_request_uri = "/"
|
8379
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEntityRequest)
|
8380
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeEntityResponse)
|
8381
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8382
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
8383
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8384
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
8385
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8386
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8387
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8388
|
+
o[:pager] = Aws::Pager.new(
|
8389
|
+
tokens: {
|
8390
|
+
"next_token" => "next_token"
|
8391
|
+
}
|
8392
|
+
)
|
8393
|
+
end)
|
8394
|
+
|
8395
|
+
api.add_operation(:describe_inbound_integrations, Seahorse::Model::Operation.new.tap do |o|
|
8396
|
+
o.name = "DescribeInboundIntegrations"
|
8397
|
+
o.http_method = "POST"
|
8398
|
+
o.http_request_uri = "/"
|
8399
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeInboundIntegrationsRequest)
|
8400
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeInboundIntegrationsResponse)
|
8401
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8402
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8403
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8404
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
|
8405
|
+
o.errors << Shapes::ShapeRef.new(shape: TargetResourceNotFound)
|
8406
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotSupportedException)
|
8407
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8408
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8409
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8410
|
+
end)
|
8411
|
+
|
8412
|
+
api.add_operation(:describe_integrations, Seahorse::Model::Operation.new.tap do |o|
|
8413
|
+
o.name = "DescribeIntegrations"
|
8414
|
+
o.http_method = "POST"
|
8415
|
+
o.http_request_uri = "/"
|
8416
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIntegrationsRequest)
|
8417
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIntegrationsResponse)
|
8418
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8419
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8420
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8421
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
|
8422
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8423
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8424
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8425
|
+
end)
|
8426
|
+
|
7522
8427
|
api.add_operation(:get_blueprint, Seahorse::Model::Operation.new.tap do |o|
|
7523
8428
|
o.name = "GetBlueprint"
|
7524
8429
|
o.http_method = "POST"
|
@@ -7560,6 +8465,23 @@ module Aws::Glue
|
|
7560
8465
|
)
|
7561
8466
|
end)
|
7562
8467
|
|
8468
|
+
api.add_operation(:get_catalog, Seahorse::Model::Operation.new.tap do |o|
|
8469
|
+
o.name = "GetCatalog"
|
8470
|
+
o.http_method = "POST"
|
8471
|
+
o.http_request_uri = "/"
|
8472
|
+
o.input = Shapes::ShapeRef.new(shape: GetCatalogRequest)
|
8473
|
+
o.output = Shapes::ShapeRef.new(shape: GetCatalogResponse)
|
8474
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8475
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8476
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8477
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
8478
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
8479
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8480
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8481
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8482
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
8483
|
+
end)
|
8484
|
+
|
7563
8485
|
api.add_operation(:get_catalog_import_status, Seahorse::Model::Operation.new.tap do |o|
|
7564
8486
|
o.name = "GetCatalogImportStatus"
|
7565
8487
|
o.http_method = "POST"
|
@@ -7570,6 +8492,22 @@ module Aws::Glue
|
|
7570
8492
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
7571
8493
|
end)
|
7572
8494
|
|
8495
|
+
api.add_operation(:get_catalogs, Seahorse::Model::Operation.new.tap do |o|
|
8496
|
+
o.name = "GetCatalogs"
|
8497
|
+
o.http_method = "POST"
|
8498
|
+
o.http_request_uri = "/"
|
8499
|
+
o.input = Shapes::ShapeRef.new(shape: GetCatalogsRequest)
|
8500
|
+
o.output = Shapes::ShapeRef.new(shape: GetCatalogsResponse)
|
8501
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8502
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8503
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
8504
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
8505
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8506
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8507
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8508
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
8509
|
+
end)
|
8510
|
+
|
7573
8511
|
api.add_operation(:get_classifier, Seahorse::Model::Operation.new.tap do |o|
|
7574
8512
|
o.name = "GetClassifier"
|
7575
8513
|
o.http_method = "POST"
|
@@ -7836,6 +8774,7 @@ module Aws::Glue
|
|
7836
8774
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
7837
8775
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
7838
8776
|
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8777
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
7839
8778
|
end)
|
7840
8779
|
|
7841
8780
|
api.add_operation(:get_databases, Seahorse::Model::Operation.new.tap do |o|
|
@@ -7848,6 +8787,9 @@ module Aws::Glue
|
|
7848
8787
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7849
8788
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
7850
8789
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
8790
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8791
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8792
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
7851
8793
|
o[:pager] = Aws::Pager.new(
|
7852
8794
|
limit_key: "max_results",
|
7853
8795
|
tokens: {
|
@@ -7897,6 +8839,51 @@ module Aws::Glue
|
|
7897
8839
|
)
|
7898
8840
|
end)
|
7899
8841
|
|
8842
|
+
api.add_operation(:get_entity_records, Seahorse::Model::Operation.new.tap do |o|
|
8843
|
+
o.name = "GetEntityRecords"
|
8844
|
+
o.http_method = "POST"
|
8845
|
+
o.http_request_uri = "/"
|
8846
|
+
o.input = Shapes::ShapeRef.new(shape: GetEntityRecordsRequest)
|
8847
|
+
o.output = Shapes::ShapeRef.new(shape: GetEntityRecordsResponse)
|
8848
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8849
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
8850
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8851
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
8852
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8853
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8854
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8855
|
+
end)
|
8856
|
+
|
8857
|
+
api.add_operation(:get_integration_resource_property, Seahorse::Model::Operation.new.tap do |o|
|
8858
|
+
o.name = "GetIntegrationResourceProperty"
|
8859
|
+
o.http_method = "POST"
|
8860
|
+
o.http_request_uri = "/"
|
8861
|
+
o.input = Shapes::ShapeRef.new(shape: GetIntegrationResourcePropertyRequest)
|
8862
|
+
o.output = Shapes::ShapeRef.new(shape: GetIntegrationResourcePropertyResponse)
|
8863
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8864
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8865
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8866
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8867
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8868
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8869
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8870
|
+
end)
|
8871
|
+
|
8872
|
+
api.add_operation(:get_integration_table_properties, Seahorse::Model::Operation.new.tap do |o|
|
8873
|
+
o.name = "GetIntegrationTableProperties"
|
8874
|
+
o.http_method = "POST"
|
8875
|
+
o.http_request_uri = "/"
|
8876
|
+
o.input = Shapes::ShapeRef.new(shape: GetIntegrationTablePropertiesRequest)
|
8877
|
+
o.output = Shapes::ShapeRef.new(shape: GetIntegrationTablePropertiesResponse)
|
8878
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8879
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8880
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8881
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8882
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8883
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8884
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8885
|
+
end)
|
8886
|
+
|
7900
8887
|
api.add_operation(:get_job, Seahorse::Model::Operation.new.tap do |o|
|
7901
8888
|
o.name = "GetJob"
|
7902
8889
|
o.http_method = "POST"
|
@@ -8575,6 +9562,22 @@ module Aws::Glue
|
|
8575
9562
|
)
|
8576
9563
|
end)
|
8577
9564
|
|
9565
|
+
api.add_operation(:list_connection_types, Seahorse::Model::Operation.new.tap do |o|
|
9566
|
+
o.name = "ListConnectionTypes"
|
9567
|
+
o.http_method = "POST"
|
9568
|
+
o.http_request_uri = "/"
|
9569
|
+
o.input = Shapes::ShapeRef.new(shape: ListConnectionTypesRequest)
|
9570
|
+
o.output = Shapes::ShapeRef.new(shape: ListConnectionTypesResponse)
|
9571
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
9572
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
9573
|
+
o[:pager] = Aws::Pager.new(
|
9574
|
+
limit_key: "max_results",
|
9575
|
+
tokens: {
|
9576
|
+
"next_token" => "next_token"
|
9577
|
+
}
|
9578
|
+
)
|
9579
|
+
end)
|
9580
|
+
|
8578
9581
|
api.add_operation(:list_crawlers, Seahorse::Model::Operation.new.tap do |o|
|
8579
9582
|
o.name = "ListCrawlers"
|
8580
9583
|
o.http_method = "POST"
|
@@ -8726,6 +9729,26 @@ module Aws::Glue
|
|
8726
9729
|
)
|
8727
9730
|
end)
|
8728
9731
|
|
9732
|
+
api.add_operation(:list_entities, Seahorse::Model::Operation.new.tap do |o|
|
9733
|
+
o.name = "ListEntities"
|
9734
|
+
o.http_method = "POST"
|
9735
|
+
o.http_request_uri = "/"
|
9736
|
+
o.input = Shapes::ShapeRef.new(shape: ListEntitiesRequest)
|
9737
|
+
o.output = Shapes::ShapeRef.new(shape: ListEntitiesResponse)
|
9738
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
9739
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
9740
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
9741
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
9742
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
9743
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
9744
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
9745
|
+
o[:pager] = Aws::Pager.new(
|
9746
|
+
tokens: {
|
9747
|
+
"next_token" => "next_token"
|
9748
|
+
}
|
9749
|
+
)
|
9750
|
+
end)
|
9751
|
+
|
8729
9752
|
api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
|
8730
9753
|
o.name = "ListJobs"
|
8731
9754
|
o.http_method = "POST"
|
@@ -8920,6 +9943,25 @@ module Aws::Glue
|
|
8920
9943
|
)
|
8921
9944
|
end)
|
8922
9945
|
|
9946
|
+
api.add_operation(:modify_integration, Seahorse::Model::Operation.new.tap do |o|
|
9947
|
+
o.name = "ModifyIntegration"
|
9948
|
+
o.http_method = "POST"
|
9949
|
+
o.http_request_uri = "/"
|
9950
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIntegrationRequest)
|
9951
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIntegrationResponse)
|
9952
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
9953
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
9954
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
9955
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
|
9956
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationConflictOperationFault)
|
9957
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIntegrationStateFault)
|
9958
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
9959
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
9960
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
9961
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
9962
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
9963
|
+
end)
|
9964
|
+
|
8923
9965
|
api.add_operation(:put_data_catalog_encryption_settings, Seahorse::Model::Operation.new.tap do |o|
|
8924
9966
|
o.name = "PutDataCatalogEncryptionSettings"
|
8925
9967
|
o.http_method = "POST"
|
@@ -9403,6 +10445,22 @@ module Aws::Glue
|
|
9403
10445
|
o.errors << Shapes::ShapeRef.new(shape: IllegalBlueprintStateException)
|
9404
10446
|
end)
|
9405
10447
|
|
10448
|
+
api.add_operation(:update_catalog, Seahorse::Model::Operation.new.tap do |o|
|
10449
|
+
o.name = "UpdateCatalog"
|
10450
|
+
o.http_method = "POST"
|
10451
|
+
o.http_request_uri = "/"
|
10452
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCatalogRequest)
|
10453
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCatalogResponse)
|
10454
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
10455
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
10456
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
10457
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
10458
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
10459
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
10460
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10461
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
10462
|
+
end)
|
10463
|
+
|
9406
10464
|
api.add_operation(:update_classifier, Seahorse::Model::Operation.new.tap do |o|
|
9407
10465
|
o.name = "UpdateClassifier"
|
9408
10466
|
o.http_method = "POST"
|
@@ -9520,6 +10578,9 @@ module Aws::Glue
|
|
9520
10578
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
9521
10579
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
9522
10580
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
10581
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
10582
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
10583
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
9523
10584
|
end)
|
9524
10585
|
|
9525
10586
|
api.add_operation(:update_dev_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
@@ -9535,6 +10596,36 @@ module Aws::Glue
|
|
9535
10596
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
9536
10597
|
end)
|
9537
10598
|
|
10599
|
+
api.add_operation(:update_integration_resource_property, Seahorse::Model::Operation.new.tap do |o|
|
10600
|
+
o.name = "UpdateIntegrationResourceProperty"
|
10601
|
+
o.http_method = "POST"
|
10602
|
+
o.http_request_uri = "/"
|
10603
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateIntegrationResourcePropertyRequest)
|
10604
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateIntegrationResourcePropertyResponse)
|
10605
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
10606
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10607
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
10608
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
10609
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
10610
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
10611
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
10612
|
+
end)
|
10613
|
+
|
10614
|
+
api.add_operation(:update_integration_table_properties, Seahorse::Model::Operation.new.tap do |o|
|
10615
|
+
o.name = "UpdateIntegrationTableProperties"
|
10616
|
+
o.http_method = "POST"
|
10617
|
+
o.http_request_uri = "/"
|
10618
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateIntegrationTablePropertiesRequest)
|
10619
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateIntegrationTablePropertiesResponse)
|
10620
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
10621
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10622
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
10623
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
10624
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
10625
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
10626
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
10627
|
+
end)
|
10628
|
+
|
9538
10629
|
api.add_operation(:update_job, Seahorse::Model::Operation.new.tap do |o|
|
9539
10630
|
o.name = "UpdateJob"
|
9540
10631
|
o.http_method = "POST"
|
@@ -9644,6 +10735,9 @@ module Aws::Glue
|
|
9644
10735
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
9645
10736
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
9646
10737
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
|
10738
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
10739
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
10740
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
9647
10741
|
end)
|
9648
10742
|
|
9649
10743
|
api.add_operation(:update_table_optimizer, Seahorse::Model::Operation.new.tap do |o|
|