@aws-sdk/client-budgets 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/Budgets.d.ts +87 -102
- package/dist-types/ts3.4/BudgetsClient.d.ts +16 -29
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +11 -36
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateBudgetActionRequest,
|
|
4
|
-
UpdateBudgetActionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateBudgetActionRequest, UpdateBudgetActionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateBudgetActionCommandInput
|
|
8
|
-
extends UpdateBudgetActionRequest {}
|
|
4
|
+
export interface UpdateBudgetActionCommandInput extends UpdateBudgetActionRequest {}
|
|
9
5
|
export interface UpdateBudgetActionCommandOutput
|
|
10
|
-
extends UpdateBudgetActionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateBudgetActionResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateBudgetActionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateBudgetActionCommandInput
|
|
9
|
+
input: UpdateBudgetActionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateBudgetActionCommandInput,
|
|
17
12
|
UpdateBudgetActionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateBudgetActionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateBudgetActionCommandInput
|
|
18
|
+
input: UpdateBudgetActionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateBudgetActionCommandInput,
|
|
26
21
|
UpdateBudgetActionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateBudgetRequest, UpdateBudgetResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateBudgetCommandInput extends UpdateBudgetRequest {}
|
|
5
|
-
export interface UpdateBudgetCommandOutput
|
|
6
|
-
extends UpdateBudgetResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateBudgetCommandOutput extends UpdateBudgetResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateBudgetCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateBudgetCommandInput
|
|
8
|
+
input: UpdateBudgetCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateBudgetCommandInput,
|
|
13
11
|
UpdateBudgetCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateBudgetCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateBudgetCommandInput
|
|
17
|
+
input: UpdateBudgetCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateBudgetCommandInput,
|
|
22
20
|
UpdateBudgetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateNotificationRequest,
|
|
4
|
-
UpdateNotificationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateNotificationRequest, UpdateNotificationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateNotificationCommandInput
|
|
8
|
-
extends UpdateNotificationRequest {}
|
|
4
|
+
export interface UpdateNotificationCommandInput extends UpdateNotificationRequest {}
|
|
9
5
|
export interface UpdateNotificationCommandOutput
|
|
10
|
-
extends UpdateNotificationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateNotificationResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateNotificationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateNotificationCommandInput
|
|
9
|
+
input: UpdateNotificationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateNotificationCommandInput,
|
|
17
12
|
UpdateNotificationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateNotificationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateNotificationCommandInput
|
|
18
|
+
input: UpdateNotificationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateNotificationCommandInput,
|
|
26
21
|
UpdateNotificationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateSubscriberRequest,
|
|
4
|
-
UpdateSubscriberResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateSubscriberRequest, UpdateSubscriberResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateSubscriberCommandInput extends UpdateSubscriberRequest {}
|
|
8
|
-
export interface UpdateSubscriberCommandOutput
|
|
9
|
-
extends UpdateSubscriberResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateSubscriberCommandOutput extends UpdateSubscriberResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateSubscriberCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateSubscriberCommandInput
|
|
8
|
+
input: UpdateSubscriberCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateSubscriberCommandInput,
|
|
16
11
|
UpdateSubscriberCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateSubscriberCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateSubscriberCommandInput
|
|
17
|
+
input: UpdateSubscriberCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateSubscriberCommandInput,
|
|
25
20
|
UpdateSubscriberCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface BudgetsExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -23,8 +23,7 @@ export declare const NotificationType: {
|
|
|
23
23
|
readonly ACTUAL: "ACTUAL";
|
|
24
24
|
readonly FORECASTED: "FORECASTED";
|
|
25
25
|
};
|
|
26
|
-
export type NotificationType =
|
|
27
|
-
(typeof NotificationType)[keyof typeof NotificationType];
|
|
26
|
+
export type NotificationType = (typeof NotificationType)[keyof typeof NotificationType];
|
|
28
27
|
export declare const ActionStatus: {
|
|
29
28
|
readonly Execution_Failure: "EXECUTION_FAILURE";
|
|
30
29
|
readonly Execution_In_Progress: "EXECUTION_IN_PROGRESS";
|
|
@@ -42,8 +41,7 @@ export declare const SubscriptionType: {
|
|
|
42
41
|
readonly EMAIL: "EMAIL";
|
|
43
42
|
readonly SNS: "SNS";
|
|
44
43
|
};
|
|
45
|
-
export type SubscriptionType =
|
|
46
|
-
(typeof SubscriptionType)[keyof typeof SubscriptionType];
|
|
44
|
+
export type SubscriptionType = (typeof SubscriptionType)[keyof typeof SubscriptionType];
|
|
47
45
|
export declare const EventType: {
|
|
48
46
|
readonly CreateAction: "CREATE_ACTION";
|
|
49
47
|
readonly DeleteAction: "DELETE_ACTION";
|
|
@@ -56,8 +54,7 @@ export declare const AutoAdjustType: {
|
|
|
56
54
|
readonly FORECAST: "FORECAST";
|
|
57
55
|
readonly HISTORICAL: "HISTORICAL";
|
|
58
56
|
};
|
|
59
|
-
export type AutoAdjustType =
|
|
60
|
-
(typeof AutoAdjustType)[keyof typeof AutoAdjustType];
|
|
57
|
+
export type AutoAdjustType = (typeof AutoAdjustType)[keyof typeof AutoAdjustType];
|
|
61
58
|
export declare const BudgetType: {
|
|
62
59
|
readonly Cost: "COST";
|
|
63
60
|
readonly RICoverage: "RI_COVERAGE";
|
|
@@ -118,16 +115,14 @@ export declare const HealthStatusValue: {
|
|
|
118
115
|
readonly HEALTHY: "HEALTHY";
|
|
119
116
|
readonly UNHEALTHY: "UNHEALTHY";
|
|
120
117
|
};
|
|
121
|
-
export type HealthStatusValue =
|
|
122
|
-
(typeof HealthStatusValue)[keyof typeof HealthStatusValue];
|
|
118
|
+
export type HealthStatusValue = (typeof HealthStatusValue)[keyof typeof HealthStatusValue];
|
|
123
119
|
export declare const HealthStatusReason: {
|
|
124
120
|
readonly BILLING_VIEW_NO_ACCESS: "BILLING_VIEW_NO_ACCESS";
|
|
125
121
|
readonly BILLING_VIEW_UNHEALTHY: "BILLING_VIEW_UNHEALTHY";
|
|
126
122
|
readonly FILTER_INVALID: "FILTER_INVALID";
|
|
127
123
|
readonly MULTI_YEAR_HISTORICAL_DATA_DISABLED: "MULTI_YEAR_HISTORICAL_DATA_DISABLED";
|
|
128
124
|
};
|
|
129
|
-
export type HealthStatusReason =
|
|
130
|
-
(typeof HealthStatusReason)[keyof typeof HealthStatusReason];
|
|
125
|
+
export type HealthStatusReason = (typeof HealthStatusReason)[keyof typeof HealthStatusReason];
|
|
131
126
|
export declare const Metric: {
|
|
132
127
|
readonly AMORTIZED_COST: "AmortizedCost";
|
|
133
128
|
readonly BLENDED_COST: "BlendedCost";
|
|
@@ -152,14 +147,12 @@ export declare const ComparisonOperator: {
|
|
|
152
147
|
readonly GREATER_THAN: "GREATER_THAN";
|
|
153
148
|
readonly LESS_THAN: "LESS_THAN";
|
|
154
149
|
};
|
|
155
|
-
export type ComparisonOperator =
|
|
156
|
-
(typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
150
|
+
export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
157
151
|
export declare const NotificationState: {
|
|
158
152
|
readonly ALARM: "ALARM";
|
|
159
153
|
readonly OK: "OK";
|
|
160
154
|
};
|
|
161
|
-
export type NotificationState =
|
|
162
|
-
(typeof NotificationState)[keyof typeof NotificationState];
|
|
155
|
+
export type NotificationState = (typeof NotificationState)[keyof typeof NotificationState];
|
|
163
156
|
export declare const ExecutionType: {
|
|
164
157
|
readonly ApproveBudgetAction: "APPROVE_BUDGET_ACTION";
|
|
165
158
|
readonly ResetBudgetAction: "RESET_BUDGET_ACTION";
|
|
@@ -4,52 +4,37 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
6
|
Message?: string | undefined;
|
|
7
|
-
constructor(
|
|
8
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
-
);
|
|
7
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
10
8
|
}
|
|
11
9
|
export declare class BillingViewHealthStatusException extends __BaseException {
|
|
12
10
|
readonly name: "BillingViewHealthStatusException";
|
|
13
11
|
readonly $fault: "client";
|
|
14
12
|
Message?: string | undefined;
|
|
15
|
-
constructor(
|
|
16
|
-
opts: __ExceptionOptionType<
|
|
17
|
-
BillingViewHealthStatusException,
|
|
18
|
-
__BaseException
|
|
19
|
-
>
|
|
20
|
-
);
|
|
13
|
+
constructor(opts: __ExceptionOptionType<BillingViewHealthStatusException, __BaseException>);
|
|
21
14
|
}
|
|
22
15
|
export declare class CreationLimitExceededException extends __BaseException {
|
|
23
16
|
readonly name: "CreationLimitExceededException";
|
|
24
17
|
readonly $fault: "client";
|
|
25
18
|
Message?: string | undefined;
|
|
26
|
-
constructor(
|
|
27
|
-
opts: __ExceptionOptionType<CreationLimitExceededException, __BaseException>
|
|
28
|
-
);
|
|
19
|
+
constructor(opts: __ExceptionOptionType<CreationLimitExceededException, __BaseException>);
|
|
29
20
|
}
|
|
30
21
|
export declare class DuplicateRecordException extends __BaseException {
|
|
31
22
|
readonly name: "DuplicateRecordException";
|
|
32
23
|
readonly $fault: "client";
|
|
33
24
|
Message?: string | undefined;
|
|
34
|
-
constructor(
|
|
35
|
-
opts: __ExceptionOptionType<DuplicateRecordException, __BaseException>
|
|
36
|
-
);
|
|
25
|
+
constructor(opts: __ExceptionOptionType<DuplicateRecordException, __BaseException>);
|
|
37
26
|
}
|
|
38
27
|
export declare class InternalErrorException extends __BaseException {
|
|
39
28
|
readonly name: "InternalErrorException";
|
|
40
29
|
readonly $fault: "server";
|
|
41
30
|
Message?: string | undefined;
|
|
42
|
-
constructor(
|
|
43
|
-
opts: __ExceptionOptionType<InternalErrorException, __BaseException>
|
|
44
|
-
);
|
|
31
|
+
constructor(opts: __ExceptionOptionType<InternalErrorException, __BaseException>);
|
|
45
32
|
}
|
|
46
33
|
export declare class InvalidParameterException extends __BaseException {
|
|
47
34
|
readonly name: "InvalidParameterException";
|
|
48
35
|
readonly $fault: "client";
|
|
49
36
|
Message?: string | undefined;
|
|
50
|
-
constructor(
|
|
51
|
-
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
52
|
-
);
|
|
37
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
53
38
|
}
|
|
54
39
|
export declare class NotFoundException extends __BaseException {
|
|
55
40
|
readonly name: "NotFoundException";
|
|
@@ -61,39 +46,29 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
61
46
|
readonly name: "ServiceQuotaExceededException";
|
|
62
47
|
readonly $fault: "client";
|
|
63
48
|
Message?: string | undefined;
|
|
64
|
-
constructor(
|
|
65
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
66
|
-
);
|
|
49
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
67
50
|
}
|
|
68
51
|
export declare class ThrottlingException extends __BaseException {
|
|
69
52
|
readonly name: "ThrottlingException";
|
|
70
53
|
readonly $fault: "client";
|
|
71
54
|
Message?: string | undefined;
|
|
72
|
-
constructor(
|
|
73
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
74
|
-
);
|
|
55
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
75
56
|
}
|
|
76
57
|
export declare class ResourceLockedException extends __BaseException {
|
|
77
58
|
readonly name: "ResourceLockedException";
|
|
78
59
|
readonly $fault: "client";
|
|
79
60
|
Message?: string | undefined;
|
|
80
|
-
constructor(
|
|
81
|
-
opts: __ExceptionOptionType<ResourceLockedException, __BaseException>
|
|
82
|
-
);
|
|
61
|
+
constructor(opts: __ExceptionOptionType<ResourceLockedException, __BaseException>);
|
|
83
62
|
}
|
|
84
63
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
85
64
|
readonly name: "InvalidNextTokenException";
|
|
86
65
|
readonly $fault: "client";
|
|
87
66
|
Message?: string | undefined;
|
|
88
|
-
constructor(
|
|
89
|
-
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
90
|
-
);
|
|
67
|
+
constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
|
|
91
68
|
}
|
|
92
69
|
export declare class ExpiredNextTokenException extends __BaseException {
|
|
93
70
|
readonly name: "ExpiredNextTokenException";
|
|
94
71
|
readonly $fault: "client";
|
|
95
72
|
Message?: string | undefined;
|
|
96
|
-
constructor(
|
|
97
|
-
opts: __ExceptionOptionType<ExpiredNextTokenException, __BaseException>
|
|
98
|
-
);
|
|
73
|
+
constructor(opts: __ExceptionOptionType<ExpiredNextTokenException, __BaseException>);
|
|
99
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { BudgetsClient } from "../BudgetsClient";
|
|
3
|
-
export interface BudgetsPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface BudgetsPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: BudgetsClient;
|
|
6
5
|
}
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
53
45
|
logger: import("@smithy/types").Logger;
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
userAgentAppId?:
|
|
57
|
-
|
|
58
|
-
| undefined
|
|
59
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
50
|
endpoint?:
|
|
64
51
|
| ((
|
|
65
52
|
| string
|
|
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
81
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
82
69
|
context?: {
|
|
83
70
|
logger?: import("@smithy/types").Logger;
|
|
84
|
-
}
|
|
71
|
+
},
|
|
85
72
|
) => import("@smithy/types").EndpointV2;
|
|
86
73
|
tls?: boolean;
|
|
87
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
94
81
|
signer?:
|
|
95
82
|
| import("@smithy/types").RequestSigner
|
|
96
83
|
| ((
|
|
97
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
98
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
99
86
|
signingEscapePath?: boolean;
|
|
100
87
|
systemClockOffset?: number;
|
|
101
88
|
signingRegion?: string;
|
|
102
89
|
signerConstructor?: new (
|
|
103
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
104
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
105
92
|
) => import("@smithy/types").RequestSigner;
|
|
106
93
|
};
|
|
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
10
10
|
credentialDefaultProvider:
|
|
11
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
12
12
|
| ((
|
|
13
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
14
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
|
-
requestHandler:
|
|
21
|
-
| RequestHandler
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
22
|
streamCollector: (
|
|
25
|
-
stream:
|
|
26
|
-
| import("stream").Readable
|
|
27
|
-
| import("stream/web").ReadableStream
|
|
28
|
-
| ReadableStream
|
|
29
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
30
24
|
) => Promise<Uint8Array>;
|
|
31
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
53
47
|
logger: import("@smithy/types").Logger;
|
|
54
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
retryStrategy?:
|
|
57
|
-
| import("@smithy/types").RetryStrategy
|
|
58
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
59
51
|
endpoint?:
|
|
60
52
|
| ((
|
|
61
53
|
| string
|
|
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
77
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
78
70
|
context?: {
|
|
79
71
|
logger?: import("@smithy/types").Logger;
|
|
80
|
-
}
|
|
72
|
+
},
|
|
81
73
|
) => import("@smithy/types").EndpointV2;
|
|
82
74
|
tls?: boolean;
|
|
83
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
89
81
|
signer?:
|
|
90
82
|
| import("@smithy/types").RequestSigner
|
|
91
83
|
| ((
|
|
92
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
93
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
94
86
|
signingEscapePath?: boolean;
|
|
95
87
|
systemClockOffset?: number;
|
|
96
88
|
signingRegion?: string;
|
|
97
89
|
signerConstructor?: new (
|
|
98
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
100
92
|
) => import("@smithy/types").RequestSigner;
|
|
101
93
|
};
|
|
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
24
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
25
|
) => Promise<Uint8Array>;
|
|
30
26
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
27
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
40
36
|
region: string | import("@smithy/types").Provider<any>;
|
|
41
37
|
profile?: string;
|
|
42
38
|
defaultUserAgentProvider: (
|
|
43
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
39
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
44
40
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
45
41
|
credentialDefaultProvider:
|
|
46
42
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
47
|
-
| ((
|
|
48
|
-
_: unknown
|
|
49
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
43
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
50
44
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
51
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
52
46
|
logger: import("@smithy/types").Logger;
|
|
53
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
54
48
|
defaultsMode:
|
|
55
49
|
| import("@smithy/core/client").DefaultsMode
|
|
56
|
-
| import("@smithy/types").Provider<
|
|
57
|
-
import("@smithy/core/client").DefaultsMode
|
|
58
|
-
>;
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
59
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
60
|
-
userAgentAppId?:
|
|
61
|
-
|
|
62
|
-
| undefined
|
|
63
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
64
|
-
retryStrategy?:
|
|
65
|
-
| import("@smithy/types").RetryStrategy
|
|
66
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
52
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
53
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
67
54
|
endpoint?:
|
|
68
55
|
| ((
|
|
69
56
|
| string
|
|
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
85
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
86
73
|
context?: {
|
|
87
74
|
logger?: import("@smithy/types").Logger;
|
|
88
|
-
}
|
|
75
|
+
},
|
|
89
76
|
) => import("@smithy/types").EndpointV2;
|
|
90
77
|
tls?: boolean;
|
|
91
78
|
serviceConfiguredEndpoint?: never;
|
|
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
98
85
|
signer?:
|
|
99
86
|
| import("@smithy/types").RequestSigner
|
|
100
87
|
| ((
|
|
101
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
88
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
102
89
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
103
90
|
signingEscapePath?: boolean;
|
|
104
91
|
systemClockOffset?: number;
|
|
105
92
|
signingRegion?: string;
|
|
106
93
|
signerConstructor?: new (
|
|
107
94
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
108
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
95
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
109
96
|
) => import("@smithy/types").RequestSigner;
|
|
110
97
|
};
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
9
9
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
10
10
|
context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger;
|
|
12
|
-
}
|
|
12
|
+
},
|
|
13
13
|
) => import("@smithy/types").EndpointV2;
|
|
14
14
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
15
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BudgetsHttpAuthSchemeProvider;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
2
|
-
import {
|
|
3
|
-
StaticErrorSchema,
|
|
4
|
-
StaticOperationSchema,
|
|
5
|
-
StaticStructureSchema,
|
|
6
|
-
} from "@smithy/types";
|
|
2
|
+
import { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
7
3
|
export declare var BudgetsServiceException$: StaticErrorSchema;
|
|
8
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
5
|
export declare var BillingViewHealthStatusException$: StaticErrorSchema;
|