aws-sdk-glue 1.11.0 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,6 +43,7 @@ module Aws::Glue
43
43
  BooleanNullable = Shapes::BooleanShape.new(name: 'BooleanNullable')
44
44
  BooleanValue = Shapes::BooleanShape.new(name: 'BooleanValue')
45
45
  BoundedPartitionValueList = Shapes::ListShape.new(name: 'BoundedPartitionValueList')
46
+ CatalogEncryptionMode = Shapes::StringShape.new(name: 'CatalogEncryptionMode')
46
47
  CatalogEntries = Shapes::ListShape.new(name: 'CatalogEntries')
47
48
  CatalogEntry = Shapes::StructureShape.new(name: 'CatalogEntry')
48
49
  CatalogIdString = Shapes::StringShape.new(name: 'CatalogIdString')
@@ -51,6 +52,8 @@ module Aws::Glue
51
52
  Classifier = Shapes::StructureShape.new(name: 'Classifier')
52
53
  ClassifierList = Shapes::ListShape.new(name: 'ClassifierList')
53
54
  ClassifierNameList = Shapes::ListShape.new(name: 'ClassifierNameList')
55
+ CloudWatchEncryption = Shapes::StructureShape.new(name: 'CloudWatchEncryption')
56
+ CloudWatchEncryptionMode = Shapes::StringShape.new(name: 'CloudWatchEncryptionMode')
54
57
  CodeGenArgName = Shapes::StringShape.new(name: 'CodeGenArgName')
55
58
  CodeGenArgValue = Shapes::StringShape.new(name: 'CodeGenArgValue')
56
59
  CodeGenEdge = Shapes::StructureShape.new(name: 'CodeGenEdge')
@@ -85,6 +88,7 @@ module Aws::Glue
85
88
  CrawlerNameList = Shapes::ListShape.new(name: 'CrawlerNameList')
86
89
  CrawlerNotRunningException = Shapes::StructureShape.new(name: 'CrawlerNotRunningException')
87
90
  CrawlerRunningException = Shapes::StructureShape.new(name: 'CrawlerRunningException')
91
+ CrawlerSecurityConfiguration = Shapes::StringShape.new(name: 'CrawlerSecurityConfiguration')
88
92
  CrawlerState = Shapes::StringShape.new(name: 'CrawlerState')
89
93
  CrawlerStoppingException = Shapes::StructureShape.new(name: 'CrawlerStoppingException')
90
94
  CrawlerTargets = Shapes::StructureShape.new(name: 'CrawlerTargets')
@@ -106,6 +110,8 @@ module Aws::Glue
106
110
  CreatePartitionResponse = Shapes::StructureShape.new(name: 'CreatePartitionResponse')
107
111
  CreateScriptRequest = Shapes::StructureShape.new(name: 'CreateScriptRequest')
108
112
  CreateScriptResponse = Shapes::StructureShape.new(name: 'CreateScriptResponse')
113
+ CreateSecurityConfigurationRequest = Shapes::StructureShape.new(name: 'CreateSecurityConfigurationRequest')
114
+ CreateSecurityConfigurationResponse = Shapes::StructureShape.new(name: 'CreateSecurityConfigurationResponse')
109
115
  CreateTableRequest = Shapes::StructureShape.new(name: 'CreateTableRequest')
110
116
  CreateTableResponse = Shapes::StructureShape.new(name: 'CreateTableResponse')
111
117
  CreateTriggerRequest = Shapes::StructureShape.new(name: 'CreateTriggerRequest')
@@ -117,6 +123,7 @@ module Aws::Glue
117
123
  CustomPatterns = Shapes::StringShape.new(name: 'CustomPatterns')
118
124
  DagEdges = Shapes::ListShape.new(name: 'DagEdges')
119
125
  DagNodes = Shapes::ListShape.new(name: 'DagNodes')
126
+ DataCatalogEncryptionSettings = Shapes::StructureShape.new(name: 'DataCatalogEncryptionSettings')
120
127
  Database = Shapes::StructureShape.new(name: 'Database')
121
128
  DatabaseInput = Shapes::StructureShape.new(name: 'DatabaseInput')
122
129
  DatabaseList = Shapes::ListShape.new(name: 'DatabaseList')
@@ -137,6 +144,8 @@ module Aws::Glue
137
144
  DeleteJobResponse = Shapes::StructureShape.new(name: 'DeleteJobResponse')
138
145
  DeletePartitionRequest = Shapes::StructureShape.new(name: 'DeletePartitionRequest')
139
146
  DeletePartitionResponse = Shapes::StructureShape.new(name: 'DeletePartitionResponse')
147
+ DeleteSecurityConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteSecurityConfigurationRequest')
148
+ DeleteSecurityConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteSecurityConfigurationResponse')
140
149
  DeleteTableRequest = Shapes::StructureShape.new(name: 'DeleteTableRequest')
141
150
  DeleteTableResponse = Shapes::StructureShape.new(name: 'DeleteTableResponse')
