aws-sdk-costexplorer 1.43.1 → 1.44.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: 3885493c5b0869d598eb07b69f6ef0602cebe560081381c85e3ece42b4891680
4
- data.tar.gz: f66a4bbfe800cd77bad76fab9365a57a2e5395abd76d27834b112d4220d2511b
3
+ metadata.gz: 164d9f468021a7e31ba7ad50b1c0a313e81b32a3de0af3bc40ad5af983d38900
4
+ data.tar.gz: 3d53cb57404e32426cb036ac4f6cf2dd71d65b867579584398c265e9b6e06c96
5
5
  SHA512:
6
- metadata.gz: e165a2c4bf0ca2a3b2413dc2f0324758284399ff308fa2a99f61ee5151e60ced247cc7674d108a6de58ae9a6f23972531d33895f5dc7fb0a7193857dc8af91b3
7
- data.tar.gz: ef158a9aba88c7c4f2095e3c50865b93c00dec498d02a4384b7cef27ad8097ce58f5b846b5f34cb85199d13a5ee0aefee688a72c2c999faa94a388ab26b6da14
6
+ metadata.gz: 986c708f9c3041f1b821f0094363de49c2d2c179dafb8f1faf25c2c969410b3e89fa6d9a1dcb40e88ad3938057dd097db7ef2c36794108561e9d5d1e5fb4c6d5
7
+ data.tar.gz: 3b67042265c906ccb9961a0385a557f92356016e270b12b893bc74648e09dd72d4fec46e581e95cdfddfba86e05fdf6df70ce3ce614d925ac68e6f67a287541b
@@ -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-costexplorer/customizations'
45
47
  # @service
46
48
  module Aws::CostExplorer
47
49
 
48
- GEM_VERSION = '1.43.1'
50
+ GEM_VERSION = '1.44.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:
@@ -2723,7 +2725,7 @@ module Aws::CostExplorer
2723
2725
  params: params,
2724
2726
  config: config)
2725
2727
  context[:gem_name] = 'aws-sdk-costexplorer'
2726
- context[:gem_version] = '1.43.1'
2728
+ context[:gem_version] = '1.44.0'
2727
2729
  Seahorse::Client::Request.new(handlers, context)
2728
2730
  end
2729
2731
 
@@ -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::CostExplorer
17
19
  #
18
20
  class BillExpirationException < Struct.new(
19
21
  :message)
22
+ SENSITIVE = []
20
23
  include Aws::Structure
21
24
  end
22
25
 
@@ -58,6 +61,7 @@ module Aws::CostExplorer
58
61
  :name,
59
62
  :rule_version,
60
63
  :rules)
64
+ SENSITIVE = []
61
65
  include Aws::Structure
62
66
  end
63
67
 
@@ -95,6 +99,7 @@ module Aws::CostExplorer
95
99
  :effective_start,
96
100
  :effective_end,
97
101
  :number_of_rules)
102
+ SENSITIVE = []
98
103
  include Aws::Structure
99
104
  end
100
105
 
@@ -169,6 +174,7 @@ module Aws::CostExplorer
169
174
  class CostCategoryRule < Struct.new(
170
175
  :value,
171
176
  :rule)
177
+ SENSITIVE = []
172
178
  include Aws::Structure
173
179
  end
174
180
 
@@ -195,6 +201,7 @@ module Aws::CostExplorer
195
201
  class CostCategoryValues < Struct.new(
196
202
  :key,
197
203
  :values)
204
+ SENSITIVE = []
198
205
  include Aws::Structure
199
206
  end
200
207
 
@@ -219,6 +226,7 @@ module Aws::CostExplorer
219
226
  :coverage_hours,
220
227
  :coverage_normalized_units,
221
228
  :coverage_cost)
229
+ SENSITIVE = []
222
230
  include Aws::Structure
223
231
  end
224
232
 
@@ -242,6 +250,7 @@ module Aws::CostExplorer
242
250
  :time_period,
243
251
  :groups,
244
252
  :total)
253
+ SENSITIVE = []
245
254
  include Aws::Structure
246
255
  end
247
256
 
@@ -255,6 +264,7 @@ module Aws::CostExplorer
255
264
  #
256
265
  class CoverageCost < Struct.new(
257
266
  :on_demand_cost)
267
+ SENSITIVE = []
258
268
  include Aws::Structure
259
269
  end
260
270
 
