@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.
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 +7 -7
@@ -32,6 +32,28 @@ export interface DeleteAutoSnapshotCommandOutput extends DeleteAutoSnapshotResul
32
32
  * };
33
33
  * const command = new DeleteAutoSnapshotCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteAutoSnapshotResult
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 DeleteAutoSnapshotCommandInput - {@link DeleteAutoSnapshotCommandInput}
@@ -66,6 +88,8 @@ export interface DeleteAutoSnapshotCommandOutput extends DeleteAutoSnapshotResul
66
88
  * @throws {@link UnauthenticatedException} (client fault)
67
89
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
68
90
  *
91
+ * @throws {@link LightsailServiceException}
92
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
69
93
  *
70
94
  */
71
95
  export declare class DeleteAutoSnapshotCommand extends $Command<DeleteAutoSnapshotCommandInput, DeleteAutoSnapshotCommandOutput, LightsailClientResolvedConfig> {
@@ -35,6 +35,28 @@ export interface DeleteBucketAccessKeyCommandOutput extends DeleteBucketAccessKe
35
35
  * };
36
36
  * const command = new DeleteBucketAccessKeyCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DeleteBucketAccessKeyResult
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 DeleteBucketAccessKeyCommandInput - {@link DeleteBucketAccessKeyCommandInput}
@@ -66,6 +88,8 @@ export interface DeleteBucketAccessKeyCommandOutput extends DeleteBucketAccessKe
66
88
  * @throws {@link UnauthenticatedException} (client fault)
67
89
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
68
90
  *
91
+ * @throws {@link LightsailServiceException}
92
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
69
93
  *
70
94
  */
71
95
  export declare class DeleteBucketAccessKeyCommand extends $Command<DeleteBucketAccessKeyCommandInput, DeleteBucketAccessKeyCommandOutput, LightsailClientResolvedConfig> {
@@ -36,6 +36,28 @@ export interface DeleteBucketCommandOutput extends DeleteBucketResult, __Metadat
36
36
  * };
37
37
  * const command = new DeleteBucketCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // DeleteBucketResult
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 DeleteBucketCommandInput - {@link DeleteBucketCommandInput}
@@ -67,6 +89,8 @@ export interface DeleteBucketCommandOutput extends DeleteBucketResult, __Metadat
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 DeleteBucketCommand extends $Command<DeleteBucketCommandInput, DeleteBucketCommandOutput, LightsailClientResolvedConfig> {
@@ -35,6 +35,28 @@ export interface DeleteCertificateCommandOutput extends DeleteCertificateResult,
35
35
  * };
36
36
  * const command = new DeleteCertificateCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DeleteCertificateResult
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 DeleteCertificateCommandInput - {@link DeleteCertificateCommandInput}
@@ -66,6 +88,8 @@ export interface DeleteCertificateCommandOutput extends DeleteCertificateResult,
66
88
  * @throws {@link UnauthenticatedException} (client fault)
67
89
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
68
90
  *
91
+ * @throws {@link LightsailServiceException}
92
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
69
93
  *
70
94
  */
71
95
  export declare class DeleteCertificateCommand extends $Command<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, LightsailClientResolvedConfig> {
@@ -35,6 +35,28 @@ export interface DeleteContactMethodCommandOutput extends DeleteContactMethodRes
35
35
  * };
36
36
  * const command = new DeleteContactMethodCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DeleteContactMethodResult
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 DeleteContactMethodCommandInput - {@link DeleteContactMethodCommandInput}
@@ -69,6 +91,8 @@ export interface DeleteContactMethodCommandOutput extends DeleteContactMethodRes
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 DeleteContactMethodCommand extends $Command<DeleteContactMethodCommandInput, DeleteContactMethodCommandOutput, LightsailClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteContainerImageCommandOutput extends DeleteContainerImageR
33
33
  * };
34
34
  * const command = new DeleteContainerImageCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteContainerImageCommandInput - {@link DeleteContainerImageCommandInput}
@@ -64,6 +66,8 @@ export interface DeleteContainerImageCommandOutput extends DeleteContainerImageR
64
66
  * @throws {@link UnauthenticatedException} (client fault)
65
67
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
66
68
  *
69
+ * @throws {@link LightsailServiceException}
70
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
67
71
  *
68
72
  */
69
73
  export declare class DeleteContainerImageCommand extends $Command<DeleteContainerImageCommandInput, DeleteContainerImageCommandOutput, LightsailClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteContainerServiceCommandOutput extends DeleteContainerServ
