aws-sdk-core 2.11.116 → 2.11.117

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c7fb995987230a3388d7616ee8187e5b420dc136
4
- data.tar.gz: acfd042c430e30911115feeaffc5299d1446f9d5
3
+ metadata.gz: bb0c0e0af5d5d750d8e7fa079f65657af60ac146
4
+ data.tar.gz: 624479a0e4f7997cb259f2a138badfd9cc47facd
5
5
  SHA512:
6
- metadata.gz: acaca4016fb83f362b16465670c3528ad114628cd0433776cb7f32987f3e953f88d8d69dda1c15bdbdb02d2f5eb00e770c519fb377b9b4dd2fad6b92ce8afc13
7
- data.tar.gz: 5b84a422d6f57c11762446d847f0e82a9a4f15ffe6cd4de393f51a27b70ebe600deec829f8ba194773fd8ec1c3c25869874d0709f58a416b214bc6a22984414e
6
+ metadata.gz: b54b41e2ab6536feb3d70a48ad2a55c8b542c96dcfdfdd55bd6496a9a582830aa3557db847f46e701f35e9172ae8b2aabf7b9328d21810a5f4c940a38dd728fe
7
+ data.tar.gz: 027321af56645223818c9703ec952423dba51c4a32c1575bde0779e90f37d8123e4d574d1b2952cdd471b8d0b328eeafdd124b58493e924b3d0553bdc159ef4b
@@ -26,7 +26,8 @@
26
26
  {"shape":"ResourceNumberLimitExceededException"},
27
27
  {"shape":"InternalServiceException"},
28
28
  {"shape":"EntityNotFoundException"},
29
- {"shape":"OperationTimeoutException"}
29
+ {"shape":"OperationTimeoutException"},
30
+ {"shape":"GlueEncryptionException"}
30
31
  ]
31
32
  },
32
33
  "BatchDeleteConnection":{
@@ -99,7 +100,8 @@
99
100
  {"shape":"InvalidInputException"},
100
101
  {"shape":"EntityNotFoundException"},
101
102
  {"shape":"OperationTimeoutException"},
102
- {"shape":"InternalServiceException"}
103
+ {"shape":"InternalServiceException"},
104
+ {"shape":"GlueEncryptionException"}
103
105
  ]
104
106
  },
105
107
  "BatchStopJobRun":{
@@ -142,7 +144,8 @@
142
144
  {"shape":"AlreadyExistsException"},
143
145
  {"shape":"InvalidInputException"},
144
146
  {"shape":"OperationTimeoutException"},
145
- {"shape":"ResourceNumberLimitExceededException"}
147
+ {"shape":"ResourceNumberLimitExceededException"},
148
+ {"shape":"GlueEncryptionException"}
146
149
  ]
147
150
  },
148
151
  "CreateCrawler":{
@@ -173,7 +176,8 @@
173
176
  {"shape":"AlreadyExistsException"},
174
177
  {"shape":"ResourceNumberLimitExceededException"},
175
178
  {"shape":"InternalServiceException"},
176
- {"shape":"OperationTimeoutException"}
179
+ {"shape":"OperationTimeoutException"},
180
+ {"shape":"GlueEncryptionException"}
177
181
  ]
178
182
  },
179
183
  "CreateDevEndpoint":{
@@ -227,7 +231,8 @@
227
231
  {"shape":"ResourceNumberLimitExceededException"},
228
232
  {"shape":"InternalServiceException"},
229
233
  {"shape":"EntityNotFoundException"},
230
- {"shape":"OperationTimeoutException"}
234
+ {"shape":"OperationTimeoutException"},
235
+ {"shape":"GlueEncryptionException"}
231
236
  ]
232
237
  },
233
238
  "CreateScript":{
@@ -244,6 +249,22 @@
244
249
  {"shape":"OperationTimeoutException"}
245
250
  ]
246
251
  },
