aws-sdk-accessanalyzer 1.7.0 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6cf4c37809cf6741764448f843497b117b091c104322ae9d46354de63c433d56
4
- data.tar.gz: 4d19d4d0080ed30088d36d5f3e00be0fefd900155af7df95919cd74838b06dfd
3
+ metadata.gz: 463045b20db3fe9d082ab525f25d6189dc64d313e1b9aa5c546e4ec4c9947792
4
+ data.tar.gz: 34c85e9ab8252c667acfdd11f079a66a2861f39f17d6ca99625f70d54b6b674d
5
5
  SHA512:
6
- metadata.gz: cac2f4472808d03c57c439f584ecbfc847e4a5684e27b692d28fcf4432969803e1e58a2a28dbdfc64741b165771c4e0d5b35fb7d5693c5849e421e87cb00c4ec
7
- data.tar.gz: d10389babebabebecadc3647a38e86f827ab29d9f2459b27e35ff4c5504423b05d4dd0da5b4f9d6f71afa8354ee49d01806ff9e3c02d4713b8c42b8d74a2b465
6
+ metadata.gz: 73ed30966dfb9173b8be529f7ec2b3884379d66832d67608784c98bdb7e050e27fa53a84a46caa6a77b05a4a2b2d32c9907bd2d6c342c6027e91c4d9377f0629
7
+ data.tar.gz: b5957b17a4bd9cc92ef5b50b591af87e629e6c6c70bf3bb1de9b18faf2487df738febdd80d782e1937231a141cf98db188ff292f2a4fea86e52ce25c39b864c9
@@ -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:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-accessanalyzer/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::AccessAnalyzer
47
50
 
48
- GEM_VERSION = '1.7.0'
51
+ GEM_VERSION = '1.12.0'
49
52
 
50
53
  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:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::AccessAnalyzer
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
78
 
@@ -81,13 +85,28 @@ module Aws::AccessAnalyzer
81
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
82
86
  # credentials.
83
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
84
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
85
103
  # from an EC2 IMDS on an EC2 instance.
86
104
  #
87
- # * `Aws::SharedCredentials` - Used for loading credentials from a
88
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
89
107
  #
90
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
91
110
  #
92
111
  # When `:credentials` are not configured directly, the following
93
112
  # locations will be searched for credentials:
@@ -97,10 +116,10 @@ module Aws::AccessAnalyzer
97
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
98
117
  # * `~/.aws/credentials`
99
118
  # * `~/.aws/config`
100
- # * EC2 IMDS instance profile - When used by default, the timeouts are
101
- # very aggressive. Construct and pass an instance of
102
- # `Aws::InstanceProfileCredentails` to enable retries and extended
103
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
104
123
  #
105
124
  # @option options [required, String] :region
106
125
  # The AWS region to connect to. The configured `:region` is
@@ -161,7 +180,7 @@ module Aws::AccessAnalyzer
161
180
  # @option options [String] :endpoint
162
181
  # The client endpoint is normally constructed from the `:region`
163
182
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
183
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
184
  #
166
185
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
186
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -1095,7 +1114,7 @@ module Aws::AccessAnalyzer
1095
1114
  params: params,
1096
1115
  config: config)
1097
1116
  context[:gem_name] = 'aws-sdk-accessanalyzer'
1098
- context[:gem_version] = '1.7.0'
1117
+ context[:gem_version] = '1.12.0'
1099
1118
  Seahorse::Client::Request.new(handlers, context)
1100
1119
  end
1101
1120
 
@@ -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.7.0
4
+ version: 1.12.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-05-28 00:00:00.000000000 Z
11
+ date: 2020-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.109.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement