@aws-sdk/client-lightsail 3.325.0 → 3.327.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/dist-types/commands/AllocateStaticIpCommand.d.ts +24 -0
  2. package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +22 -0
  3. package/dist-types/commands/AttachDiskCommand.d.ts +24 -0
  4. package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +24 -0
  5. package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +24 -0
  6. package/dist-types/commands/AttachStaticIpCommand.d.ts +24 -0
  7. package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +22 -0
  8. package/dist-types/commands/CopySnapshotCommand.d.ts +24 -0
  9. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +35 -0
  10. package/dist-types/commands/CreateBucketCommand.d.ts +67 -0
  11. package/dist-types/commands/CreateCertificateCommand.d.ts +98 -0
  12. package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +24 -0
  13. package/dist-types/commands/CreateContactMethodCommand.d.ts +24 -0
  14. package/dist-types/commands/CreateContainerServiceCommand.d.ts +106 -0
  15. package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +106 -0
  16. package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +11 -0
  17. package/dist-types/commands/CreateDiskCommand.d.ts +24 -0
  18. package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +24 -0
  19. package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +24 -0
  20. package/dist-types/commands/CreateDistributionCommand.d.ts +90 -0
  21. package/dist-types/commands/CreateDomainCommand.d.ts +22 -0
  22. package/dist-types/commands/CreateDomainEntryCommand.d.ts +22 -0
  23. package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +24 -0
  25. package/dist-types/commands/CreateInstancesCommand.d.ts +24 -0
  26. package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +24 -0
  27. package/dist-types/commands/CreateKeyPairCommand.d.ts +42 -0
  28. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +24 -0
  29. package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +24 -0
  30. package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +24 -0
  31. package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +24 -0
  32. package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +24 -0
  33. package/dist-types/commands/DeleteAlarmCommand.d.ts +24 -0
  34. package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +24 -0
  35. package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +24 -0
  36. package/dist-types/commands/DeleteBucketCommand.d.ts +24 -0
  37. package/dist-types/commands/DeleteCertificateCommand.d.ts +24 -0
  38. package/dist-types/commands/DeleteContactMethodCommand.d.ts +24 -0
  39. package/dist-types/commands/DeleteContainerImageCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteContainerServiceCommand.d.ts +4 -0
  41. package/dist-types/commands/DeleteDiskCommand.d.ts +24 -0
  42. package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +24 -0
  43. package/dist-types/commands/DeleteDistributionCommand.d.ts +22 -0
  44. package/dist-types/commands/DeleteDomainCommand.d.ts +22 -0
  45. package/dist-types/commands/DeleteDomainEntryCommand.d.ts +22 -0
  46. package/dist-types/commands/DeleteInstanceCommand.d.ts +24 -0
  47. package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +24 -0
  48. package/dist-types/commands/DeleteKeyPairCommand.d.ts +22 -0
  49. package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +24 -0
  50. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +24 -0
  51. package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +24 -0
  52. package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +24 -0
  53. package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +24 -0
  54. package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +22 -0
  55. package/dist-types/commands/DetachDiskCommand.d.ts +24 -0
  56. package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +24 -0
  57. package/dist-types/commands/DetachStaticIpCommand.d.ts +24 -0
  58. package/dist-types/commands/DisableAddOnCommand.d.ts +24 -0
  59. package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +8 -0
  60. package/dist-types/commands/EnableAddOnCommand.d.ts +24 -0
  61. package/dist-types/commands/ExportSnapshotCommand.d.ts +24 -0
  62. package/dist-types/commands/GetActiveNamesCommand.d.ts +9 -0
  63. package/dist-types/commands/GetAlarmsCommand.d.ts +41 -0
  64. package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +20 -0
  65. package/dist-types/commands/GetBlueprintsCommand.d.ts +23 -0
  66. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +18 -0
  67. package/dist-types/commands/GetBucketBundlesCommand.d.ts +15 -0
  68. package/dist-types/commands/GetBucketMetricDataCommand.d.ts +17 -0
  69. package/dist-types/commands/GetBucketsCommand.d.ts +57 -0
  70. package/dist-types/commands/GetBundlesCommand.d.ts +26 -0
  71. package/dist-types/commands/GetCertificatesCommand.d.ts +81 -0
  72. package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +30 -0
  73. package/dist-types/commands/GetContactMethodsCommand.d.ts +21 -0
  74. package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +10 -0
  75. package/dist-types/commands/GetContainerImagesCommand.d.ts +12 -0
  76. package/dist-types/commands/GetContainerLogCommand.d.ts +12 -0
  77. package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +38 -0
  78. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +17 -0
  79. package/dist-types/commands/GetContainerServicePowersCommand.d.ts +15 -0
  80. package/dist-types/commands/GetContainerServicesCommand.d.ts +108 -0
  81. package/dist-types/commands/GetCostEstimateCommand.d.ts +30 -0
  82. package/dist-types/commands/GetDiskCommand.d.ts +42 -0
  83. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +30 -0
  84. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +33 -0
  85. package/dist-types/commands/GetDisksCommand.d.ts +45 -0
  86. package/dist-types/commands/GetDistributionBundlesCommand.d.ts +14 -0
  87. package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +7 -0
  88. package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +17 -0
  89. package/dist-types/commands/GetDistributionsCommand.d.ts +76 -0
  90. package/dist-types/commands/GetDomainCommand.d.ts +44 -0
  91. package/dist-types/commands/GetDomainsCommand.d.ts +47 -0
  92. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +46 -0
  93. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +30 -0
  94. package/dist-types/commands/GetInstanceCommand.d.ts +123 -0
  95. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +17 -0
  96. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +22 -0
  97. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +69 -0
  98. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +72 -0
  99. package/dist-types/commands/GetInstanceStateCommand.d.ts +9 -0
  100. package/dist-types/commands/GetInstancesCommand.d.ts +126 -0
  101. package/dist-types/commands/GetKeyPairCommand.d.ts +23 -0
  102. package/dist-types/commands/GetKeyPairsCommand.d.ts +26 -0
  103. package/dist-types/commands/GetLoadBalancerCommand.d.ts +49 -0
  104. package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +17 -0
  105. package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +64 -0
  106. package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +19 -0
  107. package/dist-types/commands/GetLoadBalancersCommand.d.ts +52 -0
  108. package/dist-types/commands/GetOperationCommand.d.ts +22 -0
  109. package/dist-types/commands/GetOperationsCommand.d.ts +25 -0
  110. package/dist-types/commands/GetOperationsForResourceCommand.d.ts +26 -0
  111. package/dist-types/commands/GetRegionsCommand.d.ts +25 -0
  112. package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +16 -0
  113. package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +19 -0
  114. package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +58 -0
  115. package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +16 -0
  116. package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +13 -0
  117. package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +8 -0
  118. package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +7 -0
  119. package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +17 -0
  120. package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +18 -0
  121. package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +30 -0
  122. package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +33 -0
  123. package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +61 -0
  124. package/dist-types/commands/GetStaticIpCommand.d.ts +19 -0
  125. package/dist-types/commands/GetStaticIpsCommand.d.ts +22 -0
  126. package/dist-types/commands/ImportKeyPairCommand.d.ts +22 -0
  127. package/dist-types/commands/IsVpcPeeredCommand.d.ts +6 -0
  128. package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +22 -0
  129. package/dist-types/commands/PeerVpcCommand.d.ts +22 -0
  130. package/dist-types/commands/PutAlarmCommand.d.ts +24 -0
  131. package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +22 -0
  132. package/dist-types/commands/RebootInstanceCommand.d.ts +24 -0
  133. package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +24 -0
  134. package/dist-types/commands/RegisterContainerImageCommand.d.ts +10 -0
  135. package/dist-types/commands/ReleaseStaticIpCommand.d.ts +24 -0
  136. package/dist-types/commands/ResetDistributionCacheCommand.d.ts +24 -0
  137. package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +24 -0
  138. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +24 -0
  139. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +24 -0
  140. package/dist-types/commands/StartGUISessionCommand.d.ts +24 -0
  141. package/dist-types/commands/StartInstanceCommand.d.ts +24 -0
  142. package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +24 -0
  143. package/dist-types/commands/StopGUISessionCommand.d.ts +24 -0
  144. package/dist-types/commands/StopInstanceCommand.d.ts +24 -0
  145. package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +24 -0
  146. package/dist-types/commands/TagResourceCommand.d.ts +24 -0
  147. package/dist-types/commands/TestAlarmCommand.d.ts +24 -0
  148. package/dist-types/commands/UnpeerVpcCommand.d.ts +22 -0
  149. package/dist-types/commands/UntagResourceCommand.d.ts +24 -0
  150. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +24 -0
  151. package/dist-types/commands/UpdateBucketCommand.d.ts +67 -0
  152. package/dist-types/commands/UpdateContainerServiceCommand.d.ts +106 -0
  153. package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +22 -0
  154. package/dist-types/commands/UpdateDistributionCommand.d.ts +22 -0
  155. package/dist-types/commands/UpdateDomainEntryCommand.d.ts +24 -0
  156. package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +22 -0
  157. package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +24 -0
  158. package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +24 -0
  159. package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +24 -0
  160. package/package.json +7 -7
