aws-sdk-cloudwatch 1.39.1 → 1.40.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: 4470e54d65ae67a415058601a72dc202d4a4f0e6fe7e0d47adb791d75a01d7eb
4
- data.tar.gz: e2741fc2be09560b90cb3399b9e8b5698ed750a551ae546e987dbb2eba7284e6
3
+ metadata.gz: b097ed4e861c19358794f164d86a74f8f55defc27eae827a9b65eac79ba7c945
4
+ data.tar.gz: 84b43a8b49143a7182baafd00404596916e992f51a0e67f1050d100492fc01d4
5
5
  SHA512:
6
- metadata.gz: fccdd3a27926bf5e6c37069a430a1a5c176a8bef62ba5fd8fb40acb3835769be62ba1e600ec44d58246c5fe851b4810a265dba9c11ffb0f7c79a13e693ada2e8
7
- data.tar.gz: ea69e9777a0ab468260a23a82197f28a068b56cc02e0e58b060cb2d918c436c59294559768ca7369ff7a6b92c9d64991f1ab0fddc0a532a7bfff244ec6ee286e
6
+ metadata.gz: 97fae1bd5ca20687e6ddff79e39b94b8cb91b072adc4e4e8c0bfac35f8dbd7809d96664172579900c7472a7c7293755c470b68fb1e4722b143486e080de7b773
7
+ data.tar.gz: 8a625d1e85f8a54410c4cef16ed7cfc18eed48a44913be977a1dcd926787a965ef35395e8ce58eb8b1cd3f1cde21c9f819acec3287ff110035921d3259860c50
@@ -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:
@@ -49,6 +51,6 @@ require_relative 'aws-sdk-cloudwatch/customizations'
49
51
  # @service
50
52
  module Aws::CloudWatch
51
53
 
52
- GEM_VERSION = '1.39.1'
54
+ GEM_VERSION = '1.40.0'
53
55
 
54
56
  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:
@@ -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:
@@ -2947,7 +2949,7 @@ module Aws::CloudWatch
2947
2949
  params: params,
2948
2950
  config: config)
2949
2951
  context[:gem_name] = 'aws-sdk-cloudwatch'
2950
- context[:gem_version] = '1.39.1'
2952
+ context[:gem_version] = '1.40.0'
2951
2953
  Seahorse::Client::Request.new(handlers, context)
2952
2954
  end
2953
2955
 
@@ -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,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -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:
@@ -43,6 +45,7 @@ module Aws::CloudWatch
43
45
  :history_item_type,
44
46
  :history_summary,
45
47
  :history_data)
48
+ SENSITIVE = []
46
49
  include Aws::Structure
47
50
  end
48
51
 
@@ -87,6 +90,7 @@ module Aws::CloudWatch
87
90
  :stat,
88
91
  :configuration,
89
92
  :state_value)
93
+ SENSITIVE = []
90
94
  include Aws::Structure
91
95
  end
92
96
 
@@ -133,6 +137,7 @@ module Aws::CloudWatch
133
137
  class AnomalyDetectorConfiguration < Struct.new(
134
138
  :excluded_time_ranges,
135
139
  :metric_timezone)
140
+ SENSITIVE = []
136
141
  include Aws::Structure
137
142
  end
138
143
 
@@ -213,6 +218,7 @@ module Aws::CloudWatch
213
218
  :state_reason_data,
214
219
  :state_updated_timestamp,
215
220
  :state_value)
221
+ SENSITIVE = []
216
222
  include Aws::Structure
217
223
  end
218
224
 
@@ -249,6 +255,7 @@ module Aws::CloudWatch
249
255
  :dashboard_arn,
250
256
  :last_modified,
251
257
  :size)
258
+ SENSITIVE = []
252
259
  include Aws::Structure
253
260
  end
254
261
 
@@ -265,6 +272,7 @@ module Aws::CloudWatch
265
272
  class DashboardInvalidInputError < Struct.new(
266
273
  :message,
267
274
  :dashboard_validation_messages)
