@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
@@ -32,6 +32,130 @@ export interface GetInstancesCommandOutput extends GetInstancesResult, __Metadat
32
32
  * };
33
33
  * const command = new GetInstancesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetInstancesResult
36
+ * // instances: [ // InstanceList
37
+ * // { // Instance
38
+ * // name: "STRING_VALUE",
39
+ * // arn: "STRING_VALUE",
40
+ * // supportCode: "STRING_VALUE",
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
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
47
+ * // tags: [ // TagList
48
+ * // { // Tag
49
+ * // key: "STRING_VALUE",
50
+ * // value: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // blueprintId: "STRING_VALUE",
54
+ * // blueprintName: "STRING_VALUE",
55
+ * // bundleId: "STRING_VALUE",
56
+ * // addOns: [ // AddOnList
57
+ * // { // AddOn
58
+ * // name: "STRING_VALUE",
59
+ * // status: "STRING_VALUE",
60
+ * // snapshotTimeOfDay: "STRING_VALUE",
61
+ * // nextSnapshotTimeOfDay: "STRING_VALUE",
62
+ * // threshold: "STRING_VALUE",
63
+ * // duration: "STRING_VALUE",
64
+ * // },
65
+ * // ],
66
+ * // isStaticIp: true || false,
67
+ * // privateIpAddress: "STRING_VALUE",
68
+ * // publicIpAddress: "STRING_VALUE",
69
+ * // ipv6Addresses: [ // Ipv6AddressList
70
+ * // "STRING_VALUE",
71
+ * // ],
72
+ * // ipAddressType: "dualstack" || "ipv4",
73
+ * // hardware: { // InstanceHardware
74
+ * // cpuCount: Number("int"),
75
+ * // disks: [ // DiskList
76
+ * // { // Disk
77
+ * // name: "STRING_VALUE",
78
+ * // arn: "STRING_VALUE",
79
+ * // supportCode: "STRING_VALUE",
80
+ * // createdAt: new Date("TIMESTAMP"),
81
+ * // location: {
82
+ * // availabilityZone: "STRING_VALUE",
83
+ * // 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",
84
+ * // },
85
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
86
+ * // tags: [
87
+ * // {
88
+ * // key: "STRING_VALUE",
89
+ * // value: "STRING_VALUE",
90
+ * // },
91
+ * // ],
92
+ * // addOns: [
93
+ * // {
94
+ * // name: "STRING_VALUE",
95
+ * // status: "STRING_VALUE",
96
+ * // snapshotTimeOfDay: "STRING_VALUE",
97
+ * // nextSnapshotTimeOfDay: "STRING_VALUE",
98
+ * // threshold: "STRING_VALUE",
99
+ * // duration: "STRING_VALUE",
100
+ * // },
101
+ * // ],
102
+ * // sizeInGb: Number("int"),
103
+ * // isSystemDisk: true || false,
104
+ * // iops: Number("int"),
105
+ * // path: "STRING_VALUE",
106
+ * // state: "pending" || "error" || "available" || "in-use" || "unknown",
107
+ * // attachedTo: "STRING_VALUE",
108
+ * // isAttached: true || false,
109
+ * // attachmentState: "STRING_VALUE",
110
+ * // gbInUse: Number("int"),
111
+ * // autoMountStatus: "Failed" || "Pending" || "Mounted" || "NotMounted",
112
+ * // },
113
+ * // ],
114
+ * // ramSizeInGb: Number("float"),
115
+ * // },
116
+ * // networking: { // InstanceNetworking
117
+ * // monthlyTransfer: { // MonthlyTransfer
118
+ * // gbPerMonthAllocated: Number("int"),
119
+ * // },
120
+ * // ports: [ // InstancePortInfoList
121
+ * // { // InstancePortInfo
122
+ * // fromPort: Number("int"),
123
+ * // toPort: Number("int"),
124
+ * // protocol: "tcp" || "all" || "udp" || "icmp",
125
+ * // accessFrom: "STRING_VALUE",
126
+ * // accessType: "Public" || "Private",
127
+ * // commonName: "STRING_VALUE",
128
+ * // accessDirection: "inbound" || "outbound",
129
+ * // cidrs: [ // StringList
130
+ * // "STRING_VALUE",
131
+ * // ],
132
+ * // ipv6Cidrs: [
133
+ * // "STRING_VALUE",
134
+ * // ],
135
+ * // cidrListAliases: [
136
+ * // "STRING_VALUE",
137
+ * // ],
138
+ * // },
139
+ * // ],
140
+ * // },
141
+ * // state: { // InstanceState
142
+ * // code: Number("int"),
143
+ * // name: "STRING_VALUE",
144
+ * // },
145
+ * // username: "STRING_VALUE",
146
+ * // sshKeyName: "STRING_VALUE",
147
+ * // metadataOptions: { // InstanceMetadataOptions
148
+ * // state: "pending" || "applied",
149
+ * // httpTokens: "optional" || "required",
150
+ * // httpEndpoint: "disabled" || "enabled",
151
+ * // httpPutResponseHopLimit: Number("int"),
152
+ * // httpProtocolIpv6: "disabled" || "enabled",
153
+ * // },
154
+ * // },
155
+ * // ],
156
+ * // nextPageToken: "STRING_VALUE",
157
+ * // };
158
+ *
35
159
  * ```
36
160
  *
37
161
  * @param GetInstancesCommandInput - {@link GetInstancesCommandInput}
@@ -70,6 +194,8 @@ export interface GetInstancesCommandOutput extends GetInstancesResult, __Metadat
70
194
  * @throws {@link UnauthenticatedException} (client fault)
71
195
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
72
196
  *
197
+ * @throws {@link LightsailServiceException}
198
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
73
199
  *
74
200
  */
75
201
  export declare class GetInstancesCommand extends $Command<GetInstancesCommandInput, GetInstancesCommandOutput, LightsailClientResolvedConfig> {
@@ -31,6 +31,27 @@ export interface GetKeyPairCommandOutput extends GetKeyPairResult, __MetadataBea
31
31
  * };
32
32
  * const command = new GetKeyPairCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetKeyPairResult
35
+ * // keyPair: { // KeyPair
36
+ * // name: "STRING_VALUE",
37
+ * // arn: "STRING_VALUE",
38
+ * // supportCode: "STRING_VALUE",
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
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
45
+ * // tags: [ // TagList
46
+ * // { // Tag
47
+ * // key: "STRING_VALUE",
48
+ * // value: "STRING_VALUE",
49
+ * // },
50
+ * // ],
51
+ * // fingerprint: "STRING_VALUE",
52
+ * // },
53
+ * // };
54
+ *
34
55
  * ```
