@aws-sdk/client-redshift 3.289.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/AcceptReservedNodeExchangeCommand.d.ts +23 -0
- package/dist-types/commands/AddPartnerCommand.d.ts +11 -0
- package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +7 -0
- package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +15 -0
- package/dist-types/commands/AuthorizeDataShareCommand.d.ts +4 -0
- package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +20 -0
- package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +25 -0
- package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +5 -0
- package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +9 -0
- package/dist-types/commands/CancelResizeCommand.d.ts +14 -0
- package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +20 -0
- package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +12 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +82 -0
- package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +17 -0
- package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +17 -0
- package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +26 -0
- package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +36 -0
- package/dist-types/commands/CreateEndpointAccessCommand.d.ts +33 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +45 -0
- package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +17 -0
- package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +17 -0
- package/dist-types/commands/CreateScheduledActionCommand.d.ts +19 -0
- package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +22 -0
- package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +19 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +13 -0
- package/dist-types/commands/CreateUsageLimitCommand.d.ts +23 -0
- package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +8 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +20 -0
- package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +8 -0
- package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +8 -0
- package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +17 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +9 -0
- package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +9 -0
- package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +8 -0
- package/dist-types/commands/DeletePartnerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +9 -0
- package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +7 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +7 -0
- package/dist-types/commands/DeleteUsageLimitCommand.d.ts +7 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterParametersCommand.d.ts +4 -0
- package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeClusterTracksCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +8 -0
- package/dist-types/commands/DescribeDataSharesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +8 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +5 -0
- package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribePartnersCommand.d.ts +8 -0
- package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +10 -0
- package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeReservedNodesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeResizeCommand.d.ts +8 -0
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStorageCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +8 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +8 -0
- package/dist-types/commands/DisableLoggingCommand.d.ts +8 -0
- package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +14 -0
- package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +7 -0
- package/dist-types/commands/EnableLoggingCommand.d.ts +25 -0
- package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +39 -0
- package/dist-types/commands/GetClusterCredentialsCommand.d.ts +8 -0
- package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +8 -0
- package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +27 -0
- package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +20 -0
- package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +12 -0
- package/dist-types/commands/ModifyClusterCommand.d.ts +69 -0
- package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +11 -0
- package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +8 -0
- package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +8 -0
- package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +12 -0
- package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +11 -0
- package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +26 -0
- package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +20 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +36 -0
- package/dist-types/commands/ModifyScheduledActionCommand.d.ts +16 -0
- package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +19 -0
- package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +10 -0
- package/dist-types/commands/ModifyUsageLimitCommand.d.ts +10 -0
- package/dist-types/commands/PauseClusterCommand.d.ts +8 -0
- package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +16 -0
- package/dist-types/commands/RebootClusterCommand.d.ts +8 -0
- package/dist-types/commands/RejectDataShareCommand.d.ts +4 -0
- package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +9 -0
- package/dist-types/commands/ResizeClusterCommand.d.ts +53 -0
- package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +114 -0
- package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +27 -0
- package/dist-types/commands/ResumeClusterCommand.d.ts +12 -0
- package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +12 -0
- package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +23 -0
- package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +15 -0
- package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +12 -0
- package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +11 -0
- package/package.json +30 -30
|
@@ -42,6 +42,33 @@ export interface RestoreTableFromClusterSnapshotCommandOutput extends RestoreTab
|
|
|
42
42
|
* @see {@link RestoreTableFromClusterSnapshotCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link ClusterNotFoundFault} (client fault)
|
|
46
|
+
* <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
|
|
47
|
+
* </p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ClusterSnapshotNotFoundFault} (client fault)
|
|
50
|
+
* <p>The snapshot identifier does not refer to an existing cluster snapshot.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InProgressTableRestoreQuotaExceededFault} (client fault)
|
|
53
|
+
* <p>You have exceeded the allowed number of table restore requests. Wait for your
|
|
54
|
+
* current table restore requests to complete before making a new request.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link InvalidClusterSnapshotStateFault} (client fault)
|
|
57
|
+
* <p>The specified cluster snapshot is not in the <code>available</code> state, or other
|
|
58
|
+
* accounts are authorized to access the snapshot. </p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidClusterStateFault} (client fault)
|
|
61
|
+
* <p>The specified cluster is not in the <code>available</code> state. </p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InvalidTableRestoreArgumentFault} (client fault)
|
|
64
|
+
* <p>The value specified for the <code>sourceDatabaseName</code>,
|
|
65
|
+
* <code>sourceSchemaName</code>, or <code>sourceTableName</code> parameter, or a
|
|
66
|
+
* combination of these, doesn't exist in the snapshot.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
69
|
+
* <p>The requested operation isn't supported.</p>
|
|
70
|
+
*
|
|
71
|
+
*
|
|
45
72
|
*/
|
|
46
73
|
export declare class RestoreTableFromClusterSnapshotCommand extends $Command<RestoreTableFromClusterSnapshotCommandInput, RestoreTableFromClusterSnapshotCommandOutput, RedshiftClientResolvedConfig> {
|
|
47
74
|
readonly input: RestoreTableFromClusterSnapshotCommandInput;
|
|
@@ -30,6 +30,18 @@ export interface ResumeClusterCommandOutput extends ResumeClusterResult, __Metad
|
|
|
30
30
|
* @see {@link ResumeClusterCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ClusterNotFoundFault} (client fault)
|
|
34
|
+
* <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
|
|
35
|
+
* </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InsufficientClusterCapacityFault} (client fault)
|
|
38
|
+
* <p>The number of nodes specified exceeds the allotted capacity of the
|
|
39
|
+
* cluster.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidClusterStateFault} (client fault)
|
|
42
|
+
* <p>The specified cluster is not in the <code>available</code> state. </p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
33
45
|
*/
|
|
34
46
|
export declare class ResumeClusterCommand extends $Command<ResumeClusterCommandInput, ResumeClusterCommandOutput, RedshiftClientResolvedConfig> {
|
|
35
47
|
readonly input: ResumeClusterCommandInput;
|
|
@@ -33,6 +33,18 @@ export interface RevokeClusterSecurityGroupIngressCommandOutput extends RevokeCl
|
|
|
33
33
|
* @see {@link RevokeClusterSecurityGroupIngressCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AuthorizationNotFoundFault} (client fault)
|
|
37
|
+
* <p>The specified CIDR IP range or EC2 security group is not authorized for the
|
|
38
|
+
* specified cluster security group.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ClusterSecurityGroupNotFoundFault} (client fault)
|
|
41
|
+
* <p>The cluster security group name does not refer to an existing cluster security
|
|
42
|
+
* group.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidClusterSecurityGroupStateFault} (client fault)
|
|
45
|
+
* <p>The state of the cluster security group is not <code>available</code>. </p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
36
48
|
*/
|
|
37
49
|
export declare class RevokeClusterSecurityGroupIngressCommand extends $Command<RevokeClusterSecurityGroupIngressCommandInput, RevokeClusterSecurityGroupIngressCommandOutput, RedshiftClientResolvedConfig> {
|
|
38
50
|
readonly input: RevokeClusterSecurityGroupIngressCommandInput;
|
|
@@ -30,6 +30,29 @@ export interface RevokeEndpointAccessCommandOutput extends EndpointAuthorization
|
|
|
30
30
|
* @see {@link RevokeEndpointAccessCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ClusterNotFoundFault} (client fault)
|
|
34
|
+
* <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
|
|
35
|
+
* </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link EndpointAuthorizationNotFoundFault} (client fault)
|
|
38
|
+
* <p>The authorization for this endpoint can't be found.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link EndpointNotFoundFault} (client fault)
|
|
41
|
+
* <p>The endpoint name doesn't refer to an existing endpoint.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidAuthorizationStateFault} (client fault)
|
|
44
|
+
* <p>The status of the authorization is not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidClusterSecurityGroupStateFault} (client fault)
|
|
47
|
+
* <p>The state of the cluster security group is not <code>available</code>. </p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidClusterStateFault} (client fault)
|
|
50
|
+
* <p>The specified cluster is not in the <code>available</code> state. </p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidEndpointStateFault} (client fault)
|
|
53
|
+
* <p>The status of the endpoint is not valid.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
33
56
|
*/
|
|
34
57
|
export declare class RevokeEndpointAccessCommand extends $Command<RevokeEndpointAccessCommandInput, RevokeEndpointAccessCommandOutput, RedshiftClientResolvedConfig> {
|
|
35
58
|
readonly input: RevokeEndpointAccessCommandInput;
|
|
@@ -35,6 +35,21 @@ export interface RevokeSnapshotAccessCommandOutput extends RevokeSnapshotAccessR
|
|
|
35
35
|
* @see {@link RevokeSnapshotAccessCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessToSnapshotDeniedFault} (client fault)
|
|
39
|
+
* <p>The owner of the specified snapshot has not authorized your account to access the
|
|
40
|
+
* snapshot.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link AuthorizationNotFoundFault} (client fault)
|
|
43
|
+
* <p>The specified CIDR IP range or EC2 security group is not authorized for the
|
|
44
|
+
* specified cluster security group.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ClusterSnapshotNotFoundFault} (client fault)
|
|
47
|
+
* <p>The snapshot identifier does not refer to an existing cluster snapshot.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link UnsupportedOperationFault} (client fault)
|
|
50
|
+
* <p>The requested operation isn't supported.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
38
53
|
*/
|
|
39
54
|
export declare class RevokeSnapshotAccessCommand extends $Command<RevokeSnapshotAccessCommandInput, RevokeSnapshotAccessCommandOutput, RedshiftClientResolvedConfig> {
|
|
40
55
|
readonly input: RevokeSnapshotAccessCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface RotateEncryptionKeyCommandOutput extends RotateEncryptionKeyRes
|
|
|
29
29
|
* @see {@link RotateEncryptionKeyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ClusterNotFoundFault} (client fault)
|
|
33
|
+
* <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
|
|
34
|
+
* </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DependentServiceRequestThrottlingFault} (client fault)
|
|
37
|
+
* <p>The request cannot be completed because a dependent service is throttling requests
|
|
38
|
+
* made by Amazon Redshift on your behalf. Wait and retry the request.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidClusterStateFault} (client fault)
|
|
41
|
+
* <p>The specified cluster is not in the <code>available</code> state. </p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class RotateEncryptionKeyCommand extends $Command<RotateEncryptionKeyCommandInput, RotateEncryptionKeyCommandOutput, RedshiftClientResolvedConfig> {
|
|
34
46
|
readonly input: RotateEncryptionKeyCommandInput;
|
|
@@ -30,6 +30,17 @@ export interface UpdatePartnerStatusCommandOutput extends PartnerIntegrationOutp
|
|
|
30
30
|
* @see {@link UpdatePartnerStatusCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link RedshiftClientResolvedConfig | config} for RedshiftClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ClusterNotFoundFault} (client fault)
|
|
34
|
+
* <p>The <code>ClusterIdentifier</code> parameter does not refer to an existing cluster.
|
|
35
|
+
* </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link PartnerNotFoundFault} (client fault)
|
|
38
|
+
* <p>The name of the partner was not found.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link UnauthorizedPartnerIntegrationFault} (client fault)
|
|
41
|
+
* <p>The partner integration is not authorized.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
33
44
|
*/
|
|
34
45
|
export declare class UpdatePartnerStatusCommand extends $Command<UpdatePartnerStatusCommandInput, UpdatePartnerStatusCommandOutput, RedshiftClientResolvedConfig> {
|
|
35
46
|
readonly input: UpdatePartnerStatusCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift 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
|
"fast-xml-parser": "4.1.2",
|
|
57
57
|
"tslib": "^2.3.1"
|
|
58
58
|
},
|