142
151
  DeleteTableVersionRequest = Shapes::StructureShape.new(name: 'DeleteTableVersionRequest')
@@ -152,6 +161,8 @@ module Aws::Glue
152
161
  DevEndpointList = Shapes::ListShape.new(name: 'DevEndpointList')
153
162
  DynamoDBTarget = Shapes::StructureShape.new(name: 'DynamoDBTarget')
154
163
  DynamoDBTargetList = Shapes::ListShape.new(name: 'DynamoDBTargetList')
164
+ EncryptionAtRest = Shapes::StructureShape.new(name: 'EncryptionAtRest')
165
+ EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
155
166
  EntityNotFoundException = Shapes::StructureShape.new(name: 'EntityNotFoundException')
156
167
  ErrorByName = Shapes::MapShape.new(name: 'ErrorByName')
157
168
  ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
@@ -206,6 +217,10 @@ module Aws::Glue
206
217
  GetPartitionsResponse = Shapes::StructureShape.new(name: 'GetPartitionsResponse')
207
218
  GetPlanRequest = Shapes::StructureShape.new(name: 'GetPlanRequest')
208
219
  GetPlanResponse = Shapes::StructureShape.new(name: 'GetPlanResponse')
220
+ GetSecurityConfigurationRequest = Shapes::StructureShape.new(name: 'GetSecurityConfigurationRequest')
221
+ GetSecurityConfigurationResponse = Shapes::StructureShape.new(name: 'GetSecurityConfigurationResponse')
222
+ GetSecurityConfigurationsRequest = Shapes::StructureShape.new(name: 'GetSecurityConfigurationsRequest')
223
+ GetSecurityConfigurationsResponse = Shapes::StructureShape.new(name: 'GetSecurityConfigurationsResponse')
209
224
  GetTableRequest = Shapes::StructureShape.new(name: 'GetTableRequest')
210
225
  GetTableResponse = Shapes::StructureShape.new(name: 'GetTableResponse')
211
226
  GetTableVersionRequest = Shapes::StructureShape.new(name: 'GetTableVersionRequest')
@@ -223,6 +238,7 @@ module Aws::Glue
223
238
  GetUserDefinedFunctionResponse = Shapes::StructureShape.new(name: 'GetUserDefinedFunctionResponse')
224
239
  GetUserDefinedFunctionsRequest = Shapes::StructureShape.new(name: 'GetUserDefinedFunctionsRequest')
225
240
  GetUserDefinedFunctionsResponse = Shapes::StructureShape.new(name: 'GetUserDefinedFunctionsResponse')
241
+ GlueEncryptionException = Shapes::StructureShape.new(name: 'GlueEncryptionException')
226
242
  GrokClassifier = Shapes::StructureShape.new(name: 'GrokClassifier')
227
243
  GrokPattern = Shapes::StringShape.new(name: 'GrokPattern')
228
244
  IdString = Shapes::StringShape.new(name: 'IdString')
@@ -238,6 +254,8 @@ module Aws::Glue
238
254
  JdbcTargetList = Shapes::ListShape.new(name: 'JdbcTargetList')
239
255
  Job = Shapes::StructureShape.new(name: 'Job')
240
256
  JobBookmarkEntry = Shapes::StructureShape.new(name: 'JobBookmarkEntry')
257
+ JobBookmarksEncryption = Shapes::StructureShape.new(name: 'JobBookmarksEncryption')
258
+ JobBookmarksEncryptionMode = Shapes::StringShape.new(name: 'JobBookmarksEncryptionMode')
241
259
  JobCommand = Shapes::StructureShape.new(name: 'JobCommand')
242
260
  JobList = Shapes::ListShape.new(name: 'JobList')
243
261
  JobName = Shapes::StringShape.new(name: 'JobName')
@@ -249,6 +267,7 @@ module Aws::Glue
249
267
  JsonPath = Shapes::StringShape.new(name: 'JsonPath')
250
268
  JsonValue = Shapes::StringShape.new(name: 'JsonValue')
251
269
  KeyString = Shapes::StringShape.new(name: 'KeyString')
270
+ KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
252
271
  Language = Shapes::StringShape.new(name: 'Language')
253
272
  LastCrawlInfo = Shapes::StructureShape.new(name: 'LastCrawlInfo')
254
273
  LastCrawlStatus = Shapes::StringShape.new(name: 'LastCrawlStatus')
@@ -296,6 +315,8 @@ module Aws::Glue
296
315
  PredicateString = Shapes::StringShape.new(name: 'PredicateString')
297
316
  PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
298
317
  PublicKeysList = Shapes::ListShape.new(name: 'PublicKeysList')
318
+ PutDataCatalogEncryptionSettingsRequest = Shapes::StructureShape.new(name: 'PutDataCatalogEncryptionSettingsRequest')
319
+ PutDataCatalogEncryptionSettingsResponse = Shapes::StructureShape.new(name: 'PutDataCatalogEncryptionSettingsResponse')
299
320
  PythonScript = Shapes::StringShape.new(name: 'PythonScript')