@@ -285,6 +295,7 @@ module Aws::CostExplorer
285
295
  :reserved_hours,
286
296
  :total_running_hours,
287
297
  :coverage_hours_percentage)
298
+ SENSITIVE = []
288
299
  include Aws::Structure
289
300
  end
290
301
 
@@ -330,6 +341,7 @@ module Aws::CostExplorer
330
341
  :reserved_normalized_units,
331
342
  :total_running_normalized_units,
332
343
  :coverage_normalized_units_percentage)
344
+ SENSITIVE = []
333
345
  include Aws::Structure
334
346
  end
335
347
 
@@ -398,6 +410,7 @@ module Aws::CostExplorer
398
410
  :name,
399
411
  :rule_version,
400
412
  :rules)
413
+ SENSITIVE = []
401
414
  include Aws::Structure
402
415
  end
403
416
 
@@ -414,6 +427,7 @@ module Aws::CostExplorer
414
427
  class CreateCostCategoryDefinitionResponse < Struct.new(
415
428
  :cost_category_arn,
416
429
  :effective_start)
430
+ SENSITIVE = []
417
431
  include Aws::Structure
418
432
  end
419
433
 
@@ -477,6 +491,7 @@ module Aws::CostExplorer
477
491
  :total_running_hours_in_lookback_period,
478
492
  :monthly_cost,
479
493
  :currency_code)
494
+ SENSITIVE = []
480
495
  include Aws::Structure
481
496
  end
482
497
 
@@ -489,6 +504,7 @@ module Aws::CostExplorer
489
504
  #
490
505
  class DataUnavailableException < Struct.new(
491
506
  :message)
507
+ SENSITIVE = []
492
508
  include Aws::Structure
493
509
  end
494
510
 
@@ -521,6 +537,7 @@ module Aws::CostExplorer
521
537
  class DateInterval < Struct.new(
522
538
  :start,
523
539
  :end)
540
+ SENSITIVE = []
524
541
  include Aws::Structure
525
542
  end
526
543
 
@@ -539,6 +556,7 @@ module Aws::CostExplorer
539
556
  #
540
557
  class DeleteCostCategoryDefinitionRequest < Struct.new(
541
558
  :cost_category_arn)
559
+ SENSITIVE = []
542
560
  include Aws::Structure
543
561
  end
544
562
 
@@ -557,6 +575,7 @@ module Aws::CostExplorer
557
575
  class DeleteCostCategoryDefinitionResponse < Struct.new(
558
576
  :cost_category_arn,
559
577
  :effective_end)
578
+ SENSITIVE = []
560
579
  include Aws::Structure
561
580
  end
562
581
 
@@ -581,6 +600,7 @@ module Aws::CostExplorer
581
600
  class DescribeCostCategoryDefinitionRequest < Struct.new(
582
601
  :cost_category_arn,
583
602
  :effective_on)
603
+ SENSITIVE = []
584
604
  include Aws::Structure
585
605
  end
586
606
 
@@ -593,6 +613,7 @@ module Aws::CostExplorer
593
613
  #
594
614
  class DescribeCostCategoryDefinitionResponse < Struct.new(
595
615
  :cost_category)
616
+ SENSITIVE = []
596
617
  include Aws::Structure
597
618
  end
598
619
 
@@ -632,6 +653,7 @@ module Aws::CostExplorer
632
653
  :key,
633
654
  :values,
634
655
  :match_options)
656
+ SENSITIVE = []
635
657
  include Aws::Structure
636
658
  end
637
659
 
@@ -652,6 +674,7 @@ module Aws::CostExplorer
652
674
  class DimensionValuesWithAttributes < Struct.new(
653
675
  :value,
654
676
  :attributes)
677
+ SENSITIVE = []
655
678
  include Aws::Structure
656
679
  end
657
680
 
@@ -703,6 +726,7 @@ module Aws::CostExplorer
703
726
  :tenancy,
704
727
  :current_generation,
705
728
  :size_flex_eligible)
729
+ SENSITIVE = []
706
730
  include Aws::Structure
707
731
  end
708
732
 
@@ -759,6 +783,7 @@ module Aws::CostExplorer
759
783
  :network_performance,
760
784
  :storage,
761
785
  :vcpu)
786
+ SENSITIVE = []
762
787
  include Aws::Structure
763
788
  end
764
789
 
@@ -783,6 +808,7 @@ module Aws::CostExplorer
783
808
  :max_cpu_utilization_percentage,
