@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
|
@@ -646,6 +646,10 @@ import {
|
|
|
646
646
|
UpdateDomainEntryCommandInput,
|
|
647
647
|
UpdateDomainEntryCommandOutput,
|
|
648
648
|
} from "./commands/UpdateDomainEntryCommand";
|
|
649
|
+
import {
|
|
650
|
+
UpdateInstanceMetadataOptionsCommandInput,
|
|
651
|
+
UpdateInstanceMetadataOptionsCommandOutput,
|
|
652
|
+
} from "./commands/UpdateInstanceMetadataOptionsCommand";
|
|
649
653
|
import {
|
|
650
654
|
UpdateLoadBalancerAttributeCommandInput,
|
|
651
655
|
UpdateLoadBalancerAttributeCommandOutput,
|
|
@@ -810,6 +814,7 @@ export declare type ServiceInputTypes =
|
|
|
810
814
|
| UpdateDistributionBundleCommandInput
|
|
811
815
|
| UpdateDistributionCommandInput
|
|
812
816
|
| UpdateDomainEntryCommandInput
|
|
817
|
+
| UpdateInstanceMetadataOptionsCommandInput
|
|
813
818
|
| UpdateLoadBalancerAttributeCommandInput
|
|
814
819
|
| UpdateRelationalDatabaseCommandInput
|
|
815
820
|
| UpdateRelationalDatabaseParametersCommandInput;
|
|
@@ -965,53 +970,33 @@ export declare type ServiceOutputTypes =
|
|
|
965
970
|
| UpdateDistributionBundleCommandOutput
|
|
966
971
|
| UpdateDistributionCommandOutput
|
|
967
972
|
| UpdateDomainEntryCommandOutput
|
|
973
|
+
| UpdateInstanceMetadataOptionsCommandOutput
|
|
968
974
|
| UpdateLoadBalancerAttributeCommandOutput
|
|
969
975
|
| UpdateRelationalDatabaseCommandOutput
|
|
970
976
|
| UpdateRelationalDatabaseParametersCommandOutput;
|
|
971
977
|
export interface ClientDefaults
|
|
972
978
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
973
979
|
requestHandler?: __HttpHandler;
|
|
974
|
-
|
|
975
980
|
sha256?: __HashConstructor;
|
|
976
|
-
|
|
977
981
|
urlParser?: __UrlParser;
|
|
978
|
-
|
|
979
982
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
980
|
-
|
|
981
983
|
streamCollector?: __StreamCollector;
|
|
982
|
-
|
|
983
984
|
base64Decoder?: __Decoder;
|
|
984
|
-
|
|
985
985
|
base64Encoder?: __Encoder;
|
|
986
|
-
|
|
987
986
|
utf8Decoder?: __Decoder;
|
|
988
|
-
|
|
989
987
|
utf8Encoder?: __Encoder;
|
|
990
|
-
|
|
991
988
|
runtime?: string;
|
|
992
|
-
|
|
993
989
|
disableHostPrefix?: boolean;
|
|
994
|
-
|
|
995
990
|
maxAttempts?: number | __Provider<number>;
|
|
996
|
-
|
|
997
991
|
retryMode?: string | __Provider<string>;
|
|
998
|
-
|
|
999
992
|
logger?: __Logger;
|
|
1000
|
-
|
|
1001
993
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
1002
|
-
|
|
1003
994
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
1004
|
-
|
|
1005
995
|
serviceId?: string;
|
|
1006
|
-
|
|
1007
996
|
region?: string | __Provider<string>;
|
|
1008
|
-
|
|
1009
997
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
1010
|
-
|
|
1011
998
|
regionInfoProvider?: RegionInfoProvider;
|
|
1012
|
-
|
|
1013
999
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
1014
|
-
|
|
1015
1000
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
1016
1001
|
}
|
|
1017
1002
|
declare type LightsailClientConfigType = Partial<
|
|
@@ -1024,7 +1009,6 @@ declare type LightsailClientConfigType = Partial<
|
|
|
1024
1009
|
HostHeaderInputConfig &
|
|
1025
1010
|
AwsAuthInputConfig &
|
|
1026
1011
|
UserAgentInputConfig;
|
|
1027
|
-
|
|
1028
1012
|
export interface LightsailClientConfig extends LightsailClientConfigType {}
|
|
1029
1013
|
declare type LightsailClientResolvedConfigType =
|
|
1030
1014
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -1035,10 +1019,8 @@ declare type LightsailClientResolvedConfigType =
|
|
|
1035
1019
|
HostHeaderResolvedConfig &
|
|
1036
1020
|
AwsAuthResolvedConfig &
|
|
1037
1021
|
UserAgentResolvedConfig;
|
|
1038
|
-
|
|
1039
1022
|
export interface LightsailClientResolvedConfig
|
|
1040
1023
|
extends LightsailClientResolvedConfigType {}
|
|
1041
|
-
|
|
1042
1024
|
export declare class LightsailClient extends __Client<
|
|
1043
1025
|
__HttpHandlerOptions,
|
|
1044
1026
|
ServiceInputTypes,
|
|
@@ -1047,7 +1029,6 @@ export declare class LightsailClient extends __Client<
|
|
|
1047
1029
|
> {
|
|
1048
1030
|
readonly config: LightsailClientResolvedConfig;
|
|
1049
1031
|
constructor(configuration: LightsailClientConfig);
|
|
1050
|
-
|
|
1051
1032
|
destroy(): void;
|
|
1052
1033
|
}
|
|
1053
1034
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface AllocateStaticIpCommandInput extends AllocateStaticIpRequest {}
|
|
|
18
18
|
export interface AllocateStaticIpCommandOutput
|
|
19
19
|
extends AllocateStaticIpResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class AllocateStaticIpCommand extends $Command<
|
|
23
22
|
AllocateStaticIpCommandInput,
|
|
24
23
|
AllocateStaticIpCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class AllocateStaticIpCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: AllocateStaticIpCommandInput;
|
|
28
27
|
constructor(input: AllocateStaticIpCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AttachCertificateToDistributionCommandInput
|
|
|
19
19
|
export interface AttachCertificateToDistributionCommandOutput
|
|
20
20
|
extends AttachCertificateToDistributionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AttachCertificateToDistributionCommand extends $Command<
|
|
24
23
|
AttachCertificateToDistributionCommandInput,
|
|
25
24
|
AttachCertificateToDistributionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AttachCertificateToDistributionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AttachCertificateToDistributionCommandInput;
|
|
29
28
|
constructor(input: AttachCertificateToDistributionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface AttachDiskCommandInput extends AttachDiskRequest {}
|
|
|
15
15
|
export interface AttachDiskCommandOutput
|
|
16
16
|
extends AttachDiskResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class AttachDiskCommand extends $Command<
|
|
20
19
|
AttachDiskCommandInput,
|
|
21
20
|
AttachDiskCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class AttachDiskCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: AttachDiskCommandInput;
|
|
25
24
|
constructor(input: AttachDiskCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AttachInstancesToLoadBalancerCommandInput
|
|
|
19
19
|
export interface AttachInstancesToLoadBalancerCommandOutput
|
|
20
20
|
extends AttachInstancesToLoadBalancerResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AttachInstancesToLoadBalancerCommand extends $Command<
|
|
24
23
|
AttachInstancesToLoadBalancerCommandInput,
|
|
25
24
|
AttachInstancesToLoadBalancerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AttachInstancesToLoadBalancerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AttachInstancesToLoadBalancerCommandInput;
|
|
29
28
|
constructor(input: AttachInstancesToLoadBalancerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface AttachLoadBalancerTlsCertificateCommandInput
|
|
|
19
19
|
export interface AttachLoadBalancerTlsCertificateCommandOutput
|
|
20
20
|
extends AttachLoadBalancerTlsCertificateResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AttachLoadBalancerTlsCertificateCommand extends $Command<
|
|
24
23
|
AttachLoadBalancerTlsCertificateCommandInput,
|
|
25
24
|
AttachLoadBalancerTlsCertificateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AttachLoadBalancerTlsCertificateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AttachLoadBalancerTlsCertificateCommandInput;
|
|
29
28
|
constructor(input: AttachLoadBalancerTlsCertificateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface AttachStaticIpCommandInput extends AttachStaticIpRequest {}
|
|
|
18
18
|
export interface AttachStaticIpCommandOutput
|
|
19
19
|
extends AttachStaticIpResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class AttachStaticIpCommand extends $Command<
|
|
23
22
|
AttachStaticIpCommandInput,
|
|
24
23
|
AttachStaticIpCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class AttachStaticIpCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: AttachStaticIpCommandInput;
|
|
28
27
|
constructor(input: AttachStaticIpCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CloseInstancePublicPortsCommandInput
|
|
|
19
19
|
export interface CloseInstancePublicPortsCommandOutput
|
|
20
20
|
extends CloseInstancePublicPortsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CloseInstancePublicPortsCommand extends $Command<
|
|
24
23
|
CloseInstancePublicPortsCommandInput,
|
|
25
24
|
CloseInstancePublicPortsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CloseInstancePublicPortsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CloseInstancePublicPortsCommandInput;
|
|
29
28
|
constructor(input: CloseInstancePublicPortsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CopySnapshotCommandInput extends CopySnapshotRequest {}
|
|
|
15
15
|
export interface CopySnapshotCommandOutput
|
|
16
16
|
extends CopySnapshotResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CopySnapshotCommand extends $Command<
|
|
20
19
|
CopySnapshotCommandInput,
|
|
21
20
|
CopySnapshotCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CopySnapshotCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CopySnapshotCommandInput;
|
|
25
24
|
constructor(input: CopySnapshotCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateBucketAccessKeyCommandInput
|
|
|
19
19
|
export interface CreateBucketAccessKeyCommandOutput
|
|
20
20
|
extends CreateBucketAccessKeyResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateBucketAccessKeyCommand extends $Command<
|
|
24
23
|
CreateBucketAccessKeyCommandInput,
|
|
25
24
|
CreateBucketAccessKeyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateBucketAccessKeyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateBucketAccessKeyCommandInput;
|
|
29
28
|
constructor(input: CreateBucketAccessKeyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateBucketCommandInput extends CreateBucketRequest {}
|
|
|
15
15
|
export interface CreateBucketCommandOutput
|
|
16
16
|
extends CreateBucketResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateBucketCommand extends $Command<
|
|
20
19
|
CreateBucketCommandInput,
|
|
21
20
|
CreateBucketCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateBucketCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateBucketCommandInput;
|
|
25
24
|
constructor(input: CreateBucketCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateCertificateCommandInput
|
|
|
19
19
|
export interface CreateCertificateCommandOutput
|
|
20
20
|
extends CreateCertificateResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateCertificateCommand extends $Command<
|
|
24
23
|
CreateCertificateCommandInput,
|
|
25
24
|
CreateCertificateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateCertificateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateCertificateCommandInput;
|
|
29
28
|
constructor(input: CreateCertificateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateCloudFormationStackCommandInput
|
|
|
19
19
|
export interface CreateCloudFormationStackCommandOutput
|
|
20
20
|
extends CreateCloudFormationStackResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateCloudFormationStackCommand extends $Command<
|
|
24
23
|
CreateCloudFormationStackCommandInput,
|
|
25
24
|
CreateCloudFormationStackCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateCloudFormationStackCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateCloudFormationStackCommandInput;
|
|
29
28
|
constructor(input: CreateCloudFormationStackCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateContactMethodCommandInput
|
|
|
19
19
|
export interface CreateContactMethodCommandOutput
|
|
20
20
|
extends CreateContactMethodResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateContactMethodCommand extends $Command<
|
|
24
23
|
CreateContactMethodCommandInput,
|
|
25
24
|
CreateContactMethodCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateContactMethodCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateContactMethodCommandInput;
|
|
29
28
|
constructor(input: CreateContactMethodCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateContainerServiceCommandInput
|
|
|
19
19
|
export interface CreateContainerServiceCommandOutput
|
|
20
20
|
extends CreateContainerServiceResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateContainerServiceCommand extends $Command<
|
|
24
23
|
CreateContainerServiceCommandInput,
|
|
25
24
|
CreateContainerServiceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateContainerServiceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateContainerServiceCommandInput;
|
|
29
28
|
constructor(input: CreateContainerServiceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateContainerServiceDeploymentCommandInput
|
|
|
19
19
|
export interface CreateContainerServiceDeploymentCommandOutput
|
|
20
20
|
extends CreateContainerServiceDeploymentResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateContainerServiceDeploymentCommand extends $Command<
|
|
24
23
|
CreateContainerServiceDeploymentCommandInput,
|
|
25
24
|
CreateContainerServiceDeploymentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateContainerServiceDeploymentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateContainerServiceDeploymentCommandInput;
|
|
29
28
|
constructor(input: CreateContainerServiceDeploymentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateContainerServiceRegistryLoginCommandInput
|
|
|
19
19
|
export interface CreateContainerServiceRegistryLoginCommandOutput
|
|
20
20
|
extends CreateContainerServiceRegistryLoginResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateContainerServiceRegistryLoginCommand extends $Command<
|
|
24
23
|
CreateContainerServiceRegistryLoginCommandInput,
|
|
25
24
|
CreateContainerServiceRegistryLoginCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateContainerServiceRegistryLoginCommand extends $Command
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateContainerServiceRegistryLoginCommandInput;
|
|
29
28
|
constructor(input: CreateContainerServiceRegistryLoginCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateDiskCommandInput extends CreateDiskRequest {}
|
|
|
15
15
|
export interface CreateDiskCommandOutput
|
|
16
16
|
extends CreateDiskResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateDiskCommand extends $Command<
|
|
20
19
|
CreateDiskCommandInput,
|
|
21
20
|
CreateDiskCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateDiskCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateDiskCommandInput;
|
|
25
24
|
constructor(input: CreateDiskCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateDiskFromSnapshotCommandInput
|
|
|
19
19
|
export interface CreateDiskFromSnapshotCommandOutput
|
|
20
20
|
extends CreateDiskFromSnapshotResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateDiskFromSnapshotCommand extends $Command<
|
|
24
23
|
CreateDiskFromSnapshotCommandInput,
|
|
25
24
|
CreateDiskFromSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateDiskFromSnapshotCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateDiskFromSnapshotCommandInput;
|
|
29
28
|
constructor(input: CreateDiskFromSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateDiskSnapshotCommandInput
|
|
|
19
19
|
export interface CreateDiskSnapshotCommandOutput
|
|
20
20
|
extends CreateDiskSnapshotResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateDiskSnapshotCommand extends $Command<
|
|
24
23
|
CreateDiskSnapshotCommandInput,
|
|
25
24
|
CreateDiskSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateDiskSnapshotCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateDiskSnapshotCommandInput;
|
|
29
28
|
constructor(input: CreateDiskSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateDistributionCommandInput
|
|
|
19
19
|
export interface CreateDistributionCommandOutput
|
|
20
20
|
extends CreateDistributionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateDistributionCommand extends $Command<
|
|
24
23
|
CreateDistributionCommandInput,
|
|
25
24
|
CreateDistributionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateDistributionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateDistributionCommandInput;
|
|
29
28
|
constructor(input: CreateDistributionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateDomainCommandInput extends CreateDomainRequest {}
|
|
|
15
15
|
export interface CreateDomainCommandOutput
|
|
16
16
|
extends CreateDomainResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateDomainCommand extends $Command<
|
|
20
19
|
CreateDomainCommandInput,
|
|
21
20
|
CreateDomainCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateDomainCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateDomainCommandInput;
|
|
25
24
|
constructor(input: CreateDomainCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateDomainEntryCommandInput
|
|
|
19
19
|
export interface CreateDomainEntryCommandOutput
|
|
20
20
|
extends CreateDomainEntryResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateDomainEntryCommand extends $Command<
|
|
24
23
|
CreateDomainEntryCommandInput,
|
|
25
24
|
CreateDomainEntryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateDomainEntryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateDomainEntryCommandInput;
|
|
29
28
|
constructor(input: CreateDomainEntryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateInstanceSnapshotCommandInput
|
|
|
19
19
|
export interface CreateInstanceSnapshotCommandOutput
|
|
20
20
|
extends CreateInstanceSnapshotResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateInstanceSnapshotCommand extends $Command<
|
|
24
23
|
CreateInstanceSnapshotCommandInput,
|
|
25
24
|
CreateInstanceSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateInstanceSnapshotCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateInstanceSnapshotCommandInput;
|
|
29
28
|
constructor(input: CreateInstanceSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateInstancesCommandInput extends CreateInstancesRequest {}
|
|
|
18
18
|
export interface CreateInstancesCommandOutput
|
|
19
19
|
extends CreateInstancesResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateInstancesCommand extends $Command<
|
|
23
22
|
CreateInstancesCommandInput,
|
|
24
23
|
CreateInstancesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateInstancesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateInstancesCommandInput;
|
|
28
27
|
constructor(input: CreateInstancesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateInstancesFromSnapshotCommandInput
|
|
|
19
19
|
export interface CreateInstancesFromSnapshotCommandOutput
|
|
20
20
|
extends CreateInstancesFromSnapshotResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateInstancesFromSnapshotCommand extends $Command<
|
|
24
23
|
CreateInstancesFromSnapshotCommandInput,
|
|
25
24
|
CreateInstancesFromSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateInstancesFromSnapshotCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateInstancesFromSnapshotCommandInput;
|
|
29
28
|
constructor(input: CreateInstancesFromSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateKeyPairCommandInput extends CreateKeyPairRequest {}
|
|
|
15
15
|
export interface CreateKeyPairCommandOutput
|
|
16
16
|
extends CreateKeyPairResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateKeyPairCommand extends $Command<
|
|
20
19
|
CreateKeyPairCommandInput,
|
|
21
20
|
CreateKeyPairCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateKeyPairCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateKeyPairCommandInput;
|
|
25
24
|
constructor(input: CreateKeyPairCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLoadBalancerCommandInput
|
|
|
19
19
|
export interface CreateLoadBalancerCommandOutput
|
|
20
20
|
extends CreateLoadBalancerResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLoadBalancerCommand extends $Command<
|
|
24
23
|
CreateLoadBalancerCommandInput,
|
|
25
24
|
CreateLoadBalancerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLoadBalancerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLoadBalancerCommandInput;
|
|
29
28
|
constructor(input: CreateLoadBalancerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLoadBalancerTlsCertificateCommandInput
|
|
|
19
19
|
export interface CreateLoadBalancerTlsCertificateCommandOutput
|
|
20
20
|
extends CreateLoadBalancerTlsCertificateResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLoadBalancerTlsCertificateCommand extends $Command<
|
|
24
23
|
CreateLoadBalancerTlsCertificateCommandInput,
|
|
25
24
|
CreateLoadBalancerTlsCertificateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLoadBalancerTlsCertificateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLoadBalancerTlsCertificateCommandInput;
|
|
29
28
|
constructor(input: CreateLoadBalancerTlsCertificateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateRelationalDatabaseCommandInput
|
|
|
19
19
|
export interface CreateRelationalDatabaseCommandOutput
|
|
20
20
|
extends CreateRelationalDatabaseResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateRelationalDatabaseCommand extends $Command<
|
|
24
23
|
CreateRelationalDatabaseCommandInput,
|
|
25
24
|
CreateRelationalDatabaseCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateRelationalDatabaseCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateRelationalDatabaseCommandInput;
|
|
29
28
|
constructor(input: CreateRelationalDatabaseCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateRelationalDatabaseFromSnapshotCommandInput
|
|
|
19
19
|
export interface CreateRelationalDatabaseFromSnapshotCommandOutput
|
|
20
20
|
extends CreateRelationalDatabaseFromSnapshotResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateRelationalDatabaseFromSnapshotCommand extends $Command<
|
|
24
23
|
CreateRelationalDatabaseFromSnapshotCommandInput,
|
|
25
24
|
CreateRelationalDatabaseFromSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateRelationalDatabaseFromSnapshotCommand extends $Comman
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateRelationalDatabaseFromSnapshotCommandInput;
|
|
29
28
|
constructor(input: CreateRelationalDatabaseFromSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateRelationalDatabaseSnapshotCommandInput
|
|
|
19
19
|
export interface CreateRelationalDatabaseSnapshotCommandOutput
|
|
20
20
|
extends CreateRelationalDatabaseSnapshotResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateRelationalDatabaseSnapshotCommand extends $Command<
|
|
24
23
|
CreateRelationalDatabaseSnapshotCommandInput,
|
|
25
24
|
CreateRelationalDatabaseSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateRelationalDatabaseSnapshotCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateRelationalDatabaseSnapshotCommandInput;
|
|
29
28
|
constructor(input: CreateRelationalDatabaseSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteAlarmCommandInput extends DeleteAlarmRequest {}
|
|
|
15
15
|
export interface DeleteAlarmCommandOutput
|
|
16
16
|
extends DeleteAlarmResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteAlarmCommand extends $Command<
|
|
20
19
|
DeleteAlarmCommandInput,
|
|
21
20
|
DeleteAlarmCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteAlarmCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteAlarmCommandInput;
|
|
25
24
|
constructor(input: DeleteAlarmCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteAutoSnapshotCommandInput
|
|
|
19
19
|
export interface DeleteAutoSnapshotCommandOutput
|
|
20
20
|
extends DeleteAutoSnapshotResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteAutoSnapshotCommand extends $Command<
|
|
24
23
|
DeleteAutoSnapshotCommandInput,
|
|
25
24
|
DeleteAutoSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteAutoSnapshotCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteAutoSnapshotCommandInput;
|
|
29
28
|
constructor(input: DeleteAutoSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|