@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
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class DescribeBudgetActionHistoriesCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "BudgetsClient";
|
|
30
|
-
const commandName = "DescribeBudgetActionHistoriesCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.DescribeBudgetActionHistoriesResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSBudgetServiceGateway",
|
|
39
|
-
operation: "DescribeBudgetActionHistories",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_DescribeBudgetActionHistoriesCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_DescribeBudgetActionHistoriesCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DescribeBudgetActionHistoriesCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AWSBudgetServiceGateway", "DescribeBudgetActionHistories", {})
|
|
23
|
+
.n("BudgetsClient", "DescribeBudgetActionHistoriesCommand")
|
|
24
|
+
.f(void 0, models_0_1.DescribeBudgetActionHistoriesResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_1_1.se_DescribeBudgetActionHistoriesCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_DescribeBudgetActionHistoriesCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DescribeBudgetActionHistoriesCommand = DescribeBudgetActionHistoriesCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class DescribeBudgetActionsForAccountCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "BudgetsClient";
|
|
30
|
-
const commandName = "DescribeBudgetActionsForAccountCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.DescribeBudgetActionsForAccountResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSBudgetServiceGateway",
|
|
39
|
-
operation: "DescribeBudgetActionsForAccount",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_DescribeBudgetActionsForAccountCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_DescribeBudgetActionsForAccountCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DescribeBudgetActionsForAccountCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AWSBudgetServiceGateway", "DescribeBudgetActionsForAccount", {})
|
|
23
|
+
.n("BudgetsClient", "DescribeBudgetActionsForAccountCommand")
|
|
24
|
+
.f(void 0, models_0_1.DescribeBudgetActionsForAccountResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_1_1.se_DescribeBudgetActionsForAccountCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_DescribeBudgetActionsForAccountCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DescribeBudgetActionsForAccountCommand = DescribeBudgetActionsForAccountCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class DescribeBudgetActionsForBudgetCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "BudgetsClient";
|
|
30
|
-
const commandName = "DescribeBudgetActionsForBudgetCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.DescribeBudgetActionsForBudgetResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSBudgetServiceGateway",
|
|
39
|
-
operation: "DescribeBudgetActionsForBudget",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_DescribeBudgetActionsForBudgetCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_DescribeBudgetActionsForBudgetCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DescribeBudgetActionsForBudgetCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AWSBudgetServiceGateway", "DescribeBudgetActionsForBudget", {})
|
|
23
|
+
.n("BudgetsClient", "DescribeBudgetActionsForBudgetCommand")
|
|
24
|
+
.f(void 0, models_0_1.DescribeBudgetActionsForBudgetResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_1_1.se_DescribeBudgetActionsForBudgetCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_DescribeBudgetActionsForBudgetCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DescribeBudgetActionsForBudgetCommand = DescribeBudgetActionsForBudgetCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeBudgetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "BudgetsClient";
|
|
29
|
-
const commandName = "DescribeBudgetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSBudgetServiceGateway",
|
|
38
|
-
operation: "DescribeBudget",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeBudgetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeBudgetCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeBudgetCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSBudgetServiceGateway", "DescribeBudget", {})
|
|
22
|
+
.n("BudgetsClient", "DescribeBudgetCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeBudgetCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeBudgetCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeBudgetCommand = DescribeBudgetCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeBudgetNotificationsForAccountCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "BudgetsClient";
|
|
29
|
-
const commandName = "DescribeBudgetNotificationsForAccountCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSBudgetServiceGateway",
|
|
38
|
-
operation: "DescribeBudgetNotificationsForAccount",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeBudgetNotificationsForAccountCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeBudgetNotificationsForAccountCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeBudgetNotificationsForAccountCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSBudgetServiceGateway", "DescribeBudgetNotificationsForAccount", {})
|
|
22
|
+
.n("BudgetsClient", "DescribeBudgetNotificationsForAccountCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeBudgetNotificationsForAccountCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeBudgetNotificationsForAccountCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeBudgetNotificationsForAccountCommand = DescribeBudgetNotificationsForAccountCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeBudgetPerformanceHistoryCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "BudgetsClient";
|
|
29
|
-
const commandName = "DescribeBudgetPerformanceHistoryCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSBudgetServiceGateway",
|
|
38
|
-
operation: "DescribeBudgetPerformanceHistory",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeBudgetPerformanceHistoryCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeBudgetPerformanceHistoryCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeBudgetPerformanceHistoryCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSBudgetServiceGateway", "DescribeBudgetPerformanceHistory", {})
|
|
22
|
+
.n("BudgetsClient", "DescribeBudgetPerformanceHistoryCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeBudgetPerformanceHistoryCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeBudgetPerformanceHistoryCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeBudgetPerformanceHistoryCommand = DescribeBudgetPerformanceHistoryCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeBudgetsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "BudgetsClient";
|
|
29
|
-
const commandName = "DescribeBudgetsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSBudgetServiceGateway",
|
|
38
|
-
operation: "DescribeBudgets",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeBudgetsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeBudgetsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeBudgetsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSBudgetServiceGateway", "DescribeBudgets", {})
|
|
22
|
+
.n("BudgetsClient", "DescribeBudgetsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeBudgetsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeBudgetsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeBudgetsCommand = DescribeBudgetsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeNotificationsForBudgetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "BudgetsClient";
|
|
29
|
-
const commandName = "DescribeNotificationsForBudgetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSBudgetServiceGateway",
|
|
38
|
-
operation: "DescribeNotificationsForBudget",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeNotificationsForBudgetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeNotificationsForBudgetCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeNotificationsForBudgetCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSBudgetServiceGateway", "DescribeNotificationsForBudget", {})
|
|
22
|
+
.n("BudgetsClient", "DescribeNotificationsForBudgetCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeNotificationsForBudgetCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeNotificationsForBudgetCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeNotificationsForBudgetCommand = DescribeNotificationsForBudgetCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class DescribeSubscribersForNotificationCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "BudgetsClient";
|
|
30
|
-
const commandName = "DescribeSubscribersForNotificationCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.DescribeSubscribersForNotificationResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSBudgetServiceGateway",
|
|
39
|
-
operation: "DescribeSubscribersForNotification",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_DescribeSubscribersForNotificationCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_DescribeSubscribersForNotificationCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DescribeSubscribersForNotificationCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AWSBudgetServiceGateway", "DescribeSubscribersForNotification", {})
|
|
23
|
+
.n("BudgetsClient", "DescribeSubscribersForNotificationCommand")
|
|
24
|
+
.f(void 0, models_0_1.DescribeSubscribersForNotificationResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_1_1.se_DescribeSubscribersForNotificationCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_DescribeSubscribersForNotificationCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DescribeSubscribersForNotificationCommand = DescribeSubscribersForNotificationCommand;
|