@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.
Files changed (168) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/cjs/ApplicationInsightsClient.js +13 -13
  3. package/dist/cjs/ApplicationInsightsClient.js.map +1 -1
  4. package/dist/cjs/commands/CreateApplicationCommand.js +3 -3
  5. package/dist/cjs/commands/CreateApplicationCommand.js.map +1 -1
  6. package/dist/cjs/commands/CreateComponentCommand.js +3 -3
  7. package/dist/cjs/commands/CreateComponentCommand.js.map +1 -1
  8. package/dist/cjs/commands/CreateLogPatternCommand.js +3 -3
  9. package/dist/cjs/commands/CreateLogPatternCommand.js.map +1 -1
  10. package/dist/cjs/commands/DeleteApplicationCommand.js +3 -3
  11. package/dist/cjs/commands/DeleteApplicationCommand.js.map +1 -1
  12. package/dist/cjs/commands/DeleteComponentCommand.js +3 -3
  13. package/dist/cjs/commands/DeleteComponentCommand.js.map +1 -1
  14. package/dist/cjs/commands/DeleteLogPatternCommand.js +3 -3
  15. package/dist/cjs/commands/DeleteLogPatternCommand.js.map +1 -1
  16. package/dist/cjs/commands/DescribeApplicationCommand.js +3 -3
  17. package/dist/cjs/commands/DescribeApplicationCommand.js.map +1 -1
  18. package/dist/cjs/commands/DescribeComponentCommand.js +3 -3
  19. package/dist/cjs/commands/DescribeComponentCommand.js.map +1 -1
  20. package/dist/cjs/commands/DescribeComponentConfigurationCommand.js +3 -3
  21. package/dist/cjs/commands/DescribeComponentConfigurationCommand.js.map +1 -1
  22. package/dist/cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +3 -3
  23. package/dist/cjs/commands/DescribeComponentConfigurationRecommendationCommand.js.map +1 -1
  24. package/dist/cjs/commands/DescribeLogPatternCommand.js +3 -3
  25. package/dist/cjs/commands/DescribeLogPatternCommand.js.map +1 -1
  26. package/dist/cjs/commands/DescribeObservationCommand.js +3 -3
  27. package/dist/cjs/commands/DescribeObservationCommand.js.map +1 -1
  28. package/dist/cjs/commands/DescribeProblemCommand.js +3 -3
  29. package/dist/cjs/commands/DescribeProblemCommand.js.map +1 -1
  30. package/dist/cjs/commands/DescribeProblemObservationsCommand.js +3 -3
  31. package/dist/cjs/commands/DescribeProblemObservationsCommand.js.map +1 -1
  32. package/dist/cjs/commands/ListApplicationsCommand.js +3 -3
  33. package/dist/cjs/commands/ListApplicationsCommand.js.map +1 -1
  34. package/dist/cjs/commands/ListComponentsCommand.js +3 -3
  35. package/dist/cjs/commands/ListComponentsCommand.js.map +1 -1
  36. package/dist/cjs/commands/ListConfigurationHistoryCommand.js +3 -3
  37. package/dist/cjs/commands/ListConfigurationHistoryCommand.js.map +1 -1
  38. package/dist/cjs/commands/ListLogPatternSetsCommand.js +3 -3
  39. package/dist/cjs/commands/ListLogPatternSetsCommand.js.map +1 -1
  40. package/dist/cjs/commands/ListLogPatternsCommand.js +3 -3
  41. package/dist/cjs/commands/ListLogPatternsCommand.js.map +1 -1
  42. package/dist/cjs/commands/ListProblemsCommand.js +3 -3
  43. package/dist/cjs/commands/ListProblemsCommand.js.map +1 -1
  44. package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
  45. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
  46. package/dist/cjs/commands/TagResourceCommand.js +3 -3
  47. package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
  48. package/dist/cjs/commands/UntagResourceCommand.js +3 -3
  49. package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
  50. package/dist/cjs/commands/UpdateApplicationCommand.js +3 -3
  51. package/dist/cjs/commands/UpdateApplicationCommand.js.map +1 -1
  52. package/dist/cjs/commands/UpdateComponentCommand.js +3 -3
  53. package/dist/cjs/commands/UpdateComponentCommand.js.map +1 -1
  54. package/dist/cjs/commands/UpdateComponentConfigurationCommand.js +3 -3
  55. package/dist/cjs/commands/UpdateComponentConfigurationCommand.js.map +1 -1
  56. package/dist/cjs/commands/UpdateLogPatternCommand.js +3 -3
  57. package/dist/cjs/commands/UpdateLogPatternCommand.js.map +1 -1
  58. package/dist/cjs/endpoints.js +1 -1
  59. package/dist/cjs/endpoints.js.map +1 -1
  60. package/dist/cjs/index.js +37 -37
  61. package/dist/cjs/index.js.map +1 -1
  62. package/dist/cjs/models/index.js +1 -1
  63. package/dist/cjs/models/index.js.map +1 -1
  64. package/dist/cjs/package.json +39 -39
  65. package/dist/cjs/protocols/Aws_json1_1.js +110 -106
  66. package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
  67. package/dist/cjs/runtimeConfig.browser.js +4 -4
  68. package/dist/cjs/runtimeConfig.browser.js.map +1 -1
  69. package/dist/cjs/runtimeConfig.js +8 -8
  70. package/dist/cjs/runtimeConfig.js.map +1 -1
  71. package/dist/cjs/runtimeConfig.native.js +1 -1
  72. package/dist/cjs/runtimeConfig.native.js.map +1 -1
  73. package/dist/es/ApplicationInsights.js +1 -16
  74. package/dist/es/ApplicationInsights.js.map +1 -1
  75. package/dist/es/ApplicationInsightsClient.js +1 -21
  76. package/dist/es/ApplicationInsightsClient.js.map +1 -1
  77. package/dist/es/commands/CreateApplicationCommand.js +2 -27
  78. package/dist/es/commands/CreateApplicationCommand.js.map +1 -1
  79. package/dist/es/commands/CreateComponentCommand.js +2 -27
  80. package/dist/es/commands/CreateComponentCommand.js.map +1 -1
  81. package/dist/es/commands/CreateLogPatternCommand.js +2 -27
  82. package/dist/es/commands/CreateLogPatternCommand.js.map +1 -1
  83. package/dist/es/commands/DeleteApplicationCommand.js +2 -27
  84. package/dist/es/commands/DeleteApplicationCommand.js.map +1 -1
  85. package/dist/es/commands/DeleteComponentCommand.js +2 -28
  86. package/dist/es/commands/DeleteComponentCommand.js.map +1 -1
  87. package/dist/es/commands/DeleteLogPatternCommand.js +2 -27
  88. package/dist/es/commands/DeleteLogPatternCommand.js.map +1 -1
  89. package/dist/es/commands/DescribeApplicationCommand.js +2 -27
  90. package/dist/es/commands/DescribeApplicationCommand.js.map +1 -1
  91. package/dist/es/commands/DescribeComponentCommand.js +2 -27
  92. package/dist/es/commands/DescribeComponentCommand.js.map +1 -1
  93. package/dist/es/commands/DescribeComponentConfigurationCommand.js +2 -27
  94. package/dist/es/commands/DescribeComponentConfigurationCommand.js.map +1 -1
  95. package/dist/es/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -27
  96. package/dist/es/commands/DescribeComponentConfigurationRecommendationCommand.js.map +1 -1
  97. package/dist/es/commands/DescribeLogPatternCommand.js +2 -27
  98. package/dist/es/commands/DescribeLogPatternCommand.js.map +1 -1
  99. package/dist/es/commands/DescribeObservationCommand.js +2 -27
  100. package/dist/es/commands/DescribeObservationCommand.js.map +1 -1
  101. package/dist/es/commands/DescribeProblemCommand.js +2 -27
  102. package/dist/es/commands/DescribeProblemCommand.js.map +1 -1
  103. package/dist/es/commands/DescribeProblemObservationsCommand.js +2 -27
  104. package/dist/es/commands/DescribeProblemObservationsCommand.js.map +1 -1
  105. package/dist/es/commands/ListApplicationsCommand.js +2 -27
  106. package/dist/es/commands/ListApplicationsCommand.js.map +1 -1
  107. package/dist/es/commands/ListComponentsCommand.js +2 -27
  108. package/dist/es/commands/ListComponentsCommand.js.map +1 -1
  109. package/dist/es/commands/ListConfigurationHistoryCommand.js +2 -40
  110. package/dist/es/commands/ListConfigurationHistoryCommand.js.map +1 -1
  111. package/dist/es/commands/ListLogPatternSetsCommand.js +2 -27
  112. package/dist/es/commands/ListLogPatternSetsCommand.js.map +1 -1
  113. package/dist/es/commands/ListLogPatternsCommand.js +2 -27
  114. package/dist/es/commands/ListLogPatternsCommand.js.map +1 -1
  115. package/dist/es/commands/ListProblemsCommand.js +2 -27
  116. package/dist/es/commands/ListProblemsCommand.js.map +1 -1
  117. package/dist/es/commands/ListTagsForResourceCommand.js +2 -32
  118. package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
  119. package/dist/es/commands/TagResourceCommand.js +2 -34
  120. package/dist/es/commands/TagResourceCommand.js.map +1 -1
  121. package/dist/es/commands/UntagResourceCommand.js +2 -27
  122. package/dist/es/commands/UntagResourceCommand.js.map +1 -1
  123. package/dist/es/commands/UpdateApplicationCommand.js +2 -27
  124. package/dist/es/commands/UpdateApplicationCommand.js.map +1 -1
  125. package/dist/es/commands/UpdateComponentCommand.js +2 -28
  126. package/dist/es/commands/UpdateComponentCommand.js.map +1 -1
  127. package/dist/es/commands/UpdateComponentConfigurationCommand.js +2 -29
  128. package/dist/es/commands/UpdateComponentConfigurationCommand.js.map +1 -1
  129. package/dist/es/commands/UpdateLogPatternCommand.js +2 -27
  130. package/dist/es/commands/UpdateLogPatternCommand.js.map +1 -1
  131. package/dist/es/endpoints.js +1 -1
  132. package/dist/es/endpoints.js.map +1 -1
  133. package/dist/es/models/models_0.js +0 -210
  134. package/dist/es/models/models_0.js.map +1 -1
  135. package/dist/es/package.json +39 -39
  136. package/dist/es/pagination/ListApplicationsPaginator.js +16 -28
  137. package/dist/es/pagination/ListApplicationsPaginator.js.map +1 -1
  138. package/dist/es/pagination/ListComponentsPaginator.js +16 -28
  139. package/dist/es/pagination/ListComponentsPaginator.js.map +1 -1
  140. package/dist/es/pagination/ListConfigurationHistoryPaginator.js +16 -28
  141. package/dist/es/pagination/ListConfigurationHistoryPaginator.js.map +1 -1
  142. package/dist/es/pagination/ListLogPatternSetsPaginator.js +16 -28
  143. package/dist/es/pagination/ListLogPatternSetsPaginator.js.map +1 -1
  144. package/dist/es/pagination/ListLogPatternsPaginator.js +16 -28
  145. package/dist/es/pagination/ListLogPatternsPaginator.js.map +1 -1
  146. package/dist/es/pagination/ListProblemsPaginator.js +16 -28
  147. package/dist/es/pagination/ListProblemsPaginator.js.map +1 -1
  148. package/dist/es/protocols/Aws_json1_1.js +558 -559
  149. package/dist/es/protocols/Aws_json1_1.js.map +1 -1
  150. package/dist/es/runtimeConfig.browser.js +0 -3
  151. package/dist/es/runtimeConfig.browser.js.map +1 -1
  152. package/dist/es/runtimeConfig.js +0 -3
  153. package/dist/es/runtimeConfig.js.map +1 -1
  154. package/dist/es/runtimeConfig.native.js +0 -3
  155. package/dist/es/runtimeConfig.native.js.map +1 -1
  156. package/dist/es/runtimeConfig.shared.js +0 -3
  157. package/dist/es/runtimeConfig.shared.js.map +1 -1
  158. package/dist/types/runtimeConfig.browser.d.ts +1 -0
  159. package/dist/types/runtimeConfig.d.ts +1 -0
  160. package/dist/types/runtimeConfig.native.d.ts +1 -0
  161. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  162. package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
  163. package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
  164. package/package.json +39 -39
  165. package/protocols/Aws_json1_1.ts +13 -6
  166. package/tsconfig.es.json +0 -2
  167. package/tsconfig.json +3 -5
  168. 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.30.0",