252
+ "CreateSecurityConfiguration":{
253
+ "name":"CreateSecurityConfiguration",
254
+ "http":{
255
+ "method":"POST",
256
+ "requestUri":"/"
257
+ },
258
+ "input":{"shape":"CreateSecurityConfigurationRequest"},
259
+ "output":{"shape":"CreateSecurityConfigurationResponse"},
260
+ "errors":[
261
+ {"shape":"AlreadyExistsException"},
262
+ {"shape":"InvalidInputException"},
263
+ {"shape":"InternalServiceException"},
264
+ {"shape":"OperationTimeoutException"},
265
+ {"shape":"ResourceNumberLimitExceededException"}
266
+ ]
267
+ },
247
268
  "CreateTable":{
248
269
  "name":"CreateTable",
249
270
  "http":{
@@ -258,7 +279,8 @@
258
279
  {"shape":"EntityNotFoundException"},
259
280
  {"shape":"ResourceNumberLimitExceededException"},
260
281
  {"shape":"InternalServiceException"},
261
- {"shape":"OperationTimeoutException"}
282
+ {"shape":"OperationTimeoutException"},
283
+ {"shape":"GlueEncryptionException"}
262
284
  ]
263
285
  },
264
286
  "CreateTrigger":{
@@ -293,7 +315,8 @@
293
315
  {"shape":"InternalServiceException"},
294
316
  {"shape":"EntityNotFoundException"},
295
317
  {"shape":"OperationTimeoutException"},
296
- {"shape":"ResourceNumberLimitExceededException"}
318
+ {"shape":"ResourceNumberLimitExceededException"},
319
+ {"shape":"GlueEncryptionException"}
297
320
  ]
298
321
  },
299
322
  "DeleteClassifier":{
@@ -396,6 +419,21 @@
396
419
  {"shape":"OperationTimeoutException"}
397
420
  ]
398
421
  },
422
+ "DeleteSecurityConfiguration":{
423
+ "name":"DeleteSecurityConfiguration",
424
+ "http":{
425
+ "method":"POST",
426
+ "requestUri":"/"
427
+ },
428
+ "input":{"shape":"DeleteSecurityConfigurationRequest"},
429
+ "output":{"shape":"DeleteSecurityConfigurationResponse"},
430
+ "errors":[
431
+ {"shape":"EntityNotFoundException"},
432
+ {"shape":"InvalidInputException"},
433
+ {"shape":"InternalServiceException"},
434
+ {"shape":"OperationTimeoutException"}
435
+ ]
436
+ },
399
437
  "DeleteTable":{
400
438
  "name":"DeleteTable",
401
439
  "http":{
@@ -504,7 +542,9 @@
504
542
  "output":{"shape":"GetConnectionResponse"},
505
543
  "errors":[
506
544
  {"shape":"EntityNotFoundException"},
507
- {"shape":"OperationTimeoutException"}
545
+ {"shape":"OperationTimeoutException"},
546
+ {"shape":"InvalidInputException"},
547
+ {"shape":"GlueEncryptionException"}
508
548
  ]
509
549
  },
510
550
  "GetConnections":{
@@ -517,7 +557,9 @@
517
557
  "output":{"shape":"GetConnectionsResponse"},
518
558
  "errors":[
519
559
  {"shape":"EntityNotFoundException"},
520
- {"shape":"OperationTimeoutException"}
560
+ {"shape":"OperationTimeoutException"},
561
+ {"shape":"InvalidInputException"},
562
+ {"shape":"GlueEncryptionException"}
521
563
  ]
522
564
  },
523
565
  "GetCrawler":{
@@ -569,7 +611,8 @@
569
611
  {"shape":"InvalidInputException"},
570
612
  {"shape":"EntityNotFoundException"},
571
613
  {"shape":"InternalServiceException"},
572
- {"shape":"OperationTimeoutException"}
614
+ {"shape":"OperationTimeoutException"},
615
+ {"shape":"GlueEncryptionException"}
573
616
  ]
574
617
  },
575
618
  "GetDatabases":{
@@ -583,7 +626,8 @@
583
626
  "errors":[
584
627
  {"shape":"InvalidInputException"},
585
628
  {"shape":"InternalServiceException"},
586
- {"shape":"OperationTimeoutException"}
629
+ {"shape":"OperationTimeoutException"},
630
+ {"shape":"GlueEncryptionException"}
587
631
  ]
588
632
  },
589
633
  "GetDataflowGraph":{
@@ -717,7 +761,8 @@
717
761
  {"shape":"EntityNotFoundException"},
718
762
  {"shape":"InvalidInputException"},
719
763
  {"shape":"InternalServiceException"},
720
- {"shape":"OperationTimeoutException"}
764
+ {"shape":"OperationTimeoutException"},
765
+ {"shape":"GlueEncryptionException"}
721
766
  ]
722
767
  },