275
+ SENSITIVE = []
268
276
  include Aws::Structure
269
277
  end
270
278
 
@@ -277,6 +285,7 @@ module Aws::CloudWatch
277
285
  #
278
286
  class DashboardNotFoundError < Struct.new(
279
287
  :message)
288
+ SENSITIVE = []
280
289
  include Aws::Structure
281
290
  end
282
291
 
@@ -295,6 +304,7 @@ module Aws::CloudWatch
295
304
  class DashboardValidationMessage < Struct.new(
296
305
  :data_path,
297
306
  :message)
307
+ SENSITIVE = []
298
308
  include Aws::Structure
299
309
  end
300
310
 
@@ -345,6 +355,7 @@ module Aws::CloudWatch
345
355
  :maximum,
346
356
  :unit,
347
357
  :extended_statistics)
358
+ SENSITIVE = []
348
359
  include Aws::Structure
349
360
  end
350
361
 
@@ -363,6 +374,7 @@ module Aws::CloudWatch
363
374
  #
364
375
  class DeleteAlarmsInput < Struct.new(
365
376
  :alarm_names)
377
+ SENSITIVE = []
366
378
  include Aws::Structure
367
379
  end
368
380
 
@@ -406,6 +418,7 @@ module Aws::CloudWatch
406
418
  :metric_name,
407
419
  :dimensions,
408
420
  :stat)
421
+ SENSITIVE = []
409
422
  include Aws::Structure
410
423
  end
411
424
 
@@ -428,6 +441,7 @@ module Aws::CloudWatch
428
441
  #
429
442
  class DeleteDashboardsInput < Struct.new(
430
443
  :dashboard_names)
444
+ SENSITIVE = []
431
445
  include Aws::Structure
432
446
  end
433
447
 
@@ -455,6 +469,7 @@ module Aws::CloudWatch
455
469
  #
456
470
  class DeleteInsightRulesInput < Struct.new(
457
471
  :rule_names)
472
+ SENSITIVE = []
458
473
  include Aws::Structure
459
474
  end
460
475
 
@@ -467,6 +482,7 @@ module Aws::CloudWatch
467
482
  #
468
483
  class DeleteInsightRulesOutput < Struct.new(
469
484
  :failures)
485
+ SENSITIVE = []
470
486
  include Aws::Structure
471
487
  end
472
488
 
@@ -533,6 +549,7 @@ module Aws::CloudWatch
533
549
  :max_records,
534
550
  :next_token,
535
551
  :scan_by)
552
+ SENSITIVE = []
536
553
  include Aws::Structure
537
554
  end
538
555
 
@@ -550,6 +567,7 @@ module Aws::CloudWatch
550
567
  class DescribeAlarmHistoryOutput < Struct.new(
551
568
  :alarm_history_items,
552
569
  :next_token)
570
+ SENSITIVE = []
553
571
  include Aws::Structure
554
572
  end
555
573
 
@@ -613,6 +631,7 @@ module Aws::CloudWatch
613
631
  :dimensions,
614
632
  :period,
615
633
  :unit)
634
+ SENSITIVE = []
616
635
  include Aws::Structure
617
636
  end
618
637
 
@@ -624,6 +643,7 @@ module Aws::CloudWatch
624
643
  #
625
644
  class DescribeAlarmsForMetricOutput < Struct.new(
626
645
  :metric_alarms)
646
+ SENSITIVE = []
627
647
  include Aws::Structure
628
648
  end
629
649
 
@@ -736,6 +756,7 @@ module Aws::CloudWatch
736
756
  :action_prefix,
737
757
  :max_records,
738
758
  :next_token)
759
+ SENSITIVE = []
739
760
  include Aws::Structure
740
761
  end
741
762
 
@@ -759,6 +780,7 @@ module Aws::CloudWatch
759
780
  :composite_alarms,
