@aws-sdk/client-lightsail 3.39.0 → 3.43.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 (180) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist-cjs/endpoints.js +74 -5
  3. package/dist-cjs/models/models_0.js +11 -11
  4. package/dist-cjs/models/models_1.js +10 -4
  5. package/dist-cjs/protocols/Aws_json1_1.js +21 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-es/endpoints.js +74 -5
  9. package/dist-es/models/models_0.js +4 -4
  10. package/dist-es/models/models_1.js +4 -0
  11. package/dist-es/protocols/Aws_json1_1.js +17 -1
  12. package/dist-es/runtimeConfig.browser.js +3 -2
  13. package/dist-es/runtimeConfig.js +3 -3
  14. package/dist-types/Lightsail.d.ts +2 -0
  15. package/dist-types/LightsailClient.d.ts +8 -0
  16. package/dist-types/commands/AllocateStaticIpCommand.d.ts +1 -1
  17. package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +1 -1
  18. package/dist-types/commands/AttachDiskCommand.d.ts +1 -1
  19. package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +1 -1
  20. package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +1 -1
  21. package/dist-types/commands/AttachStaticIpCommand.d.ts +1 -1
  22. package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +1 -1
  23. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateBucketCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateCertificateCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateContactMethodCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateContainerServiceCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateDiskCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateDistributionCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateDomainEntryCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateInstancesCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteAlarmCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteContactMethodCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteContainerImageCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteContainerServiceCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteDiskCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteDomainEntryCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteKeyPairCommand.d.ts +3 -1
  63. package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +1 -1
  64. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +1 -1
  65. package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +1 -1
  66. package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +1 -1
  68. package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +1 -1
  69. package/dist-types/commands/DetachDiskCommand.d.ts +1 -1
  70. package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +1 -1
  71. package/dist-types/commands/DetachStaticIpCommand.d.ts +1 -1
  72. package/dist-types/commands/DisableAddOnCommand.d.ts +1 -1
  73. package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +1 -1
  74. package/dist-types/commands/EnableAddOnCommand.d.ts +1 -1
  75. package/dist-types/commands/ExportSnapshotCommand.d.ts +1 -1
  76. package/dist-types/commands/GetActiveNamesCommand.d.ts +1 -1
  77. package/dist-types/commands/GetAlarmsCommand.d.ts +1 -1
  78. package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +1 -1
  79. package/dist-types/commands/GetBlueprintsCommand.d.ts +1 -1
  80. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +1 -1
  81. package/dist-types/commands/GetBucketBundlesCommand.d.ts +1 -1
  82. package/dist-types/commands/GetBucketMetricDataCommand.d.ts +1 -1
  83. package/dist-types/commands/GetBucketsCommand.d.ts +1 -1
  84. package/dist-types/commands/GetBundlesCommand.d.ts +1 -1
  85. package/dist-types/commands/GetCertificatesCommand.d.ts +1 -1
  86. package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +1 -1
  87. package/dist-types/commands/GetContactMethodsCommand.d.ts +1 -1
  88. package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +1 -1
  89. package/dist-types/commands/GetContainerImagesCommand.d.ts +1 -1
  90. package/dist-types/commands/GetContainerLogCommand.d.ts +1 -1
  91. package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +1 -1
  92. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +1 -1
  93. package/dist-types/commands/GetContainerServicePowersCommand.d.ts +1 -1
  94. package/dist-types/commands/GetContainerServicesCommand.d.ts +1 -1
  95. package/dist-types/commands/GetDiskCommand.d.ts +1 -1
  96. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +1 -1
  97. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +1 -1
  98. package/dist-types/commands/GetDisksCommand.d.ts +1 -1
  99. package/dist-types/commands/GetDistributionBundlesCommand.d.ts +1 -1
  100. package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
  101. package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +1 -1
  102. package/dist-types/commands/GetDistributionsCommand.d.ts +1 -1
  103. package/dist-types/commands/GetDomainCommand.d.ts +1 -1
  104. package/dist-types/commands/GetDomainsCommand.d.ts +1 -1
  105. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +1 -1
  106. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +1 -1
  107. package/dist-types/commands/GetInstanceCommand.d.ts +1 -1
  108. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +1 -1
  109. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +1 -1
  110. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +1 -1
  111. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +1 -1
  112. package/dist-types/commands/GetInstanceStateCommand.d.ts +1 -1
  113. package/dist-types/commands/GetInstancesCommand.d.ts +1 -1
  114. package/dist-types/commands/GetKeyPairCommand.d.ts +1 -1
  115. package/dist-types/commands/GetKeyPairsCommand.d.ts +1 -1
  116. package/dist-types/commands/GetLoadBalancerCommand.d.ts +1 -1
  117. package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +1 -1
  118. package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +1 -1
  119. package/dist-types/commands/GetLoadBalancersCommand.d.ts +1 -1
  120. package/dist-types/commands/GetOperationCommand.d.ts +1 -1
  121. package/dist-types/commands/GetOperationsCommand.d.ts +1 -1
  122. package/dist-types/commands/GetOperationsForResourceCommand.d.ts +1 -1
  123. package/dist-types/commands/GetRegionsCommand.d.ts +1 -1
  124. package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +1 -1
  125. package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +1 -1
  126. package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +1 -1
  127. package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +1 -1
  128. package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +1 -1
  129. package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +1 -1
  130. package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +1 -1
  131. package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +1 -1
  132. package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +1 -1
  133. package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +1 -1
  134. package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +1 -1
  135. package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +1 -1
  136. package/dist-types/commands/GetStaticIpCommand.d.ts +1 -1
  137. package/dist-types/commands/GetStaticIpsCommand.d.ts +1 -1
  138. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  139. package/dist-types/commands/IsVpcPeeredCommand.d.ts +1 -1
  140. package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +1 -1
  141. package/dist-types/commands/PeerVpcCommand.d.ts +1 -1
  142. package/dist-types/commands/PutAlarmCommand.d.ts +1 -1
  143. package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +1 -1
  144. package/dist-types/commands/RebootInstanceCommand.d.ts +1 -1
  145. package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +1 -1
  146. package/dist-types/commands/RegisterContainerImageCommand.d.ts +1 -1
  147. package/dist-types/commands/ReleaseStaticIpCommand.d.ts +1 -1
  148. package/dist-types/commands/ResetDistributionCacheCommand.d.ts +1 -1
  149. package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +1 -1
  150. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +1 -1
  151. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +1 -1
  152. package/dist-types/commands/StartInstanceCommand.d.ts +1 -1
  153. package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +1 -1
  154. package/dist-types/commands/StopInstanceCommand.d.ts +1 -1
  155. package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +1 -1
  156. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  157. package/dist-types/commands/TestAlarmCommand.d.ts +1 -1
  158. package/dist-types/commands/UnpeerVpcCommand.d.ts +1 -1
  159. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  160. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +1 -1
  161. package/dist-types/commands/UpdateBucketCommand.d.ts +1 -1
  162. package/dist-types/commands/UpdateContainerServiceCommand.d.ts +1 -1
  163. package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +1 -1
  164. package/dist-types/commands/UpdateDistributionCommand.d.ts +1 -1
  165. package/dist-types/commands/UpdateDomainEntryCommand.d.ts +1 -1
  166. package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +1 -1
  167. package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +1 -1
  168. package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +1 -1
  169. package/dist-types/models/models_0.d.ts +56 -24
  170. package/dist-types/models/models_1.d.ts +24 -1
  171. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  172. package/dist-types/runtimeConfig.d.ts +2 -0
  173. package/dist-types/runtimeConfig.native.d.ts +2 -0
  174. package/dist-types/ts3.4/LightsailClient.d.ts +4 -0
  175. package/dist-types/ts3.4/models/models_0.d.ts +15 -0
  176. package/dist-types/ts3.4/models/models_1.d.ts +14 -1
  177. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  178. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  179. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  180. package/package.json +23 -23
