@aws-sdk/client-lightsail 3.1019.0 → 3.1021.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/Lightsail.js +16 -16
- package/dist-types/Lightsail.d.ts +161 -161
- package/dist-types/LightsailClient.d.ts +164 -164
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/ts3.4/LightsailClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +4 -4
- package/package.json +14 -14
package/dist-es/Lightsail.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { AllocateStaticIpCommand, } from "./commands/AllocateStaticIpCommand";
|
|
3
3
|
import { AttachCertificateToDistributionCommand, } from "./commands/AttachCertificateToDistributionCommand";
|
|
4
|
-
import { AttachDiskCommand } from "./commands/AttachDiskCommand";
|
|
4
|
+
import { AttachDiskCommand, } from "./commands/AttachDiskCommand";
|
|
5
5
|
import { AttachInstancesToLoadBalancerCommand, } from "./commands/AttachInstancesToLoadBalancerCommand";
|
|
6
6
|
import { AttachLoadBalancerTlsCertificateCommand, } from "./commands/AttachLoadBalancerTlsCertificateCommand";
|
|
7
7
|
import { AttachStaticIpCommand, } from "./commands/AttachStaticIpCommand";
|
|
@@ -15,7 +15,7 @@ import { CreateContactMethodCommand, } from "./commands/CreateContactMethodComma
|
|
|
15
15
|
import { CreateContainerServiceCommand, } from "./commands/CreateContainerServiceCommand";
|
|
16
16
|
import { CreateContainerServiceDeploymentCommand, } from "./commands/CreateContainerServiceDeploymentCommand";
|
|
17
17
|
import { CreateContainerServiceRegistryLoginCommand, } from "./commands/CreateContainerServiceRegistryLoginCommand";
|
|
18
|
-
import { CreateDiskCommand } from "./commands/CreateDiskCommand";
|
|
18
|
+
import { CreateDiskCommand, } from "./commands/CreateDiskCommand";
|
|
19
19
|
import { CreateDiskFromSnapshotCommand, } from "./commands/CreateDiskFromSnapshotCommand";
|
|
20
20
|
import { CreateDiskSnapshotCommand, } from "./commands/CreateDiskSnapshotCommand";
|
|
21
21
|
import { CreateDistributionCommand, } from "./commands/CreateDistributionCommand";
|
|
@@ -31,7 +31,7 @@ import { CreateLoadBalancerTlsCertificateCommand, } from "./commands/CreateLoadB
|
|
|
31
31
|
import { CreateRelationalDatabaseCommand, } from "./commands/CreateRelationalDatabaseCommand";
|
|
32
32
|
import { CreateRelationalDatabaseFromSnapshotCommand, } from "./commands/CreateRelationalDatabaseFromSnapshotCommand";
|
|
33
33
|
import { CreateRelationalDatabaseSnapshotCommand, } from "./commands/CreateRelationalDatabaseSnapshotCommand";
|
|
34
|
-
import { DeleteAlarmCommand } from "./commands/DeleteAlarmCommand";
|
|
34
|
+
import { DeleteAlarmCommand, } from "./commands/DeleteAlarmCommand";
|
|
35
35
|
import { DeleteAutoSnapshotCommand, } from "./commands/DeleteAutoSnapshotCommand";
|
|
36
36
|
import { DeleteBucketAccessKeyCommand, } from "./commands/DeleteBucketAccessKeyCommand";
|
|
37
37
|
import { DeleteBucketCommand, } from "./commands/DeleteBucketCommand";
|
|
@@ -39,7 +39,7 @@ import { DeleteCertificateCommand, } from "./commands/DeleteCertificateCommand";
|
|
|
39
39
|
import { DeleteContactMethodCommand, } from "./commands/DeleteContactMethodCommand";
|
|
40
40
|
import { DeleteContainerImageCommand, } from "./commands/DeleteContainerImageCommand";
|
|
41
41
|
import { DeleteContainerServiceCommand, } from "./commands/DeleteContainerServiceCommand";
|
|
42
|
-
import { DeleteDiskCommand } from "./commands/DeleteDiskCommand";
|
|
42
|
+
import { DeleteDiskCommand, } from "./commands/DeleteDiskCommand";
|
|
43
43
|
import { DeleteDiskSnapshotCommand, } from "./commands/DeleteDiskSnapshotCommand";
|
|
44
44
|
import { DeleteDistributionCommand, } from "./commands/DeleteDistributionCommand";
|
|
45
45
|
import { DeleteDomainCommand, } from "./commands/DeleteDomainCommand";
|
|
@@ -53,12 +53,12 @@ import { DeleteLoadBalancerTlsCertificateCommand, } from "./commands/DeleteLoadB
|
|
|
53
53
|
import { DeleteRelationalDatabaseCommand, } from "./commands/DeleteRelationalDatabaseCommand";
|
|
54
54
|
import { DeleteRelationalDatabaseSnapshotCommand, } from "./commands/DeleteRelationalDatabaseSnapshotCommand";
|
|
55
55
|
import { DetachCertificateFromDistributionCommand, } from "./commands/DetachCertificateFromDistributionCommand";
|
|
56
|
-
import { DetachDiskCommand } from "./commands/DetachDiskCommand";
|
|
56
|
+
import { DetachDiskCommand, } from "./commands/DetachDiskCommand";
|
|
57
57
|
import { DetachInstancesFromLoadBalancerCommand, } from "./commands/DetachInstancesFromLoadBalancerCommand";
|
|
58
58
|
import { DetachStaticIpCommand, } from "./commands/DetachStaticIpCommand";
|
|
59
59
|
import { DisableAddOnCommand, } from "./commands/DisableAddOnCommand";
|
|
60
60
|
import { DownloadDefaultKeyPairCommand, } from "./commands/DownloadDefaultKeyPairCommand";
|
|
61
|
-
import { EnableAddOnCommand } from "./commands/EnableAddOnCommand";
|
|
61
|
+
import { EnableAddOnCommand, } from "./commands/EnableAddOnCommand";
|
|
62
62
|
import { ExportSnapshotCommand, } from "./commands/ExportSnapshotCommand";
|
|
63
63
|
import { GetActiveNamesCommand, } from "./commands/GetActiveNamesCommand";
|
|
64
64
|
import { GetAlarmsCommand } from "./commands/GetAlarmsCommand";
|
|
@@ -67,8 +67,8 @@ import { GetBlueprintsCommand, } from "./commands/GetBlueprintsCommand";
|
|
|
67
67
|
import { GetBucketAccessKeysCommand, } from "./commands/GetBucketAccessKeysCommand";
|
|
68
68
|
import { GetBucketBundlesCommand, } from "./commands/GetBucketBundlesCommand";
|
|
69
69
|
import { GetBucketMetricDataCommand, } from "./commands/GetBucketMetricDataCommand";
|
|
70
|
-
import { GetBucketsCommand } from "./commands/GetBucketsCommand";
|
|
71
|
-
import { GetBundlesCommand } from "./commands/GetBundlesCommand";
|
|
70
|
+
import { GetBucketsCommand, } from "./commands/GetBucketsCommand";
|
|
71
|
+
import { GetBundlesCommand, } from "./commands/GetBundlesCommand";
|
|
72
72
|
import { GetCertificatesCommand, } from "./commands/GetCertificatesCommand";
|
|
73
73
|
import { GetCloudFormationStackRecordsCommand, } from "./commands/GetCloudFormationStackRecordsCommand";
|
|
74
74
|
import { GetContactMethodsCommand, } from "./commands/GetContactMethodsCommand";
|
|
@@ -89,18 +89,18 @@ import { GetDistributionLatestCacheResetCommand, } from "./commands/GetDistribut
|
|
|
89
89
|
import { GetDistributionMetricDataCommand, } from "./commands/GetDistributionMetricDataCommand";
|
|
90
90
|
import { GetDistributionsCommand, } from "./commands/GetDistributionsCommand";
|
|
91
91
|
import { GetDomainCommand } from "./commands/GetDomainCommand";
|
|
92
|
-
import { GetDomainsCommand } from "./commands/GetDomainsCommand";
|
|
92
|
+
import { GetDomainsCommand, } from "./commands/GetDomainsCommand";
|
|
93
93
|
import { GetExportSnapshotRecordsCommand, } from "./commands/GetExportSnapshotRecordsCommand";
|
|
94
94
|
import { GetInstanceAccessDetailsCommand, } from "./commands/GetInstanceAccessDetailsCommand";
|
|
95
|
-
import { GetInstanceCommand } from "./commands/GetInstanceCommand";
|
|
95
|
+
import { GetInstanceCommand, } from "./commands/GetInstanceCommand";
|
|
96
96
|
import { GetInstanceMetricDataCommand, } from "./commands/GetInstanceMetricDataCommand";
|
|
97
97
|
import { GetInstancePortStatesCommand, } from "./commands/GetInstancePortStatesCommand";
|
|
98
98
|
import { GetInstancesCommand, } from "./commands/GetInstancesCommand";
|
|
99
99
|
import { GetInstanceSnapshotCommand, } from "./commands/GetInstanceSnapshotCommand";
|
|
100
100
|
import { GetInstanceSnapshotsCommand, } from "./commands/GetInstanceSnapshotsCommand";
|
|
101
101
|
import { GetInstanceStateCommand, } from "./commands/GetInstanceStateCommand";
|
|
102
|
-
import { GetKeyPairCommand } from "./commands/GetKeyPairCommand";
|
|
103
|
-
import { GetKeyPairsCommand } from "./commands/GetKeyPairsCommand";
|
|
102
|
+
import { GetKeyPairCommand, } from "./commands/GetKeyPairCommand";
|
|
103
|
+
import { GetKeyPairsCommand, } from "./commands/GetKeyPairsCommand";
|
|
104
104
|
import { GetLoadBalancerCommand, } from "./commands/GetLoadBalancerCommand";
|
|
105
105
|
import { GetLoadBalancerMetricDataCommand, } from "./commands/GetLoadBalancerMetricDataCommand";
|
|
106
106
|
import { GetLoadBalancersCommand, } from "./commands/GetLoadBalancersCommand";
|
|
@@ -109,7 +109,7 @@ import { GetLoadBalancerTlsPoliciesCommand, } from "./commands/GetLoadBalancerTl
|
|
|
109
109
|
import { GetOperationCommand, } from "./commands/GetOperationCommand";
|
|
110
110
|
import { GetOperationsCommand, } from "./commands/GetOperationsCommand";
|
|
111
111
|
import { GetOperationsForResourceCommand, } from "./commands/GetOperationsForResourceCommand";
|
|
112
|
-
import { GetRegionsCommand } from "./commands/GetRegionsCommand";
|
|
112
|
+
import { GetRegionsCommand, } from "./commands/GetRegionsCommand";
|
|
113
113
|
import { GetRelationalDatabaseBlueprintsCommand, } from "./commands/GetRelationalDatabaseBlueprintsCommand";
|
|
114
114
|
import { GetRelationalDatabaseBundlesCommand, } from "./commands/GetRelationalDatabaseBundlesCommand";
|
|
115
115
|
import { GetRelationalDatabaseCommand, } from "./commands/GetRelationalDatabaseCommand";
|
|
@@ -123,10 +123,10 @@ import { GetRelationalDatabasesCommand, } from "./commands/GetRelationalDatabase
|
|
|
123
123
|
import { GetRelationalDatabaseSnapshotCommand, } from "./commands/GetRelationalDatabaseSnapshotCommand";
|
|
124
124
|
import { GetRelationalDatabaseSnapshotsCommand, } from "./commands/GetRelationalDatabaseSnapshotsCommand";
|
|
125
125
|
import { GetSetupHistoryCommand, } from "./commands/GetSetupHistoryCommand";
|
|
126
|
-
import { GetStaticIpCommand } from "./commands/GetStaticIpCommand";
|
|
126
|
+
import { GetStaticIpCommand, } from "./commands/GetStaticIpCommand";
|
|
127
127
|
import { GetStaticIpsCommand, } from "./commands/GetStaticIpsCommand";
|
|
128
128
|
import { ImportKeyPairCommand, } from "./commands/ImportKeyPairCommand";
|
|
129
|
-
import { IsVpcPeeredCommand } from "./commands/IsVpcPeeredCommand";
|
|
129
|
+
import { IsVpcPeeredCommand, } from "./commands/IsVpcPeeredCommand";
|
|
130
130
|
import { OpenInstancePublicPortsCommand, } from "./commands/OpenInstancePublicPortsCommand";
|
|
131
131
|
import { PeerVpcCommand } from "./commands/PeerVpcCommand";
|
|
132
132
|
import { PutAlarmCommand } from "./commands/PutAlarmCommand";
|
|
@@ -146,7 +146,7 @@ import { StartRelationalDatabaseCommand, } from "./commands/StartRelationalDatab
|
|
|
146
146
|
import { StopGUISessionCommand, } from "./commands/StopGUISessionCommand";
|
|
147
147
|
import { StopInstanceCommand, } from "./commands/StopInstanceCommand";
|
|
148
148
|
import { StopRelationalDatabaseCommand, } from "./commands/StopRelationalDatabaseCommand";
|
|
149
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
149
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
150
150
|
import { TestAlarmCommand } from "./commands/TestAlarmCommand";
|
|
151
151
|
import { UnpeerVpcCommand } from "./commands/UnpeerVpcCommand";
|
|
152
152
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
@@ -1,165 +1,165 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
-
import { AllocateStaticIpCommandInput, AllocateStaticIpCommandOutput } from "./commands/AllocateStaticIpCommand";
|
|
3
|
-
import { AttachCertificateToDistributionCommandInput, AttachCertificateToDistributionCommandOutput } from "./commands/AttachCertificateToDistributionCommand";
|
|
4
|
-
import { AttachDiskCommandInput, AttachDiskCommandOutput } from "./commands/AttachDiskCommand";
|
|
5
|
-
import { AttachInstancesToLoadBalancerCommandInput, AttachInstancesToLoadBalancerCommandOutput } from "./commands/AttachInstancesToLoadBalancerCommand";
|
|
6
|
-
import { AttachLoadBalancerTlsCertificateCommandInput, AttachLoadBalancerTlsCertificateCommandOutput } from "./commands/AttachLoadBalancerTlsCertificateCommand";
|
|
7
|
-
import { AttachStaticIpCommandInput, AttachStaticIpCommandOutput } from "./commands/AttachStaticIpCommand";
|
|
8
|
-
import { CloseInstancePublicPortsCommandInput, CloseInstancePublicPortsCommandOutput } from "./commands/CloseInstancePublicPortsCommand";
|
|
9
|
-
import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "./commands/CopySnapshotCommand";
|
|
10
|
-
import { CreateBucketAccessKeyCommandInput, CreateBucketAccessKeyCommandOutput } from "./commands/CreateBucketAccessKeyCommand";
|
|
11
|
-
import { CreateBucketCommandInput, CreateBucketCommandOutput } from "./commands/CreateBucketCommand";
|
|
12
|
-
import { CreateCertificateCommandInput, CreateCertificateCommandOutput } from "./commands/CreateCertificateCommand";
|
|
13
|
-
import { CreateCloudFormationStackCommandInput, CreateCloudFormationStackCommandOutput } from "./commands/CreateCloudFormationStackCommand";
|
|
14
|
-
import { CreateContactMethodCommandInput, CreateContactMethodCommandOutput } from "./commands/CreateContactMethodCommand";
|
|
15
|
-
import { CreateContainerServiceCommandInput, CreateContainerServiceCommandOutput } from "./commands/CreateContainerServiceCommand";
|
|
16
|
-
import { CreateContainerServiceDeploymentCommandInput, CreateContainerServiceDeploymentCommandOutput } from "./commands/CreateContainerServiceDeploymentCommand";
|
|
17
|
-
import { CreateContainerServiceRegistryLoginCommandInput, CreateContainerServiceRegistryLoginCommandOutput } from "./commands/CreateContainerServiceRegistryLoginCommand";
|
|
18
|
-
import { CreateDiskCommandInput, CreateDiskCommandOutput } from "./commands/CreateDiskCommand";
|
|
19
|
-
import { CreateDiskFromSnapshotCommandInput, CreateDiskFromSnapshotCommandOutput } from "./commands/CreateDiskFromSnapshotCommand";
|
|
20
|
-
import { CreateDiskSnapshotCommandInput, CreateDiskSnapshotCommandOutput } from "./commands/CreateDiskSnapshotCommand";
|
|
21
|
-
import { CreateDistributionCommandInput, CreateDistributionCommandOutput } from "./commands/CreateDistributionCommand";
|
|
22
|
-
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
23
|
-
import { CreateDomainEntryCommandInput, CreateDomainEntryCommandOutput } from "./commands/CreateDomainEntryCommand";
|
|
24
|
-
import { CreateGUISessionAccessDetailsCommandInput, CreateGUISessionAccessDetailsCommandOutput } from "./commands/CreateGUISessionAccessDetailsCommand";
|
|
25
|
-
import { CreateInstancesCommandInput, CreateInstancesCommandOutput } from "./commands/CreateInstancesCommand";
|
|
26
|
-
import { CreateInstancesFromSnapshotCommandInput, CreateInstancesFromSnapshotCommandOutput } from "./commands/CreateInstancesFromSnapshotCommand";
|
|
27
|
-
import { CreateInstanceSnapshotCommandInput, CreateInstanceSnapshotCommandOutput } from "./commands/CreateInstanceSnapshotCommand";
|
|
28
|
-
import { CreateKeyPairCommandInput, CreateKeyPairCommandOutput } from "./commands/CreateKeyPairCommand";
|
|
29
|
-
import { CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput } from "./commands/CreateLoadBalancerCommand";
|
|
30
|
-
import { CreateLoadBalancerTlsCertificateCommandInput, CreateLoadBalancerTlsCertificateCommandOutput } from "./commands/CreateLoadBalancerTlsCertificateCommand";
|
|
31
|
-
import { CreateRelationalDatabaseCommandInput, CreateRelationalDatabaseCommandOutput } from "./commands/CreateRelationalDatabaseCommand";
|
|
32
|
-
import { CreateRelationalDatabaseFromSnapshotCommandInput, CreateRelationalDatabaseFromSnapshotCommandOutput } from "./commands/CreateRelationalDatabaseFromSnapshotCommand";
|
|
33
|
-
import { CreateRelationalDatabaseSnapshotCommandInput, CreateRelationalDatabaseSnapshotCommandOutput } from "./commands/CreateRelationalDatabaseSnapshotCommand";
|
|
34
|
-
import { DeleteAlarmCommandInput, DeleteAlarmCommandOutput } from "./commands/DeleteAlarmCommand";
|
|
35
|
-
import { DeleteAutoSnapshotCommandInput, DeleteAutoSnapshotCommandOutput } from "./commands/DeleteAutoSnapshotCommand";
|
|
36
|
-
import { DeleteBucketAccessKeyCommandInput, DeleteBucketAccessKeyCommandOutput } from "./commands/DeleteBucketAccessKeyCommand";
|
|
37
|
-
import { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "./commands/DeleteBucketCommand";
|
|
38
|
-
import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "./commands/DeleteCertificateCommand";
|
|
39
|
-
import { DeleteContactMethodCommandInput, DeleteContactMethodCommandOutput } from "./commands/DeleteContactMethodCommand";
|
|
40
|
-
import { DeleteContainerImageCommandInput, DeleteContainerImageCommandOutput } from "./commands/DeleteContainerImageCommand";
|
|
41
|
-
import { DeleteContainerServiceCommandInput, DeleteContainerServiceCommandOutput } from "./commands/DeleteContainerServiceCommand";
|
|
42
|
-
import { DeleteDiskCommandInput, DeleteDiskCommandOutput } from "./commands/DeleteDiskCommand";
|
|
43
|
-
import { DeleteDiskSnapshotCommandInput, DeleteDiskSnapshotCommandOutput } from "./commands/DeleteDiskSnapshotCommand";
|
|
44
|
-
import { DeleteDistributionCommandInput, DeleteDistributionCommandOutput } from "./commands/DeleteDistributionCommand";
|
|
45
|
-
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
46
|
-
import { DeleteDomainEntryCommandInput, DeleteDomainEntryCommandOutput } from "./commands/DeleteDomainEntryCommand";
|
|
47
|
-
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
|
|
48
|
-
import { DeleteInstanceSnapshotCommandInput, DeleteInstanceSnapshotCommandOutput } from "./commands/DeleteInstanceSnapshotCommand";
|
|
49
|
-
import { DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput } from "./commands/DeleteKeyPairCommand";
|
|
50
|
-
import { DeleteKnownHostKeysCommandInput, DeleteKnownHostKeysCommandOutput } from "./commands/DeleteKnownHostKeysCommand";
|
|
51
|
-
import { DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput } from "./commands/DeleteLoadBalancerCommand";
|
|
52
|
-
import { DeleteLoadBalancerTlsCertificateCommandInput, DeleteLoadBalancerTlsCertificateCommandOutput } from "./commands/DeleteLoadBalancerTlsCertificateCommand";
|
|
53
|
-
import { DeleteRelationalDatabaseCommandInput, DeleteRelationalDatabaseCommandOutput } from "./commands/DeleteRelationalDatabaseCommand";
|
|
54
|
-
import { DeleteRelationalDatabaseSnapshotCommandInput, DeleteRelationalDatabaseSnapshotCommandOutput } from "./commands/DeleteRelationalDatabaseSnapshotCommand";
|
|
55
|
-
import { DetachCertificateFromDistributionCommandInput, DetachCertificateFromDistributionCommandOutput } from "./commands/DetachCertificateFromDistributionCommand";
|
|
56
|
-
import { DetachDiskCommandInput, DetachDiskCommandOutput } from "./commands/DetachDiskCommand";
|
|
57
|
-
import { DetachInstancesFromLoadBalancerCommandInput, DetachInstancesFromLoadBalancerCommandOutput } from "./commands/DetachInstancesFromLoadBalancerCommand";
|
|
58
|
-
import { DetachStaticIpCommandInput, DetachStaticIpCommandOutput } from "./commands/DetachStaticIpCommand";
|
|
59
|
-
import { DisableAddOnCommandInput, DisableAddOnCommandOutput } from "./commands/DisableAddOnCommand";
|
|
60
|
-
import { DownloadDefaultKeyPairCommandInput, DownloadDefaultKeyPairCommandOutput } from "./commands/DownloadDefaultKeyPairCommand";
|
|
61
|
-
import { EnableAddOnCommandInput, EnableAddOnCommandOutput } from "./commands/EnableAddOnCommand";
|
|
62
|
-
import { ExportSnapshotCommandInput, ExportSnapshotCommandOutput } from "./commands/ExportSnapshotCommand";
|
|
63
|
-
import { GetActiveNamesCommandInput, GetActiveNamesCommandOutput } from "./commands/GetActiveNamesCommand";
|
|
64
|
-
import { GetAlarmsCommandInput, GetAlarmsCommandOutput } from "./commands/GetAlarmsCommand";
|
|
65
|
-
import { GetAutoSnapshotsCommandInput, GetAutoSnapshotsCommandOutput } from "./commands/GetAutoSnapshotsCommand";
|
|
66
|
-
import { GetBlueprintsCommandInput, GetBlueprintsCommandOutput } from "./commands/GetBlueprintsCommand";
|
|
67
|
-
import { GetBucketAccessKeysCommandInput, GetBucketAccessKeysCommandOutput } from "./commands/GetBucketAccessKeysCommand";
|
|
68
|
-
import { GetBucketBundlesCommandInput, GetBucketBundlesCommandOutput } from "./commands/GetBucketBundlesCommand";
|
|
69
|
-
import { GetBucketMetricDataCommandInput, GetBucketMetricDataCommandOutput } from "./commands/GetBucketMetricDataCommand";
|
|
70
|
-
import { GetBucketsCommandInput, GetBucketsCommandOutput } from "./commands/GetBucketsCommand";
|
|
71
|
-
import { GetBundlesCommandInput, GetBundlesCommandOutput } from "./commands/GetBundlesCommand";
|
|
72
|
-
import { GetCertificatesCommandInput, GetCertificatesCommandOutput } from "./commands/GetCertificatesCommand";
|
|
73
|
-
import { GetCloudFormationStackRecordsCommandInput, GetCloudFormationStackRecordsCommandOutput } from "./commands/GetCloudFormationStackRecordsCommand";
|
|
74
|
-
import { GetContactMethodsCommandInput, GetContactMethodsCommandOutput } from "./commands/GetContactMethodsCommand";
|
|
75
|
-
import { GetContainerAPIMetadataCommandInput, GetContainerAPIMetadataCommandOutput } from "./commands/GetContainerAPIMetadataCommand";
|
|
76
|
-
import { GetContainerImagesCommandInput, GetContainerImagesCommandOutput } from "./commands/GetContainerImagesCommand";
|
|
77
|
-
import { GetContainerLogCommandInput, GetContainerLogCommandOutput } from "./commands/GetContainerLogCommand";
|
|
78
|
-
import { GetContainerServiceDeploymentsCommandInput, GetContainerServiceDeploymentsCommandOutput } from "./commands/GetContainerServiceDeploymentsCommand";
|
|
79
|
-
import { GetContainerServiceMetricDataCommandInput, GetContainerServiceMetricDataCommandOutput } from "./commands/GetContainerServiceMetricDataCommand";
|
|
80
|
-
import { GetContainerServicePowersCommandInput, GetContainerServicePowersCommandOutput } from "./commands/GetContainerServicePowersCommand";
|
|
81
|
-
import { GetContainerServicesCommandInput, GetContainerServicesCommandOutput } from "./commands/GetContainerServicesCommand";
|
|
82
|
-
import { GetCostEstimateCommandInput, GetCostEstimateCommandOutput } from "./commands/GetCostEstimateCommand";
|
|
83
|
-
import { GetDiskCommandInput, GetDiskCommandOutput } from "./commands/GetDiskCommand";
|
|
84
|
-
import { GetDisksCommandInput, GetDisksCommandOutput } from "./commands/GetDisksCommand";
|
|
85
|
-
import { GetDiskSnapshotCommandInput, GetDiskSnapshotCommandOutput } from "./commands/GetDiskSnapshotCommand";
|
|
86
|
-
import { GetDiskSnapshotsCommandInput, GetDiskSnapshotsCommandOutput } from "./commands/GetDiskSnapshotsCommand";
|
|
87
|
-
import { GetDistributionBundlesCommandInput, GetDistributionBundlesCommandOutput } from "./commands/GetDistributionBundlesCommand";
|
|
88
|
-
import { GetDistributionLatestCacheResetCommandInput, GetDistributionLatestCacheResetCommandOutput } from "./commands/GetDistributionLatestCacheResetCommand";
|
|
89
|
-
import { GetDistributionMetricDataCommandInput, GetDistributionMetricDataCommandOutput } from "./commands/GetDistributionMetricDataCommand";
|
|
90
|
-
import { GetDistributionsCommandInput, GetDistributionsCommandOutput } from "./commands/GetDistributionsCommand";
|
|
91
|
-
import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
92
|
-
import { GetDomainsCommandInput, GetDomainsCommandOutput } from "./commands/GetDomainsCommand";
|
|
93
|
-
import { GetExportSnapshotRecordsCommandInput, GetExportSnapshotRecordsCommandOutput } from "./commands/GetExportSnapshotRecordsCommand";
|
|
94
|
-
import { GetInstanceAccessDetailsCommandInput, GetInstanceAccessDetailsCommandOutput } from "./commands/GetInstanceAccessDetailsCommand";
|
|
95
|
-
import { GetInstanceCommandInput, GetInstanceCommandOutput } from "./commands/GetInstanceCommand";
|
|
96
|
-
import { GetInstanceMetricDataCommandInput, GetInstanceMetricDataCommandOutput } from "./commands/GetInstanceMetricDataCommand";
|
|
97
|
-
import { GetInstancePortStatesCommandInput, GetInstancePortStatesCommandOutput } from "./commands/GetInstancePortStatesCommand";
|
|
98
|
-
import { GetInstancesCommandInput, GetInstancesCommandOutput } from "./commands/GetInstancesCommand";
|
|
99
|
-
import { GetInstanceSnapshotCommandInput, GetInstanceSnapshotCommandOutput } from "./commands/GetInstanceSnapshotCommand";
|
|
100
|
-
import { GetInstanceSnapshotsCommandInput, GetInstanceSnapshotsCommandOutput } from "./commands/GetInstanceSnapshotsCommand";
|
|
101
|
-
import { GetInstanceStateCommandInput, GetInstanceStateCommandOutput } from "./commands/GetInstanceStateCommand";
|
|
102
|
-
import { GetKeyPairCommandInput, GetKeyPairCommandOutput } from "./commands/GetKeyPairCommand";
|
|
103
|
-
import { GetKeyPairsCommandInput, GetKeyPairsCommandOutput } from "./commands/GetKeyPairsCommand";
|
|
104
|
-
import { GetLoadBalancerCommandInput, GetLoadBalancerCommandOutput } from "./commands/GetLoadBalancerCommand";
|
|
105
|
-
import { GetLoadBalancerMetricDataCommandInput, GetLoadBalancerMetricDataCommandOutput } from "./commands/GetLoadBalancerMetricDataCommand";
|
|
106
|
-
import { GetLoadBalancersCommandInput, GetLoadBalancersCommandOutput } from "./commands/GetLoadBalancersCommand";
|
|
107
|
-
import { GetLoadBalancerTlsCertificatesCommandInput, GetLoadBalancerTlsCertificatesCommandOutput } from "./commands/GetLoadBalancerTlsCertificatesCommand";
|
|
108
|
-
import { GetLoadBalancerTlsPoliciesCommandInput, GetLoadBalancerTlsPoliciesCommandOutput } from "./commands/GetLoadBalancerTlsPoliciesCommand";
|
|
109
|
-
import { GetOperationCommandInput, GetOperationCommandOutput } from "./commands/GetOperationCommand";
|
|
110
|
-
import { GetOperationsCommandInput, GetOperationsCommandOutput } from "./commands/GetOperationsCommand";
|
|
111
|
-
import { GetOperationsForResourceCommandInput, GetOperationsForResourceCommandOutput } from "./commands/GetOperationsForResourceCommand";
|
|
112
|
-
import { GetRegionsCommandInput, GetRegionsCommandOutput } from "./commands/GetRegionsCommand";
|
|
113
|
-
import { GetRelationalDatabaseBlueprintsCommandInput, GetRelationalDatabaseBlueprintsCommandOutput } from "./commands/GetRelationalDatabaseBlueprintsCommand";
|
|
114
|
-
import { GetRelationalDatabaseBundlesCommandInput, GetRelationalDatabaseBundlesCommandOutput } from "./commands/GetRelationalDatabaseBundlesCommand";
|
|
115
|
-
import { GetRelationalDatabaseCommandInput, GetRelationalDatabaseCommandOutput } from "./commands/GetRelationalDatabaseCommand";
|
|
116
|
-
import { GetRelationalDatabaseEventsCommandInput, GetRelationalDatabaseEventsCommandOutput } from "./commands/GetRelationalDatabaseEventsCommand";
|
|
117
|
-
import { GetRelationalDatabaseLogEventsCommandInput, GetRelationalDatabaseLogEventsCommandOutput } from "./commands/GetRelationalDatabaseLogEventsCommand";
|
|
118
|
-
import { GetRelationalDatabaseLogStreamsCommandInput, GetRelationalDatabaseLogStreamsCommandOutput } from "./commands/GetRelationalDatabaseLogStreamsCommand";
|
|
119
|
-
import { GetRelationalDatabaseMasterUserPasswordCommandInput, GetRelationalDatabaseMasterUserPasswordCommandOutput } from "./commands/GetRelationalDatabaseMasterUserPasswordCommand";
|
|
120
|
-
import { GetRelationalDatabaseMetricDataCommandInput, GetRelationalDatabaseMetricDataCommandOutput } from "./commands/GetRelationalDatabaseMetricDataCommand";
|
|
121
|
-
import { GetRelationalDatabaseParametersCommandInput, GetRelationalDatabaseParametersCommandOutput } from "./commands/GetRelationalDatabaseParametersCommand";
|
|
122
|
-
import { GetRelationalDatabasesCommandInput, GetRelationalDatabasesCommandOutput } from "./commands/GetRelationalDatabasesCommand";
|
|
123
|
-
import { GetRelationalDatabaseSnapshotCommandInput, GetRelationalDatabaseSnapshotCommandOutput } from "./commands/GetRelationalDatabaseSnapshotCommand";
|
|
124
|
-
import { GetRelationalDatabaseSnapshotsCommandInput, GetRelationalDatabaseSnapshotsCommandOutput } from "./commands/GetRelationalDatabaseSnapshotsCommand";
|
|
125
|
-
import { GetSetupHistoryCommandInput, GetSetupHistoryCommandOutput } from "./commands/GetSetupHistoryCommand";
|
|
126
|
-
import { GetStaticIpCommandInput, GetStaticIpCommandOutput } from "./commands/GetStaticIpCommand";
|
|
127
|
-
import { GetStaticIpsCommandInput, GetStaticIpsCommandOutput } from "./commands/GetStaticIpsCommand";
|
|
128
|
-
import { ImportKeyPairCommandInput, ImportKeyPairCommandOutput } from "./commands/ImportKeyPairCommand";
|
|
129
|
-
import { IsVpcPeeredCommandInput, IsVpcPeeredCommandOutput } from "./commands/IsVpcPeeredCommand";
|
|
130
|
-
import { OpenInstancePublicPortsCommandInput, OpenInstancePublicPortsCommandOutput } from "./commands/OpenInstancePublicPortsCommand";
|
|
131
|
-
import { PeerVpcCommandInput, PeerVpcCommandOutput } from "./commands/PeerVpcCommand";
|
|
132
|
-
import { PutAlarmCommandInput, PutAlarmCommandOutput } from "./commands/PutAlarmCommand";
|
|
133
|
-
import { PutInstancePublicPortsCommandInput, PutInstancePublicPortsCommandOutput } from "./commands/PutInstancePublicPortsCommand";
|
|
134
|
-
import { RebootInstanceCommandInput, RebootInstanceCommandOutput } from "./commands/RebootInstanceCommand";
|
|
135
|
-
import { RebootRelationalDatabaseCommandInput, RebootRelationalDatabaseCommandOutput } from "./commands/RebootRelationalDatabaseCommand";
|
|
136
|
-
import { RegisterContainerImageCommandInput, RegisterContainerImageCommandOutput } from "./commands/RegisterContainerImageCommand";
|
|
137
|
-
import { ReleaseStaticIpCommandInput, ReleaseStaticIpCommandOutput } from "./commands/ReleaseStaticIpCommand";
|
|
138
|
-
import { ResetDistributionCacheCommandInput, ResetDistributionCacheCommandOutput } from "./commands/ResetDistributionCacheCommand";
|
|
139
|
-
import { SendContactMethodVerificationCommandInput, SendContactMethodVerificationCommandOutput } from "./commands/SendContactMethodVerificationCommand";
|
|
140
|
-
import { SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput } from "./commands/SetIpAddressTypeCommand";
|
|
141
|
-
import { SetResourceAccessForBucketCommandInput, SetResourceAccessForBucketCommandOutput } from "./commands/SetResourceAccessForBucketCommand";
|
|
142
|
-
import { SetupInstanceHttpsCommandInput, SetupInstanceHttpsCommandOutput } from "./commands/SetupInstanceHttpsCommand";
|
|
143
|
-
import { StartGUISessionCommandInput, StartGUISessionCommandOutput } from "./commands/StartGUISessionCommand";
|
|
144
|
-
import { StartInstanceCommandInput, StartInstanceCommandOutput } from "./commands/StartInstanceCommand";
|
|
145
|
-
import { StartRelationalDatabaseCommandInput, StartRelationalDatabaseCommandOutput } from "./commands/StartRelationalDatabaseCommand";
|
|
146
|
-
import { StopGUISessionCommandInput, StopGUISessionCommandOutput } from "./commands/StopGUISessionCommand";
|
|
147
|
-
import { StopInstanceCommandInput, StopInstanceCommandOutput } from "./commands/StopInstanceCommand";
|
|
148
|
-
import { StopRelationalDatabaseCommandInput, StopRelationalDatabaseCommandOutput } from "./commands/StopRelationalDatabaseCommand";
|
|
149
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
150
|
-
import { TestAlarmCommandInput, TestAlarmCommandOutput } from "./commands/TestAlarmCommand";
|
|
151
|
-
import { UnpeerVpcCommandInput, UnpeerVpcCommandOutput } from "./commands/UnpeerVpcCommand";
|
|
152
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
153
|
-
import { UpdateBucketBundleCommandInput, UpdateBucketBundleCommandOutput } from "./commands/UpdateBucketBundleCommand";
|
|
154
|
-
import { UpdateBucketCommandInput, UpdateBucketCommandOutput } from "./commands/UpdateBucketCommand";
|
|
155
|
-
import { UpdateContainerServiceCommandInput, UpdateContainerServiceCommandOutput } from "./commands/UpdateContainerServiceCommand";
|
|
156
|
-
import { UpdateDistributionBundleCommandInput, UpdateDistributionBundleCommandOutput } from "./commands/UpdateDistributionBundleCommand";
|
|
157
|
-
import { UpdateDistributionCommandInput, UpdateDistributionCommandOutput } from "./commands/UpdateDistributionCommand";
|
|
158
|
-
import { UpdateDomainEntryCommandInput, UpdateDomainEntryCommandOutput } from "./commands/UpdateDomainEntryCommand";
|
|
159
|
-
import { UpdateInstanceMetadataOptionsCommandInput, UpdateInstanceMetadataOptionsCommandOutput } from "./commands/UpdateInstanceMetadataOptionsCommand";
|
|
160
|
-
import { UpdateLoadBalancerAttributeCommandInput, UpdateLoadBalancerAttributeCommandOutput } from "./commands/UpdateLoadBalancerAttributeCommand";
|
|
161
|
-
import { UpdateRelationalDatabaseCommandInput, UpdateRelationalDatabaseCommandOutput } from "./commands/UpdateRelationalDatabaseCommand";
|
|
162
|
-
import { UpdateRelationalDatabaseParametersCommandInput, UpdateRelationalDatabaseParametersCommandOutput } from "./commands/UpdateRelationalDatabaseParametersCommand";
|
|
2
|
+
import { type AllocateStaticIpCommandInput, type AllocateStaticIpCommandOutput } from "./commands/AllocateStaticIpCommand";
|
|
3
|
+
import { type AttachCertificateToDistributionCommandInput, type AttachCertificateToDistributionCommandOutput } from "./commands/AttachCertificateToDistributionCommand";
|
|
4
|
+
import { type AttachDiskCommandInput, type AttachDiskCommandOutput } from "./commands/AttachDiskCommand";
|
|
5
|
+
import { type AttachInstancesToLoadBalancerCommandInput, type AttachInstancesToLoadBalancerCommandOutput } from "./commands/AttachInstancesToLoadBalancerCommand";
|
|
6
|
+
import { type AttachLoadBalancerTlsCertificateCommandInput, type AttachLoadBalancerTlsCertificateCommandOutput } from "./commands/AttachLoadBalancerTlsCertificateCommand";
|
|
7
|
+
import { type AttachStaticIpCommandInput, type AttachStaticIpCommandOutput } from "./commands/AttachStaticIpCommand";
|
|
8
|
+
import { type CloseInstancePublicPortsCommandInput, type CloseInstancePublicPortsCommandOutput } from "./commands/CloseInstancePublicPortsCommand";
|
|
9
|
+
import { type CopySnapshotCommandInput, type CopySnapshotCommandOutput } from "./commands/CopySnapshotCommand";
|
|
10
|
+
import { type CreateBucketAccessKeyCommandInput, type CreateBucketAccessKeyCommandOutput } from "./commands/CreateBucketAccessKeyCommand";
|
|
11
|
+
import { type CreateBucketCommandInput, type CreateBucketCommandOutput } from "./commands/CreateBucketCommand";
|
|
12
|
+
import { type CreateCertificateCommandInput, type CreateCertificateCommandOutput } from "./commands/CreateCertificateCommand";
|
|
13
|
+
import { type CreateCloudFormationStackCommandInput, type CreateCloudFormationStackCommandOutput } from "./commands/CreateCloudFormationStackCommand";
|
|
14
|
+
import { type CreateContactMethodCommandInput, type CreateContactMethodCommandOutput } from "./commands/CreateContactMethodCommand";
|
|
15
|
+
import { type CreateContainerServiceCommandInput, type CreateContainerServiceCommandOutput } from "./commands/CreateContainerServiceCommand";
|
|
16
|
+
import { type CreateContainerServiceDeploymentCommandInput, type CreateContainerServiceDeploymentCommandOutput } from "./commands/CreateContainerServiceDeploymentCommand";
|
|
17
|
+
import { type CreateContainerServiceRegistryLoginCommandInput, type CreateContainerServiceRegistryLoginCommandOutput } from "./commands/CreateContainerServiceRegistryLoginCommand";
|
|
18
|
+
import { type CreateDiskCommandInput, type CreateDiskCommandOutput } from "./commands/CreateDiskCommand";
|
|
19
|
+
import { type CreateDiskFromSnapshotCommandInput, type CreateDiskFromSnapshotCommandOutput } from "./commands/CreateDiskFromSnapshotCommand";
|
|
20
|
+
import { type CreateDiskSnapshotCommandInput, type CreateDiskSnapshotCommandOutput } from "./commands/CreateDiskSnapshotCommand";
|
|
21
|
+
import { type CreateDistributionCommandInput, type CreateDistributionCommandOutput } from "./commands/CreateDistributionCommand";
|
|
22
|
+
import { type CreateDomainCommandInput, type CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
23
|
+
import { type CreateDomainEntryCommandInput, type CreateDomainEntryCommandOutput } from "./commands/CreateDomainEntryCommand";
|
|
24
|
+
import { type CreateGUISessionAccessDetailsCommandInput, type CreateGUISessionAccessDetailsCommandOutput } from "./commands/CreateGUISessionAccessDetailsCommand";
|
|
25
|
+
import { type CreateInstancesCommandInput, type CreateInstancesCommandOutput } from "./commands/CreateInstancesCommand";
|
|
26
|
+
import { type CreateInstancesFromSnapshotCommandInput, type CreateInstancesFromSnapshotCommandOutput } from "./commands/CreateInstancesFromSnapshotCommand";
|
|
27
|
+
import { type CreateInstanceSnapshotCommandInput, type CreateInstanceSnapshotCommandOutput } from "./commands/CreateInstanceSnapshotCommand";
|
|
28
|
+
import { type CreateKeyPairCommandInput, type CreateKeyPairCommandOutput } from "./commands/CreateKeyPairCommand";
|
|
29
|
+
import { type CreateLoadBalancerCommandInput, type CreateLoadBalancerCommandOutput } from "./commands/CreateLoadBalancerCommand";
|
|
30
|
+
import { type CreateLoadBalancerTlsCertificateCommandInput, type CreateLoadBalancerTlsCertificateCommandOutput } from "./commands/CreateLoadBalancerTlsCertificateCommand";
|
|
31
|
+
import { type CreateRelationalDatabaseCommandInput, type CreateRelationalDatabaseCommandOutput } from "./commands/CreateRelationalDatabaseCommand";
|
|
32
|
+
import { type CreateRelationalDatabaseFromSnapshotCommandInput, type CreateRelationalDatabaseFromSnapshotCommandOutput } from "./commands/CreateRelationalDatabaseFromSnapshotCommand";
|
|
33
|
+
import { type CreateRelationalDatabaseSnapshotCommandInput, type CreateRelationalDatabaseSnapshotCommandOutput } from "./commands/CreateRelationalDatabaseSnapshotCommand";
|
|
34
|
+
import { type DeleteAlarmCommandInput, type DeleteAlarmCommandOutput } from "./commands/DeleteAlarmCommand";
|
|
35
|
+
import { type DeleteAutoSnapshotCommandInput, type DeleteAutoSnapshotCommandOutput } from "./commands/DeleteAutoSnapshotCommand";
|
|
36
|
+
import { type DeleteBucketAccessKeyCommandInput, type DeleteBucketAccessKeyCommandOutput } from "./commands/DeleteBucketAccessKeyCommand";
|
|
37
|
+
import { type DeleteBucketCommandInput, type DeleteBucketCommandOutput } from "./commands/DeleteBucketCommand";
|
|
38
|
+
import { type DeleteCertificateCommandInput, type DeleteCertificateCommandOutput } from "./commands/DeleteCertificateCommand";
|
|
39
|
+
import { type DeleteContactMethodCommandInput, type DeleteContactMethodCommandOutput } from "./commands/DeleteContactMethodCommand";
|
|
40
|
+
import { type DeleteContainerImageCommandInput, type DeleteContainerImageCommandOutput } from "./commands/DeleteContainerImageCommand";
|
|
41
|
+
import { type DeleteContainerServiceCommandInput, type DeleteContainerServiceCommandOutput } from "./commands/DeleteContainerServiceCommand";
|
|
42
|
+
import { type DeleteDiskCommandInput, type DeleteDiskCommandOutput } from "./commands/DeleteDiskCommand";
|
|
43
|
+
import { type DeleteDiskSnapshotCommandInput, type DeleteDiskSnapshotCommandOutput } from "./commands/DeleteDiskSnapshotCommand";
|
|
44
|
+
import { type DeleteDistributionCommandInput, type DeleteDistributionCommandOutput } from "./commands/DeleteDistributionCommand";
|
|
45
|
+
import { type DeleteDomainCommandInput, type DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
46
|
+
import { type DeleteDomainEntryCommandInput, type DeleteDomainEntryCommandOutput } from "./commands/DeleteDomainEntryCommand";
|
|
47
|
+
import { type DeleteInstanceCommandInput, type DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
|
|
48
|
+
import { type DeleteInstanceSnapshotCommandInput, type DeleteInstanceSnapshotCommandOutput } from "./commands/DeleteInstanceSnapshotCommand";
|
|
49
|
+
import { type DeleteKeyPairCommandInput, type DeleteKeyPairCommandOutput } from "./commands/DeleteKeyPairCommand";
|
|
50
|
+
import { type DeleteKnownHostKeysCommandInput, type DeleteKnownHostKeysCommandOutput } from "./commands/DeleteKnownHostKeysCommand";
|
|
51
|
+
import { type DeleteLoadBalancerCommandInput, type DeleteLoadBalancerCommandOutput } from "./commands/DeleteLoadBalancerCommand";
|
|
52
|
+
import { type DeleteLoadBalancerTlsCertificateCommandInput, type DeleteLoadBalancerTlsCertificateCommandOutput } from "./commands/DeleteLoadBalancerTlsCertificateCommand";
|
|
53
|
+
import { type DeleteRelationalDatabaseCommandInput, type DeleteRelationalDatabaseCommandOutput } from "./commands/DeleteRelationalDatabaseCommand";
|
|
54
|
+
import { type DeleteRelationalDatabaseSnapshotCommandInput, type DeleteRelationalDatabaseSnapshotCommandOutput } from "./commands/DeleteRelationalDatabaseSnapshotCommand";
|
|
55
|
+
import { type DetachCertificateFromDistributionCommandInput, type DetachCertificateFromDistributionCommandOutput } from "./commands/DetachCertificateFromDistributionCommand";
|
|
56
|
+
import { type DetachDiskCommandInput, type DetachDiskCommandOutput } from "./commands/DetachDiskCommand";
|
|
57
|
+
import { type DetachInstancesFromLoadBalancerCommandInput, type DetachInstancesFromLoadBalancerCommandOutput } from "./commands/DetachInstancesFromLoadBalancerCommand";
|
|
58
|
+
import { type DetachStaticIpCommandInput, type DetachStaticIpCommandOutput } from "./commands/DetachStaticIpCommand";
|
|
59
|
+
import { type DisableAddOnCommandInput, type DisableAddOnCommandOutput } from "./commands/DisableAddOnCommand";
|
|
60
|
+
import { type DownloadDefaultKeyPairCommandInput, type DownloadDefaultKeyPairCommandOutput } from "./commands/DownloadDefaultKeyPairCommand";
|
|
61
|
+
import { type EnableAddOnCommandInput, type EnableAddOnCommandOutput } from "./commands/EnableAddOnCommand";
|
|
62
|
+
import { type ExportSnapshotCommandInput, type ExportSnapshotCommandOutput } from "./commands/ExportSnapshotCommand";
|
|
63
|
+
import { type GetActiveNamesCommandInput, type GetActiveNamesCommandOutput } from "./commands/GetActiveNamesCommand";
|
|
64
|
+
import { type GetAlarmsCommandInput, type GetAlarmsCommandOutput } from "./commands/GetAlarmsCommand";
|
|
65
|
+
import { type GetAutoSnapshotsCommandInput, type GetAutoSnapshotsCommandOutput } from "./commands/GetAutoSnapshotsCommand";
|
|
66
|
+
import { type GetBlueprintsCommandInput, type GetBlueprintsCommandOutput } from "./commands/GetBlueprintsCommand";
|
|
67
|
+
import { type GetBucketAccessKeysCommandInput, type GetBucketAccessKeysCommandOutput } from "./commands/GetBucketAccessKeysCommand";
|
|
68
|
+
import { type GetBucketBundlesCommandInput, type GetBucketBundlesCommandOutput } from "./commands/GetBucketBundlesCommand";
|
|
69
|
+
import { type GetBucketMetricDataCommandInput, type GetBucketMetricDataCommandOutput } from "./commands/GetBucketMetricDataCommand";
|
|
70
|
+
import { type GetBucketsCommandInput, type GetBucketsCommandOutput } from "./commands/GetBucketsCommand";
|
|
71
|
+
import { type GetBundlesCommandInput, type GetBundlesCommandOutput } from "./commands/GetBundlesCommand";
|
|
72
|
+
import { type GetCertificatesCommandInput, type GetCertificatesCommandOutput } from "./commands/GetCertificatesCommand";
|
|
73
|
+
import { type GetCloudFormationStackRecordsCommandInput, type GetCloudFormationStackRecordsCommandOutput } from "./commands/GetCloudFormationStackRecordsCommand";
|
|
74
|
+
import { type GetContactMethodsCommandInput, type GetContactMethodsCommandOutput } from "./commands/GetContactMethodsCommand";
|
|
75
|
+
import { type GetContainerAPIMetadataCommandInput, type GetContainerAPIMetadataCommandOutput } from "./commands/GetContainerAPIMetadataCommand";
|
|
76
|
+
import { type GetContainerImagesCommandInput, type GetContainerImagesCommandOutput } from "./commands/GetContainerImagesCommand";
|
|
77
|
+
import { type GetContainerLogCommandInput, type GetContainerLogCommandOutput } from "./commands/GetContainerLogCommand";
|
|
78
|
+
import { type GetContainerServiceDeploymentsCommandInput, type GetContainerServiceDeploymentsCommandOutput } from "./commands/GetContainerServiceDeploymentsCommand";
|
|
79
|
+
import { type GetContainerServiceMetricDataCommandInput, type GetContainerServiceMetricDataCommandOutput } from "./commands/GetContainerServiceMetricDataCommand";
|
|
80
|
+
import { type GetContainerServicePowersCommandInput, type GetContainerServicePowersCommandOutput } from "./commands/GetContainerServicePowersCommand";
|
|
81
|
+
import { type GetContainerServicesCommandInput, type GetContainerServicesCommandOutput } from "./commands/GetContainerServicesCommand";
|
|
82
|
+
import { type GetCostEstimateCommandInput, type GetCostEstimateCommandOutput } from "./commands/GetCostEstimateCommand";
|
|
83
|
+
import { type GetDiskCommandInput, type GetDiskCommandOutput } from "./commands/GetDiskCommand";
|
|
84
|
+
import { type GetDisksCommandInput, type GetDisksCommandOutput } from "./commands/GetDisksCommand";
|
|
85
|
+
import { type GetDiskSnapshotCommandInput, type GetDiskSnapshotCommandOutput } from "./commands/GetDiskSnapshotCommand";
|
|
86
|
+
import { type GetDiskSnapshotsCommandInput, type GetDiskSnapshotsCommandOutput } from "./commands/GetDiskSnapshotsCommand";
|
|
87
|
+
import { type GetDistributionBundlesCommandInput, type GetDistributionBundlesCommandOutput } from "./commands/GetDistributionBundlesCommand";
|
|
88
|
+
import { type GetDistributionLatestCacheResetCommandInput, type GetDistributionLatestCacheResetCommandOutput } from "./commands/GetDistributionLatestCacheResetCommand";
|
|
89
|
+
import { type GetDistributionMetricDataCommandInput, type GetDistributionMetricDataCommandOutput } from "./commands/GetDistributionMetricDataCommand";
|
|
90
|
+
import { type GetDistributionsCommandInput, type GetDistributionsCommandOutput } from "./commands/GetDistributionsCommand";
|
|
91
|
+
import { type GetDomainCommandInput, type GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
92
|
+
import { type GetDomainsCommandInput, type GetDomainsCommandOutput } from "./commands/GetDomainsCommand";
|
|
93
|
+
import { type GetExportSnapshotRecordsCommandInput, type GetExportSnapshotRecordsCommandOutput } from "./commands/GetExportSnapshotRecordsCommand";
|
|
94
|
+
import { type GetInstanceAccessDetailsCommandInput, type GetInstanceAccessDetailsCommandOutput } from "./commands/GetInstanceAccessDetailsCommand";
|
|
95
|
+
import { type GetInstanceCommandInput, type GetInstanceCommandOutput } from "./commands/GetInstanceCommand";
|
|
96
|
+
import { type GetInstanceMetricDataCommandInput, type GetInstanceMetricDataCommandOutput } from "./commands/GetInstanceMetricDataCommand";
|
|
97
|
+
import { type GetInstancePortStatesCommandInput, type GetInstancePortStatesCommandOutput } from "./commands/GetInstancePortStatesCommand";
|
|
98
|
+
import { type GetInstancesCommandInput, type GetInstancesCommandOutput } from "./commands/GetInstancesCommand";
|
|
99
|
+
import { type GetInstanceSnapshotCommandInput, type GetInstanceSnapshotCommandOutput } from "./commands/GetInstanceSnapshotCommand";
|
|
100
|
+
import { type GetInstanceSnapshotsCommandInput, type GetInstanceSnapshotsCommandOutput } from "./commands/GetInstanceSnapshotsCommand";
|
|
101
|
+
import { type GetInstanceStateCommandInput, type GetInstanceStateCommandOutput } from "./commands/GetInstanceStateCommand";
|
|
102
|
+
import { type GetKeyPairCommandInput, type GetKeyPairCommandOutput } from "./commands/GetKeyPairCommand";
|
|
103
|
+
import { type GetKeyPairsCommandInput, type GetKeyPairsCommandOutput } from "./commands/GetKeyPairsCommand";
|
|
104
|
+
import { type GetLoadBalancerCommandInput, type GetLoadBalancerCommandOutput } from "./commands/GetLoadBalancerCommand";
|
|
105
|
+
import { type GetLoadBalancerMetricDataCommandInput, type GetLoadBalancerMetricDataCommandOutput } from "./commands/GetLoadBalancerMetricDataCommand";
|
|
106
|
+
import { type GetLoadBalancersCommandInput, type GetLoadBalancersCommandOutput } from "./commands/GetLoadBalancersCommand";
|
|
107
|
+
import { type GetLoadBalancerTlsCertificatesCommandInput, type GetLoadBalancerTlsCertificatesCommandOutput } from "./commands/GetLoadBalancerTlsCertificatesCommand";
|
|
108
|
+
import { type GetLoadBalancerTlsPoliciesCommandInput, type GetLoadBalancerTlsPoliciesCommandOutput } from "./commands/GetLoadBalancerTlsPoliciesCommand";
|
|
109
|
+
import { type GetOperationCommandInput, type GetOperationCommandOutput } from "./commands/GetOperationCommand";
|
|
110
|
+
import { type GetOperationsCommandInput, type GetOperationsCommandOutput } from "./commands/GetOperationsCommand";
|
|
111
|
+
import { type GetOperationsForResourceCommandInput, type GetOperationsForResourceCommandOutput } from "./commands/GetOperationsForResourceCommand";
|
|
112
|
+
import { type GetRegionsCommandInput, type GetRegionsCommandOutput } from "./commands/GetRegionsCommand";
|
|
113
|
+
import { type GetRelationalDatabaseBlueprintsCommandInput, type GetRelationalDatabaseBlueprintsCommandOutput } from "./commands/GetRelationalDatabaseBlueprintsCommand";
|
|
114
|
+
import { type GetRelationalDatabaseBundlesCommandInput, type GetRelationalDatabaseBundlesCommandOutput } from "./commands/GetRelationalDatabaseBundlesCommand";
|
|
115
|
+
import { type GetRelationalDatabaseCommandInput, type GetRelationalDatabaseCommandOutput } from "./commands/GetRelationalDatabaseCommand";
|
|
116
|
+
import { type GetRelationalDatabaseEventsCommandInput, type GetRelationalDatabaseEventsCommandOutput } from "./commands/GetRelationalDatabaseEventsCommand";
|
|
117
|
+
import { type GetRelationalDatabaseLogEventsCommandInput, type GetRelationalDatabaseLogEventsCommandOutput } from "./commands/GetRelationalDatabaseLogEventsCommand";
|
|
118
|
+
import { type GetRelationalDatabaseLogStreamsCommandInput, type GetRelationalDatabaseLogStreamsCommandOutput } from "./commands/GetRelationalDatabaseLogStreamsCommand";
|
|
119
|
+
import { type GetRelationalDatabaseMasterUserPasswordCommandInput, type GetRelationalDatabaseMasterUserPasswordCommandOutput } from "./commands/GetRelationalDatabaseMasterUserPasswordCommand";
|
|
120
|
+
import { type GetRelationalDatabaseMetricDataCommandInput, type GetRelationalDatabaseMetricDataCommandOutput } from "./commands/GetRelationalDatabaseMetricDataCommand";
|
|
121
|
+
import { type GetRelationalDatabaseParametersCommandInput, type GetRelationalDatabaseParametersCommandOutput } from "./commands/GetRelationalDatabaseParametersCommand";
|
|
122
|
+
import { type GetRelationalDatabasesCommandInput, type GetRelationalDatabasesCommandOutput } from "./commands/GetRelationalDatabasesCommand";
|
|
123
|
+
import { type GetRelationalDatabaseSnapshotCommandInput, type GetRelationalDatabaseSnapshotCommandOutput } from "./commands/GetRelationalDatabaseSnapshotCommand";
|
|
124
|
+
import { type GetRelationalDatabaseSnapshotsCommandInput, type GetRelationalDatabaseSnapshotsCommandOutput } from "./commands/GetRelationalDatabaseSnapshotsCommand";
|
|
125
|
+
import { type GetSetupHistoryCommandInput, type GetSetupHistoryCommandOutput } from "./commands/GetSetupHistoryCommand";
|
|
126
|
+
import { type GetStaticIpCommandInput, type GetStaticIpCommandOutput } from "./commands/GetStaticIpCommand";
|
|
127
|
+
import { type GetStaticIpsCommandInput, type GetStaticIpsCommandOutput } from "./commands/GetStaticIpsCommand";
|
|
128
|
+
import { type ImportKeyPairCommandInput, type ImportKeyPairCommandOutput } from "./commands/ImportKeyPairCommand";
|
|
129
|
+
import { type IsVpcPeeredCommandInput, type IsVpcPeeredCommandOutput } from "./commands/IsVpcPeeredCommand";
|
|
130
|
+
import { type OpenInstancePublicPortsCommandInput, type OpenInstancePublicPortsCommandOutput } from "./commands/OpenInstancePublicPortsCommand";
|
|
131
|
+
import { type PeerVpcCommandInput, type PeerVpcCommandOutput } from "./commands/PeerVpcCommand";
|
|
132
|
+
import { type PutAlarmCommandInput, type PutAlarmCommandOutput } from "./commands/PutAlarmCommand";
|
|
133
|
+
import { type PutInstancePublicPortsCommandInput, type PutInstancePublicPortsCommandOutput } from "./commands/PutInstancePublicPortsCommand";
|
|
134
|
+
import { type RebootInstanceCommandInput, type RebootInstanceCommandOutput } from "./commands/RebootInstanceCommand";
|
|
135
|
+
import { type RebootRelationalDatabaseCommandInput, type RebootRelationalDatabaseCommandOutput } from "./commands/RebootRelationalDatabaseCommand";
|
|
136
|
+
import { type RegisterContainerImageCommandInput, type RegisterContainerImageCommandOutput } from "./commands/RegisterContainerImageCommand";
|
|
137
|
+
import { type ReleaseStaticIpCommandInput, type ReleaseStaticIpCommandOutput } from "./commands/ReleaseStaticIpCommand";
|
|
138
|
+
import { type ResetDistributionCacheCommandInput, type ResetDistributionCacheCommandOutput } from "./commands/ResetDistributionCacheCommand";
|
|
139
|
+
import { type SendContactMethodVerificationCommandInput, type SendContactMethodVerificationCommandOutput } from "./commands/SendContactMethodVerificationCommand";
|
|
140
|
+
import { type SetIpAddressTypeCommandInput, type SetIpAddressTypeCommandOutput } from "./commands/SetIpAddressTypeCommand";
|
|
141
|
+
import { type SetResourceAccessForBucketCommandInput, type SetResourceAccessForBucketCommandOutput } from "./commands/SetResourceAccessForBucketCommand";
|
|
142
|
+
import { type SetupInstanceHttpsCommandInput, type SetupInstanceHttpsCommandOutput } from "./commands/SetupInstanceHttpsCommand";
|
|
143
|
+
import { type StartGUISessionCommandInput, type StartGUISessionCommandOutput } from "./commands/StartGUISessionCommand";
|
|
144
|
+
import { type StartInstanceCommandInput, type StartInstanceCommandOutput } from "./commands/StartInstanceCommand";
|
|
145
|
+
import { type StartRelationalDatabaseCommandInput, type StartRelationalDatabaseCommandOutput } from "./commands/StartRelationalDatabaseCommand";
|
|
146
|
+
import { type StopGUISessionCommandInput, type StopGUISessionCommandOutput } from "./commands/StopGUISessionCommand";
|
|
147
|
+
import { type StopInstanceCommandInput, type StopInstanceCommandOutput } from "./commands/StopInstanceCommand";
|
|
148
|
+
import { type StopRelationalDatabaseCommandInput, type StopRelationalDatabaseCommandOutput } from "./commands/StopRelationalDatabaseCommand";
|
|
149
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
150
|
+
import { type TestAlarmCommandInput, type TestAlarmCommandOutput } from "./commands/TestAlarmCommand";
|
|
151
|
+
import { type UnpeerVpcCommandInput, type UnpeerVpcCommandOutput } from "./commands/UnpeerVpcCommand";
|
|
152
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
153
|
+
import { type UpdateBucketBundleCommandInput, type UpdateBucketBundleCommandOutput } from "./commands/UpdateBucketBundleCommand";
|
|
154
|
+
import { type UpdateBucketCommandInput, type UpdateBucketCommandOutput } from "./commands/UpdateBucketCommand";
|
|
155
|
+
import { type UpdateContainerServiceCommandInput, type UpdateContainerServiceCommandOutput } from "./commands/UpdateContainerServiceCommand";
|
|
156
|
+
import { type UpdateDistributionBundleCommandInput, type UpdateDistributionBundleCommandOutput } from "./commands/UpdateDistributionBundleCommand";
|
|
157
|
+
import { type UpdateDistributionCommandInput, type UpdateDistributionCommandOutput } from "./commands/UpdateDistributionCommand";
|
|
158
|
+
import { type UpdateDomainEntryCommandInput, type UpdateDomainEntryCommandOutput } from "./commands/UpdateDomainEntryCommand";
|
|
159
|
+
import { type UpdateInstanceMetadataOptionsCommandInput, type UpdateInstanceMetadataOptionsCommandOutput } from "./commands/UpdateInstanceMetadataOptionsCommand";
|
|
160
|
+
import { type UpdateLoadBalancerAttributeCommandInput, type UpdateLoadBalancerAttributeCommandOutput } from "./commands/UpdateLoadBalancerAttributeCommand";
|
|
161
|
+
import { type UpdateRelationalDatabaseCommandInput, type UpdateRelationalDatabaseCommandOutput } from "./commands/UpdateRelationalDatabaseCommand";
|
|
162
|
+
import { type UpdateRelationalDatabaseParametersCommandInput, type UpdateRelationalDatabaseParametersCommandOutput } from "./commands/UpdateRelationalDatabaseParametersCommand";
|
|
163
163
|
import { LightsailClient } from "./LightsailClient";
|
|
164
164
|
export interface Lightsail {
|
|
165
165
|
/**
|
|
@@ -5,170 +5,170 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AllocateStaticIpCommandInput, AllocateStaticIpCommandOutput } from "./commands/AllocateStaticIpCommand";
|
|
11
|
-
import { AttachCertificateToDistributionCommandInput, AttachCertificateToDistributionCommandOutput } from "./commands/AttachCertificateToDistributionCommand";
|
|
12
|
-
import { AttachDiskCommandInput, AttachDiskCommandOutput } from "./commands/AttachDiskCommand";
|
|
13
|
-
import { AttachInstancesToLoadBalancerCommandInput, AttachInstancesToLoadBalancerCommandOutput } from "./commands/AttachInstancesToLoadBalancerCommand";
|
|
14
|
-
import { AttachLoadBalancerTlsCertificateCommandInput, AttachLoadBalancerTlsCertificateCommandOutput } from "./commands/AttachLoadBalancerTlsCertificateCommand";
|
|
15
|
-
import { AttachStaticIpCommandInput, AttachStaticIpCommandOutput } from "./commands/AttachStaticIpCommand";
|
|
16
|
-
import { CloseInstancePublicPortsCommandInput, CloseInstancePublicPortsCommandOutput } from "./commands/CloseInstancePublicPortsCommand";
|
|
17
|
-
import { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "./commands/CopySnapshotCommand";
|
|
18
|
-
import { CreateBucketAccessKeyCommandInput, CreateBucketAccessKeyCommandOutput } from "./commands/CreateBucketAccessKeyCommand";
|
|
19
|
-
import { CreateBucketCommandInput, CreateBucketCommandOutput } from "./commands/CreateBucketCommand";
|
|
20
|
-
import { CreateCertificateCommandInput, CreateCertificateCommandOutput } from "./commands/CreateCertificateCommand";
|
|
21
|
-
import { CreateCloudFormationStackCommandInput, CreateCloudFormationStackCommandOutput } from "./commands/CreateCloudFormationStackCommand";
|
|
22
|
-
import { CreateContactMethodCommandInput, CreateContactMethodCommandOutput } from "./commands/CreateContactMethodCommand";
|
|
23
|
-
import { CreateContainerServiceCommandInput, CreateContainerServiceCommandOutput } from "./commands/CreateContainerServiceCommand";
|
|
24
|
-
import { CreateContainerServiceDeploymentCommandInput, CreateContainerServiceDeploymentCommandOutput } from "./commands/CreateContainerServiceDeploymentCommand";
|
|
25
|
-
import { CreateContainerServiceRegistryLoginCommandInput, CreateContainerServiceRegistryLoginCommandOutput } from "./commands/CreateContainerServiceRegistryLoginCommand";
|
|
26
|
-
import { CreateDiskCommandInput, CreateDiskCommandOutput } from "./commands/CreateDiskCommand";
|
|
27
|
-
import { CreateDiskFromSnapshotCommandInput, CreateDiskFromSnapshotCommandOutput } from "./commands/CreateDiskFromSnapshotCommand";
|
|
28
|
-
import { CreateDiskSnapshotCommandInput, CreateDiskSnapshotCommandOutput } from "./commands/CreateDiskSnapshotCommand";
|
|
29
|
-
import { CreateDistributionCommandInput, CreateDistributionCommandOutput } from "./commands/CreateDistributionCommand";
|
|
30
|
-
import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
31
|
-
import { CreateDomainEntryCommandInput, CreateDomainEntryCommandOutput } from "./commands/CreateDomainEntryCommand";
|
|
32
|
-
import { CreateGUISessionAccessDetailsCommandInput, CreateGUISessionAccessDetailsCommandOutput } from "./commands/CreateGUISessionAccessDetailsCommand";
|
|
33
|
-
import { CreateInstancesCommandInput, CreateInstancesCommandOutput } from "./commands/CreateInstancesCommand";
|
|
34
|
-
import { CreateInstancesFromSnapshotCommandInput, CreateInstancesFromSnapshotCommandOutput } from "./commands/CreateInstancesFromSnapshotCommand";
|
|
35
|
-
import { CreateInstanceSnapshotCommandInput, CreateInstanceSnapshotCommandOutput } from "./commands/CreateInstanceSnapshotCommand";
|
|
36
|
-
import { CreateKeyPairCommandInput, CreateKeyPairCommandOutput } from "./commands/CreateKeyPairCommand";
|
|
37
|
-
import { CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput } from "./commands/CreateLoadBalancerCommand";
|
|
38
|
-
import { CreateLoadBalancerTlsCertificateCommandInput, CreateLoadBalancerTlsCertificateCommandOutput } from "./commands/CreateLoadBalancerTlsCertificateCommand";
|
|
39
|
-
import { CreateRelationalDatabaseCommandInput, CreateRelationalDatabaseCommandOutput } from "./commands/CreateRelationalDatabaseCommand";
|
|
40
|
-
import { CreateRelationalDatabaseFromSnapshotCommandInput, CreateRelationalDatabaseFromSnapshotCommandOutput } from "./commands/CreateRelationalDatabaseFromSnapshotCommand";
|
|
41
|
-
import { CreateRelationalDatabaseSnapshotCommandInput, CreateRelationalDatabaseSnapshotCommandOutput } from "./commands/CreateRelationalDatabaseSnapshotCommand";
|
|
42
|
-
import { DeleteAlarmCommandInput, DeleteAlarmCommandOutput } from "./commands/DeleteAlarmCommand";
|
|
43
|
-
import { DeleteAutoSnapshotCommandInput, DeleteAutoSnapshotCommandOutput } from "./commands/DeleteAutoSnapshotCommand";
|
|
44
|
-
import { DeleteBucketAccessKeyCommandInput, DeleteBucketAccessKeyCommandOutput } from "./commands/DeleteBucketAccessKeyCommand";
|
|
45
|
-
import { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "./commands/DeleteBucketCommand";
|
|
46
|
-
import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "./commands/DeleteCertificateCommand";
|
|
47
|
-
import { DeleteContactMethodCommandInput, DeleteContactMethodCommandOutput } from "./commands/DeleteContactMethodCommand";
|
|
48
|
-
import { DeleteContainerImageCommandInput, DeleteContainerImageCommandOutput } from "./commands/DeleteContainerImageCommand";
|
|
49
|
-
import { DeleteContainerServiceCommandInput, DeleteContainerServiceCommandOutput } from "./commands/DeleteContainerServiceCommand";
|
|
50
|
-
import { DeleteDiskCommandInput, DeleteDiskCommandOutput } from "./commands/DeleteDiskCommand";
|
|
51
|
-
import { DeleteDiskSnapshotCommandInput, DeleteDiskSnapshotCommandOutput } from "./commands/DeleteDiskSnapshotCommand";
|
|
52
|
-
import { DeleteDistributionCommandInput, DeleteDistributionCommandOutput } from "./commands/DeleteDistributionCommand";
|
|
53
|
-
import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
54
|
-
import { DeleteDomainEntryCommandInput, DeleteDomainEntryCommandOutput } from "./commands/DeleteDomainEntryCommand";
|
|
55
|
-
import { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
|
|
56
|
-
import { DeleteInstanceSnapshotCommandInput, DeleteInstanceSnapshotCommandOutput } from "./commands/DeleteInstanceSnapshotCommand";
|
|
57
|
-
import { DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput } from "./commands/DeleteKeyPairCommand";
|
|
58
|
-
import { DeleteKnownHostKeysCommandInput, DeleteKnownHostKeysCommandOutput } from "./commands/DeleteKnownHostKeysCommand";
|
|
59
|
-
import { DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput } from "./commands/DeleteLoadBalancerCommand";
|
|
60
|
-
import { DeleteLoadBalancerTlsCertificateCommandInput, DeleteLoadBalancerTlsCertificateCommandOutput } from "./commands/DeleteLoadBalancerTlsCertificateCommand";
|
|
61
|
-
import { DeleteRelationalDatabaseCommandInput, DeleteRelationalDatabaseCommandOutput } from "./commands/DeleteRelationalDatabaseCommand";
|
|
62
|
-
import { DeleteRelationalDatabaseSnapshotCommandInput, DeleteRelationalDatabaseSnapshotCommandOutput } from "./commands/DeleteRelationalDatabaseSnapshotCommand";
|
|
63
|
-
import { DetachCertificateFromDistributionCommandInput, DetachCertificateFromDistributionCommandOutput } from "./commands/DetachCertificateFromDistributionCommand";
|
|
64
|
-
import { DetachDiskCommandInput, DetachDiskCommandOutput } from "./commands/DetachDiskCommand";
|
|
65
|
-
import { DetachInstancesFromLoadBalancerCommandInput, DetachInstancesFromLoadBalancerCommandOutput } from "./commands/DetachInstancesFromLoadBalancerCommand";
|
|
66
|
-
import { DetachStaticIpCommandInput, DetachStaticIpCommandOutput } from "./commands/DetachStaticIpCommand";
|
|
67
|
-
import { DisableAddOnCommandInput, DisableAddOnCommandOutput } from "./commands/DisableAddOnCommand";
|
|
68
|
-
import { DownloadDefaultKeyPairCommandInput, DownloadDefaultKeyPairCommandOutput } from "./commands/DownloadDefaultKeyPairCommand";
|
|
69
|
-
import { EnableAddOnCommandInput, EnableAddOnCommandOutput } from "./commands/EnableAddOnCommand";
|
|
70
|
-
import { ExportSnapshotCommandInput, ExportSnapshotCommandOutput } from "./commands/ExportSnapshotCommand";
|
|
71
|
-
import { GetActiveNamesCommandInput, GetActiveNamesCommandOutput } from "./commands/GetActiveNamesCommand";
|
|
72
|
-
import { GetAlarmsCommandInput, GetAlarmsCommandOutput } from "./commands/GetAlarmsCommand";
|
|
73
|
-
import { GetAutoSnapshotsCommandInput, GetAutoSnapshotsCommandOutput } from "./commands/GetAutoSnapshotsCommand";
|
|
74
|
-
import { GetBlueprintsCommandInput, GetBlueprintsCommandOutput } from "./commands/GetBlueprintsCommand";
|
|
75
|
-
import { GetBucketAccessKeysCommandInput, GetBucketAccessKeysCommandOutput } from "./commands/GetBucketAccessKeysCommand";
|
|
76
|
-
import { GetBucketBundlesCommandInput, GetBucketBundlesCommandOutput } from "./commands/GetBucketBundlesCommand";
|
|
77
|
-
import { GetBucketMetricDataCommandInput, GetBucketMetricDataCommandOutput } from "./commands/GetBucketMetricDataCommand";
|
|
78
|
-
import { GetBucketsCommandInput, GetBucketsCommandOutput } from "./commands/GetBucketsCommand";
|
|
79
|
-
import { GetBundlesCommandInput, GetBundlesCommandOutput } from "./commands/GetBundlesCommand";
|
|
80
|
-
import { GetCertificatesCommandInput, GetCertificatesCommandOutput } from "./commands/GetCertificatesCommand";
|
|
81
|
-
import { GetCloudFormationStackRecordsCommandInput, GetCloudFormationStackRecordsCommandOutput } from "./commands/GetCloudFormationStackRecordsCommand";
|
|
82
|
-
import { GetContactMethodsCommandInput, GetContactMethodsCommandOutput } from "./commands/GetContactMethodsCommand";
|
|
83
|
-
import { GetContainerAPIMetadataCommandInput, GetContainerAPIMetadataCommandOutput } from "./commands/GetContainerAPIMetadataCommand";
|
|
84
|
-
import { GetContainerImagesCommandInput, GetContainerImagesCommandOutput } from "./commands/GetContainerImagesCommand";
|
|
85
|
-
import { GetContainerLogCommandInput, GetContainerLogCommandOutput } from "./commands/GetContainerLogCommand";
|
|
86
|
-
import { GetContainerServiceDeploymentsCommandInput, GetContainerServiceDeploymentsCommandOutput } from "./commands/GetContainerServiceDeploymentsCommand";
|
|
87
|
-
import { GetContainerServiceMetricDataCommandInput, GetContainerServiceMetricDataCommandOutput } from "./commands/GetContainerServiceMetricDataCommand";
|
|
88
|
-
import { GetContainerServicePowersCommandInput, GetContainerServicePowersCommandOutput } from "./commands/GetContainerServicePowersCommand";
|
|
89
|
-
import { GetContainerServicesCommandInput, GetContainerServicesCommandOutput } from "./commands/GetContainerServicesCommand";
|
|
90
|
-
import { GetCostEstimateCommandInput, GetCostEstimateCommandOutput } from "./commands/GetCostEstimateCommand";
|
|
91
|
-
import { GetDiskCommandInput, GetDiskCommandOutput } from "./commands/GetDiskCommand";
|
|
92
|
-
import { GetDisksCommandInput, GetDisksCommandOutput } from "./commands/GetDisksCommand";
|
|
93
|
-
import { GetDiskSnapshotCommandInput, GetDiskSnapshotCommandOutput } from "./commands/GetDiskSnapshotCommand";
|
|
94
|
-
import { GetDiskSnapshotsCommandInput, GetDiskSnapshotsCommandOutput } from "./commands/GetDiskSnapshotsCommand";
|
|
95
|
-
import { GetDistributionBundlesCommandInput, GetDistributionBundlesCommandOutput } from "./commands/GetDistributionBundlesCommand";
|
|
96
|
-
import { GetDistributionLatestCacheResetCommandInput, GetDistributionLatestCacheResetCommandOutput } from "./commands/GetDistributionLatestCacheResetCommand";
|
|
97
|
-
import { GetDistributionMetricDataCommandInput, GetDistributionMetricDataCommandOutput } from "./commands/GetDistributionMetricDataCommand";
|
|
98
|
-
import { GetDistributionsCommandInput, GetDistributionsCommandOutput } from "./commands/GetDistributionsCommand";
|
|
99
|
-
import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
100
|
-
import { GetDomainsCommandInput, GetDomainsCommandOutput } from "./commands/GetDomainsCommand";
|
|
101
|
-
import { GetExportSnapshotRecordsCommandInput, GetExportSnapshotRecordsCommandOutput } from "./commands/GetExportSnapshotRecordsCommand";
|
|
102
|
-
import { GetInstanceAccessDetailsCommandInput, GetInstanceAccessDetailsCommandOutput } from "./commands/GetInstanceAccessDetailsCommand";
|
|
103
|
-
import { GetInstanceCommandInput, GetInstanceCommandOutput } from "./commands/GetInstanceCommand";
|
|
104
|
-
import { GetInstanceMetricDataCommandInput, GetInstanceMetricDataCommandOutput } from "./commands/GetInstanceMetricDataCommand";
|
|
105
|
-
import { GetInstancePortStatesCommandInput, GetInstancePortStatesCommandOutput } from "./commands/GetInstancePortStatesCommand";
|
|
106
|
-
import { GetInstancesCommandInput, GetInstancesCommandOutput } from "./commands/GetInstancesCommand";
|
|
107
|
-
import { GetInstanceSnapshotCommandInput, GetInstanceSnapshotCommandOutput } from "./commands/GetInstanceSnapshotCommand";
|
|
108
|
-
import { GetInstanceSnapshotsCommandInput, GetInstanceSnapshotsCommandOutput } from "./commands/GetInstanceSnapshotsCommand";
|
|
109
|
-
import { GetInstanceStateCommandInput, GetInstanceStateCommandOutput } from "./commands/GetInstanceStateCommand";
|
|
110
|
-
import { GetKeyPairCommandInput, GetKeyPairCommandOutput } from "./commands/GetKeyPairCommand";
|
|
111
|
-
import { GetKeyPairsCommandInput, GetKeyPairsCommandOutput } from "./commands/GetKeyPairsCommand";
|
|
112
|
-
import { GetLoadBalancerCommandInput, GetLoadBalancerCommandOutput } from "./commands/GetLoadBalancerCommand";
|
|
113
|
-
import { GetLoadBalancerMetricDataCommandInput, GetLoadBalancerMetricDataCommandOutput } from "./commands/GetLoadBalancerMetricDataCommand";
|
|
114
|
-
import { GetLoadBalancersCommandInput, GetLoadBalancersCommandOutput } from "./commands/GetLoadBalancersCommand";
|
|
115
|
-
import { GetLoadBalancerTlsCertificatesCommandInput, GetLoadBalancerTlsCertificatesCommandOutput } from "./commands/GetLoadBalancerTlsCertificatesCommand";
|
|
116
|
-
import { GetLoadBalancerTlsPoliciesCommandInput, GetLoadBalancerTlsPoliciesCommandOutput } from "./commands/GetLoadBalancerTlsPoliciesCommand";
|
|
117
|
-
import { GetOperationCommandInput, GetOperationCommandOutput } from "./commands/GetOperationCommand";
|
|
118
|
-
import { GetOperationsCommandInput, GetOperationsCommandOutput } from "./commands/GetOperationsCommand";
|
|
119
|
-
import { GetOperationsForResourceCommandInput, GetOperationsForResourceCommandOutput } from "./commands/GetOperationsForResourceCommand";
|
|
120
|
-
import { GetRegionsCommandInput, GetRegionsCommandOutput } from "./commands/GetRegionsCommand";
|
|
121
|
-
import { GetRelationalDatabaseBlueprintsCommandInput, GetRelationalDatabaseBlueprintsCommandOutput } from "./commands/GetRelationalDatabaseBlueprintsCommand";
|
|
122
|
-
import { GetRelationalDatabaseBundlesCommandInput, GetRelationalDatabaseBundlesCommandOutput } from "./commands/GetRelationalDatabaseBundlesCommand";
|
|
123
|
-
import { GetRelationalDatabaseCommandInput, GetRelationalDatabaseCommandOutput } from "./commands/GetRelationalDatabaseCommand";
|
|
124
|
-
import { GetRelationalDatabaseEventsCommandInput, GetRelationalDatabaseEventsCommandOutput } from "./commands/GetRelationalDatabaseEventsCommand";
|
|
125
|
-
import { GetRelationalDatabaseLogEventsCommandInput, GetRelationalDatabaseLogEventsCommandOutput } from "./commands/GetRelationalDatabaseLogEventsCommand";
|
|
126
|
-
import { GetRelationalDatabaseLogStreamsCommandInput, GetRelationalDatabaseLogStreamsCommandOutput } from "./commands/GetRelationalDatabaseLogStreamsCommand";
|
|
127
|
-
import { GetRelationalDatabaseMasterUserPasswordCommandInput, GetRelationalDatabaseMasterUserPasswordCommandOutput } from "./commands/GetRelationalDatabaseMasterUserPasswordCommand";
|
|
128
|
-
import { GetRelationalDatabaseMetricDataCommandInput, GetRelationalDatabaseMetricDataCommandOutput } from "./commands/GetRelationalDatabaseMetricDataCommand";
|
|
129
|
-
import { GetRelationalDatabaseParametersCommandInput, GetRelationalDatabaseParametersCommandOutput } from "./commands/GetRelationalDatabaseParametersCommand";
|
|
130
|
-
import { GetRelationalDatabasesCommandInput, GetRelationalDatabasesCommandOutput } from "./commands/GetRelationalDatabasesCommand";
|
|
131
|
-
import { GetRelationalDatabaseSnapshotCommandInput, GetRelationalDatabaseSnapshotCommandOutput } from "./commands/GetRelationalDatabaseSnapshotCommand";
|
|
132
|
-
import { GetRelationalDatabaseSnapshotsCommandInput, GetRelationalDatabaseSnapshotsCommandOutput } from "./commands/GetRelationalDatabaseSnapshotsCommand";
|
|
133
|
-
import { GetSetupHistoryCommandInput, GetSetupHistoryCommandOutput } from "./commands/GetSetupHistoryCommand";
|
|
134
|
-
import { GetStaticIpCommandInput, GetStaticIpCommandOutput } from "./commands/GetStaticIpCommand";
|
|
135
|
-
import { GetStaticIpsCommandInput, GetStaticIpsCommandOutput } from "./commands/GetStaticIpsCommand";
|
|
136
|
-
import { ImportKeyPairCommandInput, ImportKeyPairCommandOutput } from "./commands/ImportKeyPairCommand";
|
|
137
|
-
import { IsVpcPeeredCommandInput, IsVpcPeeredCommandOutput } from "./commands/IsVpcPeeredCommand";
|
|
138
|
-
import { OpenInstancePublicPortsCommandInput, OpenInstancePublicPortsCommandOutput } from "./commands/OpenInstancePublicPortsCommand";
|
|
139
|
-
import { PeerVpcCommandInput, PeerVpcCommandOutput } from "./commands/PeerVpcCommand";
|
|
140
|
-
import { PutAlarmCommandInput, PutAlarmCommandOutput } from "./commands/PutAlarmCommand";
|
|
141
|
-
import { PutInstancePublicPortsCommandInput, PutInstancePublicPortsCommandOutput } from "./commands/PutInstancePublicPortsCommand";
|
|
142
|
-
import { RebootInstanceCommandInput, RebootInstanceCommandOutput } from "./commands/RebootInstanceCommand";
|
|
143
|
-
import { RebootRelationalDatabaseCommandInput, RebootRelationalDatabaseCommandOutput } from "./commands/RebootRelationalDatabaseCommand";
|
|
144
|
-
import { RegisterContainerImageCommandInput, RegisterContainerImageCommandOutput } from "./commands/RegisterContainerImageCommand";
|
|
145
|
-
import { ReleaseStaticIpCommandInput, ReleaseStaticIpCommandOutput } from "./commands/ReleaseStaticIpCommand";
|
|
146
|
-
import { ResetDistributionCacheCommandInput, ResetDistributionCacheCommandOutput } from "./commands/ResetDistributionCacheCommand";
|
|
147
|
-
import { SendContactMethodVerificationCommandInput, SendContactMethodVerificationCommandOutput } from "./commands/SendContactMethodVerificationCommand";
|
|
148
|
-
import { SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput } from "./commands/SetIpAddressTypeCommand";
|
|
149
|
-
import { SetResourceAccessForBucketCommandInput, SetResourceAccessForBucketCommandOutput } from "./commands/SetResourceAccessForBucketCommand";
|
|
150
|
-
import { SetupInstanceHttpsCommandInput, SetupInstanceHttpsCommandOutput } from "./commands/SetupInstanceHttpsCommand";
|
|
151
|
-
import { StartGUISessionCommandInput, StartGUISessionCommandOutput } from "./commands/StartGUISessionCommand";
|
|
152
|
-
import { StartInstanceCommandInput, StartInstanceCommandOutput } from "./commands/StartInstanceCommand";
|
|
153
|
-
import { StartRelationalDatabaseCommandInput, StartRelationalDatabaseCommandOutput } from "./commands/StartRelationalDatabaseCommand";
|
|
154
|
-
import { StopGUISessionCommandInput, StopGUISessionCommandOutput } from "./commands/StopGUISessionCommand";
|
|
155
|
-
import { StopInstanceCommandInput, StopInstanceCommandOutput } from "./commands/StopInstanceCommand";
|
|
156
|
-
import { StopRelationalDatabaseCommandInput, StopRelationalDatabaseCommandOutput } from "./commands/StopRelationalDatabaseCommand";
|
|
157
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
158
|
-
import { TestAlarmCommandInput, TestAlarmCommandOutput } from "./commands/TestAlarmCommand";
|
|
159
|
-
import { UnpeerVpcCommandInput, UnpeerVpcCommandOutput } from "./commands/UnpeerVpcCommand";
|
|
160
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
161
|
-
import { UpdateBucketBundleCommandInput, UpdateBucketBundleCommandOutput } from "./commands/UpdateBucketBundleCommand";
|
|
162
|
-
import { UpdateBucketCommandInput, UpdateBucketCommandOutput } from "./commands/UpdateBucketCommand";
|
|
163
|
-
import { UpdateContainerServiceCommandInput, UpdateContainerServiceCommandOutput } from "./commands/UpdateContainerServiceCommand";
|
|
164
|
-
import { UpdateDistributionBundleCommandInput, UpdateDistributionBundleCommandOutput } from "./commands/UpdateDistributionBundleCommand";
|
|
165
|
-
import { UpdateDistributionCommandInput, UpdateDistributionCommandOutput } from "./commands/UpdateDistributionCommand";
|
|
166
|
-
import { UpdateDomainEntryCommandInput, UpdateDomainEntryCommandOutput } from "./commands/UpdateDomainEntryCommand";
|
|
167
|
-
import { UpdateInstanceMetadataOptionsCommandInput, UpdateInstanceMetadataOptionsCommandOutput } from "./commands/UpdateInstanceMetadataOptionsCommand";
|
|
168
|
-
import { UpdateLoadBalancerAttributeCommandInput, UpdateLoadBalancerAttributeCommandOutput } from "./commands/UpdateLoadBalancerAttributeCommand";
|
|
169
|
-
import { UpdateRelationalDatabaseCommandInput, UpdateRelationalDatabaseCommandOutput } from "./commands/UpdateRelationalDatabaseCommand";
|
|
170
|
-
import { UpdateRelationalDatabaseParametersCommandInput, UpdateRelationalDatabaseParametersCommandOutput } from "./commands/UpdateRelationalDatabaseParametersCommand";
|
|
171
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AllocateStaticIpCommandInput, AllocateStaticIpCommandOutput } from "./commands/AllocateStaticIpCommand";
|
|
11
|
+
import type { AttachCertificateToDistributionCommandInput, AttachCertificateToDistributionCommandOutput } from "./commands/AttachCertificateToDistributionCommand";
|
|
12
|
+
import type { AttachDiskCommandInput, AttachDiskCommandOutput } from "./commands/AttachDiskCommand";
|
|
13
|
+
import type { AttachInstancesToLoadBalancerCommandInput, AttachInstancesToLoadBalancerCommandOutput } from "./commands/AttachInstancesToLoadBalancerCommand";
|
|
14
|
+
import type { AttachLoadBalancerTlsCertificateCommandInput, AttachLoadBalancerTlsCertificateCommandOutput } from "./commands/AttachLoadBalancerTlsCertificateCommand";
|
|
15
|
+
import type { AttachStaticIpCommandInput, AttachStaticIpCommandOutput } from "./commands/AttachStaticIpCommand";
|
|
16
|
+
import type { CloseInstancePublicPortsCommandInput, CloseInstancePublicPortsCommandOutput } from "./commands/CloseInstancePublicPortsCommand";
|
|
17
|
+
import type { CopySnapshotCommandInput, CopySnapshotCommandOutput } from "./commands/CopySnapshotCommand";
|
|
18
|
+
import type { CreateBucketAccessKeyCommandInput, CreateBucketAccessKeyCommandOutput } from "./commands/CreateBucketAccessKeyCommand";
|
|
19
|
+
import type { CreateBucketCommandInput, CreateBucketCommandOutput } from "./commands/CreateBucketCommand";
|
|
20
|
+
import type { CreateCertificateCommandInput, CreateCertificateCommandOutput } from "./commands/CreateCertificateCommand";
|
|
21
|
+
import type { CreateCloudFormationStackCommandInput, CreateCloudFormationStackCommandOutput } from "./commands/CreateCloudFormationStackCommand";
|
|
22
|
+
import type { CreateContactMethodCommandInput, CreateContactMethodCommandOutput } from "./commands/CreateContactMethodCommand";
|
|
23
|
+
import type { CreateContainerServiceCommandInput, CreateContainerServiceCommandOutput } from "./commands/CreateContainerServiceCommand";
|
|
24
|
+
import type { CreateContainerServiceDeploymentCommandInput, CreateContainerServiceDeploymentCommandOutput } from "./commands/CreateContainerServiceDeploymentCommand";
|
|
25
|
+
import type { CreateContainerServiceRegistryLoginCommandInput, CreateContainerServiceRegistryLoginCommandOutput } from "./commands/CreateContainerServiceRegistryLoginCommand";
|
|
26
|
+
import type { CreateDiskCommandInput, CreateDiskCommandOutput } from "./commands/CreateDiskCommand";
|
|
27
|
+
import type { CreateDiskFromSnapshotCommandInput, CreateDiskFromSnapshotCommandOutput } from "./commands/CreateDiskFromSnapshotCommand";
|
|
28
|
+
import type { CreateDiskSnapshotCommandInput, CreateDiskSnapshotCommandOutput } from "./commands/CreateDiskSnapshotCommand";
|
|
29
|
+
import type { CreateDistributionCommandInput, CreateDistributionCommandOutput } from "./commands/CreateDistributionCommand";
|
|
30
|
+
import type { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
|
|
31
|
+
import type { CreateDomainEntryCommandInput, CreateDomainEntryCommandOutput } from "./commands/CreateDomainEntryCommand";
|
|
32
|
+
import type { CreateGUISessionAccessDetailsCommandInput, CreateGUISessionAccessDetailsCommandOutput } from "./commands/CreateGUISessionAccessDetailsCommand";
|
|
33
|
+
import type { CreateInstancesCommandInput, CreateInstancesCommandOutput } from "./commands/CreateInstancesCommand";
|
|
34
|
+
import type { CreateInstancesFromSnapshotCommandInput, CreateInstancesFromSnapshotCommandOutput } from "./commands/CreateInstancesFromSnapshotCommand";
|
|
35
|
+
import type { CreateInstanceSnapshotCommandInput, CreateInstanceSnapshotCommandOutput } from "./commands/CreateInstanceSnapshotCommand";
|
|
36
|
+
import type { CreateKeyPairCommandInput, CreateKeyPairCommandOutput } from "./commands/CreateKeyPairCommand";
|
|
37
|
+
import type { CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput } from "./commands/CreateLoadBalancerCommand";
|
|
38
|
+
import type { CreateLoadBalancerTlsCertificateCommandInput, CreateLoadBalancerTlsCertificateCommandOutput } from "./commands/CreateLoadBalancerTlsCertificateCommand";
|
|
39
|
+
import type { CreateRelationalDatabaseCommandInput, CreateRelationalDatabaseCommandOutput } from "./commands/CreateRelationalDatabaseCommand";
|
|
40
|
+
import type { CreateRelationalDatabaseFromSnapshotCommandInput, CreateRelationalDatabaseFromSnapshotCommandOutput } from "./commands/CreateRelationalDatabaseFromSnapshotCommand";
|
|
41
|
+
import type { CreateRelationalDatabaseSnapshotCommandInput, CreateRelationalDatabaseSnapshotCommandOutput } from "./commands/CreateRelationalDatabaseSnapshotCommand";
|
|
42
|
+
import type { DeleteAlarmCommandInput, DeleteAlarmCommandOutput } from "./commands/DeleteAlarmCommand";
|
|
43
|
+
import type { DeleteAutoSnapshotCommandInput, DeleteAutoSnapshotCommandOutput } from "./commands/DeleteAutoSnapshotCommand";
|
|
44
|
+
import type { DeleteBucketAccessKeyCommandInput, DeleteBucketAccessKeyCommandOutput } from "./commands/DeleteBucketAccessKeyCommand";
|
|
45
|
+
import type { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "./commands/DeleteBucketCommand";
|
|
46
|
+
import type { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "./commands/DeleteCertificateCommand";
|
|
47
|
+
import type { DeleteContactMethodCommandInput, DeleteContactMethodCommandOutput } from "./commands/DeleteContactMethodCommand";
|
|
48
|
+
import type { DeleteContainerImageCommandInput, DeleteContainerImageCommandOutput } from "./commands/DeleteContainerImageCommand";
|
|
49
|
+
import type { DeleteContainerServiceCommandInput, DeleteContainerServiceCommandOutput } from "./commands/DeleteContainerServiceCommand";
|
|
50
|
+
import type { DeleteDiskCommandInput, DeleteDiskCommandOutput } from "./commands/DeleteDiskCommand";
|
|
51
|
+
import type { DeleteDiskSnapshotCommandInput, DeleteDiskSnapshotCommandOutput } from "./commands/DeleteDiskSnapshotCommand";
|
|
52
|
+
import type { DeleteDistributionCommandInput, DeleteDistributionCommandOutput } from "./commands/DeleteDistributionCommand";
|
|
53
|
+
import type { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
|
|
54
|
+
import type { DeleteDomainEntryCommandInput, DeleteDomainEntryCommandOutput } from "./commands/DeleteDomainEntryCommand";
|
|
55
|
+
import type { DeleteInstanceCommandInput, DeleteInstanceCommandOutput } from "./commands/DeleteInstanceCommand";
|
|
56
|
+
import type { DeleteInstanceSnapshotCommandInput, DeleteInstanceSnapshotCommandOutput } from "./commands/DeleteInstanceSnapshotCommand";
|
|
57
|
+
import type { DeleteKeyPairCommandInput, DeleteKeyPairCommandOutput } from "./commands/DeleteKeyPairCommand";
|
|
58
|
+
import type { DeleteKnownHostKeysCommandInput, DeleteKnownHostKeysCommandOutput } from "./commands/DeleteKnownHostKeysCommand";
|
|
59
|
+
import type { DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput } from "./commands/DeleteLoadBalancerCommand";
|
|
60
|
+
import type { DeleteLoadBalancerTlsCertificateCommandInput, DeleteLoadBalancerTlsCertificateCommandOutput } from "./commands/DeleteLoadBalancerTlsCertificateCommand";
|
|
61
|
+
import type { DeleteRelationalDatabaseCommandInput, DeleteRelationalDatabaseCommandOutput } from "./commands/DeleteRelationalDatabaseCommand";
|
|
62
|
+
import type { DeleteRelationalDatabaseSnapshotCommandInput, DeleteRelationalDatabaseSnapshotCommandOutput } from "./commands/DeleteRelationalDatabaseSnapshotCommand";
|
|
63
|
+
import type { DetachCertificateFromDistributionCommandInput, DetachCertificateFromDistributionCommandOutput } from "./commands/DetachCertificateFromDistributionCommand";
|
|
64
|
+
import type { DetachDiskCommandInput, DetachDiskCommandOutput } from "./commands/DetachDiskCommand";
|
|
65
|
+
import type { DetachInstancesFromLoadBalancerCommandInput, DetachInstancesFromLoadBalancerCommandOutput } from "./commands/DetachInstancesFromLoadBalancerCommand";
|
|
66
|
+
import type { DetachStaticIpCommandInput, DetachStaticIpCommandOutput } from "./commands/DetachStaticIpCommand";
|
|
67
|
+
import type { DisableAddOnCommandInput, DisableAddOnCommandOutput } from "./commands/DisableAddOnCommand";
|
|
68
|
+
import type { DownloadDefaultKeyPairCommandInput, DownloadDefaultKeyPairCommandOutput } from "./commands/DownloadDefaultKeyPairCommand";
|
|
69
|
+
import type { EnableAddOnCommandInput, EnableAddOnCommandOutput } from "./commands/EnableAddOnCommand";
|
|
70
|
+
import type { ExportSnapshotCommandInput, ExportSnapshotCommandOutput } from "./commands/ExportSnapshotCommand";
|
|
71
|
+
import type { GetActiveNamesCommandInput, GetActiveNamesCommandOutput } from "./commands/GetActiveNamesCommand";
|
|
72
|
+
import type { GetAlarmsCommandInput, GetAlarmsCommandOutput } from "./commands/GetAlarmsCommand";
|
|
73
|
+
import type { GetAutoSnapshotsCommandInput, GetAutoSnapshotsCommandOutput } from "./commands/GetAutoSnapshotsCommand";
|
|
74
|
+
import type { GetBlueprintsCommandInput, GetBlueprintsCommandOutput } from "./commands/GetBlueprintsCommand";
|
|
75
|
+
import type { GetBucketAccessKeysCommandInput, GetBucketAccessKeysCommandOutput } from "./commands/GetBucketAccessKeysCommand";
|
|
76
|
+
import type { GetBucketBundlesCommandInput, GetBucketBundlesCommandOutput } from "./commands/GetBucketBundlesCommand";
|
|
77
|
+
import type { GetBucketMetricDataCommandInput, GetBucketMetricDataCommandOutput } from "./commands/GetBucketMetricDataCommand";
|
|
78
|
+
import type { GetBucketsCommandInput, GetBucketsCommandOutput } from "./commands/GetBucketsCommand";
|
|
79
|
+
import type { GetBundlesCommandInput, GetBundlesCommandOutput } from "./commands/GetBundlesCommand";
|
|
80
|
+
import type { GetCertificatesCommandInput, GetCertificatesCommandOutput } from "./commands/GetCertificatesCommand";
|
|
81
|
+
import type { GetCloudFormationStackRecordsCommandInput, GetCloudFormationStackRecordsCommandOutput } from "./commands/GetCloudFormationStackRecordsCommand";
|
|
82
|
+
import type { GetContactMethodsCommandInput, GetContactMethodsCommandOutput } from "./commands/GetContactMethodsCommand";
|
|
83
|
+
import type { GetContainerAPIMetadataCommandInput, GetContainerAPIMetadataCommandOutput } from "./commands/GetContainerAPIMetadataCommand";
|
|
84
|
+
import type { GetContainerImagesCommandInput, GetContainerImagesCommandOutput } from "./commands/GetContainerImagesCommand";
|
|
85
|
+
import type { GetContainerLogCommandInput, GetContainerLogCommandOutput } from "./commands/GetContainerLogCommand";
|
|
86
|
+
import type { GetContainerServiceDeploymentsCommandInput, GetContainerServiceDeploymentsCommandOutput } from "./commands/GetContainerServiceDeploymentsCommand";
|
|
87
|
+
import type { GetContainerServiceMetricDataCommandInput, GetContainerServiceMetricDataCommandOutput } from "./commands/GetContainerServiceMetricDataCommand";
|
|
88
|
+
import type { GetContainerServicePowersCommandInput, GetContainerServicePowersCommandOutput } from "./commands/GetContainerServicePowersCommand";
|
|
89
|
+
import type { GetContainerServicesCommandInput, GetContainerServicesCommandOutput } from "./commands/GetContainerServicesCommand";
|
|
90
|
+
import type { GetCostEstimateCommandInput, GetCostEstimateCommandOutput } from "./commands/GetCostEstimateCommand";
|
|
91
|
+
import type { GetDiskCommandInput, GetDiskCommandOutput } from "./commands/GetDiskCommand";
|
|
92
|
+
import type { GetDisksCommandInput, GetDisksCommandOutput } from "./commands/GetDisksCommand";
|
|
93
|
+
import type { GetDiskSnapshotCommandInput, GetDiskSnapshotCommandOutput } from "./commands/GetDiskSnapshotCommand";
|
|
94
|
+
import type { GetDiskSnapshotsCommandInput, GetDiskSnapshotsCommandOutput } from "./commands/GetDiskSnapshotsCommand";
|
|
95
|
+
import type { GetDistributionBundlesCommandInput, GetDistributionBundlesCommandOutput } from "./commands/GetDistributionBundlesCommand";
|
|
96
|
+
import type { GetDistributionLatestCacheResetCommandInput, GetDistributionLatestCacheResetCommandOutput } from "./commands/GetDistributionLatestCacheResetCommand";
|
|
97
|
+
import type { GetDistributionMetricDataCommandInput, GetDistributionMetricDataCommandOutput } from "./commands/GetDistributionMetricDataCommand";
|
|
98
|
+
import type { GetDistributionsCommandInput, GetDistributionsCommandOutput } from "./commands/GetDistributionsCommand";
|
|
99
|
+
import type { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
100
|
+
import type { GetDomainsCommandInput, GetDomainsCommandOutput } from "./commands/GetDomainsCommand";
|
|
101
|
+
import type { GetExportSnapshotRecordsCommandInput, GetExportSnapshotRecordsCommandOutput } from "./commands/GetExportSnapshotRecordsCommand";
|
|
102
|
+
import type { GetInstanceAccessDetailsCommandInput, GetInstanceAccessDetailsCommandOutput } from "./commands/GetInstanceAccessDetailsCommand";
|
|
103
|
+
import type { GetInstanceCommandInput, GetInstanceCommandOutput } from "./commands/GetInstanceCommand";
|
|
104
|
+
import type { GetInstanceMetricDataCommandInput, GetInstanceMetricDataCommandOutput } from "./commands/GetInstanceMetricDataCommand";
|
|
105
|
+
import type { GetInstancePortStatesCommandInput, GetInstancePortStatesCommandOutput } from "./commands/GetInstancePortStatesCommand";
|
|
106
|
+
import type { GetInstancesCommandInput, GetInstancesCommandOutput } from "./commands/GetInstancesCommand";
|
|
107
|
+
import type { GetInstanceSnapshotCommandInput, GetInstanceSnapshotCommandOutput } from "./commands/GetInstanceSnapshotCommand";
|
|
108
|
+
import type { GetInstanceSnapshotsCommandInput, GetInstanceSnapshotsCommandOutput } from "./commands/GetInstanceSnapshotsCommand";
|
|
109
|
+
import type { GetInstanceStateCommandInput, GetInstanceStateCommandOutput } from "./commands/GetInstanceStateCommand";
|
|
110
|
+
import type { GetKeyPairCommandInput, GetKeyPairCommandOutput } from "./commands/GetKeyPairCommand";
|
|
111
|
+
import type { GetKeyPairsCommandInput, GetKeyPairsCommandOutput } from "./commands/GetKeyPairsCommand";
|
|
112
|
+
import type { GetLoadBalancerCommandInput, GetLoadBalancerCommandOutput } from "./commands/GetLoadBalancerCommand";
|
|
113
|
+
import type { GetLoadBalancerMetricDataCommandInput, GetLoadBalancerMetricDataCommandOutput } from "./commands/GetLoadBalancerMetricDataCommand";
|
|
114
|
+
import type { GetLoadBalancersCommandInput, GetLoadBalancersCommandOutput } from "./commands/GetLoadBalancersCommand";
|
|
115
|
+
import type { GetLoadBalancerTlsCertificatesCommandInput, GetLoadBalancerTlsCertificatesCommandOutput } from "./commands/GetLoadBalancerTlsCertificatesCommand";
|
|
116
|
+
import type { GetLoadBalancerTlsPoliciesCommandInput, GetLoadBalancerTlsPoliciesCommandOutput } from "./commands/GetLoadBalancerTlsPoliciesCommand";
|
|
117
|
+
import type { GetOperationCommandInput, GetOperationCommandOutput } from "./commands/GetOperationCommand";
|
|
118
|
+
import type { GetOperationsCommandInput, GetOperationsCommandOutput } from "./commands/GetOperationsCommand";
|
|
119
|
+
import type { GetOperationsForResourceCommandInput, GetOperationsForResourceCommandOutput } from "./commands/GetOperationsForResourceCommand";
|
|
120
|
+
import type { GetRegionsCommandInput, GetRegionsCommandOutput } from "./commands/GetRegionsCommand";
|
|
121
|
+
import type { GetRelationalDatabaseBlueprintsCommandInput, GetRelationalDatabaseBlueprintsCommandOutput } from "./commands/GetRelationalDatabaseBlueprintsCommand";
|
|
122
|
+
import type { GetRelationalDatabaseBundlesCommandInput, GetRelationalDatabaseBundlesCommandOutput } from "./commands/GetRelationalDatabaseBundlesCommand";
|
|
123
|
+
import type { GetRelationalDatabaseCommandInput, GetRelationalDatabaseCommandOutput } from "./commands/GetRelationalDatabaseCommand";
|
|
124
|
+
import type { GetRelationalDatabaseEventsCommandInput, GetRelationalDatabaseEventsCommandOutput } from "./commands/GetRelationalDatabaseEventsCommand";
|
|
125
|
+
import type { GetRelationalDatabaseLogEventsCommandInput, GetRelationalDatabaseLogEventsCommandOutput } from "./commands/GetRelationalDatabaseLogEventsCommand";
|
|
126
|
+
import type { GetRelationalDatabaseLogStreamsCommandInput, GetRelationalDatabaseLogStreamsCommandOutput } from "./commands/GetRelationalDatabaseLogStreamsCommand";
|
|
127
|
+
import type { GetRelationalDatabaseMasterUserPasswordCommandInput, GetRelationalDatabaseMasterUserPasswordCommandOutput } from "./commands/GetRelationalDatabaseMasterUserPasswordCommand";
|
|
128
|
+
import type { GetRelationalDatabaseMetricDataCommandInput, GetRelationalDatabaseMetricDataCommandOutput } from "./commands/GetRelationalDatabaseMetricDataCommand";
|
|
129
|
+
import type { GetRelationalDatabaseParametersCommandInput, GetRelationalDatabaseParametersCommandOutput } from "./commands/GetRelationalDatabaseParametersCommand";
|
|
130
|
+
import type { GetRelationalDatabasesCommandInput, GetRelationalDatabasesCommandOutput } from "./commands/GetRelationalDatabasesCommand";
|
|
131
|
+
import type { GetRelationalDatabaseSnapshotCommandInput, GetRelationalDatabaseSnapshotCommandOutput } from "./commands/GetRelationalDatabaseSnapshotCommand";
|
|
132
|
+
import type { GetRelationalDatabaseSnapshotsCommandInput, GetRelationalDatabaseSnapshotsCommandOutput } from "./commands/GetRelationalDatabaseSnapshotsCommand";
|
|
133
|
+
import type { GetSetupHistoryCommandInput, GetSetupHistoryCommandOutput } from "./commands/GetSetupHistoryCommand";
|
|
134
|
+
import type { GetStaticIpCommandInput, GetStaticIpCommandOutput } from "./commands/GetStaticIpCommand";
|
|
135
|
+
import type { GetStaticIpsCommandInput, GetStaticIpsCommandOutput } from "./commands/GetStaticIpsCommand";
|
|
136
|
+
import type { ImportKeyPairCommandInput, ImportKeyPairCommandOutput } from "./commands/ImportKeyPairCommand";
|
|
137
|
+
import type { IsVpcPeeredCommandInput, IsVpcPeeredCommandOutput } from "./commands/IsVpcPeeredCommand";
|
|
138
|
+
import type { OpenInstancePublicPortsCommandInput, OpenInstancePublicPortsCommandOutput } from "./commands/OpenInstancePublicPortsCommand";
|
|
139
|
+
import type { PeerVpcCommandInput, PeerVpcCommandOutput } from "./commands/PeerVpcCommand";
|
|
140
|
+
import type { PutAlarmCommandInput, PutAlarmCommandOutput } from "./commands/PutAlarmCommand";
|
|
141
|
+
import type { PutInstancePublicPortsCommandInput, PutInstancePublicPortsCommandOutput } from "./commands/PutInstancePublicPortsCommand";
|
|
142
|
+
import type { RebootInstanceCommandInput, RebootInstanceCommandOutput } from "./commands/RebootInstanceCommand";
|
|
143
|
+
import type { RebootRelationalDatabaseCommandInput, RebootRelationalDatabaseCommandOutput } from "./commands/RebootRelationalDatabaseCommand";
|
|
144
|
+
import type { RegisterContainerImageCommandInput, RegisterContainerImageCommandOutput } from "./commands/RegisterContainerImageCommand";
|
|
145
|
+
import type { ReleaseStaticIpCommandInput, ReleaseStaticIpCommandOutput } from "./commands/ReleaseStaticIpCommand";
|
|
146
|
+
import type { ResetDistributionCacheCommandInput, ResetDistributionCacheCommandOutput } from "./commands/ResetDistributionCacheCommand";
|
|
147
|
+
import type { SendContactMethodVerificationCommandInput, SendContactMethodVerificationCommandOutput } from "./commands/SendContactMethodVerificationCommand";
|
|
148
|
+
import type { SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput } from "./commands/SetIpAddressTypeCommand";
|
|
149
|
+
import type { SetResourceAccessForBucketCommandInput, SetResourceAccessForBucketCommandOutput } from "./commands/SetResourceAccessForBucketCommand";
|
|
150
|
+
import type { SetupInstanceHttpsCommandInput, SetupInstanceHttpsCommandOutput } from "./commands/SetupInstanceHttpsCommand";
|
|
151
|
+
import type { StartGUISessionCommandInput, StartGUISessionCommandOutput } from "./commands/StartGUISessionCommand";
|
|
152
|
+
import type { StartInstanceCommandInput, StartInstanceCommandOutput } from "./commands/StartInstanceCommand";
|
|
153
|
+
import type { StartRelationalDatabaseCommandInput, StartRelationalDatabaseCommandOutput } from "./commands/StartRelationalDatabaseCommand";
|
|
154
|
+
import type { StopGUISessionCommandInput, StopGUISessionCommandOutput } from "./commands/StopGUISessionCommand";
|
|
155
|
+
import type { StopInstanceCommandInput, StopInstanceCommandOutput } from "./commands/StopInstanceCommand";
|
|
156
|
+
import type { StopRelationalDatabaseCommandInput, StopRelationalDatabaseCommandOutput } from "./commands/StopRelationalDatabaseCommand";
|
|
157
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
158
|
+
import type { TestAlarmCommandInput, TestAlarmCommandOutput } from "./commands/TestAlarmCommand";
|
|
159
|
+
import type { UnpeerVpcCommandInput, UnpeerVpcCommandOutput } from "./commands/UnpeerVpcCommand";
|
|
160
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
161
|
+
import type { UpdateBucketBundleCommandInput, UpdateBucketBundleCommandOutput } from "./commands/UpdateBucketBundleCommand";
|
|
162
|
+
import type { UpdateBucketCommandInput, UpdateBucketCommandOutput } from "./commands/UpdateBucketCommand";
|
|
163
|
+
import type { UpdateContainerServiceCommandInput, UpdateContainerServiceCommandOutput } from "./commands/UpdateContainerServiceCommand";
|
|
164
|
+
import type { UpdateDistributionBundleCommandInput, UpdateDistributionBundleCommandOutput } from "./commands/UpdateDistributionBundleCommand";
|
|
165
|
+
import type { UpdateDistributionCommandInput, UpdateDistributionCommandOutput } from "./commands/UpdateDistributionCommand";
|
|
166
|
+
import type { UpdateDomainEntryCommandInput, UpdateDomainEntryCommandOutput } from "./commands/UpdateDomainEntryCommand";
|
|
167
|
+
import type { UpdateInstanceMetadataOptionsCommandInput, UpdateInstanceMetadataOptionsCommandOutput } from "./commands/UpdateInstanceMetadataOptionsCommand";
|
|
168
|
+
import type { UpdateLoadBalancerAttributeCommandInput, UpdateLoadBalancerAttributeCommandOutput } from "./commands/UpdateLoadBalancerAttributeCommand";
|
|
169
|
+
import type { UpdateRelationalDatabaseCommandInput, UpdateRelationalDatabaseCommandOutput } from "./commands/UpdateRelationalDatabaseCommand";
|
|
170
|
+
import type { UpdateRelationalDatabaseParametersCommandInput, UpdateRelationalDatabaseParametersCommandOutput } from "./commands/UpdateRelationalDatabaseParametersCommand";
|
|
171
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
172
172
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
173
173
|
export { __Client };
|
|
174
174
|
/**
|
|
@@ -277,7 +277,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
277
277
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
278
278
|
* @internal
|
|
279
279
|
*/
|
|
280
|
-
defaultUserAgentProvider?:
|
|
280
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
281
281
|
/**
|
|
282
282
|
* Default credentials provider; Not available in browser runtime.
|
|
283
283
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { LightsailHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
*/
|
|
19
19
|
export * from "./LightsailClient";
|
|
20
20
|
export * from "./Lightsail";
|
|
21
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
21
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
22
22
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
23
23
|
export type { LightsailExtensionConfiguration } from "./extensionConfiguration";
|
|
24
24
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessDirection, AccessType, AccountLevelBpaSyncStatus, AddOnType, AlarmState, AppCategory, AutoMountStatus, AutoSnapshotStatus, BehaviorEnum, BlueprintType, BPAStatusMessage, BucketMetricName, CertificateDomainValidationStatus, CertificateStatus, CloudFormationStackRecordSourceType, ComparisonOperator, ContactMethodStatus, ContactProtocol, ContainerServiceDeploymentState, ContainerServiceMetricName, ContainerServicePowerName, ContainerServiceProtocol, ContainerServiceState, ContainerServiceStateDetailCode, Currency, DiskSnapshotState, DiskState, DistributionMetricName, DnsRecordCreationStateCode, ExportSnapshotRecordSourceType, ForwardValues, HeaderEnum, HttpEndpoint, HttpProtocolIpv6, HttpTokens, InstanceAccessProtocol, InstanceMetadataState, InstanceMetricName, InstancePlatform, InstanceSnapshotState, IpAddressType, MetricName, MetricStatistic, MetricUnit, NameServersUpdateStateCode, NetworkProtocol, OperationStatus, OperationType, OriginProtocolPolicyEnum, PortAccessType, PortInfoSourceType, PortState, PricingUnit, R53HostedZoneDeletionStateCode, RecordState, RegionName, RenewalStatus, ResourceType, Status, StatusType, TreatMissingData, ViewerMinimumTlsProtocolVersionEnum } from "./enums";
|
|
1
|
+
import type { AccessDirection, AccessType, AccountLevelBpaSyncStatus, AddOnType, AlarmState, AppCategory, AutoMountStatus, AutoSnapshotStatus, BehaviorEnum, BlueprintType, BPAStatusMessage, BucketMetricName, CertificateDomainValidationStatus, CertificateStatus, CloudFormationStackRecordSourceType, ComparisonOperator, ContactMethodStatus, ContactProtocol, ContainerServiceDeploymentState, ContainerServiceMetricName, ContainerServicePowerName, ContainerServiceProtocol, ContainerServiceState, ContainerServiceStateDetailCode, Currency, DiskSnapshotState, DiskState, DistributionMetricName, DnsRecordCreationStateCode, ExportSnapshotRecordSourceType, ForwardValues, HeaderEnum, HttpEndpoint, HttpProtocolIpv6, HttpTokens, InstanceAccessProtocol, InstanceMetadataState, InstanceMetricName, InstancePlatform, InstanceSnapshotState, IpAddressType, MetricName, MetricStatistic, MetricUnit, NameServersUpdateStateCode, NetworkProtocol, OperationStatus, OperationType, OriginProtocolPolicyEnum, PortAccessType, PortInfoSourceType, PortState, PricingUnit, R53HostedZoneDeletionStateCode, RecordState, RegionName, RenewalStatus, ResourceType, Status, StatusType, TreatMissingData, ViewerMinimumTlsProtocolVersionEnum } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Describes the last time an access key was used.</p>
|
|
4
4
|
* <note>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AlarmState, CertificateProvider, ComparisonOperator, ContactMethodVerificationProtocol, ContactProtocol, ContainerServicePowerName, HttpEndpoint, HttpProtocolIpv6, HttpTokens, InstanceHealthReason, InstanceHealthState, IpAddressType, LoadBalancerAttributeName, LoadBalancerMetricName, LoadBalancerProtocol, LoadBalancerState, LoadBalancerTlsCertificateDnsRecordCreationStateCode, LoadBalancerTlsCertificateDomainStatus, LoadBalancerTlsCertificateFailureReason, LoadBalancerTlsCertificateRenewalStatus, LoadBalancerTlsCertificateRevocationReason, LoadBalancerTlsCertificateStatus, MetricName, MetricStatistic, MetricUnit, RegionName, RelationalDatabaseEngine, RelationalDatabaseMetricName, RelationalDatabasePasswordVersion, ResourceBucketAccess, ResourceType, SetupStatus, TreatMissingData, ViewerMinimumTlsProtocolVersionEnum } from "./enums";
|
|
2
|
-
import {
|
|
1
|
+
import type { AlarmState, CertificateProvider, ComparisonOperator, ContactMethodVerificationProtocol, ContactProtocol, ContainerServicePowerName, HttpEndpoint, HttpProtocolIpv6, HttpTokens, InstanceHealthReason, InstanceHealthState, IpAddressType, LoadBalancerAttributeName, LoadBalancerMetricName, LoadBalancerProtocol, LoadBalancerState, LoadBalancerTlsCertificateDnsRecordCreationStateCode, LoadBalancerTlsCertificateDomainStatus, LoadBalancerTlsCertificateFailureReason, LoadBalancerTlsCertificateRenewalStatus, LoadBalancerTlsCertificateRevocationReason, LoadBalancerTlsCertificateStatus, MetricName, MetricStatistic, MetricUnit, RegionName, RelationalDatabaseEngine, RelationalDatabaseMetricName, RelationalDatabasePasswordVersion, ResourceBucketAccess, ResourceType, SetupStatus, TreatMissingData, ViewerMinimumTlsProtocolVersionEnum } from "./enums";
|
|
2
|
+
import type { AccessRules, AvailabilityZone, Bucket, BucketAccessLogConfig, BucketCorsConfig, CacheBehavior, CacheBehaviorPerPath, CacheSettings, ContainerImage, ContainerService, DomainEntry, InputOrigin, MetricDatapoint, Operation, PortInfo, PrivateRegistryAccessRequest, ResourceLocation, Tag } from "./models_0";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Describes information about the health of the instance.</p>
|
|
5
5
|
* @public
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -1038,7 +1037,7 @@ export interface ClientDefaults
|
|
|
1038
1037
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
1039
1038
|
region?: string | __Provider<string>;
|
|
1040
1039
|
profile?: string;
|
|
1041
|
-
defaultUserAgentProvider?:
|
|
1040
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
1042
1041
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
1043
1042
|
maxAttempts?: number | __Provider<number>;
|
|
1044
1043
|
retryMode?: string | __Provider<string>;
|
|
@@ -36,22 +36,22 @@ import {
|
|
|
36
36
|
} from "./enums";
|
|
37
37
|
import {
|
|
38
38
|
AccessRules,
|
|
39
|
+
AvailabilityZone,
|
|
39
40
|
Bucket,
|
|
40
41
|
BucketAccessLogConfig,
|
|
41
42
|
BucketCorsConfig,
|
|
42
43
|
CacheBehavior,
|
|
44
|
+
CacheBehaviorPerPath,
|
|
43
45
|
CacheSettings,
|
|
44
46
|
ContainerImage,
|
|
45
47
|
ContainerService,
|
|
46
48
|
DomainEntry,
|
|
47
49
|
InputOrigin,
|
|
48
|
-
PrivateRegistryAccessRequest,
|
|
49
|
-
ResourceLocation,
|
|
50
|
-
AvailabilityZone,
|
|
51
|
-
CacheBehaviorPerPath,
|
|
52
50
|
MetricDatapoint,
|
|
53
51
|
Operation,
|
|
54
52
|
PortInfo,
|
|
53
|
+
PrivateRegistryAccessRequest,
|
|
54
|
+
ResourceLocation,
|
|
55
55
|
Tag,
|
|
56
56
|
} from "./models_0";
|
|
57
57
|
export interface InstanceHealthSummary {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lightsail",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lightsail Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1021.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lightsail",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|