300
321
  ResetJobBookmarkRequest = Shapes::StructureShape.new(name: 'ResetJobBookmarkRequest')
301
322
  ResetJobBookmarkResponse = Shapes::StructureShape.new(name: 'ResetJobBookmarkResponse')
@@ -307,6 +328,9 @@ module Aws::Glue
307
328
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
308
329
  RoleString = Shapes::StringShape.new(name: 'RoleString')
309
330
  RowTag = Shapes::StringShape.new(name: 'RowTag')
331
+ S3Encryption = Shapes::StructureShape.new(name: 'S3Encryption')
332
+ S3EncryptionList = Shapes::ListShape.new(name: 'S3EncryptionList')
333
+ S3EncryptionMode = Shapes::StringShape.new(name: 'S3EncryptionMode')
310
334
  S3Target = Shapes::StructureShape.new(name: 'S3Target')
311
335
  S3TargetList = Shapes::ListShape.new(name: 'S3TargetList')
312
336
  ScalaCode = Shapes::StringShape.new(name: 'ScalaCode')
@@ -318,6 +342,8 @@ module Aws::Glue
318
342
  SchemaChangePolicy = Shapes::StructureShape.new(name: 'SchemaChangePolicy')
319
343
  SchemaPathString = Shapes::StringShape.new(name: 'SchemaPathString')
320
344
  ScriptLocationString = Shapes::StringShape.new(name: 'ScriptLocationString')
345
+ SecurityConfiguration = Shapes::StructureShape.new(name: 'SecurityConfiguration')
346
+ SecurityConfigurationList = Shapes::ListShape.new(name: 'SecurityConfigurationList')
321
347
  SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
322
348
  Segment = Shapes::StructureShape.new(name: 'Segment')
323
349
  SerDeInfo = Shapes::StructureShape.new(name: 'SerDeInfo')
@@ -403,6 +429,7 @@ module Aws::Glue
403
429
  Action.add_member(:arguments, Shapes::ShapeRef.new(shape: GenericMap, location_name: "Arguments"))
404
430
  Action.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
405
431
  Action.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
432
+ Action.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
406
433
  Action.struct_class = Types::Action
407
434
 
408
435
  ActionList.member = Shapes::ShapeRef.new(shape: Action)
@@ -513,6 +540,10 @@ module Aws::Glue
513
540
 
514
541
  ClassifierNameList.member = Shapes::ShapeRef.new(shape: NameString)
515
542
 
543
+ CloudWatchEncryption.add_member(:cloud_watch_encryption_mode, Shapes::ShapeRef.new(shape: CloudWatchEncryptionMode, location_name: "CloudWatchEncryptionMode"))
544
+ CloudWatchEncryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
545
+ CloudWatchEncryption.struct_class = Types::CloudWatchEncryption
546
+
516
547
  CodeGenEdge.add_member(:source, Shapes::ShapeRef.new(shape: CodeGenIdentifier, required: true, location_name: "Source"))
517
548
  CodeGenEdge.add_member(:target, Shapes::ShapeRef.new(shape: CodeGenIdentifier, required: true, location_name: "Target"))
518
549
  CodeGenEdge.add_member(:target_parameter, Shapes::ShapeRef.new(shape: CodeGenArgName, location_name: "TargetParameter"))
@@ -590,6 +621,7 @@ module Aws::Glue
590
621
  Crawler.add_member(:last_crawl, Shapes::ShapeRef.new(shape: LastCrawlInfo, location_name: "LastCrawl"))
591
622
  Crawler.add_member(:version, Shapes::ShapeRef.new(shape: VersionId, location_name: "Version"))
592
623
  Crawler.add_member(:configuration, Shapes::ShapeRef.new(shape: CrawlerConfiguration, location_name: "Configuration"))
624
+ Crawler.add_member(:crawler_security_configuration, Shapes::ShapeRef.new(shape: CrawlerSecurityConfiguration, location_name: "CrawlerSecurityConfiguration"))
593
625
  Crawler.struct_class = Types::Crawler
594
626
 
595
627
  CrawlerList.member = Shapes::ShapeRef.new(shape: Crawler)
@@ -636,6 +668,7 @@ module Aws::Glue
636
668
  CreateCrawlerRequest.add_member(:table_prefix, Shapes::ShapeRef.new(shape: TablePrefix, location_name: "TablePrefix"))
637
669
  CreateCrawlerRequest.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
638
670
  CreateCrawlerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CrawlerConfiguration, location_name: "Configuration"))
671
+ CreateCrawlerRequest.add_member(:crawler_security_configuration, Shapes::ShapeRef.new(shape: CrawlerSecurityConfiguration, location_name: "CrawlerSecurityConfiguration"))
639
672
  CreateCrawlerRequest.struct_class = Types::CreateCrawlerRequest
640
673
 
641
674
  CreateCrawlerResponse.struct_class = Types::CreateCrawlerResponse