723
768
  "GetPartitions":{
@@ -732,7 +777,8 @@
732
777
  {"shape":"EntityNotFoundException"},
733
778
  {"shape":"InvalidInputException"},
734
779
  {"shape":"OperationTimeoutException"},
735
- {"shape":"InternalServiceException"}
780
+ {"shape":"InternalServiceException"},
781
+ {"shape":"GlueEncryptionException"}
736
782
  ]
737
783
  },
738
784
  "GetPlan":{
@@ -749,6 +795,36 @@
749
795
  {"shape":"OperationTimeoutException"}
750
796
  ]
751
797
  },
798
+ "GetSecurityConfiguration":{
799
+ "name":"GetSecurityConfiguration",
800
+ "http":{
801
+ "method":"POST",
802
+ "requestUri":"/"
803
+ },
804
+ "input":{"shape":"GetSecurityConfigurationRequest"},
805
+ "output":{"shape":"GetSecurityConfigurationResponse"},
806
+ "errors":[
807
+ {"shape":"EntityNotFoundException"},
808
+ {"shape":"InvalidInputException"},
809
+ {"shape":"InternalServiceException"},
810
+ {"shape":"OperationTimeoutException"}
811
+ ]
812
+ },
813
+ "GetSecurityConfigurations":{
814
+ "name":"GetSecurityConfigurations",
815
+ "http":{
816
+ "method":"POST",
817
+ "requestUri":"/"
818
+ },
819
+ "input":{"shape":"GetSecurityConfigurationsRequest"},
820
+ "output":{"shape":"GetSecurityConfigurationsResponse"},
821
+ "errors":[
822
+ {"shape":"EntityNotFoundException"},
823
+ {"shape":"InvalidInputException"},
824
+ {"shape":"InternalServiceException"},
825
+ {"shape":"OperationTimeoutException"}
826
+ ]
827
+ },
752
828
  "GetTable":{
753
829
  "name":"GetTable",
754
830
  "http":{
@@ -761,7 +837,8 @@
761
837
  {"shape":"EntityNotFoundException"},
762
838
  {"shape":"InvalidInputException"},
763
839
  {"shape":"InternalServiceException"},
764
- {"shape":"OperationTimeoutException"}
840
+ {"shape":"OperationTimeoutException"},
841
+ {"shape":"GlueEncryptionException"}
765
842
  ]
766
843
  },
767
844
  "GetTableVersion":{
@@ -776,7 +853,8 @@
776
853
  {"shape":"EntityNotFoundException"},
777
854
  {"shape":"InvalidInputException"},
778
855
  {"shape":"InternalServiceException"},
779
- {"shape":"OperationTimeoutException"}
856
+ {"shape":"OperationTimeoutException"},
857
+ {"shape":"GlueEncryptionException"}
780
858
  ]
781
859
  },
782
860
  "GetTableVersions":{
@@ -791,7 +869,8 @@
791
869
  {"shape":"EntityNotFoundException"},
792
870
  {"shape":"InvalidInputException"},
793
871
  {"shape":"InternalServiceException"},
794
- {"shape":"OperationTimeoutException"}
872
+ {"shape":"OperationTimeoutException"},
873
+ {"shape":"GlueEncryptionException"}
795
874
  ]
796
875
  },
797
876
  "GetTables":{
@@ -806,7 +885,8 @@
806
885
  {"shape":"EntityNotFoundException"},
807
886
  {"shape":"InvalidInputException"},
808
887
  {"shape":"OperationTimeoutException"},
809
- {"shape":"InternalServiceException"}
888
+ {"shape":"InternalServiceException"},
889
+ {"shape":"GlueEncryptionException"}
810
890
  ]
811
891
  },
812
892
  "GetTrigger":{
@@ -851,7 +931,8 @@
851
931
  {"shape":"EntityNotFoundException"},
852
932
  {"shape":"InvalidInputException"},
853
933
  {"shape":"InternalServiceException"},
854
- {"shape":"OperationTimeoutException"}
934
+ {"shape":"OperationTimeoutException"},
935
+ {"shape":"GlueEncryptionException"}
855
936
  ]
856
937
  },
857
938
  "GetUserDefinedFunctions":{
@@ -866,7 +947,8 @@
866
947
  {"shape":"EntityNotFoundException"},
867
948
  {"shape":"InvalidInputException"},
868
949
  {"shape":"OperationTimeoutException"},
869
- {"shape":"InternalServiceException"}
950
+ {"shape":"InternalServiceException"},
951
+ {"shape":"GlueEncryptionException"}
870
952
  ]
