aws-sdk-accessanalyzer 1.8.1 → 1.9.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: 919a5ba3d1f376633c773d3f960eab4607cd455881542223a3b4e96e72d5fa68
4
- data.tar.gz: 3d1271eddf20f025b5514278c1303f6fd9465f5af1ba236cce1c46da5a72d2a8
3
+ metadata.gz: ebfc420d1c3cc22175a04e310116ef2a07173b6bc3fdb6dea76662eb02cee7be
4
+ data.tar.gz: a5332e572b5a6ba702d19aa45d97e990f3e327b1f891e59ad6b2f3ca1ddff501
5
5
  SHA512:
6
- metadata.gz: 5429649b77a4c73297cf14b55545d2d0b87ca7641002c8dc84f85c0e22802e84830fcf8713af33a7e475b0c2daa430bda3cac4d301fb65cc9df56eeae729825e
7
- data.tar.gz: 7923a05ea9f329684cc9c8bb2416c827adb3889a41fd23c6a8468ba72ab29bbe93dfb597177732b242f6b1dc5ee14978add4b89b241b3e5a7adb25587fd6c999
6
+ metadata.gz: c68ad5d948daac6712338506ba6bdc635a53676cf05e498f3051a15ae3cfa51a933c092329309dff8ab4a67c8fecbcfc275bf7255458686a1290d1bb6855799a
7
+ data.tar.gz: 3b05413bafebc76e30fc6ce81aad2b2c3e869602e52163141f9747f8102d27890d1da1eb87ff61eacb0acaf3d3e3cde012f4f6a1146a2d4e9b2ba51833e449e9
@@ -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-accessanalyzer/customizations'
45
47
  # @service
46
48
  module Aws::AccessAnalyzer
47
49
 
48
- GEM_VERSION = '1.8.1'
50
+ GEM_VERSION = '1.9.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:
@@ -1097,7 +1099,7 @@ module Aws::AccessAnalyzer
1097
1099
  params: params,
1098
1100
  config: config)
1099
1101
  context[:gem_name] = 'aws-sdk-accessanalyzer'
1100
- context[:gem_version] = '1.8.1'
1102
+ context[:gem_version] = '1.9.0'
1101
1103
  Seahorse::Client::Request.new(handlers, context)
1102
1104
  end
1103
1105
 
@@ -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:
@@ -17,6 +19,7 @@ module Aws::AccessAnalyzer
17
19
  #
18
20
  class AccessDeniedException < Struct.new(
19
21
  :message)
22
+ SENSITIVE = []
20
23
  include Aws::Structure
21
24
  end
22
25
 
@@ -84,6 +87,7 @@ module Aws::AccessAnalyzer
84
87
  :shared_via,
85
88
  :status,
86
89
  :updated_at)
90
+ SENSITIVE = []
87
91
  include Aws::Structure
88
92
  end
89
93
 
@@ -107,6 +111,7 @@ module Aws::AccessAnalyzer
107
111
  :resource_arn,
108
112
  :resource_owner_account,
109
113
  :resource_type)
114
+ SENSITIVE = []
110
115
  include Aws::Structure
111
116
  end
112
117
 
@@ -172,6 +177,7 @@ module Aws::AccessAnalyzer
172
177
  :status_reason,
173
178
  :tags,
174
179
  :type)
180
+ SENSITIVE = []
175
181
  include Aws::Structure
176
182
  end
177
183
 
@@ -200,6 +206,7 @@ module Aws::AccessAnalyzer
200
206
  :filter,
201
207
  :rule_name,
202
208
  :updated_at)
209
+ SENSITIVE = []
203
210
  include Aws::Structure
204
211
  end
205
212
 
@@ -222,6 +229,7 @@ module Aws::AccessAnalyzer
222
229
  :message,
223
230
  :resource_id,
224
231
  :resource_type)
232
+ SENSITIVE = []
225
233
  include Aws::Structure
226
234
  end
227
235
 
@@ -286,6 +294,7 @@ module Aws::AccessAnalyzer
286
294
  :client_token,
287
295
  :tags,
288
296
  :type)
297
+ SENSITIVE = []
289
298
  include Aws::Structure