@@ -655,6 +688,7 @@ module Aws::Glue
655
688
  CreateDevEndpointRequest.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "NumberOfNodes"))
656
689
  CreateDevEndpointRequest.add_member(:extra_python_libs_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraPythonLibsS3Path"))
657
690
  CreateDevEndpointRequest.add_member(:extra_jars_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraJarsS3Path"))
691
+ CreateDevEndpointRequest.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
658
692
  CreateDevEndpointRequest.struct_class = Types::CreateDevEndpointRequest
659
693
 
660
694
  CreateDevEndpointResponse.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointName"))
@@ -670,6 +704,7 @@ module Aws::Glue
670
704
  CreateDevEndpointResponse.add_member(:extra_python_libs_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraPythonLibsS3Path"))
671
705
  CreateDevEndpointResponse.add_member(:extra_jars_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraJarsS3Path"))
672
706
  CreateDevEndpointResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "FailureReason"))
707
+ CreateDevEndpointResponse.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
673
708
  CreateDevEndpointResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CreatedTimestamp"))
674
709
  CreateDevEndpointResponse.struct_class = Types::CreateDevEndpointResponse
675
710
 
@@ -691,6 +726,7 @@ module Aws::Glue
691
726
  CreateJobRequest.add_member(:allocated_capacity, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "AllocatedCapacity"))
692
727
  CreateJobRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
693
728
  CreateJobRequest.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
729
+ CreateJobRequest.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
694
730
  CreateJobRequest.struct_class = Types::CreateJobRequest
695
731
 
696
732
  CreateJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
@@ -717,6 +753,14 @@ module Aws::Glue
717
753
  CreateScriptResponse.add_member(:scala_code, Shapes::ShapeRef.new(shape: ScalaCode, location_name: "ScalaCode"))
718
754
  CreateScriptResponse.struct_class = Types::CreateScriptResponse
719
755
 
756
+ CreateSecurityConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
757
+ CreateSecurityConfigurationRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, required: true, location_name: "EncryptionConfiguration"))
758
+ CreateSecurityConfigurationRequest.struct_class = Types::CreateSecurityConfigurationRequest
759
+
760
+ CreateSecurityConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
761
+ CreateSecurityConfigurationResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CreatedTimestamp"))
762
+ CreateSecurityConfigurationResponse.struct_class = Types::CreateSecurityConfigurationResponse
763
+
720
764
  CreateTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
721
765
  CreateTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
722
766
  CreateTableRequest.add_member(:table_input, Shapes::ShapeRef.new(shape: TableInput, required: true, location_name: "TableInput"))
@@ -752,6 +796,9 @@ module Aws::Glue
752
796
 
753
797
  DagNodes.member = Shapes::ShapeRef.new(shape: CodeGenNode)
754
798
 
799
+ DataCatalogEncryptionSettings.add_member(:encryption_at_rest, Shapes::ShapeRef.new(shape: EncryptionAtRest, location_name: "EncryptionAtRest"))
800
+ DataCatalogEncryptionSettings.struct_class = Types::DataCatalogEncryptionSettings
801
+
755
802
  Database.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
756
803
  Database.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
757
804
  Database.add_member(:location_uri, Shapes::ShapeRef.new(shape: URI, location_name: "LocationUri"))
@@ -810,6 +857,11 @@ module Aws::Glue
810
857
 
811
858
  DeletePartitionResponse.struct_class = Types::DeletePartitionResponse
812
859
 
860
+ DeleteSecurityConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
861
+ DeleteSecurityConfigurationRequest.struct_class = Types::DeleteSecurityConfigurationRequest
862
+
863
+ DeleteSecurityConfigurationResponse.struct_class = Types::DeleteSecurityConfigurationResponse
864
+
813
865
  DeleteTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
814
866
  DeleteTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
815
867
  DeleteTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
@@ -858,6 +910,7 @@ module Aws::Glue
858
910
  DevEndpoint.add_member(:last_modified_timestamp, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "LastModifiedTimestamp"))
859
911
  DevEndpoint.add_member(:public_key, Shapes::ShapeRef.new(shape: GenericString, location_name: "PublicKey"))
860
912
  DevEndpoint.add_member(:public_keys, Shapes::ShapeRef.new(shape: PublicKeysList, location_name: "PublicKeys"))
913
+ DevEndpoint.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
861
914
  DevEndpoint.struct_class = Types::DevEndpoint
862
915
 