760
781
  :metric_alarms,
761
782
  :next_token)
783
+ SENSITIVE = []
762
784
  include Aws::Structure
763
785
  end
764
786
 
@@ -818,6 +840,7 @@ module Aws::CloudWatch
818
840
  :namespace,
819
841
  :metric_name,
820
842
  :dimensions)
843
+ SENSITIVE = []
821
844
  include Aws::Structure
822
845
  end
823
846
 
@@ -835,6 +858,7 @@ module Aws::CloudWatch
835
858
  class DescribeAnomalyDetectorsOutput < Struct.new(
836
859
  :anomaly_detectors,
837
860
  :next_token)
861
+ SENSITIVE = []
838
862
  include Aws::Structure
839
863
  end
840
864
 
@@ -860,6 +884,7 @@ module Aws::CloudWatch
860
884
  class DescribeInsightRulesInput < Struct.new(
861
885
  :next_token,
862
886
  :max_results)
887
+ SENSITIVE = []
863
888
  include Aws::Structure
864
889
  end
865
890
 
@@ -876,6 +901,7 @@ module Aws::CloudWatch
876
901
  class DescribeInsightRulesOutput < Struct.new(
877
902
  :next_token,
878
903
  :insight_rules)
904
+ SENSITIVE = []
879
905
  include Aws::Structure
880
906
  end
881
907
 
@@ -902,6 +928,7 @@ module Aws::CloudWatch
902
928
  class Dimension < Struct.new(
903
929
  :name,
904
930
  :value)
931
+ SENSITIVE = []
905
932
  include Aws::Structure
906
933
  end
907
934
 
@@ -928,6 +955,7 @@ module Aws::CloudWatch
928
955
  class DimensionFilter < Struct.new(
929
956
  :name,
930
957
  :value)
958
+ SENSITIVE = []
931
959
  include Aws::Structure
932
960
  end
933
961
 
@@ -946,6 +974,7 @@ module Aws::CloudWatch
946
974
  #
947
975
  class DisableAlarmActionsInput < Struct.new(
948
976
  :alarm_names)
977
+ SENSITIVE = []
949
978
  include Aws::Structure
950
979
  end
951
980
 
@@ -969,6 +998,7 @@ module Aws::CloudWatch
969
998
  #
970
999
  class DisableInsightRulesInput < Struct.new(
971
1000
  :rule_names)
1001
+ SENSITIVE = []
972
1002
  include Aws::Structure
973
1003
  end
974
1004
 
@@ -981,6 +1011,7 @@ module Aws::CloudWatch
981
1011
  #
982
1012
  class DisableInsightRulesOutput < Struct.new(
983
1013
  :failures)
1014
+ SENSITIVE = []
984
1015
  include Aws::Structure
985
1016
  end
986
1017
 
@@ -999,6 +1030,7 @@ module Aws::CloudWatch
999
1030
  #
1000
1031
  class EnableAlarmActionsInput < Struct.new(
1001
1032
  :alarm_names)
1033
+ SENSITIVE = []
1002
1034
  include Aws::Structure
1003
1035
  end
1004
1036
 
@@ -1022,6 +1054,7 @@ module Aws::CloudWatch
1022
1054
  #
1023
1055
  class EnableInsightRulesInput < Struct.new(
1024
1056
  :rule_names)
1057
+ SENSITIVE = []
1025
1058
  include Aws::Structure
1026
1059
  end
1027
1060
 
@@ -1034,6 +1067,7 @@ module Aws::CloudWatch
1034
1067
  #
1035
1068
  class EnableInsightRulesOutput < Struct.new(
1036
1069
  :failures)
1070
+ SENSITIVE = []
1037
1071
  include Aws::Structure
1038
1072
  end
1039
1073
 
@@ -1052,6 +1086,7 @@ module Aws::CloudWatch
1052
1086
  #