35
56
  *
36
57
  * @param GetKeyPairCommandInput - {@link GetKeyPairCommandInput}
@@ -69,6 +90,8 @@ export interface GetKeyPairCommandOutput extends GetKeyPairResult, __MetadataBea
69
90
  * @throws {@link UnauthenticatedException} (client fault)
70
91
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
71
92
  *
93
+ * @throws {@link LightsailServiceException}
94
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
72
95
  *
73
96
  */
74
97
  export declare class GetKeyPairCommand extends $Command<GetKeyPairCommandInput, GetKeyPairCommandOutput, LightsailClientResolvedConfig> {
@@ -32,6 +32,30 @@ export interface GetKeyPairsCommandOutput extends GetKeyPairsResult, __MetadataB
32
32
  * };
33
33
  * const command = new GetKeyPairsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetKeyPairsResult
36
+ * // keyPairs: [ // KeyPairList
37
+ * // { // KeyPair
38
+ * // name: "STRING_VALUE",
39
+ * // arn: "STRING_VALUE",
40
+ * // supportCode: "STRING_VALUE",
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
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
47
+ * // tags: [ // TagList
48
+ * // { // Tag
49
+ * // key: "STRING_VALUE",
50
+ * // value: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // fingerprint: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // nextPageToken: "STRING_VALUE",
57
+ * // };
58
+ *
35
59
  * ```
36
60
  *
37
61
  * @param GetKeyPairsCommandInput - {@link GetKeyPairsCommandInput}
@@ -70,6 +94,8 @@ export interface GetKeyPairsCommandOutput extends GetKeyPairsResult, __MetadataB
70
94
  * @throws {@link UnauthenticatedException} (client fault)
71
95
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
72
96
  *
97
+ * @throws {@link LightsailServiceException}
98
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
73
99
  *
74
100
  */
75
101
  export declare class GetKeyPairsCommand extends $Command<GetKeyPairsCommandInput, GetKeyPairsCommandOutput, LightsailClientResolvedConfig> {
@@ -31,6 +31,53 @@ export interface GetLoadBalancerCommandOutput extends GetLoadBalancerResult, __M
31
31
  * };
32
32
  * const command = new GetLoadBalancerCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetLoadBalancerResult
35
+ * // loadBalancer: { // LoadBalancer
36
+ * // name: "STRING_VALUE",
37
+ * // arn: "STRING_VALUE",
38
+ * // supportCode: "STRING_VALUE",
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
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
45
+ * // tags: [ // TagList
46
+ * // { // Tag
47
+ * // key: "STRING_VALUE",
48
+ * // value: "STRING_VALUE",
49
+ * // },
50
+ * // ],
51
+ * // dnsName: "STRING_VALUE",
52
+ * // state: "active" || "provisioning" || "active_impaired" || "failed" || "unknown",
53
+ * // protocol: "HTTP_HTTPS" || "HTTP",
54
+ * // publicPorts: [ // PortList
55
+ * // Number("int"),
56
+ * // ],
57
+ * // healthCheckPath: "STRING_VALUE",
58
+ * // instancePort: Number("int"),
59
+ * // instanceHealthSummary: [ // InstanceHealthSummaryList
60
+ * // { // InstanceHealthSummary
61
+ * // instanceName: "STRING_VALUE",
62
+ * // instanceHealth: "initial" || "healthy" || "unhealthy" || "unused" || "draining" || "unavailable",
63
+ * // instanceHealthReason: "Lb.RegistrationInProgress" || "Lb.InitialHealthChecking" || "Lb.InternalError" || "Instance.ResponseCodeMismatch" || "Instance.Timeout" || "Instance.FailedHealthChecks" || "Instance.NotRegistered" || "Instance.NotInUse" || "Instance.DeregistrationInProgress" || "Instance.InvalidState" || "Instance.IpUnusable",
64
+ * // },
65
+ * // ],
66
+ * // tlsCertificateSummaries: [ // LoadBalancerTlsCertificateSummaryList
67
+ * // { // LoadBalancerTlsCertificateSummary
68
+ * // name: "STRING_VALUE",
69
+ * // isAttached: true || false,
70
+ * // },
71
+ * // ],
72
+ * // configurationOptions: { // LoadBalancerConfigurationOptions
73
+ * // "<keys>": "STRING_VALUE",
74
+ * // },
75
+ * // ipAddressType: "dualstack" || "ipv4",
76
+ * // httpsRedirectionEnabled: true || false,
77
+ * // tlsPolicyName: "STRING_VALUE",
78
+ * // },
79
+ * // };
80
+ *
34
81
  * ```
