aws-sdk-lakeformation 1.5.1 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3734d1763336132244ab9dcdc1f1bcf3e518f282211e0587c23ce6cb08028751
4
- data.tar.gz: a6b19a105137468ea281aaf499e28b80331f83d966f485fc10268c7cd0841ba6
3
+ metadata.gz: 971193e6f195f1e8becb9d9422e830c8c46211ec0c3072d3cc28bbe57f769ceb
4
+ data.tar.gz: 580f7f21d7049c7b432728bc5495e24d020487117e78d18b3917ff58a13006a3
5
5
  SHA512:
6
- metadata.gz: 60964c80d3dd00dcfd011c24155487a93345e310ba5c35bf5a17d76ad6709e6a2b7cd659b5de0933b82c958d9b4bb8507ecaf715cb58d1831b3e9647ba1f6315
7
- data.tar.gz: ca0ba9adc2e0e406ca6522d9972dad34fd75c65b777ff63855c8dc5cc1a5a5b60577ed948116c9fbd5a3ad8f757d96a2c239728784b0f1a3df4528de5cdd5a4e
6
+ metadata.gz: ddf3980b73fc2482694f1367924b69bb381ae1f634faaf4214e3ac48fa19ce509a24f6a4fbb004b33b956497d32f18e58ddc8653bdf612629941d819ee43468b
7
+ data.tar.gz: 7609eaa08a97bb30039c45dee54eeb41f5b4309ed3558f29b3c8c6706cd795224acc48b8b15c66ea14fd43ad6d39d286817e8a47596da9cff963854488eabfb5
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-lakeformation/customizations'
45
47
  # @service
46
48
  module Aws::LakeFormation
47
49
 
48
- GEM_VERSION = '1.5.1'
50
+ GEM_VERSION = '1.6.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1106,7 +1108,7 @@ module Aws::LakeFormation
1106
1108
  params: params,
1107
1109
  config: config)
1108
1110
  context[:gem_name] = 'aws-sdk-lakeformation'
1109
- context[:gem_version] = '1.5.1'
1111
+ context[:gem_version] = '1.6.0'
1110
1112
  Seahorse::Client::Request.new(handlers, context)
1111
1113
  end
1112
1114
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -18,6 +20,7 @@ module Aws::LakeFormation
18
20
  #
19
21
  class AlreadyExistsException < Struct.new(
20
22
  :message)
23
+ SENSITIVE = []
21
24
  include Aws::Structure
22
25
  end
23
26
 
@@ -77,6 +80,7 @@ module Aws::LakeFormation
77
80
  class BatchGrantPermissionsRequest < Struct.new(
78
81
  :catalog_id,
79
82
  :entries)
83
+ SENSITIVE = []
80
84
  include Aws::Structure
81
85
  end
82
86
 
@@ -88,6 +92,7 @@ module Aws::LakeFormation
88
92
  #
89
93
  class BatchGrantPermissionsResponse < Struct.new(
90
94
  :failures)
95
+ SENSITIVE = []
91
96
  include Aws::Structure
92
97
  end
93
98
 
@@ -107,6 +112,7 @@ module Aws::LakeFormation
107
112
  class BatchPermissionsFailureEntry < Struct.new(
108
113
  :request_entry,
109
114
  :error)
115
+ SENSITIVE = []
110
116
  include Aws::Structure
111
117
  end
112
118
 
@@ -175,6 +181,7 @@ module Aws::LakeFormation
175
181
  :resource,
176
182
  :permissions,
177
183
  :permissions_with_grant_option)
184
+ SENSITIVE = []
178
185
  include Aws::Structure
179
186
  end
180
187
 
@@ -234,6 +241,7 @@ module Aws::LakeFormation
234
241
  class BatchRevokePermissionsRequest < Struct.new(
235
242
  :catalog_id,
236
243
  :entries)
244
+ SENSITIVE = []
237
245
  include Aws::Structure
238
246
  end
239
247
 
@@ -245,6 +253,7 @@ module Aws::LakeFormation
245
253
  #
246
254
  class BatchRevokePermissionsResponse < Struct.new(
247
255
  :failures)
256
+ SENSITIVE = []
248
257
  include Aws::Structure
249
258
  end
250
259
 
@@ -274,6 +283,7 @@ module Aws::LakeFormation
274
283
  #
275
284
  class ColumnWildcard < Struct.new(
276
285
  :excluded_column_names)
286
+ SENSITIVE = []
277
287
  include Aws::Structure
278
288
  end
279
289
 
@@ -287,6 +297,7 @@ module Aws::LakeFormation
287
297
  #
288
298
  class ConcurrentModificationException < Struct.new(
289
299
  :message)
