@aws-sdk/client-lightsail 3.484.0 → 3.486.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/README.md +16 -0
- package/dist-cjs/Lightsail.js +4 -0
- package/dist-cjs/commands/GetSetupHistoryCommand.js +28 -0
- package/dist-cjs/commands/SetupInstanceHttpsCommand.js +29 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +6 -2
- package/dist-cjs/models/models_1.js +11 -1
- package/dist-cjs/protocols/Aws_json1_1.js +165 -5
- package/dist-es/Lightsail.js +4 -0
- package/dist-es/commands/GetSetupHistoryCommand.js +24 -0
- package/dist-es/commands/SetupInstanceHttpsCommand.js +25 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/models/models_1.js +9 -0
- package/dist-es/protocols/Aws_json1_1.js +156 -0
- package/dist-types/Lightsail.d.ts +14 -0
- package/dist-types/LightsailClient.d.ts +4 -2
- package/dist-types/commands/AllocateStaticIpCommand.d.ts +1 -1
- package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +1 -1
- package/dist-types/commands/AttachDiskCommand.d.ts +1 -1
- package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +1 -1
- package/dist-types/commands/AttachStaticIpCommand.d.ts +1 -1
- package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateBucketCommand.d.ts +1 -1
- package/dist-types/commands/CreateCertificateCommand.d.ts +1 -1
- package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactMethodCommand.d.ts +1 -1
- package/dist-types/commands/CreateDiskCommand.d.ts +2 -2
- package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +2 -3
- package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateDistributionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -2
- package/dist-types/commands/CreateDomainEntryCommand.d.ts +1 -1
- package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +4 -2
- package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +1 -1
- package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlarmCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContactMethodCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDiskCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +1 -1
- package/dist-types/commands/DetachDiskCommand.d.ts +1 -1
- package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/DetachStaticIpCommand.d.ts +1 -1
- package/dist-types/commands/DisableAddOnCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddOnCommand.d.ts +1 -1
- package/dist-types/commands/ExportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/GetCertificatesCommand.d.ts +2 -2
- package/dist-types/commands/GetContainerServicesCommand.d.ts +2 -1
- package/dist-types/commands/GetCostEstimateCommand.d.ts +2 -1
- package/dist-types/commands/GetOperationCommand.d.ts +1 -1
- package/dist-types/commands/GetOperationsCommand.d.ts +1 -1
- package/dist-types/commands/GetOperationsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/GetSetupHistoryCommand.d.ts +116 -0
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +1 -1
- package/dist-types/commands/PeerVpcCommand.d.ts +1 -1
- package/dist-types/commands/PutAlarmCommand.d.ts +1 -1
- package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseStaticIpCommand.d.ts +1 -1
- package/dist-types/commands/ResetDistributionCacheCommand.d.ts +1 -1
- package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +1 -1
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +1 -1
- package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +1 -1
- package/dist-types/commands/SetupInstanceHttpsCommand.d.ts +106 -0
- package/dist-types/commands/StartGUISessionCommand.d.ts +3 -2
- package/dist-types/commands/StartInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/StopGUISessionCommand.d.ts +3 -2
- package/dist-types/commands/StopInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestAlarmCommand.d.ts +1 -1
- package/dist-types/commands/UnpeerVpcCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBucketBundleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBucketCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDistributionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainEntryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +128 -124
- package/dist-types/models/models_1.d.ts +271 -52
- package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
- package/dist-types/ts3.4/Lightsail.d.ts +34 -0
- package/dist-types/ts3.4/LightsailClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetSetupHistoryCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/SetupInstanceHttpsCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -3
- package/dist-types/ts3.4/models/models_1.d.ts +58 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +33 -33
|
@@ -491,6 +491,10 @@ import {
|
|
|
491
491
|
GetRelationalDatabaseSnapshotsCommandInput,
|
|
492
492
|
GetRelationalDatabaseSnapshotsCommandOutput,
|
|
493
493
|
} from "./commands/GetRelationalDatabaseSnapshotsCommand";
|
|
494
|
+
import {
|
|
495
|
+
GetSetupHistoryCommandInput,
|
|
496
|
+
GetSetupHistoryCommandOutput,
|
|
497
|
+
} from "./commands/GetSetupHistoryCommand";
|
|
494
498
|
import {
|
|
495
499
|
GetStaticIpCommandInput,
|
|
496
500
|
GetStaticIpCommandOutput,
|
|
@@ -555,6 +559,10 @@ import {
|
|
|
555
559
|
SetResourceAccessForBucketCommandInput,
|
|
556
560
|
SetResourceAccessForBucketCommandOutput,
|
|
557
561
|
} from "./commands/SetResourceAccessForBucketCommand";
|
|
562
|
+
import {
|
|
563
|
+
SetupInstanceHttpsCommandInput,
|
|
564
|
+
SetupInstanceHttpsCommandOutput,
|
|
565
|
+
} from "./commands/SetupInstanceHttpsCommand";
|
|
558
566
|
import {
|
|
559
567
|
StartGUISessionCommandInput,
|
|
560
568
|
StartGUISessionCommandOutput,
|
|
@@ -2260,6 +2268,19 @@ export interface Lightsail {
|
|
|
2260
2268
|
options: __HttpHandlerOptions,
|
|
2261
2269
|
cb: (err: any, data?: GetRelationalDatabaseSnapshotsCommandOutput) => void
|
|
2262
2270
|
): void;
|
|
2271
|
+
getSetupHistory(
|
|
2272
|
+
args: GetSetupHistoryCommandInput,
|
|
2273
|
+
options?: __HttpHandlerOptions
|
|
2274
|
+
): Promise<GetSetupHistoryCommandOutput>;
|
|
2275
|
+
getSetupHistory(
|
|
2276
|
+
args: GetSetupHistoryCommandInput,
|
|
2277
|
+
cb: (err: any, data?: GetSetupHistoryCommandOutput) => void
|
|
2278
|
+
): void;
|
|
2279
|
+
getSetupHistory(
|
|
2280
|
+
args: GetSetupHistoryCommandInput,
|
|
2281
|
+
options: __HttpHandlerOptions,
|
|
2282
|
+
cb: (err: any, data?: GetSetupHistoryCommandOutput) => void
|
|
2283
|
+
): void;
|
|
2263
2284
|
getStaticIp(
|
|
2264
2285
|
args: GetStaticIpCommandInput,
|
|
2265
2286
|
options?: __HttpHandlerOptions
|
|
@@ -2468,6 +2489,19 @@ export interface Lightsail {
|
|
|
2468
2489
|
options: __HttpHandlerOptions,
|
|
2469
2490
|
cb: (err: any, data?: SetResourceAccessForBucketCommandOutput) => void
|
|
2470
2491
|
): void;
|
|
2492
|
+
setupInstanceHttps(
|
|
2493
|
+
args: SetupInstanceHttpsCommandInput,
|
|
2494
|
+
options?: __HttpHandlerOptions
|
|
2495
|
+
): Promise<SetupInstanceHttpsCommandOutput>;
|
|
2496
|
+
setupInstanceHttps(
|
|
2497
|
+
args: SetupInstanceHttpsCommandInput,
|
|
2498
|
+
cb: (err: any, data?: SetupInstanceHttpsCommandOutput) => void
|
|
2499
|
+
): void;
|
|
2500
|
+
setupInstanceHttps(
|
|
2501
|
+
args: SetupInstanceHttpsCommandInput,
|
|
2502
|
+
options: __HttpHandlerOptions,
|
|
2503
|
+
cb: (err: any, data?: SetupInstanceHttpsCommandOutput) => void
|
|
2504
|
+
): void;
|
|
2471
2505
|
startGUISession(
|
|
2472
2506
|
args: StartGUISessionCommandInput,
|
|
2473
2507
|
options?: __HttpHandlerOptions
|
|
@@ -537,6 +537,10 @@ import {
|
|
|
537
537
|
GetRelationalDatabaseSnapshotsCommandInput,
|
|
538
538
|
GetRelationalDatabaseSnapshotsCommandOutput,
|
|
539
539
|
} from "./commands/GetRelationalDatabaseSnapshotsCommand";
|
|
540
|
+
import {
|
|
541
|
+
GetSetupHistoryCommandInput,
|
|
542
|
+
GetSetupHistoryCommandOutput,
|
|
543
|
+
} from "./commands/GetSetupHistoryCommand";
|
|
540
544
|
import {
|
|
541
545
|
GetStaticIpCommandInput,
|
|
542
546
|
GetStaticIpCommandOutput,
|
|
@@ -601,6 +605,10 @@ import {
|
|
|
601
605
|
SetResourceAccessForBucketCommandInput,
|
|
602
606
|
SetResourceAccessForBucketCommandOutput,
|
|
603
607
|
} from "./commands/SetResourceAccessForBucketCommand";
|
|
608
|
+
import {
|
|
609
|
+
SetupInstanceHttpsCommandInput,
|
|
610
|
+
SetupInstanceHttpsCommandOutput,
|
|
611
|
+
} from "./commands/SetupInstanceHttpsCommand";
|
|
604
612
|
import {
|
|
605
613
|
StartGUISessionCommandInput,
|
|
606
614
|
StartGUISessionCommandOutput,
|
|
@@ -812,6 +820,7 @@ export type ServiceInputTypes =
|
|
|
812
820
|
| GetRelationalDatabaseSnapshotCommandInput
|
|
813
821
|
| GetRelationalDatabaseSnapshotsCommandInput
|
|
814
822
|
| GetRelationalDatabasesCommandInput
|
|
823
|
+
| GetSetupHistoryCommandInput
|
|
815
824
|
| GetStaticIpCommandInput
|
|
816
825
|
| GetStaticIpsCommandInput
|
|
817
826
|
| ImportKeyPairCommandInput
|
|
@@ -828,6 +837,7 @@ export type ServiceInputTypes =
|
|
|
828
837
|
| SendContactMethodVerificationCommandInput
|
|
829
838
|
| SetIpAddressTypeCommandInput
|
|
830
839
|
| SetResourceAccessForBucketCommandInput
|
|
840
|
+
| SetupInstanceHttpsCommandInput
|
|
831
841
|
| StartGUISessionCommandInput
|
|
832
842
|
| StartInstanceCommandInput
|
|
833
843
|
| StartRelationalDatabaseCommandInput
|
|
@@ -972,6 +982,7 @@ export type ServiceOutputTypes =
|
|
|
972
982
|
| GetRelationalDatabaseSnapshotCommandOutput
|
|
973
983
|
| GetRelationalDatabaseSnapshotsCommandOutput
|
|
974
984
|
| GetRelationalDatabasesCommandOutput
|
|
985
|
+
| GetSetupHistoryCommandOutput
|
|
975
986
|
| GetStaticIpCommandOutput
|
|
976
987
|
| GetStaticIpsCommandOutput
|
|
977
988
|
| ImportKeyPairCommandOutput
|
|
@@ -988,6 +999,7 @@ export type ServiceOutputTypes =
|
|
|
988
999
|
| SendContactMethodVerificationCommandOutput
|
|
989
1000
|
| SetIpAddressTypeCommandOutput
|
|
990
1001
|
| SetResourceAccessForBucketCommandOutput
|
|
1002
|
+
| SetupInstanceHttpsCommandOutput
|
|
991
1003
|
| StartGUISessionCommandOutput
|
|
992
1004
|
| StartInstanceCommandOutput
|
|
993
1005
|
| StartRelationalDatabaseCommandOutput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../LightsailClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetContainerServicesRequest,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { ContainerServicesListResult } from "../models/models_0";
|
|
9
|
+
import { GetContainerServicesRequest } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer, $Command };
|
|
13
11
|
export interface GetContainerServicesCommandInput
|
|
14
12
|
extends GetContainerServicesRequest {}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
LightsailClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../LightsailClient";
|
|
8
|
+
import {
|
|
9
|
+
GetSetupHistoryRequest,
|
|
10
|
+
GetSetupHistoryResult,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface GetSetupHistoryCommandInput extends GetSetupHistoryRequest {}
|
|
14
|
+
export interface GetSetupHistoryCommandOutput
|
|
15
|
+
extends GetSetupHistoryResult,
|
|
16
|
+
__MetadataBearer {}
|
|
17
|
+
declare const GetSetupHistoryCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetSetupHistoryCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetSetupHistoryCommandInput,
|
|
22
|
+
GetSetupHistoryCommandOutput,
|
|
23
|
+
LightsailClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetSetupHistoryCommand extends GetSetupHistoryCommand_base {}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
LightsailClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../LightsailClient";
|
|
8
|
+
import {
|
|
9
|
+
SetupInstanceHttpsRequest,
|
|
10
|
+
SetupInstanceHttpsResult,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface SetupInstanceHttpsCommandInput
|
|
14
|
+
extends SetupInstanceHttpsRequest {}
|
|
15
|
+
export interface SetupInstanceHttpsCommandOutput
|
|
16
|
+
extends SetupInstanceHttpsResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const SetupInstanceHttpsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: SetupInstanceHttpsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
SetupInstanceHttpsCommandInput,
|
|
23
|
+
SetupInstanceHttpsCommandOutput,
|
|
24
|
+
LightsailClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class SetupInstanceHttpsCommand extends SetupInstanceHttpsCommand_base {}
|
|
@@ -121,6 +121,7 @@ export * from "./GetRelationalDatabaseParametersCommand";
|
|
|
121
121
|
export * from "./GetRelationalDatabaseSnapshotCommand";
|
|
122
122
|
export * from "./GetRelationalDatabaseSnapshotsCommand";
|
|
123
123
|
export * from "./GetRelationalDatabasesCommand";
|
|
124
|
+
export * from "./GetSetupHistoryCommand";
|
|
124
125
|
export * from "./GetStaticIpCommand";
|
|
125
126
|
export * from "./GetStaticIpsCommand";
|
|
126
127
|
export * from "./ImportKeyPairCommand";
|
|
@@ -137,6 +138,7 @@ export * from "./ResetDistributionCacheCommand";
|
|
|
137
138
|
export * from "./SendContactMethodVerificationCommand";
|
|
138
139
|
export * from "./SetIpAddressTypeCommand";
|
|
139
140
|
export * from "./SetResourceAccessForBucketCommand";
|
|
141
|
+
export * from "./SetupInstanceHttpsCommand";
|
|
140
142
|
export * from "./StartGUISessionCommand";
|
|
141
143
|
export * from "./StartInstanceCommand";
|
|
142
144
|
export * from "./StartRelationalDatabaseCommand";
|
|
@@ -342,6 +342,7 @@ export declare const OperationType: {
|
|
|
342
342
|
readonly SendContactMethodVerification: "SendContactMethodVerification";
|
|
343
343
|
readonly SetIpAddressType: "SetIpAddressType";
|
|
344
344
|
readonly SetResourceAccessForBucket: "SetResourceAccessForBucket";
|
|
345
|
+
readonly SetupInstanceHttps: "SetupInstanceHttps";
|
|
345
346
|
readonly StartGUISession: "StartGUISession";
|
|
346
347
|
readonly StartInstance: "StartInstance";
|
|
347
348
|
readonly StartRelationalDatabase: "StartRelationalDatabase";
|
|
@@ -727,6 +728,11 @@ export interface Certificate {
|
|
|
727
728
|
tags?: Tag[];
|
|
728
729
|
supportCode?: string;
|
|
729
730
|
}
|
|
731
|
+
export declare const CertificateProvider: {
|
|
732
|
+
readonly LetsEncrypt: "LetsEncrypt";
|
|
733
|
+
};
|
|
734
|
+
export type CertificateProvider =
|
|
735
|
+
(typeof CertificateProvider)[keyof typeof CertificateProvider];
|
|
730
736
|
export interface CertificateSummary {
|
|
731
737
|
certificateArn?: string;
|
|
732
738
|
certificateName?: string;
|
|
@@ -1833,9 +1839,6 @@ export interface GetContainerServicePowersRequest {}
|
|
|
1833
1839
|
export interface GetContainerServicePowersResult {
|
|
1834
1840
|
powers?: ContainerServicePower[];
|
|
1835
1841
|
}
|
|
1836
|
-
export interface GetContainerServicesRequest {
|
|
1837
|
-
serviceName?: string;
|
|
1838
|
-
}
|
|
1839
1842
|
export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
|
|
1840
1843
|
export declare const CreateBucketAccessKeyResultFilterSensitiveLog: (
|
|
1841
1844
|
obj: CreateBucketAccessKeyResult
|
|
@@ -9,6 +9,7 @@ import {
|
|
|
9
9
|
CacheBehavior,
|
|
10
10
|
CacheBehaviorPerPath,
|
|
11
11
|
CacheSettings,
|
|
12
|
+
CertificateProvider,
|
|
12
13
|
ComparisonOperator,
|
|
13
14
|
ContactMethodVerificationProtocol,
|
|
14
15
|
ContactProtocol,
|
|
@@ -41,6 +42,9 @@ import {
|
|
|
41
42
|
Tag,
|
|
42
43
|
TreatMissingData,
|
|
43
44
|
} from "./models_0";
|
|
45
|
+
export interface GetContainerServicesRequest {
|
|
46
|
+
serviceName?: string;
|
|
47
|
+
}
|
|
44
48
|
export interface GetCostEstimateRequest {
|
|
45
49
|
resourceName: string | undefined;
|
|
46
50
|
startTime: Date | undefined;
|
|
@@ -881,6 +885,48 @@ export interface GetRelationalDatabaseSnapshotsResult {
|
|
|
881
885
|
relationalDatabaseSnapshots?: RelationalDatabaseSnapshot[];
|
|
882
886
|
nextPageToken?: string;
|
|
883
887
|
}
|
|
888
|
+
export interface GetSetupHistoryRequest {
|
|
889
|
+
resourceName: string | undefined;
|
|
890
|
+
pageToken?: string;
|
|
891
|
+
}
|
|
892
|
+
export declare const SetupStatus: {
|
|
893
|
+
readonly Failed: "failed";
|
|
894
|
+
readonly InProgress: "inProgress";
|
|
895
|
+
readonly Succeeded: "succeeded";
|
|
896
|
+
};
|
|
897
|
+
export type SetupStatus = (typeof SetupStatus)[keyof typeof SetupStatus];
|
|
898
|
+
export interface SetupExecutionDetails {
|
|
899
|
+
command?: string;
|
|
900
|
+
dateTime?: Date;
|
|
901
|
+
name?: string;
|
|
902
|
+
status?: SetupStatus;
|
|
903
|
+
standardError?: string;
|
|
904
|
+
standardOutput?: string;
|
|
905
|
+
version?: string;
|
|
906
|
+
}
|
|
907
|
+
export interface SetupRequest {
|
|
908
|
+
instanceName?: string;
|
|
909
|
+
domainNames?: string[];
|
|
910
|
+
certificateProvider?: CertificateProvider;
|
|
911
|
+
}
|
|
912
|
+
export interface SetupHistoryResource {
|
|
913
|
+
name?: string;
|
|
914
|
+
arn?: string;
|
|
915
|
+
createdAt?: Date;
|
|
916
|
+
location?: ResourceLocation;
|
|
917
|
+
resourceType?: ResourceType;
|
|
918
|
+
}
|
|
919
|
+
export interface SetupHistory {
|
|
920
|
+
operationId?: string;
|
|
921
|
+
request?: SetupRequest;
|
|
922
|
+
resource?: SetupHistoryResource;
|
|
923
|
+
executionDetails?: SetupExecutionDetails[];
|
|
924
|
+
status?: SetupStatus;
|
|
925
|
+
}
|
|
926
|
+
export interface GetSetupHistoryResult {
|
|
927
|
+
setupHistory?: SetupHistory[];
|
|
928
|
+
nextPageToken?: string;
|
|
929
|
+
}
|
|
884
930
|
export interface GetStaticIpRequest {
|
|
885
931
|
staticIpName: string | undefined;
|
|
886
932
|
}
|
|
@@ -1012,6 +1058,15 @@ export interface SetResourceAccessForBucketRequest {
|
|
|
1012
1058
|
export interface SetResourceAccessForBucketResult {
|
|
1013
1059
|
operations?: Operation[];
|
|
1014
1060
|
}
|
|
1061
|
+
export interface SetupInstanceHttpsRequest {
|
|
1062
|
+
instanceName: string | undefined;
|
|
1063
|
+
emailAddress: string | undefined;
|
|
1064
|
+
domainNames: string[] | undefined;
|
|
1065
|
+
certificateProvider: CertificateProvider | undefined;
|
|
1066
|
+
}
|
|
1067
|
+
export interface SetupInstanceHttpsResult {
|
|
1068
|
+
operations?: Operation[];
|
|
1069
|
+
}
|
|
1015
1070
|
export interface StartGUISessionRequest {
|
|
1016
1071
|
resourceName: string | undefined;
|
|
1017
1072
|
}
|
|
@@ -1174,6 +1229,9 @@ export interface UpdateRelationalDatabaseParametersResult {
|
|
|
1174
1229
|
export declare const GetRelationalDatabaseMasterUserPasswordResultFilterSensitiveLog: (
|
|
1175
1230
|
obj: GetRelationalDatabaseMasterUserPasswordResult
|
|
1176
1231
|
) => any;
|
|
1232
|
+
export declare const SetupInstanceHttpsRequestFilterSensitiveLog: (
|
|
1233
|
+
obj: SetupInstanceHttpsRequest
|
|
1234
|
+
) => any;
|
|
1177
1235
|
export declare const UpdateRelationalDatabaseRequestFilterSensitiveLog: (
|
|
1178
1236
|
obj: UpdateRelationalDatabaseRequest
|
|
1179
1237
|
) => any;
|
|
@@ -495,6 +495,10 @@ import {
|
|
|
495
495
|
GetRelationalDatabaseSnapshotsCommandInput,
|
|
496
496
|
GetRelationalDatabaseSnapshotsCommandOutput,
|
|
497
497
|
} from "../commands/GetRelationalDatabaseSnapshotsCommand";
|
|
498
|
+
import {
|
|
499
|
+
GetSetupHistoryCommandInput,
|
|
500
|
+
GetSetupHistoryCommandOutput,
|
|
501
|
+
} from "../commands/GetSetupHistoryCommand";
|
|
498
502
|
import {
|
|
499
503
|
GetStaticIpCommandInput,
|
|
500
504
|
GetStaticIpCommandOutput,
|
|
@@ -559,6 +563,10 @@ import {
|
|
|
559
563
|
SetResourceAccessForBucketCommandInput,
|
|
560
564
|
SetResourceAccessForBucketCommandOutput,
|
|
561
565
|
} from "../commands/SetResourceAccessForBucketCommand";
|
|
566
|
+
import {
|
|
567
|
+
SetupInstanceHttpsCommandInput,
|
|
568
|
+
SetupInstanceHttpsCommandOutput,
|
|
569
|
+
} from "../commands/SetupInstanceHttpsCommand";
|
|
562
570
|
import {
|
|
563
571
|
StartGUISessionCommandInput,
|
|
564
572
|
StartGUISessionCommandOutput,
|
|
@@ -1131,6 +1139,10 @@ export declare const se_GetRelationalDatabaseSnapshotsCommand: (
|
|
|
1131
1139
|
input: GetRelationalDatabaseSnapshotsCommandInput,
|
|
1132
1140
|
context: __SerdeContext
|
|
1133
1141
|
) => Promise<__HttpRequest>;
|
|
1142
|
+
export declare const se_GetSetupHistoryCommand: (
|
|
1143
|
+
input: GetSetupHistoryCommandInput,
|
|
1144
|
+
context: __SerdeContext
|
|
1145
|
+
) => Promise<__HttpRequest>;
|
|
1134
1146
|
export declare const se_GetStaticIpCommand: (
|
|
1135
1147
|
input: GetStaticIpCommandInput,
|
|
1136
1148
|
context: __SerdeContext
|
|
@@ -1195,6 +1207,10 @@ export declare const se_SetResourceAccessForBucketCommand: (
|
|
|
1195
1207
|
input: SetResourceAccessForBucketCommandInput,
|
|
1196
1208
|
context: __SerdeContext
|
|
1197
1209
|
) => Promise<__HttpRequest>;
|
|
1210
|
+
export declare const se_SetupInstanceHttpsCommand: (
|
|
1211
|
+
input: SetupInstanceHttpsCommandInput,
|
|
1212
|
+
context: __SerdeContext
|
|
1213
|
+
) => Promise<__HttpRequest>;
|
|
1198
1214
|
export declare const se_StartGUISessionCommand: (
|
|
1199
1215
|
input: StartGUISessionCommandInput,
|
|
1200
1216
|
context: __SerdeContext
|
|
@@ -1767,6 +1783,10 @@ export declare const de_GetRelationalDatabaseSnapshotsCommand: (
|
|
|
1767
1783
|
output: __HttpResponse,
|
|
1768
1784
|
context: __SerdeContext
|
|
1769
1785
|
) => Promise<GetRelationalDatabaseSnapshotsCommandOutput>;
|
|
1786
|
+
export declare const de_GetSetupHistoryCommand: (
|
|
1787
|
+
output: __HttpResponse,
|
|
1788
|
+
context: __SerdeContext
|
|
1789
|
+
) => Promise<GetSetupHistoryCommandOutput>;
|
|
1770
1790
|
export declare const de_GetStaticIpCommand: (
|
|
1771
1791
|
output: __HttpResponse,
|
|
1772
1792
|
context: __SerdeContext
|
|
@@ -1831,6 +1851,10 @@ export declare const de_SetResourceAccessForBucketCommand: (
|
|
|
1831
1851
|
output: __HttpResponse,
|
|
1832
1852
|
context: __SerdeContext
|
|
1833
1853
|
) => Promise<SetResourceAccessForBucketCommandOutput>;
|
|
1854
|
+
export declare const de_SetupInstanceHttpsCommand: (
|
|
1855
|
+
output: __HttpResponse,
|
|
1856
|
+
context: __SerdeContext
|
|
1857
|
+
) => Promise<SetupInstanceHttpsCommandOutput>;
|
|
1834
1858
|
export declare const de_StartGUISessionCommand: (
|
|
1835
1859
|
output: __HttpResponse,
|
|
1836
1860
|
context: __SerdeContext
|
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.486.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,41 +20,41 @@
|
|
|
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/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.3.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.1.
|
|
46
|
-
"@smithy/node-http-handler": "^2.2.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.2.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
23
|
+
"@aws-sdk/client-sts": "3.485.0",
|
|
24
|
+
"@aws-sdk/core": "3.485.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.485.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.485.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.485.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.485.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.485.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.485.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.485.0",
|
|
32
|
+
"@aws-sdk/types": "3.485.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.485.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.485.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.485.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.23",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.3.2",
|
|
38
|
+
"@smithy/hash-node": "^2.0.18",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.16",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.18",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.3.0",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.26",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.16",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.10",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.9",
|
|
46
|
+
"@smithy/node-http-handler": "^2.2.2",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.12",
|
|
48
|
+
"@smithy/smithy-client": "^2.2.1",
|
|
49
|
+
"@smithy/types": "^2.8.0",
|
|
50
|
+
"@smithy/url-parser": "^2.0.16",
|
|
51
51
|
"@smithy/util-base64": "^2.0.1",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.1",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-endpoints": "^1.0.
|
|
57
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.24",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.32",
|
|
56
|
+
"@smithy/util-endpoints": "^1.0.8",
|
|
57
|
+
"@smithy/util-retry": "^2.0.9",
|
|
58
58
|
"@smithy/util-utf8": "^2.0.2",
|
|
59
59
|
"tslib": "^2.5.0"
|
|
60
60
|
},
|