@aws-sdk/client-budgets 3.49.0 → 3.50.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/package.json +25 -25
- package/dist-types/ts3.4/Budgets.d.ts +0 -115
- package/dist-types/ts3.4/BudgetsClient.d.ts +0 -95
- package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -22
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -955
- package/dist-types/ts3.4/pagination/DescribeBudgetActionHistoriesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetActionsForAccountPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetActionsForBudgetPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetPerformanceHistoryPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeNotificationsForBudgetPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeSubscribersForNotificationPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/index.d.ts +0 -8
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -68
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,17 +0,0 @@
|
|
|
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 { DescribeSubscribersForNotificationRequest, DescribeSubscribersForNotificationResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeSubscribersForNotificationCommandInput extends DescribeSubscribersForNotificationRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeSubscribersForNotificationCommandOutput extends DescribeSubscribersForNotificationResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeSubscribersForNotificationCommand extends $Command<DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput, BudgetsClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeSubscribersForNotificationCommandInput;
|
|
12
|
-
constructor(input: DescribeSubscribersForNotificationCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { ExecuteBudgetActionRequest, ExecuteBudgetActionResponse } from "../models/models_0";
|
|
5
|
-
export interface ExecuteBudgetActionCommandInput extends ExecuteBudgetActionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ExecuteBudgetActionCommandOutput extends ExecuteBudgetActionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ExecuteBudgetActionCommand extends $Command<ExecuteBudgetActionCommandInput, ExecuteBudgetActionCommandOutput, BudgetsClientResolvedConfig> {
|
|
11
|
-
readonly input: ExecuteBudgetActionCommandInput;
|
|
12
|
-
constructor(input: ExecuteBudgetActionCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteBudgetActionCommandInput, ExecuteBudgetActionCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UpdateBudgetActionRequest, UpdateBudgetActionResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateBudgetActionCommandInput extends UpdateBudgetActionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateBudgetActionCommandOutput extends UpdateBudgetActionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateBudgetActionCommand extends $Command<UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput, BudgetsClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateBudgetActionCommandInput;
|
|
12
|
-
constructor(input: UpdateBudgetActionCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UpdateBudgetRequest, UpdateBudgetResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateBudgetCommandInput extends UpdateBudgetRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateBudgetCommandOutput extends UpdateBudgetResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateBudgetCommand extends $Command<UpdateBudgetCommandInput, UpdateBudgetCommandOutput, BudgetsClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateBudgetCommandInput;
|
|
12
|
-
constructor(input: UpdateBudgetCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBudgetCommandInput, UpdateBudgetCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UpdateNotificationRequest, UpdateNotificationResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateNotificationCommandInput extends UpdateNotificationRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateNotificationCommandOutput extends UpdateNotificationResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateNotificationCommand extends $Command<UpdateNotificationCommandInput, UpdateNotificationCommandOutput, BudgetsClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateNotificationCommandInput;
|
|
12
|
-
constructor(input: UpdateNotificationCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNotificationCommandInput, UpdateNotificationCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UpdateSubscriberRequest, UpdateSubscriberResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateSubscriberCommandInput extends UpdateSubscriberRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateSubscriberCommandOutput extends UpdateSubscriberResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateSubscriberCommand extends $Command<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, BudgetsClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateSubscriberCommandInput;
|
|
12
|
-
constructor(input: UpdateSubscriberCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export * from "./CreateBudgetActionCommand";
|
|
2
|
-
export * from "./CreateBudgetCommand";
|
|
3
|
-
export * from "./CreateNotificationCommand";
|
|
4
|
-
export * from "./CreateSubscriberCommand";
|
|
5
|
-
export * from "./DeleteBudgetActionCommand";
|
|
6
|
-
export * from "./DeleteBudgetCommand";
|
|
7
|
-
export * from "./DeleteNotificationCommand";
|
|
8
|
-
export * from "./DeleteSubscriberCommand";
|
|
9
|
-
export * from "./DescribeBudgetActionCommand";
|
|
10
|
-
export * from "./DescribeBudgetActionHistoriesCommand";
|
|
11
|
-
export * from "./DescribeBudgetActionsForAccountCommand";
|
|
12
|
-
export * from "./DescribeBudgetActionsForBudgetCommand";
|
|
13
|
-
export * from "./DescribeBudgetCommand";
|
|
14
|
-
export * from "./DescribeBudgetPerformanceHistoryCommand";
|
|
15
|
-
export * from "./DescribeBudgetsCommand";
|
|
16
|
-
export * from "./DescribeNotificationsForBudgetCommand";
|
|
17
|
-
export * from "./DescribeSubscribersForNotificationCommand";
|
|
18
|
-
export * from "./ExecuteBudgetActionCommand";
|
|
19
|
-
export * from "./UpdateBudgetActionCommand";
|
|
20
|
-
export * from "./UpdateBudgetCommand";
|
|
21
|
-
export * from "./UpdateNotificationCommand";
|
|
22
|
-
export * from "./UpdateSubscriberCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|