35
82
  *
36
83
  * @param GetLoadBalancerCommandInput - {@link GetLoadBalancerCommandInput}
@@ -69,6 +116,8 @@ export interface GetLoadBalancerCommandOutput extends GetLoadBalancerResult, __M
69
116
  * @throws {@link UnauthenticatedException} (client fault)
70
117
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
71
118
  *
119
+ * @throws {@link LightsailServiceException}
120
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
72
121
  *
73
122
  */
74
123
  export declare class GetLoadBalancerCommand extends $Command<GetLoadBalancerCommandInput, GetLoadBalancerCommandOutput, LightsailClientResolvedConfig> {
@@ -42,6 +42,21 @@ export interface GetLoadBalancerMetricDataCommandOutput extends GetLoadBalancerM
42
42
  * };
43
43
  * const command = new GetLoadBalancerMetricDataCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // GetLoadBalancerMetricDataResult
46
+ * // metricName: "ClientTLSNegotiationErrorCount" || "HealthyHostCount" || "UnhealthyHostCount" || "HTTPCode_LB_4XX_Count" || "HTTPCode_LB_5XX_Count" || "HTTPCode_Instance_2XX_Count" || "HTTPCode_Instance_3XX_Count" || "HTTPCode_Instance_4XX_Count" || "HTTPCode_Instance_5XX_Count" || "InstanceResponseTime" || "RejectedConnectionCount" || "RequestCount",
47
+ * // metricData: [ // MetricDatapointList
48
+ * // { // MetricDatapoint
49
+ * // average: Number("double"),
50
+ * // maximum: Number("double"),
51
+ * // minimum: Number("double"),
52
+ * // sampleCount: Number("double"),
53
+ * // sum: Number("double"),
54
+ * // timestamp: new Date("TIMESTAMP"),
55
+ * // unit: "Seconds" || "Microseconds" || "Milliseconds" || "Bytes" || "Kilobytes" || "Megabytes" || "Gigabytes" || "Terabytes" || "Bits" || "Kilobits" || "Megabits" || "Gigabits" || "Terabits" || "Percent" || "Count" || "Bytes/Second" || "Kilobytes/Second" || "Megabytes/Second" || "Gigabytes/Second" || "Terabytes/Second" || "Bits/Second" || "Kilobits/Second" || "Megabits/Second" || "Gigabits/Second" || "Terabits/Second" || "Count/Second" || "None",
56
+ * // },
57
+ * // ],
58
+ * // };
59
+ *
45
60
  * ```
46
61
  *
47
62
  * @param GetLoadBalancerMetricDataCommandInput - {@link GetLoadBalancerMetricDataCommandInput}
@@ -80,6 +95,8 @@ export interface GetLoadBalancerMetricDataCommandOutput extends GetLoadBalancerM
80
95
  * @throws {@link UnauthenticatedException} (client fault)
81
96
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
82
97
  *
98
+ * @throws {@link LightsailServiceException}
99
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
83
100
  *
84
101
  */
85
102
  export declare class GetLoadBalancerMetricDataCommand extends $Command<GetLoadBalancerMetricDataCommandInput, GetLoadBalancerMetricDataCommandOutput, LightsailClientResolvedConfig> {
@@ -35,6 +35,68 @@ export interface GetLoadBalancerTlsCertificatesCommandOutput extends GetLoadBala
35
35
  * };
36
36
  * const command = new GetLoadBalancerTlsCertificatesCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // GetLoadBalancerTlsCertificatesResult
39
+ * // tlsCertificates: [ // LoadBalancerTlsCertificateList
40
+ * // { // LoadBalancerTlsCertificate
41
+ * // name: "STRING_VALUE",
42
+ * // arn: "STRING_VALUE",
43
+ * // supportCode: "STRING_VALUE",
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
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
50
+ * // tags: [ // TagList
51
+ * // { // Tag
52
+ * // key: "STRING_VALUE",
53
+ * // value: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // loadBalancerName: "STRING_VALUE",
57
+ * // isAttached: true || false,
58
+ * // status: "PENDING_VALIDATION" || "ISSUED" || "INACTIVE" || "EXPIRED" || "VALIDATION_TIMED_OUT" || "REVOKED" || "FAILED" || "UNKNOWN",
59
+ * // domainName: "STRING_VALUE",
60
+ * // domainValidationRecords: [ // LoadBalancerTlsCertificateDomainValidationRecordList
61
+ * // { // LoadBalancerTlsCertificateDomainValidationRecord
62
+ * // name: "STRING_VALUE",
63
+ * // type: "STRING_VALUE",
64
+ * // value: "STRING_VALUE",
65
+ * // validationStatus: "PENDING_VALIDATION" || "FAILED" || "SUCCESS",
66
+ * // domainName: "STRING_VALUE",
67
+ * // dnsRecordCreationState: { // LoadBalancerTlsCertificateDnsRecordCreationState
68
+ * // code: "SUCCEEDED" || "STARTED" || "FAILED",
69
+ * // message: "STRING_VALUE",
70
+ * // },
71
+ * // },
72
+ * // ],
73
+ * // failureReason: "NO_AVAILABLE_CONTACTS" || "ADDITIONAL_VERIFICATION_REQUIRED" || "DOMAIN_NOT_ALLOWED" || "INVALID_PUBLIC_DOMAIN" || "OTHER",
74
+ * // issuedAt: new Date("TIMESTAMP"),
75
+ * // issuer: "STRING_VALUE",
76
+ * // keyAlgorithm: "STRING_VALUE",
77
+ * // notAfter: new Date("TIMESTAMP"),
78
+ * // notBefore: new Date("TIMESTAMP"),
79
+ * // renewalSummary: { // LoadBalancerTlsCertificateRenewalSummary
80
+ * // renewalStatus: "PENDING_AUTO_RENEWAL" || "PENDING_VALIDATION" || "SUCCESS" || "FAILED",
81
+ * // domainValidationOptions: [ // LoadBalancerTlsCertificateDomainValidationOptionList
82
+ * // { // LoadBalancerTlsCertificateDomainValidationOption
83
+ * // domainName: "STRING_VALUE",
84
+ * // validationStatus: "PENDING_VALIDATION" || "FAILED" || "SUCCESS",
85
+ * // },
86
+ * // ],
87
+ * // },
88
+ * // revocationReason: "UNSPECIFIED" || "KEY_COMPROMISE" || "CA_COMPROMISE" || "AFFILIATION_CHANGED" || "SUPERCEDED" || "CESSATION_OF_OPERATION" || "CERTIFICATE_HOLD" || "REMOVE_FROM_CRL" || "PRIVILEGE_WITHDRAWN" || "A_A_COMPROMISE",
89
+ * // revokedAt: new Date("TIMESTAMP"),
90
+ * // serial: "STRING_VALUE",
91
+ * // signatureAlgorithm: "STRING_VALUE",
92
+ * // subject: "STRING_VALUE",
93
+ * // subjectAlternativeNames: [ // StringList
94
+ * // "STRING_VALUE",
95
+ * // ],
96
+ * // },
97
+ * // ],
98
+ * // };
99
+ *
38
100
  * ```