@@ -34,6 +34,29 @@ export interface GetRegionsCommandOutput extends GetRegionsResult, __MetadataBea
34
34
  * };
35
35
  * const command = new GetRegionsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetRegionsResult
38
+ * // regions: [ // RegionList
39
+ * // { // Region
40
+ * // continentCode: "STRING_VALUE",
41
+ * // description: "STRING_VALUE",
42
+ * // displayName: "STRING_VALUE",
43
+ * // name: "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
+ * // availabilityZones: [ // AvailabilityZoneList
45
+ * // { // AvailabilityZone
46
+ * // zoneName: "STRING_VALUE",
47
+ * // state: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // relationalDatabaseAvailabilityZones: [
51
+ * // {
52
+ * // zoneName: "STRING_VALUE",
53
+ * // state: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // },
57
+ * // ],
58
+ * // };
59
+ *
37
60
  * ```
38
61
  *
39
62
  * @param GetRegionsCommandInput - {@link GetRegionsCommandInput}
@@ -72,6 +95,8 @@ export interface GetRegionsCommandOutput extends GetRegionsResult, __MetadataBea
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 GetRegionsCommand extends $Command<GetRegionsCommandInput, GetRegionsCommandOutput, LightsailClientResolvedConfig> {
@@ -34,6 +34,20 @@ export interface GetRelationalDatabaseBlueprintsCommandOutput extends GetRelatio
34
34
  * };
35
35
  * const command = new GetRelationalDatabaseBlueprintsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetRelationalDatabaseBlueprintsResult
38
+ * // blueprints: [ // RelationalDatabaseBlueprintList
39
+ * // { // RelationalDatabaseBlueprint
40
+ * // blueprintId: "STRING_VALUE",
41
+ * // engine: "mysql",
42
+ * // engineVersion: "STRING_VALUE",
43
+ * // engineDescription: "STRING_VALUE",
44
+ * // engineVersionDescription: "STRING_VALUE",
45
+ * // isEngineDefault: true || false,
46
+ * // },
47
+ * // ],
48
+ * // nextPageToken: "STRING_VALUE",
49
+ * // };
50
+ *
37
51
  * ```
