aws-sdk-budgets 1.31.1 → 1.32.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: 88e2b039b64e1c936e2b00d2de37289b41f9332e6ed756b9088a20371c4cd012
4
- data.tar.gz: d98cd6f595ca6053c46c9fa6b54712533f7fcfa8b15b9f48c04d05ea2cfd48d7
3
+ metadata.gz: 7d23c2dab82404112afaa3a4f6355a6c9ff8502b8b8dfe0567b9822a39e21948
4
+ data.tar.gz: 97fd4bdffdbc7f439dae059cb248c553e90741c7d1f61aece74a26d2d698ffea
5
5
  SHA512:
6
- metadata.gz: b8bdae15d076a3acaa68d9d52d44e3f3d8aee8b4a46f7a665f676ce644d07730cd8f856bfe41ddadf46557449546e88108104accd2c827b03dc4ae1f13537224
7
- data.tar.gz: 85176deb7e7bf784c399983aecc4bafc6f44d811fd48cc26b68f9b6ffdd7438f490a47df339d193e196995c7336e088e03593efd2b69a374af7e6680aab4507f
6
+ metadata.gz: b86c7a71f12a029875bf8af78555765e796a80fbe80609caa031a2ba2eef9e61a37ae54c12526b4da0b0d5dbf380190fee7db65877d52f1e66bef4cd0debe3e8
7
+ data.tar.gz: e1e17a6132e5568f8ec51ebe87d0d8bd1462dbad5785f2272ca8c570d2e1029cd0505d64a5a83a2c2412f1b63bb7e50eed7a7a659189d706e715f36a08ca1092
@@ -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-budgets/customizations'
45
47
  # @service
46
48
  module Aws::Budgets
47
49
 
48
- GEM_VERSION = '1.31.1'
50
+ GEM_VERSION = '1.32.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:
@@ -1132,7 +1134,7 @@ module Aws::Budgets
1132
1134
  params: params,
1133
1135
  config: config)
1134
1136
  context[:gem_name] = 'aws-sdk-budgets'
1135
- context[:gem_version] = '1.31.1'
1137
+ context[:gem_version] = '1.32.0'
1136
1138
  Seahorse::Client::Request.new(handlers, context)
1137
1139
  end
1138
1140
 
@@ -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:
@@ -17,6 +19,7 @@ module Aws::Budgets
17
19
  #
18
20
  class AccessDeniedException < Struct.new(
19
21
  :message)
22
+ SENSITIVE = []
20
23
  include Aws::Structure
21
24
  end
22
25
 
@@ -211,6 +214,7 @@ module Aws::Budgets
211
214
  :calculated_spend,
212
215
  :budget_type,
213
216
  :last_updated_time)
217
+ SENSITIVE = []
214
218
  include Aws::Structure
215
219
  end
216
220
 
@@ -254,6 +258,7 @@ module Aws::Budgets
254
258
  :cost_types,
255
259
  :time_unit,
256
260
  :budgeted_and_actual_amounts_list)
261
+ SENSITIVE = []
257
262
  include Aws::Structure
258
263
  end
259
264
 
@@ -276,6 +281,7 @@ module Aws::Budgets
276
281
  :budgeted_amount,
277
282
  :actual_amount,
278
283
  :time_period)
284
+ SENSITIVE = []
279
285
  include Aws::Structure
280
286
  end
281
287
 
@@ -314,6 +320,7 @@ module Aws::Budgets
314
320
  class CalculatedSpend < Struct.new(
315
321
  :actual_spend,
316
322
  :forecasted_spend)
323
+ SENSITIVE = []
317
324
  include Aws::Structure
318
325
  end
319
326
 
@@ -419,6 +426,7 @@ module Aws::Budgets
419
426
  :include_support,
420
427
  :include_discount,
421
428
  :use_amortized)
429
+ SENSITIVE = []
422
430
  include Aws::Structure
423
431
  end
424
432
 
@@ -514,6 +522,7 @@ module Aws::Budgets
514
522
  :account_id,
515
523
  :budget,
516
524
  :notifications_with_subscribers)
525
+ SENSITIVE = []
517
526
  include Aws::Structure
518
527
  end
519
528
 
@@ -569,6 +578,7 @@ module Aws::Budgets
569
578
  :budget_name,
570
579
  :notification,
571
580
  :subscribers)
