@aws-sdk/client-database-migration-service 3.288.0 → 3.290.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/AddTagsToResourceCommand.d.ts +21 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +4 -0
- package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +11 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +66 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +31 -0
- package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +18 -0
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +113 -0
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +47 -0
- package/dist-types/commands/CreateReplicationTaskCommand.d.ts +60 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +23 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +28 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +34 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +7 -0
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +7 -0
- package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +73 -0
- package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +18 -0
- package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +11 -0
- package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +34 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +31 -0
- package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +31 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +39 -0
- package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +28 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +31 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +4 -0
- package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +19 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeRecommendationsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +23 -0
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +31 -0
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +31 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +31 -0
- package/dist-types/commands/DescribeSchemasCommand.d.ts +26 -0
- package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +27 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +27 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +20 -0
- package/dist-types/commands/ModifyEndpointCommand.d.ts +44 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +28 -0
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +97 -0
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +38 -0
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +13 -0
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +17 -0
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +7 -0
- package/dist-types/commands/RefreshSchemasCommand.d.ts +30 -0
- package/dist-types/commands/ReloadTablesCommand.d.ts +7 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +7 -0
- package/dist-types/commands/StartRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +7 -0
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +39 -0
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +40 -0
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +34 -0
- package/dist-types/commands/TestConnectionCommand.d.ts +34 -0
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +8 -0
- package/package.json +30 -30
|
@@ -43,6 +43,13 @@ export interface StartReplicationTaskAssessmentCommandOutput extends StartReplic
|
|
|
43
43
|
* @see {@link StartReplicationTaskAssessmentCommandOutput} for command's `response` shape.
|
|
44
44
|
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
45
45
|
*
|
|
46
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
47
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
50
|
+
* <p>The resource could not be found.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
46
53
|
*/
|
|
47
54
|
export declare class StartReplicationTaskAssessmentCommand extends $Command<StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
48
55
|
readonly input: StartReplicationTaskAssessmentCommandInput;
|
|
@@ -35,6 +35,45 @@ export interface StartReplicationTaskAssessmentRunCommandOutput extends StartRep
|
|
|
35
35
|
* @see {@link StartReplicationTaskAssessmentRunCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
39
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
40
|
+
* role is correctly configured.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
43
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link KMSAccessDeniedFault} (client fault)
|
|
46
|
+
* <p>The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link KMSDisabledFault} (client fault)
|
|
49
|
+
* <p>The specified KMS key isn't enabled.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link KMSFault} (client fault)
|
|
52
|
+
* <p>An Key Management Service (KMS) error is preventing access to KMS.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link KMSInvalidStateFault} (client fault)
|
|
55
|
+
* <p>The state of the specified KMS resource isn't valid for this request.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
58
|
+
* <p>DMS cannot access the KMS key.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link KMSNotFoundFault} (client fault)
|
|
61
|
+
* <p>The specified KMS entity or resource can't be found.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ResourceAlreadyExistsFault} (client fault)
|
|
64
|
+
* <p>The resource you are attempting to create already exists.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
67
|
+
* <p>The resource could not be found.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link S3AccessDeniedFault} (client fault)
|
|
70
|
+
* <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link S3ResourceNotFoundFault} (client fault)
|
|
73
|
+
* <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
|
|
74
|
+
* found.</p>
|
|
75
|
+
*
|
|
76
|
+
*
|
|
38
77
|
*/
|
|
39
78
|
export declare class StartReplicationTaskAssessmentRunCommand extends $Command<StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
40
79
|
readonly input: StartReplicationTaskAssessmentRunCommandInput;
|
|
@@ -32,6 +32,46 @@ export interface StartReplicationTaskCommandOutput extends StartReplicationTaskR
|
|
|
32
32
|
* @see {@link StartReplicationTaskCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
36
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
37
|
+
* role is correctly configured.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
40
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
43
|
+
* <p>The resource could not be found.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
46
|
+
* @example Start replication task
|
|
47
|
+
* ```javascript
|
|
48
|
+
* // Starts the replication task.
|
|
49
|
+
* const input = {
|
|
50
|
+
* "CdcStartTime": "2016-12-14T13:33:20Z",
|
|
51
|
+
* "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
|
|
52
|
+
* "StartReplicationTaskType": "start-replication"
|
|
53
|
+
* };
|
|
54
|
+
* const command = new StartReplicationTaskCommand(input);
|
|
55
|
+
* const response = await client.send(command);
|
|
56
|
+
* /* response ==
|
|
57
|
+
* {
|
|
58
|
+
* "ReplicationTask": {
|
|
59
|
+
* "MigrationType": "full-load",
|
|
60
|
+
* "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
|
|
61
|
+
* "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM",
|
|
62
|
+
* "ReplicationTaskCreationDate": "2016-12-14T18:25:43Z",
|
|
63
|
+
* "ReplicationTaskIdentifier": "task1",
|
|
64
|
+
* "ReplicationTaskSettings": "{\"TargetMetadata\":{\"TargetSchema\":\"\",\"SupportLobs\":true,\"FullLobMode\":true,\"LobChunkSize\":64,\"LimitedSizeLobMode\":false,\"LobMaxSize\":0},\"FullLoadSettings\":{\"FullLoadEnabled\":true,\"ApplyChangesEnabled\":false,\"TargetTablePrepMode\":\"DROP_AND_CREATE\",\"CreatePkAfterFullLoad\":false,\"StopTaskCachedChangesApplied\":false,\"StopTaskCachedChangesNotApplied\":false,\"ResumeEnabled\":false,\"ResumeMinTableSize\":100000,\"ResumeOnlyClusteredPKTables\":true,\"MaxFullLoadSubTasks\":8,\"TransactionConsistencyTimeout\":600,\"CommitRate\":10000},\"Logging\":{\"EnableLogging\":false}}",
|
|
65
|
+
* "SourceEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
|
|
66
|
+
* "Status": "creating",
|
|
67
|
+
* "TableMappings": "file://mappingfile.json",
|
|
68
|
+
* "TargetEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
|
|
69
|
+
* }
|
|
70
|
+
* }
|
|
71
|
+
* *\/
|
|
72
|
+
* // example id: start-replication-task-1481762706778
|
|
73
|
+
* ```
|
|
74
|
+
*
|
|
35
75
|
*/
|
|
36
76
|
export declare class StartReplicationTaskCommand extends $Command<StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
37
77
|
readonly input: StartReplicationTaskCommandInput;
|
|
@@ -29,6 +29,40 @@ export interface StopReplicationTaskCommandOutput extends StopReplicationTaskRes
|
|
|
29
29
|
* @see {@link StopReplicationTaskCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
33
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
36
|
+
* <p>The resource could not be found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
39
|
+
* @example Stop replication task
|
|
40
|
+
* ```javascript
|
|
41
|
+
* // Stops the replication task.
|
|
42
|
+
* const input = {
|
|
43
|
+
* "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
|
|
44
|
+
* };
|
|
45
|
+
* const command = new StopReplicationTaskCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* /* response ==
|
|
48
|
+
* {
|
|
49
|
+
* "ReplicationTask": {
|
|
50
|
+
* "MigrationType": "full-load",
|
|
51
|
+
* "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
|
|
52
|
+
* "ReplicationTaskArn": "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM",
|
|
53
|
+
* "ReplicationTaskCreationDate": "2016-12-14T18:25:43Z",
|
|
54
|
+
* "ReplicationTaskIdentifier": "task1",
|
|
55
|
+
* "ReplicationTaskSettings": "{\"TargetMetadata\":{\"TargetSchema\":\"\",\"SupportLobs\":true,\"FullLobMode\":true,\"LobChunkSize\":64,\"LimitedSizeLobMode\":false,\"LobMaxSize\":0},\"FullLoadSettings\":{\"FullLoadEnabled\":true,\"ApplyChangesEnabled\":false,\"TargetTablePrepMode\":\"DROP_AND_CREATE\",\"CreatePkAfterFullLoad\":false,\"StopTaskCachedChangesApplied\":false,\"StopTaskCachedChangesNotApplied\":false,\"ResumeEnabled\":false,\"ResumeMinTableSize\":100000,\"ResumeOnlyClusteredPKTables\":true,\"MaxFullLoadSubTasks\":8,\"TransactionConsistencyTimeout\":600,\"CommitRate\":10000},\"Logging\":{\"EnableLogging\":false}}",
|
|
56
|
+
* "SourceEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
|
|
57
|
+
* "Status": "creating",
|
|
58
|
+
* "TableMappings": "file://mappingfile.json",
|
|
59
|
+
* "TargetEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
|
|
60
|
+
* }
|
|
61
|
+
* }
|
|
62
|
+
* *\/
|
|
63
|
+
* // example id: stop-replication-task-1481762924947
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
32
66
|
*/
|
|
33
67
|
export declare class StopReplicationTaskCommand extends $Command<StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
34
68
|
readonly input: StopReplicationTaskCommandInput;
|
|
@@ -29,6 +29,40 @@ export interface TestConnectionCommandOutput extends TestConnectionResponse, __M
|
|
|
29
29
|
* @see {@link TestConnectionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
33
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
34
|
+
* role is correctly configured.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
37
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
40
|
+
* <p>DMS cannot access the KMS key.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
43
|
+
* <p>The resource could not be found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceQuotaExceededFault} (client fault)
|
|
46
|
+
* <p>The quota for this resource quota has been exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
49
|
+
* @example Test conection
|
|
50
|
+
* ```javascript
|
|
51
|
+
* // Tests the connection between the replication instance and the endpoint.
|
|
52
|
+
* const input = {
|
|
53
|
+
* "EndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
|
|
54
|
+
* "ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
|
|
55
|
+
* };
|
|
56
|
+
* const command = new TestConnectionCommand(input);
|
|
57
|
+
* const response = await client.send(command);
|
|
58
|
+
* /* response ==
|
|
59
|
+
* {
|
|
60
|
+
* "Connection": {}
|
|
61
|
+
* }
|
|
62
|
+
* *\/
|
|
63
|
+
* // example id: test-conection-1481763017636
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
32
66
|
*/
|
|
33
67
|
export declare class TestConnectionCommand extends $Command<TestConnectionCommandInput, TestConnectionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
34
68
|
readonly input: TestConnectionCommandInput;
|
|
@@ -37,6 +37,14 @@ export interface UpdateSubscriptionsToEventBridgeCommandOutput extends UpdateSub
|
|
|
37
37
|
* @see {@link UpdateSubscriptionsToEventBridgeCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link AccessDeniedFault} (client fault)
|
|
41
|
+
* <p>DMS was denied access to the endpoint. Check that the
|
|
42
|
+
* role is correctly configured.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidResourceStateFault} (client fault)
|
|
45
|
+
* <p>The resource is in a state that prevents it from being used for database migration.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
40
48
|
*/
|
|
41
49
|
export declare class UpdateSubscriptionsToEventBridgeCommand extends $Command<UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
42
50
|
readonly input: UpdateSubscriptionsToEventBridgeCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-database-migration-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.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,39 +20,39 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
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.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-waiter": "3.290.0",
|
|
56
56
|
"tslib": "^2.3.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|