871
953
  },
872
954
  "ImportCatalogToGlue":{
@@ -882,6 +964,20 @@
882
964
  {"shape":"OperationTimeoutException"}
883
965
  ]
884
966
  },
967
+ "PutDataCatalogEncryptionSettings":{
968
+ "name":"PutDataCatalogEncryptionSettings",
969
+ "http":{
970
+ "method":"POST",
971
+ "requestUri":"/"
972
+ },
973
+ "input":{"shape":"PutDataCatalogEncryptionSettingsRequest"},
974
+ "output":{"shape":"PutDataCatalogEncryptionSettingsResponse"},
975
+ "errors":[
976
+ {"shape":"InternalServiceException"},
977
+ {"shape":"InvalidInputException"},
978
+ {"shape":"OperationTimeoutException"}
979
+ ]
980
+ },
885
981
  "ResetJobBookmark":{
886
982
  "name":"ResetJobBookmark",
887
983
  "http":{
@@ -1033,7 +1129,9 @@
1033
1129
  "errors":[
1034
1130
  {"shape":"InvalidInputException"},
1035
1131
  {"shape":"EntityNotFoundException"},
1036
- {"shape":"OperationTimeoutException"}
1132
+ {"shape":"OperationTimeoutException"},
1133
+ {"shape":"InvalidInputException"},
1134
+ {"shape":"GlueEncryptionException"}
1037
1135
  ]
1038
1136
  },
1039
1137
  "UpdateCrawler":{
@@ -1080,7 +1178,8 @@
1080
1178
  {"shape":"EntityNotFoundException"},
1081
1179
  {"shape":"InvalidInputException"},
1082
1180
  {"shape":"InternalServiceException"},
1083
- {"shape":"OperationTimeoutException"}
1181
+ {"shape":"OperationTimeoutException"},
1182
+ {"shape":"GlueEncryptionException"}
1084
1183
  ]
1085
1184
  },
1086
1185
  "UpdateDevEndpoint":{
@@ -1127,7 +1226,8 @@
1127
1226
  {"shape":"EntityNotFoundException"},
1128
1227
  {"shape":"InvalidInputException"},
1129
1228
  {"shape":"InternalServiceException"},
1130
- {"shape":"OperationTimeoutException"}
1229
+ {"shape":"OperationTimeoutException"},
1230
+ {"shape":"GlueEncryptionException"}
1131
1231
  ]
1132
1232
  },
1133
1233
  "UpdateTable":{
@@ -1144,7 +1244,8 @@
1144
1244
  {"shape":"InternalServiceException"},
1145
1245
  {"shape":"OperationTimeoutException"},
1146
1246
  {"shape":"ConcurrentModificationException"},
1147
- {"shape":"ResourceNumberLimitExceededException"}
1247
+ {"shape":"ResourceNumberLimitExceededException"},
1248
+ {"shape":"GlueEncryptionException"}
1148
1249
  ]
1149
1250
  },
1150
1251
  "UpdateTrigger":{
@@ -1175,7 +1276,8 @@
1175
1276
  {"shape":"EntityNotFoundException"},
1176
1277
  {"shape":"InvalidInputException"},
1177
1278
  {"shape":"InternalServiceException"},
1178
- {"shape":"OperationTimeoutException"}
1279
+ {"shape":"OperationTimeoutException"},
1280
+ {"shape":"GlueEncryptionException"}
1179
1281
  ]
1180
1282
  }
1181
1283
  },
@@ -1193,7 +1295,8 @@
1193
1295
  "JobName":{"shape":"NameString"},
1194
1296
  "Arguments":{"shape":"GenericMap"},
1195
1297
  "Timeout":{"shape":"Timeout"},
1196
- "NotificationProperty":{"shape":"NotificationProperty"}
1298
+ "NotificationProperty":{"shape":"NotificationProperty"},
1299
+ "SecurityConfiguration":{"shape":"NameString"}
1197
1300
  }
1198
1301
  },
1199
1302
  "ActionList":{
@@ -1402,6 +1505,13 @@
1402
1505
  "max":100,
1403
1506
  "min":0
1404
1507
  },
