@aws-sdk/client-backup 3.252.0 → 3.256.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.
|
@@ -782,21 +782,21 @@ const serializeAws_restJson1ListBackupJobsCommand = async (input, context) => {
|
|
|
782
782
|
backupVaultName: [, input.ByBackupVaultName],
|
|
783
783
|
createdBefore: [
|
|
784
784
|
() => input.ByCreatedBefore !== void 0,
|
|
785
|
-
() => input.ByCreatedBefore.toISOString().split(".")[0] + "Z",
|
|
785
|
+
() => (input.ByCreatedBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
786
786
|
],
|
|
787
787
|
createdAfter: [
|
|
788
788
|
() => input.ByCreatedAfter !== void 0,
|
|
789
|
-
() => input.ByCreatedAfter.toISOString().split(".")[0] + "Z",
|
|
789
|
+
() => (input.ByCreatedAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
790
790
|
],
|
|
791
791
|
resourceType: [, input.ByResourceType],
|
|
792
792
|
accountId: [, input.ByAccountId],
|
|
793
793
|
completeAfter: [
|
|
794
794
|
() => input.ByCompleteAfter !== void 0,
|
|
795
|
-
() => input.ByCompleteAfter.toISOString().split(".")[0] + "Z",
|
|
795
|
+
() => (input.ByCompleteAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
796
796
|
],
|
|
797
797
|
completeBefore: [
|
|
798
798
|
() => input.ByCompleteBefore !== void 0,
|
|
799
|
-
() => input.ByCompleteBefore.toISOString().split(".")[0] + "Z",
|
|
799
|
+
() => (input.ByCompleteBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
800
800
|
],
|
|
801
801
|
parentJobId: [, input.ByParentJobId],
|
|
802
802
|
});
|
|
@@ -932,22 +932,22 @@ const serializeAws_restJson1ListCopyJobsCommand = async (input, context) => {
|
|
|
932
932
|
state: [, input.ByState],
|
|
933
933
|
createdBefore: [
|
|
934
934
|
() => input.ByCreatedBefore !== void 0,
|
|
935
|
-
() => input.ByCreatedBefore.toISOString().split(".")[0] + "Z",
|
|
935
|
+
() => (input.ByCreatedBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
936
936
|
],
|
|
937
937
|
createdAfter: [
|
|
938
938
|
() => input.ByCreatedAfter !== void 0,
|
|
939
|
-
() => input.ByCreatedAfter.toISOString().split(".")[0] + "Z",
|
|
939
|
+
() => (input.ByCreatedAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
940
940
|
],
|
|
941
941
|
resourceType: [, input.ByResourceType],
|
|
942
942
|
destinationVaultArn: [, input.ByDestinationVaultArn],
|
|
943
943
|
accountId: [, input.ByAccountId],
|
|
944
944
|
completeBefore: [
|
|
945
945
|
() => input.ByCompleteBefore !== void 0,
|
|
946
|
-
() => input.ByCompleteBefore.toISOString().split(".")[0] + "Z",
|
|
946
|
+
() => (input.ByCompleteBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
947
947
|
],
|
|
948
948
|
completeAfter: [
|
|
949
949
|
() => input.ByCompleteAfter !== void 0,
|
|
950
|
-
() => input.ByCompleteAfter.toISOString().split(".")[0] + "Z",
|
|
950
|
+
() => (input.ByCompleteAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
951
951
|
],
|
|
952
952
|
parentJobId: [, input.ByParentJobId],
|
|
953
953
|
});
|
|
@@ -1041,11 +1041,11 @@ const serializeAws_restJson1ListRecoveryPointsByBackupVaultCommand = async (inpu
|
|
|
1041
1041
|
backupPlanId: [, input.ByBackupPlanId],
|
|
1042
1042
|
createdBefore: [
|
|
1043
1043
|
() => input.ByCreatedBefore !== void 0,
|
|
1044
|
-
() => input.ByCreatedBefore.toISOString().split(".")[0] + "Z",
|
|
1044
|
+
() => (input.ByCreatedBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
1045
1045
|
],
|
|
1046
1046
|
createdAfter: [
|
|
1047
1047
|
() => input.ByCreatedAfter !== void 0,
|
|
1048
|
-
() => input.ByCreatedAfter.toISOString().split(".")[0] + "Z",
|
|
1048
|
+
() => (input.ByCreatedAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
1049
1049
|
],
|
|
1050
1050
|
parentRecoveryPointArn: [, input.ByParentRecoveryPointArn],
|
|
1051
1051
|
});
|
|
@@ -1115,11 +1115,11 @@ const serializeAws_restJson1ListReportJobsCommand = async (input, context) => {
|
|
|
1115
1115
|
ReportPlanName: [, input.ByReportPlanName],
|
|
1116
1116
|
CreationBefore: [
|
|
1117
1117
|
() => input.ByCreationBefore !== void 0,
|
|
1118
|
-
() => input.ByCreationBefore.toISOString().split(".")[0] + "Z",
|
|
1118
|
+
() => (input.ByCreationBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
1119
1119
|
],
|
|
1120
1120
|
CreationAfter: [
|
|
1121
1121
|
() => input.ByCreationAfter !== void 0,
|
|
1122
|
-
() => input.ByCreationAfter.toISOString().split(".")[0] + "Z",
|
|
1122
|
+
() => (input.ByCreationAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
1123
1123
|
],
|
|
1124
1124
|
Status: [, input.ByStatus],
|
|
1125
1125
|
MaxResults: [() => input.MaxResults !== void 0, () => input.MaxResults.toString()],
|
|
@@ -1169,20 +1169,20 @@ const serializeAws_restJson1ListRestoreJobsCommand = async (input, context) => {
|
|
|
1169
1169
|
accountId: [, input.ByAccountId],
|
|
1170
1170
|
createdBefore: [
|
|
1171
1171
|
() => input.ByCreatedBefore !== void 0,
|
|
1172
|
-
() => input.ByCreatedBefore.toISOString().split(".")[0] + "Z",
|
|
1172
|
+
() => (input.ByCreatedBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
1173
1173
|
],
|
|
1174
1174
|
createdAfter: [
|
|
1175
1175
|
() => input.ByCreatedAfter !== void 0,
|
|
1176
|
-
() => input.ByCreatedAfter.toISOString().split(".")[0] + "Z",
|
|
1176
|
+
() => (input.ByCreatedAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
1177
1177
|
],
|
|
1178
1178
|
status: [, input.ByStatus],
|
|
1179
1179
|
completeBefore: [
|
|
1180
1180
|
() => input.ByCompleteBefore !== void 0,
|
|
1181
|
-
() => input.ByCompleteBefore.toISOString().split(".")[0] + "Z",
|
|
1181
|
+
() => (input.ByCompleteBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
1182
1182
|
],
|
|
1183
1183
|
completeAfter: [
|
|
1184
1184
|
() => input.ByCompleteAfter !== void 0,
|
|
1185
|
-
() => input.ByCompleteAfter.toISOString().split(".")[0] + "Z",
|
|
1185
|
+
() => (input.ByCompleteAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
1186
1186
|
],
|
|
1187
1187
|
});
|
|
1188
1188
|
let body;
|
|
@@ -5515,8 +5515,8 @@ const serializeAws_restJson1CopyActions = (input, context) => {
|
|
|
5515
5515
|
};
|
|
5516
5516
|
const serializeAws_restJson1DateRange = (input, context) => {
|
|
5517
5517
|
return {
|
|
5518
|
-
...(input.FromDate != null && { FromDate: Math.round(input.FromDate.getTime() / 1000)
|
|
5519
|
-
...(input.ToDate != null && { ToDate: Math.round(input.ToDate.getTime() / 1000)
|
|
5518
|
+
...(input.FromDate != null && { FromDate: Math.round(input.FromDate.getTime() / 1000) }),
|
|
5519
|
+
...(input.ToDate != null && { ToDate: Math.round(input.ToDate.getTime() / 1000) }),
|
|
5520
5520
|
};
|
|
5521
5521
|
};
|
|
5522
5522
|
const serializeAws_restJson1FormatList = (input, context) => {
|
|
@@ -738,21 +738,21 @@ export const serializeAws_restJson1ListBackupJobsCommand = async (input, context
|
|
|
738
738
|
backupVaultName: [, input.ByBackupVaultName],
|
|
739
739
|
createdBefore: [
|
|
740
740
|
() => input.ByCreatedBefore !== void 0,
|
|
741
|
-
() => input.ByCreatedBefore.toISOString().split(".")[0] + "Z",
|
|
741
|
+
() => (input.ByCreatedBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
742
742
|
],
|
|
743
743
|
createdAfter: [
|
|
744
744
|
() => input.ByCreatedAfter !== void 0,
|
|
745
|
-
() => input.ByCreatedAfter.toISOString().split(".")[0] + "Z",
|
|
745
|
+
() => (input.ByCreatedAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
746
746
|
],
|
|
747
747
|
resourceType: [, input.ByResourceType],
|
|
748
748
|
accountId: [, input.ByAccountId],
|
|
749
749
|
completeAfter: [
|
|
750
750
|
() => input.ByCompleteAfter !== void 0,
|
|
751
|
-
() => input.ByCompleteAfter.toISOString().split(".")[0] + "Z",
|
|
751
|
+
() => (input.ByCompleteAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
752
752
|
],
|
|
753
753
|
completeBefore: [
|
|
754
754
|
() => input.ByCompleteBefore !== void 0,
|
|
755
|
-
() => input.ByCompleteBefore.toISOString().split(".")[0] + "Z",
|
|
755
|
+
() => (input.ByCompleteBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
756
756
|
],
|
|
757
757
|
parentJobId: [, input.ByParentJobId],
|
|
758
758
|
});
|
|
@@ -882,22 +882,22 @@ export const serializeAws_restJson1ListCopyJobsCommand = async (input, context)
|
|
|
882
882
|
state: [, input.ByState],
|
|
883
883
|
createdBefore: [
|
|
884
884
|
() => input.ByCreatedBefore !== void 0,
|
|
885
|
-
() => input.ByCreatedBefore.toISOString().split(".")[0] + "Z",
|
|
885
|
+
() => (input.ByCreatedBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
886
886
|
],
|
|
887
887
|
createdAfter: [
|
|
888
888
|
() => input.ByCreatedAfter !== void 0,
|
|
889
|
-
() => input.ByCreatedAfter.toISOString().split(".")[0] + "Z",
|
|
889
|
+
() => (input.ByCreatedAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
890
890
|
],
|
|
891
891
|
resourceType: [, input.ByResourceType],
|
|
892
892
|
destinationVaultArn: [, input.ByDestinationVaultArn],
|
|
893
893
|
accountId: [, input.ByAccountId],
|
|
894
894
|
completeBefore: [
|
|
895
895
|
() => input.ByCompleteBefore !== void 0,
|
|
896
|
-
() => input.ByCompleteBefore.toISOString().split(".")[0] + "Z",
|
|
896
|
+
() => (input.ByCompleteBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
897
897
|
],
|
|
898
898
|
completeAfter: [
|
|
899
899
|
() => input.ByCompleteAfter !== void 0,
|
|
900
|
-
() => input.ByCompleteAfter.toISOString().split(".")[0] + "Z",
|
|
900
|
+
() => (input.ByCompleteAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
901
901
|
],
|
|
902
902
|
parentJobId: [, input.ByParentJobId],
|
|
903
903
|
});
|
|
@@ -987,11 +987,11 @@ export const serializeAws_restJson1ListRecoveryPointsByBackupVaultCommand = asyn
|
|
|
987
987
|
backupPlanId: [, input.ByBackupPlanId],
|
|
988
988
|
createdBefore: [
|
|
989
989
|
() => input.ByCreatedBefore !== void 0,
|
|
990
|
-
() => input.ByCreatedBefore.toISOString().split(".")[0] + "Z",
|
|
990
|
+
() => (input.ByCreatedBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
991
991
|
],
|
|
992
992
|
createdAfter: [
|
|
993
993
|
() => input.ByCreatedAfter !== void 0,
|
|
994
|
-
() => input.ByCreatedAfter.toISOString().split(".")[0] + "Z",
|
|
994
|
+
() => (input.ByCreatedAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
995
995
|
],
|
|
996
996
|
parentRecoveryPointArn: [, input.ByParentRecoveryPointArn],
|
|
997
997
|
});
|
|
@@ -1058,11 +1058,11 @@ export const serializeAws_restJson1ListReportJobsCommand = async (input, context
|
|
|
1058
1058
|
ReportPlanName: [, input.ByReportPlanName],
|
|
1059
1059
|
CreationBefore: [
|
|
1060
1060
|
() => input.ByCreationBefore !== void 0,
|
|
1061
|
-
() => input.ByCreationBefore.toISOString().split(".")[0] + "Z",
|
|
1061
|
+
() => (input.ByCreationBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
1062
1062
|
],
|
|
1063
1063
|
CreationAfter: [
|
|
1064
1064
|
() => input.ByCreationAfter !== void 0,
|
|
1065
|
-
() => input.ByCreationAfter.toISOString().split(".")[0] + "Z",
|
|
1065
|
+
() => (input.ByCreationAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
1066
1066
|
],
|
|
1067
1067
|
Status: [, input.ByStatus],
|
|
1068
1068
|
MaxResults: [() => input.MaxResults !== void 0, () => input.MaxResults.toString()],
|
|
@@ -1110,20 +1110,20 @@ export const serializeAws_restJson1ListRestoreJobsCommand = async (input, contex
|
|
|
1110
1110
|
accountId: [, input.ByAccountId],
|
|
1111
1111
|
createdBefore: [
|
|
1112
1112
|
() => input.ByCreatedBefore !== void 0,
|
|
1113
|
-
() => input.ByCreatedBefore.toISOString().split(".")[0] + "Z",
|
|
1113
|
+
() => (input.ByCreatedBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
1114
1114
|
],
|
|
1115
1115
|
createdAfter: [
|
|
1116
1116
|
() => input.ByCreatedAfter !== void 0,
|
|
1117
|
-
() => input.ByCreatedAfter.toISOString().split(".")[0] + "Z",
|
|
1117
|
+
() => (input.ByCreatedAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
1118
1118
|
],
|
|
1119
1119
|
status: [, input.ByStatus],
|
|
1120
1120
|
completeBefore: [
|
|
1121
1121
|
() => input.ByCompleteBefore !== void 0,
|
|
1122
|
-
() => input.ByCompleteBefore.toISOString().split(".")[0] + "Z",
|
|
1122
|
+
() => (input.ByCompleteBefore.toISOString().split(".")[0] + "Z").toString(),
|
|
1123
1123
|
],
|
|
1124
1124
|
completeAfter: [
|
|
1125
1125
|
() => input.ByCompleteAfter !== void 0,
|
|
1126
|
-
() => input.ByCompleteAfter.toISOString().split(".")[0] + "Z",
|
|
1126
|
+
() => (input.ByCompleteAfter.toISOString().split(".")[0] + "Z").toString(),
|
|
1127
1127
|
],
|
|
1128
1128
|
});
|
|
1129
1129
|
let body;
|
|
@@ -5366,8 +5366,8 @@ const serializeAws_restJson1CopyActions = (input, context) => {
|
|
|
5366
5366
|
};
|
|
5367
5367
|
const serializeAws_restJson1DateRange = (input, context) => {
|
|
5368
5368
|
return {
|
|
5369
|
-
...(input.FromDate != null && { FromDate: Math.round(input.FromDate.getTime() / 1000)
|
|
5370
|
-
...(input.ToDate != null && { ToDate: Math.round(input.ToDate.getTime() / 1000)
|
|
5369
|
+
...(input.FromDate != null && { FromDate: Math.round(input.FromDate.getTime() / 1000) }),
|
|
5370
|
+
...(input.ToDate != null && { ToDate: Math.round(input.ToDate.getTime() / 1000) }),
|
|
5371
5371
|
};
|
|
5372
5372
|
};
|
|
5373
5373
|
const serializeAws_restJson1FormatList = (input, context) => {
|
|
@@ -5,8 +5,8 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
5
5
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
6
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
7
7
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
8
|
-
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
9
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
10
10
|
import { CancelLegalHoldCommandInput, CancelLegalHoldCommandOutput } from "./commands/CancelLegalHoldCommand";
|
|
11
11
|
import { CreateBackupPlanCommandInput, CreateBackupPlanCommandOutput } from "./commands/CreateBackupPlanCommand";
|
|
12
12
|
import { CreateBackupSelectionCommandInput, CreateBackupSelectionCommandOutput } from "./commands/CreateBackupSelectionCommand";
|
|
@@ -88,11 +88,11 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
88
88
|
*/
|
|
89
89
|
requestHandler?: __HttpHandler;
|
|
90
90
|
/**
|
|
91
|
-
* A constructor for a class implementing the {@link
|
|
91
|
+
* A constructor for a class implementing the {@link __Checksum} interface
|
|
92
92
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
93
93
|
* @internal
|
|
94
94
|
*/
|
|
95
|
-
sha256?: __HashConstructor;
|
|
95
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
96
96
|
/**
|
|
97
97
|
* The function that will be used to convert strings into HTTP endpoints.
|
|
98
98
|
* @internal
|
|
@@ -178,9 +178,9 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
178
178
|
*/
|
|
179
179
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
180
180
|
/**
|
|
181
|
-
* The {@link
|
|
181
|
+
* The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
182
182
|
*/
|
|
183
|
-
defaultsMode?:
|
|
183
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
184
184
|
}
|
|
185
185
|
declare type BackupClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
186
186
|
/**
|
|
@@ -25,12 +25,13 @@ import {
|
|
|
25
25
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
26
26
|
import {
|
|
27
27
|
Client as __Client,
|
|
28
|
-
DefaultsMode,
|
|
28
|
+
DefaultsMode as __DefaultsMode,
|
|
29
29
|
SmithyConfiguration as __SmithyConfiguration,
|
|
30
30
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
31
31
|
} from "@aws-sdk/smithy-client";
|
|
32
32
|
import {
|
|
33
33
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
34
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
34
35
|
Credentials as __Credentials,
|
|
35
36
|
Decoder as __Decoder,
|
|
36
37
|
Encoder as __Encoder,
|
|
@@ -485,7 +486,7 @@ export declare type ServiceOutputTypes =
|
|
|
485
486
|
export interface ClientDefaults
|
|
486
487
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
487
488
|
requestHandler?: __HttpHandler;
|
|
488
|
-
sha256?: __HashConstructor;
|
|
489
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
489
490
|
urlParser?: __UrlParser;
|
|
490
491
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
491
492
|
streamCollector?: __StreamCollector;
|
|
@@ -504,7 +505,7 @@ export interface ClientDefaults
|
|
|
504
505
|
region?: string | __Provider<string>;
|
|
505
506
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
506
507
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
507
|
-
defaultsMode?:
|
|
508
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
508
509
|
}
|
|
509
510
|
declare type BackupClientConfigType = Partial<
|
|
510
511
|
__SmithyConfiguration<__HttpHandlerOptions>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-backup",
|
|
3
3
|
"description": "AWS SDK for JavaScript Backup Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.256.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",
|
|
@@ -18,39 +18,39 @@
|
|
|
18
18
|
"module": "./dist-es/index.js",
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@aws-crypto/sha256-browser": "
|
|
22
|
-
"@aws-crypto/sha256-js": "
|
|
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.
|
|
21
|
+
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
|
+
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
+
"@aws-sdk/client-sts": "3.256.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.254.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.256.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.254.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.254.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.254.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.254.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.254.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.254.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.254.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.254.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.254.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.254.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.254.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.254.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.254.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.254.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.254.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.254.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.254.0",
|
|
43
|
+
"@aws-sdk/types": "3.254.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.254.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.254.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.254.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.254.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.254.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.254.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.254.0",
|
|
54
54
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
55
55
|
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
56
56
|
"tslib": "^2.3.1",
|