31
31
  * };
32
32
  * const command = new DeleteContainerServiceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteContainerServiceCommandInput - {@link DeleteContainerServiceCommandInput}
@@ -62,6 +64,8 @@ export interface DeleteContainerServiceCommandOutput extends DeleteContainerServ
62
64
  * @throws {@link UnauthenticatedException} (client fault)
63
65
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
64
66
  *
67
+ * @throws {@link LightsailServiceException}
68
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
65
69
  *
66
70
  */
67
71
  export declare class DeleteContainerServiceCommand extends $Command<DeleteContainerServiceCommandInput, DeleteContainerServiceCommandOutput, LightsailClientResolvedConfig> {
@@ -39,6 +39,28 @@ export interface DeleteDiskCommandOutput extends DeleteDiskResult, __MetadataBea
39
39
  * };
40
40
  * const command = new DeleteDiskCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // DeleteDiskResult
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 DeleteDiskCommandInput - {@link DeleteDiskCommandInput}
@@ -77,6 +99,8 @@ export interface DeleteDiskCommandOutput extends DeleteDiskResult, __MetadataBea
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 DeleteDiskCommand extends $Command<DeleteDiskCommandInput, DeleteDiskCommandOutput, LightsailClientResolvedConfig> {
@@ -39,6 +39,28 @@ export interface DeleteDiskSnapshotCommandOutput extends DeleteDiskSnapshotResul
39
39
  * };
40
40
  * const command = new DeleteDiskSnapshotCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // DeleteDiskSnapshotResult
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 DeleteDiskSnapshotCommandInput - {@link DeleteDiskSnapshotCommandInput}
@@ -77,6 +99,8 @@ export interface DeleteDiskSnapshotCommandOutput extends DeleteDiskSnapshotResul
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 DeleteDiskSnapshotCommand extends $Command<DeleteDiskSnapshotCommandInput, DeleteDiskSnapshotCommandOutput, LightsailClientResolvedConfig> {
@@ -31,6 +31,26 @@ export interface DeleteDistributionCommandOutput extends DeleteDistributionResul
31
31
  * };
32
32
  * const command = new DeleteDistributionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteDistributionResult
35
+ * // operation: { // Operation
36
+ * // id: "STRING_VALUE",
37
+ * // resourceName: "STRING_VALUE",
38
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
39
+ * // createdAt: new Date("TIMESTAMP"),
40
+ * // location: { // ResourceLocation
41
+ * // availabilityZone: "STRING_VALUE",
42
+ * // 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",
43
+ * // },
44
+ * // isTerminal: true || false,
45
+ * // operationDetails: "STRING_VALUE",
46
+ * // 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",
47
+ * // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
48
+ * // statusChangedAt: new Date("TIMESTAMP"),
49
+ * // errorCode: "STRING_VALUE",
50
+ * // errorDetails: "STRING_VALUE",
51
+ * // },
52
+ * // };
53
+ *
34
54
  * ```
35
55
  *
36
56
  * @param DeleteDistributionCommandInput - {@link DeleteDistributionCommandInput}
@@ -65,6 +85,8 @@ export interface DeleteDistributionCommandOutput extends DeleteDistributionResul
65
85
  * @throws {@link UnauthenticatedException} (client fault)
66
86
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
67
87
  *
88
+ * @throws {@link LightsailServiceException}
89
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
68
90
  *
69
91
  */
70
92
  export declare class DeleteDistributionCommand extends $Command<DeleteDistributionCommandInput, DeleteDistributionCommandOutput, LightsailClientResolvedConfig> {
@@ -34,6 +34,26 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResult, __Metadat
34
34
  * };
35
35
  * const command = new DeleteDomainCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DeleteDomainResult
38
+ * // operation: { // Operation
39
+ * // id: "STRING_VALUE",
40
+ * // resourceName: "STRING_VALUE",
41
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
42
+ * // createdAt: new Date("TIMESTAMP"),
43
+ * // location: { // ResourceLocation
44
+ * // availabilityZone: "STRING_VALUE",
45
+ * // 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",
46
+ * // },
47
+ * // isTerminal: true || false,
48
+ * // operationDetails: "STRING_VALUE",
49
+ * // 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",
50
+ * // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
51
+ * // statusChangedAt: new Date("TIMESTAMP"),
52
+ * // errorCode: "STRING_VALUE",
53
+ * // errorDetails: "STRING_VALUE",
54
+ * // },
55
+ * // };
56
+ *
37
57
  * ```
38
58
  *
39
59
  * @param DeleteDomainCommandInput - {@link DeleteDomainCommandInput}
@@ -72,6 +92,8 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResult, __Metadat
72
92
  * @throws {@link UnauthenticatedException} (client fault)
73
93
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
74
94
  *
95
+ * @throws {@link LightsailServiceException}
96
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
75
97
  *
76
98
  */
77
99
  export declare class DeleteDomainCommand extends $Command<DeleteDomainCommandInput, DeleteDomainCommandOutput, LightsailClientResolvedConfig> {
@@ -44,6 +44,26 @@ export interface DeleteDomainEntryCommandOutput extends DeleteDomainEntryResult,
44
44
  * };
45
45
  * const command = new DeleteDomainEntryCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // DeleteDomainEntryResult
48
+ * // operation: { // 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
+ *
47
67
  * ```
48
68
  *
49
69
  * @param DeleteDomainEntryCommandInput - {@link DeleteDomainEntryCommandInput}
@@ -82,6 +102,8 @@ export interface DeleteDomainEntryCommandOutput extends DeleteDomainEntryResult,
82
102
  * @throws {@link UnauthenticatedException} (client fault)
83
103
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
84
104
  *
105
+ * @throws {@link LightsailServiceException}
106
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
85
107
  *
86
108
  */
87
109
  export declare class DeleteDomainEntryCommand extends $Command<DeleteDomainEntryCommandInput, DeleteDomainEntryCommandOutput, LightsailClientResolvedConfig> {
@@ -35,6 +35,28 @@ export interface DeleteInstanceCommandOutput extends DeleteInstanceResult, __Met
35
35
  * };
36
36
  * const command = new DeleteInstanceCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DeleteInstanceResult
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 DeleteInstanceCommandInput - {@link DeleteInstanceCommandInput}
@@ -73,6 +95,8 @@ export interface DeleteInstanceCommandOutput extends DeleteInstanceResult, __Met
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 DeleteInstanceCommand extends $Command<DeleteInstanceCommandInput, DeleteInstanceCommandOutput, LightsailClientResolvedConfig> {
@@ -35,6 +35,28 @@ export interface DeleteInstanceSnapshotCommandOutput extends DeleteInstanceSnaps
35
35
  * };
36
36
  * const command = new DeleteInstanceSnapshotCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DeleteInstanceSnapshotResult
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 DeleteInstanceSnapshotCommandInput - {@link DeleteInstanceSnapshotCommandInput}
@@ -73,6 +95,8 @@ export interface DeleteInstanceSnapshotCommandOutput extends DeleteInstanceSnaps
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 DeleteInstanceSnapshotCommand extends $Command<DeleteInstanceSnapshotCommandInput, DeleteInstanceSnapshotCommandOutput, LightsailClientResolvedConfig> {
@@ -39,6 +39,26 @@ export interface DeleteKeyPairCommandOutput extends DeleteKeyPairResult, __Metad
39
39
  * };
40
40
  * const command = new DeleteKeyPairCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // DeleteKeyPairResult
43
+ * // operation: { // Operation
44
+ * // id: "STRING_VALUE",
45
+ * // resourceName: "STRING_VALUE",
46
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
47
+ * // createdAt: new Date("TIMESTAMP"),
48
+ * // location: { // ResourceLocation
49
+ * // availabilityZone: "STRING_VALUE",
50
+ * // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
51
+ * // },
52
+ * // isTerminal: true || false,
53
+ * // operationDetails: "STRING_VALUE",
54
+ * // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
55
+ * // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
56
+ * // statusChangedAt: new Date("TIMESTAMP"),
57
+ * // errorCode: "STRING_VALUE",
58
+ * // errorDetails: "STRING_VALUE",
59
+ * // },
60
+ * // };
61
+ *
42
62
  * ```
43
63
  *
44
64
  * @param DeleteKeyPairCommandInput - {@link DeleteKeyPairCommandInput}
@@ -77,6 +97,8 @@ export interface DeleteKeyPairCommandOutput extends DeleteKeyPairResult, __Metad
77
97
  * @throws {@link UnauthenticatedException} (client fault)
78
98
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
79
99
  *
100
+ * @throws {@link LightsailServiceException}
101
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
80
102
  *
81
103
  */
82
104
  export declare class DeleteKeyPairCommand extends $Command<DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput, LightsailClientResolvedConfig> {