581
+ SENSITIVE = []
572
582
  include Aws::Structure
573
583
  end
574
584
 
@@ -621,6 +631,7 @@ module Aws::Budgets
621
631
  :budget_name,
622
632
  :notification,
623
633
  :subscriber)
634
+ SENSITIVE = []
624
635
  include Aws::Structure
625
636
  end
626
637
 
@@ -636,6 +647,7 @@ module Aws::Budgets
636
647
  #
637
648
  class CreationLimitExceededException < Struct.new(
638
649
  :message)
650
+ SENSITIVE = []
639
651
  include Aws::Structure
640
652
  end
641
653
 
@@ -661,6 +673,7 @@ module Aws::Budgets
661
673
  class DeleteBudgetRequest < Struct.new(
662
674
  :account_id,
663
675
  :budget_name)
676
+ SENSITIVE = []
664
677
  include Aws::Structure
665
678
  end
666
679
 
@@ -702,6 +715,7 @@ module Aws::Budgets
702
715
  :account_id,
703
716
  :budget_name,
704
717
  :notification)
718
+ SENSITIVE = []
705
719
  include Aws::Structure
706
720
  end
707
721
 
@@ -752,6 +766,7 @@ module Aws::Budgets
752
766
  :budget_name,
753
767
  :notification,
754
768
  :subscriber)
769
+ SENSITIVE = []
755
770
  include Aws::Structure
756
771
  end
757
772
 
@@ -802,6 +817,7 @@ module Aws::Budgets
802
817
  :time_period,
803
818
  :max_results,
804
819
  :next_token)
820
+ SENSITIVE = []
805
821
  include Aws::Structure
806
822
  end
807
823
 
@@ -822,6 +838,7 @@ module Aws::Budgets
822
838
  class DescribeBudgetPerformanceHistoryResponse < Struct.new(
823
839
  :budget_performance_history,
824
840
  :next_token)
841
+ SENSITIVE = []
825
842
  include Aws::Structure
826
843
  end
827
844
 
@@ -847,6 +864,7 @@ module Aws::Budgets
847
864
  class DescribeBudgetRequest < Struct.new(
848
865
  :account_id,
849
866
  :budget_name)
867
+ SENSITIVE = []
850
868
  include Aws::Structure
851
869
  end
852
870
 
@@ -858,6 +876,7 @@ module Aws::Budgets
858
876
  #
859
877
  class DescribeBudgetResponse < Struct.new(
860
878
  :budget)
879
+ SENSITIVE = []
861
880
  include Aws::Structure
862
881
  end
863
882
 
@@ -891,6 +910,7 @@ module Aws::Budgets
891
910
  :account_id,
892
911
  :max_results,
893
912
  :next_token)
913
+ SENSITIVE = []
894
914
  include Aws::Structure
895
915
  end
896
916
 
@@ -908,6 +928,7 @@ module Aws::Budgets
908
928
  class DescribeBudgetsResponse < Struct.new(
909
929
  :budgets,
910
930
  :next_token)
931
+ SENSITIVE = []
911
932
  include Aws::Structure
912
933
  end
913
934
 
@@ -947,6 +968,7 @@ module Aws::Budgets
947
968
  :budget_name,
948
969
  :max_results,
949
970
  :next_token)
971
+ SENSITIVE = []
950
972
  include Aws::Structure
951
973
  end
952
974
 
@@ -964,6 +986,7 @@ module Aws::Budgets
964
986
  class DescribeNotificationsForBudgetResponse < Struct.new(
965
987
  :notifications,
966
988
  :next_token)
989
+ SENSITIVE = []
967
990
  include Aws::Structure
968
991
  end
969
992
 
@@ -1015,6 +1038,7 @@ module Aws::Budgets
1015
1038
  :notification,
1016
1039
  :max_results,
1017
1040
  :next_token)
1041
+ SENSITIVE = []
1018
1042
  include Aws::Structure
1019
1043
  end
1020
1044
 
@@ -1032,6 +1056,7 @@ module Aws::Budgets
1032
1056
  class DescribeSubscribersForNotificationResponse < Struct.new(
1033
1057
  :subscribers,
1034
1058
  :next_token)
1059
+ SENSITIVE = []
1035
1060
  include Aws::Structure
1036
1061
  end
1037
1062
 
