@aws-sdk/client-budgets 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/Budgets.d.ts +430 -120
- package/dist-types/ts3.4/BudgetsClient.d.ts +267 -96
- package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +23 -23
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/BudgetsServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +975 -906
- package/dist-types/ts3.4/pagination/DescribeBudgetActionHistoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetActionsForAccountPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetActionsForBudgetPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetNotificationsForAccountPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetPerformanceHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNotificationsForBudgetPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSubscribersForNotificationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -71
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeBudgetActionHistoriesCommandInput,
|
|
4
|
+
DescribeBudgetActionHistoriesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeBudgetActionHistoriesCommand";
|
|
6
|
+
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeBudgetActionHistories(
|
|
8
|
+
config: BudgetsPaginationConfiguration,
|
|
9
|
+
input: DescribeBudgetActionHistoriesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeBudgetActionHistoriesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeBudgetActionsForAccountCommandInput,
|
|
4
|
+
DescribeBudgetActionsForAccountCommandOutput,
|
|
5
|
+
} from "../commands/DescribeBudgetActionsForAccountCommand";
|
|
6
|
+
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeBudgetActionsForAccount(
|
|
8
|
+
config: BudgetsPaginationConfiguration,
|
|
9
|
+
input: DescribeBudgetActionsForAccountCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeBudgetActionsForAccountCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeBudgetActionsForBudgetCommandInput,
|
|
4
|
+
DescribeBudgetActionsForBudgetCommandOutput,
|
|
5
|
+
} from "../commands/DescribeBudgetActionsForBudgetCommand";
|
|
6
|
+
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeBudgetActionsForBudget(
|
|
8
|
+
config: BudgetsPaginationConfiguration,
|
|
9
|
+
input: DescribeBudgetActionsForBudgetCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeBudgetActionsForBudgetCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeBudgetNotificationsForAccountCommandInput,
|
|
4
|
+
DescribeBudgetNotificationsForAccountCommandOutput,
|
|
5
|
+
} from "../commands/DescribeBudgetNotificationsForAccountCommand";
|
|
6
|
+
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeBudgetNotificationsForAccount(
|
|
8
|
+
config: BudgetsPaginationConfiguration,
|
|
9
|
+
input: DescribeBudgetNotificationsForAccountCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeBudgetNotificationsForAccountCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeBudgetPerformanceHistoryCommandInput,
|
|
4
|
+
DescribeBudgetPerformanceHistoryCommandOutput,
|
|
5
|
+
} from "../commands/DescribeBudgetPerformanceHistoryCommand";
|
|
6
|
+
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeBudgetPerformanceHistory(
|
|
8
|
+
config: BudgetsPaginationConfiguration,
|
|
9
|
+
input: DescribeBudgetPerformanceHistoryCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeBudgetPerformanceHistoryCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeBudgetsCommandInput,
|
|
4
|
+
DescribeBudgetsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeBudgetsCommand";
|
|
6
|
+
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeBudgets(
|
|
8
|
+
config: BudgetsPaginationConfiguration,
|
|
9
|
+
input: DescribeBudgetsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeBudgetsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeNotificationsForBudgetCommandInput,
|
|
4
|
+
DescribeNotificationsForBudgetCommandOutput,
|
|
5
|
+
} from "../commands/DescribeNotificationsForBudgetCommand";
|
|
6
|
+
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeNotificationsForBudget(
|
|
8
|
+
config: BudgetsPaginationConfiguration,
|
|
9
|
+
input: DescribeNotificationsForBudgetCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeNotificationsForBudgetCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeSubscribersForNotificationCommandInput,
|
|
4
|
+
DescribeSubscribersForNotificationCommandOutput,
|
|
5
|
+
} from "../commands/DescribeSubscribersForNotificationCommand";
|
|
6
|
+
import { BudgetsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeSubscribersForNotification(
|
|
8
|
+
config: BudgetsPaginationConfiguration,
|
|
9
|
+
input: DescribeSubscribersForNotificationCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeSubscribersForNotificationCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Budgets } from "../Budgets";
|
|
3
|
-
import { BudgetsClient } from "../BudgetsClient";
|
|
4
|
-
export interface BudgetsPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Budgets } from "../Budgets";
|
|
3
|
+
import { BudgetsClient } from "../BudgetsClient";
|
|
4
|
+
export interface BudgetsPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: Budgets | BudgetsClient;
|
|
7
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from "./DescribeBudgetActionHistoriesPaginator";
|
|
2
|
-
export * from "./DescribeBudgetActionsForAccountPaginator";
|
|
3
|
-
export * from "./DescribeBudgetActionsForBudgetPaginator";
|
|
4
|
-
export * from "./DescribeBudgetNotificationsForAccountPaginator";
|
|
5
|
-
export * from "./DescribeBudgetPerformanceHistoryPaginator";
|
|
6
|
-
export * from "./DescribeBudgetsPaginator";
|
|
7
|
-
export * from "./DescribeNotificationsForBudgetPaginator";
|
|
8
|
-
export * from "./DescribeSubscribersForNotificationPaginator";
|
|
9
|
-
export * from "./Interfaces";
|
|
1
|
+
export * from "./DescribeBudgetActionHistoriesPaginator";
|
|
2
|
+
export * from "./DescribeBudgetActionsForAccountPaginator";
|
|
3
|
+
export * from "./DescribeBudgetActionsForBudgetPaginator";
|
|
4
|
+
export * from "./DescribeBudgetNotificationsForAccountPaginator";
|
|
5
|
+
export * from "./DescribeBudgetPerformanceHistoryPaginator";
|
|
6
|
+
export * from "./DescribeBudgetsPaginator";
|
|
7
|
+
export * from "./DescribeNotificationsForBudgetPaginator";
|
|
8
|
+
export * from "./DescribeSubscribersForNotificationPaginator";
|
|
9
|
+
export * from "./Interfaces";
|
|
@@ -1,71 +1,281 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
CreateBudgetActionCommandInput,
|
|
8
|
+
CreateBudgetActionCommandOutput,
|
|
9
|
+
} from "../commands/CreateBudgetActionCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateBudgetCommandInput,
|
|
12
|
+
CreateBudgetCommandOutput,
|
|
13
|
+
} from "../commands/CreateBudgetCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateNotificationCommandInput,
|
|
16
|
+
CreateNotificationCommandOutput,
|
|
17
|
+
} from "../commands/CreateNotificationCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateSubscriberCommandInput,
|
|
20
|
+
CreateSubscriberCommandOutput,
|
|
21
|
+
} from "../commands/CreateSubscriberCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteBudgetActionCommandInput,
|
|
24
|
+
DeleteBudgetActionCommandOutput,
|
|
25
|
+
} from "../commands/DeleteBudgetActionCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteBudgetCommandInput,
|
|
28
|
+
DeleteBudgetCommandOutput,
|
|
29
|
+
} from "../commands/DeleteBudgetCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteNotificationCommandInput,
|
|
32
|
+
DeleteNotificationCommandOutput,
|
|
33
|
+
} from "../commands/DeleteNotificationCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteSubscriberCommandInput,
|
|
36
|
+
DeleteSubscriberCommandOutput,
|
|
37
|
+
} from "../commands/DeleteSubscriberCommand";
|
|
38
|
+
import {
|
|
39
|
+
DescribeBudgetActionCommandInput,
|
|
40
|
+
DescribeBudgetActionCommandOutput,
|
|
41
|
+
} from "../commands/DescribeBudgetActionCommand";
|
|
42
|
+
import {
|
|
43
|
+
DescribeBudgetActionHistoriesCommandInput,
|
|
44
|
+
DescribeBudgetActionHistoriesCommandOutput,
|
|
45
|
+
} from "../commands/DescribeBudgetActionHistoriesCommand";
|
|
46
|
+
import {
|
|
47
|
+
DescribeBudgetActionsForAccountCommandInput,
|
|
48
|
+
DescribeBudgetActionsForAccountCommandOutput,
|
|
49
|
+
} from "../commands/DescribeBudgetActionsForAccountCommand";
|
|
50
|
+
import {
|
|
51
|
+
DescribeBudgetActionsForBudgetCommandInput,
|
|
52
|
+
DescribeBudgetActionsForBudgetCommandOutput,
|
|
53
|
+
} from "../commands/DescribeBudgetActionsForBudgetCommand";
|
|
54
|
+
import {
|
|
55
|
+
DescribeBudgetCommandInput,
|
|
56
|
+
DescribeBudgetCommandOutput,
|
|
57
|
+
} from "../commands/DescribeBudgetCommand";
|
|
58
|
+
import {
|
|
59
|
+
DescribeBudgetNotificationsForAccountCommandInput,
|
|
60
|
+
DescribeBudgetNotificationsForAccountCommandOutput,
|
|
61
|
+
} from "../commands/DescribeBudgetNotificationsForAccountCommand";
|
|
62
|
+
import {
|
|
63
|
+
DescribeBudgetPerformanceHistoryCommandInput,
|
|
64
|
+
DescribeBudgetPerformanceHistoryCommandOutput,
|
|
65
|
+
} from "../commands/DescribeBudgetPerformanceHistoryCommand";
|
|
66
|
+
import {
|
|
67
|
+
DescribeBudgetsCommandInput,
|
|
68
|
+
DescribeBudgetsCommandOutput,
|
|
69
|
+
} from "../commands/DescribeBudgetsCommand";
|
|
70
|
+
import {
|
|
71
|
+
DescribeNotificationsForBudgetCommandInput,
|
|
72
|
+
DescribeNotificationsForBudgetCommandOutput,
|
|
73
|
+
} from "../commands/DescribeNotificationsForBudgetCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeSubscribersForNotificationCommandInput,
|
|
76
|
+
DescribeSubscribersForNotificationCommandOutput,
|
|
77
|
+
} from "../commands/DescribeSubscribersForNotificationCommand";
|
|
78
|
+
import {
|
|
79
|
+
ExecuteBudgetActionCommandInput,
|
|
80
|
+
ExecuteBudgetActionCommandOutput,
|
|
81
|
+
} from "../commands/ExecuteBudgetActionCommand";
|
|
82
|
+
import {
|
|
83
|
+
UpdateBudgetActionCommandInput,
|
|
84
|
+
UpdateBudgetActionCommandOutput,
|
|
85
|
+
} from "../commands/UpdateBudgetActionCommand";
|
|
86
|
+
import {
|
|
87
|
+
UpdateBudgetCommandInput,
|
|
88
|
+
UpdateBudgetCommandOutput,
|
|
89
|
+
} from "../commands/UpdateBudgetCommand";
|
|
90
|
+
import {
|
|
91
|
+
UpdateNotificationCommandInput,
|
|
92
|
+
UpdateNotificationCommandOutput,
|
|
93
|
+
} from "../commands/UpdateNotificationCommand";
|
|
94
|
+
import {
|
|
95
|
+
UpdateSubscriberCommandInput,
|
|
96
|
+
UpdateSubscriberCommandOutput,
|
|
97
|
+
} from "../commands/UpdateSubscriberCommand";
|
|
98
|
+
export declare const serializeAws_json1_1CreateBudgetCommand: (
|
|
99
|
+
input: CreateBudgetCommandInput,
|
|
100
|
+
context: __SerdeContext
|
|
101
|
+
) => Promise<__HttpRequest>;
|
|
102
|
+
export declare const serializeAws_json1_1CreateBudgetActionCommand: (
|
|
103
|
+
input: CreateBudgetActionCommandInput,
|
|
104
|
+
context: __SerdeContext
|
|
105
|
+
) => Promise<__HttpRequest>;
|
|
106
|
+
export declare const serializeAws_json1_1CreateNotificationCommand: (
|
|
107
|
+
input: CreateNotificationCommandInput,
|
|
108
|
+
context: __SerdeContext
|
|
109
|
+
) => Promise<__HttpRequest>;
|
|
110
|
+
export declare const serializeAws_json1_1CreateSubscriberCommand: (
|
|
111
|
+
input: CreateSubscriberCommandInput,
|
|
112
|
+
context: __SerdeContext
|
|
113
|
+
) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const serializeAws_json1_1DeleteBudgetCommand: (
|
|
115
|
+
input: DeleteBudgetCommandInput,
|
|
116
|
+
context: __SerdeContext
|
|
117
|
+
) => Promise<__HttpRequest>;
|
|
118
|
+
export declare const serializeAws_json1_1DeleteBudgetActionCommand: (
|
|
119
|
+
input: DeleteBudgetActionCommandInput,
|
|
120
|
+
context: __SerdeContext
|
|
121
|
+
) => Promise<__HttpRequest>;
|
|
122
|
+
export declare const serializeAws_json1_1DeleteNotificationCommand: (
|
|
123
|
+
input: DeleteNotificationCommandInput,
|
|
124
|
+
context: __SerdeContext
|
|
125
|
+
) => Promise<__HttpRequest>;
|
|
126
|
+
export declare const serializeAws_json1_1DeleteSubscriberCommand: (
|
|
127
|
+
input: DeleteSubscriberCommandInput,
|
|
128
|
+
context: __SerdeContext
|
|
129
|
+
) => Promise<__HttpRequest>;
|
|
130
|
+
export declare const serializeAws_json1_1DescribeBudgetCommand: (
|
|
131
|
+
input: DescribeBudgetCommandInput,
|
|
132
|
+
context: __SerdeContext
|
|
133
|
+
) => Promise<__HttpRequest>;
|
|
134
|
+
export declare const serializeAws_json1_1DescribeBudgetActionCommand: (
|
|
135
|
+
input: DescribeBudgetActionCommandInput,
|
|
136
|
+
context: __SerdeContext
|
|
137
|
+
) => Promise<__HttpRequest>;
|
|
138
|
+
export declare const serializeAws_json1_1DescribeBudgetActionHistoriesCommand: (
|
|
139
|
+
input: DescribeBudgetActionHistoriesCommandInput,
|
|
140
|
+
context: __SerdeContext
|
|
141
|
+
) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const serializeAws_json1_1DescribeBudgetActionsForAccountCommand: (
|
|
143
|
+
input: DescribeBudgetActionsForAccountCommandInput,
|
|
144
|
+
context: __SerdeContext
|
|
145
|
+
) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const serializeAws_json1_1DescribeBudgetActionsForBudgetCommand: (
|
|
147
|
+
input: DescribeBudgetActionsForBudgetCommandInput,
|
|
148
|
+
context: __SerdeContext
|
|
149
|
+
) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const serializeAws_json1_1DescribeBudgetNotificationsForAccountCommand: (
|
|
151
|
+
input: DescribeBudgetNotificationsForAccountCommandInput,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const serializeAws_json1_1DescribeBudgetPerformanceHistoryCommand: (
|
|
155
|
+
input: DescribeBudgetPerformanceHistoryCommandInput,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const serializeAws_json1_1DescribeBudgetsCommand: (
|
|
159
|
+
input: DescribeBudgetsCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const serializeAws_json1_1DescribeNotificationsForBudgetCommand: (
|
|
163
|
+
input: DescribeNotificationsForBudgetCommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_json1_1DescribeSubscribersForNotificationCommand: (
|
|
167
|
+
input: DescribeSubscribersForNotificationCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_json1_1ExecuteBudgetActionCommand: (
|
|
171
|
+
input: ExecuteBudgetActionCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_json1_1UpdateBudgetCommand: (
|
|
175
|
+
input: UpdateBudgetCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_json1_1UpdateBudgetActionCommand: (
|
|
179
|
+
input: UpdateBudgetActionCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const serializeAws_json1_1UpdateNotificationCommand: (
|
|
183
|
+
input: UpdateNotificationCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_json1_1UpdateSubscriberCommand: (
|
|
187
|
+
input: UpdateSubscriberCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const deserializeAws_json1_1CreateBudgetCommand: (
|
|
191
|
+
output: __HttpResponse,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<CreateBudgetCommandOutput>;
|
|
194
|
+
export declare const deserializeAws_json1_1CreateBudgetActionCommand: (
|
|
195
|
+
output: __HttpResponse,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<CreateBudgetActionCommandOutput>;
|
|
198
|
+
export declare const deserializeAws_json1_1CreateNotificationCommand: (
|
|
199
|
+
output: __HttpResponse,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<CreateNotificationCommandOutput>;
|
|
202
|
+
export declare const deserializeAws_json1_1CreateSubscriberCommand: (
|
|
203
|
+
output: __HttpResponse,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<CreateSubscriberCommandOutput>;
|
|
206
|
+
export declare const deserializeAws_json1_1DeleteBudgetCommand: (
|
|
207
|
+
output: __HttpResponse,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<DeleteBudgetCommandOutput>;
|
|
210
|
+
export declare const deserializeAws_json1_1DeleteBudgetActionCommand: (
|
|
211
|
+
output: __HttpResponse,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<DeleteBudgetActionCommandOutput>;
|
|
214
|
+
export declare const deserializeAws_json1_1DeleteNotificationCommand: (
|
|
215
|
+
output: __HttpResponse,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<DeleteNotificationCommandOutput>;
|
|
218
|
+
export declare const deserializeAws_json1_1DeleteSubscriberCommand: (
|
|
219
|
+
output: __HttpResponse,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<DeleteSubscriberCommandOutput>;
|
|
222
|
+
export declare const deserializeAws_json1_1DescribeBudgetCommand: (
|
|
223
|
+
output: __HttpResponse,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<DescribeBudgetCommandOutput>;
|
|
226
|
+
export declare const deserializeAws_json1_1DescribeBudgetActionCommand: (
|
|
227
|
+
output: __HttpResponse,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<DescribeBudgetActionCommandOutput>;
|
|
230
|
+
export declare const deserializeAws_json1_1DescribeBudgetActionHistoriesCommand: (
|
|
231
|
+
output: __HttpResponse,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<DescribeBudgetActionHistoriesCommandOutput>;
|
|
234
|
+
export declare const deserializeAws_json1_1DescribeBudgetActionsForAccountCommand: (
|
|
235
|
+
output: __HttpResponse,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<DescribeBudgetActionsForAccountCommandOutput>;
|
|
238
|
+
export declare const deserializeAws_json1_1DescribeBudgetActionsForBudgetCommand: (
|
|
239
|
+
output: __HttpResponse,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<DescribeBudgetActionsForBudgetCommandOutput>;
|
|
242
|
+
export declare const deserializeAws_json1_1DescribeBudgetNotificationsForAccountCommand: (
|
|
243
|
+
output: __HttpResponse,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<DescribeBudgetNotificationsForAccountCommandOutput>;
|
|
246
|
+
export declare const deserializeAws_json1_1DescribeBudgetPerformanceHistoryCommand: (
|
|
247
|
+
output: __HttpResponse,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<DescribeBudgetPerformanceHistoryCommandOutput>;
|
|
250
|
+
export declare const deserializeAws_json1_1DescribeBudgetsCommand: (
|
|
251
|
+
output: __HttpResponse,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<DescribeBudgetsCommandOutput>;
|
|
254
|
+
export declare const deserializeAws_json1_1DescribeNotificationsForBudgetCommand: (
|
|
255
|
+
output: __HttpResponse,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<DescribeNotificationsForBudgetCommandOutput>;
|
|
258
|
+
export declare const deserializeAws_json1_1DescribeSubscribersForNotificationCommand: (
|
|
259
|
+
output: __HttpResponse,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<DescribeSubscribersForNotificationCommandOutput>;
|
|
262
|
+
export declare const deserializeAws_json1_1ExecuteBudgetActionCommand: (
|
|
263
|
+
output: __HttpResponse,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<ExecuteBudgetActionCommandOutput>;
|
|
266
|
+
export declare const deserializeAws_json1_1UpdateBudgetCommand: (
|
|
267
|
+
output: __HttpResponse,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<UpdateBudgetCommandOutput>;
|
|
270
|
+
export declare const deserializeAws_json1_1UpdateBudgetActionCommand: (
|
|
271
|
+
output: __HttpResponse,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<UpdateBudgetActionCommandOutput>;
|
|
274
|
+
export declare const deserializeAws_json1_1UpdateNotificationCommand: (
|
|
275
|
+
output: __HttpResponse,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<UpdateNotificationCommandOutput>;
|
|
278
|
+
export declare const deserializeAws_json1_1UpdateSubscriberCommand: (
|
|
279
|
+
output: __HttpResponse,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<UpdateSubscriberCommandOutput>;
|