39
101
  *
40
102
  * @param GetLoadBalancerTlsCertificatesCommandInput - {@link GetLoadBalancerTlsCertificatesCommandInput}
@@ -73,6 +135,8 @@ export interface GetLoadBalancerTlsCertificatesCommandOutput extends GetLoadBala
73
135
  * @throws {@link UnauthenticatedException} (client fault)
74
136
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
75
137
  *
138
+ * @throws {@link LightsailServiceException}
139
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
76
140
  *
77
141
  */
78
142
  export declare class GetLoadBalancerTlsCertificatesCommand extends $Command<GetLoadBalancerTlsCertificatesCommandInput, GetLoadBalancerTlsCertificatesCommandOutput, LightsailClientResolvedConfig> {
@@ -34,6 +34,23 @@ export interface GetLoadBalancerTlsPoliciesCommandOutput extends GetLoadBalancer
34
34
  * };
35
35
  * const command = new GetLoadBalancerTlsPoliciesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetLoadBalancerTlsPoliciesResult
38
+ * // tlsPolicies: [ // LoadBalancerTlsPolicyList
39
+ * // { // LoadBalancerTlsPolicy
40
+ * // name: "STRING_VALUE",
41
+ * // isDefault: true || false,
42
+ * // description: "STRING_VALUE",
43
+ * // protocols: [ // StringList
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // ciphers: [
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // },
50
+ * // ],
51
+ * // nextPageToken: "STRING_VALUE",
52
+ * // };
53
+ *
37
54
  * ```
38
55
  *
39
56
  * @param GetLoadBalancerTlsPoliciesCommandInput - {@link GetLoadBalancerTlsPoliciesCommandInput}
@@ -66,6 +83,8 @@ export interface GetLoadBalancerTlsPoliciesCommandOutput extends GetLoadBalancer
66
83
  * @throws {@link UnauthenticatedException} (client fault)
67
84
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
68
85
  *
86
+ * @throws {@link LightsailServiceException}
87
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
69
88
  *
70
89
  */
71
90
  export declare class GetLoadBalancerTlsPoliciesCommand extends $Command<GetLoadBalancerTlsPoliciesCommandInput, GetLoadBalancerTlsPoliciesCommandOutput, LightsailClientResolvedConfig> {
@@ -31,6 +31,56 @@ export interface GetLoadBalancersCommandOutput extends GetLoadBalancersResult, _
31
31
  * };
32
32
  * const command = new GetLoadBalancersCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetLoadBalancersResult
35
+ * // loadBalancers: [ // LoadBalancerList
36
+ * // { // LoadBalancer
37
+ * // name: "STRING_VALUE",
38
+ * // arn: "STRING_VALUE",
39
+ * // supportCode: "STRING_VALUE",
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
+ * // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
46
+ * // tags: [ // TagList
47
+ * // { // Tag
48
+ * // key: "STRING_VALUE",
49
+ * // value: "STRING_VALUE",
50
+ * // },
51
+ * // ],
52
+ * // dnsName: "STRING_VALUE",
53
+ * // state: "active" || "provisioning" || "active_impaired" || "failed" || "unknown",
54
+ * // protocol: "HTTP_HTTPS" || "HTTP",
55
+ * // publicPorts: [ // PortList
56
+ * // Number("int"),
57
+ * // ],
58
+ * // healthCheckPath: "STRING_VALUE",
59
+ * // instancePort: Number("int"),
60
+ * // instanceHealthSummary: [ // InstanceHealthSummaryList
61
+ * // { // InstanceHealthSummary
62
+ * // instanceName: "STRING_VALUE",
63
+ * // instanceHealth: "initial" || "healthy" || "unhealthy" || "unused" || "draining" || "unavailable",
64
+ * // instanceHealthReason: "Lb.RegistrationInProgress" || "Lb.InitialHealthChecking" || "Lb.InternalError" || "Instance.ResponseCodeMismatch" || "Instance.Timeout" || "Instance.FailedHealthChecks" || "Instance.NotRegistered" || "Instance.NotInUse" || "Instance.DeregistrationInProgress" || "Instance.InvalidState" || "Instance.IpUnusable",
65
+ * // },
66
+ * // ],
67
+ * // tlsCertificateSummaries: [ // LoadBalancerTlsCertificateSummaryList
68
+ * // { // LoadBalancerTlsCertificateSummary
69
+ * // name: "STRING_VALUE",
70
+ * // isAttached: true || false,
71
+ * // },
72
+ * // ],
73
+ * // configurationOptions: { // LoadBalancerConfigurationOptions
74
+ * // "<keys>": "STRING_VALUE",
75
+ * // },
76
+ * // ipAddressType: "dualstack" || "ipv4",
77
+ * // httpsRedirectionEnabled: true || false,
78
+ * // tlsPolicyName: "STRING_VALUE",
79
+ * // },
80
+ * // ],
81
+ * // nextPageToken: "STRING_VALUE",
82
+ * // };
83
+ *
34
84
  * ```