38
52
  *
39
53
  * @param GetRelationalDatabaseBlueprintsCommandInput - {@link GetRelationalDatabaseBlueprintsCommandInput}
@@ -72,6 +86,8 @@ export interface GetRelationalDatabaseBlueprintsCommandOutput extends GetRelatio
72
86
  * @throws {@link UnauthenticatedException} (client fault)
73
87
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
74
88
  *
89
+ * @throws {@link LightsailServiceException}
90
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
75
91
  *
76
92
  */
77
93
  export declare class GetRelationalDatabaseBlueprintsCommand extends $Command<GetRelationalDatabaseBlueprintsCommandInput, GetRelationalDatabaseBlueprintsCommandOutput, LightsailClientResolvedConfig> {
@@ -35,6 +35,23 @@ export interface GetRelationalDatabaseBundlesCommandOutput extends GetRelational
35
35
  * };
36
36
  * const command = new GetRelationalDatabaseBundlesCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // GetRelationalDatabaseBundlesResult
39
+ * // bundles: [ // RelationalDatabaseBundleList
40
+ * // { // RelationalDatabaseBundle
41
+ * // bundleId: "STRING_VALUE",
42
+ * // name: "STRING_VALUE",
43
+ * // price: Number("float"),
44
+ * // ramSizeInGb: Number("float"),
45
+ * // diskSizeInGb: Number("int"),
46
+ * // transferPerMonthInGb: Number("int"),
47
+ * // cpuCount: Number("int"),
48
+ * // isEncrypted: true || false,
49
+ * // isActive: true || false,
50
+ * // },
51
+ * // ],
52
+ * // nextPageToken: "STRING_VALUE",
53
+ * // };
54
+ *
38
55
  * ```
39
56
  *
40
57
  * @param GetRelationalDatabaseBundlesCommandInput - {@link GetRelationalDatabaseBundlesCommandInput}
@@ -73,6 +90,8 @@ export interface GetRelationalDatabaseBundlesCommandOutput extends GetRelational
73
90
  * @throws {@link UnauthenticatedException} (client fault)
74
91
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
75
92
  *
93
+ * @throws {@link LightsailServiceException}
94
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
76
95
  *
77
96
  */
78
97
  export declare class GetRelationalDatabaseBundlesCommand extends $Command<GetRelationalDatabaseBundlesCommandInput, GetRelationalDatabaseBundlesCommandOutput, LightsailClientResolvedConfig> {
@@ -31,6 +31,62 @@ export interface GetRelationalDatabaseCommandOutput extends GetRelationalDatabas
31
31
  * };
32
32
  * const command = new GetRelationalDatabaseCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetRelationalDatabaseResult
35
+ * // relationalDatabase: { // RelationalDatabase
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
+ * // relationalDatabaseBlueprintId: "STRING_VALUE",
52
+ * // relationalDatabaseBundleId: "STRING_VALUE",
53
+ * // masterDatabaseName: "STRING_VALUE",
54
+ * // hardware: { // RelationalDatabaseHardware
55
+ * // cpuCount: Number("int"),
56
+ * // diskSizeInGb: Number("int"),
57
+ * // ramSizeInGb: Number("float"),
58
+ * // },
59
+ * // state: "STRING_VALUE",
60
+ * // secondaryAvailabilityZone: "STRING_VALUE",
61
+ * // backupRetentionEnabled: true || false,
62
+ * // pendingModifiedValues: { // PendingModifiedRelationalDatabaseValues
63
+ * // masterUserPassword: "STRING_VALUE",
64
+ * // engineVersion: "STRING_VALUE",
65
+ * // backupRetentionEnabled: true || false,
66
+ * // },
67
+ * // engine: "STRING_VALUE",
68
+ * // engineVersion: "STRING_VALUE",
69
+ * // latestRestorableTime: new Date("TIMESTAMP"),
70
+ * // masterUsername: "STRING_VALUE",
71
+ * // parameterApplyStatus: "STRING_VALUE",
72
+ * // preferredBackupWindow: "STRING_VALUE",
73
+ * // preferredMaintenanceWindow: "STRING_VALUE",
74
+ * // publiclyAccessible: true || false,
75
+ * // masterEndpoint: { // RelationalDatabaseEndpoint
76
+ * // port: Number("int"),
77
+ * // address: "STRING_VALUE",
78
+ * // },
79
+ * // pendingMaintenanceActions: [ // PendingMaintenanceActionList
80
+ * // { // PendingMaintenanceAction
81
+ * // action: "STRING_VALUE",
82
+ * // description: "STRING_VALUE",
83
+ * // currentApplyDate: new Date("TIMESTAMP"),
84
+ * // },
85
+ * // ],
86
+ * // caCertificateIdentifier: "STRING_VALUE",
87
+ * // },
88
+ * // };
89
+ *
34
90
  * ```