4
+ "version": "3.34.0",
5
5
  "scripts": {
6
- "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
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": "yarn build:cjs && yarn build:es",
15
- "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4"
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.30.0",
31
- "@aws-sdk/config-resolver": "3.30.0",
32
- "@aws-sdk/credential-provider-node": "3.30.0",
33
- "@aws-sdk/fetch-http-handler": "3.29.0",
34
- "@aws-sdk/hash-node": "3.29.0",
35
- "@aws-sdk/invalid-dependency": "3.29.0",
36
- "@aws-sdk/middleware-content-length": "3.29.0",
37
- "@aws-sdk/middleware-host-header": "3.29.0",
38
- "@aws-sdk/middleware-logger": "3.29.0",
39
- "@aws-sdk/middleware-retry": "3.29.0",
40
- "@aws-sdk/middleware-serde": "3.29.0",
41
- "@aws-sdk/middleware-signing": "3.30.0",
42
- "@aws-sdk/middleware-stack": "3.29.0",
43
- "@aws-sdk/middleware-user-agent": "3.29.0",
44
- "@aws-sdk/node-config-provider": "3.29.0",
45
- "@aws-sdk/node-http-handler": "3.29.0",
46
- "@aws-sdk/protocol-http": "3.29.0",
47
- "@aws-sdk/smithy-client": "3.30.0",
48
- "@aws-sdk/types": "3.29.0",
49
- "@aws-sdk/url-parser": "3.29.0",
50
- "@aws-sdk/util-base64-browser": "3.29.0",
51
- "@aws-sdk/util-base64-node": "3.29.0",
52
- "@aws-sdk/util-body-length-browser": "3.29.0",
53
- "@aws-sdk/util-body-length-node": "3.29.0",
54
- "@aws-sdk/util-user-agent-browser": "3.29.0",
55
- "@aws-sdk/util-user-agent-node": "3.29.0",
56
- "@aws-sdk/util-utf8-browser": "3.29.0",
57
- "@aws-sdk/util-utf8-node": "3.29.0",
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.29.0",
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.4.2"
68
+ "typescript": "~4.3.5"
69
69
  },