784
809
  :max_memory_utilization_percentage,
785
810
  :max_storage_utilization_percentage)
811
+ SENSITIVE = []
786
812
  include Aws::Structure
787
813
  end
788
814
 
@@ -805,6 +831,7 @@ module Aws::CostExplorer
805
831
  #
806
832
  class EC2Specification < Struct.new(
807
833
  :offering_class)
834
+ SENSITIVE = []
808
835
  include Aws::Structure
809
836
  end
810
837
 
@@ -839,6 +866,7 @@ module Aws::CostExplorer
839
866
  :region,
840
867
  :current_generation,
841
868
  :size_flex_eligible)
869
+ SENSITIVE = []
842
870
  include Aws::Structure
843
871
  end
844
872
 
@@ -878,6 +906,7 @@ module Aws::CostExplorer
878
906
  :product_description,
879
907
  :current_generation,
880
908
  :size_flex_eligible)
909
+ SENSITIVE = []
881
910
  include Aws::Structure
882
911
  end
883
912
 
@@ -1062,6 +1091,7 @@ module Aws::CostExplorer
1062
1091
  :dimensions,
1063
1092
  :tags,
1064
1093
  :cost_categories)
1094
+ SENSITIVE = []
1065
1095
  include Aws::Structure
1066
1096
  end
1067
1097
 
@@ -1090,6 +1120,7 @@ module Aws::CostExplorer
1090
1120
  :mean_value,
1091
1121
  :prediction_interval_lower_bound,
1092
1122
  :prediction_interval_upper_bound)
1123
+ SENSITIVE = []
1093
1124
  include Aws::Structure
1094
1125
  end
1095
1126
 
@@ -1220,6 +1251,7 @@ module Aws::CostExplorer
1220
1251
  :metrics,
1221
1252
  :group_by,
1222
1253
  :next_page_token)
1254
+ SENSITIVE = []
1223
1255
  include Aws::Structure
1224
1256
  end
1225
1257
 
@@ -1244,6 +1276,7 @@ module Aws::CostExplorer
1244
1276
  :next_page_token,
1245
1277
  :group_definitions,
1246
1278
  :results_by_time)
1279
+ SENSITIVE = []
1247
1280
  include Aws::Structure
1248
1281
  end
1249
1282
 
@@ -1372,6 +1405,7 @@ module Aws::CostExplorer
1372
1405
  :metrics,
1373
1406
  :group_by,
1374
1407
  :next_page_token)
1408
+ SENSITIVE = []
1375
1409
  include Aws::Structure
1376
1410
  end
1377
1411
 
@@ -1396,6 +1430,7 @@ module Aws::CostExplorer
1396
1430
  :next_page_token,
1397
1431
  :group_definitions,
1398
1432
  :results_by_time)
1433
+ SENSITIVE = []
1399
1434
  include Aws::Structure
1400
1435
  end
1401
1436
 
@@ -1497,6 +1532,7 @@ module Aws::CostExplorer
1497
1532
  :granularity,
1498
1533
  :filter,
1499
1534
  :prediction_interval_level)
1535
+ SENSITIVE = []
1500
1536
  include Aws::Structure
1501
1537
  end
1502
1538
 
@@ -1516,6 +1552,7 @@ module Aws::CostExplorer
1516
1552
  class GetCostForecastResponse < Struct.new(
1517
1553
  :total,
1518
1554
  :forecast_results_by_time)
1555
+ SENSITIVE = []
1519
1556
  include Aws::Structure
1520
1557
  end
1521
1558
 
@@ -1674,6 +1711,7 @@ module Aws::CostExplorer
1674
1711
  :dimension,
1675
1712
  :context,
1676
1713
  :next_page_token)
1714
+ SENSITIVE = []
1677
1715
  include Aws::Structure
1678
1716
  end
1679
1717
 
@@ -1803,6 +1841,7 @@ module Aws::CostExplorer
1803
1841
  :return_size,
1804
1842
  :total_size,
1805
1843
  :next_page_token)
1844
+ SENSITIVE = []
1806
1845
  include Aws::Structure
1807
1846
  end
1808
1847
 
@@ -1968,6 +2007,7 @@ module Aws::CostExplorer
1968
2007
  :filter,
1969
2008
  :metrics,
1970
2009
  :next_page_token)
2010
+ SENSITIVE = []
1971
2011
  include Aws::Structure