863
916
  DevEndpointCustomLibraries.add_member(:extra_python_libs_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraPythonLibsS3Path"))
@@ -871,6 +924,15 @@ module Aws::Glue
871
924
 
872
925
  DynamoDBTargetList.member = Shapes::ShapeRef.new(shape: DynamoDBTarget)
873
926
 
927
+ EncryptionAtRest.add_member(:catalog_encryption_mode, Shapes::ShapeRef.new(shape: CatalogEncryptionMode, required: true, location_name: "CatalogEncryptionMode"))
928
+ EncryptionAtRest.add_member(:sse_aws_kms_key_id, Shapes::ShapeRef.new(shape: NameString, location_name: "SseAwsKmsKeyId"))
929
+ EncryptionAtRest.struct_class = Types::EncryptionAtRest
930
+
931
+ EncryptionConfiguration.add_member(:s3_encryption, Shapes::ShapeRef.new(shape: S3EncryptionList, location_name: "S3Encryption"))
932
+ EncryptionConfiguration.add_member(:cloud_watch_encryption, Shapes::ShapeRef.new(shape: CloudWatchEncryption, location_name: "CloudWatchEncryption"))
933
+ EncryptionConfiguration.add_member(:job_bookmarks_encryption, Shapes::ShapeRef.new(shape: JobBookmarksEncryption, location_name: "JobBookmarksEncryption"))
934
+ EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
935
+
874
936
  ErrorByName.key = Shapes::ShapeRef.new(shape: NameString)
875
937
  ErrorByName.value = Shapes::ShapeRef.new(shape: ErrorDetail)
876
938
 
@@ -1057,6 +1119,20 @@ module Aws::Glue
1057
1119
  GetPlanResponse.add_member(:scala_code, Shapes::ShapeRef.new(shape: ScalaCode, location_name: "ScalaCode"))
1058
1120
  GetPlanResponse.struct_class = Types::GetPlanResponse
1059
1121
 
1122
+ GetSecurityConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1123
+ GetSecurityConfigurationRequest.struct_class = Types::GetSecurityConfigurationRequest
1124
+
1125
+ GetSecurityConfigurationResponse.add_member(:security_configuration, Shapes::ShapeRef.new(shape: SecurityConfiguration, location_name: "SecurityConfiguration"))
1126
+ GetSecurityConfigurationResponse.struct_class = Types::GetSecurityConfigurationResponse
1127
+
1128
+ GetSecurityConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
1129
+ GetSecurityConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
1130
+ GetSecurityConfigurationsRequest.struct_class = Types::GetSecurityConfigurationsRequest
1131
+
1132
+ GetSecurityConfigurationsResponse.add_member(:security_configurations, Shapes::ShapeRef.new(shape: SecurityConfigurationList, location_name: "SecurityConfigurations"))
1133
+ GetSecurityConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
1134
+ GetSecurityConfigurationsResponse.struct_class = Types::GetSecurityConfigurationsResponse
1135
+
1060
1136
  GetTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1061
1137
  GetTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1062
1138
  GetTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
@@ -1167,6 +1243,7 @@ module Aws::Glue
1167
1243
  Job.add_member(:allocated_capacity, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "AllocatedCapacity"))
1168
1244
  Job.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
1169
1245
  Job.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
1246
+ Job.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
1170
1247
  Job.struct_class = Types::Job
1171
1248
 
1172
1249
  JobBookmarkEntry.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, location_name: "JobName"))
@@ -1176,6 +1253,10 @@ module Aws::Glue
1176
1253
  JobBookmarkEntry.add_member(:job_bookmark, Shapes::ShapeRef.new(shape: JsonValue, location_name: "JobBookmark"))
1177
1254
  JobBookmarkEntry.struct_class = Types::JobBookmarkEntry
1178
1255
 
1256
+ JobBookmarksEncryption.add_member(:job_bookmarks_encryption_mode, Shapes::ShapeRef.new(shape: JobBookmarksEncryptionMode, location_name: "JobBookmarksEncryptionMode"))
1257
+ JobBookmarksEncryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
1258
+ JobBookmarksEncryption.struct_class = Types::JobBookmarksEncryption
1259
+
1179
1260
  JobCommand.add_member(:name, Shapes::ShapeRef.new(shape: GenericString, location_name: "Name"))
1180
1261
  JobCommand.add_member(:script_location, Shapes::ShapeRef.new(shape: ScriptLocationString, location_name: "ScriptLocation"))
1181
1262
  JobCommand.struct_class = Types::JobCommand
@@ -1198,6 +1279,8 @@ module Aws::Glue
1198
1279
  JobRun.add_member(:execution_time, Shapes::ShapeRef.new(shape: ExecutionTime, location_name: "ExecutionTime"))
1199
1280
  JobRun.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
1200
1281
  JobRun.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
1282
+ JobRun.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
1283
+ JobRun.add_member(:log_group_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "LogGroupName"))
1201
1284
  JobRun.struct_class = Types::JobRun
1202
1285
 
1203
1286
  JobRunList.member = Shapes::ShapeRef.new(shape: JobRun)
@@ -1213,6 +1296,7 @@ module Aws::Glue
1213
1296
  JobUpdate.add_member(:allocated_capacity, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "AllocatedCapacity"))
1214
1297
  JobUpdate.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
1215
1298
  JobUpdate.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
1299
+ JobUpdate.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
1216
1300
  JobUpdate.struct_class = Types::JobUpdate
1217
1301
 
1218
1302
  JsonClassifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
@@ -1313,6 +1397,12 @@ module Aws::Glue
1313
1397
 