1053
1087
  class GetDashboardInput < Struct.new(
1054
1088
  :dashboard_name)
1089
+ SENSITIVE = []
1055
1090
  include Aws::Structure
1056
1091
  end
1057
1092
 
@@ -1080,6 +1115,7 @@ module Aws::CloudWatch
1080
1115
  :dashboard_arn,
1081
1116
  :dashboard_body,
1082
1117
  :dashboard_name)
1118
+ SENSITIVE = []
1083
1119
  include Aws::Structure
1084
1120
  end
1085
1121
 
@@ -1170,6 +1206,7 @@ module Aws::CloudWatch
1170
1206
  :max_contributor_count,
1171
1207
  :metrics,
1172
1208
  :order_by)
1209
+ SENSITIVE = []
1173
1210
  include Aws::Structure
1174
1211
  end
1175
1212
 
@@ -1215,6 +1252,7 @@ module Aws::CloudWatch
1215
1252
  :approximate_unique_count,
1216
1253
  :contributors,
1217
1254
  :metric_datapoints)
1255
+ SENSITIVE = []
1218
1256
  include Aws::Structure
1219
1257
  end
1220
1258
 
@@ -1337,6 +1375,7 @@ module Aws::CloudWatch
1337
1375
  :next_token,
1338
1376
  :scan_by,
1339
1377
  :max_datapoints)
1378
+ SENSITIVE = []
1340
1379
  include Aws::Structure
1341
1380
  end
1342
1381
 
@@ -1368,6 +1407,7 @@ module Aws::CloudWatch
1368
1407
  :metric_data_results,
1369
1408
  :next_token,
1370
1409
  :messages)
1410
+ SENSITIVE = []
1371
1411
  include Aws::Structure
1372
1412
  end
1373
1413
 
@@ -1517,6 +1557,7 @@ module Aws::CloudWatch
1517
1557
  :statistics,
1518
1558
  :extended_statistics,
1519
1559
  :unit)
1560
+ SENSITIVE = []
1520
1561
  include Aws::Structure
1521
1562
  end
1522
1563
 
@@ -1533,6 +1574,7 @@ module Aws::CloudWatch
1533
1574
  class GetMetricStatisticsOutput < Struct.new(
1534
1575
  :label,
1535
1576
  :datapoints)
1577
+ SENSITIVE = []
1536
1578
  include Aws::Structure
1537
1579
  end
1538
1580
 
@@ -1601,6 +1643,7 @@ module Aws::CloudWatch
1601
1643
  class GetMetricWidgetImageInput < Struct.new(
1602
1644
  :metric_widget,
1603
1645
  :output_format)
1646
+ SENSITIVE = []
1604
1647
  include Aws::Structure
1605
1648
  end
1606
1649
 
@@ -1612,6 +1655,7 @@ module Aws::CloudWatch
1612
1655
  #
1613
1656
  class GetMetricWidgetImageOutput < Struct.new(
1614
1657
  :metric_widget_image)
1658
+ SENSITIVE = []
1615
1659
  include Aws::Structure
1616
1660
  end
1617
1661
 
@@ -1651,6 +1695,7 @@ module Aws::CloudWatch
1651
1695
  :state,
1652
1696
  :schema,
1653
1697
  :definition)
1698
+ SENSITIVE = []
1654
1699
  include Aws::Structure
1655
1700
  end
1656
1701
 
@@ -1689,6 +1734,7 @@ module Aws::CloudWatch
1689
1734
  :keys,
1690
1735
  :approximate_aggregate_value,
1691
1736
  :datapoints)
1737
+ SENSITIVE = []
1692
1738
  include Aws::Structure
1693
1739
  end
1694
1740
 
@@ -1716,6 +1762,7 @@ module Aws::CloudWatch
1716
1762
  class InsightRuleContributorDatapoint < Struct.new(
1717
1763
  :timestamp,
1718
1764
  :approximate_value)
