@aws-sdk/client-lightsail 3.321.1 → 3.326.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/dist-types/commands/AllocateStaticIpCommand.d.ts +24 -0
- package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +22 -0
- package/dist-types/commands/AttachDiskCommand.d.ts +24 -0
- package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +24 -0
- package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +24 -0
- package/dist-types/commands/AttachStaticIpCommand.d.ts +24 -0
- package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +22 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +24 -0
- package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +35 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +67 -0
- package/dist-types/commands/CreateCertificateCommand.d.ts +98 -0
- package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +24 -0
- package/dist-types/commands/CreateContactMethodCommand.d.ts +24 -0
- package/dist-types/commands/CreateContainerServiceCommand.d.ts +106 -0
- package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +106 -0
- package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +11 -0
- package/dist-types/commands/CreateDiskCommand.d.ts +24 -0
- package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +90 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +22 -0
- package/dist-types/commands/CreateDomainEntryCommand.d.ts +22 -0
- package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +16 -0
- package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/CreateInstancesCommand.d.ts +24 -0
- package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/CreateKeyPairCommand.d.ts +42 -0
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +24 -0
- package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +24 -0
- package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +24 -0
- package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/DeleteAlarmCommand.d.ts +24 -0
- package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +24 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +24 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +24 -0
- package/dist-types/commands/DeleteContactMethodCommand.d.ts +24 -0
- package/dist-types/commands/DeleteContainerImageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContainerServiceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDiskCommand.d.ts +24 -0
- package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +22 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +22 -0
- package/dist-types/commands/DeleteDomainEntryCommand.d.ts +22 -0
- package/dist-types/commands/DeleteInstanceCommand.d.ts +24 -0
- package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +22 -0
- package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +24 -0
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +24 -0
- package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +24 -0
- package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +24 -0
- package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +22 -0
- package/dist-types/commands/DetachDiskCommand.d.ts +24 -0
- package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +24 -0
- package/dist-types/commands/DetachStaticIpCommand.d.ts +24 -0
- package/dist-types/commands/DisableAddOnCommand.d.ts +24 -0
- package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +8 -0
- package/dist-types/commands/EnableAddOnCommand.d.ts +24 -0
- package/dist-types/commands/ExportSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/GetActiveNamesCommand.d.ts +9 -0
- package/dist-types/commands/GetAlarmsCommand.d.ts +41 -0
- package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +20 -0
- package/dist-types/commands/GetBlueprintsCommand.d.ts +23 -0
- package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +18 -0
- package/dist-types/commands/GetBucketBundlesCommand.d.ts +15 -0
- package/dist-types/commands/GetBucketMetricDataCommand.d.ts +17 -0
- package/dist-types/commands/GetBucketsCommand.d.ts +57 -0
- package/dist-types/commands/GetBundlesCommand.d.ts +26 -0
- package/dist-types/commands/GetCertificatesCommand.d.ts +81 -0
- package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +30 -0
- package/dist-types/commands/GetContactMethodsCommand.d.ts +21 -0
- package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +10 -0
- package/dist-types/commands/GetContainerImagesCommand.d.ts +12 -0
- package/dist-types/commands/GetContainerLogCommand.d.ts +12 -0
- package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +38 -0
- package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +17 -0
- package/dist-types/commands/GetContainerServicePowersCommand.d.ts +15 -0
- package/dist-types/commands/GetContainerServicesCommand.d.ts +108 -0
- package/dist-types/commands/GetCostEstimateCommand.d.ts +30 -0
- package/dist-types/commands/GetDiskCommand.d.ts +42 -0
- package/dist-types/commands/GetDiskSnapshotCommand.d.ts +30 -0
- package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +33 -0
- package/dist-types/commands/GetDisksCommand.d.ts +45 -0
- package/dist-types/commands/GetDistributionBundlesCommand.d.ts +14 -0
- package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +7 -0
- package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +17 -0
- package/dist-types/commands/GetDistributionsCommand.d.ts +76 -0
- package/dist-types/commands/GetDomainCommand.d.ts +44 -0
- package/dist-types/commands/GetDomainsCommand.d.ts +47 -0
- package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +46 -0
- package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +30 -0
- package/dist-types/commands/GetInstanceCommand.d.ts +123 -0
- package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +17 -0
- package/dist-types/commands/GetInstancePortStatesCommand.d.ts +22 -0
- package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +69 -0
- package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +72 -0
- package/dist-types/commands/GetInstanceStateCommand.d.ts +9 -0
- package/dist-types/commands/GetInstancesCommand.d.ts +126 -0
- package/dist-types/commands/GetKeyPairCommand.d.ts +23 -0
- package/dist-types/commands/GetKeyPairsCommand.d.ts +26 -0
- package/dist-types/commands/GetLoadBalancerCommand.d.ts +49 -0
- package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +17 -0
- package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +64 -0
- package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +19 -0
- package/dist-types/commands/GetLoadBalancersCommand.d.ts +52 -0
- package/dist-types/commands/GetOperationCommand.d.ts +22 -0
- package/dist-types/commands/GetOperationsCommand.d.ts +25 -0
- package/dist-types/commands/GetOperationsForResourceCommand.d.ts +26 -0
- package/dist-types/commands/GetRegionsCommand.d.ts +25 -0
- package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +16 -0
- package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +19 -0
- package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +58 -0
- package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +16 -0
- package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +13 -0
- package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +8 -0
- package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +7 -0
- package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +17 -0
- package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +18 -0
- package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +30 -0
- package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +33 -0
- package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +61 -0
- package/dist-types/commands/GetStaticIpCommand.d.ts +19 -0
- package/dist-types/commands/GetStaticIpsCommand.d.ts +22 -0
- package/dist-types/commands/ImportKeyPairCommand.d.ts +22 -0
- package/dist-types/commands/IsVpcPeeredCommand.d.ts +6 -0
- package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +22 -0
- package/dist-types/commands/PeerVpcCommand.d.ts +22 -0
- package/dist-types/commands/PutAlarmCommand.d.ts +24 -0
- package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +22 -0
- package/dist-types/commands/RebootInstanceCommand.d.ts +24 -0
- package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +24 -0
- package/dist-types/commands/RegisterContainerImageCommand.d.ts +10 -0
- package/dist-types/commands/ReleaseStaticIpCommand.d.ts +24 -0
- package/dist-types/commands/ResetDistributionCacheCommand.d.ts +24 -0
- package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +24 -0
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +24 -0
- package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +24 -0
- package/dist-types/commands/StartGUISessionCommand.d.ts +24 -0
- package/dist-types/commands/StartInstanceCommand.d.ts +24 -0
- package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +24 -0
- package/dist-types/commands/StopGUISessionCommand.d.ts +24 -0
- package/dist-types/commands/StopInstanceCommand.d.ts +24 -0
- package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +24 -0
- package/dist-types/commands/TagResourceCommand.d.ts +24 -0
- package/dist-types/commands/TestAlarmCommand.d.ts +24 -0
- package/dist-types/commands/UnpeerVpcCommand.d.ts +22 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +24 -0
- package/dist-types/commands/UpdateBucketBundleCommand.d.ts +24 -0
- package/dist-types/commands/UpdateBucketCommand.d.ts +67 -0
- package/dist-types/commands/UpdateContainerServiceCommand.d.ts +106 -0
- package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +22 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +22 -0
- package/dist-types/commands/UpdateDomainEntryCommand.d.ts +24 -0
- package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +22 -0
- package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +24 -0
- package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +24 -0
- package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +24 -0
- package/package.json +16 -16
|
@@ -39,6 +39,26 @@ export interface CreateDomainCommandOutput extends CreateDomainResult, __Metadat
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new CreateDomainCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // CreateDomainResult
|
|
43
|
+
* // operation: { // Operation
|
|
44
|
+
* // id: "STRING_VALUE",
|
|
45
|
+
* // resourceName: "STRING_VALUE",
|
|
46
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
47
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
48
|
+
* // location: { // ResourceLocation
|
|
49
|
+
* // availabilityZone: "STRING_VALUE",
|
|
50
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
51
|
+
* // },
|
|
52
|
+
* // isTerminal: true || false,
|
|
53
|
+
* // operationDetails: "STRING_VALUE",
|
|
54
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
55
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
56
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
57
|
+
* // errorCode: "STRING_VALUE",
|
|
58
|
+
* // errorDetails: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // };
|
|
61
|
+
*
|
|
42
62
|
* ```
|
|
43
63
|
*
|
|
44
64
|
* @param CreateDomainCommandInput - {@link CreateDomainCommandInput}
|
|
@@ -77,6 +97,8 @@ export interface CreateDomainCommandOutput extends CreateDomainResult, __Metadat
|
|
|
77
97
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
78
98
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
79
99
|
*
|
|
100
|
+
* @throws {@link LightsailServiceException}
|
|
101
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
80
102
|
*
|
|
81
103
|
*/
|
|
82
104
|
export declare class CreateDomainCommand extends $Command<CreateDomainCommandInput, CreateDomainCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -46,6 +46,26 @@ export interface CreateDomainEntryCommandOutput extends CreateDomainEntryResult,
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new CreateDomainEntryCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateDomainEntryResult
|
|
50
|
+
* // operation: { // Operation
|
|
51
|
+
* // id: "STRING_VALUE",
|
|
52
|
+
* // resourceName: "STRING_VALUE",
|
|
53
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
54
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
55
|
+
* // location: { // ResourceLocation
|
|
56
|
+
* // availabilityZone: "STRING_VALUE",
|
|
57
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
58
|
+
* // },
|
|
59
|
+
* // isTerminal: true || false,
|
|
60
|
+
* // operationDetails: "STRING_VALUE",
|
|
61
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
62
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
63
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
64
|
+
* // errorCode: "STRING_VALUE",
|
|
65
|
+
* // errorDetails: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
49
69
|
* ```
|
|
50
70
|
*
|
|
51
71
|
* @param CreateDomainEntryCommandInput - {@link CreateDomainEntryCommandInput}
|
|
@@ -84,6 +104,8 @@ export interface CreateDomainEntryCommandOutput extends CreateDomainEntryResult,
|
|
|
84
104
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
85
105
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
86
106
|
*
|
|
107
|
+
* @throws {@link LightsailServiceException}
|
|
108
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
87
109
|
*
|
|
88
110
|
*/
|
|
89
111
|
export declare class CreateDomainEntryCommand extends $Command<CreateDomainEntryCommandInput, CreateDomainEntryCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -33,6 +33,20 @@ export interface CreateGUISessionAccessDetailsCommandOutput extends CreateGUISes
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new CreateGUISessionAccessDetailsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // CreateGUISessionAccessDetailsResult
|
|
37
|
+
* // resourceName: "STRING_VALUE",
|
|
38
|
+
* // status: "startExpired" || "notStarted" || "started" || "starting" || "stopped" || "stopping" || "settingUpInstance" || "failedInstanceCreation" || "failedStartingGUISession" || "failedStoppingGUISession",
|
|
39
|
+
* // percentageComplete: Number("int"),
|
|
40
|
+
* // failureReason: "STRING_VALUE",
|
|
41
|
+
* // sessions: [ // Sessions
|
|
42
|
+
* // { // Session
|
|
43
|
+
* // name: "STRING_VALUE",
|
|
44
|
+
* // url: "STRING_VALUE",
|
|
45
|
+
* // isPrimary: true || false,
|
|
46
|
+
* // },
|
|
47
|
+
* // ],
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
36
50
|
* ```
|
|
37
51
|
*
|
|
38
52
|
* @param CreateGUISessionAccessDetailsCommandInput - {@link CreateGUISessionAccessDetailsCommandInput}
|
|
@@ -64,6 +78,8 @@ export interface CreateGUISessionAccessDetailsCommandOutput extends CreateGUISes
|
|
|
64
78
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
65
79
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
66
80
|
*
|
|
81
|
+
* @throws {@link LightsailServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
67
83
|
*
|
|
68
84
|
*/
|
|
69
85
|
export declare class CreateGUISessionAccessDetailsCommand extends $Command<CreateGUISessionAccessDetailsCommandInput, CreateGUISessionAccessDetailsCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -41,6 +41,28 @@ export interface CreateInstanceSnapshotCommandOutput extends CreateInstanceSnaps
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new CreateInstanceSnapshotCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // CreateInstanceSnapshotResult
|
|
45
|
+
* // operations: [ // OperationList
|
|
46
|
+
* // { // Operation
|
|
47
|
+
* // id: "STRING_VALUE",
|
|
48
|
+
* // resourceName: "STRING_VALUE",
|
|
49
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
50
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
51
|
+
* // location: { // ResourceLocation
|
|
52
|
+
* // availabilityZone: "STRING_VALUE",
|
|
53
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
54
|
+
* // },
|
|
55
|
+
* // isTerminal: true || false,
|
|
56
|
+
* // operationDetails: "STRING_VALUE",
|
|
57
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
58
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
59
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
60
|
+
* // errorCode: "STRING_VALUE",
|
|
61
|
+
* // errorDetails: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
44
66
|
* ```
|
|
45
67
|
*
|
|
46
68
|
* @param CreateInstanceSnapshotCommandInput - {@link CreateInstanceSnapshotCommandInput}
|
|
@@ -79,6 +101,8 @@ export interface CreateInstanceSnapshotCommandOutput extends CreateInstanceSnaps
|
|
|
79
101
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
80
102
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
81
103
|
*
|
|
104
|
+
* @throws {@link LightsailServiceException}
|
|
105
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
82
106
|
*
|
|
83
107
|
*/
|
|
84
108
|
export declare class CreateInstanceSnapshotCommand extends $Command<CreateInstanceSnapshotCommandInput, CreateInstanceSnapshotCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -60,6 +60,28 @@ export interface CreateInstancesCommandOutput extends CreateInstancesResult, __M
|
|
|
60
60
|
* };
|
|
61
61
|
* const command = new CreateInstancesCommand(input);
|
|
62
62
|
* const response = await client.send(command);
|
|
63
|
+
* // { // CreateInstancesResult
|
|
64
|
+
* // operations: [ // OperationList
|
|
65
|
+
* // { // Operation
|
|
66
|
+
* // id: "STRING_VALUE",
|
|
67
|
+
* // resourceName: "STRING_VALUE",
|
|
68
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
69
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
70
|
+
* // location: { // ResourceLocation
|
|
71
|
+
* // availabilityZone: "STRING_VALUE",
|
|
72
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
73
|
+
* // },
|
|
74
|
+
* // isTerminal: true || false,
|
|
75
|
+
* // operationDetails: "STRING_VALUE",
|
|
76
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
77
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
78
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
79
|
+
* // errorCode: "STRING_VALUE",
|
|
80
|
+
* // errorDetails: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // ],
|
|
83
|
+
* // };
|
|
84
|
+
*
|
|
63
85
|
* ```
|
|
64
86
|
*
|
|
65
87
|
* @param CreateInstancesCommandInput - {@link CreateInstancesCommandInput}
|
|
@@ -98,6 +120,8 @@ export interface CreateInstancesCommandOutput extends CreateInstancesResult, __M
|
|
|
98
120
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
99
121
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
100
122
|
*
|
|
123
|
+
* @throws {@link LightsailServiceException}
|
|
124
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
101
125
|
*
|
|
102
126
|
*/
|
|
103
127
|
export declare class CreateInstancesCommand extends $Command<CreateInstancesCommandInput, CreateInstancesCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -72,6 +72,28 @@ export interface CreateInstancesFromSnapshotCommandOutput extends CreateInstance
|
|
|
72
72
|
* };
|
|
73
73
|
* const command = new CreateInstancesFromSnapshotCommand(input);
|
|
74
74
|
* const response = await client.send(command);
|
|
75
|
+
* // { // CreateInstancesFromSnapshotResult
|
|
76
|
+
* // operations: [ // OperationList
|
|
77
|
+
* // { // Operation
|
|
78
|
+
* // id: "STRING_VALUE",
|
|
79
|
+
* // resourceName: "STRING_VALUE",
|
|
80
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
81
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
82
|
+
* // location: { // ResourceLocation
|
|
83
|
+
* // availabilityZone: "STRING_VALUE",
|
|
84
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
85
|
+
* // },
|
|
86
|
+
* // isTerminal: true || false,
|
|
87
|
+
* // operationDetails: "STRING_VALUE",
|
|
88
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
89
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
90
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
91
|
+
* // errorCode: "STRING_VALUE",
|
|
92
|
+
* // errorDetails: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // ],
|
|
95
|
+
* // };
|
|
96
|
+
*
|
|
75
97
|
* ```
|
|
76
98
|
*
|
|
77
99
|
* @param CreateInstancesFromSnapshotCommandInput - {@link CreateInstancesFromSnapshotCommandInput}
|
|
@@ -110,6 +132,8 @@ export interface CreateInstancesFromSnapshotCommandOutput extends CreateInstance
|
|
|
110
132
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
111
133
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
112
134
|
*
|
|
135
|
+
* @throws {@link LightsailServiceException}
|
|
136
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
113
137
|
*
|
|
114
138
|
*/
|
|
115
139
|
export declare class CreateInstancesFromSnapshotCommand extends $Command<CreateInstancesFromSnapshotCommandInput, CreateInstancesFromSnapshotCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -45,6 +45,46 @@ export interface CreateKeyPairCommandOutput extends CreateKeyPairResult, __Metad
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new CreateKeyPairCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // CreateKeyPairResult
|
|
49
|
+
* // keyPair: { // KeyPair
|
|
50
|
+
* // name: "STRING_VALUE",
|
|
51
|
+
* // arn: "STRING_VALUE",
|
|
52
|
+
* // supportCode: "STRING_VALUE",
|
|
53
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
54
|
+
* // location: { // ResourceLocation
|
|
55
|
+
* // availabilityZone: "STRING_VALUE",
|
|
56
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
57
|
+
* // },
|
|
58
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
59
|
+
* // tags: [ // TagList
|
|
60
|
+
* // { // Tag
|
|
61
|
+
* // key: "STRING_VALUE",
|
|
62
|
+
* // value: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // fingerprint: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // publicKeyBase64: "STRING_VALUE",
|
|
68
|
+
* // privateKeyBase64: "STRING_VALUE",
|
|
69
|
+
* // operation: { // Operation
|
|
70
|
+
* // id: "STRING_VALUE",
|
|
71
|
+
* // resourceName: "STRING_VALUE",
|
|
72
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
73
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
74
|
+
* // location: {
|
|
75
|
+
* // availabilityZone: "STRING_VALUE",
|
|
76
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
77
|
+
* // },
|
|
78
|
+
* // isTerminal: true || false,
|
|
79
|
+
* // operationDetails: "STRING_VALUE",
|
|
80
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
81
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
82
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
83
|
+
* // errorCode: "STRING_VALUE",
|
|
84
|
+
* // errorDetails: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // };
|
|
87
|
+
*
|
|
48
88
|
* ```
|
|
49
89
|
*
|
|
50
90
|
* @param CreateKeyPairCommandInput - {@link CreateKeyPairCommandInput}
|
|
@@ -83,6 +123,8 @@ export interface CreateKeyPairCommandOutput extends CreateKeyPairResult, __Metad
|
|
|
83
123
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
84
124
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
85
125
|
*
|
|
126
|
+
* @throws {@link LightsailServiceException}
|
|
127
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
86
128
|
*
|
|
87
129
|
*/
|
|
88
130
|
export declare class CreateKeyPairCommand extends $Command<CreateKeyPairCommandInput, CreateKeyPairCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -53,6 +53,28 @@ export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerResul
|
|
|
53
53
|
* };
|
|
54
54
|
* const command = new CreateLoadBalancerCommand(input);
|
|
55
55
|
* const response = await client.send(command);
|
|
56
|
+
* // { // CreateLoadBalancerResult
|
|
57
|
+
* // operations: [ // OperationList
|
|
58
|
+
* // { // Operation
|
|
59
|
+
* // id: "STRING_VALUE",
|
|
60
|
+
* // resourceName: "STRING_VALUE",
|
|
61
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
62
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
63
|
+
* // location: { // ResourceLocation
|
|
64
|
+
* // availabilityZone: "STRING_VALUE",
|
|
65
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
66
|
+
* // },
|
|
67
|
+
* // isTerminal: true || false,
|
|
68
|
+
* // operationDetails: "STRING_VALUE",
|
|
69
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
70
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
71
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
72
|
+
* // errorCode: "STRING_VALUE",
|
|
73
|
+
* // errorDetails: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // ],
|
|
76
|
+
* // };
|
|
77
|
+
*
|
|
56
78
|
* ```
|
|
57
79
|
*
|
|
58
80
|
* @param CreateLoadBalancerCommandInput - {@link CreateLoadBalancerCommandInput}
|
|
@@ -91,6 +113,8 @@ export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerResul
|
|
|
91
113
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
92
114
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
93
115
|
*
|
|
116
|
+
* @throws {@link LightsailServiceException}
|
|
117
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
94
118
|
*
|
|
95
119
|
*/
|
|
96
120
|
export declare class CreateLoadBalancerCommand extends $Command<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -46,6 +46,28 @@ export interface CreateLoadBalancerTlsCertificateCommandOutput extends CreateLoa
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new CreateLoadBalancerTlsCertificateCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateLoadBalancerTlsCertificateResult
|
|
50
|
+
* // operations: [ // OperationList
|
|
51
|
+
* // { // Operation
|
|
52
|
+
* // id: "STRING_VALUE",
|
|
53
|
+
* // resourceName: "STRING_VALUE",
|
|
54
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
55
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
56
|
+
* // location: { // ResourceLocation
|
|
57
|
+
* // availabilityZone: "STRING_VALUE",
|
|
58
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
59
|
+
* // },
|
|
60
|
+
* // isTerminal: true || false,
|
|
61
|
+
* // operationDetails: "STRING_VALUE",
|
|
62
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
63
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
64
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
65
|
+
* // errorCode: "STRING_VALUE",
|
|
66
|
+
* // errorDetails: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
49
71
|
* ```
|
|
50
72
|
*
|
|
51
73
|
* @param CreateLoadBalancerTlsCertificateCommandInput - {@link CreateLoadBalancerTlsCertificateCommandInput}
|
|
@@ -84,6 +106,8 @@ export interface CreateLoadBalancerTlsCertificateCommandOutput extends CreateLoa
|
|
|
84
106
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
85
107
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
86
108
|
*
|
|
109
|
+
* @throws {@link LightsailServiceException}
|
|
110
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
87
111
|
*
|
|
88
112
|
*/
|
|
89
113
|
export declare class CreateLoadBalancerTlsCertificateCommand extends $Command<CreateLoadBalancerTlsCertificateCommandInput, CreateLoadBalancerTlsCertificateCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -48,6 +48,28 @@ export interface CreateRelationalDatabaseCommandOutput extends CreateRelationalD
|
|
|
48
48
|
* };
|
|
49
49
|
* const command = new CreateRelationalDatabaseCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // { // CreateRelationalDatabaseResult
|
|
52
|
+
* // operations: [ // OperationList
|
|
53
|
+
* // { // Operation
|
|
54
|
+
* // id: "STRING_VALUE",
|
|
55
|
+
* // resourceName: "STRING_VALUE",
|
|
56
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
57
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // location: { // ResourceLocation
|
|
59
|
+
* // availabilityZone: "STRING_VALUE",
|
|
60
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
61
|
+
* // },
|
|
62
|
+
* // isTerminal: true || false,
|
|
63
|
+
* // operationDetails: "STRING_VALUE",
|
|
64
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
65
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
66
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
67
|
+
* // errorCode: "STRING_VALUE",
|
|
68
|
+
* // errorDetails: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
51
73
|
* ```
|
|
52
74
|
*
|
|
53
75
|
* @param CreateRelationalDatabaseCommandInput - {@link CreateRelationalDatabaseCommandInput}
|
|
@@ -86,6 +108,8 @@ export interface CreateRelationalDatabaseCommandOutput extends CreateRelationalD
|
|
|
86
108
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
87
109
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
88
110
|
*
|
|
111
|
+
* @throws {@link LightsailServiceException}
|
|
112
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
89
113
|
*
|
|
90
114
|
*/
|
|
91
115
|
export declare class CreateRelationalDatabaseCommand extends $Command<CreateRelationalDatabaseCommandInput, CreateRelationalDatabaseCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -50,6 +50,28 @@ export interface CreateRelationalDatabaseFromSnapshotCommandOutput extends Creat
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new CreateRelationalDatabaseFromSnapshotCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // { // CreateRelationalDatabaseFromSnapshotResult
|
|
54
|
+
* // operations: [ // OperationList
|
|
55
|
+
* // { // Operation
|
|
56
|
+
* // id: "STRING_VALUE",
|
|
57
|
+
* // resourceName: "STRING_VALUE",
|
|
58
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
59
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
60
|
+
* // location: { // ResourceLocation
|
|
61
|
+
* // availabilityZone: "STRING_VALUE",
|
|
62
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
63
|
+
* // },
|
|
64
|
+
* // isTerminal: true || false,
|
|
65
|
+
* // operationDetails: "STRING_VALUE",
|
|
66
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
67
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
68
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
69
|
+
* // errorCode: "STRING_VALUE",
|
|
70
|
+
* // errorDetails: "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // };
|
|
74
|
+
*
|
|
53
75
|
* ```
|
|
54
76
|
*
|
|
55
77
|
* @param CreateRelationalDatabaseFromSnapshotCommandInput - {@link CreateRelationalDatabaseFromSnapshotCommandInput}
|
|
@@ -88,6 +110,8 @@ export interface CreateRelationalDatabaseFromSnapshotCommandOutput extends Creat
|
|
|
88
110
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
89
111
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
90
112
|
*
|
|
113
|
+
* @throws {@link LightsailServiceException}
|
|
114
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
91
115
|
*
|
|
92
116
|
*/
|
|
93
117
|
export declare class CreateRelationalDatabaseFromSnapshotCommand extends $Command<CreateRelationalDatabaseFromSnapshotCommandInput, CreateRelationalDatabaseFromSnapshotCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -41,6 +41,28 @@ export interface CreateRelationalDatabaseSnapshotCommandOutput extends CreateRel
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new CreateRelationalDatabaseSnapshotCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // CreateRelationalDatabaseSnapshotResult
|
|
45
|
+
* // operations: [ // OperationList
|
|
46
|
+
* // { // Operation
|
|
47
|
+
* // id: "STRING_VALUE",
|
|
48
|
+
* // resourceName: "STRING_VALUE",
|
|
49
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
50
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
51
|
+
* // location: { // ResourceLocation
|
|
52
|
+
* // availabilityZone: "STRING_VALUE",
|
|
53
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
54
|
+
* // },
|
|
55
|
+
* // isTerminal: true || false,
|
|
56
|
+
* // operationDetails: "STRING_VALUE",
|
|
57
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
58
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
59
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
60
|
+
* // errorCode: "STRING_VALUE",
|
|
61
|
+
* // errorDetails: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
44
66
|
* ```
|
|
45
67
|
*
|
|
46
68
|
* @param CreateRelationalDatabaseSnapshotCommandInput - {@link CreateRelationalDatabaseSnapshotCommandInput}
|
|
@@ -79,6 +101,8 @@ export interface CreateRelationalDatabaseSnapshotCommandOutput extends CreateRel
|
|
|
79
101
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
80
102
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
81
103
|
*
|
|
104
|
+
* @throws {@link LightsailServiceException}
|
|
105
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
82
106
|
*
|
|
83
107
|
*/
|
|
84
108
|
export declare class CreateRelationalDatabaseSnapshotCommand extends $Command<CreateRelationalDatabaseSnapshotCommandInput, CreateRelationalDatabaseSnapshotCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -35,6 +35,28 @@ export interface DeleteAlarmCommandOutput extends DeleteAlarmResult, __MetadataB
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteAlarmCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // DeleteAlarmResult
|
|
39
|
+
* // operations: [ // OperationList
|
|
40
|
+
* // { // Operation
|
|
41
|
+
* // id: "STRING_VALUE",
|
|
42
|
+
* // resourceName: "STRING_VALUE",
|
|
43
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
44
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
45
|
+
* // location: { // ResourceLocation
|
|
46
|
+
* // availabilityZone: "STRING_VALUE",
|
|
47
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
48
|
+
* // },
|
|
49
|
+
* // isTerminal: true || false,
|
|
50
|
+
* // operationDetails: "STRING_VALUE",
|
|
51
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
52
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
53
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
54
|
+
* // errorCode: "STRING_VALUE",
|
|
55
|
+
* // errorDetails: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
38
60
|
* ```
|
|
39
61
|
*
|
|
40
62
|
* @param DeleteAlarmCommandInput - {@link DeleteAlarmCommandInput}
|
|
@@ -69,6 +91,8 @@ export interface DeleteAlarmCommandOutput extends DeleteAlarmResult, __MetadataB
|
|
|
69
91
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
70
92
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
71
93
|
*
|
|
94
|
+
* @throws {@link LightsailServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
72
96
|
*
|
|
73
97
|
*/
|
|
74
98
|
export declare class DeleteAlarmCommand extends $Command<DeleteAlarmCommandInput, DeleteAlarmCommandOutput, LightsailClientResolvedConfig> {
|