290
299
  end
291
300
 
@@ -299,6 +308,7 @@ module Aws::AccessAnalyzer
299
308
  #
300
309
  class CreateAnalyzerResponse < Struct.new(
301
310
  :arn)
311
+ SENSITIVE = []
302
312
  include Aws::Structure
303
313
  end
304
314
 
@@ -347,6 +357,7 @@ module Aws::AccessAnalyzer
347
357
  :client_token,
348
358
  :filter,
349
359
  :rule_name)
360
+ SENSITIVE = []
350
361
  include Aws::Structure
351
362
  end
352
363
 
@@ -389,6 +400,7 @@ module Aws::AccessAnalyzer
389
400
  :eq,
390
401
  :exists,
391
402
  :neq)
403
+ SENSITIVE = []
392
404
  include Aws::Structure
393
405
  end
394
406
 
@@ -418,6 +430,7 @@ module Aws::AccessAnalyzer
418
430
  class DeleteAnalyzerRequest < Struct.new(
419
431
  :analyzer_name,
420
432
  :client_token)
433
+ SENSITIVE = []
421
434
  include Aws::Structure
422
435
  end
423
436
 
@@ -454,6 +467,7 @@ module Aws::AccessAnalyzer
454
467
  :analyzer_name,
455
468
  :client_token,
456
469
  :rule_name)
470
+ SENSITIVE = []
457
471
  include Aws::Structure
458
472
  end
459
473
 
@@ -538,6 +552,7 @@ module Aws::AccessAnalyzer
538
552
  :sources,
539
553
  :status,
540
554
  :updated_at)
555
+ SENSITIVE = []
541
556
  include Aws::Structure
542
557
  end
543
558
 
@@ -559,6 +574,7 @@ module Aws::AccessAnalyzer
559
574
  class FindingSource < Struct.new(
560
575
  :detail,
561
576
  :type)
577
+ SENSITIVE = []
562
578
  include Aws::Structure
563
579
  end
564
580
 
@@ -573,6 +589,7 @@ module Aws::AccessAnalyzer
573
589
  #
574
590
  class FindingSourceDetail < Struct.new(
575
591
  :access_point_arn)
592
+ SENSITIVE = []
576
593
  include Aws::Structure
577
594
  end
578
595
 
@@ -658,6 +675,7 @@ module Aws::AccessAnalyzer
658
675
  :sources,
659
676
  :status,
660
677
  :updated_at)
678
+ SENSITIVE = []
661
679
  include Aws::Structure
662
680
  end
663
681
 
@@ -684,6 +702,7 @@ module Aws::AccessAnalyzer
684
702
  class GetAnalyzedResourceRequest < Struct.new(
685
703
  :analyzer_arn,
686
704
  :resource_arn)
705
+ SENSITIVE = []
687
706
  include Aws::Structure
688
707
  end
689
708
 
@@ -698,6 +717,7 @@ module Aws::AccessAnalyzer
698
717
  #
699
718
  class GetAnalyzedResourceResponse < Struct.new(
700
719
  :resource)
720
+ SENSITIVE = []
701
721
  include Aws::Structure
702
722
  end
703
723
 
@@ -718,6 +738,7 @@ module Aws::AccessAnalyzer
718
738
  #
719
739
  class GetAnalyzerRequest < Struct.new(
720
740
  :analyzer_name)
741
+ SENSITIVE = []
721
742
  include Aws::Structure
722
743
  end
723
744
 
@@ -732,6 +753,7 @@ module Aws::AccessAnalyzer
732
753
  #
733
754
  class GetAnalyzerResponse < Struct.new(
734
755
  :analyzer)
756
+ SENSITIVE = []
735
757
  include Aws::Structure
736
758
  end
737
759
 
@@ -758,6 +780,7 @@ module Aws::AccessAnalyzer
758
780
  class GetArchiveRuleRequest < Struct.new(
759
781
  :analyzer_name,
760
782
  :rule_name)
783
+ SENSITIVE = []
761
784
  include Aws::Structure
762
785
  end
763
786
 
@@ -771,6 +794,7 @@ module Aws::AccessAnalyzer
771
794
  #