1765
+ SENSITIVE = []
1719
1766
  include Aws::Structure
1720
1767
  end
1721
1768
 
@@ -1800,6 +1847,7 @@ module Aws::CloudWatch
1800
1847
  :sum,
1801
1848
  :minimum,
1802
1849
  :maximum)
1850
+ SENSITIVE = []
1803
1851
  include Aws::Structure
1804
1852
  end
1805
1853
 
@@ -1813,6 +1861,7 @@ module Aws::CloudWatch
1813
1861
  #
1814
1862
  class InternalServiceFault < Struct.new(
1815
1863
  :message)
1864
+ SENSITIVE = []
1816
1865
  include Aws::Structure
1817
1866
  end
1818
1867
 
@@ -1825,6 +1874,7 @@ module Aws::CloudWatch
1825
1874
  #
1826
1875
  class InvalidFormatFault < Struct.new(
1827
1876
  :message)
1877
+ SENSITIVE = []
1828
1878
  include Aws::Structure
1829
1879
  end
1830
1880
 
@@ -1837,6 +1887,7 @@ module Aws::CloudWatch
1837
1887
  #
1838
1888
  class InvalidNextToken < Struct.new(
1839
1889
  :message)
1890
+ SENSITIVE = []
1840
1891
  include Aws::Structure
1841
1892
  end
1842
1893
 
@@ -1849,6 +1900,7 @@ module Aws::CloudWatch
1849
1900
  #
1850
1901
  class InvalidParameterCombinationException < Struct.new(
1851
1902
  :message)
1903
+ SENSITIVE = []
1852
1904
  include Aws::Structure
1853
1905
  end
1854
1906
 
@@ -1861,6 +1913,7 @@ module Aws::CloudWatch
1861
1913
  #
1862
1914
  class InvalidParameterValueException < Struct.new(
1863
1915
  :message)
1916
+ SENSITIVE = []
1864
1917
  include Aws::Structure
1865
1918
  end
1866
1919
 
@@ -1879,6 +1932,7 @@ module Aws::CloudWatch
1879
1932
  #
1880
1933
  class LimitExceededFault < Struct.new(
1881
1934
  :message)
1935
+ SENSITIVE = []
1882
1936
  include Aws::Structure
1883
1937
  end
1884
1938
 
@@ -1907,6 +1961,7 @@ module Aws::CloudWatch
1907
1961
  class ListDashboardsInput < Struct.new(
1908
1962
  :dashboard_name_prefix,
1909
1963
  :next_token)
1964
+ SENSITIVE = []
1910
1965
  include Aws::Structure
1911
1966
  end
1912
1967
 
@@ -1924,6 +1979,7 @@ module Aws::CloudWatch
1924
1979
  class ListDashboardsOutput < Struct.new(
1925
1980
  :dashboard_entries,
1926
1981
  :next_token)
1982
+ SENSITIVE = []
1927
1983
  include Aws::Structure
1928
1984
  end
1929
1985
 
@@ -1966,6 +2022,7 @@ module Aws::CloudWatch
1966
2022
  :metric_name,
1967
2023
  :dimensions,
1968
2024
  :next_token)
2025
+ SENSITIVE = []
1969
2026
  include Aws::Structure
1970
2027
  end
1971
2028
 
@@ -1983,6 +2040,7 @@ module Aws::CloudWatch
1983
2040
  class ListMetricsOutput < Struct.new(
1984
2041
  :metrics,
1985
2042
  :next_token)
2043
+ SENSITIVE = []
1986
2044
  include Aws::Structure
1987
2045
  end
1988
2046
 
@@ -2016,6 +2074,7 @@ module Aws::CloudWatch
2016
2074
  #
2017
2075
  class ListTagsForResourceInput < Struct.new(
2018
2076
  :resource_arn)
2077
+ SENSITIVE = []
2019
2078
  include Aws::Structure
2020
2079
  end
2021
2080
 