300
+ SENSITIVE = []
290
301
  include Aws::Structure
291
302
  end
292
303
 
@@ -307,6 +318,7 @@ module Aws::LakeFormation
307
318
  #
308
319
  class DataLakePrincipal < Struct.new(
309
320
  :data_lake_principal_identifier)
321
+ SENSITIVE = []
310
322
  include Aws::Structure
311
323
  end
312
324
 
@@ -359,6 +371,7 @@ module Aws::LakeFormation
359
371
  :data_lake_admins,
360
372
  :create_database_default_permissions,
361
373
  :create_table_default_permissions)
374
+ SENSITIVE = []
362
375
  include Aws::Structure
363
376
  end
364
377
 
@@ -381,6 +394,7 @@ module Aws::LakeFormation
381
394
  #
382
395
  class DataLocationResource < Struct.new(
383
396
  :resource_arn)
397
+ SENSITIVE = []
384
398
  include Aws::Structure
385
399
  end
386
400
 
@@ -401,6 +415,7 @@ module Aws::LakeFormation
401
415
  #
402
416
  class DatabaseResource < Struct.new(
403
417
  :name)
418
+ SENSITIVE = []
404
419
  include Aws::Structure
405
420
  end
406
421
 
@@ -420,6 +435,7 @@ module Aws::LakeFormation
420
435
  #
421
436
  class DeregisterResourceRequest < Struct.new(
422
437
  :resource_arn)
438
+ SENSITIVE = []
423
439
  include Aws::Structure
424
440
  end
425
441
 
@@ -442,6 +458,7 @@ module Aws::LakeFormation
442
458
  #
443
459
  class DescribeResourceRequest < Struct.new(
444
460
  :resource_arn)
461
+ SENSITIVE = []
445
462
  include Aws::Structure
446
463
  end
447
464
 
@@ -454,6 +471,7 @@ module Aws::LakeFormation
454
471
  #
455
472
  class DescribeResourceResponse < Struct.new(
456
473
  :resource_info)
474
+ SENSITIVE = []
457
475
  include Aws::Structure
458
476
  end
459
477
 
@@ -467,6 +485,7 @@ module Aws::LakeFormation
467
485
  #
468
486
  class EntityNotFoundException < Struct.new(
469
487
  :message)
488
+ SENSITIVE = []
470
489
  include Aws::Structure
471
490
  end
472
491
 
@@ -485,6 +504,7 @@ module Aws::LakeFormation
485
504
  class ErrorDetail < Struct.new(
486
505
  :error_code,
487
506
  :error_message)
507
+ SENSITIVE = []
488
508
  include Aws::Structure
489
509
  end
490
510
 
@@ -518,6 +538,7 @@ module Aws::LakeFormation
518
538
  :field,
519
539
  :comparison_operator,
520
540
  :string_value_list)
541
+ SENSITIVE = []
521
542
  include Aws::Structure
522
543
  end
523
544
 
@@ -539,6 +560,7 @@ module Aws::LakeFormation
539
560
  #
540
561
  class GetDataLakeSettingsRequest < Struct.new(
541
562
  :catalog_id)
563
+ SENSITIVE = []
542
564
  include Aws::Structure
543
565
  end
544
566
 
@@ -550,6 +572,7 @@ module Aws::LakeFormation
550
572
  #
551
573
  class GetDataLakeSettingsResponse < Struct.new(
552
574
  :data_lake_settings)
575
+ SENSITIVE = []
553
576
  include Aws::Structure
554
577
  end
555
578
 
@@ -591,6 +614,7 @@ module Aws::LakeFormation
591
614
  :resource_arn,
592
615
  :next_token,
593
616
  :max_results)
617
+ SENSITIVE = []
594
618
  include Aws::Structure
595
619
  end
596
620
 
@@ -609,6 +633,7 @@ module Aws::LakeFormation
609
633
  class GetEffectivePermissionsForPathResponse < Struct.new(
610
634
  :permissions,
611
635
  :next_token)
636
+ SENSITIVE = []
612
637
  include Aws::Structure
613
638
  end
614
639
 
@@ -691,6 +716,7 @@ module Aws::LakeFormation
691
716
  :resource,
692
717
  :permissions,
693
718
  :permissions_with_grant_option)
719
+ SENSITIVE = []
694
720
  include Aws::Structure
695
721
  end
696
722
 
@@ -708,6 +734,7 @@ module Aws::LakeFormation
708
734
  #
709
735
  class InternalServiceException < Struct.new(
710
736
  :message)
737
+ SENSITIVE = []
711
738
  include Aws::Structure
712
739
  end
713
740
 
@@ -721,6 +748,7 @@ module Aws::LakeFormation
721
748
  #
