@aws-sdk/client-budgets 3.296.0 → 3.298.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.
Files changed (84) hide show
  1. package/dist-cjs/commands/CreateBudgetActionCommand.js +1 -1
  2. package/dist-cjs/commands/CreateBudgetCommand.js +1 -1
  3. package/dist-cjs/commands/CreateNotificationCommand.js +1 -1
  4. package/dist-cjs/commands/CreateSubscriberCommand.js +1 -1
  5. package/dist-cjs/commands/DeleteBudgetActionCommand.js +1 -1
  6. package/dist-cjs/commands/DeleteBudgetCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteNotificationCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteSubscriberCommand.js +1 -1
  9. package/dist-cjs/commands/DescribeBudgetActionCommand.js +1 -1
  10. package/dist-cjs/commands/DescribeBudgetActionHistoriesCommand.js +1 -1
  11. package/dist-cjs/commands/DescribeBudgetActionsForAccountCommand.js +1 -1
  12. package/dist-cjs/commands/DescribeBudgetActionsForBudgetCommand.js +1 -1
  13. package/dist-cjs/commands/DescribeBudgetCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeBudgetNotificationsForAccountCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeBudgetPerformanceHistoryCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeBudgetsCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeNotificationsForBudgetCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeSubscribersForNotificationCommand.js +1 -1
  19. package/dist-cjs/commands/ExecuteBudgetActionCommand.js +2 -3
  20. package/dist-cjs/commands/UpdateBudgetCommand.js +2 -3
  21. package/dist-cjs/commands/UpdateNotificationCommand.js +2 -3
  22. package/dist-cjs/commands/UpdateSubscriberCommand.js +1 -1
  23. package/dist-cjs/models/models_0.js +1 -194
  24. package/dist-es/commands/CreateBudgetActionCommand.js +2 -2
  25. package/dist-es/commands/CreateBudgetCommand.js +2 -2
  26. package/dist-es/commands/CreateNotificationCommand.js +2 -2
  27. package/dist-es/commands/CreateSubscriberCommand.js +2 -2
  28. package/dist-es/commands/DeleteBudgetActionCommand.js +2 -2
  29. package/dist-es/commands/DeleteBudgetCommand.js +2 -3
  30. package/dist-es/commands/DeleteNotificationCommand.js +2 -3
  31. package/dist-es/commands/DeleteSubscriberCommand.js +2 -2
  32. package/dist-es/commands/DescribeBudgetActionCommand.js +2 -2
  33. package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +2 -2
  34. package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +2 -2
  35. package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +2 -2
  36. package/dist-es/commands/DescribeBudgetCommand.js +2 -3
  37. package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +2 -3
  38. package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +2 -3
  39. package/dist-es/commands/DescribeBudgetsCommand.js +2 -3
  40. package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +2 -3
  41. package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +2 -2
  42. package/dist-es/commands/ExecuteBudgetActionCommand.js +2 -3
  43. package/dist-es/commands/UpdateBudgetCommand.js +2 -3
  44. package/dist-es/commands/UpdateNotificationCommand.js +2 -3
  45. package/dist-es/commands/UpdateSubscriberCommand.js +2 -2
  46. package/dist-es/models/models_0.js +0 -144
  47. package/dist-types/Budgets.d.ts +24 -0
  48. package/dist-types/BudgetsClient.d.ts +24 -4
  49. package/dist-types/commands/CreateBudgetActionCommand.d.ts +16 -0
  50. package/dist-types/commands/CreateBudgetCommand.d.ts +16 -0
  51. package/dist-types/commands/CreateNotificationCommand.d.ts +16 -0
  52. package/dist-types/commands/CreateSubscriberCommand.d.ts +16 -0
  53. package/dist-types/commands/DeleteBudgetActionCommand.d.ts +16 -0
  54. package/dist-types/commands/DeleteBudgetCommand.d.ts +16 -0
  55. package/dist-types/commands/DeleteNotificationCommand.d.ts +16 -0
  56. package/dist-types/commands/DeleteSubscriberCommand.d.ts +16 -0
  57. package/dist-types/commands/DescribeBudgetActionCommand.d.ts +16 -0
  58. package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +16 -0
  59. package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +16 -0
  60. package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +16 -0
  61. package/dist-types/commands/DescribeBudgetCommand.d.ts +16 -0
  62. package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +16 -0
  63. package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +16 -0
  64. package/dist-types/commands/DescribeBudgetsCommand.d.ts +16 -0
  65. package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +16 -0
  66. package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +16 -0
  67. package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateBudgetActionCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateBudgetCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateNotificationCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateSubscriberCommand.d.ts +16 -0
  72. package/dist-types/models/BudgetsServiceException.d.ts +2 -0
  73. package/dist-types/models/models_0.d.ts +159 -192
  74. package/dist-types/pagination/DescribeBudgetActionHistoriesPaginator.d.ts +3 -0
  75. package/dist-types/pagination/DescribeBudgetActionsForAccountPaginator.d.ts +3 -0
  76. package/dist-types/pagination/DescribeBudgetActionsForBudgetPaginator.d.ts +3 -0
  77. package/dist-types/pagination/DescribeBudgetNotificationsForAccountPaginator.d.ts +3 -0
  78. package/dist-types/pagination/DescribeBudgetPerformanceHistoryPaginator.d.ts +3 -0
  79. package/dist-types/pagination/DescribeBudgetsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/DescribeNotificationsForBudgetPaginator.d.ts +3 -0
  81. package/dist-types/pagination/DescribeSubscribersForNotificationPaginator.d.ts +3 -0
  82. package/dist-types/pagination/Interfaces.d.ts +3 -0
  83. package/dist-types/ts3.4/models/models_0.d.ts +0 -132
  84. package/package.json +4 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { BudgetsServiceException as __BaseException } from "./BudgetsServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>You are not authorized to use this operation with the given parameters.</p>
5
6
  */