@@ -2028,6 +2087,7 @@ module Aws::CloudWatch
2028
2087
  #
2029
2088
  class ListTagsForResourceOutput < Struct.new(
2030
2089
  :tags)
2090
+ SENSITIVE = []
2031
2091
  include Aws::Structure
2032
2092
  end
2033
2093
 
@@ -2047,6 +2107,7 @@ module Aws::CloudWatch
2047
2107
  class MessageData < Struct.new(
2048
2108
  :code,
2049
2109
  :value)
2110
+ SENSITIVE = []
2050
2111
  include Aws::Structure
2051
2112
  end
2052
2113
 
@@ -2084,6 +2145,7 @@ module Aws::CloudWatch
2084
2145
  :namespace,
2085
2146
  :metric_name,
2086
2147
  :dimensions)
2148
+ SENSITIVE = []
2087
2149
  include Aws::Structure
2088
2150
  end
2089
2151
 
@@ -2252,6 +2314,7 @@ module Aws::CloudWatch
2252
2314
  :evaluate_low_sample_count_percentile,
2253
2315
  :metrics,
2254
2316
  :threshold_metric_id)
2317
+ SENSITIVE = []
2255
2318
  include Aws::Structure
2256
2319
  end
2257
2320
 
@@ -2391,6 +2454,7 @@ module Aws::CloudWatch
2391
2454
  :label,
2392
2455
  :return_data,
2393
2456
  :period)
2457
+ SENSITIVE = []
2394
2458
  include Aws::Structure
2395
2459
  end
2396
2460
 
@@ -2443,6 +2507,7 @@ module Aws::CloudWatch
2443
2507
  :values,
2444
2508
  :status_code,
2445
2509
  :messages)
2510
+ SENSITIVE = []
2446
2511
  include Aws::Structure
2447
2512
  end
2448
2513
 
@@ -2562,6 +2627,7 @@ module Aws::CloudWatch
2562
2627
  :counts,
2563
2628
  :unit,
2564
2629
  :storage_resolution)
2630
+ SENSITIVE = []
2565
2631
  include Aws::Structure
2566
2632
  end
2567
2633
 
@@ -2641,6 +2707,7 @@ module Aws::CloudWatch
2641
2707
  :period,
2642
2708
  :stat,
2643
2709
  :unit)
2710
+ SENSITIVE = []
2644
2711
  include Aws::Structure
2645
2712
  end
2646
2713
 
@@ -2653,6 +2720,7 @@ module Aws::CloudWatch
2653
2720
  #
2654
2721
  class MissingRequiredParameterException < Struct.new(
2655
2722
  :message)
2723
+ SENSITIVE = []
2656
2724
  include Aws::Structure
2657
2725
  end
2658
2726
 
@@ -2683,6 +2751,7 @@ module Aws::CloudWatch
2683
2751
  :exception_type,
2684
2752
  :failure_code,
2685
2753
  :failure_description)
2754
+ SENSITIVE = []
2686
2755
  include Aws::Structure
2687
2756
  end
2688
2757
 
@@ -2747,6 +2816,7 @@ module Aws::CloudWatch
2747
2816
  :dimensions,
2748
2817
  :stat,
2749
2818
  :configuration)
2819
+ SENSITIVE = []
2750
2820
  include Aws::Structure
2751
2821
  end
2752
2822
 
@@ -2891,6 +2961,7 @@ module Aws::CloudWatch
2891
2961
  :insufficient_data_actions,
2892
2962
  :ok_actions,
2893
2963
  :tags)
2964
+ SENSITIVE = []
2894
2965
  include Aws::Structure
2895
2966
  end
2896
2967
 
@@ -2928,6 +2999,7 @@ module Aws::CloudWatch
2928
2999
  class PutDashboardInput < Struct.new(
2929
3000
  :dashboard_name,
2930
3001
  :dashboard_body)
3002
+ SENSITIVE = []
2931
3003
  include Aws::Structure
