@aws-sdk/client-glue 3.289.0 → 3.292.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-types/commands/BatchCreatePartitionCommand.d.ts +22 -0
- package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +7 -0
- package/dist-types/commands/BatchDeletePartitionCommand.d.ts +13 -0
- package/dist-types/commands/BatchDeleteTableCommand.d.ts +19 -0
- package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +13 -0
- package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +10 -0
- package/dist-types/commands/BatchGetCrawlersCommand.d.ts +7 -0
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +10 -0
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +10 -0
- package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +13 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +10 -0
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +19 -0
- package/dist-types/commands/BatchGetTriggersCommand.d.ts +10 -0
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +10 -0
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +10 -0
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +13 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +13 -0
- package/dist-types/commands/CancelMLTaskRunCommand.d.ts +13 -0
- package/dist-types/commands/CancelStatementCommand.d.ts +19 -0
- package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +10 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +16 -0
- package/dist-types/commands/CreateClassifierCommand.d.ts +10 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateCrawlerCommand.d.ts +13 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +22 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatabaseCommand.d.ts +22 -0
- package/dist-types/commands/CreateDevEndpointCommand.d.ts +25 -0
- package/dist-types/commands/CreateJobCommand.d.ts +22 -0
- package/dist-types/commands/CreateMLTransformCommand.d.ts +22 -0
- package/dist-types/commands/CreatePartitionCommand.d.ts +22 -0
- package/dist-types/commands/CreatePartitionIndexCommand.d.ts +22 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +19 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +22 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +10 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +25 -0
- package/dist-types/commands/CreateTableCommand.d.ts +28 -0
- package/dist-types/commands/CreateTriggerCommand.d.ts +25 -0
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +22 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +19 -0
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +10 -0
- package/dist-types/commands/DeleteClassifierCommand.d.ts +7 -0
- package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteCrawlerCommand.d.ts +13 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +13 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDevEndpointCommand.d.ts +13 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +10 -0
- package/dist-types/commands/DeleteMLTransformCommand.d.ts +13 -0
- package/dist-types/commands/DeletePartitionCommand.d.ts +13 -0
- package/dist-types/commands/DeletePartitionIndexCommand.d.ts +19 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +13 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +13 -0
- package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +13 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +19 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +19 -0
- package/dist-types/commands/DeleteTableVersionCommand.d.ts +13 -0
- package/dist-types/commands/DeleteTriggerCommand.d.ts +13 -0
- package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +13 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +13 -0
- package/dist-types/commands/GetBlueprintCommand.d.ts +13 -0
- package/dist-types/commands/GetBlueprintRunCommand.d.ts +10 -0
- package/dist-types/commands/GetBlueprintRunsCommand.d.ts +13 -0
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +7 -0
- package/dist-types/commands/GetClassifierCommand.d.ts +7 -0
- package/dist-types/commands/GetClassifiersCommand.d.ts +4 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +16 -0
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +16 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +13 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +13 -0
- package/dist-types/commands/GetCrawlerCommand.d.ts +7 -0
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +4 -0
- package/dist-types/commands/GetCrawlersCommand.d.ts +4 -0
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +10 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +13 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +13 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +13 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +13 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +16 -0
- package/dist-types/commands/GetDatabasesCommand.d.ts +13 -0
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +10 -0
- package/dist-types/commands/GetDevEndpointCommand.d.ts +13 -0
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +13 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +16 -0
- package/dist-types/commands/GetJobCommand.d.ts +13 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +13 -0
- package/dist-types/commands/GetJobRunsCommand.d.ts +13 -0
- package/dist-types/commands/GetJobsCommand.d.ts +13 -0
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +13 -0
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +13 -0
- package/dist-types/commands/GetMLTransformCommand.d.ts +13 -0
- package/dist-types/commands/GetMLTransformsCommand.d.ts +13 -0
- package/dist-types/commands/GetMappingCommand.d.ts +13 -0
- package/dist-types/commands/GetPartitionCommand.d.ts +16 -0
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +16 -0
- package/dist-types/commands/GetPartitionsCommand.d.ts +22 -0
- package/dist-types/commands/GetPlanCommand.d.ts +10 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +13 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +13 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +13 -0
- package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +13 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +13 -0
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +13 -0
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +13 -0
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +13 -0
- package/dist-types/commands/GetSessionCommand.d.ts +16 -0
- package/dist-types/commands/GetStatementCommand.d.ts +19 -0
- package/dist-types/commands/GetTableCommand.d.ts +19 -0
- package/dist-types/commands/GetTableVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetTableVersionsCommand.d.ts +16 -0
- package/dist-types/commands/GetTablesCommand.d.ts +16 -0
- package/dist-types/commands/GetTagsCommand.d.ts +13 -0
- package/dist-types/commands/GetTriggerCommand.d.ts +13 -0
- package/dist-types/commands/GetTriggersCommand.d.ts +13 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +18 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +18 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +18 -0
- package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +16 -0
- package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +13 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +13 -0
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +13 -0
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +13 -0
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +7 -0
- package/dist-types/commands/ListBlueprintsCommand.d.ts +10 -0
- package/dist-types/commands/ListCrawlersCommand.d.ts +4 -0
- package/dist-types/commands/ListCrawlsCommand.d.ts +10 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +10 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +10 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +10 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +10 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +13 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +13 -0
- package/dist-types/commands/ListJobsCommand.d.ts +13 -0
- package/dist-types/commands/ListMLTransformsCommand.d.ts +13 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +10 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +13 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +13 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +13 -0
- package/dist-types/commands/ListStatementsCommand.d.ts +19 -0
- package/dist-types/commands/ListTriggersCommand.d.ts +13 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +10 -0
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +10 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +22 -0
- package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +10 -0
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +19 -0
- package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +10 -0
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +13 -0
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +19 -0
- package/dist-types/commands/RunStatementCommand.d.ts +25 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +10 -0
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +19 -0
- package/dist-types/commands/StartCrawlerCommand.d.ts +10 -0
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +16 -0
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +13 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +16 -0
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +13 -0
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +19 -0
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +19 -0
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +16 -0
- package/dist-types/commands/StartTriggerCommand.d.ts +19 -0
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +19 -0
- package/dist-types/commands/StopCrawlerCommand.d.ts +13 -0
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +13 -0
- package/dist-types/commands/StopSessionCommand.d.ts +19 -0
- package/dist-types/commands/StopTriggerCommand.d.ts +16 -0
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +13 -0
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +19 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +13 -0
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +13 -0
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +22 -0
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +19 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +16 -0
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +22 -0
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +22 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +25 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +16 -0
- package/package.json +35 -40
|
@@ -29,6 +29,22 @@ export interface UpdateWorkflowCommandOutput extends UpdateWorkflowResponse, __M
|
|
|
29
29
|
* @see {@link UpdateWorkflowCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>Two processes are trying to modify a resource simultaneously.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
36
|
+
* <p>A specified entity does not exist</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
39
|
+
* <p>An internal service error occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>The input provided was not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
45
|
+
* <p>The operation timed out.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class UpdateWorkflowCommand extends $Command<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, GlueClientResolvedConfig> {
|
|
34
50
|
readonly input: UpdateWorkflowCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-glue",
|
|
3
3
|
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.292.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,55 +20,50 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
|
-
"typedoc": "0.
|
|
64
|
+
"typedoc": "0.23.23",
|
|
65
65
|
"typescript": "~4.6.2"
|
|
66
66
|
},
|
|
67
|
-
"overrides": {
|
|
68
|
-
"typedoc": {
|
|
69
|
-
"typescript": "~4.6.2"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
"engines": {
|
|
73
68
|
"node": ">=14.0.0"
|
|
74
69
|
},
|