@aws-sdk/client-lightsail 3.170.0 → 3.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/Lightsail.js +15 -0
- package/dist-cjs/commands/UpdateInstanceMetadataOptionsCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/models/models_1.js +37 -4
- package/dist-cjs/protocols/Aws_json1_1.js +92 -4
- package/dist-es/Lightsail.js +15 -0
- package/dist-es/commands/UpdateInstanceMetadataOptionsCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +24 -0
- package/dist-es/protocols/Aws_json1_1.js +106 -0
- package/dist-types/Lightsail.d.ts +12 -0
- package/dist-types/LightsailClient.d.ts +3 -2
- package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +40 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +159 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Lightsail.d.ts +17 -154
- package/dist-types/ts3.4/LightsailClient.d.ts +6 -25
- package/dist-types/ts3.4/commands/AllocateStaticIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachCertificateToDistributionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachDiskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachInstancesToLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachStaticIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CloseInstancePublicPortsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBucketAccessKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCloudFormationStackCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContactMethodCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContainerServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContainerServiceDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateContainerServiceRegistryLoginCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDiskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDiskFromSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDiskSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDomainEntryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInstanceSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInstancesFromSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAlarmCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAutoSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBucketAccessKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteContactMethodCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteContainerImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteContainerServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDiskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDiskSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainEntryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInstanceSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteKnownHostKeysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachCertificateFromDistributionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachDiskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachInstancesFromLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachStaticIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableAddOnCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DownloadDefaultKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableAddOnCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExportSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetActiveNamesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAlarmsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAutoSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBlueprintsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketAccessKeysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketBundlesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBucketsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBundlesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCertificatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCloudFormationStackRecordsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContactMethodsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerAPIMetadataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerLogCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerServiceDeploymentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerServiceMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDistributionMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDistributionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetExportSnapshotRecordsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceAccessDetailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstancePortStatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceStateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetKeyPairsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLoadBalancerMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLoadBalancersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOperationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetOperationsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRegionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseBundlesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseLogEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseMetricDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseParametersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRelationalDatabasesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStaticIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetStaticIpsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/IsVpcPeeredCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/OpenInstancePublicPortsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PeerVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAlarmCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutInstancePublicPortsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RebootInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RebootRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterContainerImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReleaseStaticIpCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetDistributionCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendContactMethodVerificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetResourceAccessForBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TestAlarmCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UnpeerVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBucketBundleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBucketCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateContainerServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDistributionBundleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDomainEntryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateInstanceMetadataOptionsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateLoadBalancerAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRelationalDatabaseCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRelationalDatabaseParametersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/LightsailServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2397 -7646
- package/dist-types/ts3.4/models/models_1.d.ts +44 -514
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface GetContainerAPIMetadataCommandInput
|
|
|
19
19
|
export interface GetContainerAPIMetadataCommandOutput
|
|
20
20
|
extends GetContainerAPIMetadataResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetContainerAPIMetadataCommand extends $Command<
|
|
24
23
|
GetContainerAPIMetadataCommandInput,
|
|
25
24
|
GetContainerAPIMetadataCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetContainerAPIMetadataCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetContainerAPIMetadataCommandInput;
|
|
29
28
|
constructor(input: GetContainerAPIMetadataCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetContainerImagesCommandInput
|
|
|
19
19
|
export interface GetContainerImagesCommandOutput
|
|
20
20
|
extends GetContainerImagesResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetContainerImagesCommand extends $Command<
|
|
24
23
|
GetContainerImagesCommandInput,
|
|
25
24
|
GetContainerImagesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetContainerImagesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetContainerImagesCommandInput;
|
|
29
28
|
constructor(input: GetContainerImagesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetContainerLogCommandInput extends GetContainerLogRequest {}
|
|
|
18
18
|
export interface GetContainerLogCommandOutput
|
|
19
19
|
extends GetContainerLogResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetContainerLogCommand extends $Command<
|
|
23
22
|
GetContainerLogCommandInput,
|
|
24
23
|
GetContainerLogCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetContainerLogCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetContainerLogCommandInput;
|
|
28
27
|
constructor(input: GetContainerLogCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetContainerServiceDeploymentsCommandInput
|
|
|
19
19
|
export interface GetContainerServiceDeploymentsCommandOutput
|
|
20
20
|
extends GetContainerServiceDeploymentsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetContainerServiceDeploymentsCommand extends $Command<
|
|
24
23
|
GetContainerServiceDeploymentsCommandInput,
|
|
25
24
|
GetContainerServiceDeploymentsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetContainerServiceDeploymentsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetContainerServiceDeploymentsCommandInput;
|
|
29
28
|
constructor(input: GetContainerServiceDeploymentsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetContainerServiceMetricDataCommandInput
|
|
|
19
19
|
export interface GetContainerServiceMetricDataCommandOutput
|
|
20
20
|
extends GetContainerServiceMetricDataResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetContainerServiceMetricDataCommand extends $Command<
|
|
24
23
|
GetContainerServiceMetricDataCommandInput,
|
|
25
24
|
GetContainerServiceMetricDataCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetContainerServiceMetricDataCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetContainerServiceMetricDataCommandInput;
|
|
29
28
|
constructor(input: GetContainerServiceMetricDataCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetContainerServicePowersCommandInput
|
|
|
19
19
|
export interface GetContainerServicePowersCommandOutput
|
|
20
20
|
extends GetContainerServicePowersResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetContainerServicePowersCommand extends $Command<
|
|
24
23
|
GetContainerServicePowersCommandInput,
|
|
25
24
|
GetContainerServicePowersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetContainerServicePowersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetContainerServicePowersCommandInput;
|
|
29
28
|
constructor(input: GetContainerServicePowersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetContainerServicesCommandInput
|
|
|
19
19
|
export interface GetContainerServicesCommandOutput
|
|
20
20
|
extends ContainerServicesListResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetContainerServicesCommand extends $Command<
|
|
24
23
|
GetContainerServicesCommandInput,
|
|
25
24
|
GetContainerServicesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetContainerServicesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetContainerServicesCommandInput;
|
|
29
28
|
constructor(input: GetContainerServicesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { GetDiskRequest, GetDiskResult } from "../models/models_0";
|
|
14
14
|
export interface GetDiskCommandInput extends GetDiskRequest {}
|
|
15
15
|
export interface GetDiskCommandOutput extends GetDiskResult, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class GetDiskCommand extends $Command<
|
|
18
17
|
GetDiskCommandInput,
|
|
19
18
|
GetDiskCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class GetDiskCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: GetDiskCommandInput;
|
|
23
22
|
constructor(input: GetDiskCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetDiskSnapshotCommandInput extends GetDiskSnapshotRequest {}
|
|
|
18
18
|
export interface GetDiskSnapshotCommandOutput
|
|
19
19
|
extends GetDiskSnapshotResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetDiskSnapshotCommand extends $Command<
|
|
23
22
|
GetDiskSnapshotCommandInput,
|
|
24
23
|
GetDiskSnapshotCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetDiskSnapshotCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetDiskSnapshotCommandInput;
|
|
28
27
|
constructor(input: GetDiskSnapshotCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetDiskSnapshotsCommandInput extends GetDiskSnapshotsRequest {}
|
|
|
18
18
|
export interface GetDiskSnapshotsCommandOutput
|
|
19
19
|
extends GetDiskSnapshotsResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetDiskSnapshotsCommand extends $Command<
|
|
23
22
|
GetDiskSnapshotsCommandInput,
|
|
24
23
|
GetDiskSnapshotsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetDiskSnapshotsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetDiskSnapshotsCommandInput;
|
|
28
27
|
constructor(input: GetDiskSnapshotsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetDisksCommandInput extends GetDisksRequest {}
|
|
|
15
15
|
export interface GetDisksCommandOutput
|
|
16
16
|
extends GetDisksResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetDisksCommand extends $Command<
|
|
20
19
|
GetDisksCommandInput,
|
|
21
20
|
GetDisksCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetDisksCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetDisksCommandInput;
|
|
25
24
|
constructor(input: GetDisksCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDistributionBundlesCommandInput
|
|
|
19
19
|
export interface GetDistributionBundlesCommandOutput
|
|
20
20
|
extends GetDistributionBundlesResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDistributionBundlesCommand extends $Command<
|
|
24
23
|
GetDistributionBundlesCommandInput,
|
|
25
24
|
GetDistributionBundlesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDistributionBundlesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDistributionBundlesCommandInput;
|
|
29
28
|
constructor(input: GetDistributionBundlesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDistributionLatestCacheResetCommandInput
|
|
|
19
19
|
export interface GetDistributionLatestCacheResetCommandOutput
|
|
20
20
|
extends GetDistributionLatestCacheResetResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDistributionLatestCacheResetCommand extends $Command<
|
|
24
23
|
GetDistributionLatestCacheResetCommandInput,
|
|
25
24
|
GetDistributionLatestCacheResetCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDistributionLatestCacheResetCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDistributionLatestCacheResetCommandInput;
|
|
29
28
|
constructor(input: GetDistributionLatestCacheResetCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDistributionMetricDataCommandInput
|
|
|
19
19
|
export interface GetDistributionMetricDataCommandOutput
|
|
20
20
|
extends GetDistributionMetricDataResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDistributionMetricDataCommand extends $Command<
|
|
24
23
|
GetDistributionMetricDataCommandInput,
|
|
25
24
|
GetDistributionMetricDataCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDistributionMetricDataCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDistributionMetricDataCommandInput;
|
|
29
28
|
constructor(input: GetDistributionMetricDataCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetDistributionsCommandInput extends GetDistributionsRequest {}
|
|
|
18
18
|
export interface GetDistributionsCommandOutput
|
|
19
19
|
extends GetDistributionsResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetDistributionsCommand extends $Command<
|
|
23
22
|
GetDistributionsCommandInput,
|
|
24
23
|
GetDistributionsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetDistributionsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetDistributionsCommandInput;
|
|
28
27
|
constructor(input: GetDistributionsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetDomainCommandInput extends GetDomainRequest {}
|
|
|
15
15
|
export interface GetDomainCommandOutput
|
|
16
16
|
extends GetDomainResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetDomainCommand extends $Command<
|
|
20
19
|
GetDomainCommandInput,
|
|
21
20
|
GetDomainCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetDomainCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetDomainCommandInput;
|
|
25
24
|
constructor(input: GetDomainCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetDomainsCommandInput extends GetDomainsRequest {}
|
|
|
15
15
|
export interface GetDomainsCommandOutput
|
|
16
16
|
extends GetDomainsResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetDomainsCommand extends $Command<
|
|
20
19
|
GetDomainsCommandInput,
|
|
21
20
|
GetDomainsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetDomainsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetDomainsCommandInput;
|
|
25
24
|
constructor(input: GetDomainsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetExportSnapshotRecordsCommandInput
|
|
|
19
19
|
export interface GetExportSnapshotRecordsCommandOutput
|
|
20
20
|
extends GetExportSnapshotRecordsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetExportSnapshotRecordsCommand extends $Command<
|
|
24
23
|
GetExportSnapshotRecordsCommandInput,
|
|
25
24
|
GetExportSnapshotRecordsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetExportSnapshotRecordsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetExportSnapshotRecordsCommandInput;
|
|
29
28
|
constructor(input: GetExportSnapshotRecordsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetInstanceAccessDetailsCommandInput
|
|
|
19
19
|
export interface GetInstanceAccessDetailsCommandOutput
|
|
20
20
|
extends GetInstanceAccessDetailsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetInstanceAccessDetailsCommand extends $Command<
|
|
24
23
|
GetInstanceAccessDetailsCommandInput,
|
|
25
24
|
GetInstanceAccessDetailsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetInstanceAccessDetailsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetInstanceAccessDetailsCommandInput;
|
|
29
28
|
constructor(input: GetInstanceAccessDetailsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetInstanceCommandInput extends GetInstanceRequest {}
|
|
|
15
15
|
export interface GetInstanceCommandOutput
|
|
16
16
|
extends GetInstanceResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetInstanceCommand extends $Command<
|
|
20
19
|
GetInstanceCommandInput,
|
|
21
20
|
GetInstanceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetInstanceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetInstanceCommandInput;
|
|
25
24
|
constructor(input: GetInstanceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetInstanceMetricDataCommandInput
|
|
|
19
19
|
export interface GetInstanceMetricDataCommandOutput
|
|
20
20
|
extends GetInstanceMetricDataResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetInstanceMetricDataCommand extends $Command<
|
|
24
23
|
GetInstanceMetricDataCommandInput,
|
|
25
24
|
GetInstanceMetricDataCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetInstanceMetricDataCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetInstanceMetricDataCommandInput;
|
|
29
28
|
constructor(input: GetInstanceMetricDataCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetInstancePortStatesCommandInput
|
|
|
19
19
|
export interface GetInstancePortStatesCommandOutput
|
|
20
20
|
extends GetInstancePortStatesResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetInstancePortStatesCommand extends $Command<
|
|
24
23
|
GetInstancePortStatesCommandInput,
|
|
25
24
|
GetInstancePortStatesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetInstancePortStatesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetInstancePortStatesCommandInput;
|
|
29
28
|
constructor(input: GetInstancePortStatesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetInstanceSnapshotCommandInput
|
|
|
19
19
|
export interface GetInstanceSnapshotCommandOutput
|
|
20
20
|
extends GetInstanceSnapshotResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetInstanceSnapshotCommand extends $Command<
|
|
24
23
|
GetInstanceSnapshotCommandInput,
|
|
25
24
|
GetInstanceSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetInstanceSnapshotCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetInstanceSnapshotCommandInput;
|
|
29
28
|
constructor(input: GetInstanceSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetInstanceSnapshotsCommandInput
|
|
|
19
19
|
export interface GetInstanceSnapshotsCommandOutput
|
|
20
20
|
extends GetInstanceSnapshotsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetInstanceSnapshotsCommand extends $Command<
|
|
24
23
|
GetInstanceSnapshotsCommandInput,
|
|
25
24
|
GetInstanceSnapshotsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetInstanceSnapshotsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetInstanceSnapshotsCommandInput;
|
|
29
28
|
constructor(input: GetInstanceSnapshotsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetInstanceStateCommandInput extends GetInstanceStateRequest {}
|
|
|
18
18
|
export interface GetInstanceStateCommandOutput
|
|
19
19
|
extends GetInstanceStateResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetInstanceStateCommand extends $Command<
|
|
23
22
|
GetInstanceStateCommandInput,
|
|
24
23
|
GetInstanceStateCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetInstanceStateCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetInstanceStateCommandInput;
|
|
28
27
|
constructor(input: GetInstanceStateCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetInstancesCommandInput extends GetInstancesRequest {}
|
|
|
15
15
|
export interface GetInstancesCommandOutput
|
|
16
16
|
extends GetInstancesResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetInstancesCommand extends $Command<
|
|
20
19
|
GetInstancesCommandInput,
|
|
21
20
|
GetInstancesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetInstancesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetInstancesCommandInput;
|
|
25
24
|
constructor(input: GetInstancesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetKeyPairCommandInput extends GetKeyPairRequest {}
|
|
|
15
15
|
export interface GetKeyPairCommandOutput
|
|
16
16
|
extends GetKeyPairResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetKeyPairCommand extends $Command<
|
|
20
19
|
GetKeyPairCommandInput,
|
|
21
20
|
GetKeyPairCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetKeyPairCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetKeyPairCommandInput;
|
|
25
24
|
constructor(input: GetKeyPairCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetKeyPairsCommandInput extends GetKeyPairsRequest {}
|
|
|
15
15
|
export interface GetKeyPairsCommandOutput
|
|
16
16
|
extends GetKeyPairsResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetKeyPairsCommand extends $Command<
|
|
20
19
|
GetKeyPairsCommandInput,
|
|
21
20
|
GetKeyPairsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetKeyPairsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetKeyPairsCommandInput;
|
|
25
24
|
constructor(input: GetKeyPairsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetLoadBalancerCommandInput extends GetLoadBalancerRequest {}
|
|
|
18
18
|
export interface GetLoadBalancerCommandOutput
|
|
19
19
|
extends GetLoadBalancerResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetLoadBalancerCommand extends $Command<
|
|
23
22
|
GetLoadBalancerCommandInput,
|
|
24
23
|
GetLoadBalancerCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetLoadBalancerCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetLoadBalancerCommandInput;
|
|
28
27
|
constructor(input: GetLoadBalancerCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetLoadBalancerMetricDataCommandInput
|
|
|
19
19
|
export interface GetLoadBalancerMetricDataCommandOutput
|
|
20
20
|
extends GetLoadBalancerMetricDataResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetLoadBalancerMetricDataCommand extends $Command<
|
|
24
23
|
GetLoadBalancerMetricDataCommandInput,
|
|
25
24
|
GetLoadBalancerMetricDataCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetLoadBalancerMetricDataCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetLoadBalancerMetricDataCommandInput;
|
|
29
28
|
constructor(input: GetLoadBalancerMetricDataCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetLoadBalancerTlsCertificatesCommandInput
|
|
|
19
19
|
export interface GetLoadBalancerTlsCertificatesCommandOutput
|
|
20
20
|
extends GetLoadBalancerTlsCertificatesResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetLoadBalancerTlsCertificatesCommand extends $Command<
|
|
24
23
|
GetLoadBalancerTlsCertificatesCommandInput,
|
|
25
24
|
GetLoadBalancerTlsCertificatesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetLoadBalancerTlsCertificatesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetLoadBalancerTlsCertificatesCommandInput;
|
|
29
28
|
constructor(input: GetLoadBalancerTlsCertificatesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetLoadBalancerTlsPoliciesCommandInput
|
|
|
19
19
|
export interface GetLoadBalancerTlsPoliciesCommandOutput
|
|
20
20
|
extends GetLoadBalancerTlsPoliciesResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetLoadBalancerTlsPoliciesCommand extends $Command<
|
|
24
23
|
GetLoadBalancerTlsPoliciesCommandInput,
|
|
25
24
|
GetLoadBalancerTlsPoliciesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetLoadBalancerTlsPoliciesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetLoadBalancerTlsPoliciesCommandInput;
|
|
29
28
|
constructor(input: GetLoadBalancerTlsPoliciesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetLoadBalancersCommandInput extends GetLoadBalancersRequest {}
|
|
|
18
18
|
export interface GetLoadBalancersCommandOutput
|
|
19
19
|
extends GetLoadBalancersResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetLoadBalancersCommand extends $Command<
|
|
23
22
|
GetLoadBalancersCommandInput,
|
|
24
23
|
GetLoadBalancersCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetLoadBalancersCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetLoadBalancersCommandInput;
|
|
28
27
|
constructor(input: GetLoadBalancersCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetOperationCommandInput extends GetOperationRequest {}
|
|
|
15
15
|
export interface GetOperationCommandOutput
|
|
16
16
|
extends GetOperationResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetOperationCommand extends $Command<
|
|
20
19
|
GetOperationCommandInput,
|
|
21
20
|
GetOperationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetOperationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetOperationCommandInput;
|
|
25
24
|
constructor(input: GetOperationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetOperationsCommandInput extends GetOperationsRequest {}
|
|
|
15
15
|
export interface GetOperationsCommandOutput
|
|
16
16
|
extends GetOperationsResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetOperationsCommand extends $Command<
|
|
20
19
|
GetOperationsCommandInput,
|
|
21
20
|
GetOperationsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetOperationsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetOperationsCommandInput;
|
|
25
24
|
constructor(input: GetOperationsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetOperationsForResourceCommandInput
|
|
|
19
19
|
export interface GetOperationsForResourceCommandOutput
|
|
20
20
|
extends GetOperationsForResourceResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetOperationsForResourceCommand extends $Command<
|
|
24
23
|
GetOperationsForResourceCommandInput,
|
|
25
24
|
GetOperationsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetOperationsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetOperationsForResourceCommandInput;
|
|
29
28
|
constructor(input: GetOperationsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetRegionsCommandInput extends GetRegionsRequest {}
|
|
|
15
15
|
export interface GetRegionsCommandOutput
|
|
16
16
|
extends GetRegionsResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetRegionsCommand extends $Command<
|
|
20
19
|
GetRegionsCommandInput,
|
|
21
20
|
GetRegionsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetRegionsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetRegionsCommandInput;
|
|
25
24
|
constructor(input: GetRegionsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRelationalDatabaseBlueprintsCommandInput
|
|
|
19
19
|
export interface GetRelationalDatabaseBlueprintsCommandOutput
|
|
20
20
|
extends GetRelationalDatabaseBlueprintsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRelationalDatabaseBlueprintsCommand extends $Command<
|
|
24
23
|
GetRelationalDatabaseBlueprintsCommandInput,
|
|
25
24
|
GetRelationalDatabaseBlueprintsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRelationalDatabaseBlueprintsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRelationalDatabaseBlueprintsCommandInput;
|
|
29
28
|
constructor(input: GetRelationalDatabaseBlueprintsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRelationalDatabaseBundlesCommandInput
|
|
|
19
19
|
export interface GetRelationalDatabaseBundlesCommandOutput
|
|
20
20
|
extends GetRelationalDatabaseBundlesResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRelationalDatabaseBundlesCommand extends $Command<
|
|
24
23
|
GetRelationalDatabaseBundlesCommandInput,
|
|
25
24
|
GetRelationalDatabaseBundlesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRelationalDatabaseBundlesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRelationalDatabaseBundlesCommandInput;
|
|
29
28
|
constructor(input: GetRelationalDatabaseBundlesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|