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