@aws-sdk/client-lightsail 3.300.0 → 3.303.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-cjs/models/models_0.js +459 -512
  2. package/dist-cjs/models/models_1.js +162 -187
  3. package/dist-es/models/models_0.js +459 -512
  4. package/dist-es/models/models_1.js +162 -187
  5. package/dist-types/commands/AllocateStaticIpCommand.d.ts +1 -1
  6. package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +1 -1
  7. package/dist-types/commands/AttachDiskCommand.d.ts +1 -1
  8. package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +2 -2
  9. package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +1 -1
  10. package/dist-types/commands/AttachStaticIpCommand.d.ts +1 -1
  11. package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +3 -3
  12. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateBucketCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateCertificateCommand.d.ts +4 -4
  16. package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateContactMethodCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateContainerServiceCommand.d.ts +15 -15
  19. package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +8 -8
  20. package/dist-types/commands/CreateDiskCommand.d.ts +7 -7
  21. package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +7 -7
  22. package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateDistributionCommand.d.ts +13 -13
  24. package/dist-types/commands/CreateDomainCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateDomainEntryCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateInstancesCommand.d.ts +8 -8
  29. package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +11 -11
  30. package/dist-types/commands/CreateKeyPairCommand.d.ts +3 -3
  31. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +4 -4
  32. package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +4 -4
  33. package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +3 -3
  34. package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +3 -3
  35. package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteAlarmCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteContactMethodCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteContainerImageCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteContainerServiceCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteDiskCommand.d.ts +1 -1
  45. package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteDomainEntryCommand.d.ts +3 -3
  49. package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +1 -1
  57. package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +1 -1
  58. package/dist-types/commands/DetachDiskCommand.d.ts +1 -1
  59. package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +2 -2
  60. package/dist-types/commands/DetachStaticIpCommand.d.ts +1 -1
  61. package/dist-types/commands/DisableAddOnCommand.d.ts +1 -1
  62. package/dist-types/commands/EnableAddOnCommand.d.ts +4 -4
  63. package/dist-types/commands/ExportSnapshotCommand.d.ts +1 -1
  64. package/dist-types/commands/GetActiveNamesCommand.d.ts +1 -1
  65. package/dist-types/commands/GetAlarmsCommand.d.ts +1 -1
  66. package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +1 -1
  67. package/dist-types/commands/GetBlueprintsCommand.d.ts +1 -1
  68. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +1 -1
  69. package/dist-types/commands/GetBucketBundlesCommand.d.ts +1 -1
  70. package/dist-types/commands/GetBucketMetricDataCommand.d.ts +2 -2
  71. package/dist-types/commands/GetBucketsCommand.d.ts +1 -1
  72. package/dist-types/commands/GetBundlesCommand.d.ts +1 -1
  73. package/dist-types/commands/GetCertificatesCommand.d.ts +2 -2
  74. package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +1 -1
  75. package/dist-types/commands/GetContactMethodsCommand.d.ts +2 -2
  76. package/dist-types/commands/GetContainerImagesCommand.d.ts +1 -1
  77. package/dist-types/commands/GetContainerLogCommand.d.ts +1 -1
  78. package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +1 -1
  79. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +2 -2
  80. package/dist-types/commands/GetContainerServicesCommand.d.ts +1 -1
  81. package/dist-types/commands/GetCostEstimateCommand.d.ts +1 -1
  82. package/dist-types/commands/GetDiskCommand.d.ts +1 -1
  83. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +1 -1
  84. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +1 -1
  85. package/dist-types/commands/GetDisksCommand.d.ts +1 -1
  86. package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
  87. package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +2 -2
  88. package/dist-types/commands/GetDistributionsCommand.d.ts +1 -1
  89. package/dist-types/commands/GetDomainCommand.d.ts +1 -1
  90. package/dist-types/commands/GetDomainsCommand.d.ts +1 -1
  91. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +1 -1
  92. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +1 -1
  93. package/dist-types/commands/GetInstanceCommand.d.ts +1 -1
  94. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +2 -2
  95. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +1 -1
  96. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +1 -1
  97. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +1 -1
  98. package/dist-types/commands/GetInstanceStateCommand.d.ts +1 -1
  99. package/dist-types/commands/GetInstancesCommand.d.ts +1 -1
  100. package/dist-types/commands/GetKeyPairCommand.d.ts +1 -1
  101. package/dist-types/commands/GetKeyPairsCommand.d.ts +1 -1
  102. package/dist-types/commands/GetLoadBalancerCommand.d.ts +1 -1
  103. package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +2 -2
  104. package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +1 -1
  105. package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +1 -1
  106. package/dist-types/commands/GetLoadBalancersCommand.d.ts +1 -1
  107. package/dist-types/commands/GetOperationCommand.d.ts +1 -1
  108. package/dist-types/commands/GetOperationsCommand.d.ts +1 -1
  109. package/dist-types/commands/GetOperationsForResourceCommand.d.ts +1 -1
  110. package/dist-types/commands/GetRegionsCommand.d.ts +1 -1
  111. package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +1 -1
  112. package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +1 -1
  113. package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +1 -1
  114. package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +1 -1
  115. package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +1 -1
  116. package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +1 -1
  117. package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +1 -1
  118. package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +2 -2
  119. package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +1 -1
  120. package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +1 -1
  121. package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +1 -1
  122. package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +1 -1
  123. package/dist-types/commands/GetStaticIpCommand.d.ts +1 -1
  124. package/dist-types/commands/GetStaticIpsCommand.d.ts +1 -1
  125. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  126. package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +3 -3
  127. package/dist-types/commands/PutAlarmCommand.d.ts +3 -3
  128. package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +4 -4
  129. package/dist-types/commands/RebootInstanceCommand.d.ts +1 -1
  130. package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +1 -1
  131. package/dist-types/commands/RegisterContainerImageCommand.d.ts +1 -1
  132. package/dist-types/commands/ReleaseStaticIpCommand.d.ts +1 -1
  133. package/dist-types/commands/ResetDistributionCacheCommand.d.ts +1 -1
  134. package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +1 -1
  135. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +1 -1
  136. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +1 -1
  137. package/dist-types/commands/StartGUISessionCommand.d.ts +1 -1
  138. package/dist-types/commands/StartInstanceCommand.d.ts +1 -1
  139. package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +1 -1
  140. package/dist-types/commands/StopGUISessionCommand.d.ts +1 -1
  141. package/dist-types/commands/StopInstanceCommand.d.ts +1 -1
  142. package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +1 -1
  143. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  144. package/dist-types/commands/TestAlarmCommand.d.ts +1 -1
  145. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  146. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +1 -1
  147. package/dist-types/commands/UpdateBucketCommand.d.ts +4 -4
  148. package/dist-types/commands/UpdateContainerServiceCommand.d.ts +5 -5
  149. package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +1 -1
  150. package/dist-types/commands/UpdateDistributionCommand.d.ts +11 -11
  151. package/dist-types/commands/UpdateDomainEntryCommand.d.ts +3 -3
  152. package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +1 -1
  153. package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +1 -1
  154. package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +1 -1
  155. package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +3 -3
  156. package/dist-types/models/models_0.d.ts +732 -467
  157. package/dist-types/models/models_1.d.ts +287 -162
  158. package/dist-types/ts3.4/models/models_0.d.ts +544 -459
  159. package/dist-types/ts3.4/models/models_1.d.ts +209 -162
  160. package/package.json +34 -34
