@aws-sdk/client-budgets 3.489.0 → 3.495.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/Budgets.js +1 -57
- package/dist-cjs/BudgetsClient.js +1 -43
- package/dist-cjs/commands/CreateBudgetActionCommand.js +1 -29
- package/dist-cjs/commands/CreateBudgetCommand.js +1 -29
- package/dist-cjs/commands/CreateNotificationCommand.js +1 -29
- package/dist-cjs/commands/CreateSubscriberCommand.js +1 -29
- package/dist-cjs/commands/DeleteBudgetActionCommand.js +1 -29
- package/dist-cjs/commands/DeleteBudgetCommand.js +1 -28
- package/dist-cjs/commands/DeleteNotificationCommand.js +1 -28
- package/dist-cjs/commands/DeleteSubscriberCommand.js +1 -29
- package/dist-cjs/commands/DescribeBudgetActionCommand.js +1 -29
- package/dist-cjs/commands/DescribeBudgetActionHistoriesCommand.js +1 -29
- package/dist-cjs/commands/DescribeBudgetActionsForAccountCommand.js +1 -29
- package/dist-cjs/commands/DescribeBudgetActionsForBudgetCommand.js +1 -29
- package/dist-cjs/commands/DescribeBudgetCommand.js +1 -28
- package/dist-cjs/commands/DescribeBudgetNotificationsForAccountCommand.js +1 -28
- package/dist-cjs/commands/DescribeBudgetPerformanceHistoryCommand.js +1 -28
- package/dist-cjs/commands/DescribeBudgetsCommand.js +1 -28
- package/dist-cjs/commands/DescribeNotificationsForBudgetCommand.js +1 -28
- package/dist-cjs/commands/DescribeSubscribersForNotificationCommand.js +1 -29
- package/dist-cjs/commands/ExecuteBudgetActionCommand.js +1 -28
- package/dist-cjs/commands/UpdateBudgetActionCommand.js +1 -29
- package/dist-cjs/commands/UpdateBudgetCommand.js +1 -28
- package/dist-cjs/commands/UpdateNotificationCommand.js +1 -28
- package/dist-cjs/commands/UpdateSubscriberCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -26
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +2840 -11
- package/dist-cjs/models/BudgetsServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -317
- package/dist-cjs/pagination/DescribeBudgetActionHistoriesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeBudgetActionsForAccountPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeBudgetActionsForBudgetPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeBudgetNotificationsForAccountPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeBudgetPerformanceHistoryPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeBudgetsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeNotificationsForBudgetPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeSubscribersForNotificationPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/index.js +1 -12
- package/dist-cjs/protocols/Aws_json1_1.js +1 -1819
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeSubscribersForNotificationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
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() {
|
|
28
|
-
}
|
|
29
|
-
exports.DescribeSubscribersForNotificationCommand = DescribeSubscribersForNotificationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ExecuteBudgetActionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ExecuteBudgetActionCommand 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", "ExecuteBudgetAction", {})
|
|
22
|
-
.n("BudgetsClient", "ExecuteBudgetActionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ExecuteBudgetActionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ExecuteBudgetActionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ExecuteBudgetActionCommand = ExecuteBudgetActionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateBudgetActionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class UpdateBudgetActionCommand 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", "UpdateBudgetAction", {})
|
|
23
|
-
.n("BudgetsClient", "UpdateBudgetActionCommand")
|
|
24
|
-
.f(models_0_1.UpdateBudgetActionRequestFilterSensitiveLog, models_0_1.UpdateBudgetActionResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_UpdateBudgetActionCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_UpdateBudgetActionCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdateBudgetActionCommand = UpdateBudgetActionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateBudgetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateBudgetCommand 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", "UpdateBudget", {})
|
|
22
|
-
.n("BudgetsClient", "UpdateBudgetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateBudgetCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateBudgetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateBudgetCommand = UpdateBudgetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateNotificationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateNotificationCommand 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", "UpdateNotification", {})
|
|
22
|
-
.n("BudgetsClient", "UpdateNotificationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateNotificationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateNotificationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateNotificationCommand = UpdateNotificationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateSubscriberCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class UpdateSubscriberCommand 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", "UpdateSubscriber", {})
|
|
23
|
-
.n("BudgetsClient", "UpdateSubscriberCommand")
|
|
24
|
-
.f(models_0_1.UpdateSubscriberRequestFilterSensitiveLog, void 0)
|
|
25
|
-
.ser(Aws_json1_1_1.se_UpdateSubscriberCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_UpdateSubscriberCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdateSubscriberCommand = UpdateSubscriberCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,26 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CreateBudgetActionCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateBudgetCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateNotificationCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateSubscriberCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./DeleteBudgetActionCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./DeleteBudgetCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DeleteNotificationCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeleteSubscriberCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DescribeBudgetActionCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DescribeBudgetActionHistoriesCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DescribeBudgetActionsForAccountCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DescribeBudgetActionsForBudgetCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DescribeBudgetCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DescribeBudgetNotificationsForAccountCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DescribeBudgetPerformanceHistoryCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DescribeBudgetsCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DescribeNotificationsForBudgetCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DescribeSubscribersForNotificationCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./ExecuteBudgetActionCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./UpdateBudgetActionCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./UpdateBudgetCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./UpdateNotificationCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./UpdateSubscriberCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "budgets",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|