@aws-sdk/client-lightsail 3.279.0 → 3.282.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1275 -0
- package/dist-cjs/Lightsail.js +60 -0
- package/dist-cjs/commands/CreateGUISessionAccessDetailsCommand.js +46 -0
- package/dist-cjs/commands/GetCostEstimateCommand.js +46 -0
- package/dist-cjs/commands/GetDiskCommand.js +3 -3
- package/dist-cjs/commands/GetDiskSnapshotCommand.js +3 -3
- package/dist-cjs/commands/GetDiskSnapshotsCommand.js +3 -3
- package/dist-cjs/commands/GetDisksCommand.js +3 -3
- package/dist-cjs/commands/GetDistributionBundlesCommand.js +3 -3
- package/dist-cjs/commands/GetDistributionLatestCacheResetCommand.js +3 -3
- package/dist-cjs/commands/StartGUISessionCommand.js +46 -0
- package/dist-cjs/commands/StopGUISessionCommand.js +46 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +75 -54
- package/dist-cjs/models/models_1.js +81 -4
- package/dist-cjs/protocols/Aws_json1_1.js +390 -7
- package/dist-es/Lightsail.js +60 -0
- package/dist-es/commands/CreateGUISessionAccessDetailsCommand.js +42 -0
- package/dist-es/commands/GetCostEstimateCommand.js +42 -0
- package/dist-es/commands/GetDiskCommand.js +1 -1
- package/dist-es/commands/GetDiskSnapshotCommand.js +1 -1
- package/dist-es/commands/GetDiskSnapshotsCommand.js +1 -1
- package/dist-es/commands/GetDisksCommand.js +1 -1
- package/dist-es/commands/GetDistributionBundlesCommand.js +1 -1
- package/dist-es/commands/GetDistributionLatestCacheResetCommand.js +1 -1
- package/dist-es/commands/StartGUISessionCommand.js +42 -0
- package/dist-es/commands/StopGUISessionCommand.js +42 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +62 -36
- package/dist-es/models/models_1.js +57 -0
- package/dist-es/protocols/Aws_json1_1.js +375 -0
- package/dist-types/Lightsail.d.ts +32 -0
- package/dist-types/LightsailClient.d.ts +6 -2
- package/dist-types/commands/AllocateStaticIpCommand.d.ts +6 -0
- package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +6 -0
- package/dist-types/commands/AttachDiskCommand.d.ts +6 -0
- package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +6 -0
- package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +6 -0
- package/dist-types/commands/AttachStaticIpCommand.d.ts +6 -0
- package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +6 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +6 -0
- package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +6 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +6 -0
- package/dist-types/commands/CreateCertificateCommand.d.ts +6 -0
- package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +6 -0
- package/dist-types/commands/CreateContactMethodCommand.d.ts +6 -0
- package/dist-types/commands/CreateContainerServiceCommand.d.ts +6 -0
- package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +6 -0
- package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +6 -0
- package/dist-types/commands/CreateDiskCommand.d.ts +6 -0
- package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +6 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -0
- package/dist-types/commands/CreateDomainEntryCommand.d.ts +6 -0
- package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +45 -0
- package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/CreateInstancesCommand.d.ts +6 -0
- package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/CreateKeyPairCommand.d.ts +6 -0
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -0
- package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +6 -0
- package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAlarmCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +6 -0
- package/dist-types/commands/DeleteContactMethodCommand.d.ts +6 -0
- package/dist-types/commands/DeleteContainerImageCommand.d.ts +6 -0
- package/dist-types/commands/DeleteContainerServiceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDiskCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDomainEntryCommand.d.ts +6 -0
- package/dist-types/commands/DeleteInstanceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +6 -0
- package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +6 -0
- package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +6 -0
- package/dist-types/commands/DetachDiskCommand.d.ts +6 -0
- package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +6 -0
- package/dist-types/commands/DetachStaticIpCommand.d.ts +6 -0
- package/dist-types/commands/DisableAddOnCommand.d.ts +6 -0
- package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +6 -0
- package/dist-types/commands/EnableAddOnCommand.d.ts +6 -0
- package/dist-types/commands/ExportSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/GetActiveNamesCommand.d.ts +6 -0
- package/dist-types/commands/GetAlarmsCommand.d.ts +6 -0
- package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +6 -0
- package/dist-types/commands/GetBlueprintsCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketBundlesCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketMetricDataCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketsCommand.d.ts +6 -0
- package/dist-types/commands/GetBundlesCommand.d.ts +6 -0
- package/dist-types/commands/GetCertificatesCommand.d.ts +6 -0
- package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +6 -0
- package/dist-types/commands/GetContactMethodsCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerImagesCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerLogCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerServicePowersCommand.d.ts +6 -0
- package/dist-types/commands/GetContainerServicesCommand.d.ts +6 -0
- package/dist-types/commands/GetCostEstimateCommand.d.ts +43 -0
- package/dist-types/commands/GetDiskCommand.d.ts +7 -1
- package/dist-types/commands/GetDiskSnapshotCommand.d.ts +7 -1
- package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +7 -1
- package/dist-types/commands/GetDisksCommand.d.ts +7 -1
- package/dist-types/commands/GetDistributionBundlesCommand.d.ts +7 -1
- package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +7 -1
- package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +6 -0
- package/dist-types/commands/GetDistributionsCommand.d.ts +6 -0
- package/dist-types/commands/GetDomainCommand.d.ts +6 -0
- package/dist-types/commands/GetDomainsCommand.d.ts +6 -0
- package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +6 -0
- package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +6 -0
- package/dist-types/commands/GetInstanceCommand.d.ts +6 -0
- package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +6 -0
- package/dist-types/commands/GetInstancePortStatesCommand.d.ts +6 -0
- package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +6 -0
- package/dist-types/commands/GetInstanceStateCommand.d.ts +6 -0
- package/dist-types/commands/GetInstancesCommand.d.ts +6 -0
- package/dist-types/commands/GetKeyPairCommand.d.ts +6 -0
- package/dist-types/commands/GetKeyPairsCommand.d.ts +6 -0
- package/dist-types/commands/GetLoadBalancerCommand.d.ts +6 -0
- package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +6 -0
- package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +6 -0
- package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +6 -0
- package/dist-types/commands/GetLoadBalancersCommand.d.ts +6 -0
- package/dist-types/commands/GetOperationCommand.d.ts +6 -0
- package/dist-types/commands/GetOperationsCommand.d.ts +6 -0
- package/dist-types/commands/GetOperationsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/GetRegionsCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +6 -0
- package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +6 -0
- package/dist-types/commands/GetStaticIpCommand.d.ts +6 -0
- package/dist-types/commands/GetStaticIpsCommand.d.ts +6 -0
- package/dist-types/commands/ImportKeyPairCommand.d.ts +6 -0
- package/dist-types/commands/IsVpcPeeredCommand.d.ts +6 -0
- package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +6 -0
- package/dist-types/commands/PeerVpcCommand.d.ts +6 -0
- package/dist-types/commands/PutAlarmCommand.d.ts +6 -0
- package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +6 -0
- package/dist-types/commands/RebootInstanceCommand.d.ts +6 -0
- package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/RegisterContainerImageCommand.d.ts +6 -0
- package/dist-types/commands/ReleaseStaticIpCommand.d.ts +6 -0
- package/dist-types/commands/ResetDistributionCacheCommand.d.ts +6 -0
- package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +6 -0
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +6 -0
- package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +6 -0
- package/dist-types/commands/StartGUISessionCommand.d.ts +44 -0
- package/dist-types/commands/StartInstanceCommand.d.ts +6 -0
- package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/StopGUISessionCommand.d.ts +44 -0
- package/dist-types/commands/StopInstanceCommand.d.ts +6 -0
- package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/TestAlarmCommand.d.ts +6 -0
- package/dist-types/commands/UnpeerVpcCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateBucketBundleCommand.d.ts +6 -0
- package/dist-types/commands/UpdateBucketCommand.d.ts +6 -0
- package/dist-types/commands/UpdateContainerServiceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDomainEntryCommand.d.ts +6 -0
- package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +6 -0
- package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +244 -147
- package/dist-types/models/models_1.d.ts +268 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/ts3.4/Lightsail.d.ts +68 -0
- package/dist-types/ts3.4/LightsailClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateGUISessionAccessDetailsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetCostEstimateCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartGUISessionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/StopGUISessionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +92 -73
- package/dist-types/ts3.4/models/models_1.d.ts +124 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/package.json +17 -17
|
@@ -1,4 +1,171 @@
|
|
|
1
|
-
import { AccessDirection, AccessRules, AddOn, AlarmState, AvailabilityZone, Bucket, BucketAccessLogConfig, CacheBehavior, CacheBehaviorPerPath, CacheSettings, ComparisonOperator, ContactMethodVerificationProtocol, ContactProtocol, ContainerImage, ContainerService, ContainerServicePowerName, Disk, DistributionMetricName, Domain, DomainEntry, ExportSnapshotRecord, InputOrigin, IpAddressType, KeyPair, LightsailDistribution, MetricDatapoint, MetricName, MetricStatistic, MetricUnit, NetworkProtocol, Operation, PortInfo, PrivateRegistryAccessRequest, RegionName, ResourceLocation, ResourceType, Tag, TreatMissingData } from "./models_0";
|
|
1
|
+
import { AccessDirection, AccessRules, AddOn, AlarmState, AvailabilityZone, Bucket, BucketAccessLogConfig, CacheBehavior, CacheBehaviorPerPath, CacheSettings, ComparisonOperator, ContactMethodVerificationProtocol, ContactProtocol, ContainerImage, ContainerService, ContainerServicePowerName, CostEstimate, Disk, DiskSnapshot, DistributionBundle, DistributionMetricName, Domain, DomainEntry, ExportSnapshotRecord, InputOrigin, IpAddressType, KeyPair, LightsailDistribution, MetricDatapoint, MetricName, MetricStatistic, MetricUnit, NetworkProtocol, Operation, PortInfo, PrivateRegistryAccessRequest, RegionName, ResourceLocation, ResourceType, Tag, TreatMissingData } from "./models_0";
|
|
2
|
+
export interface GetCostEstimateRequest {
|
|
3
|
+
/**
|
|
4
|
+
* <p>The resource name.</p>
|
|
5
|
+
*/
|
|
6
|
+
resourceName: string | undefined;
|
|
7
|
+
/**
|
|
8
|
+
* <p>The cost estimate start time.</p>
|
|
9
|
+
* <p>Constraints:</p>
|
|
10
|
+
* <ul>
|
|
11
|
+
* <li>
|
|
12
|
+
* <p>Specified in Coordinated Universal Time (UTC).</p>
|
|
13
|
+
* </li>
|
|
14
|
+
* <li>
|
|
15
|
+
* <p>Specified in the Unix time format.</p>
|
|
16
|
+
* <p>For example, if you wish to use a start time of October 1, 2018, at 8 PM UTC, specify
|
|
17
|
+
* <code>1538424000</code> as the start time.</p>
|
|
18
|
+
* </li>
|
|
19
|
+
* </ul>
|
|
20
|
+
* <p>You can convert a human-friendly time to Unix time format using a converter like <a href="https://www.epochconverter.com/">Epoch converter</a>.</p>
|
|
21
|
+
*/
|
|
22
|
+
startTime: Date | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The cost estimate end time.</p>
|
|
25
|
+
* <p>Constraints:</p>
|
|
26
|
+
* <ul>
|
|
27
|
+
* <li>
|
|
28
|
+
* <p>Specified in Coordinated Universal Time (UTC).</p>
|
|
29
|
+
* </li>
|
|
30
|
+
* <li>
|
|
31
|
+
* <p>Specified in the Unix time format.</p>
|
|
32
|
+
* <p>For example, if you wish to use an end time of October 1, 2018, at 9 PM UTC, specify
|
|
33
|
+
* <code>1538427600</code> as the end time.</p>
|
|
34
|
+
* </li>
|
|
35
|
+
* </ul>
|
|
36
|
+
* <p>You can convert a human-friendly time to Unix time format using a converter like <a href="https://www.epochconverter.com/">Epoch converter</a>.</p>
|
|
37
|
+
*/
|
|
38
|
+
endTime: Date | undefined;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* <p>Describes the estimated cost or usage that a budget tracks.</p>
|
|
42
|
+
*/
|
|
43
|
+
export interface ResourceBudgetEstimate {
|
|
44
|
+
/**
|
|
45
|
+
* <p>The resource name.</p>
|
|
46
|
+
*/
|
|
47
|
+
resourceName?: string;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The type of resource the budget will track.</p>
|
|
50
|
+
*/
|
|
51
|
+
resourceType?: ResourceType | string;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The cost estimate for the specified budget.</p>
|
|
54
|
+
*/
|
|
55
|
+
costEstimates?: CostEstimate[];
|
|
56
|
+
/**
|
|
57
|
+
* <p>The estimate start time.</p>
|
|
58
|
+
*/
|
|
59
|
+
startTime?: Date;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The estimate end time.</p>
|
|
62
|
+
*/
|
|
63
|
+
endTime?: Date;
|
|
64
|
+
}
|
|
65
|
+
export interface GetCostEstimateResult {
|
|
66
|
+
/**
|
|
67
|
+
* <p>Returns the estimate's forecasted cost or usage.</p>
|
|
68
|
+
*/
|
|
69
|
+
resourcesBudgetEstimate?: ResourceBudgetEstimate[];
|
|
70
|
+
}
|
|
71
|
+
export interface GetDiskRequest {
|
|
72
|
+
/**
|
|
73
|
+
* <p>The name of the disk (e.g., <code>my-disk</code>).</p>
|
|
74
|
+
*/
|
|
75
|
+
diskName: string | undefined;
|
|
76
|
+
}
|
|
77
|
+
export interface GetDiskResult {
|
|
78
|
+
/**
|
|
79
|
+
* <p>An object containing information about the disk.</p>
|
|
80
|
+
*/
|
|
81
|
+
disk?: Disk;
|
|
82
|
+
}
|
|
83
|
+
export interface GetDisksRequest {
|
|
84
|
+
/**
|
|
85
|
+
* <p>The token to advance to the next page of results from your request.</p>
|
|
86
|
+
* <p>To get a page token, perform an initial <code>GetDisks</code> request. If your results are
|
|
87
|
+
* paginated, the response will return a next page token that you can specify as the page token
|
|
88
|
+
* in a subsequent request.</p>
|
|
89
|
+
*/
|
|
90
|
+
pageToken?: string;
|
|
91
|
+
}
|
|
92
|
+
export interface GetDisksResult {
|
|
93
|
+
/**
|
|
94
|
+
* <p>An array of objects containing information about all block storage disks.</p>
|
|
95
|
+
*/
|
|
96
|
+
disks?: Disk[];
|
|
97
|
+
/**
|
|
98
|
+
* <p>The token to advance to the next page of results from your request.</p>
|
|
99
|
+
* <p>A next page token is not returned if there are no more results to display.</p>
|
|
100
|
+
* <p>To get the next page of results, perform another <code>GetDisks</code> request and specify
|
|
101
|
+
* the next page token using the <code>pageToken</code> parameter.</p>
|
|
102
|
+
*/
|
|
103
|
+
nextPageToken?: string;
|
|
104
|
+
}
|
|
105
|
+
export interface GetDiskSnapshotRequest {
|
|
106
|
+
/**
|
|
107
|
+
* <p>The name of the disk snapshot (e.g., <code>my-disk-snapshot</code>).</p>
|
|
108
|
+
*/
|
|
109
|
+
diskSnapshotName: string | undefined;
|
|
110
|
+
}
|
|
111
|
+
export interface GetDiskSnapshotResult {
|
|
112
|
+
/**
|
|
113
|
+
* <p>An object containing information about the disk snapshot.</p>
|
|
114
|
+
*/
|
|
115
|
+
diskSnapshot?: DiskSnapshot;
|
|
116
|
+
}
|
|
117
|
+
export interface GetDiskSnapshotsRequest {
|
|
118
|
+
/**
|
|
119
|
+
* <p>The token to advance to the next page of results from your request.</p>
|
|
120
|
+
* <p>To get a page token, perform an initial <code>GetDiskSnapshots</code> request. If your
|
|
121
|
+
* results are paginated, the response will return a next page token that you can specify as the
|
|
122
|
+
* page token in a subsequent request.</p>
|
|
123
|
+
*/
|
|
124
|
+
pageToken?: string;
|
|
125
|
+
}
|
|
126
|
+
export interface GetDiskSnapshotsResult {
|
|
127
|
+
/**
|
|
128
|
+
* <p>An array of objects containing information about all block storage disk snapshots.</p>
|
|
129
|
+
*/
|
|
130
|
+
diskSnapshots?: DiskSnapshot[];
|
|
131
|
+
/**
|
|
132
|
+
* <p>The token to advance to the next page of results from your request.</p>
|
|
133
|
+
* <p>A next page token is not returned if there are no more results to display.</p>
|
|
134
|
+
* <p>To get the next page of results, perform another <code>GetDiskSnapshots</code> request and
|
|
135
|
+
* specify the next page token using the <code>pageToken</code> parameter.</p>
|
|
136
|
+
*/
|
|
137
|
+
nextPageToken?: string;
|
|
138
|
+
}
|
|
139
|
+
export interface GetDistributionBundlesRequest {
|
|
140
|
+
}
|
|
141
|
+
export interface GetDistributionBundlesResult {
|
|
142
|
+
/**
|
|
143
|
+
* <p>An object that describes a distribution bundle.</p>
|
|
144
|
+
*/
|
|
145
|
+
bundles?: DistributionBundle[];
|
|
146
|
+
}
|
|
147
|
+
export interface GetDistributionLatestCacheResetRequest {
|
|
148
|
+
/**
|
|
149
|
+
* <p>The name of the distribution for which to return the timestamp of the last cache
|
|
150
|
+
* reset.</p>
|
|
151
|
+
* <p>Use the <code>GetDistributions</code> action to get a list of distribution names that you
|
|
152
|
+
* can specify.</p>
|
|
153
|
+
* <p>When omitted, the response includes the latest cache reset timestamp of all your
|
|
154
|
+
* distributions.</p>
|
|
155
|
+
*/
|
|
156
|
+
distributionName?: string;
|
|
157
|
+
}
|
|
158
|
+
export interface GetDistributionLatestCacheResetResult {
|
|
159
|
+
/**
|
|
160
|
+
* <p>The status of the last cache reset.</p>
|
|
161
|
+
*/
|
|
162
|
+
status?: string;
|
|
163
|
+
/**
|
|
164
|
+
* <p>The timestamp of the last cache reset (e.g., <code>1479734909.17</code>) in Unix time
|
|
165
|
+
* format.</p>
|
|
166
|
+
*/
|
|
167
|
+
createTime?: Date;
|
|
168
|
+
}
|
|
2
169
|
export interface GetDistributionMetricDataRequest {
|
|
3
170
|
/**
|
|
4
171
|
* <p>The name of the distribution for which to get metric data.</p>
|
|
@@ -3994,6 +4161,18 @@ export interface SetResourceAccessForBucketResult {
|
|
|
3994
4161
|
*/
|
|
3995
4162
|
operations?: Operation[];
|
|
3996
4163
|
}
|
|
4164
|
+
export interface StartGUISessionRequest {
|
|
4165
|
+
/**
|
|
4166
|
+
* <p>The resource name.</p>
|
|
4167
|
+
*/
|
|
4168
|
+
resourceName: string | undefined;
|
|
4169
|
+
}
|
|
4170
|
+
export interface StartGUISessionResult {
|
|
4171
|
+
/**
|
|
4172
|
+
* <p>The available API operations.</p>
|
|
4173
|
+
*/
|
|
4174
|
+
operations?: Operation[];
|
|
4175
|
+
}
|
|
3997
4176
|
export interface StartInstanceRequest {
|
|
3998
4177
|
/**
|
|
3999
4178
|
* <p>The name of the instance (a virtual private server) to start.</p>
|
|
@@ -4020,6 +4199,18 @@ export interface StartRelationalDatabaseResult {
|
|
|
4020
4199
|
*/
|
|
4021
4200
|
operations?: Operation[];
|
|
4022
4201
|
}
|
|
4202
|
+
export interface StopGUISessionRequest {
|
|
4203
|
+
/**
|
|
4204
|
+
* <p>The resource name.</p>
|
|
4205
|
+
*/
|
|
4206
|
+
resourceName: string | undefined;
|
|
4207
|
+
}
|
|
4208
|
+
export interface StopGUISessionResult {
|
|
4209
|
+
/**
|
|
4210
|
+
* <p>The available API operations.</p>
|
|
4211
|
+
*/
|
|
4212
|
+
operations?: Operation[];
|
|
4213
|
+
}
|
|
4023
4214
|
export interface StopInstanceRequest {
|
|
4024
4215
|
/**
|
|
4025
4216
|
* <p>The name of the instance (a virtual private server) to stop.</p>
|
|
@@ -4583,6 +4774,66 @@ export interface UpdateRelationalDatabaseParametersResult {
|
|
|
4583
4774
|
*/
|
|
4584
4775
|
operations?: Operation[];
|
|
4585
4776
|
}
|
|
4777
|
+
/**
|
|
4778
|
+
* @internal
|
|
4779
|
+
*/
|
|
4780
|
+
export declare const GetCostEstimateRequestFilterSensitiveLog: (obj: GetCostEstimateRequest) => any;
|
|
4781
|
+
/**
|
|
4782
|
+
* @internal
|
|
4783
|
+
*/
|
|
4784
|
+
export declare const ResourceBudgetEstimateFilterSensitiveLog: (obj: ResourceBudgetEstimate) => any;
|
|
4785
|
+
/**
|
|
4786
|
+
* @internal
|
|
4787
|
+
*/
|
|
4788
|
+
export declare const GetCostEstimateResultFilterSensitiveLog: (obj: GetCostEstimateResult) => any;
|
|
4789
|
+
/**
|
|
4790
|
+
* @internal
|
|
4791
|
+
*/
|
|
4792
|
+
export declare const GetDiskRequestFilterSensitiveLog: (obj: GetDiskRequest) => any;
|
|
4793
|
+
/**
|
|
4794
|
+
* @internal
|
|
4795
|
+
*/
|
|
4796
|
+
export declare const GetDiskResultFilterSensitiveLog: (obj: GetDiskResult) => any;
|
|
4797
|
+
/**
|
|
4798
|
+
* @internal
|
|
4799
|
+
*/
|
|
4800
|
+
export declare const GetDisksRequestFilterSensitiveLog: (obj: GetDisksRequest) => any;
|
|
4801
|
+
/**
|
|
4802
|
+
* @internal
|
|
4803
|
+
*/
|
|
4804
|
+
export declare const GetDisksResultFilterSensitiveLog: (obj: GetDisksResult) => any;
|
|
4805
|
+
/**
|
|
4806
|
+
* @internal
|
|
4807
|
+
*/
|
|
4808
|
+
export declare const GetDiskSnapshotRequestFilterSensitiveLog: (obj: GetDiskSnapshotRequest) => any;
|
|
4809
|
+
/**
|
|
4810
|
+
* @internal
|
|
4811
|
+
*/
|
|
4812
|
+
export declare const GetDiskSnapshotResultFilterSensitiveLog: (obj: GetDiskSnapshotResult) => any;
|
|
4813
|
+
/**
|
|
4814
|
+
* @internal
|
|
4815
|
+
*/
|
|
4816
|
+
export declare const GetDiskSnapshotsRequestFilterSensitiveLog: (obj: GetDiskSnapshotsRequest) => any;
|
|
4817
|
+
/**
|
|
4818
|
+
* @internal
|
|
4819
|
+
*/
|
|
4820
|
+
export declare const GetDiskSnapshotsResultFilterSensitiveLog: (obj: GetDiskSnapshotsResult) => any;
|
|
4821
|
+
/**
|
|
4822
|
+
* @internal
|
|
4823
|
+
*/
|
|
4824
|
+
export declare const GetDistributionBundlesRequestFilterSensitiveLog: (obj: GetDistributionBundlesRequest) => any;
|
|
4825
|
+
/**
|
|
4826
|
+
* @internal
|
|
4827
|
+
*/
|
|
4828
|
+
export declare const GetDistributionBundlesResultFilterSensitiveLog: (obj: GetDistributionBundlesResult) => any;
|
|
4829
|
+
/**
|
|
4830
|
+
* @internal
|
|
4831
|
+
*/
|
|
4832
|
+
export declare const GetDistributionLatestCacheResetRequestFilterSensitiveLog: (obj: GetDistributionLatestCacheResetRequest) => any;
|
|
4833
|
+
/**
|
|
4834
|
+
* @internal
|
|
4835
|
+
*/
|
|
4836
|
+
export declare const GetDistributionLatestCacheResetResultFilterSensitiveLog: (obj: GetDistributionLatestCacheResetResult) => any;
|
|
4586
4837
|
/**
|
|
4587
4838
|
* @internal
|
|
4588
4839
|
*/
|
|
@@ -5135,6 +5386,14 @@ export declare const SetResourceAccessForBucketRequestFilterSensitiveLog: (obj:
|
|
|
5135
5386
|
* @internal
|
|
5136
5387
|
*/
|
|
5137
5388
|
export declare const SetResourceAccessForBucketResultFilterSensitiveLog: (obj: SetResourceAccessForBucketResult) => any;
|
|
5389
|
+
/**
|
|
5390
|
+
* @internal
|
|
5391
|
+
*/
|
|
5392
|
+
export declare const StartGUISessionRequestFilterSensitiveLog: (obj: StartGUISessionRequest) => any;
|
|
5393
|
+
/**
|
|
5394
|
+
* @internal
|
|
5395
|
+
*/
|
|
5396
|
+
export declare const StartGUISessionResultFilterSensitiveLog: (obj: StartGUISessionResult) => any;
|
|
5138
5397
|
/**
|
|
5139
5398
|
* @internal
|
|
5140
5399
|
*/
|
|
@@ -5151,6 +5410,14 @@ export declare const StartRelationalDatabaseRequestFilterSensitiveLog: (obj: Sta
|
|
|
5151
5410
|
* @internal
|
|
5152
5411
|
*/
|
|
5153
5412
|
export declare const StartRelationalDatabaseResultFilterSensitiveLog: (obj: StartRelationalDatabaseResult) => any;
|
|
5413
|
+
/**
|
|
5414
|
+
* @internal
|
|
5415
|
+
*/
|
|
5416
|
+
export declare const StopGUISessionRequestFilterSensitiveLog: (obj: StopGUISessionRequest) => any;
|
|
5417
|
+
/**
|
|
5418
|
+
* @internal
|
|
5419
|
+
*/
|
|
5420
|
+
export declare const StopGUISessionResultFilterSensitiveLog: (obj: StopGUISessionResult) => any;
|
|
5154
5421
|
/**
|
|
5155
5422
|
* @internal
|
|
5156
5423
|
*/
|
|
@@ -22,6 +22,7 @@ import { CreateDiskSnapshotCommandInput, CreateDiskSnapshotCommandOutput } from
|
|
|
22
22
|
import { CreateDistributionCommandInput, CreateDistributionCommandOutput } from "../commands/CreateDistributionCommand";
|
|
23
23
|
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand";
|
|
24
24
|
import { CreateDomainEntryCommandInput, CreateDomainEntryCommandOutput } from "../commands/CreateDomainEntryCommand";
|
|
25
|
+
import { CreateGUISessionAccessDetailsCommandInput, CreateGUISessionAccessDetailsCommandOutput } from "../commands/CreateGUISessionAccessDetailsCommand";
|
|
25
26
|
import { CreateInstancesCommandInput, CreateInstancesCommandOutput } from "../commands/CreateInstancesCommand";
|
|
26
27
|
import { CreateInstancesFromSnapshotCommandInput, CreateInstancesFromSnapshotCommandOutput } from "../commands/CreateInstancesFromSnapshotCommand";
|
|
27
28
|
import { CreateInstanceSnapshotCommandInput, CreateInstanceSnapshotCommandOutput } from "../commands/CreateInstanceSnapshotCommand";
|
|
@@ -79,6 +80,7 @@ import { GetContainerServiceDeploymentsCommandInput, GetContainerServiceDeployme
|
|
|
79
80
|
import { GetContainerServiceMetricDataCommandInput, GetContainerServiceMetricDataCommandOutput } from "../commands/GetContainerServiceMetricDataCommand";
|
|
80
81
|
import { GetContainerServicePowersCommandInput, GetContainerServicePowersCommandOutput } from "../commands/GetContainerServicePowersCommand";
|
|
81
82
|
import { GetContainerServicesCommandInput, GetContainerServicesCommandOutput } from "../commands/GetContainerServicesCommand";
|
|
83
|
+
import { GetCostEstimateCommandInput, GetCostEstimateCommandOutput } from "../commands/GetCostEstimateCommand";
|
|
82
84
|
import { GetDiskCommandInput, GetDiskCommandOutput } from "../commands/GetDiskCommand";
|
|
83
85
|
import { GetDisksCommandInput, GetDisksCommandOutput } from "../commands/GetDisksCommand";
|
|
84
86
|
import { GetDiskSnapshotCommandInput, GetDiskSnapshotCommandOutput } from "../commands/GetDiskSnapshotCommand";
|
|
@@ -137,8 +139,10 @@ import { ResetDistributionCacheCommandInput, ResetDistributionCacheCommandOutput
|
|
|
137
139
|
import { SendContactMethodVerificationCommandInput, SendContactMethodVerificationCommandOutput } from "../commands/SendContactMethodVerificationCommand";
|
|
138
140
|
import { SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput } from "../commands/SetIpAddressTypeCommand";
|
|
139
141
|
import { SetResourceAccessForBucketCommandInput, SetResourceAccessForBucketCommandOutput } from "../commands/SetResourceAccessForBucketCommand";
|
|
142
|
+
import { StartGUISessionCommandInput, StartGUISessionCommandOutput } from "../commands/StartGUISessionCommand";
|
|
140
143
|
import { StartInstanceCommandInput, StartInstanceCommandOutput } from "../commands/StartInstanceCommand";
|
|
141
144
|
import { StartRelationalDatabaseCommandInput, StartRelationalDatabaseCommandOutput } from "../commands/StartRelationalDatabaseCommand";
|
|
145
|
+
import { StopGUISessionCommandInput, StopGUISessionCommandOutput } from "../commands/StopGUISessionCommand";
|
|
142
146
|
import { StopInstanceCommandInput, StopInstanceCommandOutput } from "../commands/StopInstanceCommand";
|
|
143
147
|
import { StopRelationalDatabaseCommandInput, StopRelationalDatabaseCommandOutput } from "../commands/StopRelationalDatabaseCommand";
|
|
144
148
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
@@ -177,6 +181,7 @@ export declare const serializeAws_json1_1CreateDiskSnapshotCommand: (input: Crea
|
|
|
177
181
|
export declare const serializeAws_json1_1CreateDistributionCommand: (input: CreateDistributionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
182
|
export declare const serializeAws_json1_1CreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
183
|
export declare const serializeAws_json1_1CreateDomainEntryCommand: (input: CreateDomainEntryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
|
+
export declare const serializeAws_json1_1CreateGUISessionAccessDetailsCommand: (input: CreateGUISessionAccessDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
185
|
export declare const serializeAws_json1_1CreateInstancesCommand: (input: CreateInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
186
|
export declare const serializeAws_json1_1CreateInstancesFromSnapshotCommand: (input: CreateInstancesFromSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
187
|
export declare const serializeAws_json1_1CreateInstanceSnapshotCommand: (input: CreateInstanceSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -234,6 +239,7 @@ export declare const serializeAws_json1_1GetContainerServiceDeploymentsCommand:
|
|
|
234
239
|
export declare const serializeAws_json1_1GetContainerServiceMetricDataCommand: (input: GetContainerServiceMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
235
240
|
export declare const serializeAws_json1_1GetContainerServicePowersCommand: (input: GetContainerServicePowersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
236
241
|
export declare const serializeAws_json1_1GetContainerServicesCommand: (input: GetContainerServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_json1_1GetCostEstimateCommand: (input: GetCostEstimateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
237
243
|
export declare const serializeAws_json1_1GetDiskCommand: (input: GetDiskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
238
244
|
export declare const serializeAws_json1_1GetDisksCommand: (input: GetDisksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
239
245
|
export declare const serializeAws_json1_1GetDiskSnapshotCommand: (input: GetDiskSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -292,8 +298,10 @@ export declare const serializeAws_json1_1ResetDistributionCacheCommand: (input:
|
|
|
292
298
|
export declare const serializeAws_json1_1SendContactMethodVerificationCommand: (input: SendContactMethodVerificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
293
299
|
export declare const serializeAws_json1_1SetIpAddressTypeCommand: (input: SetIpAddressTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
294
300
|
export declare const serializeAws_json1_1SetResourceAccessForBucketCommand: (input: SetResourceAccessForBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
301
|
+
export declare const serializeAws_json1_1StartGUISessionCommand: (input: StartGUISessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
295
302
|
export declare const serializeAws_json1_1StartInstanceCommand: (input: StartInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
296
303
|
export declare const serializeAws_json1_1StartRelationalDatabaseCommand: (input: StartRelationalDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
304
|
+
export declare const serializeAws_json1_1StopGUISessionCommand: (input: StopGUISessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
297
305
|
export declare const serializeAws_json1_1StopInstanceCommand: (input: StopInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
298
306
|
export declare const serializeAws_json1_1StopRelationalDatabaseCommand: (input: StopRelationalDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
299
307
|
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -332,6 +340,7 @@ export declare const deserializeAws_json1_1CreateDiskSnapshotCommand: (output: _
|
|
|
332
340
|
export declare const deserializeAws_json1_1CreateDistributionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDistributionCommandOutput>;
|
|
333
341
|
export declare const deserializeAws_json1_1CreateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainCommandOutput>;
|
|
334
342
|
export declare const deserializeAws_json1_1CreateDomainEntryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainEntryCommandOutput>;
|
|
343
|
+
export declare const deserializeAws_json1_1CreateGUISessionAccessDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGUISessionAccessDetailsCommandOutput>;
|
|
335
344
|
export declare const deserializeAws_json1_1CreateInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstancesCommandOutput>;
|
|
336
345
|
export declare const deserializeAws_json1_1CreateInstancesFromSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstancesFromSnapshotCommandOutput>;
|
|
337
346
|
export declare const deserializeAws_json1_1CreateInstanceSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceSnapshotCommandOutput>;
|
|
@@ -389,6 +398,7 @@ export declare const deserializeAws_json1_1GetContainerServiceDeploymentsCommand
|
|
|
389
398
|
export declare const deserializeAws_json1_1GetContainerServiceMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContainerServiceMetricDataCommandOutput>;
|
|
390
399
|
export declare const deserializeAws_json1_1GetContainerServicePowersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContainerServicePowersCommandOutput>;
|
|
391
400
|
export declare const deserializeAws_json1_1GetContainerServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContainerServicesCommandOutput>;
|
|
401
|
+
export declare const deserializeAws_json1_1GetCostEstimateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCostEstimateCommandOutput>;
|
|
392
402
|
export declare const deserializeAws_json1_1GetDiskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDiskCommandOutput>;
|
|
393
403
|
export declare const deserializeAws_json1_1GetDisksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDisksCommandOutput>;
|
|
394
404
|
export declare const deserializeAws_json1_1GetDiskSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDiskSnapshotCommandOutput>;
|
|
@@ -447,8 +457,10 @@ export declare const deserializeAws_json1_1ResetDistributionCacheCommand: (outpu
|
|
|
447
457
|
export declare const deserializeAws_json1_1SendContactMethodVerificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendContactMethodVerificationCommandOutput>;
|
|
448
458
|
export declare const deserializeAws_json1_1SetIpAddressTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetIpAddressTypeCommandOutput>;
|
|
449
459
|
export declare const deserializeAws_json1_1SetResourceAccessForBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetResourceAccessForBucketCommandOutput>;
|
|
460
|
+
export declare const deserializeAws_json1_1StartGUISessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartGUISessionCommandOutput>;
|
|
450
461
|
export declare const deserializeAws_json1_1StartInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInstanceCommandOutput>;
|
|
451
462
|
export declare const deserializeAws_json1_1StartRelationalDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRelationalDatabaseCommandOutput>;
|
|
463
|
+
export declare const deserializeAws_json1_1StopGUISessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopGUISessionCommandOutput>;
|
|
452
464
|
export declare const deserializeAws_json1_1StopInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopInstanceCommandOutput>;
|
|
453
465
|
export declare const deserializeAws_json1_1StopRelationalDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRelationalDatabaseCommandOutput>;
|
|
454
466
|
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
@@ -87,6 +87,10 @@ import {
|
|
|
87
87
|
CreateDomainEntryCommandInput,
|
|
88
88
|
CreateDomainEntryCommandOutput,
|
|
89
89
|
} from "./commands/CreateDomainEntryCommand";
|
|
90
|
+
import {
|
|
91
|
+
CreateGUISessionAccessDetailsCommandInput,
|
|
92
|
+
CreateGUISessionAccessDetailsCommandOutput,
|
|
93
|
+
} from "./commands/CreateGUISessionAccessDetailsCommand";
|
|
90
94
|
import {
|
|
91
95
|
CreateInstancesCommandInput,
|
|
92
96
|
CreateInstancesCommandOutput,
|
|
@@ -315,6 +319,10 @@ import {
|
|
|
315
319
|
GetContainerServicesCommandInput,
|
|
316
320
|
GetContainerServicesCommandOutput,
|
|
317
321
|
} from "./commands/GetContainerServicesCommand";
|
|
322
|
+
import {
|
|
323
|
+
GetCostEstimateCommandInput,
|
|
324
|
+
GetCostEstimateCommandOutput,
|
|
325
|
+
} from "./commands/GetCostEstimateCommand";
|
|
318
326
|
import {
|
|
319
327
|
GetDiskCommandInput,
|
|
320
328
|
GetDiskCommandOutput,
|
|
@@ -547,6 +555,10 @@ import {
|
|
|
547
555
|
SetResourceAccessForBucketCommandInput,
|
|
548
556
|
SetResourceAccessForBucketCommandOutput,
|
|
549
557
|
} from "./commands/SetResourceAccessForBucketCommand";
|
|
558
|
+
import {
|
|
559
|
+
StartGUISessionCommandInput,
|
|
560
|
+
StartGUISessionCommandOutput,
|
|
561
|
+
} from "./commands/StartGUISessionCommand";
|
|
550
562
|
import {
|
|
551
563
|
StartInstanceCommandInput,
|
|
552
564
|
StartInstanceCommandOutput,
|
|
@@ -555,6 +567,10 @@ import {
|
|
|
555
567
|
StartRelationalDatabaseCommandInput,
|
|
556
568
|
StartRelationalDatabaseCommandOutput,
|
|
557
569
|
} from "./commands/StartRelationalDatabaseCommand";
|
|
570
|
+
import {
|
|
571
|
+
StopGUISessionCommandInput,
|
|
572
|
+
StopGUISessionCommandOutput,
|
|
573
|
+
} from "./commands/StopGUISessionCommand";
|
|
558
574
|
import {
|
|
559
575
|
StopInstanceCommandInput,
|
|
560
576
|
StopInstanceCommandOutput,
|
|
@@ -913,6 +929,19 @@ export declare class Lightsail extends LightsailClient {
|
|
|
913
929
|
options: __HttpHandlerOptions,
|
|
914
930
|
cb: (err: any, data?: CreateDomainEntryCommandOutput) => void
|
|
915
931
|
): void;
|
|
932
|
+
createGUISessionAccessDetails(
|
|
933
|
+
args: CreateGUISessionAccessDetailsCommandInput,
|
|
934
|
+
options?: __HttpHandlerOptions
|
|
935
|
+
): Promise<CreateGUISessionAccessDetailsCommandOutput>;
|
|
936
|
+
createGUISessionAccessDetails(
|
|
937
|
+
args: CreateGUISessionAccessDetailsCommandInput,
|
|
938
|
+
cb: (err: any, data?: CreateGUISessionAccessDetailsCommandOutput) => void
|
|
939
|
+
): void;
|
|
940
|
+
createGUISessionAccessDetails(
|
|
941
|
+
args: CreateGUISessionAccessDetailsCommandInput,
|
|
942
|
+
options: __HttpHandlerOptions,
|
|
943
|
+
cb: (err: any, data?: CreateGUISessionAccessDetailsCommandOutput) => void
|
|
944
|
+
): void;
|
|
916
945
|
createInstances(
|
|
917
946
|
args: CreateInstancesCommandInput,
|
|
918
947
|
options?: __HttpHandlerOptions
|
|
@@ -1666,6 +1695,19 @@ export declare class Lightsail extends LightsailClient {
|
|
|
1666
1695
|
options: __HttpHandlerOptions,
|
|
1667
1696
|
cb: (err: any, data?: GetContainerServicesCommandOutput) => void
|
|
1668
1697
|
): void;
|
|
1698
|
+
getCostEstimate(
|
|
1699
|
+
args: GetCostEstimateCommandInput,
|
|
1700
|
+
options?: __HttpHandlerOptions
|
|
1701
|
+
): Promise<GetCostEstimateCommandOutput>;
|
|
1702
|
+
getCostEstimate(
|
|
1703
|
+
args: GetCostEstimateCommandInput,
|
|
1704
|
+
cb: (err: any, data?: GetCostEstimateCommandOutput) => void
|
|
1705
|
+
): void;
|
|
1706
|
+
getCostEstimate(
|
|
1707
|
+
args: GetCostEstimateCommandInput,
|
|
1708
|
+
options: __HttpHandlerOptions,
|
|
1709
|
+
cb: (err: any, data?: GetCostEstimateCommandOutput) => void
|
|
1710
|
+
): void;
|
|
1669
1711
|
getDisk(
|
|
1670
1712
|
args: GetDiskCommandInput,
|
|
1671
1713
|
options?: __HttpHandlerOptions
|
|
@@ -2426,6 +2468,19 @@ export declare class Lightsail extends LightsailClient {
|
|
|
2426
2468
|
options: __HttpHandlerOptions,
|
|
2427
2469
|
cb: (err: any, data?: SetResourceAccessForBucketCommandOutput) => void
|
|
2428
2470
|
): void;
|
|
2471
|
+
startGUISession(
|
|
2472
|
+
args: StartGUISessionCommandInput,
|
|
2473
|
+
options?: __HttpHandlerOptions
|
|
2474
|
+
): Promise<StartGUISessionCommandOutput>;
|
|
2475
|
+
startGUISession(
|
|
2476
|
+
args: StartGUISessionCommandInput,
|
|
2477
|
+
cb: (err: any, data?: StartGUISessionCommandOutput) => void
|
|
2478
|
+
): void;
|
|
2479
|
+
startGUISession(
|
|
2480
|
+
args: StartGUISessionCommandInput,
|
|
2481
|
+
options: __HttpHandlerOptions,
|
|
2482
|
+
cb: (err: any, data?: StartGUISessionCommandOutput) => void
|
|
2483
|
+
): void;
|
|
2429
2484
|
startInstance(
|
|
2430
2485
|
args: StartInstanceCommandInput,
|
|
2431
2486
|
options?: __HttpHandlerOptions
|
|
@@ -2452,6 +2507,19 @@ export declare class Lightsail extends LightsailClient {
|
|
|
2452
2507
|
options: __HttpHandlerOptions,
|
|
2453
2508
|
cb: (err: any, data?: StartRelationalDatabaseCommandOutput) => void
|
|
2454
2509
|
): void;
|
|
2510
|
+
stopGUISession(
|
|
2511
|
+
args: StopGUISessionCommandInput,
|
|
2512
|
+
options?: __HttpHandlerOptions
|
|
2513
|
+
): Promise<StopGUISessionCommandOutput>;
|
|
2514
|
+
stopGUISession(
|
|
2515
|
+
args: StopGUISessionCommandInput,
|
|
2516
|
+
cb: (err: any, data?: StopGUISessionCommandOutput) => void
|
|
2517
|
+
): void;
|
|
2518
|
+
stopGUISession(
|
|
2519
|
+
args: StopGUISessionCommandInput,
|
|
2520
|
+
options: __HttpHandlerOptions,
|
|
2521
|
+
cb: (err: any, data?: StopGUISessionCommandOutput) => void
|
|
2522
|
+
): void;
|
|
2455
2523
|
stopInstance(
|
|
2456
2524
|
args: StopInstanceCommandInput,
|
|
2457
2525
|
options?: __HttpHandlerOptions
|
|
@@ -132,6 +132,10 @@ import {
|
|
|
132
132
|
CreateDomainEntryCommandInput,
|
|
133
133
|
CreateDomainEntryCommandOutput,
|
|
134
134
|
} from "./commands/CreateDomainEntryCommand";
|
|
135
|
+
import {
|
|
136
|
+
CreateGUISessionAccessDetailsCommandInput,
|
|
137
|
+
CreateGUISessionAccessDetailsCommandOutput,
|
|
138
|
+
} from "./commands/CreateGUISessionAccessDetailsCommand";
|
|
135
139
|
import {
|
|
136
140
|
CreateInstancesCommandInput,
|
|
137
141
|
CreateInstancesCommandOutput,
|
|
@@ -360,6 +364,10 @@ import {
|
|
|
360
364
|
GetContainerServicesCommandInput,
|
|
361
365
|
GetContainerServicesCommandOutput,
|
|
362
366
|
} from "./commands/GetContainerServicesCommand";
|
|
367
|
+
import {
|
|
368
|
+
GetCostEstimateCommandInput,
|
|
369
|
+
GetCostEstimateCommandOutput,
|
|
370
|
+
} from "./commands/GetCostEstimateCommand";
|
|
363
371
|
import {
|
|
364
372
|
GetDiskCommandInput,
|
|
365
373
|
GetDiskCommandOutput,
|
|
@@ -592,6 +600,10 @@ import {
|
|
|
592
600
|
SetResourceAccessForBucketCommandInput,
|
|
593
601
|
SetResourceAccessForBucketCommandOutput,
|
|
594
602
|
} from "./commands/SetResourceAccessForBucketCommand";
|
|
603
|
+
import {
|
|
604
|
+
StartGUISessionCommandInput,
|
|
605
|
+
StartGUISessionCommandOutput,
|
|
606
|
+
} from "./commands/StartGUISessionCommand";
|
|
595
607
|
import {
|
|
596
608
|
StartInstanceCommandInput,
|
|
597
609
|
StartInstanceCommandOutput,
|
|
@@ -600,6 +612,10 @@ import {
|
|
|
600
612
|
StartRelationalDatabaseCommandInput,
|
|
601
613
|
StartRelationalDatabaseCommandOutput,
|
|
602
614
|
} from "./commands/StartRelationalDatabaseCommand";
|
|
615
|
+
import {
|
|
616
|
+
StopGUISessionCommandInput,
|
|
617
|
+
StopGUISessionCommandOutput,
|
|
618
|
+
} from "./commands/StopGUISessionCommand";
|
|
603
619
|
import {
|
|
604
620
|
StopInstanceCommandInput,
|
|
605
621
|
StopInstanceCommandOutput,
|
|
@@ -692,6 +708,7 @@ export declare type ServiceInputTypes =
|
|
|
692
708
|
| CreateDistributionCommandInput
|
|
693
709
|
| CreateDomainCommandInput
|
|
694
710
|
| CreateDomainEntryCommandInput
|
|
711
|
+
| CreateGUISessionAccessDetailsCommandInput
|
|
695
712
|
| CreateInstanceSnapshotCommandInput
|
|
696
713
|
| CreateInstancesCommandInput
|
|
697
714
|
| CreateInstancesFromSnapshotCommandInput
|
|
@@ -749,6 +766,7 @@ export declare type ServiceInputTypes =
|
|
|
749
766
|
| GetContainerServiceMetricDataCommandInput
|
|
750
767
|
| GetContainerServicePowersCommandInput
|
|
751
768
|
| GetContainerServicesCommandInput
|
|
769
|
+
| GetCostEstimateCommandInput
|
|
752
770
|
| GetDiskCommandInput
|
|
753
771
|
| GetDiskSnapshotCommandInput
|
|
754
772
|
| GetDiskSnapshotsCommandInput
|
|
@@ -807,8 +825,10 @@ export declare type ServiceInputTypes =
|
|
|
807
825
|
| SendContactMethodVerificationCommandInput
|
|
808
826
|
| SetIpAddressTypeCommandInput
|
|
809
827
|
| SetResourceAccessForBucketCommandInput
|
|
828
|
+
| StartGUISessionCommandInput
|
|
810
829
|
| StartInstanceCommandInput
|
|
811
830
|
| StartRelationalDatabaseCommandInput
|
|
831
|
+
| StopGUISessionCommandInput
|
|
812
832
|
| StopInstanceCommandInput
|
|
813
833
|
| StopRelationalDatabaseCommandInput
|
|
814
834
|
| TagResourceCommandInput
|
|
@@ -848,6 +868,7 @@ export declare type ServiceOutputTypes =
|
|
|
848
868
|
| CreateDistributionCommandOutput
|
|
849
869
|
| CreateDomainCommandOutput
|
|
850
870
|
| CreateDomainEntryCommandOutput
|
|
871
|
+
| CreateGUISessionAccessDetailsCommandOutput
|
|
851
872
|
| CreateInstanceSnapshotCommandOutput
|
|
852
873
|
| CreateInstancesCommandOutput
|
|
853
874
|
| CreateInstancesFromSnapshotCommandOutput
|
|
@@ -905,6 +926,7 @@ export declare type ServiceOutputTypes =
|
|
|
905
926
|
| GetContainerServiceMetricDataCommandOutput
|
|
906
927
|
| GetContainerServicePowersCommandOutput
|
|
907
928
|
| GetContainerServicesCommandOutput
|
|
929
|
+
| GetCostEstimateCommandOutput
|
|
908
930
|
| GetDiskCommandOutput
|
|
909
931
|
| GetDiskSnapshotCommandOutput
|
|
910
932
|
| GetDiskSnapshotsCommandOutput
|
|
@@ -963,8 +985,10 @@ export declare type ServiceOutputTypes =
|
|
|
963
985
|
| SendContactMethodVerificationCommandOutput
|
|
964
986
|
| SetIpAddressTypeCommandOutput
|
|
965
987
|
| SetResourceAccessForBucketCommandOutput
|
|
988
|
+
| StartGUISessionCommandOutput
|
|
966
989
|
| StartInstanceCommandOutput
|
|
967
990
|
| StartRelationalDatabaseCommandOutput
|
|
991
|
+
| StopGUISessionCommandOutput
|
|
968
992
|
| StopInstanceCommandOutput
|
|
969
993
|
| StopRelationalDatabaseCommandOutput
|
|
970
994
|
| TagResourceCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
CreateGUISessionAccessDetailsRequest,
|
|
16
|
+
CreateGUISessionAccessDetailsResult,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface CreateGUISessionAccessDetailsCommandInput
|
|
19
|
+
extends CreateGUISessionAccessDetailsRequest {}
|
|
20
|
+
export interface CreateGUISessionAccessDetailsCommandOutput
|
|
21
|
+
extends CreateGUISessionAccessDetailsResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateGUISessionAccessDetailsCommand extends $Command<
|
|
24
|
+
CreateGUISessionAccessDetailsCommandInput,
|
|
25
|
+
CreateGUISessionAccessDetailsCommandOutput,
|
|
26
|
+
LightsailClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateGUISessionAccessDetailsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateGUISessionAccessDetailsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: LightsailClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateGUISessionAccessDetailsCommandInput,
|
|
37
|
+
CreateGUISessionAccessDetailsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|