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