1314
1398
  PublicKeysList.member = Shapes::ShapeRef.new(shape: GenericString)
1315
1399
 
1400
+ PutDataCatalogEncryptionSettingsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1401
+ PutDataCatalogEncryptionSettingsRequest.add_member(:data_catalog_encryption_settings, Shapes::ShapeRef.new(shape: DataCatalogEncryptionSettings, required: true, location_name: "DataCatalogEncryptionSettings"))
1402
+ PutDataCatalogEncryptionSettingsRequest.struct_class = Types::PutDataCatalogEncryptionSettingsRequest
1403
+
1404
+ PutDataCatalogEncryptionSettingsResponse.struct_class = Types::PutDataCatalogEncryptionSettingsResponse
1405
+
1316
1406
  ResetJobBookmarkRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
1317
1407
  ResetJobBookmarkRequest.struct_class = Types::ResetJobBookmarkRequest
1318
1408
 
@@ -1325,6 +1415,12 @@ module Aws::Glue
1325
1415
 
1326
1416
  ResourceUriList.member = Shapes::ShapeRef.new(shape: ResourceUri)
1327
1417
 
1418
+ S3Encryption.add_member(:s3_encryption_mode, Shapes::ShapeRef.new(shape: S3EncryptionMode, location_name: "S3EncryptionMode"))
1419
+ S3Encryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
1420
+ S3Encryption.struct_class = Types::S3Encryption
1421
+
1422
+ S3EncryptionList.member = Shapes::ShapeRef.new(shape: S3Encryption)
1423
+
1328
1424
  S3Target.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
1329
1425
  S3Target.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
1330
1426
  S3Target.struct_class = Types::S3Target
@@ -1339,6 +1435,13 @@ module Aws::Glue
1339
1435
  SchemaChangePolicy.add_member(:delete_behavior, Shapes::ShapeRef.new(shape: DeleteBehavior, location_name: "DeleteBehavior"))
1340
1436
  SchemaChangePolicy.struct_class = Types::SchemaChangePolicy
1341
1437
 
1438
+ SecurityConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1439
+ SecurityConfiguration.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CreatedTimeStamp"))
1440
+ SecurityConfiguration.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
1441
+ SecurityConfiguration.struct_class = Types::SecurityConfiguration
1442
+
1443
+ SecurityConfigurationList.member = Shapes::ShapeRef.new(shape: SecurityConfiguration)
1444
+
1342
1445
  SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: NameString)
1343
1446
 
1344
1447
  Segment.add_member(:segment_number, Shapes::ShapeRef.new(shape: NonNegativeInteger, required: true, location_name: "SegmentNumber"))
@@ -1371,6 +1474,7 @@ module Aws::Glue
1371
1474
  StartJobRunRequest.add_member(:allocated_capacity, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "AllocatedCapacity"))
1372
1475
  StartJobRunRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
1373
1476
  StartJobRunRequest.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
1477
+ StartJobRunRequest.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
1374
1478
  StartJobRunRequest.struct_class = Types::StartJobRunRequest
1375
1479
 
1376
1480
  StartJobRunResponse.add_member(:job_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "JobRunId"))
@@ -1508,6 +1612,7 @@ module Aws::Glue
1508
1612
  UpdateCrawlerRequest.add_member(:table_prefix, Shapes::ShapeRef.new(shape: TablePrefix, location_name: "TablePrefix"))
1509
1613
  UpdateCrawlerRequest.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
1510
1614
  UpdateCrawlerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CrawlerConfiguration, location_name: "Configuration"))
1615
+ UpdateCrawlerRequest.add_member(:crawler_security_configuration, Shapes::ShapeRef.new(shape: CrawlerSecurityConfiguration, location_name: "CrawlerSecurityConfiguration"))
1511
1616
  UpdateCrawlerRequest.struct_class = Types::UpdateCrawlerRequest
1512
1617
 
1513
1618
  UpdateCrawlerResponse.struct_class = Types::UpdateCrawlerResponse
@@ -1643,6 +1748,7 @@ module Aws::Glue
1643
1748
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1644
1749
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1645
1750
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1751
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
1646
1752
  end)
1647
1753
 
1648
1754
  api.add_operation(:batch_delete_connection, Seahorse::Model::Operation.new.tap do |o|
@@ -1701,6 +1807,7 @@ module Aws::Glue
1701
1807
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1702
1808
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1703
1809
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1810
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
1704
1811
  end)
1705
1812
 
1706
1813
  api.add_operation(:batch_stop_job_run, Seahorse::Model::Operation.new.tap do |o|
@@ -1735,6 +1842,7 @@ module Aws::Glue
1735
1842
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1736
1843
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1737
1844
  o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
1845
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
1738
1846
  end)
1739
1847
 
1740
1848
  api.add_operation(:create_crawler, Seahorse::Model::Operation.new.tap do |o|
@@ -1760,6 +1868,7 @@ module Aws::Glue
1760
1868
  o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
1761
1869
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1762
1870
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1871
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
1763
1872
  end)
