@aws-sdk/client-lightsail 3.170.0 → 3.178.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/CHANGELOG.md +19 -0
- package/dist-cjs/Lightsail.js +15 -0
- package/dist-cjs/commands/UpdateInstanceMetadataOptionsCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/models/models_1.js +37 -4
- package/dist-cjs/protocols/Aws_json1_1.js +92 -4
- package/dist-es/Lightsail.js +15 -0
- package/dist-es/commands/UpdateInstanceMetadataOptionsCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +24 -0
- package/dist-es/protocols/Aws_json1_1.js +106 -0
- package/dist-types/Lightsail.d.ts +12 -0
- package/dist-types/LightsailClient.d.ts +3 -2
- package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +40 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +159 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Lightsail.d.ts +17 -154
- package/dist-types/ts3.4/LightsailClient.d.ts +6 -25
- package/dist-types/ts3.4/commands/AllocateStaticIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachCertificateToDistributionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachDiskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachInstancesToLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachStaticIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CloseInstancePublicPortsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBucketAccessKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCloudFormationStackCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContactMethodCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContainerServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContainerServiceDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContainerServiceRegistryLoginCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDiskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDiskFromSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDiskSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDomainEntryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInstanceSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInstancesFromSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAlarmCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAutoSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBucketAccessKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteContactMethodCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteContainerImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteContainerServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDiskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDiskSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainEntryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInstanceSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteKnownHostKeysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachCertificateFromDistributionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachDiskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachInstancesFromLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachStaticIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableAddOnCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DownloadDefaultKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableAddOnCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExportSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetActiveNamesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAlarmsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAutoSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBlueprintsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketAccessKeysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketBundlesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBundlesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCertificatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCloudFormationStackRecordsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContactMethodsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerAPIMetadataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerLogCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerServiceDeploymentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerServiceMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDistributionMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDistributionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetExportSnapshotRecordsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceAccessDetailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstancePortStatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceStateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetKeyPairsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLoadBalancerMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLoadBalancersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOperationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOperationsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRegionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseBundlesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseLogEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseParametersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabasesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStaticIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStaticIpsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/IsVpcPeeredCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/OpenInstancePublicPortsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PeerVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAlarmCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutInstancePublicPortsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RebootInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RebootRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterContainerImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReleaseStaticIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetDistributionCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendContactMethodVerificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetResourceAccessForBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TestAlarmCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UnpeerVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBucketBundleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateContainerServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDistributionBundleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDomainEntryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateInstanceMetadataOptionsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateLoadBalancerAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRelationalDatabaseParametersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/LightsailServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2397 -7646
- package/dist-types/ts3.4/models/models_1.d.ts +44 -514
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -607,6 +607,10 @@ import {
|
|
|
607
607
|
UpdateDomainEntryCommandInput,
|
|
608
608
|
UpdateDomainEntryCommandOutput,
|
|
609
609
|
} from "../commands/UpdateDomainEntryCommand";
|
|
610
|
+
import {
|
|
611
|
+
UpdateInstanceMetadataOptionsCommandInput,
|
|
612
|
+
UpdateInstanceMetadataOptionsCommandOutput,
|
|
613
|
+
} from "../commands/UpdateInstanceMetadataOptionsCommand";
|
|
610
614
|
import {
|
|
611
615
|
UpdateLoadBalancerAttributeCommandInput,
|
|
612
616
|
UpdateLoadBalancerAttributeCommandOutput,
|
|
@@ -1223,6 +1227,10 @@ export declare const serializeAws_json1_1UpdateDomainEntryCommand: (
|
|
|
1223
1227
|
input: UpdateDomainEntryCommandInput,
|
|
1224
1228
|
context: __SerdeContext
|
|
1225
1229
|
) => Promise<__HttpRequest>;
|
|
1230
|
+
export declare const serializeAws_json1_1UpdateInstanceMetadataOptionsCommand: (
|
|
1231
|
+
input: UpdateInstanceMetadataOptionsCommandInput,
|
|
1232
|
+
context: __SerdeContext
|
|
1233
|
+
) => Promise<__HttpRequest>;
|
|
1226
1234
|
export declare const serializeAws_json1_1UpdateLoadBalancerAttributeCommand: (
|
|
1227
1235
|
input: UpdateLoadBalancerAttributeCommandInput,
|
|
1228
1236
|
context: __SerdeContext
|
|
@@ -1839,6 +1847,10 @@ export declare const deserializeAws_json1_1UpdateDomainEntryCommand: (
|
|
|
1839
1847
|
output: __HttpResponse,
|
|
1840
1848
|
context: __SerdeContext
|
|
1841
1849
|
) => Promise<UpdateDomainEntryCommandOutput>;
|
|
1850
|
+
export declare const deserializeAws_json1_1UpdateInstanceMetadataOptionsCommand: (
|
|
1851
|
+
output: __HttpResponse,
|
|
1852
|
+
context: __SerdeContext
|
|
1853
|
+
) => Promise<UpdateInstanceMetadataOptionsCommandOutput>;
|
|
1842
1854
|
export declare const deserializeAws_json1_1UpdateLoadBalancerAttributeCommand: (
|
|
1843
1855
|
output: __HttpResponse,
|
|
1844
1856
|
context: __SerdeContext
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { LightsailClientConfig } from "./LightsailClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { LightsailClientConfig } from "./LightsailClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { LightsailClientConfig } from "./LightsailClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
|
|
4
3
|
runtime: string;
|
|
5
4
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
@@ -52,7 +51,9 @@ export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
|
|
|
52
51
|
| undefined;
|
|
53
52
|
signer?:
|
|
54
53
|
| import("@aws-sdk/types").RequestSigner
|
|
55
|
-
|
|
|
54
|
+
| ((
|
|
55
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
56
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
56
57
|
| undefined;
|
|
57
58
|
signingEscapePath?: boolean | undefined;
|
|
58
59
|
systemClockOffset?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lightsail",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lightsail Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.178.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",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|