@aws-sdk/client-lightsail 3.169.0 → 3.171.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 (170) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Lightsail.d.ts +2652 -775
  3. package/dist-types/ts3.4/LightsailClient.d.ts +1028 -227
  4. package/dist-types/ts3.4/commands/AllocateStaticIpCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/AttachCertificateToDistributionCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/AttachDiskCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/AttachInstancesToLoadBalancerCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/AttachStaticIpCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CloseInstancePublicPortsCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateBucketAccessKeyCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/CreateCertificateCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/CreateCloudFormationStackCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/CreateContactMethodCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/CreateContainerServiceCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/CreateContainerServiceDeploymentCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/CreateContainerServiceRegistryLoginCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/CreateDiskCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/CreateDiskFromSnapshotCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/CreateDiskSnapshotCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/CreateDomainEntryCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/CreateInstanceSnapshotCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/CreateInstancesCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/CreateInstancesFromSnapshotCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/CreateRelationalDatabaseCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DeleteAlarmCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/DeleteAutoSnapshotCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/DeleteBucketAccessKeyCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/DeleteContactMethodCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/DeleteContainerImageCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/DeleteContainerServiceCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/DeleteDiskCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/DeleteDiskSnapshotCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/DeleteDomainEntryCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/DeleteInstanceSnapshotCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/DeleteKnownHostKeysCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/DeleteRelationalDatabaseCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/DetachCertificateFromDistributionCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/DetachDiskCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/DetachInstancesFromLoadBalancerCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/DetachStaticIpCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/DisableAddOnCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/DownloadDefaultKeyPairCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/EnableAddOnCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/ExportSnapshotCommand.d.ts +35 -17
  64. package/dist-types/ts3.4/commands/GetActiveNamesCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/GetAlarmsCommand.d.ts +32 -17
  66. package/dist-types/ts3.4/commands/GetAutoSnapshotsCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/GetBlueprintsCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/GetBucketAccessKeysCommand.d.ts +36 -17
  69. package/dist-types/ts3.4/commands/GetBucketBundlesCommand.d.ts +35 -17
  70. package/dist-types/ts3.4/commands/GetBucketMetricDataCommand.d.ts +36 -17
  71. package/dist-types/ts3.4/commands/GetBucketsCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/GetBundlesCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/GetCertificatesCommand.d.ts +35 -17
  74. package/dist-types/ts3.4/commands/GetCloudFormationStackRecordsCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/GetContactMethodsCommand.d.ts +36 -17
  76. package/dist-types/ts3.4/commands/GetContainerAPIMetadataCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/GetContainerImagesCommand.d.ts +36 -17
  78. package/dist-types/ts3.4/commands/GetContainerLogCommand.d.ts +35 -17
  79. package/dist-types/ts3.4/commands/GetContainerServiceDeploymentsCommand.d.ts +39 -17
  80. package/dist-types/ts3.4/commands/GetContainerServiceMetricDataCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +39 -17
  82. package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +39 -17
  83. package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +30 -17
  84. package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +35 -17
  85. package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +35 -17
  86. package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +32 -17
  87. package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +39 -17
  88. package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +39 -17
  89. package/dist-types/ts3.4/commands/GetDistributionMetricDataCommand.d.ts +39 -17
  90. package/dist-types/ts3.4/commands/GetDistributionsCommand.d.ts +35 -17
  91. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +32 -17
  92. package/dist-types/ts3.4/commands/GetDomainsCommand.d.ts +32 -17
  93. package/dist-types/ts3.4/commands/GetExportSnapshotRecordsCommand.d.ts +39 -17
  94. package/dist-types/ts3.4/commands/GetInstanceAccessDetailsCommand.d.ts +39 -17
  95. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +32 -17
  96. package/dist-types/ts3.4/commands/GetInstanceMetricDataCommand.d.ts +39 -17
  97. package/dist-types/ts3.4/commands/GetInstancePortStatesCommand.d.ts +39 -17
  98. package/dist-types/ts3.4/commands/GetInstanceSnapshotCommand.d.ts +36 -17
  99. package/dist-types/ts3.4/commands/GetInstanceSnapshotsCommand.d.ts +39 -17
  100. package/dist-types/ts3.4/commands/GetInstanceStateCommand.d.ts +35 -17
  101. package/dist-types/ts3.4/commands/GetInstancesCommand.d.ts +32 -17
  102. package/dist-types/ts3.4/commands/GetKeyPairCommand.d.ts +32 -17
  103. package/dist-types/ts3.4/commands/GetKeyPairsCommand.d.ts +32 -17
  104. package/dist-types/ts3.4/commands/GetLoadBalancerCommand.d.ts +35 -17
  105. package/dist-types/ts3.4/commands/GetLoadBalancerMetricDataCommand.d.ts +39 -17
  106. package/dist-types/ts3.4/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +39 -17
  107. package/dist-types/ts3.4/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +39 -17
  108. package/dist-types/ts3.4/commands/GetLoadBalancersCommand.d.ts +35 -17
  109. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +32 -17
  110. package/dist-types/ts3.4/commands/GetOperationsCommand.d.ts +32 -17
  111. package/dist-types/ts3.4/commands/GetOperationsForResourceCommand.d.ts +39 -17
  112. package/dist-types/ts3.4/commands/GetRegionsCommand.d.ts +32 -17
  113. package/dist-types/ts3.4/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +39 -17
  114. package/dist-types/ts3.4/commands/GetRelationalDatabaseBundlesCommand.d.ts +39 -17
  115. package/dist-types/ts3.4/commands/GetRelationalDatabaseCommand.d.ts +39 -17
  116. package/dist-types/ts3.4/commands/GetRelationalDatabaseEventsCommand.d.ts +39 -17
  117. package/dist-types/ts3.4/commands/GetRelationalDatabaseLogEventsCommand.d.ts +39 -17
  118. package/dist-types/ts3.4/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +39 -17
  119. package/dist-types/ts3.4/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +39 -17
  120. package/dist-types/ts3.4/commands/GetRelationalDatabaseMetricDataCommand.d.ts +39 -17
  121. package/dist-types/ts3.4/commands/GetRelationalDatabaseParametersCommand.d.ts +39 -17
  122. package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotCommand.d.ts +39 -17
  123. package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +39 -17
  124. package/dist-types/ts3.4/commands/GetRelationalDatabasesCommand.d.ts +39 -17
  125. package/dist-types/ts3.4/commands/GetStaticIpCommand.d.ts +32 -17
  126. package/dist-types/ts3.4/commands/GetStaticIpsCommand.d.ts +32 -17
  127. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +32 -17
  128. package/dist-types/ts3.4/commands/IsVpcPeeredCommand.d.ts +32 -17
  129. package/dist-types/ts3.4/commands/OpenInstancePublicPortsCommand.d.ts +39 -17
  130. package/dist-types/ts3.4/commands/PeerVpcCommand.d.ts +30 -17
  131. package/dist-types/ts3.4/commands/PutAlarmCommand.d.ts +32 -17
  132. package/dist-types/ts3.4/commands/PutInstancePublicPortsCommand.d.ts +39 -17
  133. package/dist-types/ts3.4/commands/RebootInstanceCommand.d.ts +35 -17
  134. package/dist-types/ts3.4/commands/RebootRelationalDatabaseCommand.d.ts +39 -17
  135. package/dist-types/ts3.4/commands/RegisterContainerImageCommand.d.ts +39 -17
  136. package/dist-types/ts3.4/commands/ReleaseStaticIpCommand.d.ts +35 -17
  137. package/dist-types/ts3.4/commands/ResetDistributionCacheCommand.d.ts +39 -17
  138. package/dist-types/ts3.4/commands/SendContactMethodVerificationCommand.d.ts +39 -17
  139. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +35 -17
  140. package/dist-types/ts3.4/commands/SetResourceAccessForBucketCommand.d.ts +39 -17
  141. package/dist-types/ts3.4/commands/StartInstanceCommand.d.ts +32 -17
  142. package/dist-types/ts3.4/commands/StartRelationalDatabaseCommand.d.ts +39 -17
  143. package/dist-types/ts3.4/commands/StopInstanceCommand.d.ts +32 -17
  144. package/dist-types/ts3.4/commands/StopRelationalDatabaseCommand.d.ts +39 -17
  145. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  146. package/dist-types/ts3.4/commands/TestAlarmCommand.d.ts +32 -17
  147. package/dist-types/ts3.4/commands/UnpeerVpcCommand.d.ts +32 -17
  148. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  149. package/dist-types/ts3.4/commands/UpdateBucketBundleCommand.d.ts +36 -17
  150. package/dist-types/ts3.4/commands/UpdateBucketCommand.d.ts +32 -17
  151. package/dist-types/ts3.4/commands/UpdateContainerServiceCommand.d.ts +39 -17
  152. package/dist-types/ts3.4/commands/UpdateDistributionBundleCommand.d.ts +39 -17
  153. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +36 -17
  154. package/dist-types/ts3.4/commands/UpdateDomainEntryCommand.d.ts +36 -17
  155. package/dist-types/ts3.4/commands/UpdateLoadBalancerAttributeCommand.d.ts +39 -17
  156. package/dist-types/ts3.4/commands/UpdateRelationalDatabaseCommand.d.ts +39 -17
  157. package/dist-types/ts3.4/commands/UpdateRelationalDatabaseParametersCommand.d.ts +39 -17
  158. package/dist-types/ts3.4/commands/index.d.ts +154 -154
  159. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  160. package/dist-types/ts3.4/index.d.ts +5 -5
  161. package/dist-types/ts3.4/models/LightsailServiceException.d.ts +7 -6
  162. package/dist-types/ts3.4/models/index.d.ts +2 -2
  163. package/dist-types/ts3.4/models/models_0.d.ts +2396 -713
  164. package/dist-types/ts3.4/models/models_1.d.ts +1451 -1779
  165. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1853 -464
  166. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  167. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  168. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  169. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  170. package/package.json +34 -34
