@aws-sdk/client-budgets 3.478.0 → 3.484.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateBudgetActionCommand.js +18 -41
- package/dist-cjs/commands/CreateBudgetCommand.js +18 -41
- package/dist-cjs/commands/CreateNotificationCommand.js +18 -41
- package/dist-cjs/commands/CreateSubscriberCommand.js +18 -41
- package/dist-cjs/commands/DeleteBudgetActionCommand.js +18 -41
- package/dist-cjs/commands/DeleteBudgetCommand.js +18 -41
- package/dist-cjs/commands/DeleteNotificationCommand.js +18 -41
- package/dist-cjs/commands/DeleteSubscriberCommand.js +18 -41
- package/dist-cjs/commands/DescribeBudgetActionCommand.js +18 -41
- package/dist-cjs/commands/DescribeBudgetActionHistoriesCommand.js +18 -41
- package/dist-cjs/commands/DescribeBudgetActionsForAccountCommand.js +18 -41
- package/dist-cjs/commands/DescribeBudgetActionsForBudgetCommand.js +18 -41
- package/dist-cjs/commands/DescribeBudgetCommand.js +18 -41
- package/dist-cjs/commands/DescribeBudgetNotificationsForAccountCommand.js +18 -41
- package/dist-cjs/commands/DescribeBudgetPerformanceHistoryCommand.js +18 -41
- package/dist-cjs/commands/DescribeBudgetsCommand.js +18 -41
- package/dist-cjs/commands/DescribeNotificationsForBudgetCommand.js +18 -41
- package/dist-cjs/commands/DescribeSubscribersForNotificationCommand.js +18 -41
- package/dist-cjs/commands/ExecuteBudgetActionCommand.js +18 -41
- package/dist-cjs/commands/UpdateBudgetActionCommand.js +18 -41
- package/dist-cjs/commands/UpdateBudgetCommand.js +18 -41
- package/dist-cjs/commands/UpdateNotificationCommand.js +18 -41
- package/dist-cjs/commands/UpdateSubscriberCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateBudgetActionCommand.js +18 -41
- package/dist-es/commands/CreateBudgetCommand.js +18 -41
- package/dist-es/commands/CreateNotificationCommand.js +18 -41
- package/dist-es/commands/CreateSubscriberCommand.js +18 -41
- package/dist-es/commands/DeleteBudgetActionCommand.js +18 -41
- package/dist-es/commands/DeleteBudgetCommand.js +18 -41
- package/dist-es/commands/DeleteNotificationCommand.js +18 -41
- package/dist-es/commands/DeleteSubscriberCommand.js +18 -41
- package/dist-es/commands/DescribeBudgetActionCommand.js +18 -41
- package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +18 -41
- package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +18 -41
- package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +18 -41
- package/dist-es/commands/DescribeBudgetCommand.js +18 -41
- package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +18 -41
- package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +18 -41
- package/dist-es/commands/DescribeBudgetsCommand.js +18 -41
- package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +18 -41
- package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +18 -41
- package/dist-es/commands/ExecuteBudgetActionCommand.js +18 -41
- package/dist-es/commands/UpdateBudgetActionCommand.js +18 -41
- package/dist-es/commands/UpdateBudgetCommand.js +18 -41
- package/dist-es/commands/UpdateNotificationCommand.js +18 -41
- package/dist-es/commands/UpdateSubscriberCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateBudgetActionCommand.d.ts +6 -21
- package/dist-types/commands/CreateBudgetCommand.d.ts +6 -21
- package/dist-types/commands/CreateNotificationCommand.d.ts +6 -21
- package/dist-types/commands/CreateSubscriberCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBudgetActionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteBudgetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteNotificationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +6 -21
- package/dist-types/commands/DescribeBudgetActionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +6 -21
- package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +6 -21
- package/dist-types/commands/DescribeBudgetCommand.d.ts +6 -21
- package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +6 -21
- package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +6 -21
- package/dist-types/commands/DescribeBudgetsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +6 -21
- package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBudgetActionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBudgetCommand.d.ts +6 -21
- package/dist-types/commands/UpdateNotificationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
5
4
|
import { DescribeBudgetNotificationsForAccountRequest, DescribeBudgetNotificationsForAccountResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeBudgetNotificationsForAccountCommandInput extends Descr
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeBudgetNotificationsForAccountCommandOutput extends DescribeBudgetNotificationsForAccountResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeBudgetNotificationsForAccountCommand_base: {
|
|
24
|
+
new (input: DescribeBudgetNotificationsForAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -91,23 +94,5 @@ export interface DescribeBudgetNotificationsForAccountCommandOutput extends Desc
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class DescribeBudgetNotificationsForAccountCommand extends
|
|
95
|
-
readonly input: DescribeBudgetNotificationsForAccountCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: DescribeBudgetNotificationsForAccountCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class DescribeBudgetNotificationsForAccountCommand extends DescribeBudgetNotificationsForAccountCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
5
4
|
import { DescribeBudgetPerformanceHistoryRequest, DescribeBudgetPerformanceHistoryResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeBudgetPerformanceHistoryCommandInput extends DescribeBu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeBudgetPerformanceHistoryCommandOutput extends DescribeBudgetPerformanceHistoryResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeBudgetPerformanceHistoryCommand_base: {
|
|
24
|
+
new (input: DescribeBudgetPerformanceHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the history for <code>DAILY</code>, <code>MONTHLY</code>, and <code>QUARTERLY</code> budgets. Budget history isn't available for <code>ANNUAL</code> budgets.</p>
|
|
@@ -119,23 +122,5 @@ export interface DescribeBudgetPerformanceHistoryCommandOutput extends DescribeB
|
|
|
119
122
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
120
123
|
*
|
|
121
124
|
*/
|
|
122
|
-
export declare class DescribeBudgetPerformanceHistoryCommand extends
|
|
123
|
-
readonly input: DescribeBudgetPerformanceHistoryCommandInput;
|
|
124
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
125
|
-
/**
|
|
126
|
-
* @public
|
|
127
|
-
*/
|
|
128
|
-
constructor(input: DescribeBudgetPerformanceHistoryCommandInput);
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput>;
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
private serialize;
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
private deserialize;
|
|
125
|
+
export declare class DescribeBudgetPerformanceHistoryCommand extends DescribeBudgetPerformanceHistoryCommand_base {
|
|
141
126
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
5
4
|
import { DescribeBudgetsRequest, DescribeBudgetsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeBudgetsCommandInput extends DescribeBudgetsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeBudgetsCommandOutput extends DescribeBudgetsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeBudgetsCommand_base: {
|
|
24
|
+
new (input: DescribeBudgetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the budgets that are associated with an account.</p>
|
|
@@ -136,23 +139,5 @@ export interface DescribeBudgetsCommandOutput extends DescribeBudgetsResponse, _
|
|
|
136
139
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
137
140
|
*
|
|
138
141
|
*/
|
|
139
|
-
export declare class DescribeBudgetsCommand extends
|
|
140
|
-
readonly input: DescribeBudgetsCommandInput;
|
|
141
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
142
|
-
/**
|
|
143
|
-
* @public
|
|
144
|
-
*/
|
|
145
|
-
constructor(input: DescribeBudgetsCommandInput);
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput>;
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
private serialize;
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
private deserialize;
|
|
142
|
+
export declare class DescribeBudgetsCommand extends DescribeBudgetsCommand_base {
|
|
158
143
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
5
4
|
import { DescribeNotificationsForBudgetRequest, DescribeNotificationsForBudgetResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeNotificationsForBudgetCommandInput extends DescribeNoti
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeNotificationsForBudgetCommandOutput extends DescribeNotificationsForBudgetResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeNotificationsForBudgetCommand_base: {
|
|
24
|
+
new (input: DescribeNotificationsForBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the notifications that are associated with a budget.</p>
|
|
@@ -85,23 +88,5 @@ export interface DescribeNotificationsForBudgetCommandOutput extends DescribeNot
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class DescribeNotificationsForBudgetCommand extends
|
|
89
|
-
readonly input: DescribeNotificationsForBudgetCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: DescribeNotificationsForBudgetCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class DescribeNotificationsForBudgetCommand extends DescribeNotificationsForBudgetCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
5
4
|
import { DescribeSubscribersForNotificationRequest, DescribeSubscribersForNotificationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeSubscribersForNotificationCommandInput extends Describe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeSubscribersForNotificationCommandOutput extends DescribeSubscribersForNotificationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeSubscribersForNotificationCommand_base: {
|
|
24
|
+
new (input: DescribeSubscribersForNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the subscribers that are associated with a notification.</p>
|
|
@@ -89,23 +92,5 @@ export interface DescribeSubscribersForNotificationCommandOutput extends Describ
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class DescribeSubscribersForNotificationCommand extends
|
|
93
|
-
readonly input: DescribeSubscribersForNotificationCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: DescribeSubscribersForNotificationCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class DescribeSubscribersForNotificationCommand extends DescribeSubscribersForNotificationCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
5
4
|
import { ExecuteBudgetActionRequest, ExecuteBudgetActionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ExecuteBudgetActionCommandInput extends ExecuteBudgetActionRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ExecuteBudgetActionCommandOutput extends ExecuteBudgetActionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ExecuteBudgetActionCommand_base: {
|
|
24
|
+
new (input: ExecuteBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteBudgetActionCommandInput, ExecuteBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -79,23 +82,5 @@ export interface ExecuteBudgetActionCommandOutput extends ExecuteBudgetActionRes
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class ExecuteBudgetActionCommand extends
|
|
83
|
-
readonly input: ExecuteBudgetActionCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: ExecuteBudgetActionCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteBudgetActionCommandInput, ExecuteBudgetActionCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class ExecuteBudgetActionCommand extends ExecuteBudgetActionCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
5
4
|
import { UpdateBudgetActionRequest, UpdateBudgetActionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateBudgetActionCommandInput extends UpdateBudgetActionReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateBudgetActionCommandOutput extends UpdateBudgetActionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateBudgetActionCommand_base: {
|
|
24
|
+
new (input: UpdateBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -208,23 +211,5 @@ export interface UpdateBudgetActionCommandOutput extends UpdateBudgetActionRespo
|
|
|
208
211
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
209
212
|
*
|
|
210
213
|
*/
|
|
211
|
-
export declare class UpdateBudgetActionCommand extends
|
|
212
|
-
readonly input: UpdateBudgetActionCommandInput;
|
|
213
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
214
|
-
/**
|
|
215
|
-
* @public
|
|
216
|
-
*/
|
|
217
|
-
constructor(input: UpdateBudgetActionCommandInput);
|
|
218
|
-
/**
|
|
219
|
-
* @internal
|
|
220
|
-
*/
|
|
221
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
|
-
private serialize;
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
|
-
private deserialize;
|
|
214
|
+
export declare class UpdateBudgetActionCommand extends UpdateBudgetActionCommand_base {
|
|
230
215
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
5
4
|
import { UpdateBudgetRequest, UpdateBudgetResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateBudgetCommandInput extends UpdateBudgetRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateBudgetCommandOutput extends UpdateBudgetResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateBudgetCommand_base: {
|
|
24
|
+
new (input: UpdateBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBudgetCommandInput, UpdateBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a budget. You can change every part of a budget except for the <code>budgetName</code> and the <code>calculatedSpend</code>. When you modify a budget, the <code>calculatedSpend</code> drops to zero until Amazon Web Services has new usage data to use for forecasting.</p>
|
|
@@ -124,23 +127,5 @@ export interface UpdateBudgetCommandOutput extends UpdateBudgetResponse, __Metad
|
|
|
124
127
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
125
128
|
*
|
|
126
129
|
*/
|
|
127
|
-
export declare class UpdateBudgetCommand extends
|
|
128
|
-
readonly input: UpdateBudgetCommandInput;
|
|
129
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
130
|
-
/**
|
|
131
|
-
* @public
|
|
132
|
-
*/
|
|
133
|
-
constructor(input: UpdateBudgetCommandInput);
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBudgetCommandInput, UpdateBudgetCommandOutput>;
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
private serialize;
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
private deserialize;
|
|
130
|
+
export declare class UpdateBudgetCommand extends UpdateBudgetCommand_base {
|
|
146
131
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
5
4
|
import { UpdateNotificationRequest, UpdateNotificationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateNotificationCommandInput extends UpdateNotificationReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateNotificationCommandOutput extends UpdateNotificationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateNotificationCommand_base: {
|
|
24
|
+
new (input: UpdateNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNotificationCommandInput, UpdateNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a notification.</p>
|
|
@@ -83,23 +86,5 @@ export interface UpdateNotificationCommandOutput extends UpdateNotificationRespo
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class UpdateNotificationCommand extends
|
|
87
|
-
readonly input: UpdateNotificationCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: UpdateNotificationCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNotificationCommandInput, UpdateNotificationCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class UpdateNotificationCommand extends UpdateNotificationCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
|
|
5
4
|
import { UpdateSubscriberRequest, UpdateSubscriberResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateSubscriberCommandInput extends UpdateSubscriberRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateSubscriberCommandOutput extends UpdateSubscriberResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateSubscriberCommand_base: {
|
|
24
|
+
new (input: UpdateSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a subscriber.</p>
|
|
@@ -84,23 +87,5 @@ export interface UpdateSubscriberCommandOutput extends UpdateSubscriberResponse,
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class UpdateSubscriberCommand extends
|
|
88
|
-
readonly input: UpdateSubscriberCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: UpdateSubscriberCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class UpdateSubscriberCommand extends UpdateSubscriberCommand_base {
|
|
106
91
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
BudgetsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface CreateBudgetActionCommandInput
|
|
|
21
15
|
export interface CreateBudgetActionCommandOutput
|
|
22
16
|
extends CreateBudgetActionResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const CreateBudgetActionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateBudgetActionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateBudgetActionCommandInput,
|
|
23
|
+
CreateBudgetActionCommandOutput,
|
|
24
|
+
BudgetsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateBudgetActionCommand extends CreateBudgetActionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
BudgetsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface CreateBudgetCommandInput extends CreateBudgetRequest {}
|
|
|
17
11
|
export interface CreateBudgetCommandOutput
|
|
18
12
|
extends CreateBudgetResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const CreateBudgetCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateBudgetCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreateBudgetCommandInput,
|
|
19
|
+
CreateBudgetCommandOutput,
|
|
20
|
+
BudgetsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateBudgetCommand extends CreateBudgetCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
BudgetsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface CreateNotificationCommandInput
|
|
|
21
15
|
export interface CreateNotificationCommandOutput
|
|
22
16
|
extends CreateNotificationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const CreateNotificationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateNotificationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateNotificationCommandInput,
|
|
23
|
+
CreateNotificationCommandOutput,
|
|
24
|
+
BudgetsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateNotificationCommand extends CreateNotificationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
BudgetsClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface CreateSubscriberCommandInput extends CreateSubscriberRequest {}
|
|
|
20
14
|
export interface CreateSubscriberCommandOutput
|
|
21
15
|
extends CreateSubscriberResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const CreateSubscriberCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateSubscriberCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateSubscriberCommandInput,
|
|
22
|
+
CreateSubscriberCommandOutput,
|
|
23
|
+
BudgetsClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CreateSubscriberCommand extends CreateSubscriberCommand_base {}
|