70
70
  "engines": {
71
71
  "node": ">=10.0.0"
@@ -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
- ? new Date(Math.round(output.EventTime * 1000))
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 ? new Date(Math.round(output.EndTime * 1000)) : undefined,
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
- ? new Date(Math.round(output.LineTime * 1000))
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
- ? new Date(Math.round(output.StartTime * 1000))
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 ? new Date(Math.round(output.EndTime * 1000)) : undefined,
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
- ? new Date(Math.round(output.StartTime * 1000))
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
@@ -4,8 +4,6 @@
4
4
  "target": "es5",
5
5
  "module": "esnext",
6
6
  "moduleResolution": "node",
7
- "declaration": false,
8
- "declarationDir": null,
9
7
  "lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
10
8
  "outDir": "dist/es"
11
9
  }
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
- "useUnknownInCatchVariables": false
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": "./README.md",
25
+ "readme": "README.md",
28
26
  "mode": "file",
29
- "out": "./docs",
27
+ "out": "docs",
30
28
  "theme": "minimal",
31
29
  "plugin": ["@aws-sdk/client-documentation-generator"]
32
30
  }
@@ -0,0 +1,8 @@
1
+ {
2
+ "extends": "./tsconfig",
3
+ "compilerOptions": {
4
+ "removeComments": false,
5
+ "declaration": true,
6
+ "declarationDir": "dist/types"
7
+ }
8
+ }