@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.
- package/dist-cjs/commands/CreateBudgetActionCommand.js +1 -1
- package/dist-cjs/commands/CreateBudgetCommand.js +1 -1
- package/dist-cjs/commands/CreateNotificationCommand.js +1 -1
- package/dist-cjs/commands/CreateSubscriberCommand.js +1 -1
- package/dist-cjs/commands/DeleteBudgetActionCommand.js +1 -1
- package/dist-cjs/commands/DeleteBudgetCommand.js +2 -3
- package/dist-cjs/commands/DeleteNotificationCommand.js +2 -3
- package/dist-cjs/commands/DeleteSubscriberCommand.js +1 -1
- package/dist-cjs/commands/DescribeBudgetActionCommand.js +1 -1
- package/dist-cjs/commands/DescribeBudgetActionHistoriesCommand.js +1 -1
- package/dist-cjs/commands/DescribeBudgetActionsForAccountCommand.js +1 -1
- package/dist-cjs/commands/DescribeBudgetActionsForBudgetCommand.js +1 -1
- package/dist-cjs/commands/DescribeBudgetCommand.js +2 -3
- package/dist-cjs/commands/DescribeBudgetNotificationsForAccountCommand.js +2 -3
- package/dist-cjs/commands/DescribeBudgetPerformanceHistoryCommand.js +2 -3
- package/dist-cjs/commands/DescribeBudgetsCommand.js +2 -3
- package/dist-cjs/commands/DescribeNotificationsForBudgetCommand.js +2 -3
- package/dist-cjs/commands/DescribeSubscribersForNotificationCommand.js +1 -1
- package/dist-cjs/commands/ExecuteBudgetActionCommand.js +2 -3
- package/dist-cjs/commands/UpdateBudgetCommand.js +2 -3
- package/dist-cjs/commands/UpdateNotificationCommand.js +2 -3
- package/dist-cjs/commands/UpdateSubscriberCommand.js +1 -1
- package/dist-cjs/models/models_0.js +1 -194
- package/dist-es/commands/CreateBudgetActionCommand.js +2 -2
- package/dist-es/commands/CreateBudgetCommand.js +2 -2
- package/dist-es/commands/CreateNotificationCommand.js +2 -2
- package/dist-es/commands/CreateSubscriberCommand.js +2 -2
- package/dist-es/commands/DeleteBudgetActionCommand.js +2 -2
- package/dist-es/commands/DeleteBudgetCommand.js +2 -3
- package/dist-es/commands/DeleteNotificationCommand.js +2 -3
- package/dist-es/commands/DeleteSubscriberCommand.js +2 -2
- package/dist-es/commands/DescribeBudgetActionCommand.js +2 -2
- package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +2 -2
- package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +2 -2
- package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +2 -2
- package/dist-es/commands/DescribeBudgetCommand.js +2 -3
- package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +2 -3
- package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +2 -3
- package/dist-es/commands/DescribeBudgetsCommand.js +2 -3
- package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +2 -3
- package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +2 -2
- package/dist-es/commands/ExecuteBudgetActionCommand.js +2 -3
- package/dist-es/commands/UpdateBudgetCommand.js +2 -3
- package/dist-es/commands/UpdateNotificationCommand.js +2 -3
- package/dist-es/commands/UpdateSubscriberCommand.js +2 -2
- package/dist-es/models/models_0.js +0 -144
- package/dist-types/Budgets.d.ts +24 -0
- package/dist-types/BudgetsClient.d.ts +24 -4
- package/dist-types/commands/CreateBudgetActionCommand.d.ts +16 -0
- package/dist-types/commands/CreateBudgetCommand.d.ts +16 -0
- package/dist-types/commands/CreateNotificationCommand.d.ts +16 -0
- package/dist-types/commands/CreateSubscriberCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBudgetActionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBudgetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNotificationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetActionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +16 -0
- package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBudgetActionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBudgetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNotificationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +16 -0
- package/dist-types/models/BudgetsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +159 -192
- package/dist-types/pagination/DescribeBudgetActionHistoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeBudgetActionsForAccountPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeBudgetActionsForBudgetPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeBudgetNotificationsForAccountPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeBudgetPerformanceHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeBudgetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNotificationsForBudgetPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSubscribersForNotificationPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -132
- package/package.json +4 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput } from "../commands/DescribeBudgetActionHistoriesCommand";
|
|
3
3
|
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeBudgetActionHistories(config: BudgetsPaginationConfiguration, input: DescribeBudgetActionHistoriesCommandInput, ...additionalArguments: any): Paginator<DescribeBudgetActionHistoriesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput } from "../commands/DescribeBudgetActionsForAccountCommand";
|
|
3
3
|
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeBudgetActionsForAccount(config: BudgetsPaginationConfiguration, input: DescribeBudgetActionsForAccountCommandInput, ...additionalArguments: any): Paginator<DescribeBudgetActionsForAccountCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput } from "../commands/DescribeBudgetActionsForBudgetCommand";
|
|
3
3
|
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeBudgetActionsForBudget(config: BudgetsPaginationConfiguration, input: DescribeBudgetActionsForBudgetCommandInput, ...additionalArguments: any): Paginator<DescribeBudgetActionsForBudgetCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput } from "../commands/DescribeBudgetNotificationsForAccountCommand";
|
|
3
3
|
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeBudgetNotificationsForAccount(config: BudgetsPaginationConfiguration, input: DescribeBudgetNotificationsForAccountCommandInput, ...additionalArguments: any): Paginator<DescribeBudgetNotificationsForAccountCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput } from "../commands/DescribeBudgetPerformanceHistoryCommand";
|
|
3
3
|
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeBudgetPerformanceHistory(config: BudgetsPaginationConfiguration, input: DescribeBudgetPerformanceHistoryCommandInput, ...additionalArguments: any): Paginator<DescribeBudgetPerformanceHistoryCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput } from "../commands/DescribeBudgetsCommand";
|
|
3
3
|
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeBudgets(config: BudgetsPaginationConfiguration, input: DescribeBudgetsCommandInput, ...additionalArguments: any): Paginator<DescribeBudgetsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput } from "../commands/DescribeNotificationsForBudgetCommand";
|
|
3
3
|
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeNotificationsForBudget(config: BudgetsPaginationConfiguration, input: DescribeNotificationsForBudgetCommandInput, ...additionalArguments: any): Paginator<DescribeNotificationsForBudgetCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput } from "../commands/DescribeSubscribersForNotificationCommand";
|
|
3
3
|
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeSubscribersForNotification(config: BudgetsPaginationConfiguration, input: DescribeSubscribersForNotificationCommandInput, ...additionalArguments: any): Paginator<DescribeSubscribersForNotificationCommandOutput>;
|
|
@@ -491,19 +491,6 @@ export interface UpdateSubscriberRequest {
|
|
|
491
491
|
NewSubscriber: Subscriber | undefined;
|
|
492
492
|
}
|
|
493
493
|
export interface UpdateSubscriberResponse {}
|
|
494
|
-
export declare const ActionThresholdFilterSensitiveLog: (
|
|
495
|
-
obj: ActionThreshold
|
|
496
|
-
) => any;
|
|
497
|
-
export declare const IamActionDefinitionFilterSensitiveLog: (
|
|
498
|
-
obj: IamActionDefinition
|
|
499
|
-
) => any;
|
|
500
|
-
export declare const ScpActionDefinitionFilterSensitiveLog: (
|
|
501
|
-
obj: ScpActionDefinition
|
|
502
|
-
) => any;
|
|
503
|
-
export declare const SsmActionDefinitionFilterSensitiveLog: (
|
|
504
|
-
obj: SsmActionDefinition
|
|
505
|
-
) => any;
|
|
506
|
-
export declare const DefinitionFilterSensitiveLog: (obj: Definition) => any;
|
|
507
494
|
export declare const SubscriberFilterSensitiveLog: (obj: Subscriber) => any;
|
|
508
495
|
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
509
496
|
export declare const ActionHistoryDetailsFilterSensitiveLog: (
|
|
@@ -512,167 +499,48 @@ export declare const ActionHistoryDetailsFilterSensitiveLog: (
|
|
|
512
499
|
export declare const ActionHistoryFilterSensitiveLog: (
|
|
513
500
|
obj: ActionHistory
|
|
514
501
|
) => any;
|
|
515
|
-
export declare const HistoricalOptionsFilterSensitiveLog: (
|
|
516
|
-
obj: HistoricalOptions
|
|
517
|
-
) => any;
|
|
518
|
-
export declare const AutoAdjustDataFilterSensitiveLog: (
|
|
519
|
-
obj: AutoAdjustData
|
|
520
|
-
) => any;
|
|
521
|
-
export declare const SpendFilterSensitiveLog: (obj: Spend) => any;
|
|
522
|
-
export declare const CalculatedSpendFilterSensitiveLog: (
|
|
523
|
-
obj: CalculatedSpend
|
|
524
|
-
) => any;
|
|
525
|
-
export declare const CostTypesFilterSensitiveLog: (obj: CostTypes) => any;
|
|
526
|
-
export declare const TimePeriodFilterSensitiveLog: (obj: TimePeriod) => any;
|
|
527
|
-
export declare const BudgetFilterSensitiveLog: (obj: Budget) => any;
|
|
528
|
-
export declare const NotificationFilterSensitiveLog: (obj: Notification) => any;
|
|
529
502
|
export declare const NotificationWithSubscribersFilterSensitiveLog: (
|
|
530
503
|
obj: NotificationWithSubscribers
|
|
531
504
|
) => any;
|
|
532
505
|
export declare const CreateBudgetRequestFilterSensitiveLog: (
|
|
533
506
|
obj: CreateBudgetRequest
|
|
534
507
|
) => any;
|
|
535
|
-
export declare const CreateBudgetResponseFilterSensitiveLog: (
|
|
536
|
-
obj: CreateBudgetResponse
|
|
537
|
-
) => any;
|
|
538
508
|
export declare const CreateBudgetActionRequestFilterSensitiveLog: (
|
|
539
509
|
obj: CreateBudgetActionRequest
|
|
540
510
|
) => any;
|
|
541
|
-
export declare const CreateBudgetActionResponseFilterSensitiveLog: (
|
|
542
|
-
obj: CreateBudgetActionResponse
|
|
543
|
-
) => any;
|
|
544
511
|
export declare const CreateNotificationRequestFilterSensitiveLog: (
|
|
545
512
|
obj: CreateNotificationRequest
|
|
546
513
|
) => any;
|
|
547
|
-
export declare const CreateNotificationResponseFilterSensitiveLog: (
|
|
548
|
-
obj: CreateNotificationResponse
|
|
549
|
-
) => any;
|
|
550
514
|
export declare const CreateSubscriberRequestFilterSensitiveLog: (
|
|
551
515
|
obj: CreateSubscriberRequest
|
|
552
516
|
) => any;
|
|
553
|
-
export declare const CreateSubscriberResponseFilterSensitiveLog: (
|
|
554
|
-
obj: CreateSubscriberResponse
|
|
555
|
-
) => any;
|
|
556
|
-
export declare const DeleteBudgetRequestFilterSensitiveLog: (
|
|
557
|
-
obj: DeleteBudgetRequest
|
|
558
|
-
) => any;
|
|
559
|
-
export declare const DeleteBudgetResponseFilterSensitiveLog: (
|
|
560
|
-
obj: DeleteBudgetResponse
|
|
561
|
-
) => any;
|
|
562
|
-
export declare const DeleteBudgetActionRequestFilterSensitiveLog: (
|
|
563
|
-
obj: DeleteBudgetActionRequest
|
|
564
|
-
) => any;
|
|
565
517
|
export declare const DeleteBudgetActionResponseFilterSensitiveLog: (
|
|
566
518
|
obj: DeleteBudgetActionResponse
|
|
567
519
|
) => any;
|
|
568
|
-
export declare const DeleteNotificationRequestFilterSensitiveLog: (
|
|
569
|
-
obj: DeleteNotificationRequest
|
|
570
|
-
) => any;
|
|
571
|
-
export declare const DeleteNotificationResponseFilterSensitiveLog: (
|
|
572
|
-
obj: DeleteNotificationResponse
|
|
573
|
-
) => any;
|
|
574
520
|
export declare const DeleteSubscriberRequestFilterSensitiveLog: (
|
|
575
521
|
obj: DeleteSubscriberRequest
|
|
576
522
|
) => any;
|
|
577
|
-
export declare const DeleteSubscriberResponseFilterSensitiveLog: (
|
|
578
|
-
obj: DeleteSubscriberResponse
|
|
579
|
-
) => any;
|
|
580
|
-
export declare const DescribeBudgetRequestFilterSensitiveLog: (
|
|
581
|
-
obj: DescribeBudgetRequest
|
|
582
|
-
) => any;
|
|
583
|
-
export declare const DescribeBudgetResponseFilterSensitiveLog: (
|
|
584
|
-
obj: DescribeBudgetResponse
|
|
585
|
-
) => any;
|
|
586
|
-
export declare const DescribeBudgetActionRequestFilterSensitiveLog: (
|
|
587
|
-
obj: DescribeBudgetActionRequest
|
|
588
|
-
) => any;
|
|
589
523
|
export declare const DescribeBudgetActionResponseFilterSensitiveLog: (
|
|
590
524
|
obj: DescribeBudgetActionResponse
|
|
591
525
|
) => any;
|
|
592
|
-
export declare const DescribeBudgetActionHistoriesRequestFilterSensitiveLog: (
|
|
593
|
-
obj: DescribeBudgetActionHistoriesRequest
|
|
594
|
-
) => any;
|
|
595
526
|
export declare const DescribeBudgetActionHistoriesResponseFilterSensitiveLog: (
|
|
596
527
|
obj: DescribeBudgetActionHistoriesResponse
|
|
597
528
|
) => any;
|
|
598
|
-
export declare const DescribeBudgetActionsForAccountRequestFilterSensitiveLog: (
|
|
599
|
-
obj: DescribeBudgetActionsForAccountRequest
|
|
600
|
-
) => any;
|
|
601
529
|
export declare const DescribeBudgetActionsForAccountResponseFilterSensitiveLog: (
|
|
602
530
|
obj: DescribeBudgetActionsForAccountResponse
|
|
603
531
|
) => any;
|
|
604
|
-
export declare const DescribeBudgetActionsForBudgetRequestFilterSensitiveLog: (
|
|
605
|
-
obj: DescribeBudgetActionsForBudgetRequest
|
|
606
|
-
) => any;
|
|
607
532
|
export declare const DescribeBudgetActionsForBudgetResponseFilterSensitiveLog: (
|
|
608
533
|
obj: DescribeBudgetActionsForBudgetResponse
|
|
609
534
|
) => any;
|
|
610
|
-
export declare const DescribeBudgetNotificationsForAccountRequestFilterSensitiveLog: (
|
|
611
|
-
obj: DescribeBudgetNotificationsForAccountRequest
|
|
612
|
-
) => any;
|
|
613
|
-
export declare const BudgetNotificationsForAccountFilterSensitiveLog: (
|
|
614
|
-
obj: BudgetNotificationsForAccount
|
|
615
|
-
) => any;
|
|
616
|
-
export declare const DescribeBudgetNotificationsForAccountResponseFilterSensitiveLog: (
|
|
617
|
-
obj: DescribeBudgetNotificationsForAccountResponse
|
|
618
|
-
) => any;
|
|
619
|
-
export declare const DescribeBudgetPerformanceHistoryRequestFilterSensitiveLog: (
|
|
620
|
-
obj: DescribeBudgetPerformanceHistoryRequest
|
|
621
|
-
) => any;
|
|
622
|
-
export declare const BudgetedAndActualAmountsFilterSensitiveLog: (
|
|
623
|
-
obj: BudgetedAndActualAmounts
|
|
624
|
-
) => any;
|
|
625
|
-
export declare const BudgetPerformanceHistoryFilterSensitiveLog: (
|
|
626
|
-
obj: BudgetPerformanceHistory
|
|
627
|
-
) => any;
|
|
628
|
-
export declare const DescribeBudgetPerformanceHistoryResponseFilterSensitiveLog: (
|
|
629
|
-
obj: DescribeBudgetPerformanceHistoryResponse
|
|
630
|
-
) => any;
|
|
631
|
-
export declare const DescribeBudgetsRequestFilterSensitiveLog: (
|
|
632
|
-
obj: DescribeBudgetsRequest
|
|
633
|
-
) => any;
|
|
634
|
-
export declare const DescribeBudgetsResponseFilterSensitiveLog: (
|
|
635
|
-
obj: DescribeBudgetsResponse
|
|
636
|
-
) => any;
|
|
637
|
-
export declare const DescribeNotificationsForBudgetRequestFilterSensitiveLog: (
|
|
638
|
-
obj: DescribeNotificationsForBudgetRequest
|
|
639
|
-
) => any;
|
|
640
|
-
export declare const DescribeNotificationsForBudgetResponseFilterSensitiveLog: (
|
|
641
|
-
obj: DescribeNotificationsForBudgetResponse
|
|
642
|
-
) => any;
|
|
643
|
-
export declare const DescribeSubscribersForNotificationRequestFilterSensitiveLog: (
|
|
644
|
-
obj: DescribeSubscribersForNotificationRequest
|
|
645
|
-
) => any;
|
|
646
535
|
export declare const DescribeSubscribersForNotificationResponseFilterSensitiveLog: (
|
|
647
536
|
obj: DescribeSubscribersForNotificationResponse
|
|
648
537
|
) => any;
|
|
649
|
-
export declare const ExecuteBudgetActionRequestFilterSensitiveLog: (
|
|
650
|
-
obj: ExecuteBudgetActionRequest
|
|
651
|
-
) => any;
|
|
652
|
-
export declare const ExecuteBudgetActionResponseFilterSensitiveLog: (
|
|
653
|
-
obj: ExecuteBudgetActionResponse
|
|
654
|
-
) => any;
|
|
655
|
-
export declare const UpdateBudgetRequestFilterSensitiveLog: (
|
|
656
|
-
obj: UpdateBudgetRequest
|
|
657
|
-
) => any;
|
|
658
|
-
export declare const UpdateBudgetResponseFilterSensitiveLog: (
|
|
659
|
-
obj: UpdateBudgetResponse
|
|
660
|
-
) => any;
|
|
661
538
|
export declare const UpdateBudgetActionRequestFilterSensitiveLog: (
|
|
662
539
|
obj: UpdateBudgetActionRequest
|
|
663
540
|
) => any;
|
|
664
541
|
export declare const UpdateBudgetActionResponseFilterSensitiveLog: (
|
|
665
542
|
obj: UpdateBudgetActionResponse
|
|
666
543
|
) => any;
|
|
667
|
-
export declare const UpdateNotificationRequestFilterSensitiveLog: (
|
|
668
|
-
obj: UpdateNotificationRequest
|
|
669
|
-
) => any;
|
|
670
|
-
export declare const UpdateNotificationResponseFilterSensitiveLog: (
|
|
671
|
-
obj: UpdateNotificationResponse
|
|
672
|
-
) => any;
|
|
673
544
|
export declare const UpdateSubscriberRequestFilterSensitiveLog: (
|
|
674
545
|
obj: UpdateSubscriberRequest
|
|
675
546
|
) => any;
|
|
676
|
-
export declare const UpdateSubscriberResponseFilterSensitiveLog: (
|
|
677
|
-
obj: UpdateSubscriberResponse
|
|
678
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-budgets",
|
|
3
3
|
"description": "AWS SDK for JavaScript Budgets Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo budgets"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|