@aws-sdk/client-lightsail 3.279.0 → 3.282.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 +1275 -0
- package/dist-cjs/Lightsail.js +60 -0
- package/dist-cjs/commands/CreateGUISessionAccessDetailsCommand.js +46 -0
- package/dist-cjs/commands/GetCostEstimateCommand.js +46 -0
- package/dist-cjs/commands/GetDiskCommand.js +3 -3
- package/dist-cjs/commands/GetDiskSnapshotCommand.js +3 -3
- package/dist-cjs/commands/GetDiskSnapshotsCommand.js +3 -3
- package/dist-cjs/commands/GetDisksCommand.js +3 -3
- package/dist-cjs/commands/GetDistributionBundlesCommand.js +3 -3
- package/dist-cjs/commands/GetDistributionLatestCacheResetCommand.js +3 -3
- package/dist-cjs/commands/StartGUISessionCommand.js +46 -0
- package/dist-cjs/commands/StopGUISessionCommand.js +46 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +75 -54
- package/dist-cjs/models/models_1.js +81 -4
- package/dist-cjs/protocols/Aws_json1_1.js +390 -7
- package/dist-es/Lightsail.js +60 -0
- package/dist-es/commands/CreateGUISessionAccessDetailsCommand.js +42 -0
- package/dist-es/commands/GetCostEstimateCommand.js +42 -0
- package/dist-es/commands/GetDiskCommand.js +1 -1
- package/dist-es/commands/GetDiskSnapshotCommand.js +1 -1
- package/dist-es/commands/GetDiskSnapshotsCommand.js +1 -1
- package/dist-es/commands/GetDisksCommand.js +1 -1
- package/dist-es/commands/GetDistributionBundlesCommand.js +1 -1
- package/dist-es/commands/GetDistributionLatestCacheResetCommand.js +1 -1
- package/dist-es/commands/StartGUISessionCommand.js +42 -0
- package/dist-es/commands/StopGUISessionCommand.js +42 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +62 -36
- package/dist-es/models/models_1.js +57 -0
- package/dist-es/protocols/Aws_json1_1.js +375 -0
- package/dist-types/Lightsail.d.ts +32 -0
- package/dist-types/LightsailClient.d.ts +6 -2
- package/dist-types/commands/AllocateStaticIpCommand.d.ts +6 -0
- package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +6 -0
- package/dist-types/commands/AttachDiskCommand.d.ts +6 -0
- package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +6 -0
- package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +6 -0
- package/dist-types/commands/AttachStaticIpCommand.d.ts +6 -0
- package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +6 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +6 -0
- package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +6 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +6 -0
- package/dist-types/commands/CreateCertificateCommand.d.ts +6 -0
- package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +6 -0
- package/dist-types/commands/CreateContactMethodCommand.d.ts +6 -0
- package/dist-types/commands/CreateContainerServiceCommand.d.ts +6 -0
- package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +6 -0
- package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +6 -0
- package/dist-types/commands/CreateDiskCommand.d.ts +6 -0
- package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +6 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -0
- package/dist-types/commands/CreateDomainEntryCommand.d.ts +6 -0
- package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +45 -0
- package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/CreateInstancesCommand.d.ts +6 -0
- package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/CreateKeyPairCommand.d.ts +6 -0
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -0
- package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +6 -0
- package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAlarmCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +6 -0
- package/dist-types/commands/DeleteContactMethodCommand.d.ts +6 -0
- package/dist-types/commands/DeleteContainerImageCommand.d.ts +6 -0
- package/dist-types/commands/DeleteContainerServiceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDiskCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDomainEntryCommand.d.ts +6 -0
- package/dist-types/commands/DeleteInstanceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +6 -0
- package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +6 -0
- package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +6 -0
- package/dist-types/commands/DetachDiskCommand.d.ts +6 -0
- package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +6 -0
- package/dist-types/commands/DetachStaticIpCommand.d.ts +6 -0
- package/dist-types/commands/DisableAddOnCommand.d.ts +6 -0
- package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +6 -0
- package/dist-types/commands/EnableAddOnCommand.d.ts +6 -0
- package/dist-types/commands/ExportSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/GetActiveNamesCommand.d.ts +6 -0
- package/dist-types/commands/GetAlarmsCommand.d.ts +6 -0
- package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +6 -0
- package/dist-types/commands/GetBlueprintsCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketBundlesCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketMetricDataCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketsCommand.d.ts +6 -0
- package/dist-types/commands/GetBundlesCommand.d.ts +6 -0
- package/dist-types/commands/GetCertificatesCommand.d.ts +6 -0
- package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +6 -0
- package/dist-types/commands/GetContactMethodsCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerImagesCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerLogCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerServicePowersCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerServicesCommand.d.ts +6 -0
- package/dist-types/commands/GetCostEstimateCommand.d.ts +43 -0
- package/dist-types/commands/GetDiskCommand.d.ts +7 -1
- package/dist-types/commands/GetDiskSnapshotCommand.d.ts +7 -1
- package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +7 -1
- package/dist-types/commands/GetDisksCommand.d.ts +7 -1
- package/dist-types/commands/GetDistributionBundlesCommand.d.ts +7 -1
- package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +7 -1
- package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +6 -0
- package/dist-types/commands/GetDistributionsCommand.d.ts +6 -0
- package/dist-types/commands/GetDomainCommand.d.ts +6 -0
- package/dist-types/commands/GetDomainsCommand.d.ts +6 -0
- package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +6 -0
- package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +6 -0
- package/dist-types/commands/GetInstanceCommand.d.ts +6 -0
- package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +6 -0
- package/dist-types/commands/GetInstancePortStatesCommand.d.ts +6 -0
- package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +6 -0
- package/dist-types/commands/GetInstanceStateCommand.d.ts +6 -0
- package/dist-types/commands/GetInstancesCommand.d.ts +6 -0
- package/dist-types/commands/GetKeyPairCommand.d.ts +6 -0
- package/dist-types/commands/GetKeyPairsCommand.d.ts +6 -0
- package/dist-types/commands/GetLoadBalancerCommand.d.ts +6 -0
- package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +6 -0
- package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +6 -0
- package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +6 -0
- package/dist-types/commands/GetLoadBalancersCommand.d.ts +6 -0
- package/dist-types/commands/GetOperationCommand.d.ts +6 -0
- package/dist-types/commands/GetOperationsCommand.d.ts +6 -0
- package/dist-types/commands/GetOperationsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/GetRegionsCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +6 -0
- package/dist-types/commands/GetStaticIpCommand.d.ts +6 -0
- package/dist-types/commands/GetStaticIpsCommand.d.ts +6 -0
- package/dist-types/commands/ImportKeyPairCommand.d.ts +6 -0
- package/dist-types/commands/IsVpcPeeredCommand.d.ts +6 -0
- package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +6 -0
- package/dist-types/commands/PeerVpcCommand.d.ts +6 -0
- package/dist-types/commands/PutAlarmCommand.d.ts +6 -0
- package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +6 -0
- package/dist-types/commands/RebootInstanceCommand.d.ts +6 -0
- package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/RegisterContainerImageCommand.d.ts +6 -0
- package/dist-types/commands/ReleaseStaticIpCommand.d.ts +6 -0
- package/dist-types/commands/ResetDistributionCacheCommand.d.ts +6 -0
- package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +6 -0
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +6 -0
- package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +6 -0
- package/dist-types/commands/StartGUISessionCommand.d.ts +44 -0
- package/dist-types/commands/StartInstanceCommand.d.ts +6 -0
- package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/StopGUISessionCommand.d.ts +44 -0
- package/dist-types/commands/StopInstanceCommand.d.ts +6 -0
- package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/TestAlarmCommand.d.ts +6 -0
- package/dist-types/commands/UnpeerVpcCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateBucketBundleCommand.d.ts +6 -0
- package/dist-types/commands/UpdateBucketCommand.d.ts +6 -0
- package/dist-types/commands/UpdateContainerServiceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDomainEntryCommand.d.ts +6 -0
- package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +6 -0
- package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +244 -147
- package/dist-types/models/models_1.d.ts +268 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/ts3.4/Lightsail.d.ts +68 -0
- package/dist-types/ts3.4/LightsailClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateGUISessionAccessDetailsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetCostEstimateCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartGUISessionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/StopGUISessionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +92 -73
- package/dist-types/ts3.4/models/models_1.d.ts +124 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/package.json +17 -17
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { CreateRelationalDatabaseSnapshotRequest, CreateRelationalDatabaseSnapshotResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateRelationalDatabaseSnapshotCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateRelationalDatabaseSnapshotCommandInput extends CreateRelationalDatabaseSnapshotRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateRelationalDatabaseSnapshotCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateRelationalDatabaseSnapshotCommandOutput extends CreateRelationalDatabaseSnapshotResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteAlarmRequest, DeleteAlarmResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteAlarmCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteAlarmCommandInput extends DeleteAlarmRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteAlarmCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteAlarmCommandOutput extends DeleteAlarmResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteAutoSnapshotRequest, DeleteAutoSnapshotResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteAutoSnapshotCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteAutoSnapshotCommandInput extends DeleteAutoSnapshotRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteAutoSnapshotCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteAutoSnapshotCommandOutput extends DeleteAutoSnapshotResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteBucketAccessKeyRequest, DeleteBucketAccessKeyResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBucketAccessKeyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBucketAccessKeyCommandInput extends DeleteBucketAccessKeyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBucketAccessKeyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBucketAccessKeyCommandOutput extends DeleteBucketAccessKeyResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteBucketRequest, DeleteBucketResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBucketCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBucketCommandInput extends DeleteBucketRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBucketCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBucketCommandOutput extends DeleteBucketResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteCertificateRequest, DeleteCertificateResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteCertificateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteCertificateCommandInput extends DeleteCertificateRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteCertificateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteCertificateCommandOutput extends DeleteCertificateResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteContactMethodRequest, DeleteContactMethodResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteContactMethodCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteContactMethodCommandInput extends DeleteContactMethodRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteContactMethodCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteContactMethodCommandOutput extends DeleteContactMethodResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteContainerImageRequest, DeleteContainerImageResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteContainerImageCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteContainerImageCommandInput extends DeleteContainerImageRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteContainerImageCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteContainerImageCommandOutput extends DeleteContainerImageResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteContainerServiceRequest, DeleteContainerServiceResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteContainerServiceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteContainerServiceCommandInput extends DeleteContainerServiceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteContainerServiceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteContainerServiceCommandOutput extends DeleteContainerServiceResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteDiskRequest, DeleteDiskResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteDiskCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteDiskCommandInput extends DeleteDiskRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteDiskCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteDiskCommandOutput extends DeleteDiskResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteDiskSnapshotRequest, DeleteDiskSnapshotResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteDiskSnapshotCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteDiskSnapshotCommandInput extends DeleteDiskSnapshotRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteDiskSnapshotCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteDiskSnapshotCommandOutput extends DeleteDiskSnapshotResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteDistributionRequest, DeleteDistributionResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteDistributionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteDistributionCommandInput extends DeleteDistributionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteDistributionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteDistributionCommandOutput extends DeleteDistributionResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteDomainRequest, DeleteDomainResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteDomainCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteDomainCommandInput extends DeleteDomainRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteDomainCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteDomainCommandOutput extends DeleteDomainResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteDomainEntryRequest, DeleteDomainEntryResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteDomainEntryCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteDomainEntryCommandInput extends DeleteDomainEntryRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteDomainEntryCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteDomainEntryCommandOutput extends DeleteDomainEntryResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteInstanceRequest, DeleteInstanceResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteInstanceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteInstanceCommandInput extends DeleteInstanceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteInstanceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteInstanceCommandOutput extends DeleteInstanceResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteInstanceSnapshotRequest, DeleteInstanceSnapshotResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteInstanceSnapshotCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteInstanceSnapshotCommandInput extends DeleteInstanceSnapshotRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteInstanceSnapshotCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteInstanceSnapshotCommandOutput extends DeleteInstanceSnapshotResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteKeyPairRequest, DeleteKeyPairResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteKeyPairCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteKeyPairCommandInput extends DeleteKeyPairRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteKeyPairCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteKeyPairCommandOutput extends DeleteKeyPairResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteKnownHostKeysRequest, DeleteKnownHostKeysResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteKnownHostKeysCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteKnownHostKeysCommandInput extends DeleteKnownHostKeysRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteKnownHostKeysCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteKnownHostKeysCommandOutput extends DeleteKnownHostKeysResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteLoadBalancerRequest, DeleteLoadBalancerResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteLoadBalancerCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteLoadBalancerCommandInput extends DeleteLoadBalancerRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteLoadBalancerCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteLoadBalancerTlsCertificateRequest, DeleteLoadBalancerTlsCertificateResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteLoadBalancerTlsCertificateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteLoadBalancerTlsCertificateCommandInput extends DeleteLoadBalancerTlsCertificateRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteLoadBalancerTlsCertificateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteLoadBalancerTlsCertificateCommandOutput extends DeleteLoadBalancerTlsCertificateResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteRelationalDatabaseRequest, DeleteRelationalDatabaseResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteRelationalDatabaseCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteRelationalDatabaseCommandInput extends DeleteRelationalDatabaseRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteRelationalDatabaseCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteRelationalDatabaseCommandOutput extends DeleteRelationalDatabaseResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DeleteRelationalDatabaseSnapshotRequest, DeleteRelationalDatabaseSnapshotResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteRelationalDatabaseSnapshotCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteRelationalDatabaseSnapshotCommandInput extends DeleteRelationalDatabaseSnapshotRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteRelationalDatabaseSnapshotCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteRelationalDatabaseSnapshotCommandOutput extends DeleteRelationalDatabaseSnapshotResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DetachCertificateFromDistributionRequest, DetachCertificateFromDistributionResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DetachCertificateFromDistributionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DetachCertificateFromDistributionCommandInput extends DetachCertificateFromDistributionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DetachCertificateFromDistributionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DetachCertificateFromDistributionCommandOutput extends DetachCertificateFromDistributionResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DetachDiskRequest, DetachDiskResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DetachDiskCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DetachDiskCommandInput extends DetachDiskRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DetachDiskCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DetachDiskCommandOutput extends DetachDiskResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DetachInstancesFromLoadBalancerRequest, DetachInstancesFromLoadBalancerResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DetachInstancesFromLoadBalancerCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DetachInstancesFromLoadBalancerCommandInput extends DetachInstancesFromLoadBalancerRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DetachInstancesFromLoadBalancerCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DetachInstancesFromLoadBalancerCommandOutput extends DetachInstancesFromLoadBalancerResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DetachStaticIpRequest, DetachStaticIpResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DetachStaticIpCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DetachStaticIpCommandInput extends DetachStaticIpRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DetachStaticIpCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DetachStaticIpCommandOutput extends DetachStaticIpResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DisableAddOnRequest, DisableAddOnResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisableAddOnCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisableAddOnCommandInput extends DisableAddOnRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisableAddOnCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisableAddOnCommandOutput extends DisableAddOnResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { DownloadDefaultKeyPairRequest, DownloadDefaultKeyPairResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DownloadDefaultKeyPairCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DownloadDefaultKeyPairCommandInput extends DownloadDefaultKeyPairRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DownloadDefaultKeyPairCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DownloadDefaultKeyPairCommandOutput extends DownloadDefaultKeyPairResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { EnableAddOnRequest, EnableAddOnResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link EnableAddOnCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface EnableAddOnCommandInput extends EnableAddOnRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link EnableAddOnCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface EnableAddOnCommandOutput extends EnableAddOnResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { ExportSnapshotRequest, ExportSnapshotResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ExportSnapshotCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ExportSnapshotCommandInput extends ExportSnapshotRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ExportSnapshotCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ExportSnapshotCommandOutput extends ExportSnapshotResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { GetActiveNamesRequest, GetActiveNamesResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetActiveNamesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetActiveNamesCommandInput extends GetActiveNamesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetActiveNamesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetActiveNamesCommandOutput extends GetActiveNamesResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { GetAlarmsRequest, GetAlarmsResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetAlarmsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetAlarmsCommandInput extends GetAlarmsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetAlarmsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetAlarmsCommandOutput extends GetAlarmsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { GetAutoSnapshotsRequest, GetAutoSnapshotsResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetAutoSnapshotsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetAutoSnapshotsCommandInput extends GetAutoSnapshotsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetAutoSnapshotsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetAutoSnapshotsCommandOutput extends GetAutoSnapshotsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { GetBlueprintsRequest, GetBlueprintsResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBlueprintsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBlueprintsCommandInput extends GetBlueprintsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBlueprintsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBlueprintsCommandOutput extends GetBlueprintsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { GetBucketAccessKeysRequest, GetBucketAccessKeysResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBucketAccessKeysCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBucketAccessKeysCommandInput extends GetBucketAccessKeysRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBucketAccessKeysCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBucketAccessKeysCommandOutput extends GetBucketAccessKeysResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { GetBucketBundlesRequest, GetBucketBundlesResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBucketBundlesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBucketBundlesCommandInput extends GetBucketBundlesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBucketBundlesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBucketBundlesCommandOutput extends GetBucketBundlesResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { GetBucketMetricDataRequest, GetBucketMetricDataResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBucketMetricDataCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBucketMetricDataCommandInput extends GetBucketMetricDataRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBucketMetricDataCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBucketMetricDataCommandOutput extends GetBucketMetricDataResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { GetBucketsRequest, GetBucketsResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBucketsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBucketsCommandInput extends GetBucketsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBucketsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBucketsCommandOutput extends GetBucketsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
5
|
import { GetBundlesRequest, GetBundlesResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBundlesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBundlesCommandInput extends GetBundlesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBundlesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBundlesCommandOutput extends GetBundlesResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|