@aws-sdk/client-lightsail 3.278.0 → 3.281.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 +6 -6
|
@@ -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 { StopInstanceRequest, StopInstanceResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StopInstanceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StopInstanceCommandInput extends StopInstanceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StopInstanceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StopInstanceCommandOutput extends StopInstanceResult, __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 { StopRelationalDatabaseRequest, StopRelationalDatabaseResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StopRelationalDatabaseCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StopRelationalDatabaseCommandInput extends StopRelationalDatabaseRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StopRelationalDatabaseCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StopRelationalDatabaseCommandOutput extends StopRelationalDatabaseResult, __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 { TagResourceRequest, TagResourceResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TagResourceCommandOutput extends TagResourceResult, __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 { TestAlarmRequest, TestAlarmResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TestAlarmCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TestAlarmCommandInput extends TestAlarmRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TestAlarmCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TestAlarmCommandOutput extends TestAlarmResult, __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 { UnpeerVpcRequest, UnpeerVpcResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UnpeerVpcCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UnpeerVpcCommandInput extends UnpeerVpcRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UnpeerVpcCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UnpeerVpcCommandOutput extends UnpeerVpcResult, __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 { UntagResourceRequest, UntagResourceResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UntagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UntagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UntagResourceCommandOutput extends UntagResourceResult, __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 { UpdateBucketBundleRequest, UpdateBucketBundleResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateBucketBundleCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateBucketBundleCommandInput extends UpdateBucketBundleRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateBucketBundleCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateBucketBundleCommandOutput extends UpdateBucketBundleResult, __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 { UpdateBucketRequest, UpdateBucketResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateBucketCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateBucketCommandInput extends UpdateBucketRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateBucketCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateBucketCommandOutput extends UpdateBucketResult, __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 { UpdateContainerServiceRequest, UpdateContainerServiceResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateContainerServiceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateContainerServiceCommandInput extends UpdateContainerServiceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateContainerServiceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateContainerServiceCommandOutput extends UpdateContainerServiceResult, __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 { UpdateDistributionBundleRequest, UpdateDistributionBundleResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateDistributionBundleCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateDistributionBundleCommandInput extends UpdateDistributionBundleRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateDistributionBundleCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateDistributionBundleCommandOutput extends UpdateDistributionBundleResult, __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 { UpdateDistributionRequest, UpdateDistributionResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateDistributionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateDistributionCommandInput extends UpdateDistributionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateDistributionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateDistributionCommandOutput extends UpdateDistributionResult, __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 { UpdateDomainEntryRequest, UpdateDomainEntryResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateDomainEntryCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateDomainEntryCommandInput extends UpdateDomainEntryRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateDomainEntryCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateDomainEntryCommandOutput extends UpdateDomainEntryResult, __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 { UpdateInstanceMetadataOptionsRequest, UpdateInstanceMetadataOptionsResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateInstanceMetadataOptionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateInstanceMetadataOptionsCommandInput extends UpdateInstanceMetadataOptionsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateInstanceMetadataOptionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateInstanceMetadataOptionsCommandOutput extends UpdateInstanceMetadataOptionsResult, __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 { UpdateLoadBalancerAttributeRequest, UpdateLoadBalancerAttributeResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateLoadBalancerAttributeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateLoadBalancerAttributeCommandInput extends UpdateLoadBalancerAttributeRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateLoadBalancerAttributeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateLoadBalancerAttributeCommandOutput extends UpdateLoadBalancerAttributeResult, __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 { UpdateRelationalDatabaseRequest, UpdateRelationalDatabaseResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateRelationalDatabaseCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateRelationalDatabaseCommandInput extends UpdateRelationalDatabaseRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateRelationalDatabaseCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateRelationalDatabaseCommandOutput extends UpdateRelationalDatabaseResult, __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 { UpdateRelationalDatabaseParametersRequest, UpdateRelationalDatabaseParametersResult } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateRelationalDatabaseParametersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateRelationalDatabaseParametersCommandInput extends UpdateRelationalDatabaseParametersRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateRelationalDatabaseParametersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateRelationalDatabaseParametersCommandOutput extends UpdateRelationalDatabaseParametersResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -20,6 +20,7 @@ export * from "./CreateDiskSnapshotCommand";
|
|
|
20
20
|
export * from "./CreateDistributionCommand";
|
|
21
21
|
export * from "./CreateDomainCommand";
|
|
22
22
|
export * from "./CreateDomainEntryCommand";
|
|
23
|
+
export * from "./CreateGUISessionAccessDetailsCommand";
|
|
23
24
|
export * from "./CreateInstanceSnapshotCommand";
|
|
24
25
|
export * from "./CreateInstancesCommand";
|
|
25
26
|
export * from "./CreateInstancesFromSnapshotCommand";
|
|
@@ -77,6 +78,7 @@ export * from "./GetContainerServiceDeploymentsCommand";
|
|
|
77
78
|
export * from "./GetContainerServiceMetricDataCommand";
|
|
78
79
|
export * from "./GetContainerServicePowersCommand";
|
|
79
80
|
export * from "./GetContainerServicesCommand";
|
|
81
|
+
export * from "./GetCostEstimateCommand";
|
|
80
82
|
export * from "./GetDiskCommand";
|
|
81
83
|
export * from "./GetDiskSnapshotCommand";
|
|
82
84
|
export * from "./GetDiskSnapshotsCommand";
|
|
@@ -135,8 +137,10 @@ export * from "./ResetDistributionCacheCommand";
|
|
|
135
137
|
export * from "./SendContactMethodVerificationCommand";
|
|
136
138
|
export * from "./SetIpAddressTypeCommand";
|
|
137
139
|
export * from "./SetResourceAccessForBucketCommand";
|
|
140
|
+
export * from "./StartGUISessionCommand";
|
|
138
141
|
export * from "./StartInstanceCommand";
|
|
139
142
|
export * from "./StartRelationalDatabaseCommand";
|
|
143
|
+
export * from "./StopGUISessionCommand";
|
|
140
144
|
export * from "./StopInstanceCommand";
|
|
141
145
|
export * from "./StopRelationalDatabaseCommand";
|
|
142
146
|
export * from "./TagResourceCommand";
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region?: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|