@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 { GetCertificatesRequest, GetCertificatesResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetCertificatesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetCertificatesCommandInput extends GetCertificatesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetCertificatesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetCertificatesCommandOutput extends GetCertificatesResult, __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 { GetCloudFormationStackRecordsRequest, GetCloudFormationStackRecordsResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetCloudFormationStackRecordsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetCloudFormationStackRecordsCommandInput extends GetCloudFormationStackRecordsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetCloudFormationStackRecordsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetCloudFormationStackRecordsCommandOutput extends GetCloudFormationStackRecordsResult, __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 { GetContactMethodsRequest, GetContactMethodsResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetContactMethodsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetContactMethodsCommandInput extends GetContactMethodsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetContactMethodsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetContactMethodsCommandOutput extends GetContactMethodsResult, __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 { GetContainerAPIMetadataRequest, GetContainerAPIMetadataResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetContainerAPIMetadataCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetContainerAPIMetadataCommandInput extends GetContainerAPIMetadataRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetContainerAPIMetadataCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetContainerAPIMetadataCommandOutput extends GetContainerAPIMetadataResult, __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 { GetContainerImagesRequest, GetContainerImagesResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetContainerImagesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetContainerImagesCommandInput extends GetContainerImagesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetContainerImagesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetContainerImagesCommandOutput extends GetContainerImagesResult, __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 { GetContainerLogRequest, GetContainerLogResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetContainerLogCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetContainerLogCommandInput extends GetContainerLogRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetContainerLogCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetContainerLogCommandOutput extends GetContainerLogResult, __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 { GetContainerServiceDeploymentsRequest, GetContainerServiceDeploymentsResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetContainerServiceDeploymentsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetContainerServiceDeploymentsCommandInput extends GetContainerServiceDeploymentsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetContainerServiceDeploymentsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetContainerServiceDeploymentsCommandOutput extends GetContainerServiceDeploymentsResult, __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 { GetContainerServiceMetricDataRequest, GetContainerServiceMetricDataResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetContainerServiceMetricDataCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetContainerServiceMetricDataCommandInput extends GetContainerServiceMetricDataRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetContainerServiceMetricDataCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetContainerServiceMetricDataCommandOutput extends GetContainerServiceMetricDataResult, __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 { GetContainerServicePowersRequest, GetContainerServicePowersResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetContainerServicePowersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetContainerServicePowersCommandInput extends GetContainerServicePowersRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetContainerServicePowersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetContainerServicePowersCommandOutput extends GetContainerServicePowersResult, __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 { ContainerServicesListResult, GetContainerServicesRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetContainerServicesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetContainerServicesCommandInput extends GetContainerServicesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetContainerServicesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetContainerServicesCommandOutput extends ContainerServicesListResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
|
|
5
|
+
import { GetCostEstimateRequest, GetCostEstimateResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetCostEstimateCommand}.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetCostEstimateCommandInput extends GetCostEstimateRequest {
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetCostEstimateCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface GetCostEstimateCommandOutput extends GetCostEstimateResult, __MetadataBearer {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>Retrieves information about the cost estimate for a specified resource. A cost estimate will not generate for a resource that has been deleted.</p>
|
|
18
|
+
* @example
|
|
19
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
+
* ```javascript
|
|
21
|
+
* import { LightsailClient, GetCostEstimateCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
|
|
22
|
+
* // const { LightsailClient, GetCostEstimateCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
|
|
23
|
+
* const client = new LightsailClient(config);
|
|
24
|
+
* const command = new GetCostEstimateCommand(input);
|
|
25
|
+
* const response = await client.send(command);
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* @see {@link GetCostEstimateCommandInput} for command's `input` shape.
|
|
29
|
+
* @see {@link GetCostEstimateCommandOutput} for command's `response` shape.
|
|
30
|
+
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
export declare class GetCostEstimateCommand extends $Command<GetCostEstimateCommandInput, GetCostEstimateCommandOutput, LightsailClientResolvedConfig> {
|
|
34
|
+
readonly input: GetCostEstimateCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
|
+
constructor(input: GetCostEstimateCommandInput);
|
|
37
|
+
/**
|
|
38
|
+
* @internal
|
|
39
|
+
*/
|
|
40
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCostEstimateCommandInput, GetCostEstimateCommandOutput>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
|
@@ -2,9 +2,15 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
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
|
-
import { GetDiskRequest, GetDiskResult } from "../models/
|
|
5
|
+
import { GetDiskRequest, GetDiskResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetDiskCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetDiskCommandInput extends GetDiskRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetDiskCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetDiskCommandOutput extends GetDiskResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -2,9 +2,15 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
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
|
-
import { GetDiskSnapshotRequest, GetDiskSnapshotResult } from "../models/
|
|
5
|
+
import { GetDiskSnapshotRequest, GetDiskSnapshotResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetDiskSnapshotCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetDiskSnapshotCommandInput extends GetDiskSnapshotRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetDiskSnapshotCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetDiskSnapshotCommandOutput extends GetDiskSnapshotResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -2,9 +2,15 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
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
|
-
import { GetDiskSnapshotsRequest, GetDiskSnapshotsResult } from "../models/
|
|
5
|
+
import { GetDiskSnapshotsRequest, GetDiskSnapshotsResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetDiskSnapshotsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetDiskSnapshotsCommandInput extends GetDiskSnapshotsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetDiskSnapshotsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetDiskSnapshotsCommandOutput extends GetDiskSnapshotsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -2,9 +2,15 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
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
|
-
import { GetDisksRequest, GetDisksResult } from "../models/
|
|
5
|
+
import { GetDisksRequest, GetDisksResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetDisksCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetDisksCommandInput extends GetDisksRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetDisksCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetDisksCommandOutput extends GetDisksResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -2,9 +2,15 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
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
|
-
import { GetDistributionBundlesRequest, GetDistributionBundlesResult } from "../models/
|
|
5
|
+
import { GetDistributionBundlesRequest, GetDistributionBundlesResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetDistributionBundlesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetDistributionBundlesCommandInput extends GetDistributionBundlesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetDistributionBundlesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetDistributionBundlesCommandOutput extends GetDistributionBundlesResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -2,9 +2,15 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
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
|
-
import { GetDistributionLatestCacheResetRequest, GetDistributionLatestCacheResetResult } from "../models/
|
|
5
|
+
import { GetDistributionLatestCacheResetRequest, GetDistributionLatestCacheResetResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetDistributionLatestCacheResetCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetDistributionLatestCacheResetCommandInput extends GetDistributionLatestCacheResetRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetDistributionLatestCacheResetCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetDistributionLatestCacheResetCommandOutput extends GetDistributionLatestCacheResetResult, __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 { GetDistributionMetricDataRequest, GetDistributionMetricDataResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetDistributionMetricDataCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetDistributionMetricDataCommandInput extends GetDistributionMetricDataRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetDistributionMetricDataCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetDistributionMetricDataCommandOutput extends GetDistributionMetricDataResult, __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 { GetDistributionsRequest, GetDistributionsResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetDistributionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetDistributionsCommandInput extends GetDistributionsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetDistributionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetDistributionsCommandOutput extends GetDistributionsResult, __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 { GetDomainRequest, GetDomainResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetDomainCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetDomainCommandInput extends GetDomainRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetDomainCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetDomainCommandOutput extends GetDomainResult, __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 { GetDomainsRequest, GetDomainsResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetDomainsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetDomainsCommandInput extends GetDomainsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetDomainsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetDomainsCommandOutput extends GetDomainsResult, __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 { GetExportSnapshotRecordsRequest, GetExportSnapshotRecordsResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetExportSnapshotRecordsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetExportSnapshotRecordsCommandInput extends GetExportSnapshotRecordsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetExportSnapshotRecordsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetExportSnapshotRecordsCommandOutput extends GetExportSnapshotRecordsResult, __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 { GetInstanceAccessDetailsRequest, GetInstanceAccessDetailsResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetInstanceAccessDetailsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetInstanceAccessDetailsCommandInput extends GetInstanceAccessDetailsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetInstanceAccessDetailsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetInstanceAccessDetailsCommandOutput extends GetInstanceAccessDetailsResult, __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 { GetInstanceRequest, GetInstanceResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetInstanceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetInstanceCommandInput extends GetInstanceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetInstanceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetInstanceCommandOutput extends GetInstanceResult, __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 { GetInstanceMetricDataRequest, GetInstanceMetricDataResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetInstanceMetricDataCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetInstanceMetricDataCommandInput extends GetInstanceMetricDataRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetInstanceMetricDataCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetInstanceMetricDataCommandOutput extends GetInstanceMetricDataResult, __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 { GetInstancePortStatesRequest, GetInstancePortStatesResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetInstancePortStatesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetInstancePortStatesCommandInput extends GetInstancePortStatesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetInstancePortStatesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetInstancePortStatesCommandOutput extends GetInstancePortStatesResult, __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 { GetInstanceSnapshotRequest, GetInstanceSnapshotResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetInstanceSnapshotCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetInstanceSnapshotCommandInput extends GetInstanceSnapshotRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetInstanceSnapshotCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetInstanceSnapshotCommandOutput extends GetInstanceSnapshotResult, __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 { GetInstanceSnapshotsRequest, GetInstanceSnapshotsResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetInstanceSnapshotsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetInstanceSnapshotsCommandInput extends GetInstanceSnapshotsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetInstanceSnapshotsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetInstanceSnapshotsCommandOutput extends GetInstanceSnapshotsResult, __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 { GetInstanceStateRequest, GetInstanceStateResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetInstanceStateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetInstanceStateCommandInput extends GetInstanceStateRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetInstanceStateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetInstanceStateCommandOutput extends GetInstanceStateResult, __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 { GetInstancesRequest, GetInstancesResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetInstancesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetInstancesCommandInput extends GetInstancesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetInstancesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetInstancesCommandOutput extends GetInstancesResult, __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 { GetKeyPairRequest, GetKeyPairResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetKeyPairCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetKeyPairCommandInput extends GetKeyPairRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetKeyPairCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetKeyPairCommandOutput extends GetKeyPairResult, __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 { GetKeyPairsRequest, GetKeyPairsResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetKeyPairsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetKeyPairsCommandInput extends GetKeyPairsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetKeyPairsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetKeyPairsCommandOutput extends GetKeyPairsResult, __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 { GetLoadBalancerRequest, GetLoadBalancerResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetLoadBalancerCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetLoadBalancerCommandInput extends GetLoadBalancerRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetLoadBalancerCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetLoadBalancerCommandOutput extends GetLoadBalancerResult, __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 { GetLoadBalancerMetricDataRequest, GetLoadBalancerMetricDataResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetLoadBalancerMetricDataCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetLoadBalancerMetricDataCommandInput extends GetLoadBalancerMetricDataRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetLoadBalancerMetricDataCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetLoadBalancerMetricDataCommandOutput extends GetLoadBalancerMetricDataResult, __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 { GetLoadBalancerTlsCertificatesRequest, GetLoadBalancerTlsCertificatesResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetLoadBalancerTlsCertificatesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetLoadBalancerTlsCertificatesCommandInput extends GetLoadBalancerTlsCertificatesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetLoadBalancerTlsCertificatesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetLoadBalancerTlsCertificatesCommandOutput extends GetLoadBalancerTlsCertificatesResult, __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 { GetLoadBalancerTlsPoliciesRequest, GetLoadBalancerTlsPoliciesResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetLoadBalancerTlsPoliciesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetLoadBalancerTlsPoliciesCommandInput extends GetLoadBalancerTlsPoliciesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetLoadBalancerTlsPoliciesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetLoadBalancerTlsPoliciesCommandOutput extends GetLoadBalancerTlsPoliciesResult, __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 { GetLoadBalancersRequest, GetLoadBalancersResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetLoadBalancersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetLoadBalancersCommandInput extends GetLoadBalancersRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetLoadBalancersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetLoadBalancersCommandOutput extends GetLoadBalancersResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|