@@ -34,7 +34,7 @@ export interface DeleteKnownHostKeysCommandOutput extends DeleteKnownHostKeysRes
34
34
  * import { LightsailClient, DeleteKnownHostKeysCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
35
35
  * // const { LightsailClient, DeleteKnownHostKeysCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
36
36
  * const client = new LightsailClient(config);
37
- * const input = {
37
+ * const input = { // DeleteKnownHostKeysRequest
38
38
  * instanceName: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new DeleteKnownHostKeysCommand(input);
@@ -31,7 +31,7 @@ export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerResul
31
31
  * import { LightsailClient, DeleteLoadBalancerCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
32
32
  * // const { LightsailClient, DeleteLoadBalancerCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
33
33
  * const client = new LightsailClient(config);
34
- * const input = {
34
+ * const input = { // DeleteLoadBalancerRequest
35
35
  * loadBalancerName: "STRING_VALUE", // required
36
36
  * };
37
37
  * const command = new DeleteLoadBalancerCommand(input);
@@ -29,7 +29,7 @@ export interface DeleteLoadBalancerTlsCertificateCommandOutput extends DeleteLoa
29
29
  * import { LightsailClient, DeleteLoadBalancerTlsCertificateCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, DeleteLoadBalancerTlsCertificateCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // DeleteLoadBalancerTlsCertificateRequest
33
33
  * loadBalancerName: "STRING_VALUE", // required
34
34
  * certificateName: "STRING_VALUE", // required
35
35
  * force: true || false,
@@ -29,7 +29,7 @@ export interface DeleteRelationalDatabaseCommandOutput extends DeleteRelationalD
29
29
  * import { LightsailClient, DeleteRelationalDatabaseCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, DeleteRelationalDatabaseCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // DeleteRelationalDatabaseRequest
33
33
  * relationalDatabaseName: "STRING_VALUE", // required
34
34
  * skipFinalSnapshot: true || false,
35
35
  * finalRelationalDatabaseSnapshotName: "STRING_VALUE",
@@ -29,7 +29,7 @@ export interface DeleteRelationalDatabaseSnapshotCommandOutput extends DeleteRel
29
29
  * import { LightsailClient, DeleteRelationalDatabaseSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, DeleteRelationalDatabaseSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // DeleteRelationalDatabaseSnapshotRequest
33
33
  * relationalDatabaseSnapshotName: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DeleteRelationalDatabaseSnapshotCommand(input);
@@ -29,7 +29,7 @@ export interface DetachCertificateFromDistributionCommandOutput extends DetachCe
29
29
  * import { LightsailClient, DetachCertificateFromDistributionCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, DetachCertificateFromDistributionCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // DetachCertificateFromDistributionRequest
33
33
  * distributionName: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DetachCertificateFromDistributionCommand(input);
@@ -31,7 +31,7 @@ export interface DetachDiskCommandOutput extends DetachDiskResult, __MetadataBea
31
31
  * import { LightsailClient, DetachDiskCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
32
32
  * // const { LightsailClient, DetachDiskCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
33
33
  * const client = new LightsailClient(config);
34
- * const input = {
34
+ * const input = { // DetachDiskRequest
35
35
  * diskName: "STRING_VALUE", // required
36
36
  * };
37
37
  * const command = new DetachDiskCommand(input);
@@ -31,9 +31,9 @@ export interface DetachInstancesFromLoadBalancerCommandOutput extends DetachInst
31
31
  * import { LightsailClient, DetachInstancesFromLoadBalancerCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
32
32
  * // const { LightsailClient, DetachInstancesFromLoadBalancerCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
33
33
  * const client = new LightsailClient(config);
34
- * const input = {
34
+ * const input = { // DetachInstancesFromLoadBalancerRequest
35
35
  * loadBalancerName: "STRING_VALUE", // required
36
- * instanceNames: [ // required
36
+ * instanceNames: [ // ResourceNameList // required
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * };
@@ -26,7 +26,7 @@ export interface DetachStaticIpCommandOutput extends DetachStaticIpResult, __Met
26
26
  * import { LightsailClient, DetachStaticIpCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, DetachStaticIpCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // DetachStaticIpRequest
30
30
  * staticIpName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DetachStaticIpCommand(input);
@@ -26,7 +26,7 @@ export interface DisableAddOnCommandOutput extends DisableAddOnResult, __Metadat
26
26
  * import { LightsailClient, DisableAddOnCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, DisableAddOnCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // DisableAddOnRequest
30
30
  * addOnType: "AutoSnapshot" || "StopInstanceOnIdle", // required
31
31
  * resourceName: "STRING_VALUE", // required
32
32
  * };
@@ -27,14 +27,14 @@ export interface EnableAddOnCommandOutput extends EnableAddOnResult, __MetadataB
27
27
  * import { LightsailClient, EnableAddOnCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
28
28
  * // const { LightsailClient, EnableAddOnCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
29
29
  * const client = new LightsailClient(config);
30
- * const input = {
30
+ * const input = { // EnableAddOnRequest
31
31
  * resourceName: "STRING_VALUE", // required
32
- * addOnRequest: {
32
+ * addOnRequest: { // AddOnRequest
33
33
  * addOnType: "AutoSnapshot" || "StopInstanceOnIdle", // required
34
- * autoSnapshotAddOnRequest: {
34
+ * autoSnapshotAddOnRequest: { // AutoSnapshotAddOnRequest
35
35
  * snapshotTimeOfDay: "STRING_VALUE",
36
36
  * },
37
- * stopInstanceOnIdleRequest: {
37
+ * stopInstanceOnIdleRequest: { // StopInstanceOnIdleRequest
38
38
  * threshold: "STRING_VALUE",
39
39
  * duration: "STRING_VALUE",
40
40
  * },
@@ -40,7 +40,7 @@ export interface ExportSnapshotCommandOutput extends ExportSnapshotResult, __Met
40
40
  * import { LightsailClient, ExportSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
41
41
  * // const { LightsailClient, ExportSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
42
42
  * const client = new LightsailClient(config);
43
- * const input = {
43
+ * const input = { // ExportSnapshotRequest
44
44
  * sourceSnapshotName: "STRING_VALUE", // required
45
45
  * };
46
46
  * const command = new ExportSnapshotCommand(input);
@@ -26,7 +26,7 @@ export interface GetActiveNamesCommandOutput extends GetActiveNamesResult, __Met
26
26
  * import { LightsailClient, GetActiveNamesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetActiveNamesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetActiveNamesRequest
30
30
  * pageToken: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new GetActiveNamesCommand(input);
@@ -32,7 +32,7 @@ export interface GetAlarmsCommandOutput extends GetAlarmsResult, __MetadataBeare
32
32
  * import { LightsailClient, GetAlarmsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
33
33
  * // const { LightsailClient, GetAlarmsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
34
34
  * const client = new LightsailClient(config);
35
- * const input = {
35
+ * const input = { // GetAlarmsRequest
36
36
  * alarmName: "STRING_VALUE",
37
37
  * pageToken: "STRING_VALUE",
38
38
  * monitoredResourceName: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface GetAutoSnapshotsCommandOutput extends GetAutoSnapshotsResult, _
27
27
  * import { LightsailClient, GetAutoSnapshotsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
28
28
  * // const { LightsailClient, GetAutoSnapshotsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
29
29
  * const client = new LightsailClient(config);
30
- * const input = {
30
+ * const input = { // GetAutoSnapshotsRequest
31
31
  * resourceName: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetAutoSnapshotsCommand(input);
@@ -35,7 +35,7 @@ export interface GetBlueprintsCommandOutput extends GetBlueprintsResult, __Metad
35
35
  * import { LightsailClient, GetBlueprintsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
36
36
  * // const { LightsailClient, GetBlueprintsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
37
37
  * const client = new LightsailClient(config);
38
- * const input = {
38
+ * const input = { // GetBlueprintsRequest
39
39
  * includeInactive: true || false,
40
40
  * pageToken: "STRING_VALUE",
41
41
  * appCategory: "LfR",
@@ -31,7 +31,7 @@ export interface GetBucketAccessKeysCommandOutput extends GetBucketAccessKeysRes
31
31
  * import { LightsailClient, GetBucketAccessKeysCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
32
32
  * // const { LightsailClient, GetBucketAccessKeysCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
33
33
  * const client = new LightsailClient(config);
34
- * const input = {
34
+ * const input = { // GetBucketAccessKeysRequest
35
35
  * bucketName: "STRING_VALUE", // required
36
36
  * };
37
37
  * const command = new GetBucketAccessKeysCommand(input);
@@ -30,7 +30,7 @@ export interface GetBucketBundlesCommandOutput extends GetBucketBundlesResult, _
30
30
  * import { LightsailClient, GetBucketBundlesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
31
31
  * // const { LightsailClient, GetBucketBundlesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
32
32
  * const client = new LightsailClient(config);
33
- * const input = {
33
+ * const input = { // GetBucketBundlesRequest
34
34
  * includeInactive: true || false,
35
35
  * };
36
36
  * const command = new GetBucketBundlesCommand(input);
@@ -29,13 +29,13 @@ export interface GetBucketMetricDataCommandOutput extends GetBucketMetricDataRes
29
29
  * import { LightsailClient, GetBucketMetricDataCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, GetBucketMetricDataCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // GetBucketMetricDataRequest
33
33
  * bucketName: "STRING_VALUE", // required
34
34
  * metricName: "BucketSizeBytes" || "NumberOfObjects", // required
35
35
  * startTime: new Date("TIMESTAMP"), // required
36
36
  * endTime: new Date("TIMESTAMP"), // required
37
37
  * period: Number("int"), // required
38
- * statistics: [ // required
38
+ * statistics: [ // MetricStatisticList // required
39
39
  * "Minimum" || "Maximum" || "Sum" || "Average" || "SampleCount",
40
40
  * ],
41
41
  * 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", // required
@@ -30,7 +30,7 @@ export interface GetBucketsCommandOutput extends GetBucketsResult, __MetadataBea
30
30
  * import { LightsailClient, GetBucketsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
31
31
  * // const { LightsailClient, GetBucketsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
32
32
  * const client = new LightsailClient(config);
33
- * const input = {
33
+ * const input = { // GetBucketsRequest
34
34
  * bucketName: "STRING_VALUE",
35
35
  * pageToken: "STRING_VALUE",
36
36
  * includeConnectedResources: true || false,
@@ -34,7 +34,7 @@ export interface GetBundlesCommandOutput extends GetBundlesResult, __MetadataBea
34
34
  * import { LightsailClient, GetBundlesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
35
35
  * // const { LightsailClient, GetBundlesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
36
36
  * const client = new LightsailClient(config);
37
- * const input = {
37
+ * const input = { // GetBundlesRequest
38
38
  * includeInactive: true || false,
39
39
  * pageToken: "STRING_VALUE",
40
40
  * appCategory: "LfR",
@@ -31,8 +31,8 @@ export interface GetCertificatesCommandOutput extends GetCertificatesResult, __M
31
31
  * import { LightsailClient, GetCertificatesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
32
32
  * // const { LightsailClient, GetCertificatesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
33
33
  * const client = new LightsailClient(config);
34
- * const input = {
35
- * certificateStatuses: [
34
+ * const input = { // GetCertificatesRequest
35
+ * certificateStatuses: [ // CertificateStatusList
36
36
  * "PENDING_VALIDATION" || "ISSUED" || "INACTIVE" || "EXPIRED" || "VALIDATION_TIMED_OUT" || "REVOKED" || "FAILED",
37
37
  * ],
38
38
  * includeCertificateDetails: true || false,
@@ -29,7 +29,7 @@ export interface GetCloudFormationStackRecordsCommandOutput extends GetCloudForm
29
29
  * import { LightsailClient, GetCloudFormationStackRecordsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, GetCloudFormationStackRecordsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // GetCloudFormationStackRecordsRequest
33
33
  * pageToken: "STRING_VALUE",
34
34
  * };
35
35
  * const command = new GetCloudFormationStackRecordsCommand(input);
@@ -31,8 +31,8 @@ export interface GetContactMethodsCommandOutput extends GetContactMethodsResult,
31
31
  * import { LightsailClient, GetContactMethodsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
32
32
  * // const { LightsailClient, GetContactMethodsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
33
33
  * const client = new LightsailClient(config);
34
- * const input = {
35
- * protocols: [
34
+ * const input = { // GetContactMethodsRequest
35
+ * protocols: [ // ContactProtocolsList
36
36
  * "Email" || "SMS",
37
37
  * ],
38
38
  * };
@@ -32,7 +32,7 @@ export interface GetContainerImagesCommandOutput extends GetContainerImagesResul
32
32
  * import { LightsailClient, GetContainerImagesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
33
33
  * // const { LightsailClient, GetContainerImagesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
34
34
  * const client = new LightsailClient(config);
35
- * const input = {
35
+ * const input = { // GetContainerImagesRequest
36
36
  * serviceName: "STRING_VALUE", // required
37
37
  * };
38
38
  * const command = new GetContainerImagesCommand(input);
@@ -35,7 +35,7 @@ export interface GetContainerLogCommandOutput extends GetContainerLogResult, __M
35
35
  * import { LightsailClient, GetContainerLogCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
36
36
  * // const { LightsailClient, GetContainerLogCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
37
37
  * const client = new LightsailClient(config);
38
- * const input = {
38
+ * const input = { // GetContainerLogRequest
39
39
  * serviceName: "STRING_VALUE", // required
40
40
  * containerName: "STRING_VALUE", // required
41
41
  * startTime: new Date("TIMESTAMP"),
@@ -36,7 +36,7 @@ export interface GetContainerServiceDeploymentsCommandOutput extends GetContaine
36
36
  * import { LightsailClient, GetContainerServiceDeploymentsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
37
37
  * // const { LightsailClient, GetContainerServiceDeploymentsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
38
38
  * const client = new LightsailClient(config);
39
- * const input = {
39
+ * const input = { // GetContainerServiceDeploymentsRequest
40
40
  * serviceName: "STRING_VALUE", // required
41
41
  * };
42
42
  * const command = new GetContainerServiceDeploymentsCommand(input);
@@ -29,13 +29,13 @@ export interface GetContainerServiceMetricDataCommandOutput extends GetContainer
29
29
  * import { LightsailClient, GetContainerServiceMetricDataCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, GetContainerServiceMetricDataCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // GetContainerServiceMetricDataRequest
33
33
  * serviceName: "STRING_VALUE", // required
34
34
  * metricName: "CPUUtilization" || "MemoryUtilization", // required
35
35
  * startTime: new Date("TIMESTAMP"), // required
36
36
  * endTime: new Date("TIMESTAMP"), // required
37
37
  * period: Number("int"), // required
38
- * statistics: [ // required
38
+ * statistics: [ // MetricStatisticList // required
39
39
  * "Minimum" || "Maximum" || "Sum" || "Average" || "SampleCount",
40
40
  * ],
41
41
  * };
@@ -26,7 +26,7 @@ export interface GetContainerServicesCommandOutput extends ContainerServicesList
26
26
  * import { LightsailClient, GetContainerServicesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetContainerServicesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetContainerServicesRequest
30
30
  * serviceName: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new GetContainerServicesCommand(input);
@@ -26,7 +26,7 @@ export interface GetCostEstimateCommandOutput extends GetCostEstimateResult, __M
26
26
  * import { LightsailClient, GetCostEstimateCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetCostEstimateCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetCostEstimateRequest
30
30
  * resourceName: "STRING_VALUE", // required
31
31
  * startTime: new Date("TIMESTAMP"), // required
32
32
  * endTime: new Date("TIMESTAMP"), // required
@@ -26,7 +26,7 @@ export interface GetDiskCommandOutput extends GetDiskResult, __MetadataBearer {
26
26
  * import { LightsailClient, GetDiskCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetDiskCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetDiskRequest
30
30
  * diskName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetDiskCommand(input);
@@ -26,7 +26,7 @@ export interface GetDiskSnapshotCommandOutput extends GetDiskSnapshotResult, __M
26
26
  * import { LightsailClient, GetDiskSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetDiskSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetDiskSnapshotRequest
30
30
  * diskSnapshotName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetDiskSnapshotCommand(input);
@@ -27,7 +27,7 @@ export interface GetDiskSnapshotsCommandOutput extends GetDiskSnapshotsResult, _
27
27
  * import { LightsailClient, GetDiskSnapshotsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
28
28
  * // const { LightsailClient, GetDiskSnapshotsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
29
29
  * const client = new LightsailClient(config);
30
- * const input = {
30
+ * const input = { // GetDiskSnapshotsRequest
31
31
  * pageToken: "STRING_VALUE",
32
32
  * };
33
33
  * const command = new GetDiskSnapshotsCommand(input);
@@ -26,7 +26,7 @@ export interface GetDisksCommandOutput extends GetDisksResult, __MetadataBearer
26
26
  * import { LightsailClient, GetDisksCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetDisksCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetDisksRequest
30
30
  * pageToken: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new GetDisksCommand(input);
@@ -27,7 +27,7 @@ export interface GetDistributionLatestCacheResetCommandOutput extends GetDistrib
27
27
  * import { LightsailClient, GetDistributionLatestCacheResetCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
28
28
  * // const { LightsailClient, GetDistributionLatestCacheResetCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
29
29
  * const client = new LightsailClient(config);
30
- * const input = {
30
+ * const input = { // GetDistributionLatestCacheResetRequest
31
31
  * distributionName: "STRING_VALUE",
32
32
  * };
33
33
  * const command = new GetDistributionLatestCacheResetCommand(input);
@@ -30,14 +30,14 @@ export interface GetDistributionMetricDataCommandOutput extends GetDistributionM
30
30
  * import { LightsailClient, GetDistributionMetricDataCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
31
31
  * // const { LightsailClient, GetDistributionMetricDataCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
32
32
  * const client = new LightsailClient(config);
33
- * const input = {
33
+ * const input = { // GetDistributionMetricDataRequest
34
34
  * distributionName: "STRING_VALUE", // required
35
35
  * metricName: "Requests" || "BytesDownloaded" || "BytesUploaded" || "TotalErrorRate" || "Http4xxErrorRate" || "Http5xxErrorRate", // required
36
36
  * startTime: new Date("TIMESTAMP"), // required
37
37
  * endTime: new Date("TIMESTAMP"), // required
38
38
  * period: Number("int"), // required
39
39
  * 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", // required
40
- * statistics: [ // required
40
+ * statistics: [ // MetricStatisticList // required
41
41
  * "Minimum" || "Maximum" || "Sum" || "Average" || "SampleCount",
42
42
  * ],
43
43
  * };
@@ -27,7 +27,7 @@ export interface GetDistributionsCommandOutput extends GetDistributionsResult, _
27
27
  * import { LightsailClient, GetDistributionsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
28
28
  * // const { LightsailClient, GetDistributionsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
29
29
  * const client = new LightsailClient(config);
30
- * const input = {
30
+ * const input = { // GetDistributionsRequest
31
31
  * distributionName: "STRING_VALUE",
32
32
  * pageToken: "STRING_VALUE",
33
33
  * };
@@ -26,7 +26,7 @@ export interface GetDomainCommandOutput extends GetDomainResult, __MetadataBeare
26
26
  * import { LightsailClient, GetDomainCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetDomainCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetDomainRequest
30
30
  * domainName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetDomainCommand(input);
@@ -26,7 +26,7 @@ export interface GetDomainsCommandOutput extends GetDomainsResult, __MetadataBea
26
26
  * import { LightsailClient, GetDomainsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetDomainsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetDomainsRequest
30
30
  * pageToken: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new GetDomainsCommand(input);
@@ -30,7 +30,7 @@ export interface GetExportSnapshotRecordsCommandOutput extends GetExportSnapshot
30
30
  * import { LightsailClient, GetExportSnapshotRecordsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
31
31
  * // const { LightsailClient, GetExportSnapshotRecordsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
32
32
  * const client = new LightsailClient(config);
33
- * const input = {
33
+ * const input = { // GetExportSnapshotRecordsRequest
34
34
  * pageToken: "STRING_VALUE",
35
35
  * };
36
36
  * const command = new GetExportSnapshotRecordsCommand(input);
@@ -30,7 +30,7 @@ export interface GetInstanceAccessDetailsCommandOutput extends GetInstanceAccess
30
30
  * import { LightsailClient, GetInstanceAccessDetailsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
31
31
  * // const { LightsailClient, GetInstanceAccessDetailsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
32
32
  * const client = new LightsailClient(config);
33
- * const input = {
33
+ * const input = { // GetInstanceAccessDetailsRequest
34
34
  * instanceName: "STRING_VALUE", // required
35
35
  * protocol: "ssh" || "rdp",
36
36
  * };
@@ -27,7 +27,7 @@ export interface GetInstanceCommandOutput extends GetInstanceResult, __MetadataB
27
27
  * import { LightsailClient, GetInstanceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
28
28
  * // const { LightsailClient, GetInstanceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
29
29
  * const client = new LightsailClient(config);
30
- * const input = {
30
+ * const input = { // GetInstanceRequest
31
31
  * instanceName: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetInstanceCommand(input);
@@ -30,14 +30,14 @@ export interface GetInstanceMetricDataCommandOutput extends GetInstanceMetricDat
30
30
  * import { LightsailClient, GetInstanceMetricDataCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
31
31
  * // const { LightsailClient, GetInstanceMetricDataCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
32
32
  * const client = new LightsailClient(config);
33
- * const input = {
33
+ * const input = { // GetInstanceMetricDataRequest
34
34
  * instanceName: "STRING_VALUE", // required
35
35
  * metricName: "CPUUtilization" || "NetworkIn" || "NetworkOut" || "StatusCheckFailed" || "StatusCheckFailed_Instance" || "StatusCheckFailed_System" || "BurstCapacityTime" || "BurstCapacityPercentage" || "MetadataNoToken", // required
36
36
  * period: Number("int"), // required
37
37
  * startTime: new Date("TIMESTAMP"), // required
38
38
  * endTime: new Date("TIMESTAMP"), // required
39
39
  * 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", // required
40
- * statistics: [ // required
40
+ * statistics: [ // MetricStatisticList // required
41
41
  * "Minimum" || "Maximum" || "Sum" || "Average" || "SampleCount",
42
42
  * ],
43
43
  * };
@@ -27,7 +27,7 @@ export interface GetInstancePortStatesCommandOutput extends GetInstancePortState
27
27
  * import { LightsailClient, GetInstancePortStatesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
28
28
  * // const { LightsailClient, GetInstancePortStatesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
29
29
  * const client = new LightsailClient(config);
30
- * const input = {
30
+ * const input = { // GetInstancePortStatesRequest
31
31
  * instanceName: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetInstancePortStatesCommand(input);
@@ -26,7 +26,7 @@ export interface GetInstanceSnapshotCommandOutput extends GetInstanceSnapshotRes
26
26
  * import { LightsailClient, GetInstanceSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetInstanceSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetInstanceSnapshotRequest
30
30
  * instanceSnapshotName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetInstanceSnapshotCommand(input);
@@ -26,7 +26,7 @@ export interface GetInstanceSnapshotsCommandOutput extends GetInstanceSnapshotsR
26
26
  * import { LightsailClient, GetInstanceSnapshotsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetInstanceSnapshotsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetInstanceSnapshotsRequest
30
30
  * pageToken: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new GetInstanceSnapshotsCommand(input);
@@ -26,7 +26,7 @@ export interface GetInstanceStateCommandOutput extends GetInstanceStateResult, _
26
26
  * import { LightsailClient, GetInstanceStateCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetInstanceStateCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetInstanceStateRequest
30
30
  * instanceName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetInstanceStateCommand(input);
@@ -27,7 +27,7 @@ export interface GetInstancesCommandOutput extends GetInstancesResult, __Metadat
27
27
  * import { LightsailClient, GetInstancesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
28
28
  * // const { LightsailClient, GetInstancesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
29
29
  * const client = new LightsailClient(config);
30
- * const input = {
30
+ * const input = { // GetInstancesRequest
31
31
  * pageToken: "STRING_VALUE",
32
32
  * };
33
33
  * const command = new GetInstancesCommand(input);
@@ -26,7 +26,7 @@ export interface GetKeyPairCommandOutput extends GetKeyPairResult, __MetadataBea
26
26
  * import { LightsailClient, GetKeyPairCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetKeyPairCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetKeyPairRequest
30
30
  * keyPairName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetKeyPairCommand(input);
@@ -26,7 +26,7 @@ export interface GetKeyPairsCommandOutput extends GetKeyPairsResult, __MetadataB
26
26
  * import { LightsailClient, GetKeyPairsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetKeyPairsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetKeyPairsRequest
30
30
  * pageToken: "STRING_VALUE",
31
31
  * includeDefaultKeyPair: true || false,
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetLoadBalancerCommandOutput extends GetLoadBalancerResult, __M
26
26
  * import { LightsailClient, GetLoadBalancerCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetLoadBalancerCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetLoadBalancerRequest
30
30
  * loadBalancerName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetLoadBalancerCommand(input);
@@ -29,14 +29,14 @@ export interface GetLoadBalancerMetricDataCommandOutput extends GetLoadBalancerM
29
29
  * import { LightsailClient, GetLoadBalancerMetricDataCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, GetLoadBalancerMetricDataCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // GetLoadBalancerMetricDataRequest
33
33
  * loadBalancerName: "STRING_VALUE", // required
34
34
  * 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", // required
35
35
  * period: Number("int"), // required
36
36
  * startTime: new Date("TIMESTAMP"), // required
37
37
  * endTime: new Date("TIMESTAMP"), // required
38
38
  * 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", // required
39
- * statistics: [ // required
39
+ * statistics: [ // MetricStatisticList // required
40
40
  * "Minimum" || "Maximum" || "Sum" || "Average" || "SampleCount",
41
41
  * ],
42
42
  * };