@@ -1,154 +1,154 @@
1
- export * from "./AllocateStaticIpCommand";
2
- export * from "./AttachCertificateToDistributionCommand";
3
- export * from "./AttachDiskCommand";
4
- export * from "./AttachInstancesToLoadBalancerCommand";
5
- export * from "./AttachLoadBalancerTlsCertificateCommand";
6
- export * from "./AttachStaticIpCommand";
7
- export * from "./CloseInstancePublicPortsCommand";
8
- export * from "./CopySnapshotCommand";
9
- export * from "./CreateBucketAccessKeyCommand";
10
- export * from "./CreateBucketCommand";
11
- export * from "./CreateCertificateCommand";
12
- export * from "./CreateCloudFormationStackCommand";
13
- export * from "./CreateContactMethodCommand";
14
- export * from "./CreateContainerServiceCommand";
15
- export * from "./CreateContainerServiceDeploymentCommand";
16
- export * from "./CreateContainerServiceRegistryLoginCommand";
17
- export * from "./CreateDiskCommand";
18
- export * from "./CreateDiskFromSnapshotCommand";
19
- export * from "./CreateDiskSnapshotCommand";
20
- export * from "./CreateDistributionCommand";
21
- export * from "./CreateDomainCommand";
22
- export * from "./CreateDomainEntryCommand";
23
- export * from "./CreateInstanceSnapshotCommand";
24
- export * from "./CreateInstancesCommand";
25
- export * from "./CreateInstancesFromSnapshotCommand";
26
- export * from "./CreateKeyPairCommand";
27
- export * from "./CreateLoadBalancerCommand";
28
- export * from "./CreateLoadBalancerTlsCertificateCommand";
29
- export * from "./CreateRelationalDatabaseCommand";
30
- export * from "./CreateRelationalDatabaseFromSnapshotCommand";
31
- export * from "./CreateRelationalDatabaseSnapshotCommand";
32
- export * from "./DeleteAlarmCommand";
33
- export * from "./DeleteAutoSnapshotCommand";
34
- export * from "./DeleteBucketAccessKeyCommand";
35
- export * from "./DeleteBucketCommand";
36
- export * from "./DeleteCertificateCommand";
37
- export * from "./DeleteContactMethodCommand";
38
- export * from "./DeleteContainerImageCommand";
39
- export * from "./DeleteContainerServiceCommand";
40
- export * from "./DeleteDiskCommand";
41
- export * from "./DeleteDiskSnapshotCommand";
42
- export * from "./DeleteDistributionCommand";
43
- export * from "./DeleteDomainCommand";
44
- export * from "./DeleteDomainEntryCommand";
45
- export * from "./DeleteInstanceCommand";
46
- export * from "./DeleteInstanceSnapshotCommand";
47
- export * from "./DeleteKeyPairCommand";
48
- export * from "./DeleteKnownHostKeysCommand";
49
- export * from "./DeleteLoadBalancerCommand";
50
- export * from "./DeleteLoadBalancerTlsCertificateCommand";
51
- export * from "./DeleteRelationalDatabaseCommand";
52
- export * from "./DeleteRelationalDatabaseSnapshotCommand";
53
- export * from "./DetachCertificateFromDistributionCommand";
54
- export * from "./DetachDiskCommand";
55
- export * from "./DetachInstancesFromLoadBalancerCommand";
56
- export * from "./DetachStaticIpCommand";
57
- export * from "./DisableAddOnCommand";
58
- export * from "./DownloadDefaultKeyPairCommand";
59
- export * from "./EnableAddOnCommand";
60
- export * from "./ExportSnapshotCommand";
61
- export * from "./GetActiveNamesCommand";
62
- export * from "./GetAlarmsCommand";
63
- export * from "./GetAutoSnapshotsCommand";
64
- export * from "./GetBlueprintsCommand";
65
- export * from "./GetBucketAccessKeysCommand";
66
- export * from "./GetBucketBundlesCommand";
67
- export * from "./GetBucketMetricDataCommand";
68
- export * from "./GetBucketsCommand";
69
- export * from "./GetBundlesCommand";
70
- export * from "./GetCertificatesCommand";
71
- export * from "./GetCloudFormationStackRecordsCommand";
72
- export * from "./GetContactMethodsCommand";
73
- export * from "./GetContainerAPIMetadataCommand";
74
- export * from "./GetContainerImagesCommand";
75
- export * from "./GetContainerLogCommand";
76
- export * from "./GetContainerServiceDeploymentsCommand";
77
- export * from "./GetContainerServiceMetricDataCommand";
78
- export * from "./GetContainerServicePowersCommand";
79
- export * from "./GetContainerServicesCommand";
80
- export * from "./GetDiskCommand";
81
- export * from "./GetDiskSnapshotCommand";
82
- export * from "./GetDiskSnapshotsCommand";
83
- export * from "./GetDisksCommand";
84
- export * from "./GetDistributionBundlesCommand";
85
- export * from "./GetDistributionLatestCacheResetCommand";
86
- export * from "./GetDistributionMetricDataCommand";
87
- export * from "./GetDistributionsCommand";
88
- export * from "./GetDomainCommand";
89
- export * from "./GetDomainsCommand";
90
- export * from "./GetExportSnapshotRecordsCommand";
91
- export * from "./GetInstanceAccessDetailsCommand";
92
- export * from "./GetInstanceCommand";
93
- export * from "./GetInstanceMetricDataCommand";
94
- export * from "./GetInstancePortStatesCommand";
95
- export * from "./GetInstanceSnapshotCommand";
96
- export * from "./GetInstanceSnapshotsCommand";
97
- export * from "./GetInstanceStateCommand";
98
- export * from "./GetInstancesCommand";
99
- export * from "./GetKeyPairCommand";
100
- export * from "./GetKeyPairsCommand";
101
- export * from "./GetLoadBalancerCommand";
102
- export * from "./GetLoadBalancerMetricDataCommand";
103
- export * from "./GetLoadBalancerTlsCertificatesCommand";
104
- export * from "./GetLoadBalancerTlsPoliciesCommand";
105
- export * from "./GetLoadBalancersCommand";
106
- export * from "./GetOperationCommand";
107
- export * from "./GetOperationsCommand";
108
- export * from "./GetOperationsForResourceCommand";
109
- export * from "./GetRegionsCommand";
110
- export * from "./GetRelationalDatabaseBlueprintsCommand";
111
- export * from "./GetRelationalDatabaseBundlesCommand";
112
- export * from "./GetRelationalDatabaseCommand";
113
- export * from "./GetRelationalDatabaseEventsCommand";
114
- export * from "./GetRelationalDatabaseLogEventsCommand";
115
- export * from "./GetRelationalDatabaseLogStreamsCommand";
116
- export * from "./GetRelationalDatabaseMasterUserPasswordCommand";
117
- export * from "./GetRelationalDatabaseMetricDataCommand";
118
- export * from "./GetRelationalDatabaseParametersCommand";
119
- export * from "./GetRelationalDatabaseSnapshotCommand";
120
- export * from "./GetRelationalDatabaseSnapshotsCommand";
121
- export * from "./GetRelationalDatabasesCommand";
122
- export * from "./GetStaticIpCommand";
123
- export * from "./GetStaticIpsCommand";
124
- export * from "./ImportKeyPairCommand";
125
- export * from "./IsVpcPeeredCommand";
126
- export * from "./OpenInstancePublicPortsCommand";
127
- export * from "./PeerVpcCommand";
128
- export * from "./PutAlarmCommand";
129
- export * from "./PutInstancePublicPortsCommand";
130
- export * from "./RebootInstanceCommand";
131
- export * from "./RebootRelationalDatabaseCommand";
132
- export * from "./RegisterContainerImageCommand";
133
- export * from "./ReleaseStaticIpCommand";
134
- export * from "./ResetDistributionCacheCommand";
135
- export * from "./SendContactMethodVerificationCommand";
136
- export * from "./SetIpAddressTypeCommand";
137
- export * from "./SetResourceAccessForBucketCommand";
138
- export * from "./StartInstanceCommand";
139
- export * from "./StartRelationalDatabaseCommand";
140
- export * from "./StopInstanceCommand";
141
- export * from "./StopRelationalDatabaseCommand";
142
- export * from "./TagResourceCommand";
143
- export * from "./TestAlarmCommand";
144
- export * from "./UnpeerVpcCommand";
145
- export * from "./UntagResourceCommand";
146
- export * from "./UpdateBucketBundleCommand";
147
- export * from "./UpdateBucketCommand";
148
- export * from "./UpdateContainerServiceCommand";
149
- export * from "./UpdateDistributionBundleCommand";
150
- export * from "./UpdateDistributionCommand";
151
- export * from "./UpdateDomainEntryCommand";
152
- export * from "./UpdateLoadBalancerAttributeCommand";
153
- export * from "./UpdateRelationalDatabaseCommand";
154
- export * from "./UpdateRelationalDatabaseParametersCommand";
1
+ export * from "./AllocateStaticIpCommand";
2
+ export * from "./AttachCertificateToDistributionCommand";
3
+ export * from "./AttachDiskCommand";
4
+ export * from "./AttachInstancesToLoadBalancerCommand";
5
+ export * from "./AttachLoadBalancerTlsCertificateCommand";
6
+ export * from "./AttachStaticIpCommand";
7
+ export * from "./CloseInstancePublicPortsCommand";
8
+ export * from "./CopySnapshotCommand";
9
+ export * from "./CreateBucketAccessKeyCommand";
10
+ export * from "./CreateBucketCommand";
11
+ export * from "./CreateCertificateCommand";
12
+ export * from "./CreateCloudFormationStackCommand";
13
+ export * from "./CreateContactMethodCommand";
14
+ export * from "./CreateContainerServiceCommand";
15
+ export * from "./CreateContainerServiceDeploymentCommand";
16
+ export * from "./CreateContainerServiceRegistryLoginCommand";
17
+ export * from "./CreateDiskCommand";
18
+ export * from "./CreateDiskFromSnapshotCommand";
19
+ export * from "./CreateDiskSnapshotCommand";
20
+ export * from "./CreateDistributionCommand";
21
+ export * from "./CreateDomainCommand";
22
+ export * from "./CreateDomainEntryCommand";
23
+ export * from "./CreateInstanceSnapshotCommand";
24
+ export * from "./CreateInstancesCommand";
25
+ export * from "./CreateInstancesFromSnapshotCommand";
26
+ export * from "./CreateKeyPairCommand";
27
+ export * from "./CreateLoadBalancerCommand";
28
+ export * from "./CreateLoadBalancerTlsCertificateCommand";
29
+ export * from "./CreateRelationalDatabaseCommand";
30
+ export * from "./CreateRelationalDatabaseFromSnapshotCommand";
31
+ export * from "./CreateRelationalDatabaseSnapshotCommand";
32
+ export * from "./DeleteAlarmCommand";
33
+ export * from "./DeleteAutoSnapshotCommand";
34
+ export * from "./DeleteBucketAccessKeyCommand";
35
+ export * from "./DeleteBucketCommand";
36
+ export * from "./DeleteCertificateCommand";
37
+ export * from "./DeleteContactMethodCommand";
38
+ export * from "./DeleteContainerImageCommand";
39
+ export * from "./DeleteContainerServiceCommand";
40
+ export * from "./DeleteDiskCommand";
41
+ export * from "./DeleteDiskSnapshotCommand";
42
+ export * from "./DeleteDistributionCommand";
43
+ export * from "./DeleteDomainCommand";
44
+ export * from "./DeleteDomainEntryCommand";
45
+ export * from "./DeleteInstanceCommand";
46
+ export * from "./DeleteInstanceSnapshotCommand";
47
+ export * from "./DeleteKeyPairCommand";
48
+ export * from "./DeleteKnownHostKeysCommand";
49
+ export * from "./DeleteLoadBalancerCommand";
50
+ export * from "./DeleteLoadBalancerTlsCertificateCommand";
51
+ export * from "./DeleteRelationalDatabaseCommand";
52
+ export * from "./DeleteRelationalDatabaseSnapshotCommand";
53
+ export * from "./DetachCertificateFromDistributionCommand";
54
+ export * from "./DetachDiskCommand";
55
+ export * from "./DetachInstancesFromLoadBalancerCommand";
56
+ export * from "./DetachStaticIpCommand";
57
+ export * from "./DisableAddOnCommand";
58
+ export * from "./DownloadDefaultKeyPairCommand";
59
+ export * from "./EnableAddOnCommand";
60
+ export * from "./ExportSnapshotCommand";
61
+ export * from "./GetActiveNamesCommand";
62
+ export * from "./GetAlarmsCommand";
63
+ export * from "./GetAutoSnapshotsCommand";
64
+ export * from "./GetBlueprintsCommand";
65
+ export * from "./GetBucketAccessKeysCommand";
66
+ export * from "./GetBucketBundlesCommand";
67
+ export * from "./GetBucketMetricDataCommand";
68
+ export * from "./GetBucketsCommand";
69
+ export * from "./GetBundlesCommand";
70
+ export * from "./GetCertificatesCommand";
71
+ export * from "./GetCloudFormationStackRecordsCommand";
72
+ export * from "./GetContactMethodsCommand";
73
+ export * from "./GetContainerAPIMetadataCommand";
74
+ export * from "./GetContainerImagesCommand";
75
+ export * from "./GetContainerLogCommand";
76
+ export * from "./GetContainerServiceDeploymentsCommand";
77
+ export * from "./GetContainerServiceMetricDataCommand";
78
+ export * from "./GetContainerServicePowersCommand";
79
+ export * from "./GetContainerServicesCommand";
80
+ export * from "./GetDiskCommand";
81
+ export * from "./GetDiskSnapshotCommand";
82
+ export * from "./GetDiskSnapshotsCommand";
83
+ export * from "./GetDisksCommand";
84
+ export * from "./GetDistributionBundlesCommand";
85
+ export * from "./GetDistributionLatestCacheResetCommand";
86
+ export * from "./GetDistributionMetricDataCommand";
87
+ export * from "./GetDistributionsCommand";
88
+ export * from "./GetDomainCommand";
89
+ export * from "./GetDomainsCommand";
90
+ export * from "./GetExportSnapshotRecordsCommand";
91
+ export * from "./GetInstanceAccessDetailsCommand";
92
+ export * from "./GetInstanceCommand";
93
+ export * from "./GetInstanceMetricDataCommand";
94
+ export * from "./GetInstancePortStatesCommand";
95
+ export * from "./GetInstanceSnapshotCommand";
96
+ export * from "./GetInstanceSnapshotsCommand";
97
+ export * from "./GetInstanceStateCommand";
98
+ export * from "./GetInstancesCommand";
99
+ export * from "./GetKeyPairCommand";
100
+ export * from "./GetKeyPairsCommand";
101
+ export * from "./GetLoadBalancerCommand";
102
+ export * from "./GetLoadBalancerMetricDataCommand";
103
+ export * from "./GetLoadBalancerTlsCertificatesCommand";
104
+ export * from "./GetLoadBalancerTlsPoliciesCommand";
105
+ export * from "./GetLoadBalancersCommand";
106
+ export * from "./GetOperationCommand";
107
+ export * from "./GetOperationsCommand";
108
+ export * from "./GetOperationsForResourceCommand";
109
+ export * from "./GetRegionsCommand";
110
+ export * from "./GetRelationalDatabaseBlueprintsCommand";
111
+ export * from "./GetRelationalDatabaseBundlesCommand";
112
+ export * from "./GetRelationalDatabaseCommand";
113
+ export * from "./GetRelationalDatabaseEventsCommand";
114
+ export * from "./GetRelationalDatabaseLogEventsCommand";
115
+ export * from "./GetRelationalDatabaseLogStreamsCommand";
116
+ export * from "./GetRelationalDatabaseMasterUserPasswordCommand";
117
+ export * from "./GetRelationalDatabaseMetricDataCommand";
118
+ export * from "./GetRelationalDatabaseParametersCommand";
119
+ export * from "./GetRelationalDatabaseSnapshotCommand";
120
+ export * from "./GetRelationalDatabaseSnapshotsCommand";
121
+ export * from "./GetRelationalDatabasesCommand";
122
+ export * from "./GetStaticIpCommand";
123
+ export * from "./GetStaticIpsCommand";
124
+ export * from "./ImportKeyPairCommand";
125
+ export * from "./IsVpcPeeredCommand";
126
+ export * from "./OpenInstancePublicPortsCommand";
127
+ export * from "./PeerVpcCommand";
128
+ export * from "./PutAlarmCommand";
129
+ export * from "./PutInstancePublicPortsCommand";
130
+ export * from "./RebootInstanceCommand";
131
+ export * from "./RebootRelationalDatabaseCommand";
132
+ export * from "./RegisterContainerImageCommand";
133
+ export * from "./ReleaseStaticIpCommand";
134
+ export * from "./ResetDistributionCacheCommand";
135
+ export * from "./SendContactMethodVerificationCommand";
136
+ export * from "./SetIpAddressTypeCommand";
137
+ export * from "./SetResourceAccessForBucketCommand";
138
+ export * from "./StartInstanceCommand";
139
+ export * from "./StartRelationalDatabaseCommand";
140
+ export * from "./StopInstanceCommand";
141
+ export * from "./StopRelationalDatabaseCommand";
142
+ export * from "./TagResourceCommand";
143
+ export * from "./TestAlarmCommand";
144
+ export * from "./UnpeerVpcCommand";
145
+ export * from "./UntagResourceCommand";
146
+ export * from "./UpdateBucketBundleCommand";
147
+ export * from "./UpdateBucketCommand";
148
+ export * from "./UpdateContainerServiceCommand";
149
+ export * from "./UpdateDistributionBundleCommand";
150
+ export * from "./UpdateDistributionCommand";
151
+ export * from "./UpdateDomainEntryCommand";
152
+ export * from "./UpdateLoadBalancerAttributeCommand";
153
+ export * from "./UpdateRelationalDatabaseCommand";
154
+ export * from "./UpdateRelationalDatabaseParametersCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +1,5 @@
1
- export * from "./Lightsail";
2
- export * from "./LightsailClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export { LightsailServiceException } from "./models/LightsailServiceException";
1
+ export * from "./Lightsail";
2
+ export * from "./LightsailClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export { LightsailServiceException } from "./models/LightsailServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class LightsailServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class LightsailServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1,2 +1,2 @@
1
- export * from "./models_0";
2
- export * from "./models_1";
1
+ export * from "./models_0";
2
+ export * from "./models_1";