@aws-sdk/client-budgets 3.48.0 → 3.52.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/CHANGELOG.md +35 -0
- package/README.md +5 -5
- package/dist-cjs/Budgets.js +15 -0
- package/dist-cjs/commands/DescribeBudgetNotificationsForAccountCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +37 -2
- package/dist-cjs/pagination/DescribeBudgetNotificationsForAccountPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +177 -1
- package/dist-es/Budgets.js +15 -0
- package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +25 -0
- package/dist-es/pagination/DescribeBudgetNotificationsForAccountPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +176 -2
- package/dist-types/Budgets.d.ts +15 -6
- package/dist-types/BudgetsClient.d.ts +8 -7
- package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +37 -0
- package/dist-types/commands/UpdateBudgetCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +283 -177
- package/dist-types/pagination/DescribeBudgetNotificationsForAccountPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +3 -0
- package/dist-types/ts3.4/Budgets.d.ts +5 -0
- package/dist-types/ts3.4/BudgetsClient.d.ts +3 -2
- package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +70 -7
- package/dist-types/ts3.4/pagination/DescribeBudgetNotificationsForAccountPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +3 -0
- package/package.json +40 -34
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput } from "../commands/DescribeBudgetNotificationsForAccountCommand";
|
|
3
|
+
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeBudgetNotificationsForAccount(config: BudgetsPaginationConfiguration, input: DescribeBudgetNotificationsForAccountCommandInput, ...additionalArguments: any): Paginator<DescribeBudgetNotificationsForAccountCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./DescribeBudgetActionHistoriesPaginator";
|
|
2
2
|
export * from "./DescribeBudgetActionsForAccountPaginator";
|
|
3
3
|
export * from "./DescribeBudgetActionsForBudgetPaginator";
|
|
4
|
+
export * from "./DescribeBudgetNotificationsForAccountPaginator";
|
|
4
5
|
export * from "./DescribeBudgetPerformanceHistoryPaginator";
|
|
5
6
|
export * from "./DescribeBudgetsPaginator";
|
|
6
7
|
export * from "./DescribeNotificationsForBudgetPaginator";
|
|
@@ -13,6 +13,7 @@ import { DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistorie
|
|
|
13
13
|
import { DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput } from "../commands/DescribeBudgetActionsForAccountCommand";
|
|
14
14
|
import { DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput } from "../commands/DescribeBudgetActionsForBudgetCommand";
|
|
15
15
|
import { DescribeBudgetCommandInput, DescribeBudgetCommandOutput } from "../commands/DescribeBudgetCommand";
|
|
16
|
+
import { DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput } from "../commands/DescribeBudgetNotificationsForAccountCommand";
|
|
16
17
|
import { DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput } from "../commands/DescribeBudgetPerformanceHistoryCommand";
|
|
17
18
|
import { DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput } from "../commands/DescribeBudgetsCommand";
|
|
18
19
|
import { DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput } from "../commands/DescribeNotificationsForBudgetCommand";
|
|
@@ -35,6 +36,7 @@ export declare const serializeAws_json1_1DescribeBudgetActionCommand: (input: De
|
|
|
35
36
|
export declare const serializeAws_json1_1DescribeBudgetActionHistoriesCommand: (input: DescribeBudgetActionHistoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
37
|
export declare const serializeAws_json1_1DescribeBudgetActionsForAccountCommand: (input: DescribeBudgetActionsForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
38
|
export declare const serializeAws_json1_1DescribeBudgetActionsForBudgetCommand: (input: DescribeBudgetActionsForBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
export declare const serializeAws_json1_1DescribeBudgetNotificationsForAccountCommand: (input: DescribeBudgetNotificationsForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
40
|
export declare const serializeAws_json1_1DescribeBudgetPerformanceHistoryCommand: (input: DescribeBudgetPerformanceHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
41
|
export declare const serializeAws_json1_1DescribeBudgetsCommand: (input: DescribeBudgetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
42
|
export declare const serializeAws_json1_1DescribeNotificationsForBudgetCommand: (input: DescribeNotificationsForBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -57,6 +59,7 @@ export declare const deserializeAws_json1_1DescribeBudgetActionCommand: (output:
|
|
|
57
59
|
export declare const deserializeAws_json1_1DescribeBudgetActionHistoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetActionHistoriesCommandOutput>;
|
|
58
60
|
export declare const deserializeAws_json1_1DescribeBudgetActionsForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetActionsForAccountCommandOutput>;
|
|
59
61
|
export declare const deserializeAws_json1_1DescribeBudgetActionsForBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetActionsForBudgetCommandOutput>;
|
|
62
|
+
export declare const deserializeAws_json1_1DescribeBudgetNotificationsForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetNotificationsForAccountCommandOutput>;
|
|
60
63
|
export declare const deserializeAws_json1_1DescribeBudgetPerformanceHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetPerformanceHistoryCommandOutput>;
|
|
61
64
|
export declare const deserializeAws_json1_1DescribeBudgetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetsCommandOutput>;
|
|
62
65
|
export declare const deserializeAws_json1_1DescribeNotificationsForBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNotificationsForBudgetCommandOutput>;
|
|
@@ -13,6 +13,7 @@ import { DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistorie
|
|
|
13
13
|
import { DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput } from "./commands/DescribeBudgetActionsForAccountCommand";
|
|
14
14
|
import { DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput } from "./commands/DescribeBudgetActionsForBudgetCommand";
|
|
15
15
|
import { DescribeBudgetCommandInput, DescribeBudgetCommandOutput } from "./commands/DescribeBudgetCommand";
|
|
16
|
+
import { DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput } from "./commands/DescribeBudgetNotificationsForAccountCommand";
|
|
16
17
|
import { DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput } from "./commands/DescribeBudgetPerformanceHistoryCommand";
|
|
17
18
|
import { DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput } from "./commands/DescribeBudgetsCommand";
|
|
18
19
|
import { DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput } from "./commands/DescribeNotificationsForBudgetCommand";
|
|
@@ -77,6 +78,10 @@ export declare class Budgets extends BudgetsClient {
|
|
|
77
78
|
describeBudgetActionsForBudget(args: DescribeBudgetActionsForBudgetCommandInput, cb: (err: any, data?: DescribeBudgetActionsForBudgetCommandOutput) => void): void;
|
|
78
79
|
describeBudgetActionsForBudget(args: DescribeBudgetActionsForBudgetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBudgetActionsForBudgetCommandOutput) => void): void;
|
|
79
80
|
|
|
81
|
+
describeBudgetNotificationsForAccount(args: DescribeBudgetNotificationsForAccountCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBudgetNotificationsForAccountCommandOutput>;
|
|
82
|
+
describeBudgetNotificationsForAccount(args: DescribeBudgetNotificationsForAccountCommandInput, cb: (err: any, data?: DescribeBudgetNotificationsForAccountCommandOutput) => void): void;
|
|
83
|
+
describeBudgetNotificationsForAccount(args: DescribeBudgetNotificationsForAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBudgetNotificationsForAccountCommandOutput) => void): void;
|
|
84
|
+
|
|
80
85
|
describeBudgetPerformanceHistory(args: DescribeBudgetPerformanceHistoryCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBudgetPerformanceHistoryCommandOutput>;
|
|
81
86
|
describeBudgetPerformanceHistory(args: DescribeBudgetPerformanceHistoryCommandInput, cb: (err: any, data?: DescribeBudgetPerformanceHistoryCommandOutput) => void): void;
|
|
82
87
|
describeBudgetPerformanceHistory(args: DescribeBudgetPerformanceHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBudgetPerformanceHistoryCommandOutput) => void): void;
|
|
@@ -19,6 +19,7 @@ import { DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistorie
|
|
|
19
19
|
import { DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput } from "./commands/DescribeBudgetActionsForAccountCommand";
|
|
20
20
|
import { DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput } from "./commands/DescribeBudgetActionsForBudgetCommand";
|
|
21
21
|
import { DescribeBudgetCommandInput, DescribeBudgetCommandOutput } from "./commands/DescribeBudgetCommand";
|
|
22
|
+
import { DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput } from "./commands/DescribeBudgetNotificationsForAccountCommand";
|
|
22
23
|
import { DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput } from "./commands/DescribeBudgetPerformanceHistoryCommand";
|
|
23
24
|
import { DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput } from "./commands/DescribeBudgetsCommand";
|
|
24
25
|
import { DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput } from "./commands/DescribeNotificationsForBudgetCommand";
|
|
@@ -28,8 +29,8 @@ import { UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput } from
|
|
|
28
29
|
import { UpdateBudgetCommandInput, UpdateBudgetCommandOutput } from "./commands/UpdateBudgetCommand";
|
|
29
30
|
import { UpdateNotificationCommandInput, UpdateNotificationCommandOutput } from "./commands/UpdateNotificationCommand";
|
|
30
31
|
import { UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput } from "./commands/UpdateSubscriberCommand";
|
|
31
|
-
export declare type ServiceInputTypes = CreateBudgetActionCommandInput | CreateBudgetCommandInput | CreateNotificationCommandInput | CreateSubscriberCommandInput | DeleteBudgetActionCommandInput | DeleteBudgetCommandInput | DeleteNotificationCommandInput | DeleteSubscriberCommandInput | DescribeBudgetActionCommandInput | DescribeBudgetActionHistoriesCommandInput | DescribeBudgetActionsForAccountCommandInput | DescribeBudgetActionsForBudgetCommandInput | DescribeBudgetCommandInput | DescribeBudgetPerformanceHistoryCommandInput | DescribeBudgetsCommandInput | DescribeNotificationsForBudgetCommandInput | DescribeSubscribersForNotificationCommandInput | ExecuteBudgetActionCommandInput | UpdateBudgetActionCommandInput | UpdateBudgetCommandInput | UpdateNotificationCommandInput | UpdateSubscriberCommandInput;
|
|
32
|
-
export declare type ServiceOutputTypes = CreateBudgetActionCommandOutput | CreateBudgetCommandOutput | CreateNotificationCommandOutput | CreateSubscriberCommandOutput | DeleteBudgetActionCommandOutput | DeleteBudgetCommandOutput | DeleteNotificationCommandOutput | DeleteSubscriberCommandOutput | DescribeBudgetActionCommandOutput | DescribeBudgetActionHistoriesCommandOutput | DescribeBudgetActionsForAccountCommandOutput | DescribeBudgetActionsForBudgetCommandOutput | DescribeBudgetCommandOutput | DescribeBudgetPerformanceHistoryCommandOutput | DescribeBudgetsCommandOutput | DescribeNotificationsForBudgetCommandOutput | DescribeSubscribersForNotificationCommandOutput | ExecuteBudgetActionCommandOutput | UpdateBudgetActionCommandOutput | UpdateBudgetCommandOutput | UpdateNotificationCommandOutput | UpdateSubscriberCommandOutput;
|
|
32
|
+
export declare type ServiceInputTypes = CreateBudgetActionCommandInput | CreateBudgetCommandInput | CreateNotificationCommandInput | CreateSubscriberCommandInput | DeleteBudgetActionCommandInput | DeleteBudgetCommandInput | DeleteNotificationCommandInput | DeleteSubscriberCommandInput | DescribeBudgetActionCommandInput | DescribeBudgetActionHistoriesCommandInput | DescribeBudgetActionsForAccountCommandInput | DescribeBudgetActionsForBudgetCommandInput | DescribeBudgetCommandInput | DescribeBudgetNotificationsForAccountCommandInput | DescribeBudgetPerformanceHistoryCommandInput | DescribeBudgetsCommandInput | DescribeNotificationsForBudgetCommandInput | DescribeSubscribersForNotificationCommandInput | ExecuteBudgetActionCommandInput | UpdateBudgetActionCommandInput | UpdateBudgetCommandInput | UpdateNotificationCommandInput | UpdateSubscriberCommandInput;
|
|
33
|
+
export declare type ServiceOutputTypes = CreateBudgetActionCommandOutput | CreateBudgetCommandOutput | CreateNotificationCommandOutput | CreateSubscriberCommandOutput | DeleteBudgetActionCommandOutput | DeleteBudgetCommandOutput | DeleteNotificationCommandOutput | DeleteSubscriberCommandOutput | DescribeBudgetActionCommandOutput | DescribeBudgetActionHistoriesCommandOutput | DescribeBudgetActionsForAccountCommandOutput | DescribeBudgetActionsForBudgetCommandOutput | DescribeBudgetCommandOutput | DescribeBudgetNotificationsForAccountCommandOutput | DescribeBudgetPerformanceHistoryCommandOutput | DescribeBudgetsCommandOutput | DescribeNotificationsForBudgetCommandOutput | DescribeSubscribersForNotificationCommandOutput | ExecuteBudgetActionCommandOutput | UpdateBudgetActionCommandOutput | UpdateBudgetCommandOutput | UpdateNotificationCommandOutput | UpdateSubscriberCommandOutput;
|
|
33
34
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
34
35
|
|
|
35
36
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
4
|
+
import { DescribeBudgetNotificationsForAccountRequest, DescribeBudgetNotificationsForAccountResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeBudgetNotificationsForAccountCommandInput extends DescribeBudgetNotificationsForAccountRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeBudgetNotificationsForAccountCommandOutput extends DescribeBudgetNotificationsForAccountResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeBudgetNotificationsForAccountCommand extends $Command<DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput, BudgetsClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeBudgetNotificationsForAccountCommandInput;
|
|
12
|
+
constructor(input: DescribeBudgetNotificationsForAccountCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -11,6 +11,7 @@ export * from "./DescribeBudgetActionHistoriesCommand";
|
|
|
11
11
|
export * from "./DescribeBudgetActionsForAccountCommand";
|
|
12
12
|
export * from "./DescribeBudgetActionsForBudgetCommand";
|
|
13
13
|
export * from "./DescribeBudgetCommand";
|
|
14
|
+
export * from "./DescribeBudgetNotificationsForAccountCommand";
|
|
14
15
|
export * from "./DescribeBudgetPerformanceHistoryCommand";
|
|
15
16
|
export * from "./DescribeBudgetsCommand";
|
|
16
17
|
export * from "./DescribeNotificationsForBudgetCommand";
|
|
@@ -177,6 +177,34 @@ export declare namespace ActionHistory {
|
|
|
177
177
|
|
|
178
178
|
const filterSensitiveLog: (obj: ActionHistory) => any;
|
|
179
179
|
}
|
|
180
|
+
export declare enum AutoAdjustType {
|
|
181
|
+
FORECAST = "FORECAST",
|
|
182
|
+
HISTORICAL = "HISTORICAL"
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
export interface HistoricalOptions {
|
|
186
|
+
|
|
187
|
+
BudgetAdjustmentPeriod: number | undefined;
|
|
188
|
+
|
|
189
|
+
LookBackAvailablePeriods?: number;
|
|
190
|
+
}
|
|
191
|
+
export declare namespace HistoricalOptions {
|
|
192
|
+
|
|
193
|
+
const filterSensitiveLog: (obj: HistoricalOptions) => any;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
export interface AutoAdjustData {
|
|
197
|
+
|
|
198
|
+
AutoAdjustType: AutoAdjustType | string | undefined;
|
|
199
|
+
|
|
200
|
+
HistoricalOptions?: HistoricalOptions;
|
|
201
|
+
|
|
202
|
+
LastAutoAdjustTime?: Date;
|
|
203
|
+
}
|
|
204
|
+
export declare namespace AutoAdjustData {
|
|
205
|
+
|
|
206
|
+
const filterSensitiveLog: (obj: AutoAdjustData) => any;
|
|
207
|
+
}
|
|
180
208
|
|
|
181
209
|
export interface Spend {
|
|
182
210
|
|
|
@@ -279,6 +307,8 @@ export interface Budget {
|
|
|
279
307
|
BudgetType: BudgetType | string | undefined;
|
|
280
308
|
|
|
281
309
|
LastUpdatedTime?: Date;
|
|
310
|
+
|
|
311
|
+
AutoAdjustData?: AutoAdjustData;
|
|
282
312
|
}
|
|
283
313
|
export declare namespace Budget {
|
|
284
314
|
|
|
@@ -672,6 +702,46 @@ export declare namespace DescribeBudgetActionsForBudgetResponse {
|
|
|
672
702
|
|
|
673
703
|
const filterSensitiveLog: (obj: DescribeBudgetActionsForBudgetResponse) => any;
|
|
674
704
|
}
|
|
705
|
+
export interface DescribeBudgetNotificationsForAccountRequest {
|
|
706
|
+
|
|
707
|
+
AccountId: string | undefined;
|
|
708
|
+
|
|
709
|
+
MaxResults?: number;
|
|
710
|
+
|
|
711
|
+
NextToken?: string;
|
|
712
|
+
}
|
|
713
|
+
export declare namespace DescribeBudgetNotificationsForAccountRequest {
|
|
714
|
+
|
|
715
|
+
const filterSensitiveLog: (obj: DescribeBudgetNotificationsForAccountRequest) => any;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
export interface BudgetNotificationsForAccount {
|
|
719
|
+
|
|
720
|
+
Notifications?: Notification[];
|
|
721
|
+
|
|
722
|
+
BudgetName?: string;
|
|
723
|
+
}
|
|
724
|
+
export declare namespace BudgetNotificationsForAccount {
|
|
725
|
+
|
|
726
|
+
const filterSensitiveLog: (obj: BudgetNotificationsForAccount) => any;
|
|
727
|
+
}
|
|
728
|
+
export interface DescribeBudgetNotificationsForAccountResponse {
|
|
729
|
+
|
|
730
|
+
BudgetNotificationsForAccount?: BudgetNotificationsForAccount[];
|
|
731
|
+
|
|
732
|
+
NextToken?: string;
|
|
733
|
+
}
|
|
734
|
+
export declare namespace DescribeBudgetNotificationsForAccountResponse {
|
|
735
|
+
|
|
736
|
+
const filterSensitiveLog: (obj: DescribeBudgetNotificationsForAccountResponse) => any;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
export interface ExpiredNextTokenException extends __SmithyException, $MetadataBearer {
|
|
740
|
+
name: "ExpiredNextTokenException";
|
|
741
|
+
$fault: "client";
|
|
742
|
+
|
|
743
|
+
Message?: string;
|
|
744
|
+
}
|
|
675
745
|
export interface DescribeBudgetPerformanceHistoryRequest {
|
|
676
746
|
|
|
677
747
|
AccountId: string | undefined;
|
|
@@ -733,13 +803,6 @@ export declare namespace DescribeBudgetPerformanceHistoryResponse {
|
|
|
733
803
|
const filterSensitiveLog: (obj: DescribeBudgetPerformanceHistoryResponse) => any;
|
|
734
804
|
}
|
|
735
805
|
|
|
736
|
-
export interface ExpiredNextTokenException extends __SmithyException, $MetadataBearer {
|
|
737
|
-
name: "ExpiredNextTokenException";
|
|
738
|
-
$fault: "client";
|
|
739
|
-
|
|
740
|
-
Message?: string;
|
|
741
|
-
}
|
|
742
|
-
|
|
743
806
|
export interface DescribeBudgetsRequest {
|
|
744
807
|
|
|
745
808
|
AccountId: string | undefined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput } from "../commands/DescribeBudgetNotificationsForAccountCommand";
|
|
3
|
+
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeBudgetNotificationsForAccount(config: BudgetsPaginationConfiguration, input: DescribeBudgetNotificationsForAccountCommandInput, ...additionalArguments: any): Paginator<DescribeBudgetNotificationsForAccountCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./DescribeBudgetActionHistoriesPaginator";
|
|
2
2
|
export * from "./DescribeBudgetActionsForAccountPaginator";
|
|
3
3
|
export * from "./DescribeBudgetActionsForBudgetPaginator";
|
|
4
|
+
export * from "./DescribeBudgetNotificationsForAccountPaginator";
|
|
4
5
|
export * from "./DescribeBudgetPerformanceHistoryPaginator";
|
|
5
6
|
export * from "./DescribeBudgetsPaginator";
|
|
6
7
|
export * from "./DescribeNotificationsForBudgetPaginator";
|
|
@@ -13,6 +13,7 @@ import { DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistorie
|
|
|
13
13
|
import { DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput } from "../commands/DescribeBudgetActionsForAccountCommand";
|
|
14
14
|
import { DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput } from "../commands/DescribeBudgetActionsForBudgetCommand";
|
|
15
15
|
import { DescribeBudgetCommandInput, DescribeBudgetCommandOutput } from "../commands/DescribeBudgetCommand";
|
|
16
|
+
import { DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput } from "../commands/DescribeBudgetNotificationsForAccountCommand";
|
|
16
17
|
import { DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput } from "../commands/DescribeBudgetPerformanceHistoryCommand";
|
|
17
18
|
import { DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput } from "../commands/DescribeBudgetsCommand";
|
|
18
19
|
import { DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput } from "../commands/DescribeNotificationsForBudgetCommand";
|
|
@@ -35,6 +36,7 @@ export declare const serializeAws_json1_1DescribeBudgetActionCommand: (input: De
|
|
|
35
36
|
export declare const serializeAws_json1_1DescribeBudgetActionHistoriesCommand: (input: DescribeBudgetActionHistoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
37
|
export declare const serializeAws_json1_1DescribeBudgetActionsForAccountCommand: (input: DescribeBudgetActionsForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
38
|
export declare const serializeAws_json1_1DescribeBudgetActionsForBudgetCommand: (input: DescribeBudgetActionsForBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
export declare const serializeAws_json1_1DescribeBudgetNotificationsForAccountCommand: (input: DescribeBudgetNotificationsForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
40
|
export declare const serializeAws_json1_1DescribeBudgetPerformanceHistoryCommand: (input: DescribeBudgetPerformanceHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
41
|
export declare const serializeAws_json1_1DescribeBudgetsCommand: (input: DescribeBudgetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
42
|
export declare const serializeAws_json1_1DescribeNotificationsForBudgetCommand: (input: DescribeNotificationsForBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -57,6 +59,7 @@ export declare const deserializeAws_json1_1DescribeBudgetActionCommand: (output:
|
|
|
57
59
|
export declare const deserializeAws_json1_1DescribeBudgetActionHistoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetActionHistoriesCommandOutput>;
|
|
58
60
|
export declare const deserializeAws_json1_1DescribeBudgetActionsForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetActionsForAccountCommandOutput>;
|
|
59
61
|
export declare const deserializeAws_json1_1DescribeBudgetActionsForBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetActionsForBudgetCommandOutput>;
|
|
62
|
+
export declare const deserializeAws_json1_1DescribeBudgetNotificationsForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetNotificationsForAccountCommandOutput>;
|
|
60
63
|
export declare const deserializeAws_json1_1DescribeBudgetPerformanceHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetPerformanceHistoryCommandOutput>;
|
|
61
64
|
export declare const deserializeAws_json1_1DescribeBudgetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetsCommandOutput>;
|
|
62
65
|
export declare const deserializeAws_json1_1DescribeNotificationsForBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNotificationsForBudgetCommandOutput>;
|
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.52.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",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "rimraf ./dist-*"
|
|
12
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
13
13
|
},
|
|
14
14
|
"main": "./dist-cjs/index.js",
|
|
15
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -18,41 +18,47 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.52.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.52.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.52.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.52.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.52.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.52.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.52.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.52.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.52.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.52.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.52.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.52.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.52.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.52.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.52.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.52.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.52.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.52.0",
|
|
39
|
+
"@aws-sdk/types": "3.52.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.52.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.52.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.52.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.52.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.52.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.52.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.52.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
51
|
"tslib": "^2.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
-
"@
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.52.0",
|
|
55
|
+
"@tsconfig/recommended": "1.0.1",
|
|
56
|
+
"@types/node": "^12.7.5",
|
|
57
|
+
"concurrently": "7.0.0",
|
|
58
|
+
"downlevel-dts": "0.7.0",
|
|
59
|
+
"rimraf": "3.0.2",
|
|
60
|
+
"typedoc": "0.19.2",
|
|
61
|
+
"typescript": "~4.3.5"
|
|
56
62
|
},
|
|
57
63
|
"engines": {
|
|
58
64
|
"node": ">=12.0.0"
|