1972
2012
  end
1973
2013
 
@@ -1991,6 +2031,7 @@ module Aws::CostExplorer
1991
2031
  :coverages_by_time,
1992
2032
  :total,
1993
2033
  :next_page_token)
2034
+ SENSITIVE = []
1994
2035
  include Aws::Structure
1995
2036
  end
1996
2037
 
@@ -2070,6 +2111,7 @@ module Aws::CostExplorer
2070
2111
  :service_specification,
2071
2112
  :page_size,
2072
2113
  :next_page_token)
2114
+ SENSITIVE = []
2073
2115
  include Aws::Structure
2074
2116
  end
2075
2117
 
@@ -2092,6 +2134,7 @@ module Aws::CostExplorer
2092
2134
  :metadata,
2093
2135
  :recommendations,
2094
2136
  :next_page_token)
2137
+ SENSITIVE = []
2095
2138
  include Aws::Structure
2096
2139
  end
2097
2140
 
@@ -2214,6 +2257,7 @@ module Aws::CostExplorer
2214
2257
  :granularity,
2215
2258
  :filter,
2216
2259
  :next_page_token)
2260
+ SENSITIVE = []
2217
2261
  include Aws::Structure
2218
2262
  end
2219
2263
 
@@ -2237,6 +2281,7 @@ module Aws::CostExplorer
2237
2281
  :utilizations_by_time,
2238
2282
  :total,
2239
2283
  :next_page_token)
2284
+ SENSITIVE = []
2240
2285
  include Aws::Structure
2241
2286
  end
2242
2287
 
@@ -2363,6 +2408,7 @@ module Aws::CostExplorer
2363
2408
  :service,
2364
2409
  :page_size,
2365
2410
  :next_page_token)
2411
+ SENSITIVE = []
2366
2412
  include Aws::Structure
2367
2413
  end
2368
2414
 
@@ -2399,6 +2445,7 @@ module Aws::CostExplorer
2399
2445
  :rightsizing_recommendations,
2400
2446
  :next_page_token,
2401
2447
  :configuration)
2448
+ SENSITIVE = []
2402
2449
  include Aws::Structure
2403
2450
  end
2404
2451
 
@@ -2521,6 +2568,7 @@ module Aws::CostExplorer
2521
2568
  :metrics,
2522
2569
  :next_token,
2523
2570
  :max_results)
2571
+ SENSITIVE = []
2524
2572
  include Aws::Structure
2525
2573
  end
2526
2574
 
@@ -2539,6 +2587,7 @@ module Aws::CostExplorer
2539
2587
  class GetSavingsPlansCoverageResponse < Struct.new(
2540
2588
  :savings_plans_coverages,
2541
2589
  :next_token)
2590
+ SENSITIVE = []
2542
2591
  include Aws::Structure
2543
2592
  end
2544
2593
 
@@ -2646,6 +2695,7 @@ module Aws::CostExplorer
2646
2695
  :page_size,
2647
2696
  :lookback_period_in_days,
2648
2697
  :filter)
2698
+ SENSITIVE = []
2649
2699
  include Aws::Structure
2650
2700
  end
2651
2701
 
@@ -2670,6 +2720,7 @@ module Aws::CostExplorer
2670
2720
  :metadata,
2671
2721
  :savings_plans_purchase_recommendation,
2672
2722
  :next_page_token)
2723
+ SENSITIVE = []
2673
2724
  include Aws::Structure
2674
2725
  end
2675
2726
 
@@ -2762,6 +2813,7 @@ module Aws::CostExplorer
2762
2813
  :filter,
2763
2814
  :next_token,
2764
2815
  :max_results)
2816
+ SENSITIVE = []
2765
2817
  include Aws::Structure
2766
2818
  end
2767
2819
 
@@ -2791,6 +2843,7 @@ module Aws::CostExplorer
2791
2843
  :total,
2792
2844
  :time_period,
2793
2845
  :next_token)
2846
+ SENSITIVE = []
2794
2847
  include Aws::Structure
2795
2848
  end
2796
2849
 
@@ -2880,6 +2933,7 @@ module Aws::CostExplorer
2880
2933
  :time_period,
2881
2934
  :granularity,
2882
2935
  :filter)
2936
+ SENSITIVE = []
2883
2937
  include Aws::Structure
2884
2938
  end
2885
2939
 
