@aws-sdk/client-lightsail 3.183.0 → 3.185.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/Lightsail.js +629 -622
- package/dist-es/LightsailClient.js +28 -22
- package/dist-es/commands/AllocateStaticIpCommand.js +28 -21
- package/dist-es/commands/AttachCertificateToDistributionCommand.js +28 -21
- package/dist-es/commands/AttachDiskCommand.js +28 -21
- package/dist-es/commands/AttachInstancesToLoadBalancerCommand.js +28 -21
- package/dist-es/commands/AttachLoadBalancerTlsCertificateCommand.js +28 -21
- package/dist-es/commands/AttachStaticIpCommand.js +28 -21
- package/dist-es/commands/CloseInstancePublicPortsCommand.js +28 -21
- package/dist-es/commands/CopySnapshotCommand.js +28 -21
- package/dist-es/commands/CreateBucketAccessKeyCommand.js +28 -21
- package/dist-es/commands/CreateBucketCommand.js +28 -21
- package/dist-es/commands/CreateCertificateCommand.js +28 -21
- package/dist-es/commands/CreateCloudFormationStackCommand.js +28 -21
- package/dist-es/commands/CreateContactMethodCommand.js +28 -21
- package/dist-es/commands/CreateContainerServiceCommand.js +28 -21
- package/dist-es/commands/CreateContainerServiceDeploymentCommand.js +28 -21
- package/dist-es/commands/CreateContainerServiceRegistryLoginCommand.js +28 -21
- package/dist-es/commands/CreateDiskCommand.js +28 -21
- package/dist-es/commands/CreateDiskFromSnapshotCommand.js +28 -21
- package/dist-es/commands/CreateDiskSnapshotCommand.js +28 -21
- package/dist-es/commands/CreateDistributionCommand.js +28 -21
- package/dist-es/commands/CreateDomainCommand.js +28 -21
- package/dist-es/commands/CreateDomainEntryCommand.js +28 -21
- package/dist-es/commands/CreateInstanceSnapshotCommand.js +28 -21
- package/dist-es/commands/CreateInstancesCommand.js +28 -21
- package/dist-es/commands/CreateInstancesFromSnapshotCommand.js +28 -21
- package/dist-es/commands/CreateKeyPairCommand.js +28 -21
- package/dist-es/commands/CreateLoadBalancerCommand.js +28 -21
- package/dist-es/commands/CreateLoadBalancerTlsCertificateCommand.js +28 -21
- package/dist-es/commands/CreateRelationalDatabaseCommand.js +28 -21
- package/dist-es/commands/CreateRelationalDatabaseFromSnapshotCommand.js +28 -21
- package/dist-es/commands/CreateRelationalDatabaseSnapshotCommand.js +28 -21
- package/dist-es/commands/DeleteAlarmCommand.js +28 -21
- package/dist-es/commands/DeleteAutoSnapshotCommand.js +28 -21
- package/dist-es/commands/DeleteBucketAccessKeyCommand.js +28 -21
- package/dist-es/commands/DeleteBucketCommand.js +28 -21
- package/dist-es/commands/DeleteCertificateCommand.js +28 -21
- package/dist-es/commands/DeleteContactMethodCommand.js +28 -21
- package/dist-es/commands/DeleteContainerImageCommand.js +28 -21
- package/dist-es/commands/DeleteContainerServiceCommand.js +28 -21
- package/dist-es/commands/DeleteDiskCommand.js +28 -21
- package/dist-es/commands/DeleteDiskSnapshotCommand.js +28 -21
- package/dist-es/commands/DeleteDistributionCommand.js +28 -21
- package/dist-es/commands/DeleteDomainCommand.js +28 -21
- package/dist-es/commands/DeleteDomainEntryCommand.js +28 -21
- package/dist-es/commands/DeleteInstanceCommand.js +28 -21
- package/dist-es/commands/DeleteInstanceSnapshotCommand.js +28 -21
- package/dist-es/commands/DeleteKeyPairCommand.js +28 -21
- package/dist-es/commands/DeleteKnownHostKeysCommand.js +28 -21
- package/dist-es/commands/DeleteLoadBalancerCommand.js +28 -21
- package/dist-es/commands/DeleteLoadBalancerTlsCertificateCommand.js +28 -21
- package/dist-es/commands/DeleteRelationalDatabaseCommand.js +28 -21
- package/dist-es/commands/DeleteRelationalDatabaseSnapshotCommand.js +28 -21
- package/dist-es/commands/DetachCertificateFromDistributionCommand.js +28 -21
- package/dist-es/commands/DetachDiskCommand.js +28 -21
- package/dist-es/commands/DetachInstancesFromLoadBalancerCommand.js +28 -21
- package/dist-es/commands/DetachStaticIpCommand.js +28 -21
- package/dist-es/commands/DisableAddOnCommand.js +28 -21
- package/dist-es/commands/DownloadDefaultKeyPairCommand.js +28 -21
- package/dist-es/commands/EnableAddOnCommand.js +28 -21
- package/dist-es/commands/ExportSnapshotCommand.js +28 -21
- package/dist-es/commands/GetActiveNamesCommand.js +28 -21
- package/dist-es/commands/GetAlarmsCommand.js +28 -21
- package/dist-es/commands/GetAutoSnapshotsCommand.js +28 -21
- package/dist-es/commands/GetBlueprintsCommand.js +28 -21
- package/dist-es/commands/GetBucketAccessKeysCommand.js +28 -21
- package/dist-es/commands/GetBucketBundlesCommand.js +28 -21
- package/dist-es/commands/GetBucketMetricDataCommand.js +28 -21
- package/dist-es/commands/GetBucketsCommand.js +28 -21
- package/dist-es/commands/GetBundlesCommand.js +28 -21
- package/dist-es/commands/GetCertificatesCommand.js +28 -21
- package/dist-es/commands/GetCloudFormationStackRecordsCommand.js +28 -21
- package/dist-es/commands/GetContactMethodsCommand.js +28 -21
- package/dist-es/commands/GetContainerAPIMetadataCommand.js +28 -21
- package/dist-es/commands/GetContainerImagesCommand.js +28 -21
- package/dist-es/commands/GetContainerLogCommand.js +28 -21
- package/dist-es/commands/GetContainerServiceDeploymentsCommand.js +28 -21
- package/dist-es/commands/GetContainerServiceMetricDataCommand.js +28 -21
- package/dist-es/commands/GetContainerServicePowersCommand.js +28 -21
- package/dist-es/commands/GetContainerServicesCommand.js +28 -21
- package/dist-es/commands/GetDiskCommand.js +28 -21
- package/dist-es/commands/GetDiskSnapshotCommand.js +28 -21
- package/dist-es/commands/GetDiskSnapshotsCommand.js +28 -21
- package/dist-es/commands/GetDisksCommand.js +28 -21
- package/dist-es/commands/GetDistributionBundlesCommand.js +28 -21
- package/dist-es/commands/GetDistributionLatestCacheResetCommand.js +28 -21
- package/dist-es/commands/GetDistributionMetricDataCommand.js +28 -21
- package/dist-es/commands/GetDistributionsCommand.js +28 -21
- package/dist-es/commands/GetDomainCommand.js +28 -21
- package/dist-es/commands/GetDomainsCommand.js +28 -21
- package/dist-es/commands/GetExportSnapshotRecordsCommand.js +28 -21
- package/dist-es/commands/GetInstanceAccessDetailsCommand.js +28 -21
- package/dist-es/commands/GetInstanceCommand.js +28 -21
- package/dist-es/commands/GetInstanceMetricDataCommand.js +28 -21
- package/dist-es/commands/GetInstancePortStatesCommand.js +28 -21
- package/dist-es/commands/GetInstanceSnapshotCommand.js +28 -21
- package/dist-es/commands/GetInstanceSnapshotsCommand.js +28 -21
- package/dist-es/commands/GetInstanceStateCommand.js +28 -21
- package/dist-es/commands/GetInstancesCommand.js +28 -21
- package/dist-es/commands/GetKeyPairCommand.js +28 -21
- package/dist-es/commands/GetKeyPairsCommand.js +28 -21
- package/dist-es/commands/GetLoadBalancerCommand.js +28 -21
- package/dist-es/commands/GetLoadBalancerMetricDataCommand.js +28 -21
- package/dist-es/commands/GetLoadBalancerTlsCertificatesCommand.js +28 -21
- package/dist-es/commands/GetLoadBalancerTlsPoliciesCommand.js +28 -21
- package/dist-es/commands/GetLoadBalancersCommand.js +28 -21
- package/dist-es/commands/GetOperationCommand.js +28 -21
- package/dist-es/commands/GetOperationsCommand.js +28 -21
- package/dist-es/commands/GetOperationsForResourceCommand.js +28 -21
- package/dist-es/commands/GetRegionsCommand.js +28 -21
- package/dist-es/commands/GetRelationalDatabaseBlueprintsCommand.js +28 -21
- package/dist-es/commands/GetRelationalDatabaseBundlesCommand.js +28 -21
- package/dist-es/commands/GetRelationalDatabaseCommand.js +28 -21
- package/dist-es/commands/GetRelationalDatabaseEventsCommand.js +28 -21
- package/dist-es/commands/GetRelationalDatabaseLogEventsCommand.js +28 -21
- package/dist-es/commands/GetRelationalDatabaseLogStreamsCommand.js +28 -21
- package/dist-es/commands/GetRelationalDatabaseMasterUserPasswordCommand.js +28 -21
- package/dist-es/commands/GetRelationalDatabaseMetricDataCommand.js +28 -21
- package/dist-es/commands/GetRelationalDatabaseParametersCommand.js +28 -21
- package/dist-es/commands/GetRelationalDatabaseSnapshotCommand.js +28 -21
- package/dist-es/commands/GetRelationalDatabaseSnapshotsCommand.js +28 -21
- package/dist-es/commands/GetRelationalDatabasesCommand.js +28 -21
- package/dist-es/commands/GetStaticIpCommand.js +28 -21
- package/dist-es/commands/GetStaticIpsCommand.js +28 -21
- package/dist-es/commands/ImportKeyPairCommand.js +28 -21
- package/dist-es/commands/IsVpcPeeredCommand.js +28 -21
- package/dist-es/commands/OpenInstancePublicPortsCommand.js +28 -21
- package/dist-es/commands/PeerVpcCommand.js +28 -21
- package/dist-es/commands/PutAlarmCommand.js +28 -21
- package/dist-es/commands/PutInstancePublicPortsCommand.js +28 -21
- package/dist-es/commands/RebootInstanceCommand.js +28 -21
- package/dist-es/commands/RebootRelationalDatabaseCommand.js +28 -21
- package/dist-es/commands/RegisterContainerImageCommand.js +28 -21
- package/dist-es/commands/ReleaseStaticIpCommand.js +28 -21
- package/dist-es/commands/ResetDistributionCacheCommand.js +28 -21
- package/dist-es/commands/SendContactMethodVerificationCommand.js +28 -21
- package/dist-es/commands/SetIpAddressTypeCommand.js +28 -21
- package/dist-es/commands/SetResourceAccessForBucketCommand.js +28 -21
- package/dist-es/commands/StartInstanceCommand.js +28 -21
- package/dist-es/commands/StartRelationalDatabaseCommand.js +28 -21
- package/dist-es/commands/StopInstanceCommand.js +28 -21
- package/dist-es/commands/StopRelationalDatabaseCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/TestAlarmCommand.js +28 -21
- package/dist-es/commands/UnpeerVpcCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateBucketBundleCommand.js +28 -21
- package/dist-es/commands/UpdateBucketCommand.js +28 -21
- package/dist-es/commands/UpdateContainerServiceCommand.js +28 -21
- package/dist-es/commands/UpdateDistributionBundleCommand.js +28 -21
- package/dist-es/commands/UpdateDistributionCommand.js +28 -21
- package/dist-es/commands/UpdateDomainEntryCommand.js +28 -21
- package/dist-es/commands/UpdateInstanceMetadataOptionsCommand.js +28 -21
- package/dist-es/commands/UpdateLoadBalancerAttributeCommand.js +28 -21
- package/dist-es/commands/UpdateRelationalDatabaseCommand.js +28 -21
- package/dist-es/commands/UpdateRelationalDatabaseParametersCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/LightsailServiceException.js +10 -5
- package/dist-es/models/models_0.js +348 -849
- package/dist-es/models/models_1.js +166 -497
- package/dist-es/protocols/Aws_json1_1.js +14201 -10880
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateRelationalDatabaseFromSnapshotRequestFilterSensitiveLog, CreateRelationalDatabaseFromSnapshotResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreateRelationalDatabaseFromSnapshotCommand, serializeAws_json1_1CreateRelationalDatabaseFromSnapshotCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateRelationalDatabaseFromSnapshotCommand = (function (_super) {
|
|
7
|
+
__extends(CreateRelationalDatabaseFromSnapshotCommand, _super);
|
|
8
|
+
function CreateRelationalDatabaseFromSnapshotCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateRelationalDatabaseFromSnapshotCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "LightsailClient";
|
|
18
|
+
var commandName = "CreateRelationalDatabaseFromSnapshotCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateRelationalDatabaseFromSnapshotRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateRelationalDatabaseFromSnapshotResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateRelationalDatabaseFromSnapshotCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreateRelationalDatabaseFromSnapshotCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateRelationalDatabaseFromSnapshotCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreateRelationalDatabaseFromSnapshotCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateRelationalDatabaseFromSnapshotCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateRelationalDatabaseFromSnapshotCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { CreateRelationalDatabaseSnapshotRequestFilterSensitiveLog, CreateRelationalDatabaseSnapshotResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1CreateRelationalDatabaseSnapshotCommand, serializeAws_json1_1CreateRelationalDatabaseSnapshotCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var CreateRelationalDatabaseSnapshotCommand = (function (_super) {
|
|
7
|
+
__extends(CreateRelationalDatabaseSnapshotCommand, _super);
|
|
8
|
+
function CreateRelationalDatabaseSnapshotCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
CreateRelationalDatabaseSnapshotCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "LightsailClient";
|
|
18
|
+
var commandName = "CreateRelationalDatabaseSnapshotCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: CreateRelationalDatabaseSnapshotRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: CreateRelationalDatabaseSnapshotResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateRelationalDatabaseSnapshotCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1CreateRelationalDatabaseSnapshotCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
CreateRelationalDatabaseSnapshotCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1CreateRelationalDatabaseSnapshotCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return CreateRelationalDatabaseSnapshotCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateRelationalDatabaseSnapshotCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteAlarmRequestFilterSensitiveLog, DeleteAlarmResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteAlarmCommand, serializeAws_json1_1DeleteAlarmCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteAlarmCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteAlarmCommand, _super);
|
|
8
|
+
function DeleteAlarmCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteAlarmCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "LightsailClient";
|
|
18
|
+
var commandName = "DeleteAlarmCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteAlarmRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteAlarmResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteAlarmCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteAlarmCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteAlarmCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteAlarmCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteAlarmCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteAlarmCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteAutoSnapshotRequestFilterSensitiveLog, DeleteAutoSnapshotResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteAutoSnapshotCommand, serializeAws_json1_1DeleteAutoSnapshotCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteAutoSnapshotCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteAutoSnapshotCommand, _super);
|
|
8
|
+
function DeleteAutoSnapshotCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteAutoSnapshotCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "LightsailClient";
|
|
18
|
+
var commandName = "DeleteAutoSnapshotCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteAutoSnapshotRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteAutoSnapshotResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteAutoSnapshotCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteAutoSnapshotCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteAutoSnapshotCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteAutoSnapshotCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteAutoSnapshotCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteAutoSnapshotCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteBucketAccessKeyRequestFilterSensitiveLog, DeleteBucketAccessKeyResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteBucketAccessKeyCommand, serializeAws_json1_1DeleteBucketAccessKeyCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteBucketAccessKeyCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteBucketAccessKeyCommand, _super);
|
|
8
|
+
function DeleteBucketAccessKeyCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteBucketAccessKeyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "LightsailClient";
|
|
18
|
+
var commandName = "DeleteBucketAccessKeyCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteBucketAccessKeyRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteBucketAccessKeyResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteBucketAccessKeyCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteBucketAccessKeyCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteBucketAccessKeyCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteBucketAccessKeyCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteBucketAccessKeyCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteBucketAccessKeyCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteBucketRequestFilterSensitiveLog, DeleteBucketResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteBucketCommand, serializeAws_json1_1DeleteBucketCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteBucketCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteBucketCommand, _super);
|
|
8
|
+
function DeleteBucketCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteBucketCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "LightsailClient";
|
|
18
|
+
var commandName = "DeleteBucketCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteBucketRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteBucketResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteBucketCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteBucketCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteBucketCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteBucketCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteBucketCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteBucketCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteCertificateRequestFilterSensitiveLog, DeleteCertificateResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteCertificateCommand, serializeAws_json1_1DeleteCertificateCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteCertificateCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteCertificateCommand, _super);
|
|
8
|
+
function DeleteCertificateCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteCertificateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "LightsailClient";
|
|
18
|
+
var commandName = "DeleteCertificateCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteCertificateRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteCertificateResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteCertificateCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteCertificateCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteCertificateCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteCertificateCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteCertificateCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteCertificateCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteContactMethodRequestFilterSensitiveLog, DeleteContactMethodResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteContactMethodCommand, serializeAws_json1_1DeleteContactMethodCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteContactMethodCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteContactMethodCommand, _super);
|
|
8
|
+
function DeleteContactMethodCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteContactMethodCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "LightsailClient";
|
|
18
|
+
var commandName = "DeleteContactMethodCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteContactMethodRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteContactMethodResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteContactMethodCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteContactMethodCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteContactMethodCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteContactMethodCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteContactMethodCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteContactMethodCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteContainerImageRequestFilterSensitiveLog, DeleteContainerImageResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteContainerImageCommand, serializeAws_json1_1DeleteContainerImageCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteContainerImageCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteContainerImageCommand, _super);
|
|
8
|
+
function DeleteContainerImageCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteContainerImageCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "LightsailClient";
|
|
18
|
+
var commandName = "DeleteContainerImageCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteContainerImageRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteContainerImageResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteContainerImageCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteContainerImageCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteContainerImageCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteContainerImageCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteContainerImageCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteContainerImageCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { DeleteContainerServiceRequestFilterSensitiveLog, DeleteContainerServiceResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1DeleteContainerServiceCommand, serializeAws_json1_1DeleteContainerServiceCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var DeleteContainerServiceCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteContainerServiceCommand, _super);
|
|
8
|
+
function DeleteContainerServiceCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
DeleteContainerServiceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "LightsailClient";
|
|
18
|
+
var commandName = "DeleteContainerServiceCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: DeleteContainerServiceRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: DeleteContainerServiceResultFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteContainerServiceCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1DeleteContainerServiceCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
DeleteContainerServiceCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1DeleteContainerServiceCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return DeleteContainerServiceCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteContainerServiceCommand };
|