35
91
  *
36
92
  * @param GetRelationalDatabaseCommandInput - {@link GetRelationalDatabaseCommandInput}
@@ -69,6 +125,8 @@ export interface GetRelationalDatabaseCommandOutput extends GetRelationalDatabas
69
125
  * @throws {@link UnauthenticatedException} (client fault)
70
126
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
71
127
  *
128
+ * @throws {@link LightsailServiceException}
129
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
72
130
  *
73
131
  */
74
132
  export declare class GetRelationalDatabaseCommand extends $Command<GetRelationalDatabaseCommandInput, GetRelationalDatabaseCommandOutput, LightsailClientResolvedConfig> {
@@ -33,6 +33,20 @@ export interface GetRelationalDatabaseEventsCommandOutput extends GetRelationalD
33
33
  * };
34
34
  * const command = new GetRelationalDatabaseEventsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetRelationalDatabaseEventsResult
37
+ * // relationalDatabaseEvents: [ // RelationalDatabaseEventList
38
+ * // { // RelationalDatabaseEvent
39
+ * // resource: "STRING_VALUE",
40
+ * // createdAt: new Date("TIMESTAMP"),
41
+ * // message: "STRING_VALUE",
42
+ * // eventCategories: [ // StringList
43
+ * // "STRING_VALUE",
44
+ * // ],
45
+ * // },
46
+ * // ],
47
+ * // nextPageToken: "STRING_VALUE",
48
+ * // };
49
+ *
36
50
  * ```
37
51
  *
38
52
  * @param GetRelationalDatabaseEventsCommandInput - {@link GetRelationalDatabaseEventsCommandInput}
@@ -71,6 +85,8 @@ export interface GetRelationalDatabaseEventsCommandOutput extends GetRelationalD
71
85
  * @throws {@link UnauthenticatedException} (client fault)
72
86
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
73
87
  *
88
+ * @throws {@link LightsailServiceException}
89
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
74
90
  *
75
91
  */
76
92
  export declare class GetRelationalDatabaseEventsCommand extends $Command<GetRelationalDatabaseEventsCommandInput, GetRelationalDatabaseEventsCommandOutput, LightsailClientResolvedConfig> {
@@ -36,6 +36,17 @@ export interface GetRelationalDatabaseLogEventsCommandOutput extends GetRelation
36
36
  * };
37
37
  * const command = new GetRelationalDatabaseLogEventsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetRelationalDatabaseLogEventsResult
40
+ * // resourceLogEvents: [ // LogEventList
41
+ * // { // LogEvent
42
+ * // createdAt: new Date("TIMESTAMP"),
43
+ * // message: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // nextBackwardToken: "STRING_VALUE",
47
+ * // nextForwardToken: "STRING_VALUE",
48
+ * // };
49
+ *
39
50
  * ```