@@ -1044,6 +1069,7 @@ module Aws::Budgets
1044
1069
  #
1045
1070
  class DuplicateRecordException < Struct.new(
1046
1071
  :message)
1072
+ SENSITIVE = []
1047
1073
  include Aws::Structure
1048
1074
  end
1049
1075
 
@@ -1055,6 +1081,7 @@ module Aws::Budgets
1055
1081
  #
1056
1082
  class ExpiredNextTokenException < Struct.new(
1057
1083
  :message)
1084
+ SENSITIVE = []
1058
1085
  include Aws::Structure
1059
1086
  end
1060
1087
 
@@ -1067,6 +1094,7 @@ module Aws::Budgets
1067
1094
  #
1068
1095
  class InternalErrorException < Struct.new(
1069
1096
  :message)
1097
+ SENSITIVE = []
1070
1098
  include Aws::Structure
1071
1099
  end
1072
1100
 
@@ -1078,6 +1106,7 @@ module Aws::Budgets
1078
1106
  #
1079
1107
  class InvalidNextTokenException < Struct.new(
1080
1108
  :message)
1109
+ SENSITIVE = []
1081
1110
  include Aws::Structure
1082
1111
  end
1083
1112
 
@@ -1090,6 +1119,7 @@ module Aws::Budgets
1090
1119
  #
1091
1120
  class InvalidParameterException < Struct.new(
1092
1121
  :message)
1122
+ SENSITIVE = []
1093
1123
  include Aws::Structure
1094
1124
  end
1095
1125
 
@@ -1101,6 +1131,7 @@ module Aws::Budgets
1101
1131
  #
1102
1132
  class NotFoundException < Struct.new(
1103
1133
  :message)
1134
+ SENSITIVE = []
1104
1135
  include Aws::Structure
1105
1136
  end
1106
1137
 
@@ -1170,6 +1201,7 @@ module Aws::Budgets
1170
1201
  :threshold,
1171
1202
  :threshold_type,
1172
1203
  :notification_state)
1204
+ SENSITIVE = []
1173
1205
  include Aws::Structure
1174
1206
  end
1175
1207
 
@@ -1207,6 +1239,7 @@ module Aws::Budgets
1207
1239
  class NotificationWithSubscribers < Struct.new(
1208
1240
  :notification,
1209
1241
  :subscribers)
1242
+ SENSITIVE = []
1210
1243
  include Aws::Structure
1211
1244
  end
1212
1245
 
@@ -1240,6 +1273,7 @@ module Aws::Budgets
1240
1273
  class Spend < Struct.new(
1241
1274
  :amount,
1242
1275
  :unit)
1276
+ SENSITIVE = []
1243
1277
  include Aws::Structure
1244
1278
  end
1245
1279
 
@@ -1275,6 +1309,7 @@ module Aws::Budgets
1275
1309
  class Subscriber < Struct.new(
1276
1310
  :subscription_type,
1277
1311
  :address)
1312
+ SENSITIVE = [:address]
1278
1313
  include Aws::Structure
1279
1314
  end
1280
1315
 
@@ -1316,6 +1351,7 @@ module Aws::Budgets
1316
1351
  class TimePeriod < Struct.new(
1317
1352
  :start,
1318
1353
  :end)
1354
+ SENSITIVE = []
1319
1355
  include Aws::Structure
1320
1356
  end
1321
1357
 
@@ -1386,6 +1422,7 @@ module Aws::Budgets
1386
1422
  class UpdateBudgetRequest < Struct.new(
1387
1423
  :account_id,
1388
1424
  :new_budget)
1425
+ SENSITIVE = []
1389
1426
  include Aws::Structure
1390
1427
  end
1391
1428
 
@@ -1439,6 +1476,7 @@ module Aws::Budgets
1439
1476
  :budget_name,
1440
1477
  :old_notification,
1441
1478
  :new_notification)
1479
+ SENSITIVE = []
1442
1480
  include Aws::Structure
1443
1481
  end
1444
1482
 
@@ -1500,6 +1538,7 @@ module Aws::Budgets
1500
1538
  :notification,
1501
1539
  :old_subscriber,
1502
1540
  :new_subscriber)
1541
+ SENSITIVE = []
1503
1542
  include Aws::Structure
1504
1543
  end
1505
1544
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-budgets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.1
4
+ version: 1.32.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