722
749
  class InvalidInputException < Struct.new(
723
750
  :message)
751
+ SENSITIVE = []
724
752
  include Aws::Structure
725
753
  end
726
754
 
@@ -800,6 +828,7 @@ module Aws::LakeFormation
800
828
  :resource,
801
829
  :next_token,
802
830
  :max_results)
831
+ SENSITIVE = []
803
832
  include Aws::Structure
804
833
  end
805
834
 
@@ -818,6 +847,7 @@ module Aws::LakeFormation
818
847
  class ListPermissionsResponse < Struct.new(
819
848
  :principal_resource_permissions,
820
849
  :next_token)
850
+ SENSITIVE = []
821
851
  include Aws::Structure
822
852
  end
823
853
 
@@ -856,6 +886,7 @@ module Aws::LakeFormation
856
886
  :filter_condition_list,
857
887
  :max_results,
858
888
  :next_token)
889
+ SENSITIVE = []
859
890
  include Aws::Structure
860
891
  end
861
892
 
@@ -873,6 +904,7 @@ module Aws::LakeFormation
873
904
  class ListResourcesResponse < Struct.new(
874
905
  :resource_info_list,
875
906
  :next_token)
907
+ SENSITIVE = []
876
908
  include Aws::Structure
877
909
  end
878
910
 
@@ -886,6 +918,7 @@ module Aws::LakeFormation
886
918
  #
887
919
  class OperationTimeoutException < Struct.new(
888
920
  :message)
921
+ SENSITIVE = []
889
922
  include Aws::Structure
890
923
  end
891
924
 
@@ -914,6 +947,7 @@ module Aws::LakeFormation
914
947
  class PrincipalPermissions < Struct.new(
915
948
  :principal,
916
949
  :permissions)
950
+ SENSITIVE = []
917
951
  include Aws::Structure
918
952
  end
919
953
 
@@ -943,6 +977,7 @@ module Aws::LakeFormation
943
977
  :resource,
944
978
  :permissions,
945
979
  :permissions_with_grant_option)
980
+ SENSITIVE = []
946
981
  include Aws::Structure
947
982
  end
948
983
 
@@ -992,6 +1027,7 @@ module Aws::LakeFormation
992
1027
  class PutDataLakeSettingsRequest < Struct.new(
993
1028
  :catalog_id,
994
1029
  :data_lake_settings)
1030
+ SENSITIVE = []
995
1031
  include Aws::Structure
996
1032
  end
997
1033
 
@@ -1028,6 +1064,7 @@ module Aws::LakeFormation
1028
1064
  :resource_arn,
1029
1065
  :use_service_linked_role,
1030
1066
  :role_arn)
1067
+ SENSITIVE = []
1031
1068
  include Aws::Structure
1032
1069
  end
1033
1070
 
@@ -1102,6 +1139,7 @@ module Aws::LakeFormation
1102
1139
  :table,
1103
1140
  :table_with_columns,
1104
1141
  :data_location)
1142
+ SENSITIVE = []
1105
1143
  include Aws::Structure
1106
1144
  end
1107
1145
 
@@ -1126,6 +1164,7 @@ module Aws::LakeFormation
1126
1164
  :resource_arn,
1127
1165
  :role_arn,
1128
1166
  :last_modified)
1167
+ SENSITIVE = []
1129
1168
  include Aws::Structure
1130
1169
  end
1131
1170
 
@@ -1201,6 +1240,7 @@ module Aws::LakeFormation
1201
1240
  :resource,
1202
1241
  :permissions,
1203
1242
  :permissions_with_grant_option)
1243
+ SENSITIVE = []
1204
1244
  include Aws::Structure
1205
1245
  end
1206
1246
 
@@ -1236,6 +1276,7 @@ module Aws::LakeFormation
1236
1276
  class TableResource < Struct.new(
1237
1277
  :database_name,
1238
1278
  :name)
1279
+ SENSITIVE = []
1239
1280
  include Aws::Structure
1240
1281
  end
1241
1282
 
@@ -1287,6 +1328,7 @@ module Aws::LakeFormation
1287
1328
  :name,
1288
1329
  :column_names,
1289
1330
  :column_wildcard)
1331
+ SENSITIVE = []
1290
1332
  include Aws::Structure
1291
1333
  end
1292
1334
 
@@ -1312,6 +1354,7 @@ module Aws::LakeFormation
1312
1354
  class UpdateResourceRequest < Struct.new(
1313
1355
  :role_arn,
1314
1356
  :resource_arn)
1357
+ SENSITIVE = []
1315
1358
  include Aws::Structure
1316
1359
  end
1317
1360
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lakeformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.6.0
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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core