@aws-sdk/client-lightsail 3.279.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 +3 -3
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
LightsailClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../LightsailClient";
|
|
14
|
+
import {
|
|
15
|
+
GetCostEstimateRequest,
|
|
16
|
+
GetCostEstimateResult,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export interface GetCostEstimateCommandInput extends GetCostEstimateRequest {}
|
|
19
|
+
export interface GetCostEstimateCommandOutput
|
|
20
|
+
extends GetCostEstimateResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetCostEstimateCommand extends $Command<
|
|
23
|
+
GetCostEstimateCommandInput,
|
|
24
|
+
GetCostEstimateCommandOutput,
|
|
25
|
+
LightsailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetCostEstimateCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: GetCostEstimateCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LightsailClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetCostEstimateCommandInput, GetCostEstimateCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LightsailClient";
|
|
14
|
-
import { GetDiskRequest, GetDiskResult } from "../models/
|
|
14
|
+
import { GetDiskRequest, GetDiskResult } from "../models/models_1";
|
|
15
15
|
export interface GetDiskCommandInput extends GetDiskRequest {}
|
|
16
16
|
export interface GetDiskCommandOutput extends GetDiskResult, __MetadataBearer {}
|
|
17
17
|
export declare class GetDiskCommand extends $Command<
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
GetDiskSnapshotRequest,
|
|
16
16
|
GetDiskSnapshotResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface GetDiskSnapshotCommandInput extends GetDiskSnapshotRequest {}
|
|
19
19
|
export interface GetDiskSnapshotCommandOutput
|
|
20
20
|
extends GetDiskSnapshotResult,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
GetDiskSnapshotsRequest,
|
|
16
16
|
GetDiskSnapshotsResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface GetDiskSnapshotsCommandInput extends GetDiskSnapshotsRequest {}
|
|
19
19
|
export interface GetDiskSnapshotsCommandOutput
|
|
20
20
|
extends GetDiskSnapshotsResult,
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LightsailClient";
|
|
14
|
-
import { GetDisksRequest, GetDisksResult } from "../models/
|
|
14
|
+
import { GetDisksRequest, GetDisksResult } from "../models/models_1";
|
|
15
15
|
export interface GetDisksCommandInput extends GetDisksRequest {}
|
|
16
16
|
export interface GetDisksCommandOutput
|
|
17
17
|
extends GetDisksResult,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
GetDistributionBundlesRequest,
|
|
16
16
|
GetDistributionBundlesResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface GetDistributionBundlesCommandInput
|
|
19
19
|
extends GetDistributionBundlesRequest {}
|
|
20
20
|
export interface GetDistributionBundlesCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
GetDistributionLatestCacheResetRequest,
|
|
16
16
|
GetDistributionLatestCacheResetResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface GetDistributionLatestCacheResetCommandInput
|
|
19
19
|
extends GetDistributionLatestCacheResetRequest {}
|
|
20
20
|
export interface GetDistributionLatestCacheResetCommandOutput
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
LightsailClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../LightsailClient";
|
|
14
|
+
import {
|
|
15
|
+
StartGUISessionRequest,
|
|
16
|
+
StartGUISessionResult,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export interface StartGUISessionCommandInput extends StartGUISessionRequest {}
|
|
19
|
+
export interface StartGUISessionCommandOutput
|
|
20
|
+
extends StartGUISessionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StartGUISessionCommand extends $Command<
|
|
23
|
+
StartGUISessionCommandInput,
|
|
24
|
+
StartGUISessionCommandOutput,
|
|
25
|
+
LightsailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartGUISessionCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: StartGUISessionCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LightsailClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<StartGUISessionCommandInput, StartGUISessionCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
LightsailClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../LightsailClient";
|
|
14
|
+
import {
|
|
15
|
+
StopGUISessionRequest,
|
|
16
|
+
StopGUISessionResult,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export interface StopGUISessionCommandInput extends StopGUISessionRequest {}
|
|
19
|
+
export interface StopGUISessionCommandOutput
|
|
20
|
+
extends StopGUISessionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StopGUISessionCommand extends $Command<
|
|
23
|
+
StopGUISessionCommandInput,
|
|
24
|
+
StopGUISessionCommandOutput,
|
|
25
|
+
LightsailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StopGUISessionCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: StopGUISessionCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: LightsailClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<StopGUISessionCommandInput, StopGUISessionCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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";
|
|
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
27
27
|
defaultSigningName: string;
|
|
28
28
|
};
|
|
29
29
|
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
-
Region
|
|
30
|
+
Region?: string;
|
|
31
31
|
UseDualStack?: boolean;
|
|
32
32
|
UseFIPS?: boolean;
|
|
33
33
|
Endpoint?: string;
|
|
@@ -78,16 +78,24 @@ export interface AddOn {
|
|
|
78
78
|
status?: string;
|
|
79
79
|
snapshotTimeOfDay?: string;
|
|
80
80
|
nextSnapshotTimeOfDay?: string;
|
|
81
|
+
threshold?: string;
|
|
82
|
+
duration?: string;
|
|
81
83
|
}
|
|
82
84
|
export declare enum AddOnType {
|
|
83
85
|
AutoSnapshot = "AutoSnapshot",
|
|
86
|
+
StopInstanceOnIdle = "StopInstanceOnIdle",
|
|
84
87
|
}
|
|
85
88
|
export interface AutoSnapshotAddOnRequest {
|
|
86
89
|
snapshotTimeOfDay?: string;
|
|
87
90
|
}
|
|
91
|
+
export interface StopInstanceOnIdleRequest {
|
|
92
|
+
threshold?: string;
|
|
93
|
+
duration?: string;
|
|
94
|
+
}
|
|
88
95
|
export interface AddOnRequest {
|
|
89
96
|
addOnType: AddOnType | string | undefined;
|
|
90
97
|
autoSnapshotAddOnRequest?: AutoSnapshotAddOnRequest;
|
|
98
|
+
stopInstanceOnIdleRequest?: StopInstanceOnIdleRequest;
|
|
91
99
|
}
|
|
92
100
|
export declare enum ComparisonOperator {
|
|
93
101
|
GreaterThanOrEqualToThreshold = "GreaterThanOrEqualToThreshold",
|
|
@@ -312,8 +320,10 @@ export declare enum OperationType {
|
|
|
312
320
|
SendContactMethodVerification = "SendContactMethodVerification",
|
|
313
321
|
SetIpAddressType = "SetIpAddressType",
|
|
314
322
|
SetResourceAccessForBucket = "SetResourceAccessForBucket",
|
|
323
|
+
StartGUISession = "StartGUISession",
|
|
315
324
|
StartInstance = "StartInstance",
|
|
316
325
|
StartRelationalDatabase = "StartRelationalDatabase",
|
|
326
|
+
StopGUISession = "StopGUISession",
|
|
317
327
|
StopInstance = "StopInstance",
|
|
318
328
|
StopRelationalDatabase = "StopRelationalDatabase",
|
|
319
329
|
TestAlarm = "TestAlarm",
|
|
@@ -398,6 +408,9 @@ export declare class UnauthenticatedException extends __BaseException {
|
|
|
398
408
|
opts: __ExceptionOptionType<UnauthenticatedException, __BaseException>
|
|
399
409
|
);
|
|
400
410
|
}
|
|
411
|
+
export declare enum AppCategory {
|
|
412
|
+
LfR = "LfR",
|
|
413
|
+
}
|
|
401
414
|
export interface AttachCertificateToDistributionRequest {
|
|
402
415
|
distributionName: string | undefined;
|
|
403
416
|
certificateName: string | undefined;
|
|
@@ -409,6 +422,7 @@ export interface AttachDiskRequest {
|
|
|
409
422
|
diskName: string | undefined;
|
|
410
423
|
instanceName: string | undefined;
|
|
411
424
|
diskPath: string | undefined;
|
|
425
|
+
autoMounting?: boolean;
|
|
412
426
|
}
|
|
413
427
|
export interface AttachDiskResult {
|
|
414
428
|
operations?: Operation[];
|
|
@@ -442,6 +456,12 @@ export interface AttachStaticIpRequest {
|
|
|
442
456
|
export interface AttachStaticIpResult {
|
|
443
457
|
operations?: Operation[];
|
|
444
458
|
}
|
|
459
|
+
export declare enum AutoMountStatus {
|
|
460
|
+
Failed = "Failed",
|
|
461
|
+
Mounted = "Mounted",
|
|
462
|
+
NotMounted = "NotMounted",
|
|
463
|
+
Pending = "Pending",
|
|
464
|
+
}
|
|
445
465
|
export declare enum AutoSnapshotStatus {
|
|
446
466
|
FAILED = "Failed",
|
|
447
467
|
IN_PROGRESS = "InProgress",
|
|
@@ -483,6 +503,7 @@ export interface Blueprint {
|
|
|
483
503
|
productUrl?: string;
|
|
484
504
|
licenseUrl?: string;
|
|
485
505
|
platform?: InstancePlatform | string;
|
|
506
|
+
appCategory?: AppCategory | string;
|
|
486
507
|
}
|
|
487
508
|
export interface BucketAccessLogConfig {
|
|
488
509
|
enabled: boolean | undefined;
|
|
@@ -539,6 +560,7 @@ export interface Bundle {
|
|
|
539
560
|
ramSizeInGb?: number;
|
|
540
561
|
transferPerMonthInGb?: number;
|
|
541
562
|
supportedPlatforms?: (InstancePlatform | string)[];
|
|
563
|
+
supportedAppCategories?: (AppCategory | string)[];
|
|
542
564
|
}
|
|
543
565
|
export interface CacheBehavior {
|
|
544
566
|
behavior?: BehaviorEnum | string;
|
|
@@ -885,6 +907,31 @@ export interface CopySnapshotRequest {
|
|
|
885
907
|
export interface CopySnapshotResult {
|
|
886
908
|
operations?: Operation[];
|
|
887
909
|
}
|
|
910
|
+
export declare enum Currency {
|
|
911
|
+
USD = "USD",
|
|
912
|
+
}
|
|
913
|
+
export declare enum PricingUnit {
|
|
914
|
+
Bundles = "Bundles",
|
|
915
|
+
GB = "GB",
|
|
916
|
+
GBMo = "GB-Mo",
|
|
917
|
+
Hrs = "Hrs",
|
|
918
|
+
Queries = "Queries",
|
|
919
|
+
}
|
|
920
|
+
export interface TimePeriod {
|
|
921
|
+
start?: Date;
|
|
922
|
+
end?: Date;
|
|
923
|
+
}
|
|
924
|
+
export interface EstimateByTime {
|
|
925
|
+
usageCost?: number;
|
|
926
|
+
pricingUnit?: PricingUnit | string;
|
|
927
|
+
unit?: number;
|
|
928
|
+
currency?: Currency | string;
|
|
929
|
+
timePeriod?: TimePeriod;
|
|
930
|
+
}
|
|
931
|
+
export interface CostEstimate {
|
|
932
|
+
usageType?: string;
|
|
933
|
+
resultsByTime?: EstimateByTime[];
|
|
934
|
+
}
|
|
888
935
|
export interface CreateBucketRequest {
|
|
889
936
|
bucketName: string | undefined;
|
|
890
937
|
bundleId: string | undefined;
|
|
@@ -1075,6 +1122,33 @@ export interface CreateDomainEntryRequest {
|
|
|
1075
1122
|
export interface CreateDomainEntryResult {
|
|
1076
1123
|
operation?: Operation;
|
|
1077
1124
|
}
|
|
1125
|
+
export interface CreateGUISessionAccessDetailsRequest {
|
|
1126
|
+
resourceName: string | undefined;
|
|
1127
|
+
}
|
|
1128
|
+
export interface Session {
|
|
1129
|
+
name?: string;
|
|
1130
|
+
url?: string;
|
|
1131
|
+
isPrimary?: boolean;
|
|
1132
|
+
}
|
|
1133
|
+
export declare enum Status {
|
|
1134
|
+
FailedInstanceCreation = "failedInstanceCreation",
|
|
1135
|
+
FailedStartingGUISession = "failedStartingGUISession",
|
|
1136
|
+
FailedStoppingGUISession = "failedStoppingGUISession",
|
|
1137
|
+
NotStarted = "notStarted",
|
|
1138
|
+
SettingUpInstance = "settingUpInstance",
|
|
1139
|
+
StartExpired = "startExpired",
|
|
1140
|
+
Started = "started",
|
|
1141
|
+
Starting = "starting",
|
|
1142
|
+
Stopped = "stopped",
|
|
1143
|
+
Stopping = "stopping",
|
|
1144
|
+
}
|
|
1145
|
+
export interface CreateGUISessionAccessDetailsResult {
|
|
1146
|
+
resourceName?: string;
|
|
1147
|
+
status?: Status | string;
|
|
1148
|
+
percentageComplete?: number;
|
|
1149
|
+
failureReason?: string;
|
|
1150
|
+
sessions?: Session[];
|
|
1151
|
+
}
|
|
1078
1152
|
export interface CreateInstancesRequest {
|
|
1079
1153
|
instanceNames: string[] | undefined;
|
|
1080
1154
|
availabilityZone: string | undefined;
|
|
@@ -1389,6 +1463,7 @@ export interface Disk {
|
|
|
1389
1463
|
isAttached?: boolean;
|
|
1390
1464
|
attachmentState?: string;
|
|
1391
1465
|
gbInUse?: number;
|
|
1466
|
+
autoMountStatus?: AutoMountStatus | string;
|
|
1392
1467
|
}
|
|
1393
1468
|
export interface DiskInfo {
|
|
1394
1469
|
name?: string;
|
|
@@ -1547,6 +1622,7 @@ export interface GetAutoSnapshotsResult {
|
|
|
1547
1622
|
export interface GetBlueprintsRequest {
|
|
1548
1623
|
includeInactive?: boolean;
|
|
1549
1624
|
pageToken?: string;
|
|
1625
|
+
appCategory?: AppCategory | string;
|
|
1550
1626
|
}
|
|
1551
1627
|
export interface GetBlueprintsResult {
|
|
1552
1628
|
blueprints?: Blueprint[];
|
|
@@ -1599,6 +1675,7 @@ export interface GetBucketsResult {
|
|
|
1599
1675
|
export interface GetBundlesRequest {
|
|
1600
1676
|
includeInactive?: boolean;
|
|
1601
1677
|
pageToken?: string;
|
|
1678
|
+
appCategory?: AppCategory | string;
|
|
1602
1679
|
}
|
|
1603
1680
|
export interface GetBundlesResult {
|
|
1604
1681
|
bundles?: Bundle[];
|
|
@@ -1672,43 +1749,6 @@ export interface GetContainerServicePowersResult {
|
|
|
1672
1749
|
export interface GetContainerServicesRequest {
|
|
1673
1750
|
serviceName?: string;
|
|
1674
1751
|
}
|
|
1675
|
-
export interface GetDiskRequest {
|
|
1676
|
-
diskName: string | undefined;
|
|
1677
|
-
}
|
|
1678
|
-
export interface GetDiskResult {
|
|
1679
|
-
disk?: Disk;
|
|
1680
|
-
}
|
|
1681
|
-
export interface GetDisksRequest {
|
|
1682
|
-
pageToken?: string;
|
|
1683
|
-
}
|
|
1684
|
-
export interface GetDisksResult {
|
|
1685
|
-
disks?: Disk[];
|
|
1686
|
-
nextPageToken?: string;
|
|
1687
|
-
}
|
|
1688
|
-
export interface GetDiskSnapshotRequest {
|
|
1689
|
-
diskSnapshotName: string | undefined;
|
|
1690
|
-
}
|
|
1691
|
-
export interface GetDiskSnapshotResult {
|
|
1692
|
-
diskSnapshot?: DiskSnapshot;
|
|
1693
|
-
}
|
|
1694
|
-
export interface GetDiskSnapshotsRequest {
|
|
1695
|
-
pageToken?: string;
|
|
1696
|
-
}
|
|
1697
|
-
export interface GetDiskSnapshotsResult {
|
|
1698
|
-
diskSnapshots?: DiskSnapshot[];
|
|
1699
|
-
nextPageToken?: string;
|
|
1700
|
-
}
|
|
1701
|
-
export interface GetDistributionBundlesRequest {}
|
|
1702
|
-
export interface GetDistributionBundlesResult {
|
|
1703
|
-
bundles?: DistributionBundle[];
|
|
1704
|
-
}
|
|
1705
|
-
export interface GetDistributionLatestCacheResetRequest {
|
|
1706
|
-
distributionName?: string;
|
|
1707
|
-
}
|
|
1708
|
-
export interface GetDistributionLatestCacheResetResult {
|
|
1709
|
-
status?: string;
|
|
1710
|
-
createTime?: Date;
|
|
1711
|
-
}
|
|
1712
1752
|
export declare const AccessKeyLastUsedFilterSensitiveLog: (
|
|
1713
1753
|
obj: AccessKeyLastUsed
|
|
1714
1754
|
) => any;
|
|
@@ -1724,6 +1764,9 @@ export declare const AddOnFilterSensitiveLog: (obj: AddOn) => any;
|
|
|
1724
1764
|
export declare const AutoSnapshotAddOnRequestFilterSensitiveLog: (
|
|
1725
1765
|
obj: AutoSnapshotAddOnRequest
|
|
1726
1766
|
) => any;
|
|
1767
|
+
export declare const StopInstanceOnIdleRequestFilterSensitiveLog: (
|
|
1768
|
+
obj: StopInstanceOnIdleRequest
|
|
1769
|
+
) => any;
|
|
1727
1770
|
export declare const AddOnRequestFilterSensitiveLog: (obj: AddOnRequest) => any;
|
|
1728
1771
|
export declare const ResourceLocationFilterSensitiveLog: (
|
|
1729
1772
|
obj: ResourceLocation
|
|
@@ -1887,6 +1930,11 @@ export declare const CopySnapshotRequestFilterSensitiveLog: (
|
|
|
1887
1930
|
export declare const CopySnapshotResultFilterSensitiveLog: (
|
|
1888
1931
|
obj: CopySnapshotResult
|
|
1889
1932
|
) => any;
|
|
1933
|
+
export declare const TimePeriodFilterSensitiveLog: (obj: TimePeriod) => any;
|
|
1934
|
+
export declare const EstimateByTimeFilterSensitiveLog: (
|
|
1935
|
+
obj: EstimateByTime
|
|
1936
|
+
) => any;
|
|
1937
|
+
export declare const CostEstimateFilterSensitiveLog: (obj: CostEstimate) => any;
|
|
1890
1938
|
export declare const CreateBucketRequestFilterSensitiveLog: (
|
|
1891
1939
|
obj: CreateBucketRequest
|
|
1892
1940
|
) => any;
|
|
@@ -1983,6 +2031,13 @@ export declare const CreateDomainEntryRequestFilterSensitiveLog: (
|
|
|
1983
2031
|
export declare const CreateDomainEntryResultFilterSensitiveLog: (
|
|
1984
2032
|
obj: CreateDomainEntryResult
|
|
1985
2033
|
) => any;
|
|
2034
|
+
export declare const CreateGUISessionAccessDetailsRequestFilterSensitiveLog: (
|
|
2035
|
+
obj: CreateGUISessionAccessDetailsRequest
|
|
2036
|
+
) => any;
|
|
2037
|
+
export declare const SessionFilterSensitiveLog: (obj: Session) => any;
|
|
2038
|
+
export declare const CreateGUISessionAccessDetailsResultFilterSensitiveLog: (
|
|
2039
|
+
obj: CreateGUISessionAccessDetailsResult
|
|
2040
|
+
) => any;
|
|
1986
2041
|
export declare const CreateInstancesRequestFilterSensitiveLog: (
|
|
1987
2042
|
obj: CreateInstancesRequest
|
|
1988
2043
|
) => any;
|
|
@@ -2354,39 +2409,3 @@ export declare const GetContainerServicePowersResultFilterSensitiveLog: (
|
|
|
2354
2409
|
export declare const GetContainerServicesRequestFilterSensitiveLog: (
|
|
2355
2410
|
obj: GetContainerServicesRequest
|
|
2356
2411
|
) => any;
|
|
2357
|
-
export declare const GetDiskRequestFilterSensitiveLog: (
|
|
2358
|
-
obj: GetDiskRequest
|
|
2359
|
-
) => any;
|
|
2360
|
-
export declare const GetDiskResultFilterSensitiveLog: (
|
|
2361
|
-
obj: GetDiskResult
|
|
2362
|
-
) => any;
|
|
2363
|
-
export declare const GetDisksRequestFilterSensitiveLog: (
|
|
2364
|
-
obj: GetDisksRequest
|
|
2365
|
-
) => any;
|
|
2366
|
-
export declare const GetDisksResultFilterSensitiveLog: (
|
|
2367
|
-
obj: GetDisksResult
|
|
2368
|
-
) => any;
|
|
2369
|
-
export declare const GetDiskSnapshotRequestFilterSensitiveLog: (
|
|
2370
|
-
obj: GetDiskSnapshotRequest
|
|
2371
|
-
) => any;
|
|
2372
|
-
export declare const GetDiskSnapshotResultFilterSensitiveLog: (
|
|
2373
|
-
obj: GetDiskSnapshotResult
|
|
2374
|
-
) => any;
|
|
2375
|
-
export declare const GetDiskSnapshotsRequestFilterSensitiveLog: (
|
|
2376
|
-
obj: GetDiskSnapshotsRequest
|
|
2377
|
-
) => any;
|
|
2378
|
-
export declare const GetDiskSnapshotsResultFilterSensitiveLog: (
|
|
2379
|
-
obj: GetDiskSnapshotsResult
|
|
2380
|
-
) => any;
|
|
2381
|
-
export declare const GetDistributionBundlesRequestFilterSensitiveLog: (
|
|
2382
|
-
obj: GetDistributionBundlesRequest
|
|
2383
|
-
) => any;
|
|
2384
|
-
export declare const GetDistributionBundlesResultFilterSensitiveLog: (
|
|
2385
|
-
obj: GetDistributionBundlesResult
|
|
2386
|
-
) => any;
|
|
2387
|
-
export declare const GetDistributionLatestCacheResetRequestFilterSensitiveLog: (
|
|
2388
|
-
obj: GetDistributionLatestCacheResetRequest
|
|
2389
|
-
) => any;
|
|
2390
|
-
export declare const GetDistributionLatestCacheResetResultFilterSensitiveLog: (
|
|
2391
|
-
obj: GetDistributionLatestCacheResetResult
|
|
2392
|
-
) => any;
|
|
@@ -15,7 +15,10 @@ import {
|
|
|
15
15
|
ContainerImage,
|
|
16
16
|
ContainerService,
|
|
17
17
|
ContainerServicePowerName,
|
|
18
|
+
CostEstimate,
|
|
18
19
|
Disk,
|
|
20
|
+
DiskSnapshot,
|
|
21
|
+
DistributionBundle,
|
|
19
22
|
DistributionMetricName,
|
|
20
23
|
Domain,
|
|
21
24
|
DomainEntry,
|
|
@@ -38,6 +41,58 @@ import {
|
|
|
38
41
|
Tag,
|
|
39
42
|
TreatMissingData,
|
|
40
43
|
} from "./models_0";
|
|
44
|
+
export interface GetCostEstimateRequest {
|
|
45
|
+
resourceName: string | undefined;
|
|
46
|
+
startTime: Date | undefined;
|
|
47
|
+
endTime: Date | undefined;
|
|
48
|
+
}
|
|
49
|
+
export interface ResourceBudgetEstimate {
|
|
50
|
+
resourceName?: string;
|
|
51
|
+
resourceType?: ResourceType | string;
|
|
52
|
+
costEstimates?: CostEstimate[];
|
|
53
|
+
startTime?: Date;
|
|
54
|
+
endTime?: Date;
|
|
55
|
+
}
|
|
56
|
+
export interface GetCostEstimateResult {
|
|
57
|
+
resourcesBudgetEstimate?: ResourceBudgetEstimate[];
|
|
58
|
+
}
|
|
59
|
+
export interface GetDiskRequest {
|
|
60
|
+
diskName: string | undefined;
|
|
61
|
+
}
|
|
62
|
+
export interface GetDiskResult {
|
|
63
|
+
disk?: Disk;
|
|
64
|
+
}
|
|
65
|
+
export interface GetDisksRequest {
|
|
66
|
+
pageToken?: string;
|
|
67
|
+
}
|
|
68
|
+
export interface GetDisksResult {
|
|
69
|
+
disks?: Disk[];
|
|
70
|
+
nextPageToken?: string;
|
|
71
|
+
}
|
|
72
|
+
export interface GetDiskSnapshotRequest {
|
|
73
|
+
diskSnapshotName: string | undefined;
|
|
74
|
+
}
|
|
75
|
+
export interface GetDiskSnapshotResult {
|
|
76
|
+
diskSnapshot?: DiskSnapshot;
|
|
77
|
+
}
|
|
78
|
+
export interface GetDiskSnapshotsRequest {
|
|
79
|
+
pageToken?: string;
|
|
80
|
+
}
|
|
81
|
+
export interface GetDiskSnapshotsResult {
|
|
82
|
+
diskSnapshots?: DiskSnapshot[];
|
|
83
|
+
nextPageToken?: string;
|
|
84
|
+
}
|
|
85
|
+
export interface GetDistributionBundlesRequest {}
|
|
86
|
+
export interface GetDistributionBundlesResult {
|
|
87
|
+
bundles?: DistributionBundle[];
|
|
88
|
+
}
|
|
89
|
+
export interface GetDistributionLatestCacheResetRequest {
|
|
90
|
+
distributionName?: string;
|
|
91
|
+
}
|
|
92
|
+
export interface GetDistributionLatestCacheResetResult {
|
|
93
|
+
status?: string;
|
|
94
|
+
createTime?: Date;
|
|
95
|
+
}
|
|
41
96
|
export interface GetDistributionMetricDataRequest {
|
|
42
97
|
distributionName: string | undefined;
|
|
43
98
|
metricName: DistributionMetricName | string | undefined;
|
|
@@ -910,6 +965,12 @@ export interface SetResourceAccessForBucketRequest {
|
|
|
910
965
|
export interface SetResourceAccessForBucketResult {
|
|
911
966
|
operations?: Operation[];
|
|
912
967
|
}
|
|
968
|
+
export interface StartGUISessionRequest {
|
|
969
|
+
resourceName: string | undefined;
|
|
970
|
+
}
|
|
971
|
+
export interface StartGUISessionResult {
|
|
972
|
+
operations?: Operation[];
|
|
973
|
+
}
|
|
913
974
|
export interface StartInstanceRequest {
|
|
914
975
|
instanceName: string | undefined;
|
|
915
976
|
}
|
|
@@ -922,6 +983,12 @@ export interface StartRelationalDatabaseRequest {
|
|
|
922
983
|
export interface StartRelationalDatabaseResult {
|
|
923
984
|
operations?: Operation[];
|
|
924
985
|
}
|
|
986
|
+
export interface StopGUISessionRequest {
|
|
987
|
+
resourceName: string | undefined;
|
|
988
|
+
}
|
|
989
|
+
export interface StopGUISessionResult {
|
|
990
|
+
operations?: Operation[];
|
|
991
|
+
}
|
|
925
992
|
export interface StopInstanceRequest {
|
|
926
993
|
instanceName: string | undefined;
|
|
927
994
|
force?: boolean;
|
|
@@ -1057,6 +1124,51 @@ export interface UpdateRelationalDatabaseParametersRequest {
|
|
|
1057
1124
|
export interface UpdateRelationalDatabaseParametersResult {
|
|
1058
1125
|
operations?: Operation[];
|
|
1059
1126
|
}
|
|
1127
|
+
export declare const GetCostEstimateRequestFilterSensitiveLog: (
|
|
1128
|
+
obj: GetCostEstimateRequest
|
|
1129
|
+
) => any;
|
|
1130
|
+
export declare const ResourceBudgetEstimateFilterSensitiveLog: (
|
|
1131
|
+
obj: ResourceBudgetEstimate
|
|
1132
|
+
) => any;
|
|
1133
|
+
export declare const GetCostEstimateResultFilterSensitiveLog: (
|
|
1134
|
+
obj: GetCostEstimateResult
|
|
1135
|
+
) => any;
|
|
1136
|
+
export declare const GetDiskRequestFilterSensitiveLog: (
|
|
1137
|
+
obj: GetDiskRequest
|
|
1138
|
+
) => any;
|
|
1139
|
+
export declare const GetDiskResultFilterSensitiveLog: (
|
|
1140
|
+
obj: GetDiskResult
|
|
1141
|
+
) => any;
|
|
1142
|
+
export declare const GetDisksRequestFilterSensitiveLog: (
|
|
1143
|
+
obj: GetDisksRequest
|
|
1144
|
+
) => any;
|
|
1145
|
+
export declare const GetDisksResultFilterSensitiveLog: (
|
|
1146
|
+
obj: GetDisksResult
|
|
1147
|
+
) => any;
|
|
1148
|
+
export declare const GetDiskSnapshotRequestFilterSensitiveLog: (
|
|
1149
|
+
obj: GetDiskSnapshotRequest
|
|
1150
|
+
) => any;
|
|
1151
|
+
export declare const GetDiskSnapshotResultFilterSensitiveLog: (
|
|
1152
|
+
obj: GetDiskSnapshotResult
|
|
1153
|
+
) => any;
|
|
1154
|
+
export declare const GetDiskSnapshotsRequestFilterSensitiveLog: (
|
|
1155
|
+
obj: GetDiskSnapshotsRequest
|
|
1156
|
+
) => any;
|
|
1157
|
+
export declare const GetDiskSnapshotsResultFilterSensitiveLog: (
|
|
1158
|
+
obj: GetDiskSnapshotsResult
|
|
1159
|
+
) => any;
|
|
1160
|
+
export declare const GetDistributionBundlesRequestFilterSensitiveLog: (
|
|
1161
|
+
obj: GetDistributionBundlesRequest
|
|
1162
|
+
) => any;
|
|
1163
|
+
export declare const GetDistributionBundlesResultFilterSensitiveLog: (
|
|
1164
|
+
obj: GetDistributionBundlesResult
|
|
1165
|
+
) => any;
|
|
1166
|
+
export declare const GetDistributionLatestCacheResetRequestFilterSensitiveLog: (
|
|
1167
|
+
obj: GetDistributionLatestCacheResetRequest
|
|
1168
|
+
) => any;
|
|
1169
|
+
export declare const GetDistributionLatestCacheResetResultFilterSensitiveLog: (
|
|
1170
|
+
obj: GetDistributionLatestCacheResetResult
|
|
1171
|
+
) => any;
|
|
1060
1172
|
export declare const GetDistributionMetricDataRequestFilterSensitiveLog: (
|
|
1061
1173
|
obj: GetDistributionMetricDataRequest
|
|
1062
1174
|
) => any;
|
|
@@ -1459,6 +1571,12 @@ export declare const SetResourceAccessForBucketRequestFilterSensitiveLog: (
|
|
|
1459
1571
|
export declare const SetResourceAccessForBucketResultFilterSensitiveLog: (
|
|
1460
1572
|
obj: SetResourceAccessForBucketResult
|
|
1461
1573
|
) => any;
|
|
1574
|
+
export declare const StartGUISessionRequestFilterSensitiveLog: (
|
|
1575
|
+
obj: StartGUISessionRequest
|
|
1576
|
+
) => any;
|
|
1577
|
+
export declare const StartGUISessionResultFilterSensitiveLog: (
|
|
1578
|
+
obj: StartGUISessionResult
|
|
1579
|
+
) => any;
|
|
1462
1580
|
export declare const StartInstanceRequestFilterSensitiveLog: (
|
|
1463
1581
|
obj: StartInstanceRequest
|
|
1464
1582
|
) => any;
|
|
@@ -1471,6 +1589,12 @@ export declare const StartRelationalDatabaseRequestFilterSensitiveLog: (
|
|
|
1471
1589
|
export declare const StartRelationalDatabaseResultFilterSensitiveLog: (
|
|
1472
1590
|
obj: StartRelationalDatabaseResult
|
|
1473
1591
|
) => any;
|
|
1592
|
+
export declare const StopGUISessionRequestFilterSensitiveLog: (
|
|
1593
|
+
obj: StopGUISessionRequest
|
|
1594
|
+
) => any;
|
|
1595
|
+
export declare const StopGUISessionResultFilterSensitiveLog: (
|
|
1596
|
+
obj: StopGUISessionResult
|
|
1597
|
+
) => any;
|
|
1474
1598
|
export declare const StopInstanceRequestFilterSensitiveLog: (
|
|
1475
1599
|
obj: StopInstanceRequest
|
|
1476
1600
|
) => any;
|