40
51
  *
41
52
  * @param GetRelationalDatabaseLogEventsCommandInput - {@link GetRelationalDatabaseLogEventsCommandInput}
@@ -74,6 +85,8 @@ export interface GetRelationalDatabaseLogEventsCommandOutput extends GetRelation
74
85
  * @throws {@link UnauthenticatedException} (client fault)
75
86
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
76
87
  *
88
+ * @throws {@link LightsailServiceException}
89
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
77
90
  *
78
91
  */
79
92
  export declare class GetRelationalDatabaseLogEventsCommand extends $Command<GetRelationalDatabaseLogEventsCommandInput, GetRelationalDatabaseLogEventsCommandOutput, LightsailClientResolvedConfig> {
@@ -31,6 +31,12 @@ export interface GetRelationalDatabaseLogStreamsCommandOutput extends GetRelatio
31
31
  * };
32
32
  * const command = new GetRelationalDatabaseLogStreamsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetRelationalDatabaseLogStreamsResult
35
+ * // logStreams: [ // StringList
36
+ * // "STRING_VALUE",
37
+ * // ],
38
+ * // };
39
+ *
34
40
  * ```
35
41
  *
36
42
  * @param GetRelationalDatabaseLogStreamsCommandInput - {@link GetRelationalDatabaseLogStreamsCommandInput}
@@ -69,6 +75,8 @@ export interface GetRelationalDatabaseLogStreamsCommandOutput extends GetRelatio
69
75
  * @throws {@link UnauthenticatedException} (client fault)
70
76
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
71
77
  *
78
+ * @throws {@link LightsailServiceException}
79
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
72
80
  *
73
81
  */
74
82
  export declare class GetRelationalDatabaseLogStreamsCommand extends $Command<GetRelationalDatabaseLogStreamsCommandInput, GetRelationalDatabaseLogStreamsCommandOutput, LightsailClientResolvedConfig> {
@@ -36,6 +36,11 @@ export interface GetRelationalDatabaseMasterUserPasswordCommandOutput extends Ge
36
36
  * };
37
37
  * const command = new GetRelationalDatabaseMasterUserPasswordCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetRelationalDatabaseMasterUserPasswordResult
40
+ * // masterUserPassword: "STRING_VALUE",
41
+ * // createdAt: new Date("TIMESTAMP"),
42
+ * // };
43
+ *
39
44
  * ```
40
45
  *
41
46
  * @param GetRelationalDatabaseMasterUserPasswordCommandInput - {@link GetRelationalDatabaseMasterUserPasswordCommandInput}