1508
+ "CatalogEncryptionMode":{
1509
+ "type":"string",
1510
+ "enum":[
1511
+ "DISABLED",
1512
+ "SSE-KMS"
1513
+ ]
1514
+ },
1405
1515
  "CatalogEntries":{
1406
1516
  "type":"list",
1407
1517
  "member":{"shape":"CatalogEntry"}
@@ -1448,6 +1558,20 @@
1448
1558
  "type":"list",
1449
1559
  "member":{"shape":"NameString"}
1450
1560
  },
1561
+ "CloudWatchEncryption":{
1562
+ "type":"structure",
1563
+ "members":{
1564
+ "CloudWatchEncryptionMode":{"shape":"CloudWatchEncryptionMode"},
1565
+ "KmsKeyArn":{"shape":"KmsKeyArn"}
1566
+ }
1567
+ },
1568
+ "CloudWatchEncryptionMode":{
1569
+ "type":"string",
1570
+ "enum":[
1571
+ "DISABLED",
1572
+ "SSE-KMS"
1573
+ ]
1574
+ },
1451
1575
  "CodeGenArgName":{"type":"string"},
1452
1576
  "CodeGenArgValue":{"type":"string"},
1453
1577
  "CodeGenEdge":{
@@ -1612,7 +1736,8 @@
1612
1736
  "JDBC_ENGINE_VERSION",
1613
1737
  "CONFIG_FILES",
1614
1738
  "INSTANCE_ID",
1615
- "JDBC_CONNECTION_URL"
1739
+ "JDBC_CONNECTION_URL",
1740
+ "JDBC_ENFORCE_SSL"
1616
1741
  ]
1617
1742
  },
1618
1743
  "ConnectionType":{
@@ -1646,7 +1771,8 @@
1646
1771
  "LastUpdated":{"shape":"Timestamp"},
1647
1772
  "LastCrawl":{"shape":"LastCrawlInfo"},
1648
1773
  "Version":{"shape":"VersionId"},
1649
- "Configuration":{"shape":"CrawlerConfiguration"}
1774
+ "Configuration":{"shape":"CrawlerConfiguration"},
1775
+ "CrawlerSecurityConfiguration":{"shape":"CrawlerSecurityConfiguration"}
1650
1776
  }
1651
1777
  },
1652
1778
  "CrawlerConfiguration":{"type":"string"},
@@ -1691,6 +1817,11 @@
1691
1817
  },
1692
1818
  "exception":true
1693
1819
  },
1820
+ "CrawlerSecurityConfiguration":{
1821
+ "type":"string",
1822
+ "max":128,
1823
+ "min":0
1824
+ },
1694
1825
  "CrawlerState":{
1695
1826
  "type":"string",
1696
1827
  "enum":[
@@ -1758,7 +1889,8 @@
1758
1889
  "Classifiers":{"shape":"ClassifierNameList"},
1759
1890
  "TablePrefix":{"shape":"TablePrefix"},
1760
1891
  "SchemaChangePolicy":{"shape":"SchemaChangePolicy"},
1761
- "Configuration":{"shape":"CrawlerConfiguration"}
1892
+ "Configuration":{"shape":"CrawlerConfiguration"},
1893
+ "CrawlerSecurityConfiguration":{"shape":"CrawlerSecurityConfiguration"}
1762
1894
  }
1763
1895
  },
1764
1896
  "CreateCrawlerResponse":{
@@ -1794,7 +1926,8 @@
1794
1926
  "PublicKeys":{"shape":"PublicKeysList"},
1795
1927
  "NumberOfNodes":{"shape":"IntegerValue"},
1796
1928
  "ExtraPythonLibsS3Path":{"shape":"GenericString"},
1797
- "ExtraJarsS3Path":{"shape":"GenericString"}
1929
+ "ExtraJarsS3Path":{"shape":"GenericString"},
1930
+ "SecurityConfiguration":{"shape":"NameString"}
1798
1931
  }
1799
1932
  },
1800
1933
  "CreateDevEndpointResponse":{
@@ -1813,6 +1946,7 @@
1813
1946
  "ExtraPythonLibsS3Path":{"shape":"GenericString"},
1814
1947
  "ExtraJarsS3Path":{"shape":"GenericString"},
1815
1948
  "FailureReason":{"shape":"GenericString"},
1949
+ "SecurityConfiguration":{"shape":"NameString"},
1816
1950
  "CreatedTimestamp":{"shape":"TimestampValue"}
1817
1951
  }
1818
1952
  },
@@ -1849,7 +1983,8 @@
1849
1983
  "MaxRetries":{"shape":"MaxRetries"},
