aws-sdk-fms 1.27.1 → 1.28.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: 0366eb26aefdeb6d0fe60c7a73422694a864fa8d695d153e58ca2df28aed0c56
4
- data.tar.gz: 72bd365ba013a4a1eef4bfcc968f700e8c9ea94eb2f425270bc58f7e5d24241e
3
+ metadata.gz: fd3c325fe3f0443a39a04cfb307d7cf7c388e3c2a27bd2da10309eb69ad53b30
4
+ data.tar.gz: f6664ecc32066e20f5a599b014a0e9b847d76aff8f76a7c96ff7efd584b30fad
5
5
  SHA512:
6
- metadata.gz: c73d54364ed8d2b9e39f603cd46ce73991dc7e4b14fcad4e430198b6ca05817a04d3495dd4958c92dc5119f4d7f2367cbce5320b17c62bae47900d8cceea52da
7
- data.tar.gz: 17bcf64a591e0d1b7b4b3ae22f5362da84d1ce22aa4c4afd5ecf8e7e0ed9818268f58713d21437f091d84c9e1b23a66c478963c822f45ccabc21dcf19b710606
6
+ metadata.gz: 6fc6f05405a8799f32c612e86074036fcf3fa1dfee2f3de8519d1ec228c3d8238642ca11db0f382622aa25a0a0f14674194f4c5273853e4a718914fd9248819d
7
+ data.tar.gz: 8691dc3e850b1a7fa129073de98526bf9ac76c3c110ede590734fa31289903b919d3c71bc915478ab93f847847ffceaccee02c71d383512cbd4358b9ff310ae5
@@ -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-fms/customizations'
45
47
  # @service
46
48
  module Aws::FMS
47
49
 
48
- GEM_VERSION = '1.27.1'
50
+ GEM_VERSION = '1.28.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:
@@ -1069,7 +1071,7 @@ module Aws::FMS
1069
1071
  params: params,
1070
1072
  config: config)
1071
1073
  context[:gem_name] = 'aws-sdk-fms'
1072
- context[:gem_version] = '1.27.1'
1074
+ context[:gem_version] = '1.28.0'
1073
1075
  Seahorse::Client::Request.new(handlers, context)
1074
1076
  end
1075
1077
 
@@ -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:
@@ -31,6 +33,7 @@ module Aws::FMS
31
33
  #
32
34
  class AssociateAdminAccountRequest < Struct.new(
33
35
  :admin_account)
36
+ SENSITIVE = []
34
37
  include Aws::Structure
35
38
  end
36
39
 
@@ -61,6 +64,7 @@ module Aws::FMS
61
64
  :resource_id,
62
65
  :violation_reason,
63
66
  :resource_type)
67
+ SENSITIVE = []
64
68
  include Aws::Structure
65
69
  end
66
70
 
@@ -120,6 +124,7 @@ module Aws::FMS
120
124
  class DeletePolicyRequest < Struct.new(
121
125
  :policy_id,
122
126
  :delete_all_policy_resources)
127
+ SENSITIVE = []
123
128
  include Aws::Structure
124
129
  end
125
130
 
@@ -159,6 +164,7 @@ module Aws::FMS
159
164
  :compliance_status,
160
165
  :violator_count,
161
166
  :evaluation_limit_exceeded)
167
+ SENSITIVE = []
162
168
  include Aws::Structure
163
169
  end
164
170
 
@@ -183,6 +189,7 @@ module Aws::FMS
183
189
  class GetAdminAccountResponse < Struct.new(
184
190
  :admin_account,
185
191
  :role_status)
192
+ SENSITIVE = []
186
193
  include Aws::Structure
187
194
  end
188
195
 
@@ -209,6 +216,7 @@ module Aws::FMS
209
216
  class GetComplianceDetailRequest < Struct.new(
210
217
  :policy_id,
211
218
  :member_account)
219
+ SENSITIVE = []
212
220
  include Aws::Structure
213
221
  end
214
222
 
@@ -221,6 +229,7 @@ module Aws::FMS
221
229
  #
222
230
  class GetComplianceDetailResponse < Struct.new(
223
231
  :policy_compliance_detail)
232
+ SENSITIVE = []
224
233
  include Aws::Structure
225
234
  end
226
235
 
@@ -244,6 +253,7 @@ module Aws::FMS
244
253
  class GetNotificationChannelResponse < Struct.new(
245
254
  :sns_topic_arn,
246
255
  :sns_role_name)
256
+ SENSITIVE = []
247
257
  include Aws::Structure
248
258
  end
249
259
 
@@ -263,6 +273,7 @@ module Aws::FMS
263
273
  #
264
274
  class GetPolicyRequest < Struct.new(
265
275
  :policy_id)
276
+ SENSITIVE = []
266
277
  include Aws::Structure
267
278
  end
268
279
 
@@ -279,6 +290,7 @@ module Aws::FMS
279
290
  class GetPolicyResponse < Struct.new(
280
291
  :policy,
281
292
  :policy_arn)
293
+ SENSITIVE = []
282
294
  include Aws::Structure
283
295
  end
284
296
 
@@ -344,6 +356,7 @@ module Aws::FMS
344
356
  :end_time,
345
357
  :next_token,
346
358
  :max_results)
359
+ SENSITIVE = []
347
360
  include Aws::Structure
348
361
  end
349
362
 
@@ -393,6 +406,7 @@ module Aws::FMS
393
406
  :service_type,
394
407
  :data,
395
408
  :next_token)
409
+ SENSITIVE = []
396
410
  include Aws::Structure
397
411
  end
398
412
 
@@ -406,6 +420,7 @@ module Aws::FMS
406
420
  #
407
421
  class InternalErrorException < Struct.new(
408
422
  :message)
423
+ SENSITIVE = []
409
424
  include Aws::Structure
410
425
  end
411
426
 
@@ -418,6 +433,7 @@ module Aws::FMS
418
433
  #
419
434
  class InvalidInputException < Struct.new(
420
435
  :message)
436
+ SENSITIVE = []
421
437
  include Aws::Structure
422
438
  end
423
439
 
@@ -433,6 +449,7 @@ module Aws::FMS
433
449
  #
434
450
  class InvalidOperationException < Struct.new(
435
451
  :message)
452
+ SENSITIVE = []
436
453
  include Aws::Structure
437
454
  end
438
455
 
@@ -445,6 +462,7 @@ module Aws::FMS
445
462
  #
446
463
  class InvalidTypeException < Struct.new(
447
464
  :message)
465
+ SENSITIVE = []
448
466
  include Aws::Structure
449
467
  end
450
468
 
@@ -464,6 +482,7 @@ module Aws::FMS
464
482
  #
465
483
  class LimitExceededException < Struct.new(
466
484
  :message)
485
+ SENSITIVE = []
467
486
  include Aws::Structure
468
487
  end
469
488
 
@@ -507,6 +526,7 @@ module Aws::FMS
507
526
  :policy_id,
508
527
  :next_token,
509
528
  :max_results)
529
+ SENSITIVE = []
510
530
  include Aws::Structure
511
531
  end
512
532
 
@@ -528,6 +548,7 @@ module Aws::FMS
528
548
  class ListComplianceStatusResponse < Struct.new(
529
549
  :policy_compliance_status_list,
530
550
  :next_token)
551
+ SENSITIVE = []
531
552
  include Aws::Structure
532
553
  end
533
554
 
@@ -562,6 +583,7 @@ module Aws::FMS
562
583
  class ListMemberAccountsRequest < Struct.new(
563
584
  :next_token,
564
585
  :max_results)
586
+ SENSITIVE = []
565
587
  include Aws::Structure
566
588
  end
567
589
 
@@ -582,6 +604,7 @@ module Aws::FMS
582
604
  class ListMemberAccountsResponse < Struct.new(
583
605
  :member_accounts,
584
606
  :next_token)
607
+ SENSITIVE = []
585
608
  include Aws::Structure
586
609
  end
587
610
 
@@ -617,6 +640,7 @@ module Aws::FMS
617
640
  class ListPoliciesRequest < Struct.new(
618
641
  :next_token,
619
642
  :max_results)
643
+ SENSITIVE = []
620
644
  include Aws::Structure
621
645
  end
622
646
 
@@ -637,6 +661,7 @@ module Aws::FMS
637
661
  class ListPoliciesResponse < Struct.new(
638
662
  :policy_list,
639
663
  :next_token)
664
+ SENSITIVE = []
640
665
  include Aws::Structure
641
666
  end
642
667
 
@@ -657,6 +682,7 @@ module Aws::FMS
657
682
  #
658
683
  class ListTagsForResourceRequest < Struct.new(
659
684
  :resource_arn)