2932
3004
  end
2933
3005
 
@@ -2947,6 +3019,7 @@ module Aws::CloudWatch
2947
3019
  #
2948
3020
  class PutDashboardOutput < Struct.new(
2949
3021
  :dashboard_validation_messages)
3022
+ SENSITIVE = []
2950
3023
  include Aws::Structure
2951
3024
  end
2952
3025
 
@@ -3011,6 +3084,7 @@ module Aws::CloudWatch
3011
3084
  :rule_state,
3012
3085
  :rule_definition,
3013
3086
  :tags)
3087
+ SENSITIVE = []
3014
3088
  include Aws::Structure
3015
3089
  end
3016
3090
 
@@ -3383,6 +3457,7 @@ module Aws::CloudWatch
3383
3457
  :metrics,
3384
3458
  :tags,
3385
3459
  :threshold_metric_id)
3460
+ SENSITIVE = []
3386
3461
  include Aws::Structure
3387
3462
  end
3388
3463
 
@@ -3433,6 +3508,7 @@ module Aws::CloudWatch
3433
3508
  class PutMetricDataInput < Struct.new(
3434
3509
  :namespace,
3435
3510
  :metric_data)
3511
+ SENSITIVE = []
3436
3512
  include Aws::Structure
3437
3513
  end
3438
3514
 
@@ -3462,6 +3538,7 @@ module Aws::CloudWatch
3462
3538
  class Range < Struct.new(
3463
3539
  :start_time,
3464
3540
  :end_time)
3541
+ SENSITIVE = []
3465
3542
  include Aws::Structure
3466
3543
  end
3467
3544
 
@@ -3474,6 +3551,7 @@ module Aws::CloudWatch
3474
3551
  #
3475
3552
  class ResourceNotFound < Struct.new(
3476
3553
  :message)
3554
+ SENSITIVE = []
3477
3555
  include Aws::Structure
3478
3556
  end
3479
3557
 
@@ -3490,6 +3568,7 @@ module Aws::CloudWatch
3490
3568
  class ResourceNotFoundException < Struct.new(
3491
3569
  :resource_type,
3492
3570
  :resource_id)
3571
+ SENSITIVE = []
3493
3572
  include Aws::Structure
3494
3573
  end
3495
3574
 
@@ -3534,6 +3613,7 @@ module Aws::CloudWatch
3534
3613
  :state_value,
3535
3614
  :state_reason,
3536
3615
  :state_reason_data)
3616
+ SENSITIVE = []
3537
3617
  include Aws::Structure
3538
3618
  end
3539
3619
 
@@ -3572,6 +3652,7 @@ module Aws::CloudWatch
3572
3652
  :sum,
3573
3653
  :minimum,
3574
3654
  :maximum)
3655
+ SENSITIVE = []
3575
3656
  include Aws::Structure
3576
3657
  end
3577
3658
 
@@ -3599,6 +3680,7 @@ module Aws::CloudWatch
3599
3680
  class Tag < Struct.new(
3600
3681
  :key,
3601
3682
  :value)
3683
+ SENSITIVE = []
3602
3684
  include Aws::Structure
3603
3685
  end
3604
3686
 
@@ -3643,6 +3725,7 @@ module Aws::CloudWatch
3643
3725
  class TagResourceInput < Struct.new(
3644
3726
  :resource_arn,
3645
3727
  :tags)
3728
+ SENSITIVE = []
3646
3729
  include Aws::Structure
3647
3730
  end
3648
3731
 
@@ -3686,6 +3769,7 @@ module Aws::CloudWatch
3686
3769
  class UntagResourceInput < Struct.new(
3687
3770
  :resource_arn,
3688
3771
  :tag_keys)
3772
+ SENSITIVE = []
3689
3773
  include Aws::Structure
3690
3774
  end
3691
3775
 
@@ -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:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.1
4
+ version: 1.40.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