aws-sdk-cloudwatch 1.36.0 → 1.41.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: 96124d6e3e2f1319f589d44607121a13fa2575bf8ea9dda30b4ea663444e3ebf
4
- data.tar.gz: d2ed3dcca958176afe7cbe5caec4cb3a11a6ef251b3954b0c48fedd74138c534
3
+ metadata.gz: 555cc3f54befa566ff23f4e717bfdcfebfadcef73c3f7fdc621dff94a9865ab0
4
+ data.tar.gz: c4b914f004862803b2a2c73e49f1ce0e39d57966a0c0a6394396ad3399f4f9cd
5
5
  SHA512:
6
- metadata.gz: 76ca9e3c8d7dca2a9a9db2223f83ffcf6573721b3117cfe082a30c4b017a38f485391363dccb6a5c7537486d29bfe0e1859a145709516a2903fdffaeaf6f40a9
7
- data.tar.gz: f3203ba7fbaa2dfc12d25976efe8be0a9629f437395286f857963dfcd19db19b2bcc5b2ee9aa0f66d438544cba264bdc862d5f031f3a0cc90a2be2a5f7ee33c1
6
+ metadata.gz: 4f64c22479fad53948338202d23a69cf070fd3294ce4e1ae2cdc891862cada042ac66e47b0156675512ca285f676af12fac1db767ba9255c88a29dfea7558de5
7
+ data.tar.gz: 2216519d2d4a582fff7d651dfc60896f7ec3c2c331acbe7028dad96e49b493a85cb9f02e9fefb49703657a2643604c450129a66cec86193a820a438d66b303d2
@@ -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.36.0'
54
+ GEM_VERSION = '1.41.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:
@@ -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/query.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::CloudWatch
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::Query)
74
78
 
@@ -105,7 +109,7 @@ module Aws::CloudWatch
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::CloudWatch
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::CloudWatch
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -2945,7 +2949,7 @@ module Aws::CloudWatch
2945
2949
  params: params,
2946
2950
  config: config)
2947
2951
  context[:gem_name] = 'aws-sdk-cloudwatch'
2948
- context[:gem_version] = '1.36.0'
2952
+ context[:gem_version] = '1.41.0'
2949
2953
  Seahorse::Client::Request.new(handlers, context)
2950
2954
  end
2951
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:
@@ -586,7 +588,7 @@ module Aws::CloudWatch
586
588
  namespace: @namespace,
587
589
  metric_name: @name
588
590
  )
589
- resp = @client.put_metric_alarm(options)
591
+ @client.put_metric_alarm(options)
590
592
  Alarm.new(
591
593
  name: options[:alarm_name],
592
594
  client: @client
@@ -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.36.0
4
+ version: 1.41.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-04-20 00:00:00.000000000 Z
11
+ date: 2020-07-02 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.99.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.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement