@aws-sdk/client-lightsail 3.325.0 → 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.
Files changed (160) hide show
  1. package/dist-types/commands/AllocateStaticIpCommand.d.ts +24 -0
  2. package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +22 -0
  3. package/dist-types/commands/AttachDiskCommand.d.ts +24 -0
  4. package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +24 -0
  5. package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +24 -0
  6. package/dist-types/commands/AttachStaticIpCommand.d.ts +24 -0
  7. package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +22 -0
  8. package/dist-types/commands/CopySnapshotCommand.d.ts +24 -0
  9. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +35 -0
  10. package/dist-types/commands/CreateBucketCommand.d.ts +67 -0
  11. package/dist-types/commands/CreateCertificateCommand.d.ts +98 -0
  12. package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +24 -0
  13. package/dist-types/commands/CreateContactMethodCommand.d.ts +24 -0
  14. package/dist-types/commands/CreateContainerServiceCommand.d.ts +106 -0
  15. package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +106 -0
  16. package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +11 -0
  17. package/dist-types/commands/CreateDiskCommand.d.ts +24 -0
  18. package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +24 -0
  19. package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +24 -0
  20. package/dist-types/commands/CreateDistributionCommand.d.ts +90 -0
  21. package/dist-types/commands/CreateDomainCommand.d.ts +22 -0
  22. package/dist-types/commands/CreateDomainEntryCommand.d.ts +22 -0
  23. package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +24 -0
  25. package/dist-types/commands/CreateInstancesCommand.d.ts +24 -0
  26. package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +24 -0
  27. package/dist-types/commands/CreateKeyPairCommand.d.ts +42 -0
  28. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +24 -0
  29. package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +24 -0
  30. package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +24 -0
  31. package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +24 -0
  32. package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +24 -0
  33. package/dist-types/commands/DeleteAlarmCommand.d.ts +24 -0
  34. package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +24 -0
  35. package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +24 -0
  36. package/dist-types/commands/DeleteBucketCommand.d.ts +24 -0
  37. package/dist-types/commands/DeleteCertificateCommand.d.ts +24 -0
  38. package/dist-types/commands/DeleteContactMethodCommand.d.ts +24 -0
  39. package/dist-types/commands/DeleteContainerImageCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteContainerServiceCommand.d.ts +4 -0
  41. package/dist-types/commands/DeleteDiskCommand.d.ts +24 -0
  42. package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +24 -0
  43. package/dist-types/commands/DeleteDistributionCommand.d.ts +22 -0
  44. package/dist-types/commands/DeleteDomainCommand.d.ts +22 -0
  45. package/dist-types/commands/DeleteDomainEntryCommand.d.ts +22 -0
  46. package/dist-types/commands/DeleteInstanceCommand.d.ts +24 -0
  47. package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +24 -0
  48. package/dist-types/commands/DeleteKeyPairCommand.d.ts +22 -0
  49. package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +24 -0
  50. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +24 -0
  51. package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +24 -0
  52. package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +24 -0
  53. package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +24 -0
  54. package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +22 -0
  55. package/dist-types/commands/DetachDiskCommand.d.ts +24 -0
  56. package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +24 -0
  57. package/dist-types/commands/DetachStaticIpCommand.d.ts +24 -0
  58. package/dist-types/commands/DisableAddOnCommand.d.ts +24 -0
  59. package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +8 -0
  60. package/dist-types/commands/EnableAddOnCommand.d.ts +24 -0
  61. package/dist-types/commands/ExportSnapshotCommand.d.ts +24 -0
  62. package/dist-types/commands/GetActiveNamesCommand.d.ts +9 -0
  63. package/dist-types/commands/GetAlarmsCommand.d.ts +41 -0
  64. package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +20 -0
  65. package/dist-types/commands/GetBlueprintsCommand.d.ts +23 -0
  66. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +18 -0
  67. package/dist-types/commands/GetBucketBundlesCommand.d.ts +15 -0
  68. package/dist-types/commands/GetBucketMetricDataCommand.d.ts +17 -0
  69. package/dist-types/commands/GetBucketsCommand.d.ts +57 -0
  70. package/dist-types/commands/GetBundlesCommand.d.ts +26 -0
  71. package/dist-types/commands/GetCertificatesCommand.d.ts +81 -0
  72. package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +30 -0
  73. package/dist-types/commands/GetContactMethodsCommand.d.ts +21 -0
  74. package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +10 -0
  75. package/dist-types/commands/GetContainerImagesCommand.d.ts +12 -0
  76. package/dist-types/commands/GetContainerLogCommand.d.ts +12 -0
  77. package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +38 -0
  78. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +17 -0
  79. package/dist-types/commands/GetContainerServicePowersCommand.d.ts +15 -0
  80. package/dist-types/commands/GetContainerServicesCommand.d.ts +108 -0
  81. package/dist-types/commands/GetCostEstimateCommand.d.ts +30 -0
  82. package/dist-types/commands/GetDiskCommand.d.ts +42 -0
  83. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +30 -0
  84. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +33 -0
  85. package/dist-types/commands/GetDisksCommand.d.ts +45 -0
  86. package/dist-types/commands/GetDistributionBundlesCommand.d.ts +14 -0
  87. package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +7 -0
  88. package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +17 -0
  89. package/dist-types/commands/GetDistributionsCommand.d.ts +76 -0
  90. package/dist-types/commands/GetDomainCommand.d.ts +44 -0
  91. package/dist-types/commands/GetDomainsCommand.d.ts +47 -0
  92. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +46 -0
  93. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +30 -0
  94. package/dist-types/commands/GetInstanceCommand.d.ts +123 -0
  95. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +17 -0
  96. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +22 -0
  97. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +69 -0
  98. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +72 -0
  99. package/dist-types/commands/GetInstanceStateCommand.d.ts +9 -0
  100. package/dist-types/commands/GetInstancesCommand.d.ts +126 -0
  101. package/dist-types/commands/GetKeyPairCommand.d.ts +23 -0
  102. package/dist-types/commands/GetKeyPairsCommand.d.ts +26 -0
  103. package/dist-types/commands/GetLoadBalancerCommand.d.ts +49 -0
  104. package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +17 -0
  105. package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +64 -0
  106. package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +19 -0
  107. package/dist-types/commands/GetLoadBalancersCommand.d.ts +52 -0
  108. package/dist-types/commands/GetOperationCommand.d.ts +22 -0
  109. package/dist-types/commands/GetOperationsCommand.d.ts +25 -0
  110. package/dist-types/commands/GetOperationsForResourceCommand.d.ts +26 -0
  111. package/dist-types/commands/GetRegionsCommand.d.ts +25 -0
  112. package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +16 -0
  113. package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +19 -0
  114. package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +58 -0
  115. package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +16 -0
  116. package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +13 -0
  117. package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +8 -0
  118. package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +7 -0
  119. package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +17 -0
  120. package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +18 -0
  121. package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +30 -0
  122. package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +33 -0
  123. package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +61 -0
  124. package/dist-types/commands/GetStaticIpCommand.d.ts +19 -0
  125. package/dist-types/commands/GetStaticIpsCommand.d.ts +22 -0
  126. package/dist-types/commands/ImportKeyPairCommand.d.ts +22 -0
  127. package/dist-types/commands/IsVpcPeeredCommand.d.ts +6 -0
  128. package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +22 -0
  129. package/dist-types/commands/PeerVpcCommand.d.ts +22 -0
  130. package/dist-types/commands/PutAlarmCommand.d.ts +24 -0
  131. package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +22 -0
  132. package/dist-types/commands/RebootInstanceCommand.d.ts +24 -0
  133. package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +24 -0
  134. package/dist-types/commands/RegisterContainerImageCommand.d.ts +10 -0
  135. package/dist-types/commands/ReleaseStaticIpCommand.d.ts +24 -0
  136. package/dist-types/commands/ResetDistributionCacheCommand.d.ts +24 -0
  137. package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +24 -0
  138. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +24 -0
  139. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +24 -0
  140. package/dist-types/commands/StartGUISessionCommand.d.ts +24 -0
  141. package/dist-types/commands/StartInstanceCommand.d.ts +24 -0
  142. package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +24 -0
  143. package/dist-types/commands/StopGUISessionCommand.d.ts +24 -0
  144. package/dist-types/commands/StopInstanceCommand.d.ts +24 -0
  145. package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +24 -0
  146. package/dist-types/commands/TagResourceCommand.d.ts +24 -0
  147. package/dist-types/commands/TestAlarmCommand.d.ts +24 -0
  148. package/dist-types/commands/UnpeerVpcCommand.d.ts +22 -0
  149. package/dist-types/commands/UntagResourceCommand.d.ts +24 -0
  150. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +24 -0
  151. package/dist-types/commands/UpdateBucketCommand.d.ts +67 -0
  152. package/dist-types/commands/UpdateContainerServiceCommand.d.ts +106 -0
  153. package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +22 -0
  154. package/dist-types/commands/UpdateDistributionCommand.d.ts +22 -0
  155. package/dist-types/commands/UpdateDomainEntryCommand.d.ts +24 -0
  156. package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +22 -0
  157. package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +24 -0
  158. package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +24 -0
  159. package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +24 -0
  160. package/package.json +3 -3
@@ -29,6 +29,10 @@ export interface IsVpcPeeredCommandOutput extends IsVpcPeeredResult, __MetadataB
29
29
  * const input = {};
30
30
  * const command = new IsVpcPeeredCommand(input);
31
31
  * const response = await client.send(command);
32
+ * // { // IsVpcPeeredResult
33
+ * // isPeered: true || false,
34
+ * // };
35
+ *
32
36
  * ```
33
37
  *
34
38
  * @param IsVpcPeeredCommandInput - {@link IsVpcPeeredCommandInput}
@@ -67,6 +71,8 @@ export interface IsVpcPeeredCommandOutput extends IsVpcPeeredResult, __MetadataB
67
71
  * @throws {@link UnauthenticatedException} (client fault)
68
72
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
69
73
  *
74
+ * @throws {@link LightsailServiceException}
75
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
70
76
  *
71
77
  */
72
78
  export declare class IsVpcPeeredCommand extends $Command<IsVpcPeeredCommandInput, IsVpcPeeredCommandOutput, LightsailClientResolvedConfig> {
@@ -49,6 +49,26 @@ export interface OpenInstancePublicPortsCommandOutput extends OpenInstancePublic
49
49
  * };
50
50
  * const command = new OpenInstancePublicPortsCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // OpenInstancePublicPortsResult
53
+ * // operation: { // 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
+ *
52
72
  * ```
53
73
  *
54
74
  * @param OpenInstancePublicPortsCommandInput - {@link OpenInstancePublicPortsCommandInput}
@@ -87,6 +107,8 @@ export interface OpenInstancePublicPortsCommandOutput extends OpenInstancePublic
87
107
  * @throws {@link UnauthenticatedException} (client fault)
88
108
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
89
109
  *
110
+ * @throws {@link LightsailServiceException}
111
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
90
112
  *
91
113
  */
92
114
  export declare class OpenInstancePublicPortsCommand extends $Command<OpenInstancePublicPortsCommandInput, OpenInstancePublicPortsCommandOutput, LightsailClientResolvedConfig> {
@@ -29,6 +29,26 @@ export interface PeerVpcCommandOutput extends PeerVpcResult, __MetadataBearer {
29
29
  * const input = {};
30
30
  * const command = new PeerVpcCommand(input);
31
31
  * const response = await client.send(command);
32
+ * // { // PeerVpcResult
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 PeerVpcCommandInput - {@link PeerVpcCommandInput}
@@ -67,6 +87,8 @@ export interface PeerVpcCommandOutput extends PeerVpcResult, __MetadataBearer {
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 PeerVpcCommand extends $Command<PeerVpcCommandInput, PeerVpcCommandOutput, LightsailClientResolvedConfig> {
@@ -55,6 +55,28 @@ export interface PutAlarmCommandOutput extends PutAlarmResult, __MetadataBearer
55
55
  * };
56
56
  * const command = new PutAlarmCommand(input);
57
57
  * const response = await client.send(command);
58
+ * // { // PutAlarmResult
59
+ * // operations: [ // OperationList
60
+ * // { // Operation
61
+ * // id: "STRING_VALUE",
62
+ * // resourceName: "STRING_VALUE",
63
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
64
+ * // createdAt: new Date("TIMESTAMP"),
65
+ * // location: { // ResourceLocation
66
+ * // availabilityZone: "STRING_VALUE",
67
+ * // 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",
68
+ * // },
69
+ * // isTerminal: true || false,
70
+ * // operationDetails: "STRING_VALUE",
71
+ * // 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",
72
+ * // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
73
+ * // statusChangedAt: new Date("TIMESTAMP"),
74
+ * // errorCode: "STRING_VALUE",
75
+ * // errorDetails: "STRING_VALUE",
76
+ * // },
77
+ * // ],
78
+ * // };
79
+ *
58
80
  * ```
59
81
  *
60
82
  * @param PutAlarmCommandInput - {@link PutAlarmCommandInput}
@@ -89,6 +111,8 @@ export interface PutAlarmCommandOutput extends PutAlarmResult, __MetadataBearer
89
111
  * @throws {@link UnauthenticatedException} (client fault)
90
112
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
91
113
  *
114
+ * @throws {@link LightsailServiceException}
115
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
92
116
  *
93
117
  */
94
118
  export declare class PutAlarmCommand extends $Command<PutAlarmCommandInput, PutAlarmCommandOutput, LightsailClientResolvedConfig> {
@@ -55,6 +55,26 @@ export interface PutInstancePublicPortsCommandOutput extends PutInstancePublicPo
55
55
  * };
56
56
  * const command = new PutInstancePublicPortsCommand(input);
57
57
  * const response = await client.send(command);
58
+ * // { // PutInstancePublicPortsResult
59
+ * // operation: { // Operation
60
+ * // id: "STRING_VALUE",
61
+ * // resourceName: "STRING_VALUE",
62
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
63
+ * // createdAt: new Date("TIMESTAMP"),
64
+ * // location: { // ResourceLocation
65
+ * // availabilityZone: "STRING_VALUE",
66
+ * // 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",
67
+ * // },
68
+ * // isTerminal: true || false,
69
+ * // operationDetails: "STRING_VALUE",
70
+ * // 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",
71
+ * // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
72
+ * // statusChangedAt: new Date("TIMESTAMP"),
73
+ * // errorCode: "STRING_VALUE",
74
+ * // errorDetails: "STRING_VALUE",
75
+ * // },
76
+ * // };
77
+ *
58
78
  * ```
59
79
  *
60
80
  * @param PutInstancePublicPortsCommandInput - {@link PutInstancePublicPortsCommandInput}
@@ -93,6 +113,8 @@ export interface PutInstancePublicPortsCommandOutput extends PutInstancePublicPo
93
113
  * @throws {@link UnauthenticatedException} (client fault)
94
114
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
95
115
  *
116
+ * @throws {@link LightsailServiceException}
117
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
96
118
  *
97
119
  */
98
120
  export declare class PutInstancePublicPortsCommand extends $Command<PutInstancePublicPortsCommandInput, PutInstancePublicPortsCommandOutput, LightsailClientResolvedConfig> {
@@ -34,6 +34,28 @@ export interface RebootInstanceCommandOutput extends RebootInstanceResult, __Met
34
34
  * };
35
35
  * const command = new RebootInstanceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // RebootInstanceResult
38
+ * // operations: [ // OperationList
39
+ * // { // Operation
40
+ * // id: "STRING_VALUE",
41
+ * // resourceName: "STRING_VALUE",
42
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
43
+ * // createdAt: new Date("TIMESTAMP"),
44
+ * // location: { // ResourceLocation
45
+ * // availabilityZone: "STRING_VALUE",
46
+ * // 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",
47
+ * // },
48
+ * // isTerminal: true || false,
49
+ * // operationDetails: "STRING_VALUE",
50
+ * // 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",
51
+ * // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
52
+ * // statusChangedAt: new Date("TIMESTAMP"),
53
+ * // errorCode: "STRING_VALUE",
54
+ * // errorDetails: "STRING_VALUE",
55
+ * // },
56
+ * // ],
57
+ * // };
58
+ *
37
59
  * ```
38
60
  *
39
61
  * @param RebootInstanceCommandInput - {@link RebootInstanceCommandInput}
@@ -72,6 +94,8 @@ export interface RebootInstanceCommandOutput extends RebootInstanceResult, __Met
72
94
  * @throws {@link UnauthenticatedException} (client fault)
73
95
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
74
96
  *
97
+ * @throws {@link LightsailServiceException}
98
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
75
99
  *
76
100
  */
77
101
  export declare class RebootInstanceCommand extends $Command<RebootInstanceCommandInput, RebootInstanceCommandOutput, LightsailClientResolvedConfig> {
@@ -34,6 +34,28 @@ export interface RebootRelationalDatabaseCommandOutput extends RebootRelationalD
34
34
  * };
35
35
  * const command = new RebootRelationalDatabaseCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // RebootRelationalDatabaseResult
38
+ * // operations: [ // OperationList
39
+ * // { // Operation
40
+ * // id: "STRING_VALUE",
41
+ * // resourceName: "STRING_VALUE",
42
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
43
+ * // createdAt: new Date("TIMESTAMP"),
44
+ * // location: { // ResourceLocation
45
+ * // availabilityZone: "STRING_VALUE",
46
+ * // 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",
47
+ * // },
48
+ * // isTerminal: true || false,
49
+ * // operationDetails: "STRING_VALUE",
50
+ * // 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",
51
+ * // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
52
+ * // statusChangedAt: new Date("TIMESTAMP"),
53
+ * // errorCode: "STRING_VALUE",
54
+ * // errorDetails: "STRING_VALUE",
55
+ * // },
56
+ * // ],
57
+ * // };
58
+ *
37
59
  * ```
38
60
  *
39
61
  * @param RebootRelationalDatabaseCommandInput - {@link RebootRelationalDatabaseCommandInput}
@@ -72,6 +94,8 @@ export interface RebootRelationalDatabaseCommandOutput extends RebootRelationalD
72
94
  * @throws {@link UnauthenticatedException} (client fault)
73
95
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
74
96
  *
97
+ * @throws {@link LightsailServiceException}
98
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
75
99
  *
76
100
  */
77
101
  export declare class RebootRelationalDatabaseCommand extends $Command<RebootRelationalDatabaseCommandInput, RebootRelationalDatabaseCommandOutput, LightsailClientResolvedConfig> {
@@ -39,6 +39,14 @@ export interface RegisterContainerImageCommandOutput extends RegisterContainerIm
39
39
  * };
40
40
  * const command = new RegisterContainerImageCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // RegisterContainerImageResult
43
+ * // containerImage: { // ContainerImage
44
+ * // image: "STRING_VALUE",
45
+ * // digest: "STRING_VALUE",
46
+ * // createdAt: new Date("TIMESTAMP"),
47
+ * // },
48
+ * // };
49
+ *
42
50
  * ```
43
51
  *
44
52
  * @param RegisterContainerImageCommandInput - {@link RegisterContainerImageCommandInput}
@@ -70,6 +78,8 @@ export interface RegisterContainerImageCommandOutput extends RegisterContainerIm
70
78
  * @throws {@link UnauthenticatedException} (client fault)
71
79
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
72
80
  *
81
+ * @throws {@link LightsailServiceException}
82
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
73
83
  *
74
84
  */
75
85
  export declare class RegisterContainerImageCommand extends $Command<RegisterContainerImageCommandInput, RegisterContainerImageCommandOutput, LightsailClientResolvedConfig> {
@@ -31,6 +31,28 @@ export interface ReleaseStaticIpCommandOutput extends ReleaseStaticIpResult, __M
31
31
  * };
32
32
  * const command = new ReleaseStaticIpCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // ReleaseStaticIpResult
35
+ * // operations: [ // OperationList
36
+ * // { // Operation
37
+ * // id: "STRING_VALUE",
38
+ * // resourceName: "STRING_VALUE",
39
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
40
+ * // createdAt: new Date("TIMESTAMP"),
41
+ * // location: { // ResourceLocation
42
+ * // availabilityZone: "STRING_VALUE",
43
+ * // 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",
44
+ * // },
45
+ * // isTerminal: true || false,
46
+ * // operationDetails: "STRING_VALUE",
47
+ * // 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",
48
+ * // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
49
+ * // statusChangedAt: new Date("TIMESTAMP"),
50
+ * // errorCode: "STRING_VALUE",
51
+ * // errorDetails: "STRING_VALUE",
52
+ * // },
53
+ * // ],
54
+ * // };
55
+ *
34
56
  * ```
35
57
  *
36
58
  * @param ReleaseStaticIpCommandInput - {@link ReleaseStaticIpCommandInput}
@@ -69,6 +91,8 @@ export interface ReleaseStaticIpCommandOutput extends ReleaseStaticIpResult, __M
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 ReleaseStaticIpCommand extends $Command<ReleaseStaticIpCommandInput, ReleaseStaticIpCommandOutput, LightsailClientResolvedConfig> {
@@ -34,6 +34,28 @@ export interface ResetDistributionCacheCommandOutput extends ResetDistributionCa
34
34
  * };
35
35
  * const command = new ResetDistributionCacheCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ResetDistributionCacheResult
38
+ * // status: "STRING_VALUE",
39
+ * // createTime: new Date("TIMESTAMP"),
40
+ * // operation: { // 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
+ *
37
59
  * ```
38
60
  *
39
61
  * @param ResetDistributionCacheCommandInput - {@link ResetDistributionCacheCommandInput}
@@ -68,6 +90,8 @@ export interface ResetDistributionCacheCommandOutput extends ResetDistributionCa
68
90
  * @throws {@link UnauthenticatedException} (client fault)
69
91
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
70
92
  *
93
+ * @throws {@link LightsailServiceException}
94
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
71
95
  *
72
96
  */
73
97
  export declare class ResetDistributionCacheCommand extends $Command<ResetDistributionCacheCommandInput, ResetDistributionCacheCommandOutput, LightsailClientResolvedConfig> {
@@ -43,6 +43,28 @@ export interface SendContactMethodVerificationCommandOutput extends SendContactM
43
43
  * };
44
44
  * const command = new SendContactMethodVerificationCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // SendContactMethodVerificationResult
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 SendContactMethodVerificationCommandInput - {@link SendContactMethodVerificationCommandInput}
@@ -77,6 +99,8 @@ export interface SendContactMethodVerificationCommandOutput extends SendContactM
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 SendContactMethodVerificationCommand extends $Command<SendContactMethodVerificationCommandInput, SendContactMethodVerificationCommandOutput, LightsailClientResolvedConfig> {
@@ -36,6 +36,28 @@ export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeResult, _
36
36
  * };
37
37
  * const command = new SetIpAddressTypeCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // SetIpAddressTypeResult
40
+ * // operations: [ // OperationList
41
+ * // { // Operation
42
+ * // id: "STRING_VALUE",
43
+ * // resourceName: "STRING_VALUE",
44
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
45
+ * // createdAt: new Date("TIMESTAMP"),
46
+ * // location: { // ResourceLocation
47
+ * // availabilityZone: "STRING_VALUE",
48
+ * // 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",
49
+ * // },
50
+ * // isTerminal: true || false,
51
+ * // operationDetails: "STRING_VALUE",
52
+ * // 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",
53
+ * // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
54
+ * // statusChangedAt: new Date("TIMESTAMP"),
55
+ * // errorCode: "STRING_VALUE",
56
+ * // errorDetails: "STRING_VALUE",
57
+ * // },
58
+ * // ],
59
+ * // };
60
+ *
39
61
  * ```
40
62
  *
41
63
  * @param SetIpAddressTypeCommandInput - {@link SetIpAddressTypeCommandInput}
@@ -74,6 +96,8 @@ export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeResult, _
74
96
  * @throws {@link UnauthenticatedException} (client fault)
75
97
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
76
98
  *
99
+ * @throws {@link LightsailServiceException}
100
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
77
101
  *
78
102
  */
79
103
  export declare class SetIpAddressTypeCommand extends $Command<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput, LightsailClientResolvedConfig> {
@@ -36,6 +36,28 @@ export interface SetResourceAccessForBucketCommandOutput extends SetResourceAcce
36
36
  * };
37
37
  * const command = new SetResourceAccessForBucketCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // SetResourceAccessForBucketResult
40
+ * // operations: [ // OperationList
41
+ * // { // Operation
42
+ * // id: "STRING_VALUE",
43
+ * // resourceName: "STRING_VALUE",
44
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
45
+ * // createdAt: new Date("TIMESTAMP"),
46
+ * // location: { // ResourceLocation
47
+ * // availabilityZone: "STRING_VALUE",
48
+ * // 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",
49
+ * // },
50
+ * // isTerminal: true || false,
51
+ * // operationDetails: "STRING_VALUE",
52
+ * // 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",
53
+ * // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
54
+ * // statusChangedAt: new Date("TIMESTAMP"),
55
+ * // errorCode: "STRING_VALUE",
56
+ * // errorDetails: "STRING_VALUE",
57
+ * // },
58
+ * // ],
59
+ * // };
60
+ *
39
61
  * ```
40
62
  *
41
63
  * @param SetResourceAccessForBucketCommandInput - {@link SetResourceAccessForBucketCommandInput}
@@ -67,6 +89,8 @@ export interface SetResourceAccessForBucketCommandOutput extends SetResourceAcce
67
89
  * @throws {@link UnauthenticatedException} (client fault)
68
90
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
69
91
  *
92
+ * @throws {@link LightsailServiceException}
93
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
70
94
  *
71
95
  */
72
96
  export declare class SetResourceAccessForBucketCommand extends $Command<SetResourceAccessForBucketCommandInput, SetResourceAccessForBucketCommandOutput, LightsailClientResolvedConfig> {
@@ -32,6 +32,28 @@ export interface StartGUISessionCommandOutput extends StartGUISessionResult, __M
32
32
  * };
33
33
  * const command = new StartGUISessionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // StartGUISessionResult
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 StartGUISessionCommandInput - {@link StartGUISessionCommandInput}
@@ -63,6 +85,8 @@ export interface StartGUISessionCommandOutput extends StartGUISessionResult, __M
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 StartGUISessionCommand extends $Command<StartGUISessionCommandInput, StartGUISessionCommandOutput, LightsailClientResolvedConfig> {