1850
1984
  "AllocatedCapacity":{"shape":"IntegerValue"},
1851
1985
  "Timeout":{"shape":"Timeout"},
1852
- "NotificationProperty":{"shape":"NotificationProperty"}
1986
+ "NotificationProperty":{"shape":"NotificationProperty"},
1987
+ "SecurityConfiguration":{"shape":"NameString"}
1853
1988
  }
1854
1989
  },
1855
1990
  "CreateJobResponse":{
@@ -1903,6 +2038,24 @@
1903
2038
  "ScalaCode":{"shape":"ScalaCode"}
1904
2039
  }
1905
2040
  },
2041
+ "CreateSecurityConfigurationRequest":{
2042
+ "type":"structure",
2043
+ "required":[
2044
+ "Name",
2045
+ "EncryptionConfiguration"
2046
+ ],
2047
+ "members":{
2048
+ "Name":{"shape":"NameString"},
2049
+ "EncryptionConfiguration":{"shape":"EncryptionConfiguration"}
2050
+ }
2051
+ },
2052
+ "CreateSecurityConfigurationResponse":{
2053
+ "type":"structure",
2054
+ "members":{
2055
+ "Name":{"shape":"NameString"},
2056
+ "CreatedTimestamp":{"shape":"TimestampValue"}
2057
+ }
2058
+ },
1906
2059
  "CreateTableRequest":{
1907
2060
  "type":"structure",
1908
2061
  "required":[
@@ -1987,6 +2140,12 @@
1987
2140
  "type":"list",
1988
2141
  "member":{"shape":"CodeGenNode"}
1989
2142
  },
2143
+ "DataCatalogEncryptionSettings":{
2144
+ "type":"structure",
2145
+ "members":{
2146
+ "EncryptionAtRest":{"shape":"EncryptionAtRest"}
2147
+ }
2148
+ },
1990
2149
  "Database":{
1991
2150
  "type":"structure",
1992
2151
  "required":["Name"],
@@ -2121,6 +2280,18 @@
2121
2280
  "members":{
2122
2281
  }
2123
2282
  },
2283
+ "DeleteSecurityConfigurationRequest":{
2284
+ "type":"structure",
2285
+ "required":["Name"],
2286
+ "members":{
2287
+ "Name":{"shape":"NameString"}
2288
+ }
2289
+ },
2290
+ "DeleteSecurityConfigurationResponse":{
2291
+ "type":"structure",
2292
+ "members":{
2293
+ }
2294
+ },
2124
2295
  "DeleteTableRequest":{
2125
2296
  "type":"structure",
2126
2297
  "required":[
@@ -2221,7 +2392,8 @@
2221
2392
  "CreatedTimestamp":{"shape":"TimestampValue"},
2222
2393
  "LastModifiedTimestamp":{"shape":"TimestampValue"},
2223
2394
  "PublicKey":{"shape":"GenericString"},
2224
- "PublicKeys":{"shape":"PublicKeysList"}
2395
+ "PublicKeys":{"shape":"PublicKeysList"},
2396
+ "SecurityConfiguration":{"shape":"NameString"}
2225
2397
  }
2226
2398
  },
2227
2399
  "DevEndpointCustomLibraries":{
@@ -2245,6 +2417,22 @@
2245
2417
  "type":"list",
2246
2418
  "member":{"shape":"DynamoDBTarget"}
2247
2419
  },
2420
+ "EncryptionAtRest":{
2421
+ "type":"structure",
2422
+ "required":["CatalogEncryptionMode"],
2423
+ "members":{
2424
+ "CatalogEncryptionMode":{"shape":"CatalogEncryptionMode"},
2425
+ "SseAwsKmsKeyId":{"shape":"NameString"}
2426
+ }
2427
+ },
2428
+ "EncryptionConfiguration":{
2429
+ "type":"structure",
2430
+ "members":{
2431
+ "S3Encryption":{"shape":"S3EncryptionList"},
2432
+ "CloudWatchEncryption":{"shape":"CloudWatchEncryption"},
2433
+ "JobBookmarksEncryption":{"shape":"JobBookmarksEncryption"}
2434
+ }
2435
+ },
2248
2436
  "EntityNotFoundException":{
2249
2437
  "type":"structure",
2250
2438
  "members":{
@@ -2619,6 +2807,33 @@
2619
2807
  "ScalaCode":{"shape":"ScalaCode"}
2620
2808
  }
2621
2809
  },
2810
+ "GetSecurityConfigurationRequest":{
2811
+ "type":"structure",
2812
+ "required":["Name"],
2813
+ "members":{
2814
+ "Name":{"shape":"NameString"}
2815
+ }
2816
+ },
2817
+ "GetSecurityConfigurationResponse":{
2818
+ "type":"structure",
2819
+ "members":{
2820
+ "SecurityConfiguration":{"shape":"SecurityConfiguration"}
2821
+ }
2822
+ },
2823
+ "GetSecurityConfigurationsRequest":{
2824
+ "type":"structure",
2825
+ "members":{
2826
+ "MaxResults":{"shape":"PageSize"},
2827
+ "NextToken":{"shape":"GenericString"}
2828
+ }
2829
+ },
2830
+ "GetSecurityConfigurationsResponse":{
2831
+ "type":"structure",
2832
+ "members":{
2833
+ "SecurityConfigurations":{"shape":"SecurityConfigurationList"},
2834
+ "NextToken":{"shape":"GenericString"}
2835
+ }
2836
+ },
2622
2837
  "GetTableRequest":{
2623
2838
  "type":"structure",
2624
2839
  "required":[
@@ -2766,6 +2981,13 @@
2766
2981
  "NextToken":{"shape":"Token"}
2767
2982
  }
2768
2983
  },
2984
+ "GlueEncryptionException":{
2985
+ "type":"structure",
2986
+ "members":{
2987
+ "Message":{"shape":"MessageString"}
2988
+ },
2989
+ "exception":true
2990
+ },
2769
2991
  "GrokClassifier":{
2770
2992
  "type":"structure",
2771
2993
  "required":[
@@ -2863,7 +3085,8 @@
2863
3085
  "MaxRetries":{"shape":"MaxRetries"},
2864
3086
  "AllocatedCapacity":{"shape":"IntegerValue"},
2865
3087
  "Timeout":{"shape":"Timeout"},
2866
- "NotificationProperty":{"shape":"NotificationProperty"}
3088
+ "NotificationProperty":{"shape":"NotificationProperty"},
3089
+ "SecurityConfiguration":{"shape":"NameString"}
2867
3090
  }
2868
3091
  },
2869
3092
  "JobBookmarkEntry":{
@@ -2876,6 +3099,20 @@
2876
3099
  "JobBookmark":{"shape":"JsonValue"}
2877
3100
  }
2878
3101
  },