@@ -2898,6 +2952,7 @@ module Aws::CostExplorer
2898
2952
  class GetSavingsPlansUtilizationResponse < Struct.new(
2899
2953
  :savings_plans_utilizations_by_time,
2900
2954
  :total)
2955
+ SENSITIVE = []
2901
2956
  include Aws::Structure
2902
2957
  end
2903
2958
 
@@ -2943,6 +2998,7 @@ module Aws::CostExplorer
2943
2998
  :time_period,
2944
2999
  :tag_key,
2945
3000
  :next_page_token)
3001
+ SENSITIVE = []
2946
3002
  include Aws::Structure
2947
3003
  end
2948
3004
 
@@ -2971,6 +3027,7 @@ module Aws::CostExplorer
2971
3027
  :tags,
2972
3028
  :return_size,
2973
3029
  :total_size)
3030
+ SENSITIVE = []
2974
3031
  include Aws::Structure
2975
3032
  end
2976
3033
 
@@ -3065,6 +3122,7 @@ module Aws::CostExplorer
3065
3122
  :granularity,
3066
3123
  :filter,
3067
3124
  :prediction_interval_level)
3125
+ SENSITIVE = []
3068
3126
  include Aws::Structure
3069
3127
  end
3070
3128
 
@@ -3083,6 +3141,7 @@ module Aws::CostExplorer
3083
3141
  class GetUsageForecastResponse < Struct.new(
3084
3142
  :total,
3085
3143
  :forecast_results_by_time)
3144
+ SENSITIVE = []
3086
3145
  include Aws::Structure
3087
3146
  end
3088
3147
 
@@ -3101,6 +3160,7 @@ module Aws::CostExplorer
3101
3160
  class Group < Struct.new(
3102
3161
  :keys,
3103
3162
  :metrics)
3163
+ SENSITIVE = []
3104
3164
  include Aws::Structure
3105
3165
  end
3106
3166
 
@@ -3128,6 +3188,7 @@ module Aws::CostExplorer
3128
3188
  class GroupDefinition < Struct.new(
3129
3189
  :type,
3130
3190
  :key)
3191
+ SENSITIVE = []
3131
3192
  include Aws::Structure
3132
3193
  end
3133
3194
 
@@ -3161,6 +3222,7 @@ module Aws::CostExplorer
3161
3222
  :redshift_instance_details,
3162
3223
  :elasticache_instance_details,
3163
3224
  :es_instance_details)
3225
+ SENSITIVE = []
3164
3226
  include Aws::Structure
3165
3227
  end
3166
3228
 
@@ -3173,6 +3235,7 @@ module Aws::CostExplorer
3173
3235
  #
3174
3236
  class InvalidNextTokenException < Struct.new(
3175
3237
  :message)
3238
+ SENSITIVE = []
3176
3239
  include Aws::Structure
3177
3240
  end
3178
3241
 
@@ -3185,6 +3248,7 @@ module Aws::CostExplorer
3185
3248
  #
3186
3249
  class LimitExceededException < Struct.new(
3187
3250
  :message)
3251
+ SENSITIVE = []
3188
3252
  include Aws::Structure
3189
3253
  end
3190
3254
 
@@ -3217,6 +3281,7 @@ module Aws::CostExplorer
3217
3281
  :effective_on,
3218
3282
  :next_token,
3219
3283
  :max_results)
3284
+ SENSITIVE = []
3220
3285
  include Aws::Structure
3221
3286
  end
3222
3287
 
@@ -3236,6 +3301,7 @@ module Aws::CostExplorer
3236
3301
  class ListCostCategoryDefinitionsResponse < Struct.new(
3237
3302
  :cost_category_references,
3238
3303
  :next_token)
3304
+ SENSITIVE = []
3239
3305
  include Aws::Structure
3240
3306
  end
3241
3307
 
@@ -3254,6 +3320,7 @@ module Aws::CostExplorer
3254
3320
  class MetricValue < Struct.new(
3255
3321
  :amount,
3256
3322
  :unit)
3323
+ SENSITIVE = []
3257
3324
  include Aws::Structure
3258
3325
  end
3259
3326
 
@@ -3268,6 +3335,7 @@ module Aws::CostExplorer
3268
3335
  #
3269
3336
  class ModifyRecommendationDetail < Struct.new(
3270
3337
  :target_instances)
3338
+ SENSITIVE = []
3271
3339
  include Aws::Structure
3272
3340
  end
3273
3341
 