772
795
  class GetArchiveRuleResponse < Struct.new(
773
796
  :archive_rule)
797
+ SENSITIVE = []
774
798
  include Aws::Structure
775
799
  end
776
800
 
@@ -797,6 +821,7 @@ module Aws::AccessAnalyzer
797
821
  class GetFindingRequest < Struct.new(
798
822
  :analyzer_arn,
799
823
  :id)
824
+ SENSITIVE = []
800
825
  include Aws::Structure
801
826
  end
802
827
 
@@ -810,6 +835,7 @@ module Aws::AccessAnalyzer
810
835
  #
811
836
  class GetFindingResponse < Struct.new(
812
837
  :finding)
838
+ SENSITIVE = []
813
839
  include Aws::Structure
814
840
  end
815
841
 
@@ -844,6 +870,7 @@ module Aws::AccessAnalyzer
844
870
  class InlineArchiveRule < Struct.new(
845
871
  :filter,
846
872
  :rule_name)
873
+ SENSITIVE = []
847
874
  include Aws::Structure
848
875
  end
849
876
 
@@ -861,6 +888,7 @@ module Aws::AccessAnalyzer
861
888
  class InternalServerException < Struct.new(
862
889
  :message,
863
890
  :retry_after_seconds)
891
+ SENSITIVE = []
864
892
  include Aws::Structure
865
893
  end
866
894
 
@@ -900,6 +928,7 @@ module Aws::AccessAnalyzer
900
928
  :max_results,
901
929
  :next_token,
902
930
  :resource_type)
931
+ SENSITIVE = []
903
932
  include Aws::Structure
904
933
  end
905
934
 
@@ -918,6 +947,7 @@ module Aws::AccessAnalyzer
918
947
  class ListAnalyzedResourcesResponse < Struct.new(
919
948
  :analyzed_resources,
920
949
  :next_token)
950
+ SENSITIVE = []
921
951
  include Aws::Structure
922
952
  end
923
953
 
@@ -950,6 +980,7 @@ module Aws::AccessAnalyzer
950
980
  :max_results,
951
981
  :next_token,
952
982
  :type)
983
+ SENSITIVE = []
953
984
  include Aws::Structure
954
985
  end
955
986
 
@@ -968,6 +999,7 @@ module Aws::AccessAnalyzer
968
999
  class ListAnalyzersResponse < Struct.new(
969
1000
  :analyzers,
970
1001
  :next_token)
1002
+ SENSITIVE = []
971
1003
  include Aws::Structure
972
1004
  end
973
1005
 
@@ -1000,6 +1032,7 @@ module Aws::AccessAnalyzer
1000
1032
  :analyzer_name,
1001
1033
  :max_results,
1002
1034
  :next_token)
1035
+ SENSITIVE = []
1003
1036
  include Aws::Structure
1004
1037
  end
1005
1038
 
@@ -1018,6 +1051,7 @@ module Aws::AccessAnalyzer
1018
1051
  class ListArchiveRulesResponse < Struct.new(
1019
1052
  :archive_rules,
1020
1053
  :next_token)
1054
+ SENSITIVE = []
1021
1055
  include Aws::Structure
1022
1056
  end
1023
1057
 
@@ -1072,6 +1106,7 @@ module Aws::AccessAnalyzer
1072
1106
  :max_results,
1073
1107
  :next_token,
1074
1108
  :sort)
1109
+ SENSITIVE = []
1075
1110
  include Aws::Structure
1076
1111
  end
1077
1112
 
@@ -1091,6 +1126,7 @@ module Aws::AccessAnalyzer
1091
1126
  class ListFindingsResponse < Struct.new(
1092
1127
  :findings,
1093
1128
  :next_token)
1129
+ SENSITIVE = []
1094
1130
  include Aws::Structure
1095
1131
  end
1096
1132
 
@@ -1111,6 +1147,7 @@ module Aws::AccessAnalyzer
1111
1147
  #
1112
1148
  class ListTagsForResourceRequest < Struct.new(
1113
1149
  :resource_arn)
1150
+ SENSITIVE = []
1114
1151
  include Aws::Structure
1115
1152
  end
1116
1153
 