35
85
  *
36
86
  * @param GetLoadBalancersCommandInput - {@link GetLoadBalancersCommandInput}
@@ -69,6 +119,8 @@ export interface GetLoadBalancersCommandOutput extends GetLoadBalancersResult, _
69
119
  * @throws {@link UnauthenticatedException} (client fault)
70
120
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
71
121
  *
122
+ * @throws {@link LightsailServiceException}
123
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
72
124
  *
73
125
  */
74
126
  export declare class GetLoadBalancersCommand extends $Command<GetLoadBalancersCommandInput, GetLoadBalancersCommandOutput, LightsailClientResolvedConfig> {
@@ -32,6 +32,26 @@ export interface GetOperationCommandOutput extends GetOperationResult, __Metadat
32
32
  * };
33
33
  * const command = new GetOperationCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetOperationResult
36
+ * // operation: { // 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
+ *
35
55
  * ```
36
56
  *
37
57
  * @param GetOperationCommandInput - {@link GetOperationCommandInput}
@@ -70,6 +90,8 @@ export interface GetOperationCommandOutput extends GetOperationResult, __Metadat
70
90
  * @throws {@link UnauthenticatedException} (client fault)
71
91
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
72
92
  *
93
+ * @throws {@link LightsailServiceException}
94
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
73
95
  *
74
96
  */
75
97
  export declare class GetOperationCommand extends $Command<GetOperationCommandInput, GetOperationCommandOutput, LightsailClientResolvedConfig> {
@@ -34,6 +34,29 @@ export interface GetOperationsCommandOutput extends GetOperationsResult, __Metad
34
34
  * };
35
35
  * const command = new GetOperationsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetOperationsResult
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
+ * // nextPageToken: "STRING_VALUE",
58
+ * // };
59
+ *
37
60
  * ```
