@aws-sdk/client-budgets 3.30.0 → 3.34.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/CHANGELOG.md +35 -0
- package/dist/cjs/BudgetsClient.js +13 -13
- package/dist/cjs/BudgetsClient.js.map +1 -1
- package/dist/cjs/commands/CreateBudgetActionCommand.js +3 -3
- package/dist/cjs/commands/CreateBudgetActionCommand.js.map +1 -1
- package/dist/cjs/commands/CreateBudgetCommand.js +3 -3
- package/dist/cjs/commands/CreateBudgetCommand.js.map +1 -1
- package/dist/cjs/commands/CreateNotificationCommand.js +3 -3
- package/dist/cjs/commands/CreateNotificationCommand.js.map +1 -1
- package/dist/cjs/commands/CreateSubscriberCommand.js +3 -3
- package/dist/cjs/commands/CreateSubscriberCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteBudgetActionCommand.js +3 -3
- package/dist/cjs/commands/DeleteBudgetActionCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteBudgetCommand.js +3 -3
- package/dist/cjs/commands/DeleteBudgetCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteNotificationCommand.js +3 -3
- package/dist/cjs/commands/DeleteNotificationCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteSubscriberCommand.js +3 -3
- package/dist/cjs/commands/DeleteSubscriberCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeBudgetActionCommand.js +3 -3
- package/dist/cjs/commands/DescribeBudgetActionCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeBudgetActionHistoriesCommand.js +3 -3
- package/dist/cjs/commands/DescribeBudgetActionHistoriesCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeBudgetActionsForAccountCommand.js +3 -3
- package/dist/cjs/commands/DescribeBudgetActionsForAccountCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeBudgetActionsForBudgetCommand.js +3 -3
- package/dist/cjs/commands/DescribeBudgetActionsForBudgetCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeBudgetCommand.js +3 -3
- package/dist/cjs/commands/DescribeBudgetCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeBudgetPerformanceHistoryCommand.js +3 -3
- package/dist/cjs/commands/DescribeBudgetPerformanceHistoryCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeBudgetsCommand.js +3 -3
- package/dist/cjs/commands/DescribeBudgetsCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeNotificationsForBudgetCommand.js +3 -3
- package/dist/cjs/commands/DescribeNotificationsForBudgetCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeSubscribersForNotificationCommand.js +3 -3
- package/dist/cjs/commands/DescribeSubscribersForNotificationCommand.js.map +1 -1
- package/dist/cjs/commands/ExecuteBudgetActionCommand.js +3 -3
- package/dist/cjs/commands/ExecuteBudgetActionCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateBudgetActionCommand.js +3 -3
- package/dist/cjs/commands/UpdateBudgetActionCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateBudgetCommand.js +3 -3
- package/dist/cjs/commands/UpdateBudgetCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateNotificationCommand.js +3 -3
- package/dist/cjs/commands/UpdateNotificationCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateSubscriberCommand.js +3 -3
- package/dist/cjs/commands/UpdateSubscriberCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +33 -33
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/package.json +39 -39
- package/dist/cjs/protocols/Aws_json1_1.js +87 -83
- package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/es/Budgets.js +1 -46
- package/dist/es/Budgets.js.map +1 -1
- package/dist/es/BudgetsClient.js +1 -51
- package/dist/es/BudgetsClient.js.map +1 -1
- package/dist/es/commands/CreateBudgetActionCommand.js +2 -29
- package/dist/es/commands/CreateBudgetActionCommand.js.map +1 -1
- package/dist/es/commands/CreateBudgetCommand.js +2 -30
- package/dist/es/commands/CreateBudgetCommand.js.map +1 -1
- package/dist/es/commands/CreateNotificationCommand.js +2 -27
- package/dist/es/commands/CreateNotificationCommand.js.map +1 -1
- package/dist/es/commands/CreateSubscriberCommand.js +2 -27
- package/dist/es/commands/CreateSubscriberCommand.js.map +1 -1
- package/dist/es/commands/DeleteBudgetActionCommand.js +2 -29
- package/dist/es/commands/DeleteBudgetActionCommand.js.map +1 -1
- package/dist/es/commands/DeleteBudgetCommand.js +2 -30
- package/dist/es/commands/DeleteBudgetCommand.js.map +1 -1
- package/dist/es/commands/DeleteNotificationCommand.js +2 -30
- package/dist/es/commands/DeleteNotificationCommand.js.map +1 -1
- package/dist/es/commands/DeleteSubscriberCommand.js +2 -30
- package/dist/es/commands/DeleteSubscriberCommand.js.map +1 -1
- package/dist/es/commands/DescribeBudgetActionCommand.js +2 -29
- package/dist/es/commands/DescribeBudgetActionCommand.js.map +1 -1
- package/dist/es/commands/DescribeBudgetActionHistoriesCommand.js +2 -29
- package/dist/es/commands/DescribeBudgetActionHistoriesCommand.js.map +1 -1
- package/dist/es/commands/DescribeBudgetActionsForAccountCommand.js +2 -29
- package/dist/es/commands/DescribeBudgetActionsForAccountCommand.js.map +1 -1
- package/dist/es/commands/DescribeBudgetActionsForBudgetCommand.js +2 -29
- package/dist/es/commands/DescribeBudgetActionsForBudgetCommand.js.map +1 -1
- package/dist/es/commands/DescribeBudgetCommand.js +2 -30
- package/dist/es/commands/DescribeBudgetCommand.js.map +1 -1
- package/dist/es/commands/DescribeBudgetPerformanceHistoryCommand.js +2 -27
- package/dist/es/commands/DescribeBudgetPerformanceHistoryCommand.js.map +1 -1
- package/dist/es/commands/DescribeBudgetsCommand.js +2 -30
- package/dist/es/commands/DescribeBudgetsCommand.js.map +1 -1
- package/dist/es/commands/DescribeNotificationsForBudgetCommand.js +2 -27
- package/dist/es/commands/DescribeNotificationsForBudgetCommand.js.map +1 -1
- package/dist/es/commands/DescribeSubscribersForNotificationCommand.js +2 -27
- package/dist/es/commands/DescribeSubscribersForNotificationCommand.js.map +1 -1
- package/dist/es/commands/ExecuteBudgetActionCommand.js +2 -29
- package/dist/es/commands/ExecuteBudgetActionCommand.js.map +1 -1
- package/dist/es/commands/UpdateBudgetActionCommand.js +2 -29
- package/dist/es/commands/UpdateBudgetActionCommand.js.map +1 -1
- package/dist/es/commands/UpdateBudgetCommand.js +2 -30
- package/dist/es/commands/UpdateBudgetCommand.js.map +1 -1
- package/dist/es/commands/UpdateNotificationCommand.js +2 -27
- package/dist/es/commands/UpdateNotificationCommand.js.map +1 -1
- package/dist/es/commands/UpdateSubscriberCommand.js +2 -27
- package/dist/es/commands/UpdateSubscriberCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +0 -213
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +39 -39
- package/dist/es/pagination/DescribeBudgetActionHistoriesPaginator.js +16 -28
- package/dist/es/pagination/DescribeBudgetActionHistoriesPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeBudgetActionsForAccountPaginator.js +16 -28
- package/dist/es/pagination/DescribeBudgetActionsForAccountPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeBudgetActionsForBudgetPaginator.js +16 -28
- package/dist/es/pagination/DescribeBudgetActionsForBudgetPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeBudgetPerformanceHistoryPaginator.js +16 -28
- package/dist/es/pagination/DescribeBudgetPerformanceHistoryPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeBudgetsPaginator.js +16 -28
- package/dist/es/pagination/DescribeBudgetsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeNotificationsForBudgetPaginator.js +16 -28
- package/dist/es/pagination/DescribeNotificationsForBudgetPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeSubscribersForNotificationPaginator.js +16 -28
- package/dist/es/pagination/DescribeSubscribersForNotificationPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_json1_1.js +614 -615
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/dist/types/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/runtimeConfig.d.ts +1 -0
- package/dist/types/runtimeConfig.native.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -39
- package/protocols/Aws_json1_1.ts +13 -4
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +3 -5
- package/tsconfig.types.json +8 -0
|
@@ -31,5 +31,6 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
31
31
|
signingEscapePath?: boolean | undefined;
|
|
32
32
|
systemClockOffset?: number | undefined;
|
|
33
33
|
signingRegion?: string | undefined;
|
|
34
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
34
35
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
36
|
};
|
|
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
34
|
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|
|
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
34
|
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|
|
@@ -31,5 +31,6 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
|
|
|
31
31
|
signingEscapePath?: boolean | undefined;
|
|
32
32
|
systemClockOffset?: number | undefined;
|
|
33
33
|
signingRegion?: string | undefined;
|
|
34
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
34
35
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
36
|
};
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-budgets",
|
|
3
3
|
"description": "AWS SDK for JavaScript Budgets Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.34.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"
|
|
7
|
-
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
8
|
-
"remove-definitions": "rimraf ./types",
|
|
9
|
-
"remove-dist": "rimraf ./dist",
|
|
10
|
-
"remove-documentation": "rimraf ./docs",
|
|
11
|
-
"test": "exit 0",
|
|
6
|
+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
12
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
+
"build:docs": "yarn clean:docs && typedoc ./",
|
|
13
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
14
|
-
"build": "
|
|
15
|
-
"
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
+
"clean:dist": "rimraf ./dist",
|
|
13
|
+
"clean:docs": "rimraf ./docs",
|
|
14
|
+
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
|
|
15
|
+
"test": "exit 0"
|
|
16
16
|
},
|
|
17
17
|
"main": "./dist/cjs/index.js",
|
|
18
18
|
"types": "./dist/types/index.d.ts",
|
|
@@ -27,45 +27,45 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
30
|
+
"@aws-sdk/client-sts": "3.34.0",
|
|
31
|
+
"@aws-sdk/config-resolver": "3.34.0",
|
|
32
|
+
"@aws-sdk/credential-provider-node": "3.34.0",
|
|
33
|
+
"@aws-sdk/fetch-http-handler": "3.34.0",
|
|
34
|
+
"@aws-sdk/hash-node": "3.34.0",
|
|
35
|
+
"@aws-sdk/invalid-dependency": "3.34.0",
|
|
36
|
+
"@aws-sdk/middleware-content-length": "3.34.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.34.0",
|
|
38
|
+
"@aws-sdk/middleware-logger": "3.34.0",
|
|
39
|
+
"@aws-sdk/middleware-retry": "3.34.0",
|
|
40
|
+
"@aws-sdk/middleware-serde": "3.34.0",
|
|
41
|
+
"@aws-sdk/middleware-signing": "3.34.0",
|
|
42
|
+
"@aws-sdk/middleware-stack": "3.34.0",
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.34.0",
|
|
44
|
+
"@aws-sdk/node-config-provider": "3.34.0",
|
|
45
|
+
"@aws-sdk/node-http-handler": "3.34.0",
|
|
46
|
+
"@aws-sdk/protocol-http": "3.34.0",
|
|
47
|
+
"@aws-sdk/smithy-client": "3.34.0",
|
|
48
|
+
"@aws-sdk/types": "3.34.0",
|
|
49
|
+
"@aws-sdk/url-parser": "3.34.0",
|
|
50
|
+
"@aws-sdk/util-base64-browser": "3.34.0",
|
|
51
|
+
"@aws-sdk/util-base64-node": "3.34.0",
|
|
52
|
+
"@aws-sdk/util-body-length-browser": "3.34.0",
|
|
53
|
+
"@aws-sdk/util-body-length-node": "3.34.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-browser": "3.34.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.34.0",
|
|
56
|
+
"@aws-sdk/util-utf8-browser": "3.34.0",
|
|
57
|
+
"@aws-sdk/util-utf8-node": "3.34.0",
|
|
58
58
|
"tslib": "^2.3.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
61
|
+
"@aws-sdk/client-documentation-generator": "3.34.0",
|
|
62
62
|
"@types/node": "^12.7.5",
|
|
63
63
|
"downlevel-dts": "0.7.0",
|
|
64
64
|
"jest": "^26.1.0",
|
|
65
65
|
"rimraf": "^3.0.0",
|
|
66
66
|
"ts-jest": "^26.4.1",
|
|
67
67
|
"typedoc": "^0.19.2",
|
|
68
|
-
"typescript": "~4.
|
|
68
|
+
"typescript": "~4.3.5"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|
|
71
71
|
"node": ">=10.0.0"
|
package/protocols/Aws_json1_1.ts
CHANGED
|
@@ -120,8 +120,11 @@ import {
|
|
|
120
120
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
121
121
|
import {
|
|
122
122
|
expectBoolean as __expectBoolean,
|
|
123
|
+
expectNonNull as __expectNonNull,
|
|
124
|
+
expectNumber as __expectNumber,
|
|
123
125
|
expectString as __expectString,
|
|
124
126
|
limitedParseDouble as __limitedParseDouble,
|
|
127
|
+
parseEpochTimestamp as __parseEpochTimestamp,
|
|
125
128
|
serializeFloat as __serializeFloat,
|
|
126
129
|
} from "@aws-sdk/smithy-client";
|
|
127
130
|
import {
|
|
@@ -3055,7 +3058,7 @@ const deserializeAws_json1_1ActionHistory = (output: any, context: __SerdeContex
|
|
|
3055
3058
|
Status: __expectString(output.Status),
|
|
3056
3059
|
Timestamp:
|
|
3057
3060
|
output.Timestamp !== undefined && output.Timestamp !== null
|
|
3058
|
-
?
|
|
3061
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.Timestamp)))
|
|
3059
3062
|
: undefined,
|
|
3060
3063
|
} as any;
|
|
3061
3064
|
};
|
|
@@ -3110,7 +3113,7 @@ const deserializeAws_json1_1Budget = (output: any, context: __SerdeContext): Bud
|
|
|
3110
3113
|
: undefined,
|
|
3111
3114
|
LastUpdatedTime:
|
|
3112
3115
|
output.LastUpdatedTime !== undefined && output.LastUpdatedTime !== null
|
|
3113
|
-
?
|
|
3116
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastUpdatedTime)))
|
|
3114
3117
|
: undefined,
|
|
3115
3118
|
PlannedBudgetLimits:
|
|
3116
3119
|
output.PlannedBudgetLimits !== undefined && output.PlannedBudgetLimits !== null
|
|
@@ -3657,8 +3660,14 @@ const deserializeAws_json1_1TargetIds = (output: any, context: __SerdeContext):
|
|
|
3657
3660
|
|
|
3658
3661
|
const deserializeAws_json1_1TimePeriod = (output: any, context: __SerdeContext): TimePeriod => {
|
|
3659
3662
|
return {
|
|
3660
|
-
End:
|
|
3661
|
-
|
|
3663
|
+
End:
|
|
3664
|
+
output.End !== undefined && output.End !== null
|
|
3665
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.End)))
|
|
3666
|
+
: undefined,
|
|
3667
|
+
Start:
|
|
3668
|
+
output.Start !== undefined && output.Start !== null
|
|
3669
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.Start)))
|
|
3670
|
+
: undefined,
|
|
3662
3671
|
} as any;
|
|
3663
3672
|
};
|
|
3664
3673
|
|
package/tsconfig.es.json
CHANGED
package/tsconfig.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
"alwaysStrict": true,
|
|
4
4
|
"target": "ES2018",
|
|
5
5
|
"module": "commonjs",
|
|
6
|
-
"declaration": true,
|
|
7
6
|
"strict": true,
|
|
8
7
|
"sourceMap": true,
|
|
9
8
|
"downlevelIteration": true,
|
|
@@ -12,9 +11,8 @@
|
|
|
12
11
|
"incremental": true,
|
|
13
12
|
"resolveJsonModule": true,
|
|
14
13
|
"esModuleInterop": true,
|
|
15
|
-
"declarationDir": "./dist/types",
|
|
16
14
|
"outDir": "dist/cjs",
|
|
17
|
-
"
|
|
15
|
+
"removeComments": true
|
|
18
16
|
},
|
|
19
17
|
"typedocOptions": {
|
|
20
18
|
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
|
|
@@ -24,9 +22,9 @@
|
|
|
24
22
|
"ignoreCompilerErrors": true,
|
|
25
23
|
"includeDeclarations": true,
|
|
26
24
|
"stripInternal": true,
|
|
27
|
-
"readme": "
|
|
25
|
+
"readme": "README.md",
|
|
28
26
|
"mode": "file",
|
|
29
|
-
"out": "
|
|
27
|
+
"out": "docs",
|
|
30
28
|
"theme": "minimal",
|
|
31
29
|
"plugin": ["@aws-sdk/client-documentation-generator"]
|
|
32
30
|
}
|