@@ -1124,6 +1161,7 @@ module Aws::AccessAnalyzer
1124
1161
  #
1125
1162
  class ListTagsForResourceResponse < Struct.new(
1126
1163
  :tags)
1164
+ SENSITIVE = []
1127
1165
  include Aws::Structure
1128
1166
  end
1129
1167
 
@@ -1146,6 +1184,7 @@ module Aws::AccessAnalyzer
1146
1184
  :message,
1147
1185
  :resource_id,
1148
1186
  :resource_type)
1187
+ SENSITIVE = []
1149
1188
  include Aws::Structure
1150
1189
  end
1151
1190
 
@@ -1168,6 +1207,7 @@ module Aws::AccessAnalyzer
1168
1207
  :message,
1169
1208
  :resource_id,
1170
1209
  :resource_type)
1210
+ SENSITIVE = []
1171
1211
  include Aws::Structure
1172
1212
  end
1173
1213
 
@@ -1194,6 +1234,7 @@ module Aws::AccessAnalyzer
1194
1234
  class SortCriteria < Struct.new(
1195
1235
  :attribute_name,
1196
1236
  :order_by)
1237
+ SENSITIVE = []
1197
1238
  include Aws::Structure
1198
1239
  end
1199
1240
 
@@ -1221,6 +1262,7 @@ module Aws::AccessAnalyzer
1221
1262
  class StartResourceScanRequest < Struct.new(
1222
1263
  :analyzer_arn,
1223
1264
  :resource_arn)
1265
+ SENSITIVE = []
1224
1266
  include Aws::Structure
1225
1267
  end
1226
1268
 
@@ -1238,6 +1280,7 @@ module Aws::AccessAnalyzer
1238
1280
  #
1239
1281
  class StatusReason < Struct.new(
1240
1282
  :code)
1283
+ SENSITIVE = []
1241
1284
  include Aws::Structure
1242
1285
  end
1243
1286
 
@@ -1266,6 +1309,7 @@ module Aws::AccessAnalyzer
1266
1309
  class TagResourceRequest < Struct.new(
1267
1310
  :resource_arn,
1268
1311
  :tags)
1312
+ SENSITIVE = []
1269
1313
  include Aws::Structure
1270
1314
  end
1271
1315
 
@@ -1289,6 +1333,7 @@ module Aws::AccessAnalyzer
1289
1333
  class ThrottlingException < Struct.new(
1290
1334
  :message,
1291
1335
  :retry_after_seconds)
1336
+ SENSITIVE = []
1292
1337
  include Aws::Structure
1293
1338
  end
1294
1339
 
@@ -1315,6 +1360,7 @@ module Aws::AccessAnalyzer
1315
1360
  class UntagResourceRequest < Struct.new(
1316
1361
  :resource_arn,
1317
1362
  :tag_keys)
1363
+ SENSITIVE = []
1318
1364
  include Aws::Structure
1319
1365
  end
1320
1366
 
@@ -1370,6 +1416,7 @@ module Aws::AccessAnalyzer
1370
1416
  :client_token,
1371
1417
  :filter,
1372
1418
  :rule_name)
1419
+ SENSITIVE = []
1373
1420
  include Aws::Structure
1374
1421
  end
1375
1422
 
@@ -1420,6 +1467,7 @@ module Aws::AccessAnalyzer
1420
1467
  :ids,
1421
1468
  :resource_arn,
1422
1469
  :status)
1470
+ SENSITIVE = []
1423
1471
  include Aws::Structure
1424
1472
  end
1425
1473
 
@@ -1442,6 +1490,7 @@ module Aws::AccessAnalyzer
1442
1490
  :field_list,
1443
1491
  :message,
1444
1492
  :reason)
1493
+ SENSITIVE = []
1445
1494
  include Aws::Structure
1446
1495
  end
1447
1496
 
@@ -1460,6 +1509,7 @@ module Aws::AccessAnalyzer
1460
1509
  class ValidationExceptionField < Struct.new(
1461
1510
  :message,
1462
1511
  :name)
1512
+ SENSITIVE = []
1463
1513
  include Aws::Structure
1464
1514
  end
1465
1515
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-accessanalyzer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.1
4
+ version: 1.9.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