38
61
  *
39
62
  * @param GetOperationsCommandInput - {@link GetOperationsCommandInput}
@@ -72,6 +95,8 @@ export interface GetOperationsCommandOutput extends GetOperationsResult, __Metad
72
95
  * @throws {@link UnauthenticatedException} (client fault)
73
96
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
74
97
  *
98
+ * @throws {@link LightsailServiceException}
99
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
75
100
  *
76
101
  */
77
102
  export declare class GetOperationsCommand extends $Command<GetOperationsCommandInput, GetOperationsCommandOutput, LightsailClientResolvedConfig> {
@@ -32,6 +32,30 @@ export interface GetOperationsForResourceCommandOutput extends GetOperationsForR
32
32
  * };
33
33
  * const command = new GetOperationsForResourceCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetOperationsForResourceResult
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
+ * // nextPageCount: "STRING_VALUE",
56
+ * // nextPageToken: "STRING_VALUE",
57
+ * // };
58
+ *
35
59
  * ```
36
60
  *
37
61
  * @param GetOperationsForResourceCommandInput - {@link GetOperationsForResourceCommandInput}
@@ -70,6 +94,8 @@ export interface GetOperationsForResourceCommandOutput extends GetOperationsForR
70
94
  * @throws {@link UnauthenticatedException} (client fault)
71
95
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
72
96
  *
97
+ * @throws {@link LightsailServiceException}
98
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
73
99
  *
74
100
  */
75
101
  export declare class GetOperationsForResourceCommand extends $Command<GetOperationsForResourceCommandInput, GetOperationsForResourceCommandOutput, LightsailClientResolvedConfig> {