3102
+ "JobBookmarksEncryption":{
3103
+ "type":"structure",
3104
+ "members":{
3105
+ "JobBookmarksEncryptionMode":{"shape":"JobBookmarksEncryptionMode"},
3106
+ "KmsKeyArn":{"shape":"KmsKeyArn"}
3107
+ }
3108
+ },
3109
+ "JobBookmarksEncryptionMode":{
3110
+ "type":"string",
3111
+ "enum":[
3112
+ "DISABLED",
3113
+ "CSE-KMS"
3114
+ ]
3115
+ },
2879
3116
  "JobCommand":{
2880
3117
  "type":"structure",
2881
3118
  "members":{
@@ -2906,7 +3143,9 @@
2906
3143
  "AllocatedCapacity":{"shape":"IntegerValue"},
2907
3144
  "ExecutionTime":{"shape":"ExecutionTime"},
2908
3145
  "Timeout":{"shape":"Timeout"},
2909
- "NotificationProperty":{"shape":"NotificationProperty"}
3146
+ "NotificationProperty":{"shape":"NotificationProperty"},
3147
+ "SecurityConfiguration":{"shape":"NameString"},
3148
+ "LogGroupName":{"shape":"GenericString"}
2910
3149
  }
2911
3150
  },
2912
3151
  "JobRunList":{
@@ -2938,7 +3177,8 @@
2938
3177
  "MaxRetries":{"shape":"MaxRetries"},
2939
3178
  "AllocatedCapacity":{"shape":"IntegerValue"},
2940
3179
  "Timeout":{"shape":"Timeout"},
2941
- "NotificationProperty":{"shape":"NotificationProperty"}
3180
+ "NotificationProperty":{"shape":"NotificationProperty"},
3181
+ "SecurityConfiguration":{"shape":"NameString"}
2942
3182
  }
2943
3183
  },
2944
3184
  "JsonClassifier":{
@@ -2963,6 +3203,10 @@
2963
3203
  "min":1,
2964
3204
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
2965
3205
  },