@@ -20,7 +20,7 @@ export interface GetRelationalDatabaseLogEventsCommandOutput extends GetRelation
20
20
  *
21
21
  * @see {@link GetRelationalDatabaseLogEventsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRelationalDatabaseLogEventsCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRelationalDatabaseLogEventsCommand extends $Command<GetRelationalDatabaseLogEventsCommandInput, GetRelationalDatabaseLogEventsCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRelationalDatabaseLogStreamsCommandOutput extends GetRelatio
20
20
  *
21
21
  * @see {@link GetRelationalDatabaseLogStreamsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRelationalDatabaseLogStreamsCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRelationalDatabaseLogStreamsCommand extends $Command<GetRelationalDatabaseLogStreamsCommandInput, GetRelationalDatabaseLogStreamsCommandOutput, LightsailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetRelationalDatabaseMasterUserPasswordCommandOutput extends Ge
24
24
  *
25
25
  * @see {@link GetRelationalDatabaseMasterUserPasswordCommandInput} for command's `input` shape.
26
26
  * @see {@link GetRelationalDatabaseMasterUserPasswordCommandOutput} for command's `response` shape.
27
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetRelationalDatabaseMasterUserPasswordCommand extends $Command<GetRelationalDatabaseMasterUserPasswordCommandInput, GetRelationalDatabaseMasterUserPasswordCommandOutput, LightsailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetRelationalDatabaseMetricDataCommandOutput extends GetRelatio
23
23
  *
24
24
  * @see {@link GetRelationalDatabaseMetricDataCommandInput} for command's `input` shape.
25
25
  * @see {@link GetRelationalDatabaseMetricDataCommandOutput} for command's `response` shape.
26
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetRelationalDatabaseMetricDataCommand extends $Command<GetRelationalDatabaseMetricDataCommandInput, GetRelationalDatabaseMetricDataCommandOutput, LightsailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetRelationalDatabaseParametersCommandOutput extends GetRelatio
24
24
  *
25
25
  * @see {@link GetRelationalDatabaseParametersCommandInput} for command's `input` shape.
26
26
  * @see {@link GetRelationalDatabaseParametersCommandOutput} for command's `response` shape.
27
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetRelationalDatabaseParametersCommand extends $Command<GetRelationalDatabaseParametersCommandInput, GetRelationalDatabaseParametersCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRelationalDatabaseSnapshotCommandOutput extends GetRelationa
20
20
  *
21
21
  * @see {@link GetRelationalDatabaseSnapshotCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRelationalDatabaseSnapshotCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRelationalDatabaseSnapshotCommand extends $Command<GetRelationalDatabaseSnapshotCommandInput, GetRelationalDatabaseSnapshotCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRelationalDatabaseSnapshotsCommandOutput extends GetRelation
20
20
  *
21
21
  * @see {@link GetRelationalDatabaseSnapshotsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRelationalDatabaseSnapshotsCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRelationalDatabaseSnapshotsCommand extends $Command<GetRelationalDatabaseSnapshotsCommandInput, GetRelationalDatabaseSnapshotsCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRelationalDatabasesCommandOutput extends GetRelationalDataba
20
20
  *
21
21
  * @see {@link GetRelationalDatabasesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRelationalDatabasesCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRelationalDatabasesCommand extends $Command<GetRelationalDatabasesCommandInput, GetRelationalDatabasesCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetStaticIpCommandOutput extends GetStaticIpResult, __MetadataB
20
20
  *
21
21
  * @see {@link GetStaticIpCommandInput} for command's `input` shape.
22
22
  * @see {@link GetStaticIpCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetStaticIpCommand extends $Command<GetStaticIpCommandInput, GetStaticIpCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetStaticIpsCommandOutput extends GetStaticIpsResult, __Metadat
20
20
  *
21
21
  * @see {@link GetStaticIpsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetStaticIpsCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetStaticIpsCommand extends $Command<GetStaticIpsCommandInput, GetStaticIpsCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ImportKeyPairCommandOutput extends ImportKeyPairResult, __Metad
20
20
  *
21
21
  * @see {@link ImportKeyPairCommandInput} for command's `input` shape.
22
22
  * @see {@link ImportKeyPairCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ImportKeyPairCommand extends $Command<ImportKeyPairCommandInput, ImportKeyPairCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface IsVpcPeeredCommandOutput extends IsVpcPeeredResult, __MetadataB
20
20
  *
21
21
  * @see {@link IsVpcPeeredCommandInput} for command's `input` shape.
22
22
  * @see {@link IsVpcPeeredCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class IsVpcPeeredCommand extends $Command<IsVpcPeeredCommandInput, IsVpcPeeredCommandOutput, LightsailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface OpenInstancePublicPortsCommandOutput extends OpenInstancePublic
24
24
  *
25
25
  * @see {@link OpenInstancePublicPortsCommandInput} for command's `input` shape.
26
26
  * @see {@link OpenInstancePublicPortsCommandOutput} for command's `response` shape.
27
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class OpenInstancePublicPortsCommand extends $Command<OpenInstancePublicPortsCommandInput, OpenInstancePublicPortsCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PeerVpcCommandOutput extends PeerVpcResult, __MetadataBearer {
20
20
  *
21
21
  * @see {@link PeerVpcCommandInput} for command's `input` shape.
22
22
  * @see {@link PeerVpcCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PeerVpcCommand extends $Command<PeerVpcCommandInput, PeerVpcCommandOutput, LightsailClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface PutAlarmCommandOutput extends PutAlarmResult, __MetadataBearer
30
30
  *
31
31
  * @see {@link PutAlarmCommandInput} for command's `input` shape.
32
32
  * @see {@link PutAlarmCommandOutput} for command's `response` shape.
33
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class PutAlarmCommand extends $Command<PutAlarmCommandInput, PutAlarmCommandOutput, LightsailClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface PutInstancePublicPortsCommandOutput extends PutInstancePublicPo
28
28
  *
29
29
  * @see {@link PutInstancePublicPortsCommandInput} for command's `input` shape.
30
30
  * @see {@link PutInstancePublicPortsCommandOutput} for command's `response` shape.
31
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class PutInstancePublicPortsCommand extends $Command<PutInstancePublicPortsCommandInput, PutInstancePublicPortsCommandOutput, LightsailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface RebootInstanceCommandOutput extends RebootInstanceResult, __Met
23
23
  *
24
24
  * @see {@link RebootInstanceCommandInput} for command's `input` shape.
25
25
  * @see {@link RebootInstanceCommandOutput} for command's `response` shape.
26
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class RebootInstanceCommand extends $Command<RebootInstanceCommandInput, RebootInstanceCommandOutput, LightsailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface RebootRelationalDatabaseCommandOutput extends RebootRelationalD
23
23
  *
24
24
  * @see {@link RebootRelationalDatabaseCommandInput} for command's `input` shape.
25
25
  * @see {@link RebootRelationalDatabaseCommandOutput} for command's `response` shape.
26
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class RebootRelationalDatabaseCommand extends $Command<RebootRelationalDatabaseCommandInput, RebootRelationalDatabaseCommandOutput, LightsailClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface RegisterContainerImageCommandOutput extends RegisterContainerIm
27
27
  *
28
28
  * @see {@link RegisterContainerImageCommandInput} for command's `input` shape.
29
29
  * @see {@link RegisterContainerImageCommandOutput} for command's `response` shape.
30
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class RegisterContainerImageCommand extends $Command<RegisterContainerImageCommandInput, RegisterContainerImageCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ReleaseStaticIpCommandOutput extends ReleaseStaticIpResult, __M
20
20
  *
21
21
  * @see {@link ReleaseStaticIpCommandInput} for command's `input` shape.
22
22
  * @see {@link ReleaseStaticIpCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ReleaseStaticIpCommand extends $Command<ReleaseStaticIpCommandInput, ReleaseStaticIpCommandOutput, LightsailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ResetDistributionCacheCommandOutput extends ResetDistributionCa
23
23
  *
24
24
  * @see {@link ResetDistributionCacheCommandInput} for command's `input` shape.
25
25
  * @see {@link ResetDistributionCacheCommandOutput} for command's `response` shape.
26
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ResetDistributionCacheCommand extends $Command<ResetDistributionCacheCommandInput, ResetDistributionCacheCommandOutput, LightsailClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface SendContactMethodVerificationCommandOutput extends SendContactM
32
32
  *
33
33
  * @see {@link SendContactMethodVerificationCommandInput} for command's `input` shape.
34
34
  * @see {@link SendContactMethodVerificationCommandOutput} for command's `response` shape.
35
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class SendContactMethodVerificationCommand extends $Command<SendContactMethodVerificationCommandInput, SendContactMethodVerificationCommandOutput, LightsailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeResult, _
24
24
  *
25
25
  * @see {@link SetIpAddressTypeCommandInput} for command's `input` shape.
26
26
  * @see {@link SetIpAddressTypeCommandOutput} for command's `response` shape.
27
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class SetIpAddressTypeCommand extends $Command<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput, LightsailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface SetResourceAccessForBucketCommandOutput extends SetResourceAcce
24
24
  *
25
25
  * @see {@link SetResourceAccessForBucketCommandInput} for command's `input` shape.
26
26
  * @see {@link SetResourceAccessForBucketCommandOutput} for command's `response` shape.
27
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class SetResourceAccessForBucketCommand extends $Command<SetResourceAccessForBucketCommandInput, SetResourceAccessForBucketCommandOutput, LightsailClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface StartInstanceCommandOutput extends StartInstanceResult, __Metad
29
29
  *
30
30
  * @see {@link StartInstanceCommandInput} for command's `input` shape.
31
31
  * @see {@link StartInstanceCommandOutput} for command's `response` shape.
32
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class StartInstanceCommand extends $Command<StartInstanceCommandInput, StartInstanceCommandOutput, LightsailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface StartRelationalDatabaseCommandOutput extends StartRelationalDat
24
24
  *
25
25
  * @see {@link StartRelationalDatabaseCommandInput} for command's `input` shape.
26
26
  * @see {@link StartRelationalDatabaseCommandOutput} for command's `response` shape.
27
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class StartRelationalDatabaseCommand extends $Command<StartRelationalDatabaseCommandInput, StartRelationalDatabaseCommandOutput, LightsailClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface StopInstanceCommandOutput extends StopInstanceResult, __Metadat
28
28
  *
29
29
  * @see {@link StopInstanceCommandInput} for command's `input` shape.
30
30
  * @see {@link StopInstanceCommandOutput} for command's `response` shape.
31
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class StopInstanceCommand extends $Command<StopInstanceCommandInput, StopInstanceCommandOutput, LightsailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface StopRelationalDatabaseCommandOutput extends StopRelationalDatab
23
23
  *
24
24
  * @see {@link StopRelationalDatabaseCommandInput} for command's `input` shape.
25
25
  * @see {@link StopRelationalDatabaseCommandOutput} for command's `response` shape.
26
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class StopRelationalDatabaseCommand extends $Command<StopRelationalDatabaseCommandInput, StopRelationalDatabaseCommandOutput, LightsailClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
25
25
  *
26
26
  * @see {@link TagResourceCommandInput} for command's `input` shape.
27
27
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
28
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LightsailClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface TestAlarmCommandOutput extends TestAlarmResult, __MetadataBeare
27
27
  *
28
28
  * @see {@link TestAlarmCommandInput} for command's `input` shape.
29
29
  * @see {@link TestAlarmCommandOutput} for command's `response` shape.
30
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class TestAlarmCommand extends $Command<TestAlarmCommandInput, TestAlarmCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UnpeerVpcCommandOutput extends UnpeerVpcResult, __MetadataBeare
20
20
  *
21
21
  * @see {@link UnpeerVpcCommandInput} for command's `input` shape.
22
22
  * @see {@link UnpeerVpcCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UnpeerVpcCommand extends $Command<UnpeerVpcCommandInput, UnpeerVpcCommandOutput, LightsailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
24
24
  *
25
25
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
26
26
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
27
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LightsailClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface UpdateBucketBundleCommandOutput extends UpdateBucketBundleResul
34
34
  *
35
35
  * @see {@link UpdateBucketBundleCommandInput} for command's `input` shape.
36
36
  * @see {@link UpdateBucketBundleCommandOutput} for command's `response` shape.
37
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class UpdateBucketBundleCommand extends $Command<UpdateBucketBundleCommandInput, UpdateBucketBundleCommandOutput, LightsailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface UpdateBucketCommandOutput extends UpdateBucketResult, __Metadat
23
23
  *
24
24
  * @see {@link UpdateBucketCommandInput} for command's `input` shape.
25
25
  * @see {@link UpdateBucketCommandOutput} for command's `response` shape.
26
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class UpdateBucketCommand extends $Command<UpdateBucketCommandInput, UpdateBucketCommandOutput, LightsailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateContainerServiceCommandOutput extends UpdateContainerServ
21
21
  *
22
22
  * @see {@link UpdateContainerServiceCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateContainerServiceCommandOutput} for command's `response` shape.
24
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateContainerServiceCommand extends $Command<UpdateContainerServiceCommandInput, UpdateContainerServiceCommandOutput, LightsailClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface UpdateDistributionBundleCommandOutput extends UpdateDistributio
29
29
  *
30
30
  * @see {@link UpdateDistributionBundleCommandInput} for command's `input` shape.
31
31
  * @see {@link UpdateDistributionBundleCommandOutput} for command's `response` shape.
32
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class UpdateDistributionBundleCommand extends $Command<UpdateDistributionBundleCommandInput, UpdateDistributionBundleCommandOutput, LightsailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateDistributionCommandOutput extends UpdateDistributionResul
21
21
  *
22
22
  * @see {@link UpdateDistributionCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateDistributionCommandOutput} for command's `response` shape.
24
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateDistributionCommand extends $Command<UpdateDistributionCommandInput, UpdateDistributionCommandOutput, LightsailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface UpdateDomainEntryCommandOutput extends UpdateDomainEntryResult,
23
23
  *
24
24
  * @see {@link UpdateDomainEntryCommandInput} for command's `input` shape.
25
25
  * @see {@link UpdateDomainEntryCommandOutput} for command's `response` shape.
26
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class UpdateDomainEntryCommand extends $Command<UpdateDomainEntryCommandInput, UpdateDomainEntryCommandOutput, LightsailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface UpdateLoadBalancerAttributeCommandOutput extends UpdateLoadBala
24
24
  *
25
25
  * @see {@link UpdateLoadBalancerAttributeCommandInput} for command's `input` shape.
26
26
  * @see {@link UpdateLoadBalancerAttributeCommandOutput} for command's `response` shape.
27
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class UpdateLoadBalancerAttributeCommand extends $Command<UpdateLoadBalancerAttributeCommandInput, UpdateLoadBalancerAttributeCommandOutput, LightsailClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface UpdateRelationalDatabaseCommandOutput extends UpdateRelationalD
25
25
  *
26
26
  * @see {@link UpdateRelationalDatabaseCommandInput} for command's `input` shape.
27
27
  * @see {@link UpdateRelationalDatabaseCommandOutput} for command's `response` shape.
28
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class UpdateRelationalDatabaseCommand extends $Command<UpdateRelationalDatabaseCommandInput, UpdateRelationalDatabaseCommandOutput, LightsailClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface UpdateRelationalDatabaseParametersCommandOutput extends UpdateR
29
29
  *
30
30
  * @see {@link UpdateRelationalDatabaseParametersCommandInput} for command's `input` shape.
31
31
  * @see {@link UpdateRelationalDatabaseParametersCommandOutput} for command's `response` shape.
32
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class UpdateRelationalDatabaseParametersCommand extends $Command<UpdateRelationalDatabaseParametersCommandInput, UpdateRelationalDatabaseParametersCommandOutput, LightsailClientResolvedConfig> {
@@ -1277,6 +1277,46 @@ export declare namespace Blueprint {
1277
1277
  */
1278
1278
  const filterSensitiveLog: (obj: Blueprint) => any;
1279
1279
  }
1280
+ /**
1281
+ * <p>Describes the access log configuration for a bucket in the Amazon Lightsail object storage
1282
+ * service.</p>
1283
+ * <p>For more information about bucket access logs, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-bucket-access-logs">Logging bucket requests using access logging in Amazon Lightsail</a> in the
1284
+ * <i>Amazon Lightsail Developer Guide</i>.</p>
1285
+ */
1286
+ export interface BucketAccessLogConfig {
1287
+ /**
1288
+ * <p>A Boolean value that indicates whether bucket access logging is enabled for the
1289
+ * bucket.</p>
1290
+ */
1291
+ enabled: boolean | undefined;
1292
+ /**
1293
+ * <p>The name of the bucket where the access is saved. The destination can be a Lightsail
1294
+ * bucket in the same account, and in the same AWS Region as the source bucket.</p>
1295
+ * <note>
1296
+ * <p>This parameter is required when enabling the access log for a bucket, and should be
1297
+ * omitted when disabling the access log.</p>
1298
+ * </note>
1299
+ */
1300
+ destination?: string;
1301
+ /**
1302
+ * <p>The optional object prefix for the bucket access log.</p>
1303
+ * <p>The prefix is an optional addition to the object key that organizes your access log files
1304
+ * in the destination bucket. For example, if you specify a <code>logs/</code> prefix, then each
1305
+ * log object will begin with the <code>logs/</code> prefix in its key (for example,
1306
+ * <code>logs/2021-11-01-21-32-16-E568B2907131C0C0</code>).</p>
1307
+ * <note>
1308
+ * <p>This parameter can be optionally specified when enabling the access log for a bucket,
1309
+ * and should be omitted when disabling the access log.</p>
1310
+ * </note>
1311
+ */
1312
+ prefix?: string;
1313
+ }
1314
+ export declare namespace BucketAccessLogConfig {
1315
+ /**
1316
+ * @internal
1317
+ */
1318
+ const filterSensitiveLog: (obj: BucketAccessLogConfig) => any;
1319
+ }
1280
1320
  /**
1281
1321
  * <p>Describes the state of an Amazon Lightsail bucket.</p>
1282
1322
  */
@@ -1435,6 +1475,10 @@ export interface Bucket {
1435
1475
  * <p>An object that describes the state of the bucket.</p>
1436
1476
  */
1437
1477
  state?: BucketState;
1478
+ /**
1479
+ * <p>An object that describes the access log configuration for the bucket.</p>
1480
+ */
1481
+ accessLogConfig?: BucketAccessLogConfig;
1438
1482
  }
1439
1483
  export declare namespace Bucket {
1440
1484
  /**
@@ -2591,10 +2635,17 @@ export interface Container {
2591
2635
  * <p>The name of the image used for the container.</p>
2592
2636
  *
2593
2637
  * <p>Container images sourced from your Lightsail container service, that are registered and
2594
- * stored on your service, start with a colon (<code>:</code>). For example,
2595
- * <code>:container-service-1.mystaticwebsite.1</code>. Container images sourced from a public
2596
- * registry like Docker Hub don't start with a colon. For example, <code>nginx:latest</code> or
2597
- * <code>nginx</code>.</p>
2638
+ * stored on your service, start with a colon (<code>:</code>). For example, if your container
2639
+ * service name is <code>container-service-1</code>, the container image label is
2640
+ * <code>mystaticsite</code>, and you want to use the third (<code>3</code>) version of the
2641
+ * registered container image, then you should specify
2642
+ * <code>:container-service-1.mystaticsite.3</code>. To use the latest version of a container
2643
+ * image, specify <code>latest</code> instead of a version number (for example,
2644
+ * <code>:container-service-1.mystaticsite.latest</code>). Lightsail will automatically use
2645
+ * the highest numbered version of the registered container image.</p>
2646
+ *
2647
+ * <p>Container images sourced from a public registry like Docker Hub don't start with a colon.
2648
+ * For example, <code>nginx:latest</code> or <code>nginx</code>.</p>
2598
2649
  */
2599
2650
  image?: string;
2600
2651
  /**
@@ -3663,7 +3714,7 @@ export interface CreateContainerServiceRequest {
3663
3714
  */
3664
3715
  scale: number | undefined;
3665
3716
  /**
3666
- * <p>The tag keys and optional values to add to the certificate during create.</p>
3717
+ * <p>The tag keys and optional values to add to the container service during create.</p>
3667
3718
  * <p>Use the <code>TagResource</code> action to tag a resource after it's created.</p>
3668
3719
  * <p>For more information about tags in Lightsail, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags">Amazon Lightsail Developer Guide</a>.</p>
3669
3720
  */
@@ -8105,22 +8156,3 @@ export declare namespace InstancePortInfo {
8105
8156
  */
8106
8157
  const filterSensitiveLog: (obj: InstancePortInfo) => any;
8107
8158
  }
8108
- /**
8109
- * <p>Describes monthly data transfer rates and port information for an instance.</p>
8110
- */
8111
- export interface InstanceNetworking {
8112
- /**
8113
- * <p>The amount of data in GB allocated for monthly data transfers.</p>
8114
- */
8115
- monthlyTransfer?: MonthlyTransfer;
8116
- /**
8117
- * <p>An array of key-value pairs containing information about the ports on the instance.</p>
8118
- */
8119
- ports?: InstancePortInfo[];
8120
- }
8121
- export declare namespace InstanceNetworking {
8122
- /**
8123
- * @internal
8124
- */
8125
- const filterSensitiveLog: (obj: InstanceNetworking) => any;
8126
- }
@@ -1,4 +1,23 @@
1
- import { AccessRules, AddOn, AlarmState, AvailabilityZone, Bucket, CacheBehavior, CacheBehaviorPerPath, CacheSettings, ComparisonOperator, ContactMethodVerificationProtocol, ContactProtocol, ContainerImage, ContainerService, ContainerServicePowerName, Disk, DomainEntry, InputOrigin, InstanceHardware, InstanceNetworking, IpAddressType, KeyPair, MetricDatapoint, MetricName, MetricStatistic, MetricUnit, NetworkProtocol, Operation, PortInfo, RegionName, ResourceLocation, ResourceType, Tag, TreatMissingData } from "./models_0";
1
+ import { AccessRules, AddOn, AlarmState, AvailabilityZone, Bucket, BucketAccessLogConfig, CacheBehavior, CacheBehaviorPerPath, CacheSettings, ComparisonOperator, ContactMethodVerificationProtocol, ContactProtocol, ContainerImage, ContainerService, ContainerServicePowerName, Disk, DomainEntry, InputOrigin, InstanceHardware, InstancePortInfo, IpAddressType, KeyPair, MetricDatapoint, MetricName, MetricStatistic, MetricUnit, MonthlyTransfer, NetworkProtocol, Operation, PortInfo, RegionName, ResourceLocation, ResourceType, Tag, TreatMissingData } from "./models_0";
2
+ /**
3
+ * <p>Describes monthly data transfer rates and port information for an instance.</p>
4
+ */
5
+ export interface InstanceNetworking {
6
+ /**
7
+ * <p>The amount of data in GB allocated for monthly data transfers.</p>
8
+ */
9
+ monthlyTransfer?: MonthlyTransfer;
10
+ /**
11
+ * <p>An array of key-value pairs containing information about the ports on the instance.</p>
12
+ */
13
+ ports?: InstancePortInfo[];
14
+ }
15
+ export declare namespace InstanceNetworking {
16
+ /**
17
+ * @internal
18
+ */
19
+ const filterSensitiveLog: (obj: InstanceNetworking) => any;
20
+ }
2
21
  /**
3
22
  * <p>Describes the virtual private server (or <i>instance</i>) status.</p>
4
23
  */
@@ -4343,6 +4362,10 @@ export interface UpdateBucketRequest {
4343
4362
  * <p>You can give a maximum of 10 AWS accounts access to a bucket.</p>
4344
4363
  */
4345
4364
  readonlyAccessAccounts?: string[];
4365
+ /**
4366
+ * <p>An object that describes the access log configuration for the bucket.</p>
4367
+ */
4368
+ accessLogConfig?: BucketAccessLogConfig;
4346
4369
  }
4347
4370
  export declare namespace UpdateBucketRequest {
4348
4371
  /**
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;