@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
|
@@ -19,7 +19,6 @@ export interface GetRelationalDatabaseCommandInput
|
|
|
19
19
|
export interface GetRelationalDatabaseCommandOutput
|
|
20
20
|
extends GetRelationalDatabaseResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRelationalDatabaseCommand extends $Command<
|
|
24
23
|
GetRelationalDatabaseCommandInput,
|
|
25
24
|
GetRelationalDatabaseCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRelationalDatabaseCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRelationalDatabaseCommandInput;
|
|
29
28
|
constructor(input: GetRelationalDatabaseCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRelationalDatabaseEventsCommandInput
|
|
|
19
19
|
export interface GetRelationalDatabaseEventsCommandOutput
|
|
20
20
|
extends GetRelationalDatabaseEventsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRelationalDatabaseEventsCommand extends $Command<
|
|
24
23
|
GetRelationalDatabaseEventsCommandInput,
|
|
25
24
|
GetRelationalDatabaseEventsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRelationalDatabaseEventsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRelationalDatabaseEventsCommandInput;
|
|
29
28
|
constructor(input: GetRelationalDatabaseEventsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRelationalDatabaseLogEventsCommandInput
|
|
|
19
19
|
export interface GetRelationalDatabaseLogEventsCommandOutput
|
|
20
20
|
extends GetRelationalDatabaseLogEventsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRelationalDatabaseLogEventsCommand extends $Command<
|
|
24
23
|
GetRelationalDatabaseLogEventsCommandInput,
|
|
25
24
|
GetRelationalDatabaseLogEventsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRelationalDatabaseLogEventsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRelationalDatabaseLogEventsCommandInput;
|
|
29
28
|
constructor(input: GetRelationalDatabaseLogEventsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRelationalDatabaseLogStreamsCommandInput
|
|
|
19
19
|
export interface GetRelationalDatabaseLogStreamsCommandOutput
|
|
20
20
|
extends GetRelationalDatabaseLogStreamsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRelationalDatabaseLogStreamsCommand extends $Command<
|
|
24
23
|
GetRelationalDatabaseLogStreamsCommandInput,
|
|
25
24
|
GetRelationalDatabaseLogStreamsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRelationalDatabaseLogStreamsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRelationalDatabaseLogStreamsCommandInput;
|
|
29
28
|
constructor(input: GetRelationalDatabaseLogStreamsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRelationalDatabaseMasterUserPasswordCommandInput
|
|
|
19
19
|
export interface GetRelationalDatabaseMasterUserPasswordCommandOutput
|
|
20
20
|
extends GetRelationalDatabaseMasterUserPasswordResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRelationalDatabaseMasterUserPasswordCommand extends $Command<
|
|
24
23
|
GetRelationalDatabaseMasterUserPasswordCommandInput,
|
|
25
24
|
GetRelationalDatabaseMasterUserPasswordCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRelationalDatabaseMasterUserPasswordCommand extends $Com
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRelationalDatabaseMasterUserPasswordCommandInput;
|
|
29
28
|
constructor(input: GetRelationalDatabaseMasterUserPasswordCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRelationalDatabaseMetricDataCommandInput
|
|
|
19
19
|
export interface GetRelationalDatabaseMetricDataCommandOutput
|
|
20
20
|
extends GetRelationalDatabaseMetricDataResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRelationalDatabaseMetricDataCommand extends $Command<
|
|
24
23
|
GetRelationalDatabaseMetricDataCommandInput,
|
|
25
24
|
GetRelationalDatabaseMetricDataCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRelationalDatabaseMetricDataCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRelationalDatabaseMetricDataCommandInput;
|
|
29
28
|
constructor(input: GetRelationalDatabaseMetricDataCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRelationalDatabaseParametersCommandInput
|
|
|
19
19
|
export interface GetRelationalDatabaseParametersCommandOutput
|
|
20
20
|
extends GetRelationalDatabaseParametersResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRelationalDatabaseParametersCommand extends $Command<
|
|
24
23
|
GetRelationalDatabaseParametersCommandInput,
|
|
25
24
|
GetRelationalDatabaseParametersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRelationalDatabaseParametersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRelationalDatabaseParametersCommandInput;
|
|
29
28
|
constructor(input: GetRelationalDatabaseParametersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRelationalDatabaseSnapshotCommandInput
|
|
|
19
19
|
export interface GetRelationalDatabaseSnapshotCommandOutput
|
|
20
20
|
extends GetRelationalDatabaseSnapshotResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRelationalDatabaseSnapshotCommand extends $Command<
|
|
24
23
|
GetRelationalDatabaseSnapshotCommandInput,
|
|
25
24
|
GetRelationalDatabaseSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRelationalDatabaseSnapshotCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRelationalDatabaseSnapshotCommandInput;
|
|
29
28
|
constructor(input: GetRelationalDatabaseSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRelationalDatabaseSnapshotsCommandInput
|
|
|
19
19
|
export interface GetRelationalDatabaseSnapshotsCommandOutput
|
|
20
20
|
extends GetRelationalDatabaseSnapshotsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRelationalDatabaseSnapshotsCommand extends $Command<
|
|
24
23
|
GetRelationalDatabaseSnapshotsCommandInput,
|
|
25
24
|
GetRelationalDatabaseSnapshotsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRelationalDatabaseSnapshotsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRelationalDatabaseSnapshotsCommandInput;
|
|
29
28
|
constructor(input: GetRelationalDatabaseSnapshotsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRelationalDatabasesCommandInput
|
|
|
19
19
|
export interface GetRelationalDatabasesCommandOutput
|
|
20
20
|
extends GetRelationalDatabasesResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRelationalDatabasesCommand extends $Command<
|
|
24
23
|
GetRelationalDatabasesCommandInput,
|
|
25
24
|
GetRelationalDatabasesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRelationalDatabasesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRelationalDatabasesCommandInput;
|
|
29
28
|
constructor(input: GetRelationalDatabasesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetStaticIpCommandInput extends GetStaticIpRequest {}
|
|
|
15
15
|
export interface GetStaticIpCommandOutput
|
|
16
16
|
extends GetStaticIpResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetStaticIpCommand extends $Command<
|
|
20
19
|
GetStaticIpCommandInput,
|
|
21
20
|
GetStaticIpCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetStaticIpCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetStaticIpCommandInput;
|
|
25
24
|
constructor(input: GetStaticIpCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetStaticIpsCommandInput extends GetStaticIpsRequest {}
|
|
|
15
15
|
export interface GetStaticIpsCommandOutput
|
|
16
16
|
extends GetStaticIpsResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetStaticIpsCommand extends $Command<
|
|
20
19
|
GetStaticIpsCommandInput,
|
|
21
20
|
GetStaticIpsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetStaticIpsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetStaticIpsCommandInput;
|
|
25
24
|
constructor(input: GetStaticIpsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ImportKeyPairCommandInput extends ImportKeyPairRequest {}
|
|
|
15
15
|
export interface ImportKeyPairCommandOutput
|
|
16
16
|
extends ImportKeyPairResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ImportKeyPairCommand extends $Command<
|
|
20
19
|
ImportKeyPairCommandInput,
|
|
21
20
|
ImportKeyPairCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ImportKeyPairCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ImportKeyPairCommandInput;
|
|
25
24
|
constructor(input: ImportKeyPairCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface IsVpcPeeredCommandInput extends IsVpcPeeredRequest {}
|
|
|
15
15
|
export interface IsVpcPeeredCommandOutput
|
|
16
16
|
extends IsVpcPeeredResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class IsVpcPeeredCommand extends $Command<
|
|
20
19
|
IsVpcPeeredCommandInput,
|
|
21
20
|
IsVpcPeeredCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class IsVpcPeeredCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: IsVpcPeeredCommandInput;
|
|
25
24
|
constructor(input: IsVpcPeeredCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface OpenInstancePublicPortsCommandInput
|
|
|
19
19
|
export interface OpenInstancePublicPortsCommandOutput
|
|
20
20
|
extends OpenInstancePublicPortsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class OpenInstancePublicPortsCommand extends $Command<
|
|
24
23
|
OpenInstancePublicPortsCommandInput,
|
|
25
24
|
OpenInstancePublicPortsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class OpenInstancePublicPortsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: OpenInstancePublicPortsCommandInput;
|
|
29
28
|
constructor(input: OpenInstancePublicPortsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { PeerVpcRequest, PeerVpcResult } from "../models/models_1";
|
|
14
14
|
export interface PeerVpcCommandInput extends PeerVpcRequest {}
|
|
15
15
|
export interface PeerVpcCommandOutput extends PeerVpcResult, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class PeerVpcCommand extends $Command<
|
|
18
17
|
PeerVpcCommandInput,
|
|
19
18
|
PeerVpcCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class PeerVpcCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: PeerVpcCommandInput;
|
|
23
22
|
constructor(input: PeerVpcCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface PutAlarmCommandInput extends PutAlarmRequest {}
|
|
|
15
15
|
export interface PutAlarmCommandOutput
|
|
16
16
|
extends PutAlarmResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class PutAlarmCommand extends $Command<
|
|
20
19
|
PutAlarmCommandInput,
|
|
21
20
|
PutAlarmCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class PutAlarmCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: PutAlarmCommandInput;
|
|
25
24
|
constructor(input: PutAlarmCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutInstancePublicPortsCommandInput
|
|
|
19
19
|
export interface PutInstancePublicPortsCommandOutput
|
|
20
20
|
extends PutInstancePublicPortsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutInstancePublicPortsCommand extends $Command<
|
|
24
23
|
PutInstancePublicPortsCommandInput,
|
|
25
24
|
PutInstancePublicPortsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutInstancePublicPortsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutInstancePublicPortsCommandInput;
|
|
29
28
|
constructor(input: PutInstancePublicPortsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface RebootInstanceCommandInput extends RebootInstanceRequest {}
|
|
|
18
18
|
export interface RebootInstanceCommandOutput
|
|
19
19
|
extends RebootInstanceResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class RebootInstanceCommand extends $Command<
|
|
23
22
|
RebootInstanceCommandInput,
|
|
24
23
|
RebootInstanceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class RebootInstanceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: RebootInstanceCommandInput;
|
|
28
27
|
constructor(input: RebootInstanceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RebootRelationalDatabaseCommandInput
|
|
|
19
19
|
export interface RebootRelationalDatabaseCommandOutput
|
|
20
20
|
extends RebootRelationalDatabaseResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RebootRelationalDatabaseCommand extends $Command<
|
|
24
23
|
RebootRelationalDatabaseCommandInput,
|
|
25
24
|
RebootRelationalDatabaseCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RebootRelationalDatabaseCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RebootRelationalDatabaseCommandInput;
|
|
29
28
|
constructor(input: RebootRelationalDatabaseCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RegisterContainerImageCommandInput
|
|
|
19
19
|
export interface RegisterContainerImageCommandOutput
|
|
20
20
|
extends RegisterContainerImageResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RegisterContainerImageCommand extends $Command<
|
|
24
23
|
RegisterContainerImageCommandInput,
|
|
25
24
|
RegisterContainerImageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RegisterContainerImageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RegisterContainerImageCommandInput;
|
|
29
28
|
constructor(input: RegisterContainerImageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ReleaseStaticIpCommandInput extends ReleaseStaticIpRequest {}
|
|
|
18
18
|
export interface ReleaseStaticIpCommandOutput
|
|
19
19
|
extends ReleaseStaticIpResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ReleaseStaticIpCommand extends $Command<
|
|
23
22
|
ReleaseStaticIpCommandInput,
|
|
24
23
|
ReleaseStaticIpCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ReleaseStaticIpCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ReleaseStaticIpCommandInput;
|
|
28
27
|
constructor(input: ReleaseStaticIpCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ResetDistributionCacheCommandInput
|
|
|
19
19
|
export interface ResetDistributionCacheCommandOutput
|
|
20
20
|
extends ResetDistributionCacheResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ResetDistributionCacheCommand extends $Command<
|
|
24
23
|
ResetDistributionCacheCommandInput,
|
|
25
24
|
ResetDistributionCacheCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ResetDistributionCacheCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ResetDistributionCacheCommandInput;
|
|
29
28
|
constructor(input: ResetDistributionCacheCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface SendContactMethodVerificationCommandInput
|
|
|
19
19
|
export interface SendContactMethodVerificationCommandOutput
|
|
20
20
|
extends SendContactMethodVerificationResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class SendContactMethodVerificationCommand extends $Command<
|
|
24
23
|
SendContactMethodVerificationCommandInput,
|
|
25
24
|
SendContactMethodVerificationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class SendContactMethodVerificationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: SendContactMethodVerificationCommandInput;
|
|
29
28
|
constructor(input: SendContactMethodVerificationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface SetIpAddressTypeCommandInput extends SetIpAddressTypeRequest {}
|
|
|
18
18
|
export interface SetIpAddressTypeCommandOutput
|
|
19
19
|
extends SetIpAddressTypeResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class SetIpAddressTypeCommand extends $Command<
|
|
23
22
|
SetIpAddressTypeCommandInput,
|
|
24
23
|
SetIpAddressTypeCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class SetIpAddressTypeCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: SetIpAddressTypeCommandInput;
|
|
28
27
|
constructor(input: SetIpAddressTypeCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface SetResourceAccessForBucketCommandInput
|
|
|
19
19
|
export interface SetResourceAccessForBucketCommandOutput
|
|
20
20
|
extends SetResourceAccessForBucketResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class SetResourceAccessForBucketCommand extends $Command<
|
|
24
23
|
SetResourceAccessForBucketCommandInput,
|
|
25
24
|
SetResourceAccessForBucketCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class SetResourceAccessForBucketCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: SetResourceAccessForBucketCommandInput;
|
|
29
28
|
constructor(input: SetResourceAccessForBucketCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StartInstanceCommandInput extends StartInstanceRequest {}
|
|
|
15
15
|
export interface StartInstanceCommandOutput
|
|
16
16
|
extends StartInstanceResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StartInstanceCommand extends $Command<
|
|
20
19
|
StartInstanceCommandInput,
|
|
21
20
|
StartInstanceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StartInstanceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StartInstanceCommandInput;
|
|
25
24
|
constructor(input: StartInstanceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartRelationalDatabaseCommandInput
|
|
|
19
19
|
export interface StartRelationalDatabaseCommandOutput
|
|
20
20
|
extends StartRelationalDatabaseResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartRelationalDatabaseCommand extends $Command<
|
|
24
23
|
StartRelationalDatabaseCommandInput,
|
|
25
24
|
StartRelationalDatabaseCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartRelationalDatabaseCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartRelationalDatabaseCommandInput;
|
|
29
28
|
constructor(input: StartRelationalDatabaseCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StopInstanceCommandInput extends StopInstanceRequest {}
|
|
|
15
15
|
export interface StopInstanceCommandOutput
|
|
16
16
|
extends StopInstanceResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StopInstanceCommand extends $Command<
|
|
20
19
|
StopInstanceCommandInput,
|
|
21
20
|
StopInstanceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StopInstanceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StopInstanceCommandInput;
|
|
25
24
|
constructor(input: StopInstanceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StopRelationalDatabaseCommandInput
|
|
|
19
19
|
export interface StopRelationalDatabaseCommandOutput
|
|
20
20
|
extends StopRelationalDatabaseResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StopRelationalDatabaseCommand extends $Command<
|
|
24
23
|
StopRelationalDatabaseCommandInput,
|
|
25
24
|
StopRelationalDatabaseCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StopRelationalDatabaseCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StopRelationalDatabaseCommandInput;
|
|
29
28
|
constructor(input: StopRelationalDatabaseCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TestAlarmCommandInput extends TestAlarmRequest {}
|
|
|
15
15
|
export interface TestAlarmCommandOutput
|
|
16
16
|
extends TestAlarmResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TestAlarmCommand extends $Command<
|
|
20
19
|
TestAlarmCommandInput,
|
|
21
20
|
TestAlarmCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TestAlarmCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TestAlarmCommandInput;
|
|
25
24
|
constructor(input: TestAlarmCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UnpeerVpcCommandInput extends UnpeerVpcRequest {}
|
|
|
15
15
|
export interface UnpeerVpcCommandOutput
|
|
16
16
|
extends UnpeerVpcResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UnpeerVpcCommand extends $Command<
|
|
20
19
|
UnpeerVpcCommandInput,
|
|
21
20
|
UnpeerVpcCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UnpeerVpcCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UnpeerVpcCommandInput;
|
|
25
24
|
constructor(input: UnpeerVpcCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
15
15
|
export interface UntagResourceCommandOutput
|
|
16
16
|
extends UntagResourceResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UntagResourceCommand extends $Command<
|
|
20
19
|
UntagResourceCommandInput,
|
|
21
20
|
UntagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UntagResourceCommandInput;
|
|
25
24
|
constructor(input: UntagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateBucketBundleCommandInput
|
|
|
19
19
|
export interface UpdateBucketBundleCommandOutput
|
|
20
20
|
extends UpdateBucketBundleResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateBucketBundleCommand extends $Command<
|
|
24
23
|
UpdateBucketBundleCommandInput,
|
|
25
24
|
UpdateBucketBundleCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateBucketBundleCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateBucketBundleCommandInput;
|
|
29
28
|
constructor(input: UpdateBucketBundleCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateBucketCommandInput extends UpdateBucketRequest {}
|
|
|
15
15
|
export interface UpdateBucketCommandOutput
|
|
16
16
|
extends UpdateBucketResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateBucketCommand extends $Command<
|
|
20
19
|
UpdateBucketCommandInput,
|
|
21
20
|
UpdateBucketCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateBucketCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateBucketCommandInput;
|
|
25
24
|
constructor(input: UpdateBucketCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateContainerServiceCommandInput
|
|
|
19
19
|
export interface UpdateContainerServiceCommandOutput
|
|
20
20
|
extends UpdateContainerServiceResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateContainerServiceCommand extends $Command<
|
|
24
23
|
UpdateContainerServiceCommandInput,
|
|
25
24
|
UpdateContainerServiceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateContainerServiceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateContainerServiceCommandInput;
|
|
29
28
|
constructor(input: UpdateContainerServiceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateDistributionBundleCommandInput
|
|
|
19
19
|
export interface UpdateDistributionBundleCommandOutput
|
|
20
20
|
extends UpdateDistributionBundleResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateDistributionBundleCommand extends $Command<
|
|
24
23
|
UpdateDistributionBundleCommandInput,
|
|
25
24
|
UpdateDistributionBundleCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateDistributionBundleCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateDistributionBundleCommandInput;
|
|
29
28
|
constructor(input: UpdateDistributionBundleCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateDistributionCommandInput
|
|
|
19
19
|
export interface UpdateDistributionCommandOutput
|
|
20
20
|
extends UpdateDistributionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateDistributionCommand extends $Command<
|
|
24
23
|
UpdateDistributionCommandInput,
|
|
25
24
|
UpdateDistributionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateDistributionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateDistributionCommandInput;
|
|
29
28
|
constructor(input: UpdateDistributionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|