@aws-sdk/client-application-insights 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/ApplicationInsightsClient.js +13 -13
- package/dist/cjs/ApplicationInsightsClient.js.map +1 -1
- package/dist/cjs/commands/CreateApplicationCommand.js +3 -3
- package/dist/cjs/commands/CreateApplicationCommand.js.map +1 -1
- package/dist/cjs/commands/CreateComponentCommand.js +3 -3
- package/dist/cjs/commands/CreateComponentCommand.js.map +1 -1
- package/dist/cjs/commands/CreateLogPatternCommand.js +3 -3
- package/dist/cjs/commands/CreateLogPatternCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteApplicationCommand.js +3 -3
- package/dist/cjs/commands/DeleteApplicationCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteComponentCommand.js +3 -3
- package/dist/cjs/commands/DeleteComponentCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteLogPatternCommand.js +3 -3
- package/dist/cjs/commands/DeleteLogPatternCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeApplicationCommand.js +3 -3
- package/dist/cjs/commands/DescribeApplicationCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeComponentCommand.js +3 -3
- package/dist/cjs/commands/DescribeComponentCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeComponentConfigurationCommand.js +3 -3
- package/dist/cjs/commands/DescribeComponentConfigurationCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +3 -3
- package/dist/cjs/commands/DescribeComponentConfigurationRecommendationCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeLogPatternCommand.js +3 -3
- package/dist/cjs/commands/DescribeLogPatternCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeObservationCommand.js +3 -3
- package/dist/cjs/commands/DescribeObservationCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeProblemCommand.js +3 -3
- package/dist/cjs/commands/DescribeProblemCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeProblemObservationsCommand.js +3 -3
- package/dist/cjs/commands/DescribeProblemObservationsCommand.js.map +1 -1
- package/dist/cjs/commands/ListApplicationsCommand.js +3 -3
- package/dist/cjs/commands/ListApplicationsCommand.js.map +1 -1
- package/dist/cjs/commands/ListComponentsCommand.js +3 -3
- package/dist/cjs/commands/ListComponentsCommand.js.map +1 -1
- package/dist/cjs/commands/ListConfigurationHistoryCommand.js +3 -3
- package/dist/cjs/commands/ListConfigurationHistoryCommand.js.map +1 -1
- package/dist/cjs/commands/ListLogPatternSetsCommand.js +3 -3
- package/dist/cjs/commands/ListLogPatternSetsCommand.js.map +1 -1
- package/dist/cjs/commands/ListLogPatternsCommand.js +3 -3
- package/dist/cjs/commands/ListLogPatternsCommand.js.map +1 -1
- package/dist/cjs/commands/ListProblemsCommand.js +3 -3
- package/dist/cjs/commands/ListProblemsCommand.js.map +1 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/cjs/commands/TagResourceCommand.js +3 -3
- package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UntagResourceCommand.js +3 -3
- package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateApplicationCommand.js +3 -3
- package/dist/cjs/commands/UpdateApplicationCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateComponentCommand.js +3 -3
- package/dist/cjs/commands/UpdateComponentCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateComponentConfigurationCommand.js +3 -3
- package/dist/cjs/commands/UpdateComponentConfigurationCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateLogPatternCommand.js +3 -3
- package/dist/cjs/commands/UpdateLogPatternCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +37 -37
- 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 +110 -106
- 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/ApplicationInsights.js +1 -16
- package/dist/es/ApplicationInsights.js.map +1 -1
- package/dist/es/ApplicationInsightsClient.js +1 -21
- package/dist/es/ApplicationInsightsClient.js.map +1 -1
- package/dist/es/commands/CreateApplicationCommand.js +2 -27
- package/dist/es/commands/CreateApplicationCommand.js.map +1 -1
- package/dist/es/commands/CreateComponentCommand.js +2 -27
- package/dist/es/commands/CreateComponentCommand.js.map +1 -1
- package/dist/es/commands/CreateLogPatternCommand.js +2 -27
- package/dist/es/commands/CreateLogPatternCommand.js.map +1 -1
- package/dist/es/commands/DeleteApplicationCommand.js +2 -27
- package/dist/es/commands/DeleteApplicationCommand.js.map +1 -1
- package/dist/es/commands/DeleteComponentCommand.js +2 -28
- package/dist/es/commands/DeleteComponentCommand.js.map +1 -1
- package/dist/es/commands/DeleteLogPatternCommand.js +2 -27
- package/dist/es/commands/DeleteLogPatternCommand.js.map +1 -1
- package/dist/es/commands/DescribeApplicationCommand.js +2 -27
- package/dist/es/commands/DescribeApplicationCommand.js.map +1 -1
- package/dist/es/commands/DescribeComponentCommand.js +2 -27
- package/dist/es/commands/DescribeComponentCommand.js.map +1 -1
- package/dist/es/commands/DescribeComponentConfigurationCommand.js +2 -27
- package/dist/es/commands/DescribeComponentConfigurationCommand.js.map +1 -1
- package/dist/es/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -27
- package/dist/es/commands/DescribeComponentConfigurationRecommendationCommand.js.map +1 -1
- package/dist/es/commands/DescribeLogPatternCommand.js +2 -27
- package/dist/es/commands/DescribeLogPatternCommand.js.map +1 -1
- package/dist/es/commands/DescribeObservationCommand.js +2 -27
- package/dist/es/commands/DescribeObservationCommand.js.map +1 -1
- package/dist/es/commands/DescribeProblemCommand.js +2 -27
- package/dist/es/commands/DescribeProblemCommand.js.map +1 -1
- package/dist/es/commands/DescribeProblemObservationsCommand.js +2 -27
- package/dist/es/commands/DescribeProblemObservationsCommand.js.map +1 -1
- package/dist/es/commands/ListApplicationsCommand.js +2 -27
- package/dist/es/commands/ListApplicationsCommand.js.map +1 -1
- package/dist/es/commands/ListComponentsCommand.js +2 -27
- package/dist/es/commands/ListComponentsCommand.js.map +1 -1
- package/dist/es/commands/ListConfigurationHistoryCommand.js +2 -40
- package/dist/es/commands/ListConfigurationHistoryCommand.js.map +1 -1
- package/dist/es/commands/ListLogPatternSetsCommand.js +2 -27
- package/dist/es/commands/ListLogPatternSetsCommand.js.map +1 -1
- package/dist/es/commands/ListLogPatternsCommand.js +2 -27
- package/dist/es/commands/ListLogPatternsCommand.js.map +1 -1
- package/dist/es/commands/ListProblemsCommand.js +2 -27
- package/dist/es/commands/ListProblemsCommand.js.map +1 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +2 -32
- package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/es/commands/TagResourceCommand.js +2 -34
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +2 -27
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/commands/UpdateApplicationCommand.js +2 -27
- package/dist/es/commands/UpdateApplicationCommand.js.map +1 -1
- package/dist/es/commands/UpdateComponentCommand.js +2 -28
- package/dist/es/commands/UpdateComponentCommand.js.map +1 -1
- package/dist/es/commands/UpdateComponentConfigurationCommand.js +2 -29
- package/dist/es/commands/UpdateComponentConfigurationCommand.js.map +1 -1
- package/dist/es/commands/UpdateLogPatternCommand.js +2 -27
- package/dist/es/commands/UpdateLogPatternCommand.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 -210
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +39 -39
- package/dist/es/pagination/ListApplicationsPaginator.js +16 -28
- package/dist/es/pagination/ListApplicationsPaginator.js.map +1 -1
- package/dist/es/pagination/ListComponentsPaginator.js +16 -28
- package/dist/es/pagination/ListComponentsPaginator.js.map +1 -1
- package/dist/es/pagination/ListConfigurationHistoryPaginator.js +16 -28
- package/dist/es/pagination/ListConfigurationHistoryPaginator.js.map +1 -1
- package/dist/es/pagination/ListLogPatternSetsPaginator.js +16 -28
- package/dist/es/pagination/ListLogPatternSetsPaginator.js.map +1 -1
- package/dist/es/pagination/ListLogPatternsPaginator.js +16 -28
- package/dist/es/pagination/ListLogPatternsPaginator.js.map +1 -1
- package/dist/es/pagination/ListProblemsPaginator.js +16 -28
- package/dist/es/pagination/ListProblemsPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_json1_1.js +558 -559
- 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 -6
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +3 -5
- package/tsconfig.types.json +8 -0
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-application-insights",
|
|
3
3
|
"description": "AWS SDK for JavaScript Application Insights 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
|
@@ -129,8 +129,11 @@ import {
|
|
|
129
129
|
expectBoolean as __expectBoolean,
|
|
130
130
|
expectInt32 as __expectInt32,
|
|
131
131
|
expectLong as __expectLong,
|
|
132
|
+
expectNonNull as __expectNonNull,
|
|
133
|
+
expectNumber as __expectNumber,
|
|
132
134
|
expectString as __expectString,
|
|
133
135
|
limitedParseDouble as __limitedParseDouble,
|
|
136
|
+
parseEpochTimestamp as __parseEpochTimestamp,
|
|
134
137
|
} from "@aws-sdk/smithy-client";
|
|
135
138
|
import {
|
|
136
139
|
Endpoint as __Endpoint,
|
|
@@ -2959,7 +2962,7 @@ const deserializeAws_json1_1ConfigurationEvent = (output: any, context: __SerdeC
|
|
|
2959
2962
|
EventStatus: __expectString(output.EventStatus),
|
|
2960
2963
|
EventTime:
|
|
2961
2964
|
output.EventTime !== undefined && output.EventTime !== null
|
|
2962
|
-
?
|
|
2965
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EventTime)))
|
|
2963
2966
|
: undefined,
|
|
2964
2967
|
MonitoredResourceARN: __expectString(output.MonitoredResourceARN),
|
|
2965
2968
|
} as any;
|
|
@@ -3304,7 +3307,9 @@ const deserializeAws_json1_1Observation = (output: any, context: __SerdeContext)
|
|
|
3304
3307
|
EbsResult: __expectString(output.EbsResult),
|
|
3305
3308
|
Ec2State: __expectString(output.Ec2State),
|
|
3306
3309
|
EndTime:
|
|
3307
|
-
output.EndTime !== undefined && output.EndTime !== null
|
|
3310
|
+
output.EndTime !== undefined && output.EndTime !== null
|
|
3311
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EndTime)))
|
|
3312
|
+
: undefined,
|
|
3308
3313
|
HealthEventArn: __expectString(output.HealthEventArn),
|
|
3309
3314
|
HealthEventDescription: __expectString(output.HealthEventDescription),
|
|
3310
3315
|
HealthEventTypeCategory: __expectString(output.HealthEventTypeCategory),
|
|
@@ -3313,7 +3318,7 @@ const deserializeAws_json1_1Observation = (output: any, context: __SerdeContext)
|
|
|
3313
3318
|
Id: __expectString(output.Id),
|
|
3314
3319
|
LineTime:
|
|
3315
3320
|
output.LineTime !== undefined && output.LineTime !== null
|
|
3316
|
-
?
|
|
3321
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LineTime)))
|
|
3317
3322
|
: undefined,
|
|
3318
3323
|
LogFilter: __expectString(output.LogFilter),
|
|
3319
3324
|
LogGroup: __expectString(output.LogGroup),
|
|
@@ -3327,7 +3332,7 @@ const deserializeAws_json1_1Observation = (output: any, context: __SerdeContext)
|
|
|
3327
3332
|
SourceType: __expectString(output.SourceType),
|
|
3328
3333
|
StartTime:
|
|
3329
3334
|
output.StartTime !== undefined && output.StartTime !== null
|
|
3330
|
-
?
|
|
3335
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.StartTime)))
|
|
3331
3336
|
: undefined,
|
|
3332
3337
|
StatesArn: __expectString(output.StatesArn),
|
|
3333
3338
|
StatesExecutionArn: __expectString(output.StatesExecutionArn),
|
|
@@ -3360,7 +3365,9 @@ const deserializeAws_json1_1Problem = (output: any, context: __SerdeContext): Pr
|
|
|
3360
3365
|
return {
|
|
3361
3366
|
AffectedResource: __expectString(output.AffectedResource),
|
|
3362
3367
|
EndTime:
|
|
3363
|
-
output.EndTime !== undefined && output.EndTime !== null
|
|
3368
|
+
output.EndTime !== undefined && output.EndTime !== null
|
|
3369
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EndTime)))
|
|
3370
|
+
: undefined,
|
|
3364
3371
|
Feedback:
|
|
3365
3372
|
output.Feedback !== undefined && output.Feedback !== null
|
|
3366
3373
|
? deserializeAws_json1_1Feedback(output.Feedback, context)
|
|
@@ -3371,7 +3378,7 @@ const deserializeAws_json1_1Problem = (output: any, context: __SerdeContext): Pr
|
|
|
3371
3378
|
SeverityLevel: __expectString(output.SeverityLevel),
|
|
3372
3379
|
StartTime:
|
|
3373
3380
|
output.StartTime !== undefined && output.StartTime !== null
|
|
3374
|
-
?
|
|
3381
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.StartTime)))
|
|
3375
3382
|
: undefined,
|
|
3376
3383
|
Status: __expectString(output.Status),
|
|
3377
3384
|
Title: __expectString(output.Title),
|
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
|
}
|