3206
+ "KmsKeyArn":{
3207
+ "type":"string",
3208
+ "pattern":"arn:aws:kms:.*"
3209
+ },
2966
3210
  "Language":{
2967
3211
  "type":"string",
2968
3212
  "enum":[
@@ -3235,6 +3479,19 @@
3235
3479
  "member":{"shape":"GenericString"},
3236
3480
  "max":5
3237
3481
  },
3482
+ "PutDataCatalogEncryptionSettingsRequest":{
3483
+ "type":"structure",
3484
+ "required":["DataCatalogEncryptionSettings"],
3485
+ "members":{
3486
+ "CatalogId":{"shape":"CatalogIdString"},
3487
+ "DataCatalogEncryptionSettings":{"shape":"DataCatalogEncryptionSettings"}
3488
+ }
3489
+ },
3490
+ "PutDataCatalogEncryptionSettingsResponse":{
3491
+ "type":"structure",
3492
+ "members":{
3493
+ }
3494
+ },
3238
3495
  "PythonScript":{"type":"string"},
3239
3496
  "ResetJobBookmarkRequest":{
3240
3497
  "type":"structure",
@@ -3284,6 +3541,25 @@
3284
3541
  },
3285
3542
  "RoleString":{"type":"string"},
3286
3543
  "RowTag":{"type":"string"},
3544
+ "S3Encryption":{
3545
+ "type":"structure",
3546
+ "members":{
3547
+ "S3EncryptionMode":{"shape":"S3EncryptionMode"},
3548
+ "KmsKeyArn":{"shape":"KmsKeyArn"}
3549
+ }
3550
+ },
3551
+ "S3EncryptionList":{
3552
+ "type":"list",
3553
+ "member":{"shape":"S3Encryption"}
3554
+ },
3555
+ "S3EncryptionMode":{
3556
+ "type":"string",
3557
+ "enum":[
3558
+ "DISABLED",
3559
+ "SSE-KMS",
3560
+ "SSE-S3"
3561
+ ]
3562
+ },
3287
3563
  "S3Target":{
3288
3564
  "type":"structure",
3289
3565
  "members":{
@@ -3341,6 +3617,18 @@
3341
3617
  },
3342
3618
  "SchemaPathString":{"type":"string"},
3343
3619
  "ScriptLocationString":{"type":"string"},
3620
+ "SecurityConfiguration":{
3621
+ "type":"structure",
3622
+ "members":{
3623
+ "Name":{"shape":"NameString"},
3624
+ "CreatedTimeStamp":{"shape":"TimestampValue"},
3625
+ "EncryptionConfiguration":{"shape":"EncryptionConfiguration"}
3626
+ }
3627
+ },
3628
+ "SecurityConfigurationList":{
3629
+ "type":"list",
3630
+ "member":{"shape":"SecurityConfiguration"}
3631
+ },
3344
3632
  "SecurityGroupIdList":{
3345
3633
  "type":"list",
3346
3634
  "member":{"shape":"NameString"},
@@ -3407,7 +3695,8 @@
3407
3695
  "Arguments":{"shape":"GenericMap"},
3408
3696
  "AllocatedCapacity":{"shape":"IntegerValue"},
3409
3697
  "Timeout":{"shape":"Timeout"},
3410
- "NotificationProperty":{"shape":"NotificationProperty"}
3698
+ "NotificationProperty":{"shape":"NotificationProperty"},
3699
+ "SecurityConfiguration":{"shape":"NameString"}
3411
3700
  }
3412
3701
  },
3413
3702
  "StartJobRunResponse":{
@@ -3688,7 +3977,8 @@
3688
3977
  "Classifiers":{"shape":"ClassifierNameList"},
3689
3978
  "TablePrefix":{"shape":"TablePrefix"},
3690
3979
  "SchemaChangePolicy":{"shape":"SchemaChangePolicy"},
3691
- "Configuration":{"shape":"CrawlerConfiguration"}
3980
+ "Configuration":{"shape":"CrawlerConfiguration"},
3981
+ "CrawlerSecurityConfiguration":{"shape":"CrawlerSecurityConfiguration"}
3692
3982
  }
3693
3983
  },
3694
3984
  "UpdateCrawlerResponse":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.116'
2
+ VERSION = '2.11.117'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.116
4
+ version: 2.11.117
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-24 00:00:00.000000000 Z
11
+ date: 2018-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath