aws-sdk-health 1.26.1 → 1.27.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: '04699b090e1b986f59cb42d7824958cb74cf21d9c625ca2d1c5213217dcfe69d'
4
- data.tar.gz: 8294250c099eee655af51ab570dfbd841130c28796d744de49686fc5b3d4036b
3
+ metadata.gz: 3bc8ae00dea99726d0d4eb8ddabdc9f76ddd8dab1dc8d84e618de5a10465b455
4
+ data.tar.gz: f41bdd80e970f08668bcb3f7138997e6c3b6f05a191e98681ff39eb521406c5c
5
5
  SHA512:
6
- metadata.gz: 96a474bda9fabc8dd595fb06e920c141b0be6edf26e5ae23d1de03c3c8902a61974a784a4dfaf11044635b8ce6b65435eeb7e984620189dce1817ce27d8ca654
7
- data.tar.gz: 1800aa236bee0a16971f8afd179957e751c758e51b571f80af0fd07d4c55c0b50a92b502b33736b648ab83e42e71e42bf6e54dfc087a43338c94aeac973b3975
6
+ metadata.gz: 598c5d90ef9fb86c907d64e08d99a8cbdbc2749d6f66a5f05c032f12efc6c68739e57ac8744995bedf59916062d05e6b81d3939302f1bd4f9af3482b750fba6f
7
+ data.tar.gz: b49cb72b5b8a3af3cfaef4ba2a87e46b0db6eb7272238912e2daabf5923040c9c9f40c98a8b3835ab47b5d60da033af2979aa41a0869093b0f109bdd3cb7bf41
@@ -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-health/customizations'
45
47
  # @service
46
48
  module Aws::Health
47
49
 
48
- GEM_VERSION = '1.26.1'
50
+ GEM_VERSION = '1.27.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:
@@ -1126,7 +1128,7 @@ module Aws::Health
1126
1128
  params: params,
1127
1129
  config: config)
1128
1130
  context[:gem_name] = 'aws-sdk-health'
1129
- context[:gem_version] = '1.26.1'
1131
+ context[:gem_version] = '1.27.0'
1130
1132
  Seahorse::Client::Request.new(handlers, context)
1131
1133
  end
1132
1134
 
@@ -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:
@@ -60,6 +62,7 @@ module Aws::Health
60
62
  :last_updated_time,
61
63
  :status_code,
62
64
  :tags)
65
+ SENSITIVE = []
63
66
  include Aws::Structure
64
67
  end
65
68
 
@@ -74,6 +77,7 @@ module Aws::Health
74
77
  #
75
78
  class ConcurrentModificationException < Struct.new(
76
79
  :message)
80
+ SENSITIVE = []
77
81
  include Aws::Structure
78
82
  end
79
83
 
@@ -106,6 +110,7 @@ module Aws::Health
106
110
  class DateTimeRange < Struct.new(
107
111
  :from,
108
112
  :to)
113
+ SENSITIVE = []
109
114
  include Aws::Structure
110
115
  end
111
116
 
@@ -144,6 +149,7 @@ module Aws::Health
144
149
  :event_arn,
145
150
  :next_token,
146
151
  :max_results)
152
+ SENSITIVE = []
147
153
  include Aws::Structure
148
154
  end
149
155
 
@@ -168,6 +174,7 @@ module Aws::Health
168
174
  :affected_accounts,
169
175
  :event_scope_code,
170
176
  :next_token)
177
+ SENSITIVE = []
171
178
  include Aws::Structure
172
179
  end
173
180
 
@@ -216,6 +223,7 @@ module Aws::Health
216
223
  :locale,
217
224
  :next_token,
218
225
  :max_results)
226
+ SENSITIVE = []
219
227
  include Aws::Structure
220
228
  end
221
229
 
@@ -244,6 +252,7 @@ module Aws::Health
244
252
  :entities,
245
253
  :failed_set,
246
254
  :next_token)
255
+ SENSITIVE = []
247
256
  include Aws::Structure
248
257
  end
249
258
 
@@ -303,6 +312,7 @@ module Aws::Health
303
312
  :locale,
304
313
  :next_token,
305
314
  :max_results)
315
+ SENSITIVE = []
306
316
  include Aws::Structure
307
317
  end
308
318
 
@@ -323,6 +333,7 @@ module Aws::Health
323
333
  class DescribeAffectedEntitiesResponse < Struct.new(
324
334
  :entities,
325
335
  :next_token)
336
+ SENSITIVE = []
326
337
  include Aws::Structure
327
338
  end
328
339
 
@@ -343,6 +354,7 @@ module Aws::Health
343
354
  #
344
355
  class DescribeEntityAggregatesRequest < Struct.new(
345
356
  :event_arns)
357
+ SENSITIVE = []
346
358
  include Aws::Structure
347
359
  end
348
360
 
@@ -355,6 +367,7 @@ module Aws::Health
355
367
  #
356
368
  class DescribeEntityAggregatesResponse < Struct.new(
357
369
  :entity_aggregates)
370
+ SENSITIVE = []
358
371
  include Aws::Structure
359
372
  end
360
373
 
@@ -429,6 +442,7 @@ module Aws::Health
429
442
  :aggregate_field,
430
443
  :max_results,
431
444
  :next_token)
445
+ SENSITIVE = []
432
446
  include Aws::Structure
433
447
  end
434
448
 
@@ -450,6 +464,7 @@ module Aws::Health
450
464
  class DescribeEventAggregatesResponse < Struct.new(
451
465
  :event_aggregates,
452
466
  :next_token)
467
+ SENSITIVE = []
453
468
  include Aws::Structure
454
469
  end
455
470
 
@@ -481,6 +496,7 @@ module Aws::Health
481
496
  class DescribeEventDetailsForOrganizationRequest < Struct.new(
482
497
  :organization_event_detail_filters,
483
498
  :locale)
499
+ SENSITIVE = []
484
500
  include Aws::Structure
485
501
  end
486
502
 
@@ -497,6 +513,7 @@ module Aws::Health
497
513
  class DescribeEventDetailsForOrganizationResponse < Struct.new(
498
514
  :successful_set,
499
515
  :failed_set)
516
+ SENSITIVE = []
500
517
  include Aws::Structure
501
518
  end
502
519
 
@@ -524,6 +541,7 @@ module Aws::Health
524
541
  class DescribeEventDetailsRequest < Struct.new(
525
542
  :event_arns,
526
543
  :locale)
544
+ SENSITIVE = []
527
545
  include Aws::Structure
528
546
  end
529
547
 
@@ -540,6 +558,7 @@ module Aws::Health
540
558
  class DescribeEventDetailsResponse < Struct.new(
541
559
  :successful_set,
542
560
  :failed_set)
561
+ SENSITIVE = []
543
562
  include Aws::Structure
544
563
  end
545
564
 
@@ -586,6 +605,7 @@ module Aws::Health
586
605
  :locale,
587
606
  :next_token,
588
607
  :max_results)
608
+ SENSITIVE = []
589
609
  include Aws::Structure
590
610
  end
591
611
 
@@ -611,6 +631,7 @@ module Aws::Health
611
631
  class DescribeEventTypesResponse < Struct.new(
612
632
  :event_types,
613
633
  :next_token)
634
+ SENSITIVE = []
614
635
  include Aws::Structure
615
636
  end
616
637
 
@@ -674,6 +695,7 @@ module Aws::Health
674
695
  :next_token,
675
696
  :max_results,
676
697
  :locale)
698
+ SENSITIVE = []
677
699
  include Aws::Structure
678
700
  end
679
701
 
@@ -694,6 +716,7 @@ module Aws::Health
694
716
  class DescribeEventsForOrganizationResponse < Struct.new(
695
717
  :events,
696
718
  :next_token)
719
+ SENSITIVE = []
697
720
  include Aws::Structure
698
721
  end
699
722
 
@@ -769,6 +792,7 @@ module Aws::Health
769
792
  :next_token,
770
793
  :max_results,
771
794
  :locale)
795
+ SENSITIVE = []
772
796
  include Aws::Structure
773
797
  end
774
798
 
@@ -789,6 +813,7 @@ module Aws::Health
789
813
  class DescribeEventsResponse < Struct.new(
790
814
  :events,
791
815
  :next_token)
816
+ SENSITIVE = []
792
817
  include Aws::Structure
793
818
  end
794
819
 
@@ -803,6 +828,7 @@ module Aws::Health
803
828
  #
804
829
  class DescribeHealthServiceStatusForOrganizationResponse < Struct.new(
805
830
  :health_service_access_status_for_organization)
831
+ SENSITIVE = []
806
832
  include Aws::Structure
807
833
  end
808
834
 
@@ -826,6 +852,7 @@ module Aws::Health
826
852
  class EntityAggregate < Struct.new(
827
853
  :event_arn,
828
854
  :count)
855
+ SENSITIVE = []
829
856
  include Aws::Structure
830
857
  end
831
858
 
@@ -890,6 +917,7 @@ module Aws::Health
890
917
  :last_updated_times,
891
918
  :tags,
892
919
  :status_codes)
920
+ SENSITIVE = []
893
921
  include Aws::Structure
894
922
  end
895
923
 