@@ -3324,6 +3392,7 @@ module Aws::CostExplorer
3324
3392
  :license_model,
3325
3393
  :current_generation,
3326
3394
  :size_flex_eligible)
3395
+ SENSITIVE = []
3327
3396
  include Aws::Structure
3328
3397
  end
3329
3398
 
@@ -3358,6 +3427,7 @@ module Aws::CostExplorer
3358
3427
  :region,
3359
3428
  :current_generation,
3360
3429
  :size_flex_eligible)
3430
+ SENSITIVE = []
3361
3431
  include Aws::Structure
3362
3432
  end
3363
3433
 
@@ -3371,6 +3441,7 @@ module Aws::CostExplorer
3371
3441
  #
3372
3442
  class RequestChangedException < Struct.new(
3373
3443
  :message)
3444
+ SENSITIVE = []
3374
3445
  include Aws::Structure
3375
3446
  end
3376
3447
 
@@ -3462,6 +3533,7 @@ module Aws::CostExplorer
3462
3533
  :amortized_upfront_fee,
3463
3534
  :amortized_recurring_fee,
3464
3535
  :total_amortized_fee)
3536
+ SENSITIVE = []
3465
3537
  include Aws::Structure
3466
3538
  end
3467
3539
 
@@ -3480,6 +3552,7 @@ module Aws::CostExplorer
3480
3552
  class ReservationCoverageGroup < Struct.new(
3481
3553
  :attributes,
3482
3554
  :coverage)
3555
+ SENSITIVE = []
3483
3556
  include Aws::Structure
3484
3557
  end
3485
3558
 
@@ -3529,6 +3602,7 @@ module Aws::CostExplorer
3529
3602
  :service_specification,
3530
3603
  :recommendation_details,
3531
3604
  :recommendation_summary)
3605
+ SENSITIVE = []
3532
3606
  include Aws::Structure
3533
3607
  end
3534
3608
 
@@ -3652,6 +3726,7 @@ module Aws::CostExplorer
3652
3726
  :estimated_reservation_cost_for_lookback_period,
3653
3727
  :upfront_cost,
3654
3728
  :recurring_standard_monthly_cost)
3729
+ SENSITIVE = []
3655
3730
  include Aws::Structure
3656
3731
  end
3657
3732
 
@@ -3671,6 +3746,7 @@ module Aws::CostExplorer
3671
3746
  class ReservationPurchaseRecommendationMetadata < Struct.new(
3672
3747
  :recommendation_id,
3673
3748
  :generation_timestamp)
3749
+ SENSITIVE = []
3674
3750
  include Aws::Structure
3675
3751
  end
3676
3752
 
@@ -3698,6 +3774,7 @@ module Aws::CostExplorer
3698
3774
  :total_estimated_monthly_savings_amount,
3699
3775
  :total_estimated_monthly_savings_percentage,
3700
3776
  :currency_code)
3777
+ SENSITIVE = []
3701
3778
  include Aws::Structure
3702
3779
  end
3703
3780
 
@@ -3726,6 +3803,7 @@ module Aws::CostExplorer
3726
3803
  :value,
3727
3804
  :attributes,
3728
3805
  :utilization)
3806
+ SENSITIVE = []
3729
3807
  include Aws::Structure
3730
3808
  end
3731
3809
 
@@ -3739,6 +3817,7 @@ module Aws::CostExplorer
3739
3817
  #
3740
3818
  class ResourceDetails < Struct.new(
3741
3819
  :ec2_resource_details)
3820
+ SENSITIVE = []
3742
3821
  include Aws::Structure
3743
3822
  end
3744
3823
 
@@ -3751,6 +3830,7 @@ module Aws::CostExplorer
3751
3830
  #
3752
3831
  class ResourceNotFoundException < Struct.new(
3753
3832
  :message)
3833
+ SENSITIVE = []
3754
3834
  include Aws::Structure
3755
3835
  end
3756
3836
 
@@ -3764,6 +3844,7 @@ module Aws::CostExplorer
3764
3844
  #
3765
3845
  class ResourceUtilization < Struct.new(
3766
3846
  :ec2_resource_utilization)
3847
+ SENSITIVE = []
3767
3848
  include Aws::Structure
3768
3849
  end
3769
3850
 
@@ -3792,6 +3873,7 @@ module Aws::CostExplorer
3792
3873
  :total,
3793
3874
  :groups,
