@aws-sdk/client-budgets 3.1077.0 → 3.1078.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/index.js +34 -263
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateBudgetActionCommand.js +2 -14
- package/dist-es/commands/CreateBudgetCommand.js +2 -14
- package/dist-es/commands/CreateNotificationCommand.js +2 -14
- package/dist-es/commands/CreateSubscriberCommand.js +2 -14
- package/dist-es/commands/DeleteBudgetActionCommand.js +2 -14
- package/dist-es/commands/DeleteBudgetCommand.js +2 -14
- package/dist-es/commands/DeleteNotificationCommand.js +2 -14
- package/dist-es/commands/DeleteSubscriberCommand.js +2 -14
- package/dist-es/commands/DescribeBudgetActionCommand.js +2 -14
- package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +2 -14
- package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +2 -14
- package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +2 -14
- package/dist-es/commands/DescribeBudgetCommand.js +2 -14
- package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +2 -14
- package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +2 -14
- package/dist-es/commands/DescribeBudgetsCommand.js +2 -14
- package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +2 -14
- package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +2 -14
- package/dist-es/commands/ExecuteBudgetActionCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateBudgetActionCommand.js +2 -14
- package/dist-es/commands/UpdateBudgetCommand.js +2 -14
- package/dist-es/commands/UpdateNotificationCommand.js +2 -14
- package/dist-es/commands/UpdateSubscriberCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateBudgetActionCommand.d.ts +3 -8
- package/dist-types/commands/CreateBudgetCommand.d.ts +3 -8
- package/dist-types/commands/CreateNotificationCommand.d.ts +3 -8
- package/dist-types/commands/CreateSubscriberCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBudgetActionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBudgetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNotificationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBudgetActionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBudgetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBudgetsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +3 -8
- package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBudgetActionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBudgetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateNotificationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeBudgetPerformanceHistory$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeBudgetPerformanceHistoryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBudgetServiceGateway", "DescribeBudgetPerformanceHistory", {})
|
|
13
|
-
.n("BudgetsClient", "DescribeBudgetPerformanceHistoryCommand")
|
|
14
|
-
.sc(DescribeBudgetPerformanceHistory$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeBudgetPerformanceHistoryCommand extends command(_ep0, _mw0, "DescribeBudgetPerformanceHistory", DescribeBudgetPerformanceHistory$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeBudgets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeBudgetsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBudgetServiceGateway", "DescribeBudgets", {})
|
|
13
|
-
.n("BudgetsClient", "DescribeBudgetsCommand")
|
|
14
|
-
.sc(DescribeBudgets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeBudgetsCommand extends command(_ep0, _mw0, "DescribeBudgets", DescribeBudgets$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeNotificationsForBudget$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeNotificationsForBudgetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBudgetServiceGateway", "DescribeNotificationsForBudget", {})
|
|
13
|
-
.n("BudgetsClient", "DescribeNotificationsForBudgetCommand")
|
|
14
|
-
.sc(DescribeNotificationsForBudget$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeNotificationsForBudgetCommand extends command(_ep0, _mw0, "DescribeNotificationsForBudget", DescribeNotificationsForBudget$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeSubscribersForNotification$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeSubscribersForNotificationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBudgetServiceGateway", "DescribeSubscribersForNotification", {})
|
|
13
|
-
.n("BudgetsClient", "DescribeSubscribersForNotificationCommand")
|
|
14
|
-
.sc(DescribeSubscribersForNotification$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeSubscribersForNotificationCommand extends command(_ep0, _mw0, "DescribeSubscribersForNotification", DescribeSubscribersForNotification$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ExecuteBudgetAction$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExecuteBudgetActionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBudgetServiceGateway", "ExecuteBudgetAction", {})
|
|
13
|
-
.n("BudgetsClient", "ExecuteBudgetActionCommand")
|
|
14
|
-
.sc(ExecuteBudgetAction$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ExecuteBudgetActionCommand extends command(_ep0, _mw0, "ExecuteBudgetAction", ExecuteBudgetAction$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBudgetServiceGateway", "ListTagsForResource", {})
|
|
13
|
-
.n("BudgetsClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBudgetServiceGateway", "TagResource", {})
|
|
13
|
-
.n("BudgetsClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBudgetServiceGateway", "UntagResource", {})
|
|
13
|
-
.n("BudgetsClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateBudgetAction$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateBudgetActionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBudgetServiceGateway", "UpdateBudgetAction", {})
|
|
13
|
-
.n("BudgetsClient", "UpdateBudgetActionCommand")
|
|
14
|
-
.sc(UpdateBudgetAction$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateBudgetActionCommand extends command(_ep0, _mw0, "UpdateBudgetAction", UpdateBudgetAction$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateBudget$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateBudgetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBudgetServiceGateway", "UpdateBudget", {})
|
|
13
|
-
.n("BudgetsClient", "UpdateBudgetCommand")
|
|
14
|
-
.sc(UpdateBudget$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateBudgetCommand extends command(_ep0, _mw0, "UpdateBudget", UpdateBudget$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateNotification$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateNotificationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBudgetServiceGateway", "UpdateNotification", {})
|
|
13
|
-
.n("BudgetsClient", "UpdateNotificationCommand")
|
|
14
|
-
.sc(UpdateNotification$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateNotificationCommand extends command(_ep0, _mw0, "UpdateNotification", UpdateNotification$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateSubscriber$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateSubscriberCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBudgetServiceGateway", "UpdateSubscriber", {})
|
|
13
|
-
.n("BudgetsClient", "UpdateSubscriberCommand")
|
|
14
|
-
.sc(UpdateSubscriber$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateSubscriberCommand extends command(_ep0, _mw0, "UpdateSubscriber", UpdateSubscriber$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./BudgetsClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
4
2
|
import type { CreateBudgetActionRequest, CreateBudgetActionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateBudgetActionCommandInput extends CreateBudgetActionReques
|
|
|
22
19
|
export interface CreateBudgetActionCommandOutput extends CreateBudgetActionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateBudgetActionCommand_base: {
|
|
25
|
-
new (input: CreateBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<CreateBudgetActionCommandInput, CreateBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<CreateBudgetActionCommandInput, CreateBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<CreateBudgetActionCommandInput, CreateBudgetActionCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<CreateBudgetActionCommandInput, CreateBudgetActionCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
4
2
|
import type { CreateBudgetRequest, CreateBudgetResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateBudgetCommandInput extends CreateBudgetRequest {
|
|
|
22
19
|
export interface CreateBudgetCommandOutput extends CreateBudgetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateBudgetCommand_base: {
|
|
25
|
-
new (input: CreateBudgetCommandInput): import("@smithy/core/client").CommandImpl<CreateBudgetCommandInput, CreateBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateBudgetCommandInput): import("@smithy/core/client").CommandImpl<CreateBudgetCommandInput, CreateBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateBudgetCommandInput): import("@smithy/core/client").CommandImpl<CreateBudgetCommandInput, CreateBudgetCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateBudgetCommandInput): import("@smithy/core/client").CommandImpl<CreateBudgetCommandInput, CreateBudgetCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a budget and, if included, notifications and subscribers. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
4
2
|
import type { CreateNotificationRequest, CreateNotificationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateNotificationCommandInput extends CreateNotificationReques
|
|
|
22
19
|
export interface CreateNotificationCommandOutput extends CreateNotificationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateNotificationCommand_base: {
|
|
25
|
-
new (input: CreateNotificationCommandInput): import("@smithy/core/client").CommandImpl<CreateNotificationCommandInput, CreateNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateNotificationCommandInput): import("@smithy/core/client").CommandImpl<CreateNotificationCommandInput, CreateNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateNotificationCommandInput): import("@smithy/core/client").CommandImpl<CreateNotificationCommandInput, CreateNotificationCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateNotificationCommandInput): import("@smithy/core/client").CommandImpl<CreateNotificationCommandInput, CreateNotificationCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a notification. You must create the budget before you create the associated notification.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
4
2
|
import type { CreateSubscriberRequest, CreateSubscriberResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateSubscriberCommandInput extends CreateSubscriberRequest {
|
|
|
22
19
|
export interface CreateSubscriberCommandOutput extends CreateSubscriberResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSubscriberCommand_base: {
|
|
25
|
-
new (input: CreateSubscriberCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriberCommandInput, CreateSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSubscriberCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriberCommandInput, CreateSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSubscriberCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriberCommandInput, CreateSubscriberCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSubscriberCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriberCommandInput, CreateSubscriberCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a subscriber. You must create the associated budget and notification before you create the subscriber.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
4
2
|
import type { DeleteBudgetActionRequest, DeleteBudgetActionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteBudgetActionCommandInput extends DeleteBudgetActionReques
|
|
|
22
19
|
export interface DeleteBudgetActionCommandOutput extends DeleteBudgetActionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteBudgetActionCommand_base: {
|
|
25
|
-
new (input: DeleteBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteBudgetActionCommandInput, DeleteBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteBudgetActionCommandInput, DeleteBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteBudgetActionCommandInput, DeleteBudgetActionCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteBudgetActionCommandInput, DeleteBudgetActionCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
4
2
|
import type { DeleteBudgetRequest, DeleteBudgetResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteBudgetCommandInput extends DeleteBudgetRequest {
|
|
|
22
19
|
export interface DeleteBudgetCommandOutput extends DeleteBudgetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteBudgetCommand_base: {
|
|
25
|
-
new (input: DeleteBudgetCommandInput): import("@smithy/core/client").CommandImpl<DeleteBudgetCommandInput, DeleteBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteBudgetCommandInput): import("@smithy/core/client").CommandImpl<DeleteBudgetCommandInput, DeleteBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteBudgetCommandInput): import("@smithy/core/client").CommandImpl<DeleteBudgetCommandInput, DeleteBudgetCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteBudgetCommandInput): import("@smithy/core/client").CommandImpl<DeleteBudgetCommandInput, DeleteBudgetCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a budget. You can delete your budget at any time.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
4
2
|
import type { DeleteNotificationRequest, DeleteNotificationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteNotificationCommandInput extends DeleteNotificationReques
|
|
|
22
19
|
export interface DeleteNotificationCommandOutput extends DeleteNotificationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteNotificationCommand_base: {
|
|
25
|
-
new (input: DeleteNotificationCommandInput): import("@smithy/core/client").CommandImpl<DeleteNotificationCommandInput, DeleteNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteNotificationCommandInput): import("@smithy/core/client").CommandImpl<DeleteNotificationCommandInput, DeleteNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteNotificationCommandInput): import("@smithy/core/client").CommandImpl<DeleteNotificationCommandInput, DeleteNotificationCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteNotificationCommandInput): import("@smithy/core/client").CommandImpl<DeleteNotificationCommandInput, DeleteNotificationCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a notification.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
4
2
|
import type { DeleteSubscriberRequest, DeleteSubscriberResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSubscriberCommandInput extends DeleteSubscriberRequest {
|
|
|
22
19
|
export interface DeleteSubscriberCommandOutput extends DeleteSubscriberResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSubscriberCommand_base: {
|
|
25
|
-
new (input: DeleteSubscriberCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSubscriberCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSubscriberCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSubscriberCommandInput): import("@smithy/core/client").CommandImpl<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a subscriber.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
4
2
|
import type { DescribeBudgetActionRequest, DescribeBudgetActionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeBudgetActionCommandInput extends DescribeBudgetActionRe
|
|
|
22
19
|
export interface DescribeBudgetActionCommandOutput extends DescribeBudgetActionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeBudgetActionCommand_base: {
|
|
25
|
-
new (input: DescribeBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionCommandInput, DescribeBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionCommandInput, DescribeBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionCommandInput, DescribeBudgetActionCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionCommandInput, DescribeBudgetActionCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
4
2
|
import type { DescribeBudgetActionHistoriesRequest, DescribeBudgetActionHistoriesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeBudgetActionHistoriesCommandInput extends DescribeBudge
|
|
|
22
19
|
export interface DescribeBudgetActionHistoriesCommandOutput extends DescribeBudgetActionHistoriesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeBudgetActionHistoriesCommand_base: {
|
|
25
|
-
new (input: DescribeBudgetActionHistoriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeBudgetActionHistoriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeBudgetActionHistoriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeBudgetActionHistoriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
4
2
|
import type { DescribeBudgetActionsForAccountRequest, DescribeBudgetActionsForAccountResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeBudgetActionsForAccountCommandInput extends DescribeBud
|
|
|
22
19
|
export interface DescribeBudgetActionsForAccountCommandOutput extends DescribeBudgetActionsForAccountResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeBudgetActionsForAccountCommand_base: {
|
|
25
|
-
new (input: DescribeBudgetActionsForAccountCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeBudgetActionsForAccountCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeBudgetActionsForAccountCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeBudgetActionsForAccountCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
4
2
|
import type { DescribeBudgetActionsForBudgetRequest, DescribeBudgetActionsForBudgetResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeBudgetActionsForBudgetCommandInput extends DescribeBudg
|
|
|
22
19
|
export interface DescribeBudgetActionsForBudgetCommandOutput extends DescribeBudgetActionsForBudgetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeBudgetActionsForBudgetCommand_base: {
|
|
25
|
-
new (input: DescribeBudgetActionsForBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeBudgetActionsForBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeBudgetActionsForBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeBudgetActionsForBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|