1764
1873
 
1765
1874
  api.add_operation(:create_dev_endpoint, Seahorse::Model::Operation.new.tap do |o|
@@ -1805,6 +1914,7 @@ module Aws::Glue
1805
1914
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1806
1915
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1807
1916
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1917
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
1808
1918
  end)
1809
1919
 
1810
1920
  api.add_operation(:create_script, Seahorse::Model::Operation.new.tap do |o|
@@ -1818,6 +1928,19 @@ module Aws::Glue
1818
1928
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1819
1929
  end)
1820
1930
 
1931
+ api.add_operation(:create_security_configuration, Seahorse::Model::Operation.new.tap do |o|
1932
+ o.name = "CreateSecurityConfiguration"
1933
+ o.http_method = "POST"
1934
+ o.http_request_uri = "/"
1935
+ o.input = Shapes::ShapeRef.new(shape: CreateSecurityConfigurationRequest)
1936
+ o.output = Shapes::ShapeRef.new(shape: CreateSecurityConfigurationResponse)
1937
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1938
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1939
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1940
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1941
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
1942
+ end)
1943
+
1821
1944
  api.add_operation(:create_table, Seahorse::Model::Operation.new.tap do |o|
1822
1945
  o.name = "CreateTable"
1823
1946
  o.http_method = "POST"
@@ -1830,6 +1953,7 @@ module Aws::Glue
1830
1953
  o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
1831
1954
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1832
1955
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1956
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
1833
1957
  end)
1834
1958
 
1835
1959
  api.add_operation(:create_trigger, Seahorse::Model::Operation.new.tap do |o|
@@ -1859,6 +1983,7 @@ module Aws::Glue
1859
1983
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1860
1984
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1861
1985
  o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
1986
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
1862
1987
  end)
1863
1988
 
1864
1989
  api.add_operation(:delete_classifier, Seahorse::Model::Operation.new.tap do |o|
@@ -1940,6 +2065,18 @@ module Aws::Glue
1940
2065
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1941
2066
  end)
1942
2067
 
2068
+ api.add_operation(:delete_security_configuration, Seahorse::Model::Operation.new.tap do |o|
2069
+ o.name = "DeleteSecurityConfiguration"
2070
+ o.http_method = "POST"
2071
+ o.http_request_uri = "/"
2072
+ o.input = Shapes::ShapeRef.new(shape: DeleteSecurityConfigurationRequest)
2073
+ o.output = Shapes::ShapeRef.new(shape: DeleteSecurityConfigurationResponse)
2074
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2075
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2076
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2077
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2078
+ end)
2079
+
1943
2080
  api.add_operation(:delete_table, Seahorse::Model::Operation.new.tap do |o|
1944
2081
  o.name = "DeleteTable"
1945
2082
  o.http_method = "POST"
@@ -2031,6 +2168,8 @@ module Aws::Glue
2031
2168
  o.output = Shapes::ShapeRef.new(shape: GetConnectionResponse)
2032
2169
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2033
2170
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2171
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2172
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2034
2173
  end)
2035
2174
 