3794
3875
  :estimated)
3876
+ SENSITIVE = []
3795
3877
  include Aws::Structure
3796
3878
  end
3797
3879
 
@@ -3825,6 +3907,7 @@ module Aws::CostExplorer
3825
3907
  :rightsizing_type,
3826
3908
  :modify_recommendation_detail,
3827
3909
  :terminate_recommendation_detail)
3910
+ SENSITIVE = []
3828
3911
  include Aws::Structure
3829
3912
  end
3830
3913
 
@@ -3859,6 +3942,7 @@ module Aws::CostExplorer
3859
3942
  class RightsizingRecommendationConfiguration < Struct.new(
3860
3943
  :recommendation_target,
3861
3944
  :benefits_considered)
3945
+ SENSITIVE = []
3862
3946
  include Aws::Structure
3863
3947
  end
3864
3948
 
@@ -3884,6 +3968,7 @@ module Aws::CostExplorer
3884
3968
  :recommendation_id,
3885
3969
  :generation_timestamp,
3886
3970
  :lookback_period_in_days)
3971
+ SENSITIVE = []
3887
3972
  include Aws::Structure
3888
3973
  end
3889
3974
 
@@ -3915,6 +4000,7 @@ module Aws::CostExplorer
3915
4000
  :estimated_total_monthly_savings_amount,
3916
4001
  :savings_currency_code,
3917
4002
  :savings_percentage)
4003
+ SENSITIVE = []
3918
4004
  include Aws::Structure
3919
4005
  end
3920
4006
 
@@ -3942,6 +4028,7 @@ module Aws::CostExplorer
3942
4028
  :amortized_recurring_commitment,
3943
4029
  :amortized_upfront_commitment,
3944
4030
  :total_amortized_commitment)
4031
+ SENSITIVE = []
3945
4032
  include Aws::Structure
3946
4033
  end
3947
4034
 
@@ -3968,6 +4055,7 @@ module Aws::CostExplorer
3968
4055
  :attributes,
3969
4056
  :coverage,
3970
4057
  :time_period)
4058
+ SENSITIVE = []
3971
4059
  include Aws::Structure
3972
4060
  end
3973
4061
 
@@ -4002,6 +4090,7 @@ module Aws::CostExplorer
4002
4090
  :on_demand_cost,
4003
4091
  :total_cost,
4004
4092
  :coverage_percentage)
4093
+ SENSITIVE = []
4005
4094
  include Aws::Structure
4006
4095
  end
4007
4096
 
@@ -4026,6 +4115,7 @@ module Aws::CostExplorer
4026
4115
  :region,
4027
4116
  :instance_family,
4028
4117
  :offering_id)
4118
+ SENSITIVE = []
4029
4119
  include Aws::Structure
4030
4120
  end
4031
4121
 
@@ -4076,6 +4166,7 @@ module Aws::CostExplorer
4076
4166
  :lookback_period_in_days,
4077
4167
  :savings_plans_purchase_recommendation_details,
4078
4168
  :savings_plans_purchase_recommendation_summary)
4169
+ SENSITIVE = []
4079
4170
  include Aws::Structure
4080
4171
  end
4081
4172
 
@@ -4179,6 +4270,7 @@ module Aws::CostExplorer
4179
4270
  :current_minimum_hourly_on_demand_spend,
4180
4271
  :current_maximum_hourly_on_demand_spend,
4181
4272
  :current_average_hourly_on_demand_spend)
4273
+ SENSITIVE = []
4182
4274
  include Aws::Structure
4183
4275
  end
4184
4276
 
@@ -4197,6 +4289,7 @@ module Aws::CostExplorer
4197
4289
  class SavingsPlansPurchaseRecommendationMetadata < Struct.new(
4198
4290
  :recommendation_id,
4199
4291
  :generation_timestamp)
4292
+ SENSITIVE = []
4200
4293
  include Aws::Structure
4201
4294
  end
4202
4295
 
@@ -4273,6 +4366,7 @@ module Aws::CostExplorer
4273
4366
  :estimated_savings_percentage,
4274
4367
  :estimated_monthly_savings_amount,
4275
4368
  :estimated_on_demand_cost_with_current_commitment)
4369
+ SENSITIVE = []
4276
4370
  include Aws::Structure
4277
4371
  end
4278
4372
 
