@aws-sdk/client-lightsail 3.325.0 → 3.327.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 +7 -7
|
@@ -40,6 +40,28 @@ export interface StartInstanceCommandOutput extends StartInstanceResult, __Metad
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new StartInstanceCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // StartInstanceResult
|
|
44
|
+
* // operations: [ // OperationList
|
|
45
|
+
* // { // Operation
|
|
46
|
+
* // id: "STRING_VALUE",
|
|
47
|
+
* // resourceName: "STRING_VALUE",
|
|
48
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
49
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
50
|
+
* // location: { // ResourceLocation
|
|
51
|
+
* // availabilityZone: "STRING_VALUE",
|
|
52
|
+
* // 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",
|
|
53
|
+
* // },
|
|
54
|
+
* // isTerminal: true || false,
|
|
55
|
+
* // operationDetails: "STRING_VALUE",
|
|
56
|
+
* // 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",
|
|
57
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
58
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
59
|
+
* // errorCode: "STRING_VALUE",
|
|
60
|
+
* // errorDetails: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
43
65
|
* ```
|
|
44
66
|
*
|
|
45
67
|
* @param StartInstanceCommandInput - {@link StartInstanceCommandInput}
|
|
@@ -78,6 +100,8 @@ export interface StartInstanceCommandOutput extends StartInstanceResult, __Metad
|
|
|
78
100
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
79
101
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
80
102
|
*
|
|
103
|
+
* @throws {@link LightsailServiceException}
|
|
104
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
81
105
|
*
|
|
82
106
|
*/
|
|
83
107
|
export declare class StartInstanceCommand extends $Command<StartInstanceCommandInput, StartInstanceCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -35,6 +35,28 @@ export interface StartRelationalDatabaseCommandOutput extends StartRelationalDat
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new StartRelationalDatabaseCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // StartRelationalDatabaseResult
|
|
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 StartRelationalDatabaseCommandInput - {@link StartRelationalDatabaseCommandInput}
|
|
@@ -73,6 +95,8 @@ export interface StartRelationalDatabaseCommandOutput extends StartRelationalDat
|
|
|
73
95
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
74
96
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
75
97
|
*
|
|
98
|
+
* @throws {@link LightsailServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
76
100
|
*
|
|
77
101
|
*/
|
|
78
102
|
export declare class StartRelationalDatabaseCommand extends $Command<StartRelationalDatabaseCommandInput, StartRelationalDatabaseCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -32,6 +32,28 @@ export interface StopGUISessionCommandOutput extends StopGUISessionResult, __Met
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new StopGUISessionCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // StopGUISessionResult
|
|
36
|
+
* // operations: [ // OperationList
|
|
37
|
+
* // { // Operation
|
|
38
|
+
* // id: "STRING_VALUE",
|
|
39
|
+
* // resourceName: "STRING_VALUE",
|
|
40
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
41
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
42
|
+
* // location: { // ResourceLocation
|
|
43
|
+
* // availabilityZone: "STRING_VALUE",
|
|
44
|
+
* // 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",
|
|
45
|
+
* // },
|
|
46
|
+
* // isTerminal: true || false,
|
|
47
|
+
* // operationDetails: "STRING_VALUE",
|
|
48
|
+
* // 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",
|
|
49
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
50
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
51
|
+
* // errorCode: "STRING_VALUE",
|
|
52
|
+
* // errorDetails: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
35
57
|
* ```
|
|
36
58
|
*
|
|
37
59
|
* @param StopGUISessionCommandInput - {@link StopGUISessionCommandInput}
|
|
@@ -63,6 +85,8 @@ export interface StopGUISessionCommandOutput extends StopGUISessionResult, __Met
|
|
|
63
85
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
64
86
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
65
87
|
*
|
|
88
|
+
* @throws {@link LightsailServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
66
90
|
*
|
|
67
91
|
*/
|
|
68
92
|
export declare class StopGUISessionCommand extends $Command<StopGUISessionCommandInput, StopGUISessionCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -40,6 +40,28 @@ export interface StopInstanceCommandOutput extends StopInstanceResult, __Metadat
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new StopInstanceCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // StopInstanceResult
|
|
44
|
+
* // operations: [ // OperationList
|
|
45
|
+
* // { // Operation
|
|
46
|
+
* // id: "STRING_VALUE",
|
|
47
|
+
* // resourceName: "STRING_VALUE",
|
|
48
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
49
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
50
|
+
* // location: { // ResourceLocation
|
|
51
|
+
* // availabilityZone: "STRING_VALUE",
|
|
52
|
+
* // 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",
|
|
53
|
+
* // },
|
|
54
|
+
* // isTerminal: true || false,
|
|
55
|
+
* // operationDetails: "STRING_VALUE",
|
|
56
|
+
* // 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",
|
|
57
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
58
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
59
|
+
* // errorCode: "STRING_VALUE",
|
|
60
|
+
* // errorDetails: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
43
65
|
* ```
|
|
44
66
|
*
|
|
45
67
|
* @param StopInstanceCommandInput - {@link StopInstanceCommandInput}
|
|
@@ -78,6 +100,8 @@ export interface StopInstanceCommandOutput extends StopInstanceResult, __Metadat
|
|
|
78
100
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
79
101
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
80
102
|
*
|
|
103
|
+
* @throws {@link LightsailServiceException}
|
|
104
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
81
105
|
*
|
|
82
106
|
*/
|
|
83
107
|
export declare class StopInstanceCommand extends $Command<StopInstanceCommandInput, StopInstanceCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -35,6 +35,28 @@ export interface StopRelationalDatabaseCommandOutput extends StopRelationalDatab
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new StopRelationalDatabaseCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // StopRelationalDatabaseResult
|
|
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 StopRelationalDatabaseCommandInput - {@link StopRelationalDatabaseCommandInput}
|
|
@@ -73,6 +95,8 @@ export interface StopRelationalDatabaseCommandOutput extends StopRelationalDatab
|
|
|
73
95
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
74
96
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
75
97
|
*
|
|
98
|
+
* @throws {@link LightsailServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
76
100
|
*
|
|
77
101
|
*/
|
|
78
102
|
export declare class StopRelationalDatabaseCommand extends $Command<StopRelationalDatabaseCommandInput, StopRelationalDatabaseCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -43,6 +43,28 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new TagResourceCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // TagResourceResult
|
|
47
|
+
* // operations: [ // OperationList
|
|
48
|
+
* // { // Operation
|
|
49
|
+
* // id: "STRING_VALUE",
|
|
50
|
+
* // resourceName: "STRING_VALUE",
|
|
51
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
52
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
53
|
+
* // location: { // ResourceLocation
|
|
54
|
+
* // availabilityZone: "STRING_VALUE",
|
|
55
|
+
* // 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",
|
|
56
|
+
* // },
|
|
57
|
+
* // isTerminal: true || false,
|
|
58
|
+
* // operationDetails: "STRING_VALUE",
|
|
59
|
+
* // 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",
|
|
60
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
61
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
62
|
+
* // errorCode: "STRING_VALUE",
|
|
63
|
+
* // errorDetails: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
46
68
|
* ```
|
|
47
69
|
*
|
|
48
70
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -81,6 +103,8 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
|
|
|
81
103
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
82
104
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
83
105
|
*
|
|
106
|
+
* @throws {@link LightsailServiceException}
|
|
107
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
84
108
|
*
|
|
85
109
|
*/
|
|
86
110
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -39,6 +39,28 @@ export interface TestAlarmCommandOutput extends TestAlarmResult, __MetadataBeare
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new TestAlarmCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // TestAlarmResult
|
|
43
|
+
* // operations: [ // OperationList
|
|
44
|
+
* // { // Operation
|
|
45
|
+
* // id: "STRING_VALUE",
|
|
46
|
+
* // resourceName: "STRING_VALUE",
|
|
47
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
48
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
49
|
+
* // location: { // ResourceLocation
|
|
50
|
+
* // availabilityZone: "STRING_VALUE",
|
|
51
|
+
* // 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",
|
|
52
|
+
* // },
|
|
53
|
+
* // isTerminal: true || false,
|
|
54
|
+
* // operationDetails: "STRING_VALUE",
|
|
55
|
+
* // 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",
|
|
56
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
57
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // errorCode: "STRING_VALUE",
|
|
59
|
+
* // errorDetails: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
42
64
|
* ```
|
|
43
65
|
*
|
|
44
66
|
* @param TestAlarmCommandInput - {@link TestAlarmCommandInput}
|
|
@@ -73,6 +95,8 @@ export interface TestAlarmCommandOutput extends TestAlarmResult, __MetadataBeare
|
|
|
73
95
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
74
96
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
75
97
|
*
|
|
98
|
+
* @throws {@link LightsailServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
76
100
|
*
|
|
77
101
|
*/
|
|
78
102
|
export declare class TestAlarmCommand extends $Command<TestAlarmCommandInput, TestAlarmCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -29,6 +29,26 @@ export interface UnpeerVpcCommandOutput extends UnpeerVpcResult, __MetadataBeare
|
|
|
29
29
|
* const input = {};
|
|
30
30
|
* const command = new UnpeerVpcCommand(input);
|
|
31
31
|
* const response = await client.send(command);
|
|
32
|
+
* // { // UnpeerVpcResult
|
|
33
|
+
* // operation: { // Operation
|
|
34
|
+
* // id: "STRING_VALUE",
|
|
35
|
+
* // resourceName: "STRING_VALUE",
|
|
36
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
37
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
38
|
+
* // location: { // ResourceLocation
|
|
39
|
+
* // availabilityZone: "STRING_VALUE",
|
|
40
|
+
* // 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",
|
|
41
|
+
* // },
|
|
42
|
+
* // isTerminal: true || false,
|
|
43
|
+
* // operationDetails: "STRING_VALUE",
|
|
44
|
+
* // 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",
|
|
45
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
46
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
47
|
+
* // errorCode: "STRING_VALUE",
|
|
48
|
+
* // errorDetails: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
32
52
|
* ```
|
|
33
53
|
*
|
|
34
54
|
* @param UnpeerVpcCommandInput - {@link UnpeerVpcCommandInput}
|
|
@@ -67,6 +87,8 @@ export interface UnpeerVpcCommandOutput extends UnpeerVpcResult, __MetadataBeare
|
|
|
67
87
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
68
88
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
69
89
|
*
|
|
90
|
+
* @throws {@link LightsailServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
70
92
|
*
|
|
71
93
|
*/
|
|
72
94
|
export declare class UnpeerVpcCommand extends $Command<UnpeerVpcCommandInput, UnpeerVpcCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -39,6 +39,28 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new UntagResourceCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // UntagResourceResult
|
|
43
|
+
* // operations: [ // OperationList
|
|
44
|
+
* // { // Operation
|
|
45
|
+
* // id: "STRING_VALUE",
|
|
46
|
+
* // resourceName: "STRING_VALUE",
|
|
47
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
48
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
49
|
+
* // location: { // ResourceLocation
|
|
50
|
+
* // availabilityZone: "STRING_VALUE",
|
|
51
|
+
* // 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",
|
|
52
|
+
* // },
|
|
53
|
+
* // isTerminal: true || false,
|
|
54
|
+
* // operationDetails: "STRING_VALUE",
|
|
55
|
+
* // 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",
|
|
56
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
57
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // errorCode: "STRING_VALUE",
|
|
59
|
+
* // errorDetails: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
42
64
|
* ```
|
|
43
65
|
*
|
|
44
66
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -77,6 +99,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
|
|
|
77
99
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
78
100
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
79
101
|
*
|
|
102
|
+
* @throws {@link LightsailServiceException}
|
|
103
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
80
104
|
*
|
|
81
105
|
*/
|
|
82
106
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -44,6 +44,28 @@ export interface UpdateBucketBundleCommandOutput extends UpdateBucketBundleResul
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new UpdateBucketBundleCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // UpdateBucketBundleResult
|
|
48
|
+
* // operations: [ // OperationList
|
|
49
|
+
* // { // Operation
|
|
50
|
+
* // id: "STRING_VALUE",
|
|
51
|
+
* // resourceName: "STRING_VALUE",
|
|
52
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
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
|
+
* // isTerminal: true || false,
|
|
59
|
+
* // operationDetails: "STRING_VALUE",
|
|
60
|
+
* // 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",
|
|
61
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
62
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
63
|
+
* // errorCode: "STRING_VALUE",
|
|
64
|
+
* // errorDetails: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // ],
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
47
69
|
* ```
|
|
48
70
|
*
|
|
49
71
|
* @param UpdateBucketBundleCommandInput - {@link UpdateBucketBundleCommandInput}
|
|
@@ -75,6 +97,8 @@ export interface UpdateBucketBundleCommandOutput extends UpdateBucketBundleResul
|
|
|
75
97
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
76
98
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
77
99
|
*
|
|
100
|
+
* @throws {@link LightsailServiceException}
|
|
101
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
78
102
|
*
|
|
79
103
|
*/
|
|
80
104
|
export declare class UpdateBucketBundleCommand extends $Command<UpdateBucketBundleCommandInput, UpdateBucketBundleCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -46,6 +46,71 @@ export interface UpdateBucketCommandOutput extends UpdateBucketResult, __Metadat
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new UpdateBucketCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // UpdateBucketResult
|
|
50
|
+
* // bucket: { // Bucket
|
|
51
|
+
* // resourceType: "STRING_VALUE",
|
|
52
|
+
* // accessRules: { // AccessRules
|
|
53
|
+
* // getObject: "public" || "private",
|
|
54
|
+
* // allowPublicOverrides: true || false,
|
|
55
|
+
* // },
|
|
56
|
+
* // arn: "STRING_VALUE",
|
|
57
|
+
* // bundleId: "STRING_VALUE",
|
|
58
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
59
|
+
* // url: "STRING_VALUE",
|
|
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
|
+
* // name: "STRING_VALUE",
|
|
65
|
+
* // supportCode: "STRING_VALUE",
|
|
66
|
+
* // tags: [ // TagList
|
|
67
|
+
* // { // Tag
|
|
68
|
+
* // key: "STRING_VALUE",
|
|
69
|
+
* // value: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // objectVersioning: "STRING_VALUE",
|
|
73
|
+
* // ableToUpdateBundle: true || false,
|
|
74
|
+
* // readonlyAccessAccounts: [ // PartnerIdList
|
|
75
|
+
* // "STRING_VALUE",
|
|
76
|
+
* // ],
|
|
77
|
+
* // resourcesReceivingAccess: [ // AccessReceiverList
|
|
78
|
+
* // { // ResourceReceivingAccess
|
|
79
|
+
* // name: "STRING_VALUE",
|
|
80
|
+
* // resourceType: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // ],
|
|
83
|
+
* // state: { // BucketState
|
|
84
|
+
* // code: "STRING_VALUE",
|
|
85
|
+
* // message: "STRING_VALUE",
|
|
86
|
+
* // },
|
|
87
|
+
* // accessLogConfig: { // BucketAccessLogConfig
|
|
88
|
+
* // enabled: true || false, // required
|
|
89
|
+
* // destination: "STRING_VALUE",
|
|
90
|
+
* // prefix: "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // },
|
|
93
|
+
* // operations: [ // OperationList
|
|
94
|
+
* // { // Operation
|
|
95
|
+
* // id: "STRING_VALUE",
|
|
96
|
+
* // resourceName: "STRING_VALUE",
|
|
97
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
98
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
99
|
+
* // location: {
|
|
100
|
+
* // availabilityZone: "STRING_VALUE",
|
|
101
|
+
* // 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",
|
|
102
|
+
* // },
|
|
103
|
+
* // isTerminal: true || false,
|
|
104
|
+
* // operationDetails: "STRING_VALUE",
|
|
105
|
+
* // 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",
|
|
106
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
107
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
108
|
+
* // errorCode: "STRING_VALUE",
|
|
109
|
+
* // errorDetails: "STRING_VALUE",
|
|
110
|
+
* // },
|
|
111
|
+
* // ],
|
|
112
|
+
* // };
|
|
113
|
+
*
|
|
49
114
|
* ```
|
|
50
115
|
*
|
|
51
116
|
* @param UpdateBucketCommandInput - {@link UpdateBucketCommandInput}
|
|
@@ -77,6 +142,8 @@ export interface UpdateBucketCommandOutput extends UpdateBucketResult, __Metadat
|
|
|
77
142
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
78
143
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
79
144
|
*
|
|
145
|
+
* @throws {@link LightsailServiceException}
|
|
146
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
80
147
|
*
|
|
81
148
|
*/
|
|
82
149
|
export declare class UpdateBucketCommand extends $Command<UpdateBucketCommandInput, UpdateBucketCommandOutput, LightsailClientResolvedConfig> {
|