@@ -74,6 +79,8 @@ export interface GetRelationalDatabaseMasterUserPasswordCommandOutput extends Ge
74
79
  * @throws {@link UnauthenticatedException} (client fault)
75
80
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
76
81
  *
82
+ * @throws {@link LightsailServiceException}
83
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
77
84
  *
78
85
  */
79
86
  export declare class GetRelationalDatabaseMasterUserPasswordCommand extends $Command<GetRelationalDatabaseMasterUserPasswordCommandInput, GetRelationalDatabaseMasterUserPasswordCommandOutput, LightsailClientResolvedConfig> {
@@ -42,6 +42,21 @@ export interface GetRelationalDatabaseMetricDataCommandOutput extends GetRelatio
42
42
  * };
43
43
  * const command = new GetRelationalDatabaseMetricDataCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // GetRelationalDatabaseMetricDataResult
46
+ * // metricName: "CPUUtilization" || "DatabaseConnections" || "DiskQueueDepth" || "FreeStorageSpace" || "NetworkReceiveThroughput" || "NetworkTransmitThroughput",
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 GetRelationalDatabaseMetricDataCommandInput - {@link GetRelationalDatabaseMetricDataCommandInput}
@@ -80,6 +95,8 @@ export interface GetRelationalDatabaseMetricDataCommandOutput extends GetRelatio
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 GetRelationalDatabaseMetricDataCommand extends $Command<GetRelationalDatabaseMetricDataCommandInput, GetRelationalDatabaseMetricDataCommandOutput, LightsailClientResolvedConfig> {
@@ -36,6 +36,22 @@ export interface GetRelationalDatabaseParametersCommandOutput extends GetRelatio
36
36
  * };
37
37
  * const command = new GetRelationalDatabaseParametersCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetRelationalDatabaseParametersResult
40
+ * // parameters: [ // RelationalDatabaseParameterList
41
+ * // { // RelationalDatabaseParameter
42
+ * // allowedValues: "STRING_VALUE",
43
+ * // applyMethod: "STRING_VALUE",
44
+ * // applyType: "STRING_VALUE",
45
+ * // dataType: "STRING_VALUE",
46
+ * // description: "STRING_VALUE",
47
+ * // isModifiable: true || false,
48
+ * // parameterName: "STRING_VALUE",
49
+ * // parameterValue: "STRING_VALUE",
50
+ * // },
51
+ * // ],
52
+ * // nextPageToken: "STRING_VALUE",
53
+ * // };
54
+ *
39
55
  * ```
40
56
  *
41
57
  * @param GetRelationalDatabaseParametersCommandInput - {@link GetRelationalDatabaseParametersCommandInput}
@@ -74,6 +90,8 @@ export interface GetRelationalDatabaseParametersCommandOutput extends GetRelatio
74
90
  * @throws {@link UnauthenticatedException} (client fault)
75
91
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
76
92
  *
93
+ * @throws {@link LightsailServiceException}
94
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
77
95
  *
78
96
  */
79
97
  export declare class GetRelationalDatabaseParametersCommand extends $Command<GetRelationalDatabaseParametersCommandInput, GetRelationalDatabaseParametersCommandOutput, LightsailClientResolvedConfig> {
@@ -31,6 +31,34 @@ export interface GetRelationalDatabaseSnapshotCommandOutput extends GetRelationa
31
31
  * };
32
32
  * const command = new GetRelationalDatabaseSnapshotCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetRelationalDatabaseSnapshotResult
35
+ * // relationalDatabaseSnapshot: { // RelationalDatabaseSnapshot
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
+ * // engine: "STRING_VALUE",
52
+ * // engineVersion: "STRING_VALUE",
53
+ * // sizeInGb: Number("int"),
54
+ * // state: "STRING_VALUE",
55
+ * // fromRelationalDatabaseName: "STRING_VALUE",
56
+ * // fromRelationalDatabaseArn: "STRING_VALUE",
57
+ * // fromRelationalDatabaseBundleId: "STRING_VALUE",
58
+ * // fromRelationalDatabaseBlueprintId: "STRING_VALUE",
59
+ * // },
60
+ * // };
61
+ *
34
62
  * ```
35
63
  *
36
64
  * @param GetRelationalDatabaseSnapshotCommandInput - {@link GetRelationalDatabaseSnapshotCommandInput}
