@aws-sdk/client-lightsail 3.1018.0 → 3.1020.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-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-es/Lightsail.js +16 -16
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- 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/auth/httpAuthSchemeProvider.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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- 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/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +4 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +13 -13
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveHttpAuthSchemeConfig = exports.defaultLightsailHttpAuthSchemeProvider = exports.defaultLightsailHttpAuthSchemeParametersProvider = void 0;
|
|
4
|
-
const
|
|
4
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
5
5
|
const util_middleware_1 = require("@smithy/util-middleware");
|
|
6
6
|
const defaultLightsailHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
@@ -38,7 +38,7 @@ const defaultLightsailHttpAuthSchemeProvider = (authParameters) => {
|
|
|
38
38
|
};
|
|
39
39
|
exports.defaultLightsailHttpAuthSchemeProvider = defaultLightsailHttpAuthSchemeProvider;
|
|
40
40
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
41
|
-
const config_0 = (0,
|
|
41
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
42
42
|
return Object.assign(config_0, {
|
|
43
43
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
|
|
44
44
|
});
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
|
-
const
|
|
6
|
+
const client_1 = require("@aws-sdk/core/client");
|
|
7
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
7
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
8
9
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
9
10
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
@@ -21,7 +22,7 @@ const getRuntimeConfig = (config) => {
|
|
|
21
22
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
22
23
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
23
24
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
24
|
-
(0,
|
|
25
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
25
26
|
const loaderConfig = {
|
|
26
27
|
profile: config?.profile,
|
|
27
28
|
logger: clientSharedValues.logger,
|
|
@@ -31,7 +32,7 @@ const getRuntimeConfig = (config) => {
|
|
|
31
32
|
...config,
|
|
32
33
|
runtime: "node",
|
|
33
34
|
defaultsMode,
|
|
34
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
35
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
35
36
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
36
37
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
37
38
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const
|
|
4
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
5
5
|
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
@@ -23,7 +23,7 @@ const getRuntimeConfig = (config) => {
|
|
|
23
23
|
{
|
|
24
24
|
schemeId: "aws.auth#sigv4",
|
|
25
25
|
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
26
|
-
signer: new
|
|
26
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
|
|
27
27
|
},
|
|
28
28
|
],
|
|
29
29
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
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,4 +1,4 @@
|
|
|
1
|
-
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core";
|
|
1
|
+
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
3
3
|
export const defaultLightsailHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { emitWarningIfUnsupportedVersion as awsCheckVersion
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
|
|
3
|
+
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
3
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
5
6
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
3
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
4
4
|
import { parseUrl } from "@smithy/url-parser";
|
|
@@ -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
|
/**
|