@aws-sdk/client-budgets 3.948.0 → 3.953.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/index.js +418 -298
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/CreateBudgetActionCommand.js +2 -2
- package/dist-es/commands/CreateBudgetCommand.js +2 -2
- package/dist-es/commands/CreateNotificationCommand.js +2 -2
- package/dist-es/commands/CreateSubscriberCommand.js +2 -2
- package/dist-es/commands/DeleteBudgetActionCommand.js +2 -2
- package/dist-es/commands/DeleteBudgetCommand.js +2 -2
- package/dist-es/commands/DeleteNotificationCommand.js +2 -2
- package/dist-es/commands/DeleteSubscriberCommand.js +2 -2
- package/dist-es/commands/DescribeBudgetActionCommand.js +2 -2
- package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +2 -2
- package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +2 -2
- package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +2 -2
- package/dist-es/commands/DescribeBudgetCommand.js +2 -2
- package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +2 -2
- package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +2 -2
- package/dist-es/commands/DescribeBudgetsCommand.js +2 -2
- package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +2 -2
- package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +2 -2
- package/dist-es/commands/ExecuteBudgetActionCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateBudgetActionCommand.js +2 -2
- package/dist-es/commands/UpdateBudgetCommand.js +2 -2
- package/dist-es/commands/UpdateNotificationCommand.js +2 -2
- package/dist-es/commands/UpdateSubscriberCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +252 -250
- package/dist-types/BudgetsClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +119 -142
- package/dist-types/ts3.4/BudgetsClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +118 -144
- package/package.json +34 -34
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.budgets",
|
|
32
|
+
version: "2016-10-20",
|
|
33
|
+
serviceTarget: "AWSBudgetServiceGateway",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "Budgets",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateBudgetAction } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateBudgetAction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateBudgetActionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateBudgetActionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "CreateBudgetAction", {})
|
|
13
13
|
.n("BudgetsClient", "CreateBudgetActionCommand")
|
|
14
|
-
.sc(CreateBudgetAction)
|
|
14
|
+
.sc(CreateBudgetAction$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateBudget } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateBudget$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateBudgetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateBudgetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "CreateBudget", {})
|
|
13
13
|
.n("BudgetsClient", "CreateBudgetCommand")
|
|
14
|
-
.sc(CreateBudget)
|
|
14
|
+
.sc(CreateBudget$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateNotification } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateNotification$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateNotificationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateNotificationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "CreateNotification", {})
|
|
13
13
|
.n("BudgetsClient", "CreateNotificationCommand")
|
|
14
|
-
.sc(CreateNotification)
|
|
14
|
+
.sc(CreateNotification$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateSubscriber } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateSubscriber$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateSubscriberCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateSubscriberCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "CreateSubscriber", {})
|
|
13
13
|
.n("BudgetsClient", "CreateSubscriberCommand")
|
|
14
|
-
.sc(CreateSubscriber)
|
|
14
|
+
.sc(CreateSubscriber$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteBudgetAction } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteBudgetAction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteBudgetActionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteBudgetActionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "DeleteBudgetAction", {})
|
|
13
13
|
.n("BudgetsClient", "DeleteBudgetActionCommand")
|
|
14
|
-
.sc(DeleteBudgetAction)
|
|
14
|
+
.sc(DeleteBudgetAction$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteBudget } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteBudget$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteBudgetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteBudgetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "DeleteBudget", {})
|
|
13
13
|
.n("BudgetsClient", "DeleteBudgetCommand")
|
|
14
|
-
.sc(DeleteBudget)
|
|
14
|
+
.sc(DeleteBudget$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteNotification } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteNotification$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteNotificationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteNotificationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "DeleteNotification", {})
|
|
13
13
|
.n("BudgetsClient", "DeleteNotificationCommand")
|
|
14
|
-
.sc(DeleteNotification)
|
|
14
|
+
.sc(DeleteNotification$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteSubscriber } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteSubscriber$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteSubscriberCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteSubscriberCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "DeleteSubscriber", {})
|
|
13
13
|
.n("BudgetsClient", "DeleteSubscriberCommand")
|
|
14
|
-
.sc(DeleteSubscriber)
|
|
14
|
+
.sc(DeleteSubscriber$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeBudgetAction } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeBudgetAction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeBudgetActionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeBudgetActionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "DescribeBudgetAction", {})
|
|
13
13
|
.n("BudgetsClient", "DescribeBudgetActionCommand")
|
|
14
|
-
.sc(DescribeBudgetAction)
|
|
14
|
+
.sc(DescribeBudgetAction$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeBudgetActionHistories } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeBudgetActionHistories$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeBudgetActionHistoriesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeBudgetActionHistoriesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "DescribeBudgetActionHistories", {})
|
|
13
13
|
.n("BudgetsClient", "DescribeBudgetActionHistoriesCommand")
|
|
14
|
-
.sc(DescribeBudgetActionHistories)
|
|
14
|
+
.sc(DescribeBudgetActionHistories$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeBudgetActionsForAccount } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeBudgetActionsForAccount$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeBudgetActionsForAccountCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeBudgetActionsForAccountCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "DescribeBudgetActionsForAccount", {})
|
|
13
13
|
.n("BudgetsClient", "DescribeBudgetActionsForAccountCommand")
|
|
14
|
-
.sc(DescribeBudgetActionsForAccount)
|
|
14
|
+
.sc(DescribeBudgetActionsForAccount$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeBudgetActionsForBudget } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeBudgetActionsForBudget$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeBudgetActionsForBudgetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeBudgetActionsForBudgetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "DescribeBudgetActionsForBudget", {})
|
|
13
13
|
.n("BudgetsClient", "DescribeBudgetActionsForBudgetCommand")
|
|
14
|
-
.sc(DescribeBudgetActionsForBudget)
|
|
14
|
+
.sc(DescribeBudgetActionsForBudget$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeBudget } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeBudget$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeBudgetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeBudgetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "DescribeBudget", {})
|
|
13
13
|
.n("BudgetsClient", "DescribeBudgetCommand")
|
|
14
|
-
.sc(DescribeBudget)
|
|
14
|
+
.sc(DescribeBudget$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeBudgetNotificationsForAccount } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeBudgetNotificationsForAccount$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeBudgetNotificationsForAccountCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeBudgetNotificationsForAccountCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "DescribeBudgetNotificationsForAccount", {})
|
|
13
13
|
.n("BudgetsClient", "DescribeBudgetNotificationsForAccountCommand")
|
|
14
|
-
.sc(DescribeBudgetNotificationsForAccount)
|
|
14
|
+
.sc(DescribeBudgetNotificationsForAccount$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeBudgetPerformanceHistory } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeBudgetPerformanceHistory$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeBudgetPerformanceHistoryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeBudgetPerformanceHistoryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "DescribeBudgetPerformanceHistory", {})
|
|
13
13
|
.n("BudgetsClient", "DescribeBudgetPerformanceHistoryCommand")
|
|
14
|
-
.sc(DescribeBudgetPerformanceHistory)
|
|
14
|
+
.sc(DescribeBudgetPerformanceHistory$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeBudgets } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeBudgets$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeBudgetsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeBudgetsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "DescribeBudgets", {})
|
|
13
13
|
.n("BudgetsClient", "DescribeBudgetsCommand")
|
|
14
|
-
.sc(DescribeBudgets)
|
|
14
|
+
.sc(DescribeBudgets$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeNotificationsForBudget } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeNotificationsForBudget$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeNotificationsForBudgetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeNotificationsForBudgetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "DescribeNotificationsForBudget", {})
|
|
13
13
|
.n("BudgetsClient", "DescribeNotificationsForBudgetCommand")
|
|
14
|
-
.sc(DescribeNotificationsForBudget)
|
|
14
|
+
.sc(DescribeNotificationsForBudget$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeSubscribersForNotification } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeSubscribersForNotification$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeSubscribersForNotificationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeSubscribersForNotificationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "DescribeSubscribersForNotification", {})
|
|
13
13
|
.n("BudgetsClient", "DescribeSubscribersForNotificationCommand")
|
|
14
|
-
.sc(DescribeSubscribersForNotification)
|
|
14
|
+
.sc(DescribeSubscribersForNotification$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ExecuteBudgetAction } from "../schemas/schemas_0";
|
|
4
|
+
import { ExecuteBudgetAction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ExecuteBudgetActionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ExecuteBudgetActionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "ExecuteBudgetAction", {})
|
|
13
13
|
.n("BudgetsClient", "ExecuteBudgetActionCommand")
|
|
14
|
-
.sc(ExecuteBudgetAction)
|
|
14
|
+
.sc(ExecuteBudgetAction$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "ListTagsForResource", {})
|
|
13
13
|
.n("BudgetsClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "TagResource", {})
|
|
13
13
|
.n("BudgetsClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "UntagResource", {})
|
|
13
13
|
.n("BudgetsClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateBudgetAction } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateBudgetAction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateBudgetActionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateBudgetActionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "UpdateBudgetAction", {})
|
|
13
13
|
.n("BudgetsClient", "UpdateBudgetActionCommand")
|
|
14
|
-
.sc(UpdateBudgetAction)
|
|
14
|
+
.sc(UpdateBudgetAction$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateBudget } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateBudget$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateBudgetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateBudgetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "UpdateBudget", {})
|
|
13
13
|
.n("BudgetsClient", "UpdateBudgetCommand")
|
|
14
|
-
.sc(UpdateBudget)
|
|
14
|
+
.sc(UpdateBudget$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateNotification } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateNotification$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateNotificationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateNotificationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "UpdateNotification", {})
|
|
13
13
|
.n("BudgetsClient", "UpdateNotificationCommand")
|
|
14
|
-
.sc(UpdateNotification)
|
|
14
|
+
.sc(UpdateNotification$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateSubscriber } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateSubscriber$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateSubscriberCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateSubscriberCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSBudgetServiceGateway", "UpdateSubscriber", {})
|
|
13
13
|
.n("BudgetsClient", "UpdateSubscriberCommand")
|
|
14
|
-
.sc(UpdateSubscriber)
|
|
14
|
+
.sc(UpdateSubscriber$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.budgets",
|
|
29
|
+
version: "2016-10-20",
|
|
30
|
+
serviceTarget: "AWSBudgetServiceGateway",
|
|
31
|
+
},
|
|
32
32
|
serviceId: config?.serviceId ?? "Budgets",
|
|
33
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|