2036
2175
  api.add_operation(:get_connections, Seahorse::Model::Operation.new.tap do |o|
@@ -2041,6 +2180,8 @@ module Aws::Glue
2041
2180
  o.output = Shapes::ShapeRef.new(shape: GetConnectionsResponse)
2042
2181
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2043
2182
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2183
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2184
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2044
2185
  o[:pager] = Aws::Pager.new(
2045
2186
  limit_key: "max_results",
2046
2187
  tokens: {
@@ -2099,6 +2240,7 @@ module Aws::Glue
2099
2240
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2100
2241
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2101
2242
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2243
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2102
2244
  end)
2103
2245
 
2104
2246
  api.add_operation(:get_databases, Seahorse::Model::Operation.new.tap do |o|
@@ -2110,6 +2252,7 @@ module Aws::Glue
2110
2252
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2111
2253
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2112
2254
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2255
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2113
2256
  o[:pager] = Aws::Pager.new(
2114
2257
  limit_key: "max_results",
2115
2258
  tokens: {
@@ -2241,6 +2384,7 @@ module Aws::Glue
2241
2384
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2242
2385
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2243
2386
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2387
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2244
2388
  end)
2245
2389
 
2246
2390
  api.add_operation(:get_partitions, Seahorse::Model::Operation.new.tap do |o|
@@ -2253,6 +2397,7 @@ module Aws::Glue
2253
2397
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2254
2398
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2255
2399
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2400
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2256
2401
  o[:pager] = Aws::Pager.new(
2257
2402
  limit_key: "max_results",
2258
2403
  tokens: {
@@ -2272,6 +2417,30 @@ module Aws::Glue
2272
2417
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2273
2418
  end)
2274
2419
 
2420
+ api.add_operation(:get_security_configuration, Seahorse::Model::Operation.new.tap do |o|
2421
+ o.name = "GetSecurityConfiguration"
2422
+ o.http_method = "POST"
2423
+ o.http_request_uri = "/"
2424
+ o.input = Shapes::ShapeRef.new(shape: GetSecurityConfigurationRequest)
2425
+ o.output = Shapes::ShapeRef.new(shape: GetSecurityConfigurationResponse)
2426
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2427
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2428
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2429
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2430
+ end)
2431
+
2432
+ api.add_operation(:get_security_configurations, Seahorse::Model::Operation.new.tap do |o|
2433
+ o.name = "GetSecurityConfigurations"
2434
+ o.http_method = "POST"
2435
+ o.http_request_uri = "/"
2436
+ o.input = Shapes::ShapeRef.new(shape: GetSecurityConfigurationsRequest)
2437
+ o.output = Shapes::ShapeRef.new(shape: GetSecurityConfigurationsResponse)
2438
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2439
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2440
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2441
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2442
+ end)
2443
+
2275
2444
  api.add_operation(:get_table, Seahorse::Model::Operation.new.tap do |o|
2276
2445
  o.name = "GetTable"
2277
2446
  o.http_method = "POST"
@@ -2282,6 +2451,7 @@ module Aws::Glue
2282
2451
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2283
2452
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2284
2453
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2454
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2285
2455
  end)
2286
2456
 
2287
2457
  api.add_operation(:get_table_version, Seahorse::Model::Operation.new.tap do |o|
@@ -2294,6 +2464,7 @@ module Aws::Glue
2294
2464
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2295
2465
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2296
2466
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2467
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2297
2468
  end)
2298
2469
 
2299
2470
  api.add_operation(:get_table_versions, Seahorse::Model::Operation.new.tap do |o|
@@ -2306,6 +2477,7 @@ module Aws::Glue
2306
2477
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2307
2478
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2308
2479
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2480
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2309
2481
  o[:pager] = Aws::Pager.new(
2310
2482
  limit_key: "max_results",
2311
2483
  tokens: {
@@ -2324,6 +2496,7 @@ module Aws::Glue
2324
2496
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2325
2497
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2326
2498
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2499
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2327
2500
  o[:pager] = Aws::Pager.new(
2328
2501
  limit_key: "max_results",
2329
2502
  tokens: {
@@ -2372,6 +2545,7 @@ module Aws::Glue
2372
2545
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2373
2546
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2374
2547
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2548
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2375
2549
  end)
2376
2550
 
2377
2551
  api.add_operation(:get_user_defined_functions, Seahorse::Model::Operation.new.tap do |o|
@@ -2384,6 +2558,7 @@ module Aws::Glue
2384
2558
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2385
2559
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2386
2560
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2561
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2387
2562
  o[:pager] = Aws::Pager.new(
2388
2563
  limit_key: "max_results",
2389
2564
  tokens: {
@@ -2402,6 +2577,17 @@ module Aws::Glue
2402
2577
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2403
2578
  end)
2404
2579
 
2580
+ api.add_operation(:put_data_catalog_encryption_settings, Seahorse::Model::Operation.new.tap do |o|
2581
+ o.name = "PutDataCatalogEncryptionSettings"
2582
+ o.http_method = "POST"
2583
+ o.http_request_uri = "/"
2584
+ o.input = Shapes::ShapeRef.new(shape: PutDataCatalogEncryptionSettingsRequest)
2585
+ o.output = Shapes::ShapeRef.new(shape: PutDataCatalogEncryptionSettingsResponse)
2586
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2587
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2588
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2589
+ end)
2590
+
2405
2591
  api.add_operation(:reset_job_bookmark, Seahorse::Model::Operation.new.tap do |o|
2406
2592
  o.name = "ResetJobBookmark"
2407
2593
  o.http_method = "POST"
@@ -2524,6 +2710,8 @@ module Aws::Glue
2524
2710
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2525
2711
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2526
2712
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2713
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2714
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2527
2715
  end)
2528
2716
 
2529
2717
  api.add_operation(:update_crawler, Seahorse::Model::Operation.new.tap do |o|
@@ -2562,6 +2750,7 @@ module Aws::Glue
2562
2750
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2563
2751
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2564
2752
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2753
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2565
2754
  end)
2566
2755
 
2567
2756
  api.add_operation(:update_dev_endpoint, Seahorse::Model::Operation.new.tap do |o|
@@ -2600,6 +2789,7 @@ module Aws::Glue
2600
2789
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2601
2790
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2602
2791
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2792
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2603
2793
  end)
2604
2794
 
2605
2795
  api.add_operation(:update_table, Seahorse::Model::Operation.new.tap do |o|
@@ -2614,6 +2804,7 @@ module Aws::Glue
2614
2804
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2615
2805
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
2616
2806
  o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
2807
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2617
2808
  end)
2618
2809
 
2619
2810
  api.add_operation(:update_trigger, Seahorse::Model::Operation.new.tap do |o|
@@ -2639,6 +2830,7 @@ module Aws::Glue
2639
2830
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2640
2831
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2641
2832
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2833
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
2642
2834
  end)
2643
2835
  end
2644
2836