@@ -69,6 +97,8 @@ export interface GetRelationalDatabaseSnapshotCommandOutput extends GetRelationa
69
97
  * @throws {@link UnauthenticatedException} (client fault)
70
98
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
71
99
  *
100
+ * @throws {@link LightsailServiceException}
101
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
72
102
  *
73
103
  */
74
104
  export declare class GetRelationalDatabaseSnapshotCommand extends $Command<GetRelationalDatabaseSnapshotCommandInput, GetRelationalDatabaseSnapshotCommandOutput, LightsailClientResolvedConfig> {
@@ -31,6 +31,37 @@ export interface GetRelationalDatabaseSnapshotsCommandOutput extends GetRelation
31
31
  * };
32
32
  * const command = new GetRelationalDatabaseSnapshotsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetRelationalDatabaseSnapshotsResult
35
+ * // relationalDatabaseSnapshots: [ // RelationalDatabaseSnapshotList
36
+ * // { // RelationalDatabaseSnapshot
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
+ * // engine: "STRING_VALUE",
53
+ * // engineVersion: "STRING_VALUE",
54
+ * // sizeInGb: Number("int"),
55
+ * // state: "STRING_VALUE",
56
+ * // fromRelationalDatabaseName: "STRING_VALUE",
57
+ * // fromRelationalDatabaseArn: "STRING_VALUE",
58
+ * // fromRelationalDatabaseBundleId: "STRING_VALUE",
59
+ * // fromRelationalDatabaseBlueprintId: "STRING_VALUE",
60
+ * // },
61
+ * // ],
62
+ * // nextPageToken: "STRING_VALUE",
63
+ * // };
64
+ *
34
65
  * ```
35
66
  *
36
67
  * @param GetRelationalDatabaseSnapshotsCommandInput - {@link GetRelationalDatabaseSnapshotsCommandInput}
@@ -69,6 +100,8 @@ export interface GetRelationalDatabaseSnapshotsCommandOutput extends GetRelation
69
100
  * @throws {@link UnauthenticatedException} (client fault)
70
101
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
71
102
  *
103
+ * @throws {@link LightsailServiceException}
104
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
72
105
  *
73
106
  */
74
107
  export declare class GetRelationalDatabaseSnapshotsCommand extends $Command<GetRelationalDatabaseSnapshotsCommandInput, GetRelationalDatabaseSnapshotsCommandOutput, LightsailClientResolvedConfig> {
@@ -31,6 +31,65 @@ export interface GetRelationalDatabasesCommandOutput extends GetRelationalDataba
31
31
  * };
32
32
  * const command = new GetRelationalDatabasesCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetRelationalDatabasesResult
35
+ * // relationalDatabases: [ // RelationalDatabaseList
36
+ * // { // RelationalDatabase
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
+ * // relationalDatabaseBlueprintId: "STRING_VALUE",
53
+ * // relationalDatabaseBundleId: "STRING_VALUE",
54
+ * // masterDatabaseName: "STRING_VALUE",
55
+ * // hardware: { // RelationalDatabaseHardware
56
+ * // cpuCount: Number("int"),
57
+ * // diskSizeInGb: Number("int"),
58
+ * // ramSizeInGb: Number("float"),
59
+ * // },
60
+ * // state: "STRING_VALUE",
61
+ * // secondaryAvailabilityZone: "STRING_VALUE",
62
+ * // backupRetentionEnabled: true || false,
63
+ * // pendingModifiedValues: { // PendingModifiedRelationalDatabaseValues
64
+ * // masterUserPassword: "STRING_VALUE",
65
+ * // engineVersion: "STRING_VALUE",
66
+ * // backupRetentionEnabled: true || false,
67
+ * // },
68
+ * // engine: "STRING_VALUE",
69
+ * // engineVersion: "STRING_VALUE",
70
+ * // latestRestorableTime: new Date("TIMESTAMP"),
71
+ * // masterUsername: "STRING_VALUE",
72
+ * // parameterApplyStatus: "STRING_VALUE",
73
+ * // preferredBackupWindow: "STRING_VALUE",
74
+ * // preferredMaintenanceWindow: "STRING_VALUE",
75
+ * // publiclyAccessible: true || false,
76
+ * // masterEndpoint: { // RelationalDatabaseEndpoint
77
+ * // port: Number("int"),
78
+ * // address: "STRING_VALUE",
79
+ * // },
80
+ * // pendingMaintenanceActions: [ // PendingMaintenanceActionList
81
+ * // { // PendingMaintenanceAction
82
+ * // action: "STRING_VALUE",
83
+ * // description: "STRING_VALUE",
84
+ * // currentApplyDate: new Date("TIMESTAMP"),
85
+ * // },
86
+ * // ],
87
+ * // caCertificateIdentifier: "STRING_VALUE",
88
+ * // },
89
+ * // ],
90
+ * // nextPageToken: "STRING_VALUE",
91
+ * // };
92
+ *
34
93
  * ```