@@ -4295,6 +4389,7 @@ module Aws::CostExplorer
4295
4389
  class SavingsPlansSavings < Struct.new(
4296
4390
  :net_savings,
4297
4391
  :on_demand_cost_equivalent)
4392
+ SENSITIVE = []
4298
4393
  include Aws::Structure
4299
4394
  end
4300
4395
 
@@ -4327,6 +4422,7 @@ module Aws::CostExplorer
4327
4422
  :used_commitment,
4328
4423
  :unused_commitment,
4329
4424
  :utilization_percentage)
4425
+ SENSITIVE = []
4330
4426
  include Aws::Structure
4331
4427
  end
4332
4428
 
@@ -4355,6 +4451,7 @@ module Aws::CostExplorer
4355
4451
  :utilization,
4356
4452
  :savings,
4357
4453
  :amortized_commitment)
4454
+ SENSITIVE = []
4358
4455
  include Aws::Structure
4359
4456
  end
4360
4457
 
@@ -4388,6 +4485,7 @@ module Aws::CostExplorer
4388
4485
  :utilization,
4389
4486
  :savings,
4390
4487
  :amortized_commitment)
4488
+ SENSITIVE = []
4391
4489
  include Aws::Structure
4392
4490
  end
4393
4491
 
@@ -4429,6 +4527,7 @@ module Aws::CostExplorer
4429
4527
  :utilization,
4430
4528
  :savings,
4431
4529
  :amortized_commitment)
4530
+ SENSITIVE = []
4432
4531
  include Aws::Structure
4433
4532
  end
4434
4533
 
@@ -4442,6 +4541,7 @@ module Aws::CostExplorer
4442
4541
  #
4443
4542
  class ServiceQuotaExceededException < Struct.new(
4444
4543
  :message)
4544
+ SENSITIVE = []
4445
4545
  include Aws::Structure
4446
4546
  end
4447
4547
 
@@ -4466,6 +4566,7 @@ module Aws::CostExplorer
4466
4566
  #
4467
4567
  class ServiceSpecification < Struct.new(
4468
4568
  :ec2_specification)
4569
+ SENSITIVE = []
4469
4570
  include Aws::Structure
4470
4571
  end
4471
4572
 
@@ -4501,6 +4602,7 @@ module Aws::CostExplorer
4501
4602
  :key,
4502
4603
  :values,
4503
4604
  :match_options)
4605
+ SENSITIVE = []
4504
4606
  include Aws::Structure
4505
4607
  end
4506
4608
 
@@ -4541,6 +4643,7 @@ module Aws::CostExplorer
4541
4643
  :default_target_instance,
4542
4644
  :resource_details,
4543
4645
  :expected_resource_utilization)
4646
+ SENSITIVE = []
4544
4647
  include Aws::Structure
4545
4648
  end
4546
4649
 
@@ -4560,6 +4663,7 @@ module Aws::CostExplorer
4560
4663
  class TerminateRecommendationDetail < Struct.new(
4561
4664
  :estimated_monthly_savings,
4562
4665
  :currency_code)
4666
+ SENSITIVE = []
4563
4667
  include Aws::Structure
4564
4668
  end
4565
4669
 
@@ -4574,6 +4678,7 @@ module Aws::CostExplorer
4574
4678
  #
4575
4679
  class UnresolvableUsageUnitException < Struct.new(
4576
4680
  :message)
4681
+ SENSITIVE = []
4577
4682
  include Aws::Structure
4578
4683
  end
4579
4684
 
@@ -4642,6 +4747,7 @@ module Aws::CostExplorer
4642
4747
  :cost_category_arn,
4643
4748
  :rule_version,
4644
4749
  :rules)
4750
+ SENSITIVE = []
4645
4751
  include Aws::Structure
4646
4752
  end
4647
4753
 
@@ -4658,6 +4764,7 @@ module Aws::CostExplorer
4658
4764
  class UpdateCostCategoryDefinitionResponse < Struct.new(
4659
4765
  :cost_category_arn,
4660
4766
  :effective_start)
4767
+ SENSITIVE = []
4661
4768
  include Aws::Structure
4662
4769
  end
4663
4770
 
@@ -4681,6 +4788,7 @@ module Aws::CostExplorer
4681
4788
  :time_period,
4682
4789
  :groups,
4683
4790
  :total)
4791
+ SENSITIVE = []
4684
4792
  include Aws::Structure
4685
4793
  end
4686
4794
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-costexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.1
4
+ version: 1.44.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