@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,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { DeleteBudgetActionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_DeleteBudgetActionCommand, se_DeleteBudgetActionCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class DeleteBudgetActionCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "BudgetsClient";
|
|
27
|
-
const commandName = "DeleteBudgetActionCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: DeleteBudgetActionResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSBudgetServiceGateway",
|
|
36
|
-
operation: "DeleteBudgetAction",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_DeleteBudgetActionCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_DeleteBudgetActionCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class DeleteBudgetActionCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSBudgetServiceGateway", "DeleteBudgetAction", {})
|
|
20
|
+
.n("BudgetsClient", "DeleteBudgetActionCommand")
|
|
21
|
+
.f(void 0, DeleteBudgetActionResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_DeleteBudgetActionCommand)
|
|
23
|
+
.de(de_DeleteBudgetActionCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteBudgetCommand, se_DeleteBudgetCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteBudgetCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "BudgetsClient";
|
|
26
|
-
const commandName = "DeleteBudgetCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSBudgetServiceGateway",
|
|
35
|
-
operation: "DeleteBudget",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteBudgetCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteBudgetCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteBudgetCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBudgetServiceGateway", "DeleteBudget", {})
|
|
19
|
+
.n("BudgetsClient", "DeleteBudgetCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteBudgetCommand)
|
|
22
|
+
.de(de_DeleteBudgetCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteNotificationCommand, se_DeleteNotificationCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteNotificationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "BudgetsClient";
|
|
26
|
-
const commandName = "DeleteNotificationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSBudgetServiceGateway",
|
|
35
|
-
operation: "DeleteNotification",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteNotificationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteNotificationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteNotificationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBudgetServiceGateway", "DeleteNotification", {})
|
|
19
|
+
.n("BudgetsClient", "DeleteNotificationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteNotificationCommand)
|
|
22
|
+
.de(de_DeleteNotificationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { DeleteSubscriberRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_DeleteSubscriberCommand, se_DeleteSubscriberCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class DeleteSubscriberCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "BudgetsClient";
|
|
27
|
-
const commandName = "DeleteSubscriberCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: DeleteSubscriberRequestFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog: (_) => _,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSBudgetServiceGateway",
|
|
36
|
-
operation: "DeleteSubscriber",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_DeleteSubscriberCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_DeleteSubscriberCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class DeleteSubscriberCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSBudgetServiceGateway", "DeleteSubscriber", {})
|
|
20
|
+
.n("BudgetsClient", "DeleteSubscriberCommand")
|
|
21
|
+
.f(DeleteSubscriberRequestFilterSensitiveLog, void 0)
|
|
22
|
+
.ser(se_DeleteSubscriberCommand)
|
|
23
|
+
.de(de_DeleteSubscriberCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { DescribeBudgetActionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_DescribeBudgetActionCommand, se_DescribeBudgetActionCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class DescribeBudgetActionCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "BudgetsClient";
|
|
27
|
-
const commandName = "DescribeBudgetActionCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: DescribeBudgetActionResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSBudgetServiceGateway",
|
|
36
|
-
operation: "DescribeBudgetAction",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_DescribeBudgetActionCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_DescribeBudgetActionCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class DescribeBudgetActionCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSBudgetServiceGateway", "DescribeBudgetAction", {})
|
|
20
|
+
.n("BudgetsClient", "DescribeBudgetActionCommand")
|
|
21
|
+
.f(void 0, DescribeBudgetActionResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_DescribeBudgetActionCommand)
|
|
23
|
+
.de(de_DescribeBudgetActionCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { DescribeBudgetActionHistoriesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_DescribeBudgetActionHistoriesCommand, se_DescribeBudgetActionHistoriesCommand, } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class DescribeBudgetActionHistoriesCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "BudgetsClient";
|
|
27
|
-
const commandName = "DescribeBudgetActionHistoriesCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: DescribeBudgetActionHistoriesResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSBudgetServiceGateway",
|
|
36
|
-
operation: "DescribeBudgetActionHistories",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_DescribeBudgetActionHistoriesCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_DescribeBudgetActionHistoriesCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class DescribeBudgetActionHistoriesCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSBudgetServiceGateway", "DescribeBudgetActionHistories", {})
|
|
20
|
+
.n("BudgetsClient", "DescribeBudgetActionHistoriesCommand")
|
|
21
|
+
.f(void 0, DescribeBudgetActionHistoriesResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_DescribeBudgetActionHistoriesCommand)
|
|
23
|
+
.de(de_DescribeBudgetActionHistoriesCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { DescribeBudgetActionsForAccountResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_DescribeBudgetActionsForAccountCommand, se_DescribeBudgetActionsForAccountCommand, } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class DescribeBudgetActionsForAccountCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "BudgetsClient";
|
|
27
|
-
const commandName = "DescribeBudgetActionsForAccountCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: DescribeBudgetActionsForAccountResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSBudgetServiceGateway",
|
|
36
|
-
operation: "DescribeBudgetActionsForAccount",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_DescribeBudgetActionsForAccountCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_DescribeBudgetActionsForAccountCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class DescribeBudgetActionsForAccountCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSBudgetServiceGateway", "DescribeBudgetActionsForAccount", {})
|
|
20
|
+
.n("BudgetsClient", "DescribeBudgetActionsForAccountCommand")
|
|
21
|
+
.f(void 0, DescribeBudgetActionsForAccountResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_DescribeBudgetActionsForAccountCommand)
|
|
23
|
+
.de(de_DescribeBudgetActionsForAccountCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { DescribeBudgetActionsForBudgetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_DescribeBudgetActionsForBudgetCommand, se_DescribeBudgetActionsForBudgetCommand, } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class DescribeBudgetActionsForBudgetCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "BudgetsClient";
|
|
27
|
-
const commandName = "DescribeBudgetActionsForBudgetCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: DescribeBudgetActionsForBudgetResponseFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSBudgetServiceGateway",
|
|
36
|
-
operation: "DescribeBudgetActionsForBudget",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_DescribeBudgetActionsForBudgetCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_DescribeBudgetActionsForBudgetCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class DescribeBudgetActionsForBudgetCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSBudgetServiceGateway", "DescribeBudgetActionsForBudget", {})
|
|
20
|
+
.n("BudgetsClient", "DescribeBudgetActionsForBudgetCommand")
|
|
21
|
+
.f(void 0, DescribeBudgetActionsForBudgetResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_DescribeBudgetActionsForBudgetCommand)
|
|
23
|
+
.de(de_DescribeBudgetActionsForBudgetCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeBudgetCommand, se_DescribeBudgetCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeBudgetCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "BudgetsClient";
|
|
26
|
-
const commandName = "DescribeBudgetCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSBudgetServiceGateway",
|
|
35
|
-
operation: "DescribeBudget",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeBudgetCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeBudgetCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeBudgetCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSBudgetServiceGateway", "DescribeBudget", {})
|
|
19
|
+
.n("BudgetsClient", "DescribeBudgetCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeBudgetCommand)
|
|
22
|
+
.de(de_DescribeBudgetCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|