685
+ SENSITIVE = []
660
686
  include Aws::Structure
661
687
  end
662
688
 
@@ -668,6 +694,7 @@ module Aws::FMS
668
694
  #
669
695
  class ListTagsForResourceResponse < Struct.new(
670
696
  :tag_list)
697
+ SENSITIVE = []
671
698
  include Aws::Structure
672
699
  end
673
700
 
@@ -835,6 +862,7 @@ module Aws::FMS
835
862
  :remediation_enabled,
836
863
  :include_map,
837
864
  :exclude_map)
865
+ SENSITIVE = []
838
866
  include Aws::Structure
839
867
  end
840
868
 
@@ -888,6 +916,7 @@ module Aws::FMS
888
916
  :evaluation_limit_exceeded,
889
917
  :expired_at,
890
918
  :issue_info_map)
919
+ SENSITIVE = []
891
920
  include Aws::Structure
892
921
  end
893
922
 
@@ -938,6 +967,7 @@ module Aws::FMS
938
967
  :evaluation_results,
939
968
  :last_updated,
940
969
  :issue_info_map)
970
+ SENSITIVE = []
941
971
  include Aws::Structure
942
972
  end
943
973
 
@@ -993,6 +1023,7 @@ module Aws::FMS
993
1023
  :resource_type,
994
1024
  :security_service_type,
995
1025
  :remediation_enabled)
1026
+ SENSITIVE = []
996
1027
  include Aws::Structure
997
1028
  end
998
1029
 
@@ -1019,6 +1050,7 @@ module Aws::FMS
1019
1050
  class PutNotificationChannelRequest < Struct.new(
1020
1051
  :sns_topic_arn,
1021
1052
  :sns_role_name)
1053
+ SENSITIVE = []
1022
1054
  include Aws::Structure
1023
1055
  end
1024
1056
 
@@ -1072,6 +1104,7 @@ module Aws::FMS
1072
1104
  class PutPolicyRequest < Struct.new(
1073
1105
  :policy,
1074
1106
  :tag_list)
1107
+ SENSITIVE = []
1075
1108
  include Aws::Structure
1076
1109
  end
1077
1110
 
@@ -1088,6 +1121,7 @@ module Aws::FMS
1088
1121
  class PutPolicyResponse < Struct.new(
1089
1122
  :policy,
1090
1123
  :policy_arn)
1124
+ SENSITIVE = []
1091
1125
  include Aws::Structure
1092
1126
  end
1093
1127
 
@@ -1100,6 +1134,7 @@ module Aws::FMS
1100
1134
  #
1101
1135
  class ResourceNotFoundException < Struct.new(
1102
1136
  :message)
1137
+ SENSITIVE = []
1103
1138
  include Aws::Structure
1104
1139
  end
1105
1140
 
@@ -1138,6 +1173,7 @@ module Aws::FMS
1138
1173
  class ResourceTag < Struct.new(
1139
1174
  :key,
1140
1175
  :value)
1176
+ SENSITIVE = []
1141
1177
  include Aws::Structure
1142
1178
  end
1143
1179
 
@@ -1209,6 +1245,7 @@ module Aws::FMS
1209
1245
  class SecurityServicePolicyData < Struct.new(
1210
1246
  :type,
1211
1247
  :managed_service_data)
1248
+ SENSITIVE = []
1212
1249
  include Aws::Structure
1213
1250
  end
1214
1251
 
@@ -1244,6 +1281,7 @@ module Aws::FMS
1244
1281
  class Tag < Struct.new(
1245
1282
  :key,
1246
1283
  :value)
1284
+ SENSITIVE = []
1247
1285
  include Aws::Structure
1248
1286
  end
1249
1287
 
@@ -1275,6 +1313,7 @@ module Aws::FMS
1275
1313
  class TagResourceRequest < Struct.new(
1276
1314
  :resource_arn,
1277
1315
  :tag_list)
1316
+ SENSITIVE = []
1278
1317
  include Aws::Structure
1279
1318
  end
1280
1319
 
@@ -1305,6 +1344,7 @@ module Aws::FMS
1305
1344
  class UntagResourceRequest < Struct.new(
1306
1345
  :resource_arn,
1307
1346
  :tag_keys)
1347
+ SENSITIVE = []
1308
1348
  include Aws::Structure
1309
1349
  end
1310
1350
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-fms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.1
4
+ version: 1.28.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