@@ -960,6 +988,7 @@ module Aws::Health
960
988
  :last_updated_time,
961
989
  :status_code,
962
990
  :event_scope_code)
991
+ SENSITIVE = []
963
992
  include Aws::Structure
964
993
  end
965
994
 
@@ -992,6 +1021,7 @@ module Aws::Health
992
1021
  class EventAccountFilter < Struct.new(
993
1022
  :event_arn,
994
1023
  :aws_account_id)
1024
+ SENSITIVE = []
995
1025
  include Aws::Structure
996
1026
  end
997
1027
 
@@ -1011,6 +1041,7 @@ module Aws::Health
1011
1041
  class EventAggregate < Struct.new(
1012
1042
  :aggregate_value,
1013
1043
  :count)
1044
+ SENSITIVE = []
1014
1045
  include Aws::Structure
1015
1046
  end
1016
1047
 
@@ -1025,6 +1056,7 @@ module Aws::Health
1025
1056
  #
1026
1057
  class EventDescription < Struct.new(
1027
1058
  :latest_description)
1059
+ SENSITIVE = []
1028
1060
  include Aws::Structure
1029
1061
  end
1030
1062
 
@@ -1050,6 +1082,7 @@ module Aws::Health
1050
1082
  :event,
1051
1083
  :event_description,
1052
1084
  :event_metadata)
1085
+ SENSITIVE = []
1053
1086
  include Aws::Structure
1054
1087
  end
1055
1088
 
@@ -1077,6 +1110,7 @@ module Aws::Health
1077
1110
  :event_arn,
1078
1111
  :error_name,
1079
1112
  :error_message)
1113
+ SENSITIVE = []
1080
1114
  include Aws::Structure
1081
1115
  end
1082
1116
 
@@ -1195,6 +1229,7 @@ module Aws::Health
1195
1229
  :event_type_categories,
1196
1230
  :tags,
1197
1231
  :event_status_codes)
1232
+ SENSITIVE = []
1198
1233
  include Aws::Structure
1199
1234
  end
1200
1235
 
@@ -1225,6 +1260,7 @@ module Aws::Health
1225
1260
  :service,
1226
1261
  :code,
1227
1262
  :category)
1263
+ SENSITIVE = []
1228
1264
  include Aws::Structure
1229
1265
  end
1230
1266
 
@@ -1260,6 +1296,7 @@ module Aws::Health
1260
1296
  :event_type_codes,
1261
1297
  :services,
1262
1298
  :event_type_categories)
1299
+ SENSITIVE = []
1263
1300
  include Aws::Structure
1264
1301
  end
1265
1302
 
@@ -1272,6 +1309,7 @@ module Aws::Health
1272
1309
  #
1273
1310
  class InvalidPaginationToken < Struct.new(
1274
1311
  :message)
1312
+ SENSITIVE = []
1275
1313
  include Aws::Structure
1276
1314
  end
1277
1315
 
@@ -1308,6 +1346,7 @@ module Aws::Health
1308
1346
  :event_arn,
1309
1347
  :error_name,
1310
1348
  :error_message)
1349
+ SENSITIVE = []
1311
1350
  include Aws::Structure
1312
1351
  end
1313
1352
 
@@ -1373,6 +1412,7 @@ module Aws::Health
1373
1412
  :end_time,
1374
1413
  :last_updated_time,
1375
1414
  :status_code)
1415
+ SENSITIVE = []
1376
1416
  include Aws::Structure
1377
1417
  end
1378
1418
 
@@ -1405,6 +1445,7 @@ module Aws::Health
1405
1445
  :event,
1406
1446
  :event_description,
1407
1447
  :event_metadata)
1448
+ SENSITIVE = []
1408
1449
  include Aws::Structure
1409
1450
  end
1410
1451
 
@@ -1439,6 +1480,7 @@ module Aws::Health
1439
1480
  :event_arn,
1440
1481
  :error_name,
1441
1482
  :error_message)
1483
+ SENSITIVE = []
1442
1484
  include Aws::Structure
1443
1485
  end
1444
1486
 
@@ -1551,6 +1593,7 @@ module Aws::Health
1551
1593
  :entity_values,
1552
1594
  :event_type_categories,
1553
1595
  :event_status_codes)
1596
+ SENSITIVE = []
1554
1597
  include Aws::Structure
1555
1598
  end
1556
1599
 
@@ -1563,6 +1606,7 @@ module Aws::Health
1563
1606
  #
1564
1607
  class UnsupportedLocale < Struct.new(
1565
1608
  :message)
1609
+ SENSITIVE = []
1566
1610
  include Aws::Structure
1567
1611
  end
1568
1612
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-health
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.1
4
+ version: 1.27.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