35
94
  *
36
95
  * @param GetRelationalDatabasesCommandInput - {@link GetRelationalDatabasesCommandInput}
@@ -69,6 +128,8 @@ export interface GetRelationalDatabasesCommandOutput extends GetRelationalDataba
69
128
  * @throws {@link UnauthenticatedException} (client fault)
70
129
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
71
130
  *
131
+ * @throws {@link LightsailServiceException}
132
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
72
133
  *
73
134
  */
74
135
  export declare class GetRelationalDatabasesCommand extends $Command<GetRelationalDatabasesCommandInput, GetRelationalDatabasesCommandOutput, LightsailClientResolvedConfig> {
@@ -31,6 +31,23 @@ export interface GetStaticIpCommandOutput extends GetStaticIpResult, __MetadataB
31
31
  * };
32
32
  * const command = new GetStaticIpCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetStaticIpResult
35
+ * // staticIp: { // StaticIp
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
+ * // ipAddress: "STRING_VALUE",
46
+ * // attachedTo: "STRING_VALUE",
47
+ * // isAttached: true || false,
48
+ * // },
49
+ * // };
50
+ *
34
51
  * ```
35
52
  *
36
53
  * @param GetStaticIpCommandInput - {@link GetStaticIpCommandInput}
@@ -69,6 +86,8 @@ export interface GetStaticIpCommandOutput extends GetStaticIpResult, __MetadataB
69
86
  * @throws {@link UnauthenticatedException} (client fault)
70
87
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
71
88
  *
89
+ * @throws {@link LightsailServiceException}
90
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
72
91
  *
73
92
  */
74
93
  export declare class GetStaticIpCommand extends $Command<GetStaticIpCommandInput, GetStaticIpCommandOutput, LightsailClientResolvedConfig> {
@@ -31,6 +31,26 @@ export interface GetStaticIpsCommandOutput extends GetStaticIpsResult, __Metadat
31
31
  * };
32
32
  * const command = new GetStaticIpsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetStaticIpsResult
35
+ * // staticIps: [ // StaticIpList
36
+ * // { // StaticIp
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
+ * // ipAddress: "STRING_VALUE",
47
+ * // attachedTo: "STRING_VALUE",
48
+ * // isAttached: true || false,
49
+ * // },
50
+ * // ],
51
+ * // nextPageToken: "STRING_VALUE",
52
+ * // };
53
+ *
34
54
  * ```
35
55
  *
36
56
  * @param GetStaticIpsCommandInput - {@link GetStaticIpsCommandInput}
@@ -69,6 +89,8 @@ export interface GetStaticIpsCommandOutput extends GetStaticIpsResult, __Metadat
69
89
  * @throws {@link UnauthenticatedException} (client fault)
70
90
  * <p>Lightsail throws this exception when the user has not been authenticated.</p>
71
91
  *
92
+ * @throws {@link LightsailServiceException}
93
+ * <p>Base exception class for all service exceptions from Lightsail service.</p>
72
94
  *
73
95
  */
74
96
  export declare class GetStaticIpsCommand extends $Command<GetStaticIpsCommandInput, GetStaticIpsCommandOutput, LightsailClientResolvedConfig> {
@@ -32,6 +32,26 @@ export interface ImportKeyPairCommandOutput extends ImportKeyPairResult, __Metad
32
32
  * };
33
33
  * const command = new ImportKeyPairCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ImportKeyPairResult
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 ImportKeyPairCommandInput - {@link ImportKeyPairCommandInput}
@@ -70,6 +90,8 @@ export interface ImportKeyPairCommandOutput extends ImportKeyPairResult, __Metad
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 ImportKeyPairCommand extends $Command<ImportKeyPairCommandInput, ImportKeyPairCommandOutput, LightsailClientResolvedConfig> {