aws-sdk-glue 1.203.0 → 1.204.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +1543 -12
- data/lib/aws-sdk-glue/client_api.rb +1087 -0
- data/lib/aws-sdk-glue/errors.rb +128 -0
- data/lib/aws-sdk-glue/types.rb +2662 -177
- data/lib/aws-sdk-glue.rb +1 -1
- data/sig/client.rbs +508 -16
- data/sig/errors.rbs +24 -0
- data/sig/types.rbs +641 -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,8 +381,12 @@ 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')
|
347
392
|
DataQualityEvaluationRunAdditionalRunOptions = Shapes::StructureShape.new(name: 'DataQualityEvaluationRunAdditionalRunOptions')
|
@@ -391,6 +436,8 @@ module Aws::Glue
|
|
391
436
|
DeleteBehavior = Shapes::StringShape.new(name: 'DeleteBehavior')
|
392
437
|
DeleteBlueprintRequest = Shapes::StructureShape.new(name: 'DeleteBlueprintRequest')
|
393
438
|
DeleteBlueprintResponse = Shapes::StructureShape.new(name: 'DeleteBlueprintResponse')
|
439
|
+
DeleteCatalogRequest = Shapes::StructureShape.new(name: 'DeleteCatalogRequest')
|
440
|
+
DeleteCatalogResponse = Shapes::StructureShape.new(name: 'DeleteCatalogResponse')
|
394
441
|
DeleteClassifierRequest = Shapes::StructureShape.new(name: 'DeleteClassifierRequest')
|
395
442
|
DeleteClassifierResponse = Shapes::StructureShape.new(name: 'DeleteClassifierResponse')
|
396
443
|
DeleteColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'DeleteColumnStatisticsForPartitionRequest')
|
@@ -412,6 +459,10 @@ module Aws::Glue
|
|
412
459
|
DeleteDatabaseResponse = Shapes::StructureShape.new(name: 'DeleteDatabaseResponse')
|
413
460
|
DeleteDevEndpointRequest = Shapes::StructureShape.new(name: 'DeleteDevEndpointRequest')
|
414
461
|
DeleteDevEndpointResponse = Shapes::StructureShape.new(name: 'DeleteDevEndpointResponse')
|
462
|
+
DeleteIntegrationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationRequest')
|
463
|
+
DeleteIntegrationResponse = Shapes::StructureShape.new(name: 'DeleteIntegrationResponse')
|
464
|
+
DeleteIntegrationTablePropertiesRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationTablePropertiesRequest')
|
465
|
+
DeleteIntegrationTablePropertiesResponse = Shapes::StructureShape.new(name: 'DeleteIntegrationTablePropertiesResponse')
|
415
466
|
DeleteJobRequest = Shapes::StructureShape.new(name: 'DeleteJobRequest')
|
416
467
|
DeleteJobResponse = Shapes::StructureShape.new(name: 'DeleteJobResponse')
|
417
468
|
DeleteMLTransformRequest = Shapes::StructureShape.new(name: 'DeleteMLTransformRequest')
|
@@ -449,6 +500,15 @@ module Aws::Glue
|
|
449
500
|
DeltaTarget = Shapes::StructureShape.new(name: 'DeltaTarget')
|
450
501
|
DeltaTargetCompressionType = Shapes::StringShape.new(name: 'DeltaTargetCompressionType')
|
451
502
|
DeltaTargetList = Shapes::ListShape.new(name: 'DeltaTargetList')
|
503
|
+
DescribeConnectionTypeRequest = Shapes::StructureShape.new(name: 'DescribeConnectionTypeRequest')
|
504
|
+
DescribeConnectionTypeResponse = Shapes::StructureShape.new(name: 'DescribeConnectionTypeResponse')
|
505
|
+
DescribeEntityRequest = Shapes::StructureShape.new(name: 'DescribeEntityRequest')
|
506
|
+
DescribeEntityResponse = Shapes::StructureShape.new(name: 'DescribeEntityResponse')
|
507
|
+
DescribeInboundIntegrationsRequest = Shapes::StructureShape.new(name: 'DescribeInboundIntegrationsRequest')
|
508
|
+
DescribeInboundIntegrationsResponse = Shapes::StructureShape.new(name: 'DescribeInboundIntegrationsResponse')
|
509
|
+
DescribeIntegrationsRequest = Shapes::StructureShape.new(name: 'DescribeIntegrationsRequest')
|
510
|
+
DescribeIntegrationsResponse = Shapes::StructureShape.new(name: 'DescribeIntegrationsResponse')
|
511
|
+
Description = Shapes::StringShape.new(name: 'Description')
|
452
512
|
DescriptionString = Shapes::StringShape.new(name: 'DescriptionString')
|
453
513
|
DescriptionStringRemovable = Shapes::StringShape.new(name: 'DescriptionStringRemovable')
|
454
514
|
DevEndpoint = Shapes::StructureShape.new(name: 'DevEndpoint')
|
@@ -480,6 +540,12 @@ module Aws::Glue
|
|
480
540
|
EnclosedInStringPropertyWithQuote = Shapes::StringShape.new(name: 'EnclosedInStringPropertyWithQuote')
|
481
541
|
EncryptionAtRest = Shapes::StructureShape.new(name: 'EncryptionAtRest')
|
482
542
|
EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
|
543
|
+
Entity = Shapes::StructureShape.new(name: 'Entity')
|
544
|
+
EntityDescription = Shapes::StringShape.new(name: 'EntityDescription')
|
545
|
+
EntityFieldName = Shapes::StringShape.new(name: 'EntityFieldName')
|
546
|
+
EntityLabel = Shapes::StringShape.new(name: 'EntityLabel')
|
547
|
+
EntityList = Shapes::ListShape.new(name: 'EntityList')
|
548
|
+
EntityName = Shapes::StringShape.new(name: 'EntityName')
|
483
549
|
EntityNotFoundException = Shapes::StructureShape.new(name: 'EntityNotFoundException')
|
484
550
|
ErrorByName = Shapes::MapShape.new(name: 'ErrorByName')
|
485
551
|
ErrorCodeString = Shapes::StringShape.new(name: 'ErrorCodeString')
|
@@ -493,12 +559,15 @@ module Aws::Glue
|
|
493
559
|
EvaluationMetrics = Shapes::StructureShape.new(name: 'EvaluationMetrics')
|
494
560
|
EventBatchingCondition = Shapes::StructureShape.new(name: 'EventBatchingCondition')
|
495
561
|
EventQueueArn = Shapes::StringShape.new(name: 'EventQueueArn')
|
562
|
+
ExecutionAttempt = Shapes::StructureShape.new(name: 'ExecutionAttempt')
|
496
563
|
ExecutionClass = Shapes::StringShape.new(name: 'ExecutionClass')
|
497
564
|
ExecutionProperty = Shapes::StructureShape.new(name: 'ExecutionProperty')
|
565
|
+
ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
|
498
566
|
ExecutionTime = Shapes::IntegerShape.new(name: 'ExecutionTime')
|
499
567
|
ExistCondition = Shapes::StringShape.new(name: 'ExistCondition')
|
500
568
|
ExportLabelsTaskRunProperties = Shapes::StructureShape.new(name: 'ExportLabelsTaskRunProperties')
|
501
569
|
ExtendedString = Shapes::StringShape.new(name: 'ExtendedString')
|
570
|
+
FederatedCatalog = Shapes::StructureShape.new(name: 'FederatedCatalog')
|
502
571
|
FederatedDatabase = Shapes::StructureShape.new(name: 'FederatedDatabase')
|
503
572
|
FederatedResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'FederatedResourceAlreadyExistsException')
|
504
573
|
FederatedTable = Shapes::StructureShape.new(name: 'FederatedTable')
|
@@ -506,8 +575,15 @@ module Aws::Glue
|
|
506
575
|
FederationSourceErrorCode = Shapes::StringShape.new(name: 'FederationSourceErrorCode')
|
507
576
|
FederationSourceException = Shapes::StructureShape.new(name: 'FederationSourceException')
|
508
577
|
FederationSourceRetryableException = Shapes::StructureShape.new(name: 'FederationSourceRetryableException')
|
578
|
+
Field = Shapes::StructureShape.new(name: 'Field')
|
579
|
+
FieldDataType = Shapes::StringShape.new(name: 'FieldDataType')
|
580
|
+
FieldDescription = Shapes::StringShape.new(name: 'FieldDescription')
|
581
|
+
FieldFilterOperator = Shapes::StringShape.new(name: 'FieldFilterOperator')
|
582
|
+
FieldFilterOperatorsList = Shapes::ListShape.new(name: 'FieldFilterOperatorsList')
|
583
|
+
FieldLabel = Shapes::StringShape.new(name: 'FieldLabel')
|
509
584
|
FieldName = Shapes::StringShape.new(name: 'FieldName')
|
510
585
|
FieldType = Shapes::StringShape.new(name: 'FieldType')
|
586
|
+
FieldsList = Shapes::ListShape.new(name: 'FieldsList')
|
511
587
|
FillMissingValues = Shapes::StructureShape.new(name: 'FillMissingValues')
|
512
588
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
513
589
|
FilterExpression = Shapes::StructureShape.new(name: 'FilterExpression')
|
@@ -515,6 +591,7 @@ module Aws::Glue
|
|
515
591
|
FilterLogicalOperator = Shapes::StringShape.new(name: 'FilterLogicalOperator')
|
516
592
|
FilterOperation = Shapes::StringShape.new(name: 'FilterOperation')
|
517
593
|
FilterOperator = Shapes::StringShape.new(name: 'FilterOperator')
|
594
|
+
FilterPredicate = Shapes::StringShape.new(name: 'FilterPredicate')
|
518
595
|
FilterString = Shapes::StringShape.new(name: 'FilterString')
|
519
596
|
FilterValue = Shapes::StructureShape.new(name: 'FilterValue')
|
520
597
|
FilterValueType = Shapes::StringShape.new(name: 'FilterValueType')
|
@@ -536,6 +613,10 @@ module Aws::Glue
|
|
536
613
|
GetBlueprintRunsResponse = Shapes::StructureShape.new(name: 'GetBlueprintRunsResponse')
|
537
614
|
GetCatalogImportStatusRequest = Shapes::StructureShape.new(name: 'GetCatalogImportStatusRequest')
|
538
615
|
GetCatalogImportStatusResponse = Shapes::StructureShape.new(name: 'GetCatalogImportStatusResponse')
|
616
|
+
GetCatalogRequest = Shapes::StructureShape.new(name: 'GetCatalogRequest')
|
617
|
+
GetCatalogResponse = Shapes::StructureShape.new(name: 'GetCatalogResponse')
|
618
|
+
GetCatalogsRequest = Shapes::StructureShape.new(name: 'GetCatalogsRequest')
|
619
|
+
GetCatalogsResponse = Shapes::StructureShape.new(name: 'GetCatalogsResponse')
|
539
620
|
GetClassifierRequest = Shapes::StructureShape.new(name: 'GetClassifierRequest')
|
540
621
|
GetClassifierResponse = Shapes::StructureShape.new(name: 'GetClassifierResponse')
|
541
622
|
GetClassifiersRequest = Shapes::StructureShape.new(name: 'GetClassifiersRequest')
|
@@ -588,6 +669,12 @@ module Aws::Glue
|
|
588
669
|
GetDevEndpointResponse = Shapes::StructureShape.new(name: 'GetDevEndpointResponse')
|
589
670
|
GetDevEndpointsRequest = Shapes::StructureShape.new(name: 'GetDevEndpointsRequest')
|
590
671
|
GetDevEndpointsResponse = Shapes::StructureShape.new(name: 'GetDevEndpointsResponse')
|
672
|
+
GetEntityRecordsRequest = Shapes::StructureShape.new(name: 'GetEntityRecordsRequest')
|
673
|
+
GetEntityRecordsResponse = Shapes::StructureShape.new(name: 'GetEntityRecordsResponse')
|
674
|
+
GetIntegrationResourcePropertyRequest = Shapes::StructureShape.new(name: 'GetIntegrationResourcePropertyRequest')
|
675
|
+
GetIntegrationResourcePropertyResponse = Shapes::StructureShape.new(name: 'GetIntegrationResourcePropertyResponse')
|
676
|
+
GetIntegrationTablePropertiesRequest = Shapes::StructureShape.new(name: 'GetIntegrationTablePropertiesRequest')
|
677
|
+
GetIntegrationTablePropertiesResponse = Shapes::StructureShape.new(name: 'GetIntegrationTablePropertiesResponse')
|
591
678
|
GetJobBookmarkRequest = Shapes::StructureShape.new(name: 'GetJobBookmarkRequest')
|
592
679
|
GetJobBookmarkResponse = Shapes::StructureShape.new(name: 'GetJobBookmarkResponse')
|
593
680
|
GetJobRequest = Shapes::StructureShape.new(name: 'GetJobRequest')
|
@@ -716,14 +803,39 @@ module Aws::Glue
|
|
716
803
|
ImportCatalogToGlueRequest = Shapes::StructureShape.new(name: 'ImportCatalogToGlueRequest')
|
717
804
|
ImportCatalogToGlueResponse = Shapes::StructureShape.new(name: 'ImportCatalogToGlueResponse')
|
718
805
|
ImportLabelsTaskRunProperties = Shapes::StructureShape.new(name: 'ImportLabelsTaskRunProperties')
|
806
|
+
InboundIntegration = Shapes::StructureShape.new(name: 'InboundIntegration')
|
807
|
+
InboundIntegrationsList = Shapes::ListShape.new(name: 'InboundIntegrationsList')
|
719
808
|
InclusionAnnotationList = Shapes::ListShape.new(name: 'InclusionAnnotationList')
|
720
809
|
InclusionAnnotationValue = Shapes::StringShape.new(name: 'InclusionAnnotationValue')
|
721
810
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
722
811
|
IntegerFlag = Shapes::IntegerShape.new(name: 'IntegerFlag')
|
723
812
|
IntegerValue = Shapes::IntegerShape.new(name: 'IntegerValue')
|
813
|
+
Integration = Shapes::StructureShape.new(name: 'Integration')
|
814
|
+
IntegrationAdditionalEncryptionContextMap = Shapes::MapShape.new(name: 'IntegrationAdditionalEncryptionContextMap')
|
815
|
+
IntegrationConflictOperationFault = Shapes::StructureShape.new(name: 'IntegrationConflictOperationFault')
|
816
|
+
IntegrationDescription = Shapes::StringShape.new(name: 'IntegrationDescription')
|
817
|
+
IntegrationError = Shapes::StructureShape.new(name: 'IntegrationError')
|
818
|
+
IntegrationErrorList = Shapes::ListShape.new(name: 'IntegrationErrorList')
|
819
|
+
IntegrationErrorMessage = Shapes::StringShape.new(name: 'IntegrationErrorMessage')
|
820
|
+
IntegrationFilter = Shapes::StructureShape.new(name: 'IntegrationFilter')
|
821
|
+
IntegrationFilterList = Shapes::ListShape.new(name: 'IntegrationFilterList')
|
822
|
+
IntegrationFilterValues = Shapes::ListShape.new(name: 'IntegrationFilterValues')
|
823
|
+
IntegrationInteger = Shapes::IntegerShape.new(name: 'IntegrationInteger')
|
824
|
+
IntegrationNotFoundFault = Shapes::StructureShape.new(name: 'IntegrationNotFoundFault')
|
825
|
+
IntegrationPartition = Shapes::StructureShape.new(name: 'IntegrationPartition')
|
826
|
+
IntegrationPartitionSpecList = Shapes::ListShape.new(name: 'IntegrationPartitionSpecList')
|
827
|
+
IntegrationQuotaExceededFault = Shapes::StructureShape.new(name: 'IntegrationQuotaExceededFault')
|
828
|
+
IntegrationStatus = Shapes::StringShape.new(name: 'IntegrationStatus')
|
829
|
+
IntegrationString = Shapes::StringShape.new(name: 'IntegrationString')
|
830
|
+
IntegrationTagsList = Shapes::ListShape.new(name: 'IntegrationTagsList')
|
831
|
+
IntegrationTimestamp = Shapes::TimestampShape.new(name: 'IntegrationTimestamp')
|
832
|
+
IntegrationsList = Shapes::ListShape.new(name: 'IntegrationsList')
|
833
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
724
834
|
InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
|
725
835
|
InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
|
836
|
+
InvalidIntegrationStateFault = Shapes::StructureShape.new(name: 'InvalidIntegrationStateFault')
|
726
837
|
InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
|
838
|
+
IsParentEntity = Shapes::BooleanShape.new(name: 'IsParentEntity')
|
727
839
|
IsVersionValid = Shapes::BooleanShape.new(name: 'IsVersionValid')
|
728
840
|
Iso8601DateTime = Shapes::TimestampShape.new(name: 'Iso8601DateTime', timestampFormat: "iso8601")
|
729
841
|
JDBCConnectionType = Shapes::StringShape.new(name: 'JDBCConnectionType')
|
@@ -756,6 +868,8 @@ module Aws::Glue
|
|
756
868
|
JsonClassifier = Shapes::StructureShape.new(name: 'JsonClassifier')
|
757
869
|
JsonPath = Shapes::StringShape.new(name: 'JsonPath')
|
758
870
|
JsonValue = Shapes::StringShape.new(name: 'JsonValue')
|
871
|
+
JwtToken = Shapes::StringShape.new(name: 'JwtToken')
|
872
|
+
KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault')
|
759
873
|
KafkaStreamingSourceOptions = Shapes::StructureShape.new(name: 'KafkaStreamingSourceOptions')
|
760
874
|
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
761
875
|
KeySchemaElement = Shapes::StructureShape.new(name: 'KeySchemaElement')
|
@@ -771,6 +885,7 @@ module Aws::Glue
|
|
771
885
|
LastCrawlInfo = Shapes::StructureShape.new(name: 'LastCrawlInfo')
|
772
886
|
LastCrawlStatus = Shapes::StringShape.new(name: 'LastCrawlStatus')
|
773
887
|
LatestSchemaVersionBoolean = Shapes::BooleanShape.new(name: 'LatestSchemaVersionBoolean')
|
888
|
+
Limit = Shapes::IntegerShape.new(name: 'Limit')
|
774
889
|
LimitedPathList = Shapes::ListShape.new(name: 'LimitedPathList')
|
775
890
|
LimitedStringList = Shapes::ListShape.new(name: 'LimitedStringList')
|
776
891
|
LineageConfiguration = Shapes::StructureShape.new(name: 'LineageConfiguration')
|
@@ -778,6 +893,8 @@ module Aws::Glue
|
|
778
893
|
ListBlueprintsResponse = Shapes::StructureShape.new(name: 'ListBlueprintsResponse')
|
779
894
|
ListColumnStatisticsTaskRunsRequest = Shapes::StructureShape.new(name: 'ListColumnStatisticsTaskRunsRequest')
|
780
895
|
ListColumnStatisticsTaskRunsResponse = Shapes::StructureShape.new(name: 'ListColumnStatisticsTaskRunsResponse')
|
896
|
+
ListConnectionTypesRequest = Shapes::StructureShape.new(name: 'ListConnectionTypesRequest')
|
897
|
+
ListConnectionTypesResponse = Shapes::StructureShape.new(name: 'ListConnectionTypesResponse')
|
781
898
|
ListCrawlersRequest = Shapes::StructureShape.new(name: 'ListCrawlersRequest')
|
782
899
|
ListCrawlersResponse = Shapes::StructureShape.new(name: 'ListCrawlersResponse')
|
783
900
|
ListCrawlsRequest = Shapes::StructureShape.new(name: 'ListCrawlsRequest')
|
@@ -798,10 +915,13 @@ module Aws::Glue
|
|
798
915
|
ListDataQualityStatisticsResponse = Shapes::StructureShape.new(name: 'ListDataQualityStatisticsResponse')
|
799
916
|
ListDevEndpointsRequest = Shapes::StructureShape.new(name: 'ListDevEndpointsRequest')
|
800
917
|
ListDevEndpointsResponse = Shapes::StructureShape.new(name: 'ListDevEndpointsResponse')
|
918
|
+
ListEntitiesRequest = Shapes::StructureShape.new(name: 'ListEntitiesRequest')
|
919
|
+
ListEntitiesResponse = Shapes::StructureShape.new(name: 'ListEntitiesResponse')
|
801
920
|
ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
|
802
921
|
ListJobsResponse = Shapes::StructureShape.new(name: 'ListJobsResponse')
|
803
922
|
ListMLTransformsRequest = Shapes::StructureShape.new(name: 'ListMLTransformsRequest')
|
804
923
|
ListMLTransformsResponse = Shapes::StructureShape.new(name: 'ListMLTransformsResponse')
|
924
|
+
ListOfString = Shapes::ListShape.new(name: 'ListOfString')
|
805
925
|
ListRegistriesInput = Shapes::StructureShape.new(name: 'ListRegistriesInput')
|
806
926
|
ListRegistriesResponse = Shapes::StructureShape.new(name: 'ListRegistriesResponse')
|
807
927
|
ListSchemaVersionsInput = Shapes::StructureShape.new(name: 'ListSchemaVersionsInput')
|
@@ -848,6 +968,7 @@ module Aws::Glue
|
|
848
968
|
MatchCriteria = Shapes::ListShape.new(name: 'MatchCriteria')
|
849
969
|
MaxConcurrentRuns = Shapes::IntegerShape.new(name: 'MaxConcurrentRuns')
|
850
970
|
MaxListTableOptimizerRunsTokenResults = Shapes::IntegerShape.new(name: 'MaxListTableOptimizerRunsTokenResults')
|
971
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
851
972
|
MaxResultsNumber = Shapes::IntegerShape.new(name: 'MaxResultsNumber')
|
852
973
|
MaxRetries = Shapes::IntegerShape.new(name: 'MaxRetries')
|
853
974
|
Merge = Shapes::StructureShape.new(name: 'Merge')
|
@@ -864,6 +985,8 @@ module Aws::Glue
|
|
864
985
|
MicrosoftSQLServerCatalogSource = Shapes::StructureShape.new(name: 'MicrosoftSQLServerCatalogSource')
|
865
986
|
MicrosoftSQLServerCatalogTarget = Shapes::StructureShape.new(name: 'MicrosoftSQLServerCatalogTarget')
|
866
987
|
MillisecondsCount = Shapes::IntegerShape.new(name: 'MillisecondsCount')
|
988
|
+
ModifyIntegrationRequest = Shapes::StructureShape.new(name: 'ModifyIntegrationRequest')
|
989
|
+
ModifyIntegrationResponse = Shapes::StructureShape.new(name: 'ModifyIntegrationResponse')
|
867
990
|
MongoDBTarget = Shapes::StructureShape.new(name: 'MongoDBTarget')
|
868
991
|
MongoDBTargetList = Shapes::ListShape.new(name: 'MongoDBTargetList')
|
869
992
|
MySQLCatalogSource = Shapes::StructureShape.new(name: 'MySQLCatalogSource')
|
@@ -871,6 +994,7 @@ module Aws::Glue
|
|
871
994
|
NameString = Shapes::StringShape.new(name: 'NameString')
|
872
995
|
NameStringList = Shapes::ListShape.new(name: 'NameStringList')
|
873
996
|
NewRules = Shapes::ListShape.new(name: 'NewRules')
|
997
|
+
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
874
998
|
NoScheduleException = Shapes::StructureShape.new(name: 'NoScheduleException')
|
875
999
|
Node = Shapes::StructureShape.new(name: 'Node')
|
876
1000
|
NodeId = Shapes::StringShape.new(name: 'NodeId')
|
@@ -892,6 +1016,7 @@ module Aws::Glue
|
|
892
1016
|
NullableInteger = Shapes::IntegerShape.new(name: 'NullableInteger')
|
893
1017
|
NullableString = Shapes::StringShape.new(name: 'NullableString')
|
894
1018
|
OAuth2ClientApplication = Shapes::StructureShape.new(name: 'OAuth2ClientApplication')
|
1019
|
+
OAuth2Credentials = Shapes::StructureShape.new(name: 'OAuth2Credentials')
|
895
1020
|
OAuth2GrantType = Shapes::StringShape.new(name: 'OAuth2GrantType')
|
896
1021
|
OAuth2Properties = Shapes::StructureShape.new(name: 'OAuth2Properties')
|
897
1022
|
OAuth2PropertiesInput = Shapes::StructureShape.new(name: 'OAuth2PropertiesInput')
|
@@ -901,7 +1026,9 @@ module Aws::Glue
|
|
901
1026
|
OperationNotSupportedException = Shapes::StructureShape.new(name: 'OperationNotSupportedException')
|
902
1027
|
OperationTimeoutException = Shapes::StructureShape.new(name: 'OperationTimeoutException')
|
903
1028
|
Option = Shapes::StructureShape.new(name: 'Option')
|
1029
|
+
OptionKey = Shapes::StringShape.new(name: 'OptionKey')
|
904
1030
|
OptionList = Shapes::ListShape.new(name: 'OptionList')
|
1031
|
+
OptionValue = Shapes::StringShape.new(name: 'OptionValue')
|
905
1032
|
OracleSQLCatalogSource = Shapes::StructureShape.new(name: 'OracleSQLCatalogSource')
|
906
1033
|
OracleSQLCatalogTarget = Shapes::StructureShape.new(name: 'OracleSQLCatalogTarget')
|
907
1034
|
OrchestrationArgumentsMap = Shapes::MapShape.new(name: 'OrchestrationArgumentsMap')
|
@@ -944,6 +1071,7 @@ module Aws::Glue
|
|
944
1071
|
PartitionInputList = Shapes::ListShape.new(name: 'PartitionInputList')
|
945
1072
|
PartitionList = Shapes::ListShape.new(name: 'PartitionList')
|
946
1073
|
PartitionValueList = Shapes::StructureShape.new(name: 'PartitionValueList')
|
1074
|
+
Password = Shapes::StringShape.new(name: 'Password')
|
947
1075
|
Path = Shapes::StringShape.new(name: 'Path')
|
948
1076
|
PathList = Shapes::ListShape.new(name: 'PathList')
|
949
1077
|
Permission = Shapes::StringShape.new(name: 'Permission')
|
@@ -963,14 +1091,22 @@ module Aws::Glue
|
|
963
1091
|
PredecessorList = Shapes::ListShape.new(name: 'PredecessorList')
|
964
1092
|
Predicate = Shapes::StructureShape.new(name: 'Predicate')
|
965
1093
|
PredicateString = Shapes::StringShape.new(name: 'PredicateString')
|
1094
|
+
PrimaryKeyList = Shapes::ListShape.new(name: 'PrimaryKeyList')
|
966
1095
|
PrincipalPermissions = Shapes::StructureShape.new(name: 'PrincipalPermissions')
|
967
1096
|
PrincipalPermissionsList = Shapes::ListShape.new(name: 'PrincipalPermissionsList')
|
968
1097
|
PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
|
969
1098
|
Prob = Shapes::FloatShape.new(name: 'Prob')
|
970
1099
|
ProfileConfiguration = Shapes::StructureShape.new(name: 'ProfileConfiguration')
|
1100
|
+
PropertiesMap = Shapes::MapShape.new(name: 'PropertiesMap')
|
1101
|
+
Property = Shapes::StructureShape.new(name: 'Property')
|
1102
|
+
PropertyDescriptionString = Shapes::StringShape.new(name: 'PropertyDescriptionString')
|
971
1103
|
PropertyKey = Shapes::StringShape.new(name: 'PropertyKey')
|
972
1104
|
PropertyMap = Shapes::MapShape.new(name: 'PropertyMap')
|
1105
|
+
PropertyName = Shapes::StringShape.new(name: 'PropertyName')
|
1106
|
+
PropertyNameOverrides = Shapes::MapShape.new(name: 'PropertyNameOverrides')
|
973
1107
|
PropertyPredicate = Shapes::StructureShape.new(name: 'PropertyPredicate')
|
1108
|
+
PropertyType = Shapes::StringShape.new(name: 'PropertyType')
|
1109
|
+
PropertyTypes = Shapes::ListShape.new(name: 'PropertyTypes')
|
974
1110
|
PropertyValue = Shapes::StringShape.new(name: 'PropertyValue')
|
975
1111
|
PublicKeysList = Shapes::ListShape.new(name: 'PublicKeysList')
|
976
1112
|
PutDataCatalogEncryptionSettingsRequest = Shapes::StructureShape.new(name: 'PutDataCatalogEncryptionSettingsRequest')
|
@@ -996,6 +1132,8 @@ module Aws::Glue
|
|
996
1132
|
RecipeStep = Shapes::StructureShape.new(name: 'RecipeStep')
|
997
1133
|
RecipeSteps = Shapes::ListShape.new(name: 'RecipeSteps')
|
998
1134
|
RecipeVersion = Shapes::StringShape.new(name: 'RecipeVersion')
|
1135
|
+
Record = Shapes::DocumentShape.new(name: 'Record', document: true)
|
1136
|
+
Records = Shapes::ListShape.new(name: 'Records')
|
999
1137
|
RecordsCount = Shapes::IntegerShape.new(name: 'RecordsCount')
|
1000
1138
|
RecrawlBehavior = Shapes::StringShape.new(name: 'RecrawlBehavior')
|
1001
1139
|
RecrawlPolicy = Shapes::StructureShape.new(name: 'RecrawlPolicy')
|
@@ -1003,6 +1141,7 @@ module Aws::Glue
|
|
1003
1141
|
RedshiftSource = Shapes::StructureShape.new(name: 'RedshiftSource')
|
1004
1142
|
RedshiftTarget = Shapes::StructureShape.new(name: 'RedshiftTarget')
|
1005
1143
|
ReferenceDatasetsList = Shapes::ListShape.new(name: 'ReferenceDatasetsList')
|
1144
|
+
RefreshToken = Shapes::StringShape.new(name: 'RefreshToken')
|
1006
1145
|
RegisterSchemaVersionInput = Shapes::StructureShape.new(name: 'RegisterSchemaVersionInput')
|
1007
1146
|
RegisterSchemaVersionResponse = Shapes::StructureShape.new(name: 'RegisterSchemaVersionResponse')
|
1008
1147
|
RegistryId = Shapes::StructureShape.new(name: 'RegistryId')
|
@@ -1017,6 +1156,8 @@ module Aws::Glue
|
|
1017
1156
|
ResetJobBookmarkRequest = Shapes::StructureShape.new(name: 'ResetJobBookmarkRequest')
|
1018
1157
|
ResetJobBookmarkResponse = Shapes::StructureShape.new(name: 'ResetJobBookmarkResponse')
|
1019
1158
|
ResourceAction = Shapes::StringShape.new(name: 'ResourceAction')
|
1159
|
+
ResourceArnString = Shapes::StringShape.new(name: 'ResourceArnString')
|
1160
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
1020
1161
|
ResourceNotReadyException = Shapes::StructureShape.new(name: 'ResourceNotReadyException')
|
1021
1162
|
ResourceNumberLimitExceededException = Shapes::StructureShape.new(name: 'ResourceNumberLimitExceededException')
|
1022
1163
|
ResourceShareType = Shapes::StringShape.new(name: 'ResourceShareType')
|
@@ -1065,6 +1206,7 @@ module Aws::Glue
|
|
1065
1206
|
ScalaCode = Shapes::StringShape.new(name: 'ScalaCode')
|
1066
1207
|
Schedule = Shapes::StructureShape.new(name: 'Schedule')
|
1067
1208
|
ScheduleState = Shapes::StringShape.new(name: 'ScheduleState')
|
1209
|
+
ScheduleType = Shapes::StringShape.new(name: 'ScheduleType')
|
1068
1210
|
SchedulerNotRunningException = Shapes::StructureShape.new(name: 'SchedulerNotRunningException')
|
1069
1211
|
SchedulerRunningException = Shapes::StructureShape.new(name: 'SchedulerRunningException')
|
1070
1212
|
SchedulerTransitioningException = Shapes::StructureShape.new(name: 'SchedulerTransitioningException')
|
@@ -1101,6 +1243,7 @@ module Aws::Glue
|
|
1101
1243
|
Segment = Shapes::StructureShape.new(name: 'Segment')
|
1102
1244
|
SelectFields = Shapes::StructureShape.new(name: 'SelectFields')
|
1103
1245
|
SelectFromCollection = Shapes::StructureShape.new(name: 'SelectFromCollection')
|
1246
|
+
SelectedFields = Shapes::ListShape.new(name: 'SelectedFields')
|
1104
1247
|
Separator = Shapes::StringShape.new(name: 'Separator')
|
1105
1248
|
SerDeInfo = Shapes::StructureShape.new(name: 'SerDeInfo')
|
1106
1249
|
Session = Shapes::StructureShape.new(name: 'Session')
|
@@ -1108,6 +1251,7 @@ module Aws::Glue
|
|
1108
1251
|
SessionIdList = Shapes::ListShape.new(name: 'SessionIdList')
|
1109
1252
|
SessionList = Shapes::ListShape.new(name: 'SessionList')
|
1110
1253
|
SessionStatus = Shapes::StringShape.new(name: 'SessionStatus')
|
1254
|
+
SettingSource = Shapes::StringShape.new(name: 'SettingSource')
|
1111
1255
|
SkewedInfo = Shapes::StructureShape.new(name: 'SkewedInfo')
|
1112
1256
|
SnowflakeNodeData = Shapes::StructureShape.new(name: 'SnowflakeNodeData')
|
1113
1257
|
SnowflakeSource = Shapes::StructureShape.new(name: 'SnowflakeSource')
|
@@ -1119,6 +1263,9 @@ module Aws::Glue
|
|
1119
1263
|
SourceControlAuthStrategy = Shapes::StringShape.new(name: 'SourceControlAuthStrategy')
|
1120
1264
|
SourceControlDetails = Shapes::StructureShape.new(name: 'SourceControlDetails')
|
1121
1265
|
SourceControlProvider = Shapes::StringShape.new(name: 'SourceControlProvider')
|
1266
|
+
SourceProcessingProperties = Shapes::StructureShape.new(name: 'SourceProcessingProperties')
|
1267
|
+
SourceTableConfig = Shapes::StructureShape.new(name: 'SourceTableConfig')
|
1268
|
+
SourceTableFieldsList = Shapes::ListShape.new(name: 'SourceTableFieldsList')
|
1122
1269
|
SparkConnectorSource = Shapes::StructureShape.new(name: 'SparkConnectorSource')
|
1123
1270
|
SparkConnectorTarget = Shapes::StructureShape.new(name: 'SparkConnectorTarget')
|
1124
1271
|
SparkSQL = Shapes::StructureShape.new(name: 'SparkSQL')
|
@@ -1187,6 +1334,9 @@ module Aws::Glue
|
|
1187
1334
|
StopWorkflowRunResponse = Shapes::StructureShape.new(name: 'StopWorkflowRunResponse')
|
1188
1335
|
StorageDescriptor = Shapes::StructureShape.new(name: 'StorageDescriptor')
|
1189
1336
|
StreamingDataPreviewOptions = Shapes::StructureShape.new(name: 'StreamingDataPreviewOptions')
|
1337
|
+
String = Shapes::StringShape.new(name: 'String')
|
1338
|
+
String128 = Shapes::StringShape.new(name: 'String128')
|
1339
|
+
String2048 = Shapes::StringShape.new(name: 'String2048')
|
1190
1340
|
StringColumnStatisticsData = Shapes::StructureShape.new(name: 'StringColumnStatisticsData')
|
1191
1341
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
1192
1342
|
SupportedDialect = Shapes::StructureShape.new(name: 'SupportedDialect')
|
@@ -1213,6 +1363,7 @@ module Aws::Glue
|
|
1213
1363
|
TableVersion = Shapes::StructureShape.new(name: 'TableVersion')
|
1214
1364
|
TableVersionError = Shapes::StructureShape.new(name: 'TableVersionError')
|
1215
1365
|
TableVersionErrors = Shapes::ListShape.new(name: 'TableVersionErrors')
|
1366
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
1216
1367
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
1217
1368
|
TagKeysList = Shapes::ListShape.new(name: 'TagKeysList')
|
1218
1369
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
@@ -1221,6 +1372,10 @@ module Aws::Glue
|
|
1221
1372
|
TagsMap = Shapes::MapShape.new(name: 'TagsMap')
|
1222
1373
|
TargetColumn = Shapes::StringShape.new(name: 'TargetColumn')
|
1223
1374
|
TargetFormat = Shapes::StringShape.new(name: 'TargetFormat')
|
1375
|
+
TargetProcessingProperties = Shapes::StructureShape.new(name: 'TargetProcessingProperties')
|
1376
|
+
TargetRedshiftCatalog = Shapes::StructureShape.new(name: 'TargetRedshiftCatalog')
|
1377
|
+
TargetResourceNotFound = Shapes::StructureShape.new(name: 'TargetResourceNotFound')
|
1378
|
+
TargetTableConfig = Shapes::StructureShape.new(name: 'TargetTableConfig')
|
1224
1379
|
TaskRun = Shapes::StructureShape.new(name: 'TaskRun')
|
1225
1380
|
TaskRunFilterCriteria = Shapes::StructureShape.new(name: 'TaskRunFilterCriteria')
|
1226
1381
|
TaskRunList = Shapes::ListShape.new(name: 'TaskRunList')
|
@@ -1272,12 +1427,15 @@ module Aws::Glue
|
|
1272
1427
|
UnfilteredPartitionList = Shapes::ListShape.new(name: 'UnfilteredPartitionList')
|
1273
1428
|
Union = Shapes::StructureShape.new(name: 'Union')
|
1274
1429
|
UnionType = Shapes::StringShape.new(name: 'UnionType')
|
1430
|
+
UnnestSpec = Shapes::StringShape.new(name: 'UnnestSpec')
|
1275
1431
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
1276
1432
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
1277
1433
|
UpdateBehavior = Shapes::StringShape.new(name: 'UpdateBehavior')
|
1278
1434
|
UpdateBlueprintRequest = Shapes::StructureShape.new(name: 'UpdateBlueprintRequest')
|
1279
1435
|
UpdateBlueprintResponse = Shapes::StructureShape.new(name: 'UpdateBlueprintResponse')
|
1280
1436
|
UpdateCatalogBehavior = Shapes::StringShape.new(name: 'UpdateCatalogBehavior')
|
1437
|
+
UpdateCatalogRequest = Shapes::StructureShape.new(name: 'UpdateCatalogRequest')
|
1438
|
+
UpdateCatalogResponse = Shapes::StructureShape.new(name: 'UpdateCatalogResponse')
|
1281
1439
|
UpdateClassifierRequest = Shapes::StructureShape.new(name: 'UpdateClassifierRequest')
|
1282
1440
|
UpdateClassifierResponse = Shapes::StructureShape.new(name: 'UpdateClassifierResponse')
|
1283
1441
|
UpdateColumnStatisticsForPartitionRequest = Shapes::StructureShape.new(name: 'UpdateColumnStatisticsForPartitionRequest')
|
@@ -1301,6 +1459,10 @@ module Aws::Glue
|
|
1301
1459
|
UpdateDevEndpointRequest = Shapes::StructureShape.new(name: 'UpdateDevEndpointRequest')
|
1302
1460
|
UpdateDevEndpointResponse = Shapes::StructureShape.new(name: 'UpdateDevEndpointResponse')
|
1303
1461
|
UpdateGrokClassifierRequest = Shapes::StructureShape.new(name: 'UpdateGrokClassifierRequest')
|
1462
|
+
UpdateIntegrationResourcePropertyRequest = Shapes::StructureShape.new(name: 'UpdateIntegrationResourcePropertyRequest')
|
1463
|
+
UpdateIntegrationResourcePropertyResponse = Shapes::StructureShape.new(name: 'UpdateIntegrationResourcePropertyResponse')
|
1464
|
+
UpdateIntegrationTablePropertiesRequest = Shapes::StructureShape.new(name: 'UpdateIntegrationTablePropertiesRequest')
|
1465
|
+
UpdateIntegrationTablePropertiesResponse = Shapes::StructureShape.new(name: 'UpdateIntegrationTablePropertiesResponse')
|
1304
1466
|
UpdateJobFromSourceControlRequest = Shapes::StructureShape.new(name: 'UpdateJobFromSourceControlRequest')
|
1305
1467
|
UpdateJobFromSourceControlResponse = Shapes::StructureShape.new(name: 'UpdateJobFromSourceControlResponse')
|
1306
1468
|
UpdateJobRequest = Shapes::StructureShape.new(name: 'UpdateJobRequest')
|
@@ -1338,6 +1500,8 @@ module Aws::Glue
|
|
1338
1500
|
UserDefinedFunctionInput = Shapes::StructureShape.new(name: 'UserDefinedFunctionInput')
|
1339
1501
|
UserDefinedFunctionList = Shapes::ListShape.new(name: 'UserDefinedFunctionList')
|
1340
1502
|
UserManagedClientApplicationClientId = Shapes::StringShape.new(name: 'UserManagedClientApplicationClientId')
|
1503
|
+
UserManagedClientApplicationClientSecret = Shapes::StringShape.new(name: 'UserManagedClientApplicationClientSecret')
|
1504
|
+
Username = Shapes::StringShape.new(name: 'Username')
|
1341
1505
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
1342
1506
|
ValueString = Shapes::StringShape.new(name: 'ValueString')
|
1343
1507
|
ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
|
@@ -1412,6 +1576,12 @@ module Aws::Glue
|
|
1412
1576
|
|
1413
1577
|
AggregateOperations.member = Shapes::ShapeRef.new(shape: AggregateOperation)
|
1414
1578
|
|
1579
|
+
AllowedValue.add_member(:description, Shapes::ShapeRef.new(shape: AllowedValueDescriptionString, location_name: "Description"))
|
1580
|
+
AllowedValue.add_member(:value, Shapes::ShapeRef.new(shape: AllowedValueValueString, required: true, location_name: "Value"))
|
1581
|
+
AllowedValue.struct_class = Types::AllowedValue
|
1582
|
+
|
1583
|
+
AllowedValues.member = Shapes::ShapeRef.new(shape: AllowedValue)
|
1584
|
+
|
1415
1585
|
AllowedValuesStringList.member = Shapes::ShapeRef.new(shape: ConfigValueString)
|
1416
1586
|
|
1417
1587
|
AlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
@@ -1490,6 +1660,13 @@ module Aws::Glue
|
|
1490
1660
|
AuditContext.add_member(:all_columns_requested, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "AllColumnsRequested"))
|
1491
1661
|
AuditContext.struct_class = Types::AuditContext
|
1492
1662
|
|
1663
|
+
AuthConfiguration.add_member(:authentication_type, Shapes::ShapeRef.new(shape: Property, required: true, location_name: "AuthenticationType"))
|
1664
|
+
AuthConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: Property, location_name: "SecretArn"))
|
1665
|
+
AuthConfiguration.add_member(:o_auth_2_properties, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "OAuth2Properties"))
|
1666
|
+
AuthConfiguration.add_member(:basic_authentication_properties, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "BasicAuthenticationProperties"))
|
1667
|
+
AuthConfiguration.add_member(:custom_authentication_properties, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "CustomAuthenticationProperties"))
|
1668
|
+
AuthConfiguration.struct_class = Types::AuthConfiguration
|
1669
|
+
|
1493
1670
|
AuthenticationConfiguration.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "AuthenticationType"))
|
1494
1671
|
AuthenticationConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
1495
1672
|
AuthenticationConfiguration.add_member(:o_auth_2_properties, Shapes::ShapeRef.new(shape: OAuth2Properties, location_name: "OAuth2Properties"))
|
@@ -1498,8 +1675,13 @@ module Aws::Glue
|
|
1498
1675
|
AuthenticationConfigurationInput.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "AuthenticationType"))
|
1499
1676
|
AuthenticationConfigurationInput.add_member(:o_auth_2_properties, Shapes::ShapeRef.new(shape: OAuth2PropertiesInput, location_name: "OAuth2Properties"))
|
1500
1677
|
AuthenticationConfigurationInput.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
1678
|
+
AuthenticationConfigurationInput.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
1679
|
+
AuthenticationConfigurationInput.add_member(:basic_authentication_credentials, Shapes::ShapeRef.new(shape: BasicAuthenticationCredentials, location_name: "BasicAuthenticationCredentials"))
|
1680
|
+
AuthenticationConfigurationInput.add_member(:custom_authentication_credentials, Shapes::ShapeRef.new(shape: CredentialMap, location_name: "CustomAuthenticationCredentials"))
|
1501
1681
|
AuthenticationConfigurationInput.struct_class = Types::AuthenticationConfigurationInput
|
1502
1682
|
|
1683
|
+
AuthenticationTypes.member = Shapes::ShapeRef.new(shape: AuthenticationType)
|
1684
|
+
|
1503
1685
|
AuthorizationCodeProperties.add_member(:authorization_code, Shapes::ShapeRef.new(shape: AuthorizationCode, location_name: "AuthorizationCode"))
|
1504
1686
|
AuthorizationCodeProperties.add_member(:redirect_uri, Shapes::ShapeRef.new(shape: RedirectUri, location_name: "RedirectUri"))
|
1505
1687
|
AuthorizationCodeProperties.struct_class = Types::AuthorizationCodeProperties
|
@@ -1512,6 +1694,10 @@ module Aws::Glue
|
|
1512
1694
|
|
1513
1695
|
BackfillErrors.member = Shapes::ShapeRef.new(shape: BackfillError)
|
1514
1696
|
|
1697
|
+
BasicAuthenticationCredentials.add_member(:username, Shapes::ShapeRef.new(shape: Username, location_name: "Username"))
|
1698
|
+
BasicAuthenticationCredentials.add_member(:password, Shapes::ShapeRef.new(shape: Password, location_name: "Password"))
|
1699
|
+
BasicAuthenticationCredentials.struct_class = Types::BasicAuthenticationCredentials
|
1700
|
+
|
1515
1701
|
BasicCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
1516
1702
|
BasicCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
1517
1703
|
BasicCatalogTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
|
@@ -1797,6 +1983,25 @@ module Aws::Glue
|
|
1797
1983
|
|
1798
1984
|
CancelStatementResponse.struct_class = Types::CancelStatementResponse
|
1799
1985
|
|
1986
|
+
Capabilities.add_member(:supported_authentication_types, Shapes::ShapeRef.new(shape: AuthenticationTypes, required: true, location_name: "SupportedAuthenticationTypes"))
|
1987
|
+
Capabilities.add_member(:supported_data_operations, Shapes::ShapeRef.new(shape: DataOperations, required: true, location_name: "SupportedDataOperations"))
|
1988
|
+
Capabilities.add_member(:supported_compute_environments, Shapes::ShapeRef.new(shape: ComputeEnvironments, required: true, location_name: "SupportedComputeEnvironments"))
|
1989
|
+
Capabilities.struct_class = Types::Capabilities
|
1990
|
+
|
1991
|
+
Catalog.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
1992
|
+
Catalog.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
|
1993
|
+
Catalog.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArnString, location_name: "ResourceArn"))
|
1994
|
+
Catalog.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
1995
|
+
Catalog.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
1996
|
+
Catalog.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
|
1997
|
+
Catalog.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdateTime"))
|
1998
|
+
Catalog.add_member(:target_redshift_catalog, Shapes::ShapeRef.new(shape: TargetRedshiftCatalog, location_name: "TargetRedshiftCatalog"))
|
1999
|
+
Catalog.add_member(:federated_catalog, Shapes::ShapeRef.new(shape: FederatedCatalog, location_name: "FederatedCatalog"))
|
2000
|
+
Catalog.add_member(:catalog_properties, Shapes::ShapeRef.new(shape: CatalogPropertiesOutput, location_name: "CatalogProperties"))
|
2001
|
+
Catalog.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
|
2002
|
+
Catalog.add_member(:create_database_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateDatabaseDefaultPermissions"))
|
2003
|
+
Catalog.struct_class = Types::Catalog
|
2004
|
+
|
1800
2005
|
CatalogDeltaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
1801
2006
|
CatalogDeltaSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
1802
2007
|
CatalogDeltaSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
@@ -1822,6 +2027,15 @@ module Aws::Glue
|
|
1822
2027
|
CatalogImportStatus.add_member(:imported_by, Shapes::ShapeRef.new(shape: NameString, location_name: "ImportedBy"))
|
1823
2028
|
CatalogImportStatus.struct_class = Types::CatalogImportStatus
|
1824
2029
|
|
2030
|
+
CatalogInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
2031
|
+
CatalogInput.add_member(:federated_catalog, Shapes::ShapeRef.new(shape: FederatedCatalog, location_name: "FederatedCatalog"))
|
2032
|
+
CatalogInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
2033
|
+
CatalogInput.add_member(:target_redshift_catalog, Shapes::ShapeRef.new(shape: TargetRedshiftCatalog, location_name: "TargetRedshiftCatalog"))
|
2034
|
+
CatalogInput.add_member(:catalog_properties, Shapes::ShapeRef.new(shape: CatalogProperties, location_name: "CatalogProperties"))
|
2035
|
+
CatalogInput.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
|
2036
|
+
CatalogInput.add_member(:create_database_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateDatabaseDefaultPermissions"))
|
2037
|
+
CatalogInput.struct_class = Types::CatalogInput
|
2038
|
+
|
1825
2039
|
CatalogKafkaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
1826
2040
|
CatalogKafkaSource.add_member(:window_size, Shapes::ShapeRef.new(shape: BoxedPositiveInt, location_name: "WindowSize", metadata: {"box"=>true}))
|
1827
2041
|
CatalogKafkaSource.add_member(:detect_schema, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "DetectSchema", metadata: {"box"=>true}))
|
@@ -1840,6 +2054,16 @@ module Aws::Glue
|
|
1840
2054
|
CatalogKinesisSource.add_member(:data_preview_options, Shapes::ShapeRef.new(shape: StreamingDataPreviewOptions, location_name: "DataPreviewOptions"))
|
1841
2055
|
CatalogKinesisSource.struct_class = Types::CatalogKinesisSource
|
1842
2056
|
|
2057
|
+
CatalogList.member = Shapes::ShapeRef.new(shape: Catalog)
|
2058
|
+
|
2059
|
+
CatalogProperties.add_member(:data_lake_access_properties, Shapes::ShapeRef.new(shape: DataLakeAccessProperties, location_name: "DataLakeAccessProperties"))
|
2060
|
+
CatalogProperties.add_member(:custom_properties, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "CustomProperties"))
|
2061
|
+
CatalogProperties.struct_class = Types::CatalogProperties
|
2062
|
+
|
2063
|
+
CatalogPropertiesOutput.add_member(:data_lake_access_properties, Shapes::ShapeRef.new(shape: DataLakeAccessPropertiesOutput, location_name: "DataLakeAccessProperties"))
|
2064
|
+
CatalogPropertiesOutput.add_member(:custom_properties, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "CustomProperties"))
|
2065
|
+
CatalogPropertiesOutput.struct_class = Types::CatalogPropertiesOutput
|
2066
|
+
|
1843
2067
|
CatalogSchemaChangePolicy.add_member(:enable_update_catalog, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "EnableUpdateCatalog"))
|
1844
2068
|
CatalogSchemaChangePolicy.add_member(:update_behavior, Shapes::ShapeRef.new(shape: UpdateCatalogBehavior, location_name: "UpdateBehavior"))
|
1845
2069
|
CatalogSchemaChangePolicy.struct_class = Types::CatalogSchemaChangePolicy
|
@@ -2067,6 +2291,9 @@ module Aws::Glue
|
|
2067
2291
|
ColumnStatisticsTaskSettings.add_member(:role, Shapes::ShapeRef.new(shape: Role, location_name: "Role"))
|
2068
2292
|
ColumnStatisticsTaskSettings.add_member(:sample_size, Shapes::ShapeRef.new(shape: SampleSizePercentage, location_name: "SampleSize"))
|
2069
2293
|
ColumnStatisticsTaskSettings.add_member(:security_configuration, Shapes::ShapeRef.new(shape: CrawlerSecurityConfiguration, location_name: "SecurityConfiguration"))
|
2294
|
+
ColumnStatisticsTaskSettings.add_member(:schedule_type, Shapes::ShapeRef.new(shape: ScheduleType, location_name: "ScheduleType"))
|
2295
|
+
ColumnStatisticsTaskSettings.add_member(:setting_source, Shapes::ShapeRef.new(shape: SettingSource, location_name: "SettingSource"))
|
2296
|
+
ColumnStatisticsTaskSettings.add_member(:last_execution_attempt, Shapes::ShapeRef.new(shape: ExecutionAttempt, location_name: "LastExecutionAttempt"))
|
2070
2297
|
ColumnStatisticsTaskSettings.struct_class = Types::ColumnStatisticsTaskSettings
|
2071
2298
|
|
2072
2299
|
ColumnStatisticsTaskStoppingException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
@@ -2077,6 +2304,24 @@ module Aws::Glue
|
|
2077
2304
|
CompactionMetrics.add_member(:iceberg_metrics, Shapes::ShapeRef.new(shape: IcebergCompactionMetrics, location_name: "IcebergMetrics"))
|
2078
2305
|
CompactionMetrics.struct_class = Types::CompactionMetrics
|
2079
2306
|
|
2307
|
+
ComputeEnvironmentConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: ComputeEnvironmentName, required: true, location_name: "Name"))
|
2308
|
+
ComputeEnvironmentConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: ComputeEnvironmentConfigurationDescriptionString, required: true, location_name: "Description"))
|
2309
|
+
ComputeEnvironmentConfiguration.add_member(:compute_environment, Shapes::ShapeRef.new(shape: ComputeEnvironment, required: true, location_name: "ComputeEnvironment"))
|
2310
|
+
ComputeEnvironmentConfiguration.add_member(:supported_authentication_types, Shapes::ShapeRef.new(shape: AuthenticationTypes, required: true, location_name: "SupportedAuthenticationTypes"))
|
2311
|
+
ComputeEnvironmentConfiguration.add_member(:connection_options, Shapes::ShapeRef.new(shape: PropertiesMap, required: true, location_name: "ConnectionOptions"))
|
2312
|
+
ComputeEnvironmentConfiguration.add_member(:connection_property_name_overrides, Shapes::ShapeRef.new(shape: PropertyNameOverrides, required: true, location_name: "ConnectionPropertyNameOverrides"))
|
2313
|
+
ComputeEnvironmentConfiguration.add_member(:connection_option_name_overrides, Shapes::ShapeRef.new(shape: PropertyNameOverrides, required: true, location_name: "ConnectionOptionNameOverrides"))
|
2314
|
+
ComputeEnvironmentConfiguration.add_member(:connection_properties_required_overrides, Shapes::ShapeRef.new(shape: ListOfString, required: true, location_name: "ConnectionPropertiesRequiredOverrides"))
|
2315
|
+
ComputeEnvironmentConfiguration.add_member(:physical_connection_properties_required, Shapes::ShapeRef.new(shape: Bool, location_name: "PhysicalConnectionPropertiesRequired"))
|
2316
|
+
ComputeEnvironmentConfiguration.struct_class = Types::ComputeEnvironmentConfiguration
|
2317
|
+
|
2318
|
+
ComputeEnvironmentConfigurationMap.key = Shapes::ShapeRef.new(shape: ComputeEnvironmentName)
|
2319
|
+
ComputeEnvironmentConfigurationMap.value = Shapes::ShapeRef.new(shape: ComputeEnvironmentConfiguration)
|
2320
|
+
|
2321
|
+
ComputeEnvironmentList.member = Shapes::ShapeRef.new(shape: ComputeEnvironment)
|
2322
|
+
|
2323
|
+
ComputeEnvironments.member = Shapes::ShapeRef.new(shape: ComputeEnvironment)
|
2324
|
+
|
2080
2325
|
ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
2081
2326
|
ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
|
2082
2327
|
|
@@ -2125,7 +2370,9 @@ module Aws::Glue
|
|
2125
2370
|
Connection.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "ConnectionType"))
|
2126
2371
|
Connection.add_member(:match_criteria, Shapes::ShapeRef.new(shape: MatchCriteria, location_name: "MatchCriteria"))
|
2127
2372
|
Connection.add_member(:connection_properties, Shapes::ShapeRef.new(shape: ConnectionProperties, location_name: "ConnectionProperties"))
|
2373
|
+
Connection.add_member(:spark_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "SparkProperties"))
|
2128
2374
|
Connection.add_member(:athena_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "AthenaProperties"))
|
2375
|
+
Connection.add_member(:python_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "PythonProperties"))
|
2129
2376
|
Connection.add_member(:physical_connection_requirements, Shapes::ShapeRef.new(shape: PhysicalConnectionRequirements, location_name: "PhysicalConnectionRequirements"))
|
2130
2377
|
Connection.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2131
2378
|
Connection.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
@@ -2134,6 +2381,8 @@ module Aws::Glue
|
|
2134
2381
|
Connection.add_member(:status_reason, Shapes::ShapeRef.new(shape: LongValueString, location_name: "StatusReason"))
|
2135
2382
|
Connection.add_member(:last_connection_validation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastConnectionValidationTime"))
|
2136
2383
|
Connection.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthenticationConfiguration, location_name: "AuthenticationConfiguration"))
|
2384
|
+
Connection.add_member(:connection_schema_version, Shapes::ShapeRef.new(shape: ConnectionSchemaVersion, location_name: "ConnectionSchemaVersion"))
|
2385
|
+
Connection.add_member(:compatible_compute_environments, Shapes::ShapeRef.new(shape: ComputeEnvironmentList, location_name: "CompatibleComputeEnvironments"))
|
2137
2386
|
Connection.struct_class = Types::Connection
|
2138
2387
|
|
2139
2388
|
ConnectionInput.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
@@ -2141,14 +2390,20 @@ module Aws::Glue
|
|
2141
2390
|
ConnectionInput.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, required: true, location_name: "ConnectionType"))
|
2142
2391
|
ConnectionInput.add_member(:match_criteria, Shapes::ShapeRef.new(shape: MatchCriteria, location_name: "MatchCriteria"))
|
2143
2392
|
ConnectionInput.add_member(:connection_properties, Shapes::ShapeRef.new(shape: ConnectionProperties, required: true, location_name: "ConnectionProperties"))
|
2393
|
+
ConnectionInput.add_member(:spark_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "SparkProperties"))
|
2144
2394
|
ConnectionInput.add_member(:athena_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "AthenaProperties"))
|
2395
|
+
ConnectionInput.add_member(:python_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "PythonProperties"))
|
2145
2396
|
ConnectionInput.add_member(:physical_connection_requirements, Shapes::ShapeRef.new(shape: PhysicalConnectionRequirements, location_name: "PhysicalConnectionRequirements"))
|
2146
2397
|
ConnectionInput.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthenticationConfigurationInput, location_name: "AuthenticationConfiguration"))
|
2147
2398
|
ConnectionInput.add_member(:validate_credentials, Shapes::ShapeRef.new(shape: Boolean, location_name: "ValidateCredentials"))
|
2399
|
+
ConnectionInput.add_member(:validate_for_compute_environments, Shapes::ShapeRef.new(shape: ComputeEnvironmentList, location_name: "ValidateForComputeEnvironments"))
|
2148
2400
|
ConnectionInput.struct_class = Types::ConnectionInput
|
2149
2401
|
|
2150
2402
|
ConnectionList.member = Shapes::ShapeRef.new(shape: Connection)
|
2151
2403
|
|
2404
|
+
ConnectionOptions.key = Shapes::ShapeRef.new(shape: OptionKey)
|
2405
|
+
ConnectionOptions.value = Shapes::ShapeRef.new(shape: OptionValue)
|
2406
|
+
|
2152
2407
|
ConnectionPasswordEncryption.add_member(:return_connection_password_encrypted, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ReturnConnectionPasswordEncrypted"))
|
2153
2408
|
ConnectionPasswordEncryption.add_member(:aws_kms_key_id, Shapes::ShapeRef.new(shape: NameString, location_name: "AwsKmsKeyId"))
|
2154
2409
|
ConnectionPasswordEncryption.struct_class = Types::ConnectionPasswordEncryption
|
@@ -2156,6 +2411,13 @@ module Aws::Glue
|
|
2156
2411
|
ConnectionProperties.key = Shapes::ShapeRef.new(shape: ConnectionPropertyKey)
|
2157
2412
|
ConnectionProperties.value = Shapes::ShapeRef.new(shape: ValueString)
|
2158
2413
|
|
2414
|
+
ConnectionTypeBrief.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "ConnectionType"))
|
2415
|
+
ConnectionTypeBrief.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
2416
|
+
ConnectionTypeBrief.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
2417
|
+
ConnectionTypeBrief.struct_class = Types::ConnectionTypeBrief
|
2418
|
+
|
2419
|
+
ConnectionTypeList.member = Shapes::ShapeRef.new(shape: ConnectionTypeBrief)
|
2420
|
+
|
2159
2421
|
ConnectionsList.add_member(:connections, Shapes::ShapeRef.new(shape: OrchestrationStringList, location_name: "Connections"))
|
2160
2422
|
ConnectionsList.struct_class = Types::ConnectionsList
|
2161
2423
|
|
@@ -2276,6 +2538,13 @@ module Aws::Glue
|
|
2276
2538
|
CreateBlueprintResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
2277
2539
|
CreateBlueprintResponse.struct_class = Types::CreateBlueprintResponse
|
2278
2540
|
|
2541
|
+
CreateCatalogRequest.add_member(:name, Shapes::ShapeRef.new(shape: CatalogNameString, required: true, location_name: "Name"))
|
2542
|
+
CreateCatalogRequest.add_member(:catalog_input, Shapes::ShapeRef.new(shape: CatalogInput, required: true, location_name: "CatalogInput"))
|
2543
|
+
CreateCatalogRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
2544
|
+
CreateCatalogRequest.struct_class = Types::CreateCatalogRequest
|
2545
|
+
|
2546
|
+
CreateCatalogResponse.struct_class = Types::CreateCatalogResponse
|
2547
|
+
|
2279
2548
|
CreateClassifierRequest.add_member(:grok_classifier, Shapes::ShapeRef.new(shape: CreateGrokClassifierRequest, location_name: "GrokClassifier"))
|
2280
2549
|
CreateClassifierRequest.add_member(:xml_classifier, Shapes::ShapeRef.new(shape: CreateXMLClassifierRequest, location_name: "XMLClassifier"))
|
2281
2550
|
CreateClassifierRequest.add_member(:json_classifier, Shapes::ShapeRef.new(shape: CreateJsonClassifierRequest, location_name: "JsonClassifier"))
|
@@ -2408,6 +2677,48 @@ module Aws::Glue
|
|
2408
2677
|
CreateGrokClassifierRequest.add_member(:custom_patterns, Shapes::ShapeRef.new(shape: CustomPatterns, location_name: "CustomPatterns"))
|
2409
2678
|
CreateGrokClassifierRequest.struct_class = Types::CreateGrokClassifierRequest
|
2410
2679
|
|
2680
|
+
CreateIntegrationRequest.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
|
2681
|
+
CreateIntegrationRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
|
2682
|
+
CreateIntegrationRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
|
2683
|
+
CreateIntegrationRequest.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
2684
|
+
CreateIntegrationRequest.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
2685
|
+
CreateIntegrationRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String2048, location_name: "KmsKeyId"))
|
2686
|
+
CreateIntegrationRequest.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: IntegrationAdditionalEncryptionContextMap, location_name: "AdditionalEncryptionContext"))
|
2687
|
+
CreateIntegrationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: IntegrationTagsList, location_name: "Tags"))
|
2688
|
+
CreateIntegrationRequest.struct_class = Types::CreateIntegrationRequest
|
2689
|
+
|
2690
|
+
CreateIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
2691
|
+
CreateIntegrationResourcePropertyRequest.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
2692
|
+
CreateIntegrationResourcePropertyRequest.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
2693
|
+
CreateIntegrationResourcePropertyRequest.struct_class = Types::CreateIntegrationResourcePropertyRequest
|
2694
|
+
|
2695
|
+
CreateIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
2696
|
+
CreateIntegrationResourcePropertyResponse.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
2697
|
+
CreateIntegrationResourcePropertyResponse.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
2698
|
+
CreateIntegrationResourcePropertyResponse.struct_class = Types::CreateIntegrationResourcePropertyResponse
|
2699
|
+
|
2700
|
+
CreateIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
|
2701
|
+
CreateIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
|
2702
|
+
CreateIntegrationResponse.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
|
2703
|
+
CreateIntegrationResponse.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
2704
|
+
CreateIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
2705
|
+
CreateIntegrationResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String2048, location_name: "KmsKeyId"))
|
2706
|
+
CreateIntegrationResponse.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: IntegrationAdditionalEncryptionContextMap, location_name: "AdditionalEncryptionContext"))
|
2707
|
+
CreateIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: IntegrationTagsList, location_name: "Tags"))
|
2708
|
+
CreateIntegrationResponse.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "Status"))
|
2709
|
+
CreateIntegrationResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: IntegrationTimestamp, required: true, location_name: "CreateTime"))
|
2710
|
+
CreateIntegrationResponse.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
|
2711
|
+
CreateIntegrationResponse.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
2712
|
+
CreateIntegrationResponse.struct_class = Types::CreateIntegrationResponse
|
2713
|
+
|
2714
|
+
CreateIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
2715
|
+
CreateIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
|
2716
|
+
CreateIntegrationTablePropertiesRequest.add_member(:source_table_config, Shapes::ShapeRef.new(shape: SourceTableConfig, location_name: "SourceTableConfig"))
|
2717
|
+
CreateIntegrationTablePropertiesRequest.add_member(:target_table_config, Shapes::ShapeRef.new(shape: TargetTableConfig, location_name: "TargetTableConfig"))
|
2718
|
+
CreateIntegrationTablePropertiesRequest.struct_class = Types::CreateIntegrationTablePropertiesRequest
|
2719
|
+
|
2720
|
+
CreateIntegrationTablePropertiesResponse.struct_class = Types::CreateIntegrationTablePropertiesResponse
|
2721
|
+
|
2411
2722
|
CreateJobRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
2412
2723
|
CreateJobRequest.add_member(:job_mode, Shapes::ShapeRef.new(shape: JobMode, location_name: "JobMode"))
|
2413
2724
|
CreateJobRequest.add_member(:job_run_queuing_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "JobRunQueuingEnabled"))
|
@@ -2614,6 +2925,9 @@ module Aws::Glue
|
|
2614
2925
|
CreateXMLClassifierRequest.add_member(:row_tag, Shapes::ShapeRef.new(shape: RowTag, location_name: "RowTag"))
|
2615
2926
|
CreateXMLClassifierRequest.struct_class = Types::CreateXMLClassifierRequest
|
2616
2927
|
|
2928
|
+
CredentialMap.key = Shapes::ShapeRef.new(shape: CredentialKey)
|
2929
|
+
CredentialMap.value = Shapes::ShapeRef.new(shape: CredentialValue)
|
2930
|
+
|
2617
2931
|
CsvClassifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
2618
2932
|
CsvClassifier.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2619
2933
|
CsvClassifier.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
|
@@ -2649,6 +2963,9 @@ module Aws::Glue
|
|
2649
2963
|
|
2650
2964
|
CustomEntityTypes.member = Shapes::ShapeRef.new(shape: CustomEntityType)
|
2651
2965
|
|
2966
|
+
CustomProperties.key = Shapes::ShapeRef.new(shape: String)
|
2967
|
+
CustomProperties.value = Shapes::ShapeRef.new(shape: String)
|
2968
|
+
|
2652
2969
|
DQAdditionalOptions.key = Shapes::ShapeRef.new(shape: AdditionalOptionKeys)
|
2653
2970
|
DQAdditionalOptions.value = Shapes::ShapeRef.new(shape: GenericString)
|
2654
2971
|
|
@@ -2672,9 +2989,27 @@ module Aws::Glue
|
|
2672
2989
|
DataCatalogEncryptionSettings.add_member(:connection_password_encryption, Shapes::ShapeRef.new(shape: ConnectionPasswordEncryption, location_name: "ConnectionPasswordEncryption"))
|
2673
2990
|
DataCatalogEncryptionSettings.struct_class = Types::DataCatalogEncryptionSettings
|
2674
2991
|
|
2992
|
+
DataLakeAccessProperties.add_member(:data_lake_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "DataLakeAccess"))
|
2993
|
+
DataLakeAccessProperties.add_member(:data_transfer_role, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "DataTransferRole"))
|
2994
|
+
DataLakeAccessProperties.add_member(:kms_key, Shapes::ShapeRef.new(shape: ResourceArnString, location_name: "KmsKey"))
|
2995
|
+
DataLakeAccessProperties.add_member(:catalog_type, Shapes::ShapeRef.new(shape: NameString, location_name: "CatalogType"))
|
2996
|
+
DataLakeAccessProperties.struct_class = Types::DataLakeAccessProperties
|
2997
|
+
|
2998
|
+
DataLakeAccessPropertiesOutput.add_member(:data_lake_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "DataLakeAccess"))
|
2999
|
+
DataLakeAccessPropertiesOutput.add_member(:data_transfer_role, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "DataTransferRole"))
|
3000
|
+
DataLakeAccessPropertiesOutput.add_member(:kms_key, Shapes::ShapeRef.new(shape: ResourceArnString, location_name: "KmsKey"))
|
3001
|
+
DataLakeAccessPropertiesOutput.add_member(:managed_workgroup_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ManagedWorkgroupName"))
|
3002
|
+
DataLakeAccessPropertiesOutput.add_member(:managed_workgroup_status, Shapes::ShapeRef.new(shape: NameString, location_name: "ManagedWorkgroupStatus"))
|
3003
|
+
DataLakeAccessPropertiesOutput.add_member(:redshift_database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "RedshiftDatabaseName"))
|
3004
|
+
DataLakeAccessPropertiesOutput.add_member(:status_message, Shapes::ShapeRef.new(shape: NameString, location_name: "StatusMessage"))
|
3005
|
+
DataLakeAccessPropertiesOutput.add_member(:catalog_type, Shapes::ShapeRef.new(shape: NameString, location_name: "CatalogType"))
|
3006
|
+
DataLakeAccessPropertiesOutput.struct_class = Types::DataLakeAccessPropertiesOutput
|
3007
|
+
|
2675
3008
|
DataLakePrincipal.add_member(:data_lake_principal_identifier, Shapes::ShapeRef.new(shape: DataLakePrincipalString, location_name: "DataLakePrincipalIdentifier"))
|
2676
3009
|
DataLakePrincipal.struct_class = Types::DataLakePrincipal
|
2677
3010
|
|
3011
|
+
DataOperations.member = Shapes::ShapeRef.new(shape: DataOperation)
|
3012
|
+
|
2678
3013
|
DataQualityAnalyzerResult.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
2679
3014
|
DataQualityAnalyzerResult.add_member(:description, Shapes::ShapeRef.new(shape: DataQualityRuleResultDescription, location_name: "Description"))
|
2680
3015
|
DataQualityAnalyzerResult.add_member(:evaluation_message, Shapes::ShapeRef.new(shape: DataQualityRuleResultDescription, location_name: "EvaluationMessage"))
|
@@ -2865,6 +3200,11 @@ module Aws::Glue
|
|
2865
3200
|
DeleteBlueprintResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
2866
3201
|
DeleteBlueprintResponse.struct_class = Types::DeleteBlueprintResponse
|
2867
3202
|
|
3203
|
+
DeleteCatalogRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, required: true, location_name: "CatalogId"))
|
3204
|
+
DeleteCatalogRequest.struct_class = Types::DeleteCatalogRequest
|
3205
|
+
|
3206
|
+
DeleteCatalogResponse.struct_class = Types::DeleteCatalogResponse
|
3207
|
+
|
2868
3208
|
DeleteClassifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
2869
3209
|
DeleteClassifierRequest.struct_class = Types::DeleteClassifierRequest
|
2870
3210
|
|
@@ -2928,6 +3268,29 @@ module Aws::Glue
|
|
2928
3268
|
|
2929
3269
|
DeleteDevEndpointResponse.struct_class = Types::DeleteDevEndpointResponse
|
2930
3270
|
|
3271
|
+
DeleteIntegrationRequest.add_member(:integration_identifier, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationIdentifier"))
|
3272
|
+
DeleteIntegrationRequest.struct_class = Types::DeleteIntegrationRequest
|
3273
|
+
|
3274
|
+
DeleteIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
|
3275
|
+
DeleteIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
|
3276
|
+
DeleteIntegrationResponse.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
|
3277
|
+
DeleteIntegrationResponse.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
3278
|
+
DeleteIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
3279
|
+
DeleteIntegrationResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String2048, location_name: "KmsKeyId"))
|
3280
|
+
DeleteIntegrationResponse.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: IntegrationAdditionalEncryptionContextMap, location_name: "AdditionalEncryptionContext"))
|
3281
|
+
DeleteIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: IntegrationTagsList, location_name: "Tags"))
|
3282
|
+
DeleteIntegrationResponse.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "Status"))
|
3283
|
+
DeleteIntegrationResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: IntegrationTimestamp, required: true, location_name: "CreateTime"))
|
3284
|
+
DeleteIntegrationResponse.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
|
3285
|
+
DeleteIntegrationResponse.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
3286
|
+
DeleteIntegrationResponse.struct_class = Types::DeleteIntegrationResponse
|
3287
|
+
|
3288
|
+
DeleteIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
3289
|
+
DeleteIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
|
3290
|
+
DeleteIntegrationTablePropertiesRequest.struct_class = Types::DeleteIntegrationTablePropertiesRequest
|
3291
|
+
|
3292
|
+
DeleteIntegrationTablePropertiesResponse.struct_class = Types::DeleteIntegrationTablePropertiesResponse
|
3293
|
+
|
2931
3294
|
DeleteJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "JobName"))
|
2932
3295
|
DeleteJobRequest.struct_class = Types::DeleteJobRequest
|
2933
3296
|
|
@@ -3053,6 +3416,53 @@ module Aws::Glue
|
|
3053
3416
|
|
3054
3417
|
DeltaTargetList.member = Shapes::ShapeRef.new(shape: DeltaTarget)
|
3055
3418
|
|
3419
|
+
DescribeConnectionTypeRequest.add_member(:connection_type, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ConnectionType"))
|
3420
|
+
DescribeConnectionTypeRequest.struct_class = Types::DescribeConnectionTypeRequest
|
3421
|
+
|
3422
|
+
DescribeConnectionTypeResponse.add_member(:connection_type, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionType"))
|
3423
|
+
DescribeConnectionTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
3424
|
+
DescribeConnectionTypeResponse.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
3425
|
+
DescribeConnectionTypeResponse.add_member(:connection_properties, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "ConnectionProperties"))
|
3426
|
+
DescribeConnectionTypeResponse.add_member(:connection_options, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "ConnectionOptions"))
|
3427
|
+
DescribeConnectionTypeResponse.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthConfiguration, location_name: "AuthenticationConfiguration"))
|
3428
|
+
DescribeConnectionTypeResponse.add_member(:compute_environment_configurations, Shapes::ShapeRef.new(shape: ComputeEnvironmentConfigurationMap, location_name: "ComputeEnvironmentConfigurations"))
|
3429
|
+
DescribeConnectionTypeResponse.add_member(:physical_connection_requirements, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "PhysicalConnectionRequirements"))
|
3430
|
+
DescribeConnectionTypeResponse.add_member(:athena_connection_properties, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "AthenaConnectionProperties"))
|
3431
|
+
DescribeConnectionTypeResponse.add_member(:python_connection_properties, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "PythonConnectionProperties"))
|
3432
|
+
DescribeConnectionTypeResponse.add_member(:spark_connection_properties, Shapes::ShapeRef.new(shape: PropertiesMap, location_name: "SparkConnectionProperties"))
|
3433
|
+
DescribeConnectionTypeResponse.struct_class = Types::DescribeConnectionTypeResponse
|
3434
|
+
|
3435
|
+
DescribeEntityRequest.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ConnectionName"))
|
3436
|
+
DescribeEntityRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
3437
|
+
DescribeEntityRequest.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EntityName"))
|
3438
|
+
DescribeEntityRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3439
|
+
DescribeEntityRequest.add_member(:data_store_api_version, Shapes::ShapeRef.new(shape: ApiVersion, location_name: "DataStoreApiVersion"))
|
3440
|
+
DescribeEntityRequest.struct_class = Types::DescribeEntityRequest
|
3441
|
+
|
3442
|
+
DescribeEntityResponse.add_member(:fields, Shapes::ShapeRef.new(shape: FieldsList, location_name: "Fields"))
|
3443
|
+
DescribeEntityResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
3444
|
+
DescribeEntityResponse.struct_class = Types::DescribeEntityResponse
|
3445
|
+
|
3446
|
+
DescribeInboundIntegrationsRequest.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, location_name: "IntegrationArn"))
|
3447
|
+
DescribeInboundIntegrationsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String128, location_name: "Marker"))
|
3448
|
+
DescribeInboundIntegrationsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegrationInteger, location_name: "MaxRecords"))
|
3449
|
+
DescribeInboundIntegrationsRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, location_name: "TargetArn"))
|
3450
|
+
DescribeInboundIntegrationsRequest.struct_class = Types::DescribeInboundIntegrationsRequest
|
3451
|
+
|
3452
|
+
DescribeInboundIntegrationsResponse.add_member(:inbound_integrations, Shapes::ShapeRef.new(shape: InboundIntegrationsList, location_name: "InboundIntegrations"))
|
3453
|
+
DescribeInboundIntegrationsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String128, location_name: "Marker"))
|
3454
|
+
DescribeInboundIntegrationsResponse.struct_class = Types::DescribeInboundIntegrationsResponse
|
3455
|
+
|
3456
|
+
DescribeIntegrationsRequest.add_member(:integration_identifier, Shapes::ShapeRef.new(shape: String128, location_name: "IntegrationIdentifier"))
|
3457
|
+
DescribeIntegrationsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String128, location_name: "Marker"))
|
3458
|
+
DescribeIntegrationsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegrationInteger, location_name: "MaxRecords"))
|
3459
|
+
DescribeIntegrationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: IntegrationFilterList, location_name: "Filters"))
|
3460
|
+
DescribeIntegrationsRequest.struct_class = Types::DescribeIntegrationsRequest
|
3461
|
+
|
3462
|
+
DescribeIntegrationsResponse.add_member(:integrations, Shapes::ShapeRef.new(shape: IntegrationsList, location_name: "Integrations"))
|
3463
|
+
DescribeIntegrationsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String128, location_name: "Marker"))
|
3464
|
+
DescribeIntegrationsResponse.struct_class = Types::DescribeIntegrationsResponse
|
3465
|
+
|
3056
3466
|
DevEndpoint.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointName"))
|
3057
3467
|
DevEndpoint.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
3058
3468
|
DevEndpoint.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroupIds"))
|
@@ -3184,6 +3594,16 @@ module Aws::Glue
|
|
3184
3594
|
EncryptionConfiguration.add_member(:job_bookmarks_encryption, Shapes::ShapeRef.new(shape: JobBookmarksEncryption, location_name: "JobBookmarksEncryption"))
|
3185
3595
|
EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
|
3186
3596
|
|
3597
|
+
Entity.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "EntityName"))
|
3598
|
+
Entity.add_member(:label, Shapes::ShapeRef.new(shape: EntityLabel, location_name: "Label"))
|
3599
|
+
Entity.add_member(:is_parent_entity, Shapes::ShapeRef.new(shape: IsParentEntity, location_name: "IsParentEntity"))
|
3600
|
+
Entity.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
|
3601
|
+
Entity.add_member(:category, Shapes::ShapeRef.new(shape: Category, location_name: "Category"))
|
3602
|
+
Entity.add_member(:custom_properties, Shapes::ShapeRef.new(shape: CustomProperties, location_name: "CustomProperties"))
|
3603
|
+
Entity.struct_class = Types::Entity
|
3604
|
+
|
3605
|
+
EntityList.member = Shapes::ShapeRef.new(shape: Entity)
|
3606
|
+
|
3187
3607
|
EntityNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
3188
3608
|
EntityNotFoundException.add_member(:from_federation_source, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "FromFederationSource"))
|
3189
3609
|
EntityNotFoundException.struct_class = Types::EntityNotFoundException
|
@@ -3227,12 +3647,22 @@ module Aws::Glue
|
|
3227
3647
|
EventBatchingCondition.add_member(:batch_window, Shapes::ShapeRef.new(shape: BatchWindow, location_name: "BatchWindow"))
|
3228
3648
|
EventBatchingCondition.struct_class = Types::EventBatchingCondition
|
3229
3649
|
|
3650
|
+
ExecutionAttempt.add_member(:status, Shapes::ShapeRef.new(shape: ExecutionStatus, location_name: "Status"))
|
3651
|
+
ExecutionAttempt.add_member(:column_statistics_task_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "ColumnStatisticsTaskRunId"))
|
3652
|
+
ExecutionAttempt.add_member(:execution_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ExecutionTimestamp"))
|
3653
|
+
ExecutionAttempt.add_member(:error_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "ErrorMessage"))
|
3654
|
+
ExecutionAttempt.struct_class = Types::ExecutionAttempt
|
3655
|
+
|
3230
3656
|
ExecutionProperty.add_member(:max_concurrent_runs, Shapes::ShapeRef.new(shape: MaxConcurrentRuns, location_name: "MaxConcurrentRuns"))
|
3231
3657
|
ExecutionProperty.struct_class = Types::ExecutionProperty
|
3232
3658
|
|
3233
3659
|
ExportLabelsTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
|
3234
3660
|
ExportLabelsTaskRunProperties.struct_class = Types::ExportLabelsTaskRunProperties
|
3235
3661
|
|
3662
|
+
FederatedCatalog.add_member(:identifier, Shapes::ShapeRef.new(shape: FederationIdentifier, location_name: "Identifier"))
|
3663
|
+
FederatedCatalog.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionName"))
|
3664
|
+
FederatedCatalog.struct_class = Types::FederatedCatalog
|
3665
|
+
|
3236
3666
|
FederatedDatabase.add_member(:identifier, Shapes::ShapeRef.new(shape: FederationIdentifier, location_name: "Identifier"))
|
3237
3667
|
FederatedDatabase.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionName"))
|
3238
3668
|
FederatedDatabase.struct_class = Types::FederatedDatabase
|
@@ -3253,6 +3683,30 @@ module Aws::Glue
|
|
3253
3683
|
FederationSourceRetryableException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
3254
3684
|
FederationSourceRetryableException.struct_class = Types::FederationSourceRetryableException
|
3255
3685
|
|
3686
|
+
Field.add_member(:field_name, Shapes::ShapeRef.new(shape: EntityFieldName, location_name: "FieldName"))
|
3687
|
+
Field.add_member(:label, Shapes::ShapeRef.new(shape: FieldLabel, location_name: "Label"))
|
3688
|
+
Field.add_member(:description, Shapes::ShapeRef.new(shape: FieldDescription, location_name: "Description"))
|
3689
|
+
Field.add_member(:field_type, Shapes::ShapeRef.new(shape: FieldDataType, location_name: "FieldType"))
|
3690
|
+
Field.add_member(:is_primary_key, Shapes::ShapeRef.new(shape: Bool, location_name: "IsPrimaryKey"))
|
3691
|
+
Field.add_member(:is_nullable, Shapes::ShapeRef.new(shape: Bool, location_name: "IsNullable"))
|
3692
|
+
Field.add_member(:is_retrievable, Shapes::ShapeRef.new(shape: Bool, location_name: "IsRetrievable"))
|
3693
|
+
Field.add_member(:is_filterable, Shapes::ShapeRef.new(shape: Bool, location_name: "IsFilterable"))
|
3694
|
+
Field.add_member(:is_partitionable, Shapes::ShapeRef.new(shape: Bool, location_name: "IsPartitionable"))
|
3695
|
+
Field.add_member(:is_createable, Shapes::ShapeRef.new(shape: Bool, location_name: "IsCreateable"))
|
3696
|
+
Field.add_member(:is_updateable, Shapes::ShapeRef.new(shape: Bool, location_name: "IsUpdateable"))
|
3697
|
+
Field.add_member(:is_upsertable, Shapes::ShapeRef.new(shape: Bool, location_name: "IsUpsertable"))
|
3698
|
+
Field.add_member(:is_default_on_create, Shapes::ShapeRef.new(shape: Bool, location_name: "IsDefaultOnCreate"))
|
3699
|
+
Field.add_member(:supported_values, Shapes::ShapeRef.new(shape: ListOfString, location_name: "SupportedValues"))
|
3700
|
+
Field.add_member(:supported_filter_operators, Shapes::ShapeRef.new(shape: FieldFilterOperatorsList, location_name: "SupportedFilterOperators"))
|
3701
|
+
Field.add_member(:parent_field, Shapes::ShapeRef.new(shape: String, location_name: "ParentField"))
|
3702
|
+
Field.add_member(:native_data_type, Shapes::ShapeRef.new(shape: String, location_name: "NativeDataType"))
|
3703
|
+
Field.add_member(:custom_properties, Shapes::ShapeRef.new(shape: CustomProperties, location_name: "CustomProperties"))
|
3704
|
+
Field.struct_class = Types::Field
|
3705
|
+
|
3706
|
+
FieldFilterOperatorsList.member = Shapes::ShapeRef.new(shape: FieldFilterOperator)
|
3707
|
+
|
3708
|
+
FieldsList.member = Shapes::ShapeRef.new(shape: Field)
|
3709
|
+
|
3256
3710
|
FillMissingValues.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3257
3711
|
FillMissingValues.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
3258
3712
|
FillMissingValues.add_member(:imputed_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ImputedPath"))
|
@@ -3330,6 +3784,22 @@ module Aws::Glue
|
|
3330
3784
|
GetCatalogImportStatusResponse.add_member(:import_status, Shapes::ShapeRef.new(shape: CatalogImportStatus, location_name: "ImportStatus"))
|
3331
3785
|
GetCatalogImportStatusResponse.struct_class = Types::GetCatalogImportStatusResponse
|
3332
3786
|
|
3787
|
+
GetCatalogRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, required: true, location_name: "CatalogId"))
|
3788
|
+
GetCatalogRequest.struct_class = Types::GetCatalogRequest
|
3789
|
+
|
3790
|
+
GetCatalogResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: Catalog, location_name: "Catalog"))
|
3791
|
+
GetCatalogResponse.struct_class = Types::GetCatalogResponse
|
3792
|
+
|
3793
|
+
GetCatalogsRequest.add_member(:parent_catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "ParentCatalogId"))
|
3794
|
+
GetCatalogsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
3795
|
+
GetCatalogsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
3796
|
+
GetCatalogsRequest.add_member(:recursive, Shapes::ShapeRef.new(shape: Boolean, location_name: "Recursive"))
|
3797
|
+
GetCatalogsRequest.struct_class = Types::GetCatalogsRequest
|
3798
|
+
|
3799
|
+
GetCatalogsResponse.add_member(:catalog_list, Shapes::ShapeRef.new(shape: CatalogList, required: true, location_name: "CatalogList"))
|
3800
|
+
GetCatalogsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
3801
|
+
GetCatalogsResponse.struct_class = Types::GetCatalogsResponse
|
3802
|
+
|
3333
3803
|
GetClassifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
3334
3804
|
GetClassifierRequest.struct_class = Types::GetClassifierRequest
|
3335
3805
|
|
@@ -3393,6 +3863,7 @@ module Aws::Glue
|
|
3393
3863
|
GetConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
3394
3864
|
GetConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
3395
3865
|
GetConnectionRequest.add_member(:hide_password, Shapes::ShapeRef.new(shape: Boolean, location_name: "HidePassword"))
|
3866
|
+
GetConnectionRequest.add_member(:apply_override_for_compute_environment, Shapes::ShapeRef.new(shape: ComputeEnvironment, location_name: "ApplyOverrideForComputeEnvironment"))
|
3396
3867
|
GetConnectionRequest.struct_class = Types::GetConnectionRequest
|
3397
3868
|
|
3398
3869
|
GetConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
|
@@ -3400,6 +3871,7 @@ module Aws::Glue
|
|
3400
3871
|
|
3401
3872
|
GetConnectionsFilter.add_member(:match_criteria, Shapes::ShapeRef.new(shape: MatchCriteria, location_name: "MatchCriteria"))
|
3402
3873
|
GetConnectionsFilter.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "ConnectionType"))
|
3874
|
+
GetConnectionsFilter.add_member(:connection_schema_version, Shapes::ShapeRef.new(shape: ConnectionSchemaVersion, location_name: "ConnectionSchemaVersion"))
|
3403
3875
|
GetConnectionsFilter.struct_class = Types::GetConnectionsFilter
|
3404
3876
|
|
3405
3877
|
GetConnectionsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
@@ -3578,6 +4050,40 @@ module Aws::Glue
|
|
3578
4050
|
GetDevEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
3579
4051
|
GetDevEndpointsResponse.struct_class = Types::GetDevEndpointsResponse
|
3580
4052
|
|
4053
|
+
GetEntityRecordsRequest.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionName"))
|
4054
|
+
GetEntityRecordsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
4055
|
+
GetEntityRecordsRequest.add_member(:entity_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EntityName"))
|
4056
|
+
GetEntityRecordsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4057
|
+
GetEntityRecordsRequest.add_member(:data_store_api_version, Shapes::ShapeRef.new(shape: ApiVersion, location_name: "DataStoreApiVersion"))
|
4058
|
+
GetEntityRecordsRequest.add_member(:connection_options, Shapes::ShapeRef.new(shape: ConnectionOptions, location_name: "ConnectionOptions"))
|
4059
|
+
GetEntityRecordsRequest.add_member(:filter_predicate, Shapes::ShapeRef.new(shape: FilterPredicate, location_name: "FilterPredicate"))
|
4060
|
+
GetEntityRecordsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, required: true, location_name: "Limit"))
|
4061
|
+
GetEntityRecordsRequest.add_member(:order_by, Shapes::ShapeRef.new(shape: String, location_name: "OrderBy"))
|
4062
|
+
GetEntityRecordsRequest.add_member(:selected_fields, Shapes::ShapeRef.new(shape: SelectedFields, location_name: "SelectedFields"))
|
4063
|
+
GetEntityRecordsRequest.struct_class = Types::GetEntityRecordsRequest
|
4064
|
+
|
4065
|
+
GetEntityRecordsResponse.add_member(:records, Shapes::ShapeRef.new(shape: Records, location_name: "Records"))
|
4066
|
+
GetEntityRecordsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4067
|
+
GetEntityRecordsResponse.struct_class = Types::GetEntityRecordsResponse
|
4068
|
+
|
4069
|
+
GetIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
4070
|
+
GetIntegrationResourcePropertyRequest.struct_class = Types::GetIntegrationResourcePropertyRequest
|
4071
|
+
|
4072
|
+
GetIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, location_name: "ResourceArn"))
|
4073
|
+
GetIntegrationResourcePropertyResponse.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
4074
|
+
GetIntegrationResourcePropertyResponse.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
4075
|
+
GetIntegrationResourcePropertyResponse.struct_class = Types::GetIntegrationResourcePropertyResponse
|
4076
|
+
|
4077
|
+
GetIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
4078
|
+
GetIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
|
4079
|
+
GetIntegrationTablePropertiesRequest.struct_class = Types::GetIntegrationTablePropertiesRequest
|
4080
|
+
|
4081
|
+
GetIntegrationTablePropertiesResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, location_name: "ResourceArn"))
|
4082
|
+
GetIntegrationTablePropertiesResponse.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, location_name: "TableName"))
|
4083
|
+
GetIntegrationTablePropertiesResponse.add_member(:source_table_config, Shapes::ShapeRef.new(shape: SourceTableConfig, location_name: "SourceTableConfig"))
|
4084
|
+
GetIntegrationTablePropertiesResponse.add_member(:target_table_config, Shapes::ShapeRef.new(shape: TargetTableConfig, location_name: "TargetTableConfig"))
|
4085
|
+
GetIntegrationTablePropertiesResponse.struct_class = Types::GetIntegrationTablePropertiesResponse
|
4086
|
+
|
3581
4087
|
GetJobBookmarkRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
|
3582
4088
|
GetJobBookmarkRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: RunId, location_name: "RunId"))
|
3583
4089
|
GetJobBookmarkRequest.struct_class = Types::GetJobBookmarkRequest
|
@@ -4168,8 +4674,71 @@ module Aws::Glue
|
|
4168
4674
|
ImportLabelsTaskRunProperties.add_member(:replace, Shapes::ShapeRef.new(shape: ReplaceBoolean, location_name: "Replace"))
|
4169
4675
|
ImportLabelsTaskRunProperties.struct_class = Types::ImportLabelsTaskRunProperties
|
4170
4676
|
|
4677
|
+
InboundIntegration.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
|
4678
|
+
InboundIntegration.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
|
4679
|
+
InboundIntegration.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
4680
|
+
InboundIntegration.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "Status"))
|
4681
|
+
InboundIntegration.add_member(:create_time, Shapes::ShapeRef.new(shape: IntegrationTimestamp, required: true, location_name: "CreateTime"))
|
4682
|
+
InboundIntegration.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
|
4683
|
+
InboundIntegration.struct_class = Types::InboundIntegration
|
4684
|
+
|
4685
|
+
InboundIntegrationsList.member = Shapes::ShapeRef.new(shape: InboundIntegration)
|
4686
|
+
|
4171
4687
|
InclusionAnnotationList.member = Shapes::ShapeRef.new(shape: DatapointInclusionAnnotation)
|
4172
4688
|
|
4689
|
+
Integration.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
|
4690
|
+
Integration.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
|
4691
|
+
Integration.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
4692
|
+
Integration.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
|
4693
|
+
Integration.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
4694
|
+
Integration.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String2048, location_name: "KmsKeyId"))
|
4695
|
+
Integration.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: IntegrationAdditionalEncryptionContextMap, location_name: "AdditionalEncryptionContext"))
|
4696
|
+
Integration.add_member(:tags, Shapes::ShapeRef.new(shape: IntegrationTagsList, location_name: "Tags"))
|
4697
|
+
Integration.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "Status"))
|
4698
|
+
Integration.add_member(:create_time, Shapes::ShapeRef.new(shape: IntegrationTimestamp, required: true, location_name: "CreateTime"))
|
4699
|
+
Integration.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
|
4700
|
+
Integration.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
4701
|
+
Integration.struct_class = Types::Integration
|
4702
|
+
|
4703
|
+
IntegrationAdditionalEncryptionContextMap.key = Shapes::ShapeRef.new(shape: IntegrationString)
|
4704
|
+
IntegrationAdditionalEncryptionContextMap.value = Shapes::ShapeRef.new(shape: IntegrationString)
|
4705
|
+
|
4706
|
+
IntegrationConflictOperationFault.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
4707
|
+
IntegrationConflictOperationFault.struct_class = Types::IntegrationConflictOperationFault
|
4708
|
+
|
4709
|
+
IntegrationError.add_member(:error_code, Shapes::ShapeRef.new(shape: String128, location_name: "ErrorCode"))
|
4710
|
+
IntegrationError.add_member(:error_message, Shapes::ShapeRef.new(shape: String2048, location_name: "ErrorMessage"))
|
4711
|
+
IntegrationError.struct_class = Types::IntegrationError
|
4712
|
+
|
4713
|
+
IntegrationErrorList.member = Shapes::ShapeRef.new(shape: IntegrationError)
|
4714
|
+
|
4715
|
+
IntegrationFilter.add_member(:name, Shapes::ShapeRef.new(shape: String128, location_name: "Name"))
|
4716
|
+
IntegrationFilter.add_member(:values, Shapes::ShapeRef.new(shape: IntegrationFilterValues, location_name: "Values"))
|
4717
|
+
IntegrationFilter.struct_class = Types::IntegrationFilter
|
4718
|
+
|
4719
|
+
IntegrationFilterList.member = Shapes::ShapeRef.new(shape: IntegrationFilter)
|
4720
|
+
|
4721
|
+
IntegrationFilterValues.member = Shapes::ShapeRef.new(shape: String128)
|
4722
|
+
|
4723
|
+
IntegrationNotFoundFault.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
4724
|
+
IntegrationNotFoundFault.struct_class = Types::IntegrationNotFoundFault
|
4725
|
+
|
4726
|
+
IntegrationPartition.add_member(:field_name, Shapes::ShapeRef.new(shape: String128, location_name: "FieldName"))
|
4727
|
+
IntegrationPartition.add_member(:function_spec, Shapes::ShapeRef.new(shape: String128, location_name: "FunctionSpec"))
|
4728
|
+
IntegrationPartition.struct_class = Types::IntegrationPartition
|
4729
|
+
|
4730
|
+
IntegrationPartitionSpecList.member = Shapes::ShapeRef.new(shape: IntegrationPartition)
|
4731
|
+
|
4732
|
+
IntegrationQuotaExceededFault.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
4733
|
+
IntegrationQuotaExceededFault.struct_class = Types::IntegrationQuotaExceededFault
|
4734
|
+
|
4735
|
+
IntegrationTagsList.member = Shapes::ShapeRef.new(shape: Tag)
|
4736
|
+
|
4737
|
+
IntegrationsList.member = Shapes::ShapeRef.new(shape: Integration)
|
4738
|
+
|
4739
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
4740
|
+
InternalServerException.struct_class = Types::InternalServerException
|
4741
|
+
|
4173
4742
|
InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
4174
4743
|
InternalServiceException.struct_class = Types::InternalServiceException
|
4175
4744
|
|
@@ -4177,6 +4746,9 @@ module Aws::Glue
|
|
4177
4746
|
InvalidInputException.add_member(:from_federation_source, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "FromFederationSource"))
|
4178
4747
|
InvalidInputException.struct_class = Types::InvalidInputException
|
4179
4748
|
|
4749
|
+
InvalidIntegrationStateFault.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
4750
|
+
InvalidIntegrationStateFault.struct_class = Types::InvalidIntegrationStateFault
|
4751
|
+
|
4180
4752
|
InvalidStateException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
4181
4753
|
InvalidStateException.struct_class = Types::InvalidStateException
|
4182
4754
|
|
@@ -4353,6 +4925,9 @@ module Aws::Glue
|
|
4353
4925
|
JsonClassifier.add_member(:json_path, Shapes::ShapeRef.new(shape: JsonPath, required: true, location_name: "JsonPath"))
|
4354
4926
|
JsonClassifier.struct_class = Types::JsonClassifier
|
4355
4927
|
|
4928
|
+
KMSKeyNotAccessibleFault.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
4929
|
+
KMSKeyNotAccessibleFault.struct_class = Types::KMSKeyNotAccessibleFault
|
4930
|
+
|
4356
4931
|
KafkaStreamingSourceOptions.add_member(:bootstrap_servers, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "BootstrapServers"))
|
4357
4932
|
KafkaStreamingSourceOptions.add_member(:security_protocol, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "SecurityProtocol"))
|
4358
4933
|
KafkaStreamingSourceOptions.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "ConnectionName"))
|
@@ -4451,6 +5026,14 @@ module Aws::Glue
|
|
4451
5026
|
ListColumnStatisticsTaskRunsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
4452
5027
|
ListColumnStatisticsTaskRunsResponse.struct_class = Types::ListColumnStatisticsTaskRunsResponse
|
4453
5028
|
|
5029
|
+
ListConnectionTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
5030
|
+
ListConnectionTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5031
|
+
ListConnectionTypesRequest.struct_class = Types::ListConnectionTypesRequest
|
5032
|
+
|
5033
|
+
ListConnectionTypesResponse.add_member(:connection_types, Shapes::ShapeRef.new(shape: ConnectionTypeList, location_name: "ConnectionTypes"))
|
5034
|
+
ListConnectionTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5035
|
+
ListConnectionTypesResponse.struct_class = Types::ListConnectionTypesResponse
|
5036
|
+
|
4454
5037
|
ListCrawlersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
4455
5038
|
ListCrawlersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
|
4456
5039
|
ListCrawlersRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
@@ -4547,6 +5130,17 @@ module Aws::Glue
|
|
4547
5130
|
ListDevEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
4548
5131
|
ListDevEndpointsResponse.struct_class = Types::ListDevEndpointsResponse
|
4549
5132
|
|
5133
|
+
ListEntitiesRequest.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionName"))
|
5134
|
+
ListEntitiesRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
5135
|
+
ListEntitiesRequest.add_member(:parent_entity_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ParentEntityName"))
|
5136
|
+
ListEntitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5137
|
+
ListEntitiesRequest.add_member(:data_store_api_version, Shapes::ShapeRef.new(shape: ApiVersion, location_name: "DataStoreApiVersion"))
|
5138
|
+
ListEntitiesRequest.struct_class = Types::ListEntitiesRequest
|
5139
|
+
|
5140
|
+
ListEntitiesResponse.add_member(:entities, Shapes::ShapeRef.new(shape: EntityList, location_name: "Entities"))
|
5141
|
+
ListEntitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5142
|
+
ListEntitiesResponse.struct_class = Types::ListEntitiesResponse
|
5143
|
+
|
4550
5144
|
ListJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
4551
5145
|
ListJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
4552
5146
|
ListJobsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
@@ -4567,6 +5161,8 @@ module Aws::Glue
|
|
4567
5161
|
ListMLTransformsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
4568
5162
|
ListMLTransformsResponse.struct_class = Types::ListMLTransformsResponse
|
4569
5163
|
|
5164
|
+
ListOfString.member = Shapes::ShapeRef.new(shape: String)
|
5165
|
+
|
4570
5166
|
ListRegistriesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsNumber, location_name: "MaxResults"))
|
4571
5167
|
ListRegistriesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
|
4572
5168
|
ListRegistriesInput.struct_class = Types::ListRegistriesInput
|
@@ -4762,6 +5358,26 @@ module Aws::Glue
|
|
4762
5358
|
MicrosoftSQLServerCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
4763
5359
|
MicrosoftSQLServerCatalogTarget.struct_class = Types::MicrosoftSQLServerCatalogTarget
|
4764
5360
|
|
5361
|
+
ModifyIntegrationRequest.add_member(:integration_identifier, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationIdentifier"))
|
5362
|
+
ModifyIntegrationRequest.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
5363
|
+
ModifyIntegrationRequest.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
5364
|
+
ModifyIntegrationRequest.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, location_name: "IntegrationName"))
|
5365
|
+
ModifyIntegrationRequest.struct_class = Types::ModifyIntegrationRequest
|
5366
|
+
|
5367
|
+
ModifyIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
|
5368
|
+
ModifyIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
|
5369
|
+
ModifyIntegrationResponse.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
|
5370
|
+
ModifyIntegrationResponse.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
5371
|
+
ModifyIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
5372
|
+
ModifyIntegrationResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String2048, location_name: "KmsKeyId"))
|
5373
|
+
ModifyIntegrationResponse.add_member(:additional_encryption_context, Shapes::ShapeRef.new(shape: IntegrationAdditionalEncryptionContextMap, location_name: "AdditionalEncryptionContext"))
|
5374
|
+
ModifyIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: IntegrationTagsList, location_name: "Tags"))
|
5375
|
+
ModifyIntegrationResponse.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "Status"))
|
5376
|
+
ModifyIntegrationResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: IntegrationTimestamp, required: true, location_name: "CreateTime"))
|
5377
|
+
ModifyIntegrationResponse.add_member(:errors, Shapes::ShapeRef.new(shape: IntegrationErrorList, location_name: "Errors"))
|
5378
|
+
ModifyIntegrationResponse.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
5379
|
+
ModifyIntegrationResponse.struct_class = Types::ModifyIntegrationResponse
|
5380
|
+
|
4765
5381
|
MongoDBTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
|
4766
5382
|
MongoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
|
4767
5383
|
MongoDBTarget.add_member(:scan_all, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "ScanAll"))
|
@@ -4817,6 +5433,12 @@ module Aws::Glue
|
|
4817
5433
|
OAuth2ClientApplication.add_member(:aws_managed_client_application_reference, Shapes::ShapeRef.new(shape: AWSManagedClientApplicationReference, location_name: "AWSManagedClientApplicationReference"))
|
4818
5434
|
OAuth2ClientApplication.struct_class = Types::OAuth2ClientApplication
|
4819
5435
|
|
5436
|
+
OAuth2Credentials.add_member(:user_managed_client_application_client_secret, Shapes::ShapeRef.new(shape: UserManagedClientApplicationClientSecret, location_name: "UserManagedClientApplicationClientSecret"))
|
5437
|
+
OAuth2Credentials.add_member(:access_token, Shapes::ShapeRef.new(shape: AccessToken, location_name: "AccessToken"))
|
5438
|
+
OAuth2Credentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: RefreshToken, location_name: "RefreshToken"))
|
5439
|
+
OAuth2Credentials.add_member(:jwt_token, Shapes::ShapeRef.new(shape: JwtToken, location_name: "JwtToken"))
|
5440
|
+
OAuth2Credentials.struct_class = Types::OAuth2Credentials
|
5441
|
+
|
4820
5442
|
OAuth2Properties.add_member(:o_auth_2_grant_type, Shapes::ShapeRef.new(shape: OAuth2GrantType, location_name: "OAuth2GrantType"))
|
4821
5443
|
OAuth2Properties.add_member(:o_auth_2_client_application, Shapes::ShapeRef.new(shape: OAuth2ClientApplication, location_name: "OAuth2ClientApplication"))
|
4822
5444
|
OAuth2Properties.add_member(:token_url, Shapes::ShapeRef.new(shape: TokenUrl, location_name: "TokenUrl"))
|
@@ -4828,6 +5450,7 @@ module Aws::Glue
|
|
4828
5450
|
OAuth2PropertiesInput.add_member(:token_url, Shapes::ShapeRef.new(shape: TokenUrl, location_name: "TokenUrl"))
|
4829
5451
|
OAuth2PropertiesInput.add_member(:token_url_parameters_map, Shapes::ShapeRef.new(shape: TokenUrlParametersMap, location_name: "TokenUrlParametersMap"))
|
4830
5452
|
OAuth2PropertiesInput.add_member(:authorization_code_properties, Shapes::ShapeRef.new(shape: AuthorizationCodeProperties, location_name: "AuthorizationCodeProperties"))
|
5453
|
+
OAuth2PropertiesInput.add_member(:o_auth_2_credentials, Shapes::ShapeRef.new(shape: OAuth2Credentials, location_name: "OAuth2Credentials"))
|
4831
5454
|
OAuth2PropertiesInput.struct_class = Types::OAuth2PropertiesInput
|
4832
5455
|
|
4833
5456
|
OneInput.member = Shapes::ShapeRef.new(shape: NodeId)
|
@@ -4978,6 +5601,8 @@ module Aws::Glue
|
|
4978
5601
|
Predicate.add_member(:conditions, Shapes::ShapeRef.new(shape: ConditionList, location_name: "Conditions"))
|
4979
5602
|
Predicate.struct_class = Types::Predicate
|
4980
5603
|
|
5604
|
+
PrimaryKeyList.member = Shapes::ShapeRef.new(shape: String128)
|
5605
|
+
|
4981
5606
|
PrincipalPermissions.add_member(:principal, Shapes::ShapeRef.new(shape: DataLakePrincipal, location_name: "Principal"))
|
4982
5607
|
PrincipalPermissions.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionList, location_name: "Permissions"))
|
4983
5608
|
PrincipalPermissions.struct_class = Types::PrincipalPermissions
|
@@ -4988,14 +5613,31 @@ module Aws::Glue
|
|
4988
5613
|
ProfileConfiguration.add_member(:job_configuration, Shapes::ShapeRef.new(shape: ConfigurationMap, location_name: "JobConfiguration"))
|
4989
5614
|
ProfileConfiguration.struct_class = Types::ProfileConfiguration
|
4990
5615
|
|
5616
|
+
PropertiesMap.key = Shapes::ShapeRef.new(shape: PropertyName)
|
5617
|
+
PropertiesMap.value = Shapes::ShapeRef.new(shape: Property)
|
5618
|
+
|
5619
|
+
Property.add_member(:name, Shapes::ShapeRef.new(shape: PropertyName, required: true, location_name: "Name"))
|
5620
|
+
Property.add_member(:description, Shapes::ShapeRef.new(shape: PropertyDescriptionString, required: true, location_name: "Description"))
|
5621
|
+
Property.add_member(:required, Shapes::ShapeRef.new(shape: Bool, required: true, location_name: "Required"))
|
5622
|
+
Property.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "DefaultValue"))
|
5623
|
+
Property.add_member(:property_types, Shapes::ShapeRef.new(shape: PropertyTypes, required: true, location_name: "PropertyTypes"))
|
5624
|
+
Property.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedValues, location_name: "AllowedValues"))
|
5625
|
+
Property.add_member(:data_operation_scopes, Shapes::ShapeRef.new(shape: DataOperations, location_name: "DataOperationScopes"))
|
5626
|
+
Property.struct_class = Types::Property
|
5627
|
+
|
4991
5628
|
PropertyMap.key = Shapes::ShapeRef.new(shape: PropertyKey)
|
4992
5629
|
PropertyMap.value = Shapes::ShapeRef.new(shape: PropertyValue)
|
4993
5630
|
|
5631
|
+
PropertyNameOverrides.key = Shapes::ShapeRef.new(shape: PropertyName)
|
5632
|
+
PropertyNameOverrides.value = Shapes::ShapeRef.new(shape: PropertyName)
|
5633
|
+
|
4994
5634
|
PropertyPredicate.add_member(:key, Shapes::ShapeRef.new(shape: ValueString, location_name: "Key"))
|
4995
5635
|
PropertyPredicate.add_member(:value, Shapes::ShapeRef.new(shape: ValueString, location_name: "Value"))
|
4996
5636
|
PropertyPredicate.add_member(:comparator, Shapes::ShapeRef.new(shape: Comparator, location_name: "Comparator"))
|
4997
5637
|
PropertyPredicate.struct_class = Types::PropertyPredicate
|
4998
5638
|
|
5639
|
+
PropertyTypes.member = Shapes::ShapeRef.new(shape: PropertyType)
|
5640
|
+
|
4999
5641
|
PublicKeysList.member = Shapes::ShapeRef.new(shape: GenericString)
|
5000
5642
|
|
5001
5643
|
PutDataCatalogEncryptionSettingsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
@@ -5083,6 +5725,8 @@ module Aws::Glue
|
|
5083
5725
|
|
5084
5726
|
RecipeSteps.member = Shapes::ShapeRef.new(shape: RecipeStep)
|
5085
5727
|
|
5728
|
+
Records.member = Shapes::ShapeRef.new(shape: Record)
|
5729
|
+
|
5086
5730
|
RecrawlPolicy.add_member(:recrawl_behavior, Shapes::ShapeRef.new(shape: RecrawlBehavior, location_name: "RecrawlBehavior"))
|
5087
5731
|
RecrawlPolicy.struct_class = Types::RecrawlPolicy
|
5088
5732
|
|
@@ -5161,6 +5805,9 @@ module Aws::Glue
|
|
5161
5805
|
ResetJobBookmarkResponse.add_member(:job_bookmark_entry, Shapes::ShapeRef.new(shape: JobBookmarkEntry, location_name: "JobBookmarkEntry"))
|
5162
5806
|
ResetJobBookmarkResponse.struct_class = Types::ResetJobBookmarkResponse
|
5163
5807
|
|
5808
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
5809
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
5810
|
+
|
5164
5811
|
ResourceNotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
5165
5812
|
ResourceNotReadyException.struct_class = Types::ResourceNotReadyException
|
5166
5813
|
|
@@ -5481,6 +6128,8 @@ module Aws::Glue
|
|
5481
6128
|
SelectFromCollection.add_member(:index, Shapes::ShapeRef.new(shape: NonNegativeInt, required: true, location_name: "Index"))
|
5482
6129
|
SelectFromCollection.struct_class = Types::SelectFromCollection
|
5483
6130
|
|
6131
|
+
SelectedFields.member = Shapes::ShapeRef.new(shape: EntityFieldName)
|
6132
|
+
|
5484
6133
|
SerDeInfo.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
5485
6134
|
SerDeInfo.add_member(:serialization_library, Shapes::ShapeRef.new(shape: NameString, location_name: "SerializationLibrary"))
|
5486
6135
|
SerDeInfo.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
@@ -5570,6 +6219,17 @@ module Aws::Glue
|
|
5570
6219
|
SourceControlDetails.add_member(:auth_token, Shapes::ShapeRef.new(shape: Generic512CharString, location_name: "AuthToken"))
|
5571
6220
|
SourceControlDetails.struct_class = Types::SourceControlDetails
|
5572
6221
|
|
6222
|
+
SourceProcessingProperties.add_member(:role_arn, Shapes::ShapeRef.new(shape: String128, location_name: "RoleArn"))
|
6223
|
+
SourceProcessingProperties.struct_class = Types::SourceProcessingProperties
|
6224
|
+
|
6225
|
+
SourceTableConfig.add_member(:fields, Shapes::ShapeRef.new(shape: SourceTableFieldsList, location_name: "Fields"))
|
6226
|
+
SourceTableConfig.add_member(:filter_predicate, Shapes::ShapeRef.new(shape: String128, location_name: "FilterPredicate"))
|
6227
|
+
SourceTableConfig.add_member(:primary_key, Shapes::ShapeRef.new(shape: PrimaryKeyList, location_name: "PrimaryKey"))
|
6228
|
+
SourceTableConfig.add_member(:record_update_field, Shapes::ShapeRef.new(shape: String128, location_name: "RecordUpdateField"))
|
6229
|
+
SourceTableConfig.struct_class = Types::SourceTableConfig
|
6230
|
+
|
6231
|
+
SourceTableFieldsList.member = Shapes::ShapeRef.new(shape: String128)
|
6232
|
+
|
5573
6233
|
SparkConnectorSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
5574
6234
|
SparkConnectorSource.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionName"))
|
5575
6235
|
SparkConnectorSource.add_member(:connector_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectorName"))
|
@@ -5977,6 +6637,10 @@ module Aws::Glue
|
|
5977
6637
|
|
5978
6638
|
TableVersionErrors.member = Shapes::ShapeRef.new(shape: TableVersionError)
|
5979
6639
|
|
6640
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "key"))
|
6641
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "value"))
|
6642
|
+
Tag.struct_class = Types::Tag
|
6643
|
+
|
5980
6644
|
TagKeysList.member = Shapes::ShapeRef.new(shape: TagKey)
|
5981
6645
|
|
5982
6646
|
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, required: true, location_name: "ResourceArn"))
|
@@ -5988,6 +6652,23 @@ module Aws::Glue
|
|
5988
6652
|
TagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
5989
6653
|
TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
5990
6654
|
|
6655
|
+
TargetProcessingProperties.add_member(:role_arn, Shapes::ShapeRef.new(shape: String128, location_name: "RoleArn"))
|
6656
|
+
TargetProcessingProperties.add_member(:kms_arn, Shapes::ShapeRef.new(shape: String2048, location_name: "KmsArn"))
|
6657
|
+
TargetProcessingProperties.add_member(:connection_name, Shapes::ShapeRef.new(shape: String128, location_name: "ConnectionName"))
|
6658
|
+
TargetProcessingProperties.add_member(:event_bus_arn, Shapes::ShapeRef.new(shape: String2048, location_name: "EventBusArn"))
|
6659
|
+
TargetProcessingProperties.struct_class = Types::TargetProcessingProperties
|
6660
|
+
|
6661
|
+
TargetRedshiftCatalog.add_member(:catalog_arn, Shapes::ShapeRef.new(shape: ResourceArnString, required: true, location_name: "CatalogArn"))
|
6662
|
+
TargetRedshiftCatalog.struct_class = Types::TargetRedshiftCatalog
|
6663
|
+
|
6664
|
+
TargetResourceNotFound.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
6665
|
+
TargetResourceNotFound.struct_class = Types::TargetResourceNotFound
|
6666
|
+
|
6667
|
+
TargetTableConfig.add_member(:unnest_spec, Shapes::ShapeRef.new(shape: UnnestSpec, location_name: "UnnestSpec"))
|
6668
|
+
TargetTableConfig.add_member(:partition_spec, Shapes::ShapeRef.new(shape: IntegrationPartitionSpecList, location_name: "PartitionSpec"))
|
6669
|
+
TargetTableConfig.add_member(:target_table_name, Shapes::ShapeRef.new(shape: String128, location_name: "TargetTableName"))
|
6670
|
+
TargetTableConfig.struct_class = Types::TargetTableConfig
|
6671
|
+
|
5991
6672
|
TaskRun.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
|
5992
6673
|
TaskRun.add_member(:task_run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TaskRunId"))
|
5993
6674
|
TaskRun.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatusType, location_name: "Status"))
|
@@ -6025,6 +6706,7 @@ module Aws::Glue
|
|
6025
6706
|
TestConnectionInput.struct_class = Types::TestConnectionInput
|
6026
6707
|
|
6027
6708
|
TestConnectionRequest.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionName"))
|
6709
|
+
TestConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
6028
6710
|
TestConnectionRequest.add_member(:test_connection_input, Shapes::ShapeRef.new(shape: TestConnectionInput, location_name: "TestConnectionInput"))
|
6029
6711
|
TestConnectionRequest.struct_class = Types::TestConnectionRequest
|
6030
6712
|
|
@@ -6139,6 +6821,12 @@ module Aws::Glue
|
|
6139
6821
|
UpdateBlueprintResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
6140
6822
|
UpdateBlueprintResponse.struct_class = Types::UpdateBlueprintResponse
|
6141
6823
|
|
6824
|
+
UpdateCatalogRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, required: true, location_name: "CatalogId"))
|
6825
|
+
UpdateCatalogRequest.add_member(:catalog_input, Shapes::ShapeRef.new(shape: CatalogInput, required: true, location_name: "CatalogInput"))
|
6826
|
+
UpdateCatalogRequest.struct_class = Types::UpdateCatalogRequest
|
6827
|
+
|
6828
|
+
UpdateCatalogResponse.struct_class = Types::UpdateCatalogResponse
|
6829
|
+
|
6142
6830
|
UpdateClassifierRequest.add_member(:grok_classifier, Shapes::ShapeRef.new(shape: UpdateGrokClassifierRequest, location_name: "GrokClassifier"))
|
6143
6831
|
UpdateClassifierRequest.add_member(:xml_classifier, Shapes::ShapeRef.new(shape: UpdateXMLClassifierRequest, location_name: "XMLClassifier"))
|
6144
6832
|
UpdateClassifierRequest.add_member(:json_classifier, Shapes::ShapeRef.new(shape: UpdateJsonClassifierRequest, location_name: "JsonClassifier"))
|
@@ -6258,6 +6946,24 @@ module Aws::Glue
|
|
6258
6946
|
UpdateGrokClassifierRequest.add_member(:custom_patterns, Shapes::ShapeRef.new(shape: CustomPatterns, location_name: "CustomPatterns"))
|
6259
6947
|
UpdateGrokClassifierRequest.struct_class = Types::UpdateGrokClassifierRequest
|
6260
6948
|
|
6949
|
+
UpdateIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
6950
|
+
UpdateIntegrationResourcePropertyRequest.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
6951
|
+
UpdateIntegrationResourcePropertyRequest.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
6952
|
+
UpdateIntegrationResourcePropertyRequest.struct_class = Types::UpdateIntegrationResourcePropertyRequest
|
6953
|
+
|
6954
|
+
UpdateIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, location_name: "ResourceArn"))
|
6955
|
+
UpdateIntegrationResourcePropertyResponse.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
6956
|
+
UpdateIntegrationResourcePropertyResponse.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
6957
|
+
UpdateIntegrationResourcePropertyResponse.struct_class = Types::UpdateIntegrationResourcePropertyResponse
|
6958
|
+
|
6959
|
+
UpdateIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
|
6960
|
+
UpdateIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
|
6961
|
+
UpdateIntegrationTablePropertiesRequest.add_member(:source_table_config, Shapes::ShapeRef.new(shape: SourceTableConfig, location_name: "SourceTableConfig"))
|
6962
|
+
UpdateIntegrationTablePropertiesRequest.add_member(:target_table_config, Shapes::ShapeRef.new(shape: TargetTableConfig, location_name: "TargetTableConfig"))
|
6963
|
+
UpdateIntegrationTablePropertiesRequest.struct_class = Types::UpdateIntegrationTablePropertiesRequest
|
6964
|
+
|
6965
|
+
UpdateIntegrationTablePropertiesResponse.struct_class = Types::UpdateIntegrationTablePropertiesResponse
|
6966
|
+
|
6261
6967
|
UpdateJobFromSourceControlRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
|
6262
6968
|
UpdateJobFromSourceControlRequest.add_member(:provider, Shapes::ShapeRef.new(shape: SourceControlProvider, location_name: "Provider"))
|
6263
6969
|
UpdateJobFromSourceControlRequest.add_member(:repository_name, Shapes::ShapeRef.new(shape: NameString, location_name: "RepositoryName"))
|
@@ -6847,6 +7553,25 @@ module Aws::Glue
|
|
6847
7553
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
6848
7554
|
end)
|
6849
7555
|
|
7556
|
+
api.add_operation(:create_catalog, Seahorse::Model::Operation.new.tap do |o|
|
7557
|
+
o.name = "CreateCatalog"
|
7558
|
+
o.http_method = "POST"
|
7559
|
+
o.http_request_uri = "/"
|
7560
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCatalogRequest)
|
7561
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCatalogResponse)
|
7562
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
7563
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
7564
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
7565
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7566
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
7567
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
7568
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
7569
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7570
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
7571
|
+
o.errors << Shapes::ShapeRef.new(shape: FederatedResourceAlreadyExistsException)
|
7572
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
7573
|
+
end)
|
7574
|
+
|
6850
7575
|
api.add_operation(:create_classifier, Seahorse::Model::Operation.new.tap do |o|
|
6851
7576
|
o.name = "CreateClassifier"
|
6852
7577
|
o.http_method = "POST"
|
@@ -6940,6 +7665,8 @@ module Aws::Glue
|
|
6940
7665
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
6941
7666
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
6942
7667
|
o.errors << Shapes::ShapeRef.new(shape: FederatedResourceAlreadyExistsException)
|
7668
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
7669
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
6943
7670
|
end)
|
6944
7671
|
|
6945
7672
|
api.add_operation(:create_dev_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
@@ -6958,6 +7685,57 @@ module Aws::Glue
|
|
6958
7685
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
6959
7686
|
end)
|
6960
7687
|
|
7688
|
+
api.add_operation(:create_integration, Seahorse::Model::Operation.new.tap do |o|
|
7689
|
+
o.name = "CreateIntegration"
|
7690
|
+
o.http_method = "POST"
|
7691
|
+
o.http_request_uri = "/"
|
7692
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIntegrationRequest)
|
7693
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIntegrationResponse)
|
7694
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7695
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7696
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7697
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7698
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationConflictOperationFault)
|
7699
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationQuotaExceededFault)
|
7700
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
7701
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
7702
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7703
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7704
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
7705
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
7706
|
+
end)
|
7707
|
+
|
7708
|
+
api.add_operation(:create_integration_resource_property, Seahorse::Model::Operation.new.tap do |o|
|
7709
|
+
o.name = "CreateIntegrationResourceProperty"
|
7710
|
+
o.http_method = "POST"
|
7711
|
+
o.http_request_uri = "/"
|
7712
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIntegrationResourcePropertyRequest)
|
7713
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIntegrationResourcePropertyResponse)
|
7714
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7715
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7716
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7717
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7718
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7719
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
7720
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7721
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
7722
|
+
end)
|
7723
|
+
|
7724
|
+
api.add_operation(:create_integration_table_properties, Seahorse::Model::Operation.new.tap do |o|
|
7725
|
+
o.name = "CreateIntegrationTableProperties"
|
7726
|
+
o.http_method = "POST"
|
7727
|
+
o.http_request_uri = "/"
|
7728
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIntegrationTablePropertiesRequest)
|
7729
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIntegrationTablePropertiesResponse)
|
7730
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7731
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7732
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7733
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7734
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
7735
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7736
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
7737
|
+
end)
|
7738
|
+
|
6961
7739
|
api.add_operation(:create_job, Seahorse::Model::Operation.new.tap do |o|
|
6962
7740
|
o.name = "CreateJob"
|
6963
7741
|
o.http_method = "POST"
|
@@ -7102,6 +7880,8 @@ module Aws::Glue
|
|
7102
7880
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
7103
7881
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
7104
7882
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
|
7883
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
7884
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
7105
7885
|
end)
|
7106
7886
|
|
7107
7887
|
api.add_operation(:create_table_optimizer, Seahorse::Model::Operation.new.tap do |o|
|
@@ -7189,6 +7969,22 @@ module Aws::Glue
|
|
7189
7969
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7190
7970
|
end)
|
7191
7971
|
|
7972
|
+
api.add_operation(:delete_catalog, Seahorse::Model::Operation.new.tap do |o|
|
7973
|
+
o.name = "DeleteCatalog"
|
7974
|
+
o.http_method = "POST"
|
7975
|
+
o.http_request_uri = "/"
|
7976
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCatalogRequest)
|
7977
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCatalogResponse)
|
7978
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
7979
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
7980
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7981
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
7982
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
7983
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
7984
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7985
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
7986
|
+
end)
|
7987
|
+
|
7192
7988
|
api.add_operation(:delete_classifier, Seahorse::Model::Operation.new.tap do |o|
|
7193
7989
|
o.name = "DeleteClassifier"
|
7194
7990
|
o.http_method = "POST"
|
@@ -7294,6 +8090,8 @@ module Aws::Glue
|
|
7294
8090
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7295
8091
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
7296
8092
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
8093
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8094
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
7297
8095
|
end)
|
7298
8096
|
|
7299
8097
|
api.add_operation(:delete_dev_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
@@ -7308,6 +8106,40 @@ module Aws::Glue
|
|
7308
8106
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
7309
8107
|
end)
|
7310
8108
|
|
8109
|
+
api.add_operation(:delete_integration, Seahorse::Model::Operation.new.tap do |o|
|
8110
|
+
o.name = "DeleteIntegration"
|
8111
|
+
o.http_method = "POST"
|
8112
|
+
o.http_request_uri = "/"
|
8113
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIntegrationRequest)
|
8114
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIntegrationResponse)
|
8115
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8116
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8117
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8118
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
|
8119
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationConflictOperationFault)
|
8120
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIntegrationStateFault)
|
8121
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8122
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8123
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8124
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
8125
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8126
|
+
end)
|
8127
|
+
|
8128
|
+
api.add_operation(:delete_integration_table_properties, Seahorse::Model::Operation.new.tap do |o|
|
8129
|
+
o.name = "DeleteIntegrationTableProperties"
|
8130
|
+
o.http_method = "POST"
|
8131
|
+
o.http_request_uri = "/"
|
8132
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIntegrationTablePropertiesRequest)
|
8133
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIntegrationTablePropertiesResponse)
|
8134
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8135
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8136
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8137
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8138
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8139
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8140
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8141
|
+
end)
|
8142
|
+
|
7311
8143
|
api.add_operation(:delete_job, Seahorse::Model::Operation.new.tap do |o|
|
7312
8144
|
o.name = "DeleteJob"
|
7313
8145
|
o.http_method = "POST"
|
@@ -7444,6 +8276,8 @@ module Aws::Glue
|
|
7444
8276
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
7445
8277
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
7446
8278
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
|
8279
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8280
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
7447
8281
|
end)
|
7448
8282
|
|
7449
8283
|
api.add_operation(:delete_table_optimizer, Seahorse::Model::Operation.new.tap do |o|
|
@@ -7519,6 +8353,70 @@ module Aws::Glue
|
|
7519
8353
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
7520
8354
|
end)
|
7521
8355
|
|
8356
|
+
api.add_operation(:describe_connection_type, Seahorse::Model::Operation.new.tap do |o|
|
8357
|
+
o.name = "DescribeConnectionType"
|
8358
|
+
o.http_method = "POST"
|
8359
|
+
o.http_request_uri = "/"
|
8360
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeConnectionTypeRequest)
|
8361
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeConnectionTypeResponse)
|
8362
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8363
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8364
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8365
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8366
|
+
end)
|
8367
|
+
|
8368
|
+
api.add_operation(:describe_entity, Seahorse::Model::Operation.new.tap do |o|
|
8369
|
+
o.name = "DescribeEntity"
|
8370
|
+
o.http_method = "POST"
|
8371
|
+
o.http_request_uri = "/"
|
8372
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEntityRequest)
|
8373
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeEntityResponse)
|
8374
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8375
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
8376
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8377
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
8378
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8379
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8380
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8381
|
+
o[:pager] = Aws::Pager.new(
|
8382
|
+
tokens: {
|
8383
|
+
"next_token" => "next_token"
|
8384
|
+
}
|
8385
|
+
)
|
8386
|
+
end)
|
8387
|
+
|
8388
|
+
api.add_operation(:describe_inbound_integrations, Seahorse::Model::Operation.new.tap do |o|
|
8389
|
+
o.name = "DescribeInboundIntegrations"
|
8390
|
+
o.http_method = "POST"
|
8391
|
+
o.http_request_uri = "/"
|
8392
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeInboundIntegrationsRequest)
|
8393
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeInboundIntegrationsResponse)
|
8394
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8395
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8396
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8397
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
|
8398
|
+
o.errors << Shapes::ShapeRef.new(shape: TargetResourceNotFound)
|
8399
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotSupportedException)
|
8400
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8401
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8402
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8403
|
+
end)
|
8404
|
+
|
8405
|
+
api.add_operation(:describe_integrations, Seahorse::Model::Operation.new.tap do |o|
|
8406
|
+
o.name = "DescribeIntegrations"
|
8407
|
+
o.http_method = "POST"
|
8408
|
+
o.http_request_uri = "/"
|
8409
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIntegrationsRequest)
|
8410
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIntegrationsResponse)
|
8411
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8412
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8413
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8414
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
|
8415
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8416
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8417
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8418
|
+
end)
|
8419
|
+
|
7522
8420
|
api.add_operation(:get_blueprint, Seahorse::Model::Operation.new.tap do |o|
|
7523
8421
|
o.name = "GetBlueprint"
|
7524
8422
|
o.http_method = "POST"
|
@@ -7560,6 +8458,23 @@ module Aws::Glue
|
|
7560
8458
|
)
|
7561
8459
|
end)
|
7562
8460
|
|
8461
|
+
api.add_operation(:get_catalog, Seahorse::Model::Operation.new.tap do |o|
|
8462
|
+
o.name = "GetCatalog"
|
8463
|
+
o.http_method = "POST"
|
8464
|
+
o.http_request_uri = "/"
|
8465
|
+
o.input = Shapes::ShapeRef.new(shape: GetCatalogRequest)
|
8466
|
+
o.output = Shapes::ShapeRef.new(shape: GetCatalogResponse)
|
8467
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8468
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8469
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8470
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
8471
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
8472
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8473
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8474
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8475
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
8476
|
+
end)
|
8477
|
+
|
7563
8478
|
api.add_operation(:get_catalog_import_status, Seahorse::Model::Operation.new.tap do |o|
|
7564
8479
|
o.name = "GetCatalogImportStatus"
|
7565
8480
|
o.http_method = "POST"
|
@@ -7570,6 +8485,22 @@ module Aws::Glue
|
|
7570
8485
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
7571
8486
|
end)
|
7572
8487
|
|
8488
|
+
api.add_operation(:get_catalogs, Seahorse::Model::Operation.new.tap do |o|
|
8489
|
+
o.name = "GetCatalogs"
|
8490
|
+
o.http_method = "POST"
|
8491
|
+
o.http_request_uri = "/"
|
8492
|
+
o.input = Shapes::ShapeRef.new(shape: GetCatalogsRequest)
|
8493
|
+
o.output = Shapes::ShapeRef.new(shape: GetCatalogsResponse)
|
8494
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8495
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8496
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
8497
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
8498
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8499
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8500
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8501
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
8502
|
+
end)
|
8503
|
+
|
7573
8504
|
api.add_operation(:get_classifier, Seahorse::Model::Operation.new.tap do |o|
|
7574
8505
|
o.name = "GetClassifier"
|
7575
8506
|
o.http_method = "POST"
|
@@ -7836,6 +8767,7 @@ module Aws::Glue
|
|
7836
8767
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
7837
8768
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
7838
8769
|
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8770
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
7839
8771
|
end)
|
7840
8772
|
|
7841
8773
|
api.add_operation(:get_databases, Seahorse::Model::Operation.new.tap do |o|
|
@@ -7848,6 +8780,9 @@ module Aws::Glue
|
|
7848
8780
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
7849
8781
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
7850
8782
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
8783
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8784
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8785
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
7851
8786
|
o[:pager] = Aws::Pager.new(
|
7852
8787
|
limit_key: "max_results",
|
7853
8788
|
tokens: {
|
@@ -7897,6 +8832,51 @@ module Aws::Glue
|
|
7897
8832
|
)
|
7898
8833
|
end)
|
7899
8834
|
|
8835
|
+
api.add_operation(:get_entity_records, Seahorse::Model::Operation.new.tap do |o|
|
8836
|
+
o.name = "GetEntityRecords"
|
8837
|
+
o.http_method = "POST"
|
8838
|
+
o.http_request_uri = "/"
|
8839
|
+
o.input = Shapes::ShapeRef.new(shape: GetEntityRecordsRequest)
|
8840
|
+
o.output = Shapes::ShapeRef.new(shape: GetEntityRecordsResponse)
|
8841
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8842
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
8843
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8844
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
8845
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8846
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
8847
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8848
|
+
end)
|
8849
|
+
|
8850
|
+
api.add_operation(:get_integration_resource_property, Seahorse::Model::Operation.new.tap do |o|
|
8851
|
+
o.name = "GetIntegrationResourceProperty"
|
8852
|
+
o.http_method = "POST"
|
8853
|
+
o.http_request_uri = "/"
|
8854
|
+
o.input = Shapes::ShapeRef.new(shape: GetIntegrationResourcePropertyRequest)
|
8855
|
+
o.output = Shapes::ShapeRef.new(shape: GetIntegrationResourcePropertyResponse)
|
8856
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8857
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8858
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8859
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8860
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8861
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8862
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8863
|
+
end)
|
8864
|
+
|
8865
|
+
api.add_operation(:get_integration_table_properties, Seahorse::Model::Operation.new.tap do |o|
|
8866
|
+
o.name = "GetIntegrationTableProperties"
|
8867
|
+
o.http_method = "POST"
|
8868
|
+
o.http_request_uri = "/"
|
8869
|
+
o.input = Shapes::ShapeRef.new(shape: GetIntegrationTablePropertiesRequest)
|
8870
|
+
o.output = Shapes::ShapeRef.new(shape: GetIntegrationTablePropertiesResponse)
|
8871
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8872
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8873
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8874
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8875
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
8876
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
8877
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
8878
|
+
end)
|
8879
|
+
|
7900
8880
|
api.add_operation(:get_job, Seahorse::Model::Operation.new.tap do |o|
|
7901
8881
|
o.name = "GetJob"
|
7902
8882
|
o.http_method = "POST"
|
@@ -8575,6 +9555,22 @@ module Aws::Glue
|
|
8575
9555
|
)
|
8576
9556
|
end)
|
8577
9557
|
|
9558
|
+
api.add_operation(:list_connection_types, Seahorse::Model::Operation.new.tap do |o|
|
9559
|
+
o.name = "ListConnectionTypes"
|
9560
|
+
o.http_method = "POST"
|
9561
|
+
o.http_request_uri = "/"
|
9562
|
+
o.input = Shapes::ShapeRef.new(shape: ListConnectionTypesRequest)
|
9563
|
+
o.output = Shapes::ShapeRef.new(shape: ListConnectionTypesResponse)
|
9564
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
9565
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
9566
|
+
o[:pager] = Aws::Pager.new(
|
9567
|
+
limit_key: "max_results",
|
9568
|
+
tokens: {
|
9569
|
+
"next_token" => "next_token"
|
9570
|
+
}
|
9571
|
+
)
|
9572
|
+
end)
|
9573
|
+
|
8578
9574
|
api.add_operation(:list_crawlers, Seahorse::Model::Operation.new.tap do |o|
|
8579
9575
|
o.name = "ListCrawlers"
|
8580
9576
|
o.http_method = "POST"
|
@@ -8726,6 +9722,26 @@ module Aws::Glue
|
|
8726
9722
|
)
|
8727
9723
|
end)
|
8728
9724
|
|
9725
|
+
api.add_operation(:list_entities, Seahorse::Model::Operation.new.tap do |o|
|
9726
|
+
o.name = "ListEntities"
|
9727
|
+
o.http_method = "POST"
|
9728
|
+
o.http_request_uri = "/"
|
9729
|
+
o.input = Shapes::ShapeRef.new(shape: ListEntitiesRequest)
|
9730
|
+
o.output = Shapes::ShapeRef.new(shape: ListEntitiesResponse)
|
9731
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
9732
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
9733
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
9734
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
9735
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
9736
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
9737
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
9738
|
+
o[:pager] = Aws::Pager.new(
|
9739
|
+
tokens: {
|
9740
|
+
"next_token" => "next_token"
|
9741
|
+
}
|
9742
|
+
)
|
9743
|
+
end)
|
9744
|
+
|
8729
9745
|
api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
|
8730
9746
|
o.name = "ListJobs"
|
8731
9747
|
o.http_method = "POST"
|
@@ -8920,6 +9936,25 @@ module Aws::Glue
|
|
8920
9936
|
)
|
8921
9937
|
end)
|
8922
9938
|
|
9939
|
+
api.add_operation(:modify_integration, Seahorse::Model::Operation.new.tap do |o|
|
9940
|
+
o.name = "ModifyIntegration"
|
9941
|
+
o.http_method = "POST"
|
9942
|
+
o.http_request_uri = "/"
|
9943
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIntegrationRequest)
|
9944
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIntegrationResponse)
|
9945
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
9946
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
9947
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
9948
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationNotFoundFault)
|
9949
|
+
o.errors << Shapes::ShapeRef.new(shape: IntegrationConflictOperationFault)
|
9950
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIntegrationStateFault)
|
9951
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
9952
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
9953
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
9954
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
9955
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
9956
|
+
end)
|
9957
|
+
|
8923
9958
|
api.add_operation(:put_data_catalog_encryption_settings, Seahorse::Model::Operation.new.tap do |o|
|
8924
9959
|
o.name = "PutDataCatalogEncryptionSettings"
|
8925
9960
|
o.http_method = "POST"
|
@@ -9403,6 +10438,22 @@ module Aws::Glue
|
|
9403
10438
|
o.errors << Shapes::ShapeRef.new(shape: IllegalBlueprintStateException)
|
9404
10439
|
end)
|
9405
10440
|
|
10441
|
+
api.add_operation(:update_catalog, Seahorse::Model::Operation.new.tap do |o|
|
10442
|
+
o.name = "UpdateCatalog"
|
10443
|
+
o.http_method = "POST"
|
10444
|
+
o.http_request_uri = "/"
|
10445
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCatalogRequest)
|
10446
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCatalogResponse)
|
10447
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
10448
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
10449
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
10450
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
10451
|
+
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
10452
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
10453
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10454
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
10455
|
+
end)
|
10456
|
+
|
9406
10457
|
api.add_operation(:update_classifier, Seahorse::Model::Operation.new.tap do |o|
|
9407
10458
|
o.name = "UpdateClassifier"
|
9408
10459
|
o.http_method = "POST"
|
@@ -9520,6 +10571,9 @@ module Aws::Glue
|
|
9520
10571
|
o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
|
9521
10572
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
9522
10573
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
10574
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
10575
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
10576
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
9523
10577
|
end)
|
9524
10578
|
|
9525
10579
|
api.add_operation(:update_dev_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
@@ -9535,6 +10589,36 @@ module Aws::Glue
|
|
9535
10589
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
9536
10590
|
end)
|
9537
10591
|
|
10592
|
+
api.add_operation(:update_integration_resource_property, Seahorse::Model::Operation.new.tap do |o|
|
10593
|
+
o.name = "UpdateIntegrationResourceProperty"
|
10594
|
+
o.http_method = "POST"
|
10595
|
+
o.http_request_uri = "/"
|
10596
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateIntegrationResourcePropertyRequest)
|
10597
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateIntegrationResourcePropertyResponse)
|
10598
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
10599
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10600
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
10601
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
10602
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
10603
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
10604
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
10605
|
+
end)
|
10606
|
+
|
10607
|
+
api.add_operation(:update_integration_table_properties, Seahorse::Model::Operation.new.tap do |o|
|
10608
|
+
o.name = "UpdateIntegrationTableProperties"
|
10609
|
+
o.http_method = "POST"
|
10610
|
+
o.http_request_uri = "/"
|
10611
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateIntegrationTablePropertiesRequest)
|
10612
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateIntegrationTablePropertiesResponse)
|
10613
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
10614
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10615
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
10616
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
10617
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
10618
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
10619
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
10620
|
+
end)
|
10621
|
+
|
9538
10622
|
api.add_operation(:update_job, Seahorse::Model::Operation.new.tap do |o|
|
9539
10623
|
o.name = "UpdateJob"
|
9540
10624
|
o.http_method = "POST"
|
@@ -9644,6 +10728,9 @@ module Aws::Glue
|
|
9644
10728
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
|
9645
10729
|
o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
|
9646
10730
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
|
10731
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
|
10732
|
+
o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
|
10733
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
9647
10734
|
end)
|
9648
10735
|
|
9649
10736
|
api.add_operation(:update_table_optimizer, Seahorse::Model::Operation.new.tap do |o|
|