@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 DeleteBucketAccessKeyCommandInput
|
|
|
19
19
|
export interface DeleteBucketAccessKeyCommandOutput
|
|
20
20
|
extends DeleteBucketAccessKeyResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteBucketAccessKeyCommand extends $Command<
|
|
24
23
|
DeleteBucketAccessKeyCommandInput,
|
|
25
24
|
DeleteBucketAccessKeyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteBucketAccessKeyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteBucketAccessKeyCommandInput;
|
|
29
28
|
constructor(input: DeleteBucketAccessKeyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteBucketCommandInput extends DeleteBucketRequest {}
|
|
|
15
15
|
export interface DeleteBucketCommandOutput
|
|
16
16
|
extends DeleteBucketResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteBucketCommand extends $Command<
|
|
20
19
|
DeleteBucketCommandInput,
|
|
21
20
|
DeleteBucketCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteBucketCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteBucketCommandInput;
|
|
25
24
|
constructor(input: DeleteBucketCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteCertificateCommandInput
|
|
|
19
19
|
export interface DeleteCertificateCommandOutput
|
|
20
20
|
extends DeleteCertificateResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteCertificateCommand extends $Command<
|
|
24
23
|
DeleteCertificateCommandInput,
|
|
25
24
|
DeleteCertificateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteCertificateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteCertificateCommandInput;
|
|
29
28
|
constructor(input: DeleteCertificateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteContactMethodCommandInput
|
|
|
19
19
|
export interface DeleteContactMethodCommandOutput
|
|
20
20
|
extends DeleteContactMethodResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteContactMethodCommand extends $Command<
|
|
24
23
|
DeleteContactMethodCommandInput,
|
|
25
24
|
DeleteContactMethodCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteContactMethodCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteContactMethodCommandInput;
|
|
29
28
|
constructor(input: DeleteContactMethodCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteContainerImageCommandInput
|
|
|
19
19
|
export interface DeleteContainerImageCommandOutput
|
|
20
20
|
extends DeleteContainerImageResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteContainerImageCommand extends $Command<
|
|
24
23
|
DeleteContainerImageCommandInput,
|
|
25
24
|
DeleteContainerImageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteContainerImageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteContainerImageCommandInput;
|
|
29
28
|
constructor(input: DeleteContainerImageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteContainerServiceCommandInput
|
|
|
19
19
|
export interface DeleteContainerServiceCommandOutput
|
|
20
20
|
extends DeleteContainerServiceResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteContainerServiceCommand extends $Command<
|
|
24
23
|
DeleteContainerServiceCommandInput,
|
|
25
24
|
DeleteContainerServiceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteContainerServiceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteContainerServiceCommandInput;
|
|
29
28
|
constructor(input: DeleteContainerServiceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteDiskCommandInput extends DeleteDiskRequest {}
|
|
|
15
15
|
export interface DeleteDiskCommandOutput
|
|
16
16
|
extends DeleteDiskResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteDiskCommand extends $Command<
|
|
20
19
|
DeleteDiskCommandInput,
|
|
21
20
|
DeleteDiskCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteDiskCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteDiskCommandInput;
|
|
25
24
|
constructor(input: DeleteDiskCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteDiskSnapshotCommandInput
|
|
|
19
19
|
export interface DeleteDiskSnapshotCommandOutput
|
|
20
20
|
extends DeleteDiskSnapshotResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteDiskSnapshotCommand extends $Command<
|
|
24
23
|
DeleteDiskSnapshotCommandInput,
|
|
25
24
|
DeleteDiskSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteDiskSnapshotCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteDiskSnapshotCommandInput;
|
|
29
28
|
constructor(input: DeleteDiskSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteDistributionCommandInput
|
|
|
19
19
|
export interface DeleteDistributionCommandOutput
|
|
20
20
|
extends DeleteDistributionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteDistributionCommand extends $Command<
|
|
24
23
|
DeleteDistributionCommandInput,
|
|
25
24
|
DeleteDistributionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteDistributionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteDistributionCommandInput;
|
|
29
28
|
constructor(input: DeleteDistributionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
|
|
|
15
15
|
export interface DeleteDomainCommandOutput
|
|
16
16
|
extends DeleteDomainResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteDomainCommand extends $Command<
|
|
20
19
|
DeleteDomainCommandInput,
|
|
21
20
|
DeleteDomainCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteDomainCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteDomainCommandInput;
|
|
25
24
|
constructor(input: DeleteDomainCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteDomainEntryCommandInput
|
|
|
19
19
|
export interface DeleteDomainEntryCommandOutput
|
|
20
20
|
extends DeleteDomainEntryResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteDomainEntryCommand extends $Command<
|
|
24
23
|
DeleteDomainEntryCommandInput,
|
|
25
24
|
DeleteDomainEntryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteDomainEntryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteDomainEntryCommandInput;
|
|
29
28
|
constructor(input: DeleteDomainEntryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteInstanceCommandInput extends DeleteInstanceRequest {}
|
|
|
18
18
|
export interface DeleteInstanceCommandOutput
|
|
19
19
|
extends DeleteInstanceResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteInstanceCommand extends $Command<
|
|
23
22
|
DeleteInstanceCommandInput,
|
|
24
23
|
DeleteInstanceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteInstanceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteInstanceCommandInput;
|
|
28
27
|
constructor(input: DeleteInstanceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteInstanceSnapshotCommandInput
|
|
|
19
19
|
export interface DeleteInstanceSnapshotCommandOutput
|
|
20
20
|
extends DeleteInstanceSnapshotResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteInstanceSnapshotCommand extends $Command<
|
|
24
23
|
DeleteInstanceSnapshotCommandInput,
|
|
25
24
|
DeleteInstanceSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteInstanceSnapshotCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteInstanceSnapshotCommandInput;
|
|
29
28
|
constructor(input: DeleteInstanceSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteKeyPairCommandInput extends DeleteKeyPairRequest {}
|
|
|
15
15
|
export interface DeleteKeyPairCommandOutput
|
|
16
16
|
extends DeleteKeyPairResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteKeyPairCommand extends $Command<
|
|
20
19
|
DeleteKeyPairCommandInput,
|
|
21
20
|
DeleteKeyPairCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteKeyPairCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteKeyPairCommandInput;
|
|
25
24
|
constructor(input: DeleteKeyPairCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteKnownHostKeysCommandInput
|
|
|
19
19
|
export interface DeleteKnownHostKeysCommandOutput
|
|
20
20
|
extends DeleteKnownHostKeysResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteKnownHostKeysCommand extends $Command<
|
|
24
23
|
DeleteKnownHostKeysCommandInput,
|
|
25
24
|
DeleteKnownHostKeysCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteKnownHostKeysCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteKnownHostKeysCommandInput;
|
|
29
28
|
constructor(input: DeleteKnownHostKeysCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteLoadBalancerCommandInput
|
|
|
19
19
|
export interface DeleteLoadBalancerCommandOutput
|
|
20
20
|
extends DeleteLoadBalancerResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteLoadBalancerCommand extends $Command<
|
|
24
23
|
DeleteLoadBalancerCommandInput,
|
|
25
24
|
DeleteLoadBalancerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteLoadBalancerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteLoadBalancerCommandInput;
|
|
29
28
|
constructor(input: DeleteLoadBalancerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteLoadBalancerTlsCertificateCommandInput
|
|
|
19
19
|
export interface DeleteLoadBalancerTlsCertificateCommandOutput
|
|
20
20
|
extends DeleteLoadBalancerTlsCertificateResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteLoadBalancerTlsCertificateCommand extends $Command<
|
|
24
23
|
DeleteLoadBalancerTlsCertificateCommandInput,
|
|
25
24
|
DeleteLoadBalancerTlsCertificateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteLoadBalancerTlsCertificateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteLoadBalancerTlsCertificateCommandInput;
|
|
29
28
|
constructor(input: DeleteLoadBalancerTlsCertificateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteRelationalDatabaseCommandInput
|
|
|
19
19
|
export interface DeleteRelationalDatabaseCommandOutput
|
|
20
20
|
extends DeleteRelationalDatabaseResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteRelationalDatabaseCommand extends $Command<
|
|
24
23
|
DeleteRelationalDatabaseCommandInput,
|
|
25
24
|
DeleteRelationalDatabaseCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteRelationalDatabaseCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteRelationalDatabaseCommandInput;
|
|
29
28
|
constructor(input: DeleteRelationalDatabaseCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteRelationalDatabaseSnapshotCommandInput
|
|
|
19
19
|
export interface DeleteRelationalDatabaseSnapshotCommandOutput
|
|
20
20
|
extends DeleteRelationalDatabaseSnapshotResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteRelationalDatabaseSnapshotCommand extends $Command<
|
|
24
23
|
DeleteRelationalDatabaseSnapshotCommandInput,
|
|
25
24
|
DeleteRelationalDatabaseSnapshotCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteRelationalDatabaseSnapshotCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteRelationalDatabaseSnapshotCommandInput;
|
|
29
28
|
constructor(input: DeleteRelationalDatabaseSnapshotCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DetachCertificateFromDistributionCommandInput
|
|
|
19
19
|
export interface DetachCertificateFromDistributionCommandOutput
|
|
20
20
|
extends DetachCertificateFromDistributionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DetachCertificateFromDistributionCommand extends $Command<
|
|
24
23
|
DetachCertificateFromDistributionCommandInput,
|
|
25
24
|
DetachCertificateFromDistributionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DetachCertificateFromDistributionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DetachCertificateFromDistributionCommandInput;
|
|
29
28
|
constructor(input: DetachCertificateFromDistributionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DetachDiskCommandInput extends DetachDiskRequest {}
|
|
|
15
15
|
export interface DetachDiskCommandOutput
|
|
16
16
|
extends DetachDiskResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DetachDiskCommand extends $Command<
|
|
20
19
|
DetachDiskCommandInput,
|
|
21
20
|
DetachDiskCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DetachDiskCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DetachDiskCommandInput;
|
|
25
24
|
constructor(input: DetachDiskCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DetachInstancesFromLoadBalancerCommandInput
|
|
|
19
19
|
export interface DetachInstancesFromLoadBalancerCommandOutput
|
|
20
20
|
extends DetachInstancesFromLoadBalancerResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DetachInstancesFromLoadBalancerCommand extends $Command<
|
|
24
23
|
DetachInstancesFromLoadBalancerCommandInput,
|
|
25
24
|
DetachInstancesFromLoadBalancerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DetachInstancesFromLoadBalancerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DetachInstancesFromLoadBalancerCommandInput;
|
|
29
28
|
constructor(input: DetachInstancesFromLoadBalancerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DetachStaticIpCommandInput extends DetachStaticIpRequest {}
|
|
|
18
18
|
export interface DetachStaticIpCommandOutput
|
|
19
19
|
extends DetachStaticIpResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DetachStaticIpCommand extends $Command<
|
|
23
22
|
DetachStaticIpCommandInput,
|
|
24
23
|
DetachStaticIpCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DetachStaticIpCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DetachStaticIpCommandInput;
|
|
28
27
|
constructor(input: DetachStaticIpCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DisableAddOnCommandInput extends DisableAddOnRequest {}
|
|
|
15
15
|
export interface DisableAddOnCommandOutput
|
|
16
16
|
extends DisableAddOnResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DisableAddOnCommand extends $Command<
|
|
20
19
|
DisableAddOnCommandInput,
|
|
21
20
|
DisableAddOnCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DisableAddOnCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DisableAddOnCommandInput;
|
|
25
24
|
constructor(input: DisableAddOnCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DownloadDefaultKeyPairCommandInput
|
|
|
19
19
|
export interface DownloadDefaultKeyPairCommandOutput
|
|
20
20
|
extends DownloadDefaultKeyPairResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DownloadDefaultKeyPairCommand extends $Command<
|
|
24
23
|
DownloadDefaultKeyPairCommandInput,
|
|
25
24
|
DownloadDefaultKeyPairCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DownloadDefaultKeyPairCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DownloadDefaultKeyPairCommandInput;
|
|
29
28
|
constructor(input: DownloadDefaultKeyPairCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface EnableAddOnCommandInput extends EnableAddOnRequest {}
|
|
|
15
15
|
export interface EnableAddOnCommandOutput
|
|
16
16
|
extends EnableAddOnResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class EnableAddOnCommand extends $Command<
|
|
20
19
|
EnableAddOnCommandInput,
|
|
21
20
|
EnableAddOnCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class EnableAddOnCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: EnableAddOnCommandInput;
|
|
25
24
|
constructor(input: EnableAddOnCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ExportSnapshotCommandInput extends ExportSnapshotRequest {}
|
|
|
18
18
|
export interface ExportSnapshotCommandOutput
|
|
19
19
|
extends ExportSnapshotResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ExportSnapshotCommand extends $Command<
|
|
23
22
|
ExportSnapshotCommandInput,
|
|
24
23
|
ExportSnapshotCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ExportSnapshotCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ExportSnapshotCommandInput;
|
|
28
27
|
constructor(input: ExportSnapshotCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetActiveNamesCommandInput extends GetActiveNamesRequest {}
|
|
|
18
18
|
export interface GetActiveNamesCommandOutput
|
|
19
19
|
extends GetActiveNamesResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetActiveNamesCommand extends $Command<
|
|
23
22
|
GetActiveNamesCommandInput,
|
|
24
23
|
GetActiveNamesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetActiveNamesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetActiveNamesCommandInput;
|
|
28
27
|
constructor(input: GetActiveNamesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetAlarmsCommandInput extends GetAlarmsRequest {}
|
|
|
15
15
|
export interface GetAlarmsCommandOutput
|
|
16
16
|
extends GetAlarmsResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetAlarmsCommand extends $Command<
|
|
20
19
|
GetAlarmsCommandInput,
|
|
21
20
|
GetAlarmsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetAlarmsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetAlarmsCommandInput;
|
|
25
24
|
constructor(input: GetAlarmsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetAutoSnapshotsCommandInput extends GetAutoSnapshotsRequest {}
|
|
|
18
18
|
export interface GetAutoSnapshotsCommandOutput
|
|
19
19
|
extends GetAutoSnapshotsResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetAutoSnapshotsCommand extends $Command<
|
|
23
22
|
GetAutoSnapshotsCommandInput,
|
|
24
23
|
GetAutoSnapshotsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetAutoSnapshotsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetAutoSnapshotsCommandInput;
|
|
28
27
|
constructor(input: GetAutoSnapshotsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetBlueprintsCommandInput extends GetBlueprintsRequest {}
|
|
|
15
15
|
export interface GetBlueprintsCommandOutput
|
|
16
16
|
extends GetBlueprintsResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetBlueprintsCommand extends $Command<
|
|
20
19
|
GetBlueprintsCommandInput,
|
|
21
20
|
GetBlueprintsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetBlueprintsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetBlueprintsCommandInput;
|
|
25
24
|
constructor(input: GetBlueprintsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetBucketAccessKeysCommandInput
|
|
|
19
19
|
export interface GetBucketAccessKeysCommandOutput
|
|
20
20
|
extends GetBucketAccessKeysResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetBucketAccessKeysCommand extends $Command<
|
|
24
23
|
GetBucketAccessKeysCommandInput,
|
|
25
24
|
GetBucketAccessKeysCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetBucketAccessKeysCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetBucketAccessKeysCommandInput;
|
|
29
28
|
constructor(input: GetBucketAccessKeysCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetBucketBundlesCommandInput extends GetBucketBundlesRequest {}
|
|
|
18
18
|
export interface GetBucketBundlesCommandOutput
|
|
19
19
|
extends GetBucketBundlesResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetBucketBundlesCommand extends $Command<
|
|
23
22
|
GetBucketBundlesCommandInput,
|
|
24
23
|
GetBucketBundlesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetBucketBundlesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetBucketBundlesCommandInput;
|
|
28
27
|
constructor(input: GetBucketBundlesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetBucketMetricDataCommandInput
|
|
|
19
19
|
export interface GetBucketMetricDataCommandOutput
|
|
20
20
|
extends GetBucketMetricDataResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetBucketMetricDataCommand extends $Command<
|
|
24
23
|
GetBucketMetricDataCommandInput,
|
|
25
24
|
GetBucketMetricDataCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetBucketMetricDataCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetBucketMetricDataCommandInput;
|
|
29
28
|
constructor(input: GetBucketMetricDataCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetBucketsCommandInput extends GetBucketsRequest {}
|
|
|
15
15
|
export interface GetBucketsCommandOutput
|
|
16
16
|
extends GetBucketsResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetBucketsCommand extends $Command<
|
|
20
19
|
GetBucketsCommandInput,
|
|
21
20
|
GetBucketsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetBucketsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetBucketsCommandInput;
|
|
25
24
|
constructor(input: GetBucketsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetBundlesCommandInput extends GetBundlesRequest {}
|
|
|
15
15
|
export interface GetBundlesCommandOutput
|
|
16
16
|
extends GetBundlesResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetBundlesCommand extends $Command<
|
|
20
19
|
GetBundlesCommandInput,
|
|
21
20
|
GetBundlesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetBundlesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetBundlesCommandInput;
|
|
25
24
|
constructor(input: GetBundlesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetCertificatesCommandInput extends GetCertificatesRequest {}
|
|
|
18
18
|
export interface GetCertificatesCommandOutput
|
|
19
19
|
extends GetCertificatesResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetCertificatesCommand extends $Command<
|
|
23
22
|
GetCertificatesCommandInput,
|
|
24
23
|
GetCertificatesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetCertificatesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetCertificatesCommandInput;
|
|
28
27
|
constructor(input: GetCertificatesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetCloudFormationStackRecordsCommandInput
|
|
|
19
19
|
export interface GetCloudFormationStackRecordsCommandOutput
|
|
20
20
|
extends GetCloudFormationStackRecordsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetCloudFormationStackRecordsCommand extends $Command<
|
|
24
23
|
GetCloudFormationStackRecordsCommandInput,
|
|
25
24
|
GetCloudFormationStackRecordsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetCloudFormationStackRecordsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetCloudFormationStackRecordsCommandInput;
|
|
29
28
|
constructor(input: GetCloudFormationStackRecordsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetContactMethodsCommandInput
|
|
|
19
19
|
export interface GetContactMethodsCommandOutput
|
|
20
20
|
extends GetContactMethodsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetContactMethodsCommand extends $Command<
|
|
24
23
|
GetContactMethodsCommandInput,
|
|
25
24
|
GetContactMethodsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetContactMethodsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetContactMethodsCommandInput;
|
|
29
28
|
constructor(input: GetContactMethodsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: LightsailClientResolvedConfig,
|