@aws-sdk/client-budgets 3.478.0 → 3.481.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 +9 -9
|
@@ -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 CreateBudgetActionCommand 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 = "CreateBudgetActionCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateBudgetActionRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSBudgetServiceGateway",
|
|
39
|
-
operation: "CreateBudgetAction",
|
|
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_CreateBudgetActionCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_CreateBudgetActionCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateBudgetActionCommand 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", "CreateBudgetAction", {})
|
|
23
|
+
.n("BudgetsClient", "CreateBudgetActionCommand")
|
|
24
|
+
.f(models_0_1.CreateBudgetActionRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_CreateBudgetActionCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_CreateBudgetActionCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateBudgetActionCommand = CreateBudgetActionCommand;
|
|
@@ -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 CreateBudgetCommand 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 = "CreateBudgetCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateBudgetRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSBudgetServiceGateway",
|
|
39
|
-
operation: "CreateBudget",
|
|
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_CreateBudgetCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_CreateBudgetCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateBudgetCommand 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", "CreateBudget", {})
|
|
23
|
+
.n("BudgetsClient", "CreateBudgetCommand")
|
|
24
|
+
.f(models_0_1.CreateBudgetRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_CreateBudgetCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_CreateBudgetCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateBudgetCommand = CreateBudgetCommand;
|
|
@@ -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 CreateNotificationCommand 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 = "CreateNotificationCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateNotificationRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSBudgetServiceGateway",
|
|
39
|
-
operation: "CreateNotification",
|
|
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_CreateNotificationCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_CreateNotificationCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateNotificationCommand 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", "CreateNotification", {})
|
|
23
|
+
.n("BudgetsClient", "CreateNotificationCommand")
|
|
24
|
+
.f(models_0_1.CreateNotificationRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_CreateNotificationCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_CreateNotificationCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateNotificationCommand = CreateNotificationCommand;
|
|
@@ -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 CreateSubscriberCommand 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 = "CreateSubscriberCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateSubscriberRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSBudgetServiceGateway",
|
|
39
|
-
operation: "CreateSubscriber",
|
|
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_CreateSubscriberCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_CreateSubscriberCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateSubscriberCommand 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", "CreateSubscriber", {})
|
|
23
|
+
.n("BudgetsClient", "CreateSubscriberCommand")
|
|
24
|
+
.f(models_0_1.CreateSubscriberRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_CreateSubscriberCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_CreateSubscriberCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateSubscriberCommand = CreateSubscriberCommand;
|
|
@@ -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 DeleteBudgetActionCommand 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 = "DeleteBudgetActionCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.DeleteBudgetActionResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSBudgetServiceGateway",
|
|
39
|
-
operation: "DeleteBudgetAction",
|
|
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_DeleteBudgetActionCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_DeleteBudgetActionCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DeleteBudgetActionCommand 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", "DeleteBudgetAction", {})
|
|
23
|
+
.n("BudgetsClient", "DeleteBudgetActionCommand")
|
|
24
|
+
.f(void 0, models_0_1.DeleteBudgetActionResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_1_1.se_DeleteBudgetActionCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_DeleteBudgetActionCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DeleteBudgetActionCommand = DeleteBudgetActionCommand;
|
|
@@ -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 DeleteBudgetCommand 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 = "DeleteBudgetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSBudgetServiceGateway",
|
|
38
|
-
operation: "DeleteBudget",
|
|
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_DeleteBudgetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DeleteBudgetCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteBudgetCommand 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", "DeleteBudget", {})
|
|
22
|
+
.n("BudgetsClient", "DeleteBudgetCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DeleteBudgetCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DeleteBudgetCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteBudgetCommand = DeleteBudgetCommand;
|
|
@@ -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 DeleteNotificationCommand 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 = "DeleteNotificationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSBudgetServiceGateway",
|
|
38
|
-
operation: "DeleteNotification",
|
|
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_DeleteNotificationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DeleteNotificationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteNotificationCommand 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", "DeleteNotification", {})
|
|
22
|
+
.n("BudgetsClient", "DeleteNotificationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DeleteNotificationCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DeleteNotificationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteNotificationCommand = DeleteNotificationCommand;
|
|
@@ -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 DeleteSubscriberCommand 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 = "DeleteSubscriberCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.DeleteSubscriberRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSBudgetServiceGateway",
|
|
39
|
-
operation: "DeleteSubscriber",
|
|
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_DeleteSubscriberCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_DeleteSubscriberCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DeleteSubscriberCommand 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", "DeleteSubscriber", {})
|
|
23
|
+
.n("BudgetsClient", "DeleteSubscriberCommand")
|
|
24
|
+
.f(models_0_1.DeleteSubscriberRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_DeleteSubscriberCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_DeleteSubscriberCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DeleteSubscriberCommand = DeleteSubscriberCommand;
|
|
@@ -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 DescribeBudgetActionCommand 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 = "DescribeBudgetActionCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.DescribeBudgetActionResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSBudgetServiceGateway",
|
|
39
|
-
operation: "DescribeBudgetAction",
|
|
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_DescribeBudgetActionCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_DescribeBudgetActionCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DescribeBudgetActionCommand 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", "DescribeBudgetAction", {})
|
|
23
|
+
.n("BudgetsClient", "DescribeBudgetActionCommand")
|
|
24
|
+
.f(void 0, models_0_1.DescribeBudgetActionResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_1_1.se_DescribeBudgetActionCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_DescribeBudgetActionCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DescribeBudgetActionCommand = DescribeBudgetActionCommand;
|