6
7
  export declare class AccessDeniedException extends __BaseException {
@@ -15,11 +16,15 @@ export declare class AccessDeniedException extends __BaseException {
15
16
  */
16
17
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
17
18
  }
19
+ /**
20
+ * @public
21
+ */
18
22
  export declare enum ThresholdType {
19
23
  ABSOLUTE_VALUE = "ABSOLUTE_VALUE",
20
24
  PERCENTAGE = "PERCENTAGE"
21
25
  }
22
26
  /**
27
+ * @public
23
28
  * <p>The trigger threshold of the action. </p>
24
29
  */
25
30
  export interface ActionThreshold {
@@ -32,16 +37,23 @@ export interface ActionThreshold {
32
37
  */
33
38
  ActionThresholdType: ThresholdType | string | undefined;
34
39
  }
40
+ /**
41
+ * @public
42
+ */
35
43
  export declare enum ActionType {
36
44
  IAM = "APPLY_IAM_POLICY",
37
45
  SCP = "APPLY_SCP_POLICY",
38
46
  SSM = "RUN_SSM_DOCUMENTS"
39
47
  }
48
+ /**
49
+ * @public
50
+ */
40
51
  export declare enum ApprovalModel {
41
52
  AUTO = "AUTOMATIC",
42
53
  MANUAL = "MANUAL"
43
54
  }
44
55
  /**
56
+ * @public
45
57
  * <p>The Identity and Access Management (IAM) action definition details. </p>
46
58
  */
47
59
  export interface IamActionDefinition {
@@ -63,6 +75,7 @@ export interface IamActionDefinition {
63
75
  Users?: string[];
64
76
  }
65
77
  /**
78
+ * @public
66
79
  * <p>The service control policies (SCP) action definition details. </p>
67
80
  */
68
81
  export interface ScpActionDefinition {
@@ -75,11 +88,15 @@ export interface ScpActionDefinition {
75
88
  */
76
89
  TargetIds: string[] | undefined;
77
90
  }
91
+ /**
92
+ * @public
93
+ */
78
94
  export declare enum ActionSubType {
79
95
  STOP_EC2 = "STOP_EC2_INSTANCES",
80
96
  STOP_RDS = "STOP_RDS_INSTANCES"
81
97
  }
82
98
  /**
99
+ * @public
83
100
  * <p>The Amazon Web Services Systems Manager (SSM) action definition details. </p>
84
101
  */
85
102
  export interface SsmActionDefinition {
@@ -97,6 +114,7 @@ export interface SsmActionDefinition {
97
114
  InstanceIds: string[] | undefined;
98
115
  }
99
116
  /**
117
+ * @public
100
118
  * <p>Specifies all of the type-specific parameters. </p>
101
119
  */
102
120
  export interface Definition {
@@ -113,10 +131,16 @@ export interface Definition {
113
131
  */
114
132
  SsmActionDefinition?: SsmActionDefinition;
115
133
  }
134
+ /**
135
+ * @public
136
+ */
116
137
  export declare enum NotificationType {
117
138
  ACTUAL = "ACTUAL",
118
139
  FORECASTED = "FORECASTED"
119
140
  }
141
+ /**
142
+ * @public
143
+ */
120
144
  export declare enum ActionStatus {
121
145
  Execution_Failure = "EXECUTION_FAILURE",
122
146
  Execution_In_Progress = "EXECUTION_IN_PROGRESS",
@@ -129,11 +153,15 @@ export declare enum ActionStatus {
129
153
  Reverse_Success = "REVERSE_SUCCESS",
130
154
  Standby = "STANDBY"
131
155
  }
156
+ /**
157
+ * @public
158
+ */
132
159
  export declare enum SubscriptionType {
133
160
  EMAIL = "EMAIL",
134
161
  SNS = "SNS"
135
162
  }
136
163
  /**
164
+ * @public
137
165
  * <p>The subscriber to a budget notification. The subscriber consists of a subscription type and either an Amazon SNS topic or an email address.</p>
138
166
  * <p>For example, an email subscriber has the following parameters:</p>
139
167
  * <ul>
@@ -159,6 +187,7 @@ export interface Subscriber {
159
187
  Address: string | undefined;
160
188
  }
161
189
  /**
190
+ * @public
162
191
  * <p>A budget action resource. </p>
163
192
  */
164
193
  export interface Action {
@@ -206,6 +235,7 @@ export interface Action {
206
235
  Subscribers: Subscriber[] | undefined;
207
236
  }
208
237
  /**
238
+ * @public
209
239
  * <p>The description of the details for the event. </p>
210
240
  */
211
241
  export interface ActionHistoryDetails {
@@ -218,6 +248,9 @@ export interface ActionHistoryDetails {
218
248
  */
219
249
  Action: Action | undefined;
220
250
  }
251
+ /**
252
+ * @public
253
+ */
221
254
  export declare enum EventType {
222
255
  CreateAction = "CREATE_ACTION",
223
256
  DeleteAction = "DELETE_ACTION",
@@ -226,6 +259,7 @@ export declare enum EventType {
226
259
  UpdateAction = "UPDATE_ACTION"
227
260
  }
228
261
  /**
262
+ * @public
229
263
  * <p>The historical records for a budget action. </p>
230
264
  */
231
265
  export interface ActionHistory {
@@ -247,11 +281,15 @@ export interface ActionHistory {
247
281
  */
248
282
  ActionHistoryDetails: ActionHistoryDetails | undefined;
249
283
  }
284
+ /**
285
+ * @public
286
+ */
250
287
  export declare enum AutoAdjustType {
251
288
  FORECAST = "FORECAST",
252
289
  HISTORICAL = "HISTORICAL"
253
290
  }
254
291
  /**
292
+ * @public
255
293
  * <p>The parameters that define or describe the historical data that your auto-adjusting budget is based on.</p>
256
294
  */
257
295
  export interface HistoricalOptions {
@@ -281,6 +319,7 @@ export interface HistoricalOptions {
281
319
  LookBackAvailablePeriods?: number;
282
320
  }
283
321
  /**
322
+ * @public
284
323
  * <p>The parameters that determine the budget amount for an auto-adjusting budget.</p>
285
324
  */
286
325
  export interface AutoAdjustData {
@@ -298,6 +337,7 @@ export interface AutoAdjustData {
298
337
  LastAutoAdjustTime?: Date;
299
338
  }
300
339
  /**
340
+ * @public
301
341
  * <p>The amount of cost or usage that's measured for a budget.</p>
302
342
  * <p>For example, a <code>Spend</code> for <code>3 GB</code> of S3 usage has the following
303
343
  * parameters:</p>
@@ -324,6 +364,9 @@ export interface Spend {
324
364
  */
325
365
  Unit: string | undefined;
326
366
  }
367
+ /**
368
+ * @public
369
+ */
327
370
  export declare enum BudgetType {
328
371
  Cost = "COST",
329
372
  RICoverage = "RI_COVERAGE",
@@ -333,6 +376,7 @@ export declare enum BudgetType {
333
376
  Usage = "USAGE"
334
377
  }
335
378
  /**
379
+ * @public
336
380
  * <p>The spend objects that are associated with this budget. The <code>actualSpend</code> tracks
337
381
  * how much you've used, cost, usage, RI units, or Savings Plans units and the
338
382
  * <code>forecastedSpend</code> tracks how much that you're predicted to spend based on
@@ -353,6 +397,7 @@ export interface CalculatedSpend {
353
397
  ForecastedSpend?: Spend;
354
398
  }
355
399
  /**
400
+ * @public
356
401
  * <p>The types of cost that are included in a <code>COST</code> budget, such as tax and subscriptions.</p>
357
402
  * <p>
358
403
  * <code>USAGE</code>, <code>RI_UTILIZATION</code>, <code>RI_COVERAGE</code>,
@@ -417,6 +462,7 @@ export interface CostTypes {
417
462
  UseAmortized?: boolean;
418
463
  }
419
464
  /**
465
+ * @public
420
466
  * <p>The period of time that's covered by a budget. The period has a start date and an end date.
421
467
  * The start date must come before the end date. There are no restrictions on the end date. </p>
422
468
  */
@@ -434,6 +480,9 @@ export interface TimePeriod {
434
480
  */
435
481
  End?: Date;
436
482
  }
483
+ /**
484
+ * @public
485
+ */
437
486
  export declare enum TimeUnit {
438
487
  ANNUALLY = "ANNUALLY",
439
488
  DAILY = "DAILY",
@@ -441,6 +490,7 @@ export declare enum TimeUnit {
441
490
  QUARTERLY = "QUARTERLY"
442
491
  }
443
492
  /**
493
+ * @public
444
494
  * <p>Represents the output of the <code>CreateBudget</code> operation. The content consists of the detailed metadata and data file information, and the current status of the <code>budget</code> object.</p>
445
495
  * <p>This is the Amazon Resource Name (ARN) pattern for a budget: </p>
446
496
  * <p>
@@ -555,16 +605,23 @@ export interface Budget {
555
605
  */
556
606
  AutoAdjustData?: AutoAdjustData;
557
607
  }
608
+ /**
609
+ * @public
610
+ */
558
611
  export declare enum ComparisonOperator {
559
612
  EQUAL_TO = "EQUAL_TO",
560
613
  GREATER_THAN = "GREATER_THAN",
561
614
  LESS_THAN = "LESS_THAN"
562
615
  }
616
+ /**
617
+ * @public
618
+ */
563
619
  export declare enum NotificationState {
564
620
  ALARM = "ALARM",
565
621
  OK = "OK"
566
622
  }
567
623
  /**
624
+ * @public
568
625
  * <p>A notification that's associated with a budget. A budget can have up to ten notifications. </p>
569
626
  * <p>Each notification must have at least one subscriber. A notification can have one SNS subscriber and up to 10 email subscribers, for a total of 11 subscribers.</p>
570
627
  * <p>For example, if you have a budget for 200 dollars and you want to be notified when you go over 160 dollars, create a notification with the following parameters:</p>
@@ -614,6 +671,7 @@ export interface Notification {
614
671
  NotificationState?: NotificationState | string;
615
672
  }
616
673
  /**
674
+ * @public
617
675
  * <p>A notification with subscribers. A notification can have one SNS subscriber and up to 10 email subscribers, for a total of 11 subscribers.</p>
618
676
  */
619
677
  export interface NotificationWithSubscribers {
@@ -627,6 +685,7 @@ export interface NotificationWithSubscribers {
627
685
  Subscribers: Subscriber[] | undefined;
628
686
  }
629
687
  /**
688
+ * @public
630
689
  * <p> Request of CreateBudget </p>
631
690
  */
632
691
  export interface CreateBudgetRequest {
@@ -644,11 +703,13 @@ export interface CreateBudgetRequest {
644
703
  NotificationsWithSubscribers?: NotificationWithSubscribers[];
645
704
  }
646
705
  /**
706
+ * @public
647
707
  * <p> Response of CreateBudget </p>
648
708
  */
649
709
  export interface CreateBudgetResponse {
650
710
  }
651
711
  /**
712
+ * @public
652
713
  * <p>You've exceeded the notification or subscriber limit.</p>
653
714
  */
654
715
  export declare class CreationLimitExceededException extends __BaseException {
@@ -664,6 +725,7 @@ export declare class CreationLimitExceededException extends __BaseException {
664
725
  constructor(opts: __ExceptionOptionType<CreationLimitExceededException, __BaseException>);
665
726
  }
666
727
  /**
728
+ * @public
667
729
  * <p>The budget name already exists. Budget names must be unique within an account.</p>
668
730
  */
669
731
  export declare class DuplicateRecordException extends __BaseException {
@@ -679,6 +741,7 @@ export declare class DuplicateRecordException extends __BaseException {
679
741
  constructor(opts: __ExceptionOptionType<DuplicateRecordException, __BaseException>);
680
742
  }
681
743
  /**
744
+ * @public
682
745
  * <p>An error on the server occurred during the processing of your request. Try again later.</p>
683
746
  */
684
747
  export declare class InternalErrorException extends __BaseException {
@@ -694,6 +757,7 @@ export declare class InternalErrorException extends __BaseException {
694
757
  constructor(opts: __ExceptionOptionType<InternalErrorException, __BaseException>);
695
758
  }
696
759
  /**
760
+ * @public
697
761
  * <p>An error on the client occurred. Typically, the cause is an invalid input value.</p>
698
762
  */
699
763
  export declare class InvalidParameterException extends __BaseException {
@@ -709,6 +773,7 @@ export declare class InvalidParameterException extends __BaseException {
709
773
  constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
710
774
  }
711
775
  /**
776
+ * @public
712
777
  * <p>
713
778
  * The number of API requests has exceeded the maximum allowed API request throttling limit for the account.
714
779
  * </p>
@@ -725,6 +790,9 @@ export declare class ThrottlingException extends __BaseException {
725
790
  */
726
791
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
727
792
  }
793
+ /**
794
+ * @public
795
+ */
728
796
  export interface CreateBudgetActionRequest {
729
797
  /**
730
798
  * <p>The account ID of the user. It's a 12-digit number.</p>
@@ -769,6 +837,9 @@ export interface CreateBudgetActionRequest {
769
837
  */
770
838
  Subscribers: Subscriber[] | undefined;
771
839
  }
840
+ /**
841
+ * @public
842
+ */
772
843
  export interface CreateBudgetActionResponse {
773
844
  /**
774
845
  * <p>The account ID of the user. It's a 12-digit number.</p>
@@ -786,6 +857,7 @@ export interface CreateBudgetActionResponse {
786
857
  ActionId: string | undefined;
787
858
  }
788
859
  /**
860
+ * @public
789
861
  * <p>We can’t locate the resource that you specified.</p>
790
862
  */
791
863
  export declare class NotFoundException extends __BaseException {
@@ -801,6 +873,7 @@ export declare class NotFoundException extends __BaseException {
801
873
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
802
874
  }
803
875
  /**
876
+ * @public
804
877
  * <p> Request of CreateNotification </p>
805
878
  */
806
879
  export interface CreateNotificationRequest {
@@ -822,11 +895,13 @@ export interface CreateNotificationRequest {
822
895
  Subscribers: Subscriber[] | undefined;
823
896
  }
824
897
  /**
898
+ * @public
825
899
  * <p> Response of CreateNotification </p>
826
900
  */
827
901
  export interface CreateNotificationResponse {
828
902
  }
829
903
  /**
904
+ * @public
830
905
  * <p> Request of CreateSubscriber </p>
831
906
  */
832
907
  export interface CreateSubscriberRequest {
@@ -848,11 +923,13 @@ export interface CreateSubscriberRequest {
848
923
  Subscriber: Subscriber | undefined;
849
924
  }
850
925
  /**
926
+ * @public
851
927
  * <p> Response of CreateSubscriber </p>
852
928
  */
853
929
  export interface CreateSubscriberResponse {
854
930
  }
855
931
  /**
932
+ * @public
856
933
  * <p> Request of DeleteBudget </p>
857
934
  */
858
935
  export interface DeleteBudgetRequest {
@@ -866,10 +943,14 @@ export interface DeleteBudgetRequest {
866
943
  BudgetName: string | undefined;
867
944
  }
868
945
  /**
946
+ * @public
869
947
  * <p> Response of DeleteBudget </p>
870
948
  */
871
949
  export interface DeleteBudgetResponse {
872
950
  }
951
+ /**
952
+ * @public
953
+ */
873
954
  export interface DeleteBudgetActionRequest {
874
955
  /**
875
956
  * <p>The account ID of the user. It's a 12-digit number.</p>
@@ -886,6 +967,9 @@ export interface DeleteBudgetActionRequest {
886
967
  */
887
968
  ActionId: string | undefined;
888
969
  }
970
+ /**
971
+ * @public
972
+ */
889
973
  export interface DeleteBudgetActionResponse {
890
974
  /**
891
975
  * <p>The account ID of the user. It's a 12-digit number.</p>
@@ -901,6 +985,7 @@ export interface DeleteBudgetActionResponse {
901
985
  Action: Action | undefined;
902
986
  }
903
987
  /**
988
+ * @public
904
989
  * <p> The request was received and recognized by the server, but the server rejected that
905
990
  * particular method for the requested resource. </p>
906
991
  */
@@ -917,6 +1002,7 @@ export declare class ResourceLockedException extends __BaseException {
917
1002
  constructor(opts: __ExceptionOptionType<ResourceLockedException, __BaseException>);
918
1003
  }
919
1004
  /**
1005
+ * @public
920
1006
  * <p> Request of DeleteNotification </p>
921
1007
  */
922
1008
  export interface DeleteNotificationRequest {
@@ -934,11 +1020,13 @@ export interface DeleteNotificationRequest {
934
1020
  Notification: Notification | undefined;
935
1021
  }
936
1022
  /**
1023
+ * @public
937
1024
  * <p> Response of DeleteNotification </p>
938
1025
  */
939
1026
  export interface DeleteNotificationResponse {
940
1027
  }
941
1028
  /**
1029
+ * @public
942
1030
  * <p> Request of DeleteSubscriber </p>
943
1031
  */
944
1032
  export interface DeleteSubscriberRequest {
@@ -960,11 +1048,13 @@ export interface DeleteSubscriberRequest {
960
1048
  Subscriber: Subscriber | undefined;
961
1049
  }
962
1050
  /**
1051
+ * @public
963
1052
  * <p> Response of DeleteSubscriber </p>
964
1053
  */
965
1054
  export interface DeleteSubscriberResponse {
966
1055
  }
967
1056
  /**
1057
+ * @public
968
1058
  * <p> Request of DescribeBudget </p>
969
1059
  */
970
1060
  export interface DescribeBudgetRequest {
@@ -978,6 +1068,7 @@ export interface DescribeBudgetRequest {
978
1068
  BudgetName: string | undefined;
979
1069
  }
980
1070
  /**
1071
+ * @public
981
1072
  * <p> Response of DescribeBudget </p>
982
1073
  */
983
1074
  export interface DescribeBudgetResponse {
@@ -986,6 +1077,9 @@ export interface DescribeBudgetResponse {
986
1077
  */
987
1078
  Budget?: Budget;
988
1079
  }
1080
+ /**
1081
+ * @public
1082
+ */
989
1083
  export interface DescribeBudgetActionRequest {
990
1084
  /**
991
1085
  * <p>The account ID of the user. It's a 12-digit number.</p>
@@ -1002,6 +1096,9 @@ export interface DescribeBudgetActionRequest {
1002
1096
  */
1003
1097
  ActionId: string | undefined;
1004
1098
  }
1099
+ /**
1100
+ * @public
1101
+ */
1005
1102
  export interface DescribeBudgetActionResponse {
1006
1103
  /**
1007
1104
  * <p>The account ID of the user. It's a 12-digit number.</p>
@@ -1018,6 +1115,9 @@ export interface DescribeBudgetActionResponse {
1018
1115
  */
1019
1116
  Action: Action | undefined;
1020
1117
  }
1118
+ /**
1119
+ * @public
1120
+ */
1021
1121
  export interface DescribeBudgetActionHistoriesRequest {
1022
1122
  /**
1023
1123
  * <p>The account ID of the user. It's a 12-digit number.</p>
@@ -1047,6 +1147,9 @@ export interface DescribeBudgetActionHistoriesRequest {
1047
1147
  */
1048
1148
  NextToken?: string;
1049
1149
  }
1150
+ /**
1151
+ * @public
1152
+ */
1050
1153
  export interface DescribeBudgetActionHistoriesResponse {
1051
1154
  /**
1052
1155
  * <p>
@@ -1060,6 +1163,7 @@ export interface DescribeBudgetActionHistoriesResponse {
1060
1163
  NextToken?: string;
1061
1164
  }
1062
1165
  /**
1166
+ * @public
1063
1167
  * <p>The pagination token is invalid.</p>
1064
1168
  */
1065
1169
  export declare class InvalidNextTokenException extends __BaseException {
@@ -1074,6 +1178,9 @@ export declare class InvalidNextTokenException extends __BaseException {
1074
1178
  */
1075
1179
  constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
1076
1180
  }
1181
+ /**
1182
+ * @public
1183
+ */
1077
1184
  export interface DescribeBudgetActionsForAccountRequest {
1078
1185
  /**
1079
1186
  * <p>The account ID of the user. It's a 12-digit number.</p>
@@ -1088,6 +1195,9 @@ export interface DescribeBudgetActionsForAccountRequest {
1088
1195
  */
1089
1196
  NextToken?: string;
1090
1197
  }
1198
+ /**
1199
+ * @public
1200
+ */
1091
1201
  export interface DescribeBudgetActionsForAccountResponse {
1092
1202
  /**
1093
1203
  * <p>
@@ -1100,6 +1210,9 @@ export interface DescribeBudgetActionsForAccountResponse {
1100
1210
  */
1101
1211
  NextToken?: string;
1102
1212
  }
1213
+ /**
1214
+ * @public
1215
+ */
1103
1216
  export interface DescribeBudgetActionsForBudgetRequest {
1104
1217
  /**
1105
1218
  * <p>The account ID of the user. It's a 12-digit number.</p>
@@ -1118,6 +1231,9 @@ export interface DescribeBudgetActionsForBudgetRequest {
1118
1231
  */
1119
1232
  NextToken?: string;
1120
1233
  }
1234
+ /**
1235
+ * @public
1236
+ */
1121
1237
  export interface DescribeBudgetActionsForBudgetResponse {
1122
1238
  /**
1123
1239
  * <p>
@@ -1130,6 +1246,9 @@ export interface DescribeBudgetActionsForBudgetResponse {
1130
1246
  */
1131
1247
  NextToken?: string;
1132
1248
  }
1249
+ /**
1250
+ * @public
1251
+ */
1133
1252
  export interface DescribeBudgetNotificationsForAccountRequest {
1134
1253
  /**
1135
1254
  * <p>The account ID of the user. It's a 12-digit number.</p>
@@ -1147,6 +1266,7 @@ export interface DescribeBudgetNotificationsForAccountRequest {
1147
1266
  NextToken?: string;
1148
1267
  }
1149
1268
  /**
1269
+ * @public
1150
1270
  * <p>
1151
1271
  * The budget name and associated notifications for an account.
1152
1272
  * </p>
@@ -1161,6 +1281,9 @@ export interface BudgetNotificationsForAccount {
1161
1281
  */
1162
1282
  BudgetName?: string;
1163
1283
  }
1284
+ /**
1285
+ * @public
1286
+ */
1164
1287
  export interface DescribeBudgetNotificationsForAccountResponse {
1165
1288
  /**
1166
1289
  * <p>
@@ -1174,6 +1297,7 @@ export interface DescribeBudgetNotificationsForAccountResponse {
1174
1297
  NextToken?: string;
1175
1298
  }
1176
1299
  /**
1300
+ * @public
1177
1301
  * <p>The pagination token expired.</p>
1178
1302
  */
1179
1303
  export declare class ExpiredNextTokenException extends __BaseException {
@@ -1188,6 +1312,9 @@ export declare class ExpiredNextTokenException extends __BaseException {
1188
1312
  */
1189
1313
  constructor(opts: __ExceptionOptionType<ExpiredNextTokenException, __BaseException>);
1190
1314
  }
1315
+ /**
1316
+ * @public
1317
+ */
1191
1318
  export interface DescribeBudgetPerformanceHistoryRequest {
1192
1319
  /**
1193
1320
  * <p>The account ID of the user. It's a 12-digit number.</p>
@@ -1211,6 +1338,7 @@ export interface DescribeBudgetPerformanceHistoryRequest {
1211
1338
  NextToken?: string;
1212
1339
  }
1213
1340
  /**
1341
+ * @public
1214
1342
  * <p>The amount of cost or usage that you created the budget for, compared to your actual costs or usage.</p>
1215
1343
  */
1216
1344
  export interface BudgetedAndActualAmounts {
@@ -1228,6 +1356,7 @@ export interface BudgetedAndActualAmounts {
1228
1356
  TimePeriod?: TimePeriod;
1229
1357
  }
1230
1358
  /**
1359
+ * @public
1231
1360
  * <p>A history of the state of a budget at the end of the budget's specified time period.</p>
1232
1361
  */
1233
1362
  export interface BudgetPerformanceHistory {
@@ -1259,6 +1388,9 @@ export interface BudgetPerformanceHistory {
1259
1388
  */
1260
1389
  BudgetedAndActualAmountsList?: BudgetedAndActualAmounts[];
1261
1390
  }
1391
+ /**
1392
+ * @public
1393
+ */
1262
1394
  export interface DescribeBudgetPerformanceHistoryResponse {
1263
1395
  /**
1264
1396
  * <p>The history of how often the budget has gone into an <code>ALARM</code> state.</p>
@@ -1271,6 +1403,7 @@ export interface DescribeBudgetPerformanceHistoryResponse {
1271
1403
  NextToken?: string;
1272
1404
  }
1273
1405
  /**
1406
+ * @public
1274
1407
  * <p> Request of DescribeBudgets </p>
1275
1408
  */
1276
1409
  export interface DescribeBudgetsRequest {
@@ -1288,6 +1421,7 @@ export interface DescribeBudgetsRequest {
1288
1421
  NextToken?: string;
1289
1422
  }
1290
1423
  /**
1424
+ * @public
1291
1425
  * <p> Response of DescribeBudgets </p>
1292
1426
  */
1293
1427
  export interface DescribeBudgetsResponse {
@@ -1301,6 +1435,7 @@ export interface DescribeBudgetsResponse {
1301
1435
  NextToken?: string;
1302
1436
  }
1303
1437
  /**
1438
+ * @public
1304
1439
  * <p> Request of DescribeNotificationsForBudget </p>
1305
1440
  */
1306
1441
  export interface DescribeNotificationsForBudgetRequest {
@@ -1322,6 +1457,7 @@ export interface DescribeNotificationsForBudgetRequest {
1322
1457
  NextToken?: string;
1323
1458
  }
1324
1459
  /**
1460
+ * @public
1325
1461
  * <p> Response of GetNotificationsForBudget </p>
1326
1462
  */
1327
1463
  export interface DescribeNotificationsForBudgetResponse {
@@ -1335,6 +1471,7 @@ export interface DescribeNotificationsForBudgetResponse {
1335
1471
  NextToken?: string;
1336
1472
  }
1337
1473
  /**
1474
+ * @public
1338
1475
  * <p> Request of DescribeSubscribersForNotification </p>
1339
1476
  */
1340
1477
  export interface DescribeSubscribersForNotificationRequest {
@@ -1360,6 +1497,7 @@ export interface DescribeSubscribersForNotificationRequest {
1360
1497
  NextToken?: string;
1361
1498
  }
1362
1499
  /**
1500
+ * @public
1363
1501
  * <p> Response of DescribeSubscribersForNotification </p>
1364
1502
  */
1365
1503
  export interface DescribeSubscribersForNotificationResponse {
@@ -1372,12 +1510,18 @@ export interface DescribeSubscribersForNotificationResponse {
1372
1510
  */
1373
1511
  NextToken?: string;
1374
1512
  }
1513
+ /**
1514
+ * @public
1515
+ */
1375
1516
  export declare enum ExecutionType {
1376
1517
  ApproveBudgetAction = "APPROVE_BUDGET_ACTION",
1377
1518
  ResetBudgetAction = "RESET_BUDGET_ACTION",
1378
1519
  RetryBudgetAction = "RETRY_BUDGET_ACTION",
1379
1520
  ReverseBudgetAction = "REVERSE_BUDGET_ACTION"
1380
1521
  }
1522
+ /**
1523
+ * @public
1524
+ */
1381
1525
  export interface ExecuteBudgetActionRequest {
1382
1526
  /**
1383
1527
  * <p>The account ID of the user. It's a 12-digit number.</p>
@@ -1400,6 +1544,9 @@ export interface ExecuteBudgetActionRequest {
1400
1544
  */
1401
1545
  ExecutionType: ExecutionType | string | undefined;
1402
1546
  }
1547
+ /**
1548
+ * @public
1549
+ */
1403
1550
  export interface ExecuteBudgetActionResponse {
1404
1551
  /**
1405
1552
  * <p>The account ID of the user. It's a 12-digit number.</p>
@@ -1423,6 +1570,7 @@ export interface ExecuteBudgetActionResponse {
1423
1570
  ExecutionType: ExecutionType | string | undefined;
1424
1571
  }
1425
1572
  /**
1573
+ * @public
1426
1574
  * <p> Request of UpdateBudget </p>
1427
1575
  */
1428
1576
  export interface UpdateBudgetRequest {
@@ -1436,10 +1584,14 @@ export interface UpdateBudgetRequest {
1436
1584
  NewBudget: Budget | undefined;
1437
1585
  }
1438
1586
  /**
1587
+ * @public
1439
1588
  * <p> Response of UpdateBudget </p>
1440
1589
  */
1441
1590
  export interface UpdateBudgetResponse {
1442
1591
  }
1592
+ /**
1593
+ * @public
1594
+ */
1443
1595
  export interface UpdateBudgetActionRequest {
1444
1596
  /**
1445
1597
  * <p>The account ID of the user. It's a 12-digit number.</p>
@@ -1484,6 +1636,9 @@ export interface UpdateBudgetActionRequest {
1484
1636
  */
1485
1637
  Subscribers?: Subscriber[];
1486
1638
  }
1639
+ /**
1640
+ * @public
1641
+ */
1487
1642
  export interface UpdateBudgetActionResponse {
1488
1643
  /**
1489
1644
  * <p>The account ID of the user. It's a 12-digit number.</p>
@@ -1507,6 +1662,7 @@ export interface UpdateBudgetActionResponse {
1507
1662
  NewAction: Action | undefined;
1508
1663
  }
1509
1664
  /**
1665
+ * @public
1510
1666
  * <p> Request of UpdateNotification </p>
1511
1667
  */
1512
1668
  export interface UpdateNotificationRequest {
@@ -1528,11 +1684,13 @@ export interface UpdateNotificationRequest {
1528
1684
  NewNotification: Notification | undefined;
1529
1685
  }
1530
1686
  /**
1687
+ * @public
1531
1688
  * <p> Response of UpdateNotification </p>
1532
1689
  */
1533
1690
  export interface UpdateNotificationResponse {
1534
1691
  }
1535
1692
  /**
1693
+ * @public
1536
1694
  * <p> Request of UpdateSubscriber </p>
1537
1695
  */
1538
1696
  export interface UpdateSubscriberRequest {
@@ -1558,30 +1716,11 @@ export interface UpdateSubscriberRequest {
1558
1716
  NewSubscriber: Subscriber | undefined;
1559
1717
  }
1560
1718
  /**
1719
+ * @public
1561
1720
  * <p> Response of UpdateSubscriber </p>
1562
1721
  */
1563
1722
  export interface UpdateSubscriberResponse {
1564
1723
  }
1565
- /**
1566
- * @internal
1567
- */
1568
- export declare const ActionThresholdFilterSensitiveLog: (obj: ActionThreshold) => any;
1569
- /**
1570
- * @internal
1571
- */
1572
- export declare const IamActionDefinitionFilterSensitiveLog: (obj: IamActionDefinition) => any;
1573
- /**
1574
- * @internal
1575
- */
1576
- export declare const ScpActionDefinitionFilterSensitiveLog: (obj: ScpActionDefinition) => any;
1577
- /**
1578
- * @internal
1579
- */
1580
- export declare const SsmActionDefinitionFilterSensitiveLog: (obj: SsmActionDefinition) => any;
1581
- /**
1582
- * @internal
1583
- */
1584
- export declare const DefinitionFilterSensitiveLog: (obj: Definition) => any;
1585
1724
  /**
1586
1725
  * @internal
1587
1726
  */
@@ -1598,38 +1737,6 @@ export declare const ActionHistoryDetailsFilterSensitiveLog: (obj: ActionHistory
1598
1737
  * @internal
1599
1738
  */
1600
1739
  export declare const ActionHistoryFilterSensitiveLog: (obj: ActionHistory) => any;
1601
- /**
1602
- * @internal
1603
- */
1604
- export declare const HistoricalOptionsFilterSensitiveLog: (obj: HistoricalOptions) => any;
1605
- /**
1606
- * @internal
1607
- */
1608
- export declare const AutoAdjustDataFilterSensitiveLog: (obj: AutoAdjustData) => any;
1609
- /**
1610
- * @internal
1611
- */
1612
- export declare const SpendFilterSensitiveLog: (obj: Spend) => any;
1613
- /**
1614
- * @internal
1615
- */
1616
- export declare const CalculatedSpendFilterSensitiveLog: (obj: CalculatedSpend) => any;
1617
- /**
1618
- * @internal
1619
- */
1620
- export declare const CostTypesFilterSensitiveLog: (obj: CostTypes) => any;
1621
- /**
1622
- * @internal
1623
- */
1624
- export declare const TimePeriodFilterSensitiveLog: (obj: TimePeriod) => any;
1625
- /**
1626
- * @internal
1627
- */
1628
- export declare const BudgetFilterSensitiveLog: (obj: Budget) => any;
1629
- /**
1630
- * @internal
1631
- */
1632
- export declare const NotificationFilterSensitiveLog: (obj: Notification) => any;
1633
1740
  /**
1634
1741
  * @internal
1635
1742
  */
@@ -1638,174 +1745,46 @@ export declare const NotificationWithSubscribersFilterSensitiveLog: (obj: Notifi
1638
1745
  * @internal
1639
1746
  */
1640
1747
  export declare const CreateBudgetRequestFilterSensitiveLog: (obj: CreateBudgetRequest) => any;
1641
- /**
1642
- * @internal
1643
- */
1644
- export declare const CreateBudgetResponseFilterSensitiveLog: (obj: CreateBudgetResponse) => any;
1645
1748
  /**
1646
1749
  * @internal
1647
1750
  */
1648
1751
  export declare const CreateBudgetActionRequestFilterSensitiveLog: (obj: CreateBudgetActionRequest) => any;
1649
- /**
1650
- * @internal
1651
- */
1652
- export declare const CreateBudgetActionResponseFilterSensitiveLog: (obj: CreateBudgetActionResponse) => any;
1653
1752
  /**
1654
1753
  * @internal
1655
1754
  */
1656
1755
  export declare const CreateNotificationRequestFilterSensitiveLog: (obj: CreateNotificationRequest) => any;
1657
- /**
1658
- * @internal
1659
- */
1660
- export declare const CreateNotificationResponseFilterSensitiveLog: (obj: CreateNotificationResponse) => any;
1661
1756
  /**
1662
1757
  * @internal
1663
1758
  */
1664
1759
  export declare const CreateSubscriberRequestFilterSensitiveLog: (obj: CreateSubscriberRequest) => any;
1665
- /**
1666
- * @internal
1667
- */
1668
- export declare const CreateSubscriberResponseFilterSensitiveLog: (obj: CreateSubscriberResponse) => any;
1669
- /**
1670
- * @internal
1671
- */
1672
- export declare const DeleteBudgetRequestFilterSensitiveLog: (obj: DeleteBudgetRequest) => any;
1673
- /**
1674
- * @internal
1675
- */
1676
- export declare const DeleteBudgetResponseFilterSensitiveLog: (obj: DeleteBudgetResponse) => any;
1677
- /**
1678
- * @internal
1679
- */
1680
- export declare const DeleteBudgetActionRequestFilterSensitiveLog: (obj: DeleteBudgetActionRequest) => any;
1681
1760
  /**
1682
1761
  * @internal
1683
1762
  */
1684
1763
  export declare const DeleteBudgetActionResponseFilterSensitiveLog: (obj: DeleteBudgetActionResponse) => any;
1685
- /**
1686
- * @internal
1687
- */
1688
- export declare const DeleteNotificationRequestFilterSensitiveLog: (obj: DeleteNotificationRequest) => any;
1689
- /**
1690
- * @internal
1691
- */
1692
- export declare const DeleteNotificationResponseFilterSensitiveLog: (obj: DeleteNotificationResponse) => any;
1693
1764
  /**
1694
1765
  * @internal
1695
1766
  */
1696
1767
  export declare const DeleteSubscriberRequestFilterSensitiveLog: (obj: DeleteSubscriberRequest) => any;
1697
- /**
1698
- * @internal
1699
- */
1700
- export declare const DeleteSubscriberResponseFilterSensitiveLog: (obj: DeleteSubscriberResponse) => any;
1701
- /**
1702
- * @internal
1703
- */
1704
- export declare const DescribeBudgetRequestFilterSensitiveLog: (obj: DescribeBudgetRequest) => any;
1705
- /**
1706
- * @internal
1707
- */
1708
- export declare const DescribeBudgetResponseFilterSensitiveLog: (obj: DescribeBudgetResponse) => any;
1709
- /**
1710
- * @internal
1711
- */
1712
- export declare const DescribeBudgetActionRequestFilterSensitiveLog: (obj: DescribeBudgetActionRequest) => any;
1713
1768
  /**
1714
1769
  * @internal
1715
1770
  */
1716
1771
  export declare const DescribeBudgetActionResponseFilterSensitiveLog: (obj: DescribeBudgetActionResponse) => any;
1717
- /**
1718
- * @internal
1719
- */
1720
- export declare const DescribeBudgetActionHistoriesRequestFilterSensitiveLog: (obj: DescribeBudgetActionHistoriesRequest) => any;
1721
1772
  /**
1722
1773
  * @internal
1723
1774
  */
1724
1775
  export declare const DescribeBudgetActionHistoriesResponseFilterSensitiveLog: (obj: DescribeBudgetActionHistoriesResponse) => any;
1725
- /**
1726
- * @internal
1727
- */
1728
- export declare const DescribeBudgetActionsForAccountRequestFilterSensitiveLog: (obj: DescribeBudgetActionsForAccountRequest) => any;
1729
1776
  /**
1730
1777
  * @internal
1731
1778
  */
1732
1779
  export declare const DescribeBudgetActionsForAccountResponseFilterSensitiveLog: (obj: DescribeBudgetActionsForAccountResponse) => any;
1733
- /**
1734
- * @internal
1735
- */
1736
- export declare const DescribeBudgetActionsForBudgetRequestFilterSensitiveLog: (obj: DescribeBudgetActionsForBudgetRequest) => any;
1737
1780
  /**
1738
1781
  * @internal
1739
1782
  */
1740
1783
  export declare const DescribeBudgetActionsForBudgetResponseFilterSensitiveLog: (obj: DescribeBudgetActionsForBudgetResponse) => any;
1741
- /**
1742
- * @internal
1743
- */
1744
- export declare const DescribeBudgetNotificationsForAccountRequestFilterSensitiveLog: (obj: DescribeBudgetNotificationsForAccountRequest) => any;
1745
- /**
1746
- * @internal
1747
- */
1748
- export declare const BudgetNotificationsForAccountFilterSensitiveLog: (obj: BudgetNotificationsForAccount) => any;
1749
- /**
1750
- * @internal
1751
- */
1752
- export declare const DescribeBudgetNotificationsForAccountResponseFilterSensitiveLog: (obj: DescribeBudgetNotificationsForAccountResponse) => any;
1753
- /**
1754
- * @internal
1755
- */
1756
- export declare const DescribeBudgetPerformanceHistoryRequestFilterSensitiveLog: (obj: DescribeBudgetPerformanceHistoryRequest) => any;
1757
- /**
1758
- * @internal
1759
- */
1760
- export declare const BudgetedAndActualAmountsFilterSensitiveLog: (obj: BudgetedAndActualAmounts) => any;
1761
- /**
1762
- * @internal
1763
- */
1764
- export declare const BudgetPerformanceHistoryFilterSensitiveLog: (obj: BudgetPerformanceHistory) => any;
1765
- /**
1766
- * @internal
1767
- */
1768
- export declare const DescribeBudgetPerformanceHistoryResponseFilterSensitiveLog: (obj: DescribeBudgetPerformanceHistoryResponse) => any;
1769
- /**
1770
- * @internal
1771
- */
1772
- export declare const DescribeBudgetsRequestFilterSensitiveLog: (obj: DescribeBudgetsRequest) => any;
1773
- /**
1774
- * @internal
1775
- */
1776
- export declare const DescribeBudgetsResponseFilterSensitiveLog: (obj: DescribeBudgetsResponse) => any;
1777
- /**
1778
- * @internal
1779
- */
1780
- export declare const DescribeNotificationsForBudgetRequestFilterSensitiveLog: (obj: DescribeNotificationsForBudgetRequest) => any;
1781
- /**
1782
- * @internal
1783
- */
1784
- export declare const DescribeNotificationsForBudgetResponseFilterSensitiveLog: (obj: DescribeNotificationsForBudgetResponse) => any;
1785
- /**
1786
- * @internal
1787
- */
1788
- export declare const DescribeSubscribersForNotificationRequestFilterSensitiveLog: (obj: DescribeSubscribersForNotificationRequest) => any;
1789
1784
  /**
1790
1785
  * @internal
1791
1786
  */
1792
1787
  export declare const DescribeSubscribersForNotificationResponseFilterSensitiveLog: (obj: DescribeSubscribersForNotificationResponse) => any;
1793
- /**
1794
- * @internal
1795
- */
1796
- export declare const ExecuteBudgetActionRequestFilterSensitiveLog: (obj: ExecuteBudgetActionRequest) => any;
1797
- /**
1798
- * @internal
1799
- */
1800
- export declare const ExecuteBudgetActionResponseFilterSensitiveLog: (obj: ExecuteBudgetActionResponse) => any;
1801
- /**
1802
- * @internal
1803
- */
1804
- export declare const UpdateBudgetRequestFilterSensitiveLog: (obj: UpdateBudgetRequest) => any;
1805
- /**
1806
- * @internal
1807
- */
1808
- export declare const UpdateBudgetResponseFilterSensitiveLog: (obj: UpdateBudgetResponse) => any;
1809
1788
  /**
1810
1789
  * @internal
1811
1790
  */
@@ -1814,19 +1793,7 @@ export declare const UpdateBudgetActionRequestFilterSensitiveLog: (obj: UpdateBu
1814
1793
  * @internal
1815
1794
  */
1816
1795
  export declare const UpdateBudgetActionResponseFilterSensitiveLog: (obj: UpdateBudgetActionResponse) => any;
1817
- /**
1818
- * @internal
1819
- */
1820
- export declare const UpdateNotificationRequestFilterSensitiveLog: (obj: UpdateNotificationRequest) => any;
1821
- /**
1822
- * @internal
1823
- */
1824
- export declare const UpdateNotificationResponseFilterSensitiveLog: (obj: UpdateNotificationResponse) => any;
1825
1796
  /**
1826
1797
  * @internal
1827
1798
  */
1828
1799
  export declare const UpdateSubscriberRequestFilterSensitiveLog: (obj: UpdateSubscriberRequest) => any;
1829
- /**
1830
- * @internal
1831
- */
1832
- export declare const UpdateSubscriberResponseFilterSensitiveLog: (obj: UpdateSubscriberResponse) => any;