@aws-sdk/client-lightsail 3.50.0 → 3.53.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 +28 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/LightsailServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +119 -6
- package/dist-cjs/protocols/Aws_json1_1.js +1762 -7559
- package/dist-es/index.js +1 -0
- package/dist-es/models/LightsailServiceException.js +12 -0
- package/dist-es/models/models_0.js +107 -1
- package/dist-es/protocols/Aws_json1_1.js +3975 -8160
- package/dist-types/Lightsail.d.ts +25 -13
- package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +2 -2
- package/dist-types/commands/CreateKeyPairCommand.d.ts +7 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +5 -2
- package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +3 -1
- package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +2 -2
- package/dist-types/commands/GetBucketBundlesCommand.d.ts +2 -2
- package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBucketBundleCommand.d.ts +2 -2
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/LightsailServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +94 -58
- package/dist-types/models/models_1.d.ts +8 -3
- package/dist-types/ts3.4/Lightsail.d.ts +770 -0
- package/dist-types/ts3.4/LightsailClient.d.ts +226 -0
- package/dist-types/ts3.4/commands/AllocateStaticIpCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachCertificateToDistributionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachDiskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachInstancesToLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AttachStaticIpCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CloseInstancePublicPortsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBucketAccessKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCloudFormationStackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContactMethodCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContainerServiceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContainerServiceDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContainerServiceRegistryLoginCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDiskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDiskFromSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDiskSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDomainEntryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInstanceSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInstancesFromSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRelationalDatabaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAlarmCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAutoSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBucketAccessKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactMethodCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContainerImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContainerServiceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDiskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDiskSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDomainEntryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInstanceSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteKnownHostKeysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRelationalDatabaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachCertificateFromDistributionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachDiskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachInstancesFromLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetachStaticIpCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableAddOnCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DownloadDefaultKeyPairCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableAddOnCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExportSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetActiveNamesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAlarmsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAutoSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBlueprintsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketAccessKeysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketBundlesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBundlesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCloudFormationStackRecordsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContactMethodsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContainerAPIMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContainerImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContainerLogCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContainerServiceDeploymentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContainerServiceMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDistributionMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDistributionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetExportSnapshotRecordsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceAccessDetailsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetInstanceMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstancePortStatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceStateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetKeyPairCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetKeyPairsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLoadBalancerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLoadBalancerMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLoadBalancersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOperationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOperationsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRegionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRelationalDatabaseBundlesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRelationalDatabaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRelationalDatabaseEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRelationalDatabaseLogEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRelationalDatabaseMetricDataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRelationalDatabaseParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRelationalDatabasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStaticIpCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStaticIpsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/IsVpcPeeredCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/OpenInstancePublicPortsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PeerVpcCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAlarmCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutInstancePublicPortsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebootInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebootRelationalDatabaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterContainerImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ReleaseStaticIpCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetDistributionCacheCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendContactMethodVerificationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetResourceAccessForBucketCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartRelationalDatabaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopRelationalDatabaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestAlarmCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UnpeerVpcCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateBucketBundleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateBucketCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContainerServiceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDistributionBundleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDomainEntryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateLoadBalancerAttributeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRelationalDatabaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRelationalDatabaseParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +153 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/LightsailServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +830 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1983 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +461 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
3
|
+
var LightsailServiceException = (function (_super) {
|
|
4
|
+
__extends(LightsailServiceException, _super);
|
|
5
|
+
function LightsailServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, LightsailServiceException.prototype);
|
|
8
|
+
return _this;
|
|
9
|
+
}
|
|
10
|
+
return LightsailServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { LightsailServiceException };
|
|
@@ -1,5 +1,21 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { LightsailServiceException as __BaseException } from "./LightsailServiceException";
|
|
4
|
+
var AccessDeniedException = (function (_super) {
|
|
5
|
+
__extends(AccessDeniedException, _super);
|
|
6
|
+
function AccessDeniedException(opts) {
|
|
7
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
|
|
8
|
+
_this.name = "AccessDeniedException";
|
|
9
|
+
_this.$fault = "client";
|
|
10
|
+
Object.setPrototypeOf(_this, AccessDeniedException.prototype);
|
|
11
|
+
_this.code = opts.code;
|
|
12
|
+
_this.docs = opts.docs;
|
|
13
|
+
_this.tip = opts.tip;
|
|
14
|
+
return _this;
|
|
15
|
+
}
|
|
16
|
+
return AccessDeniedException;
|
|
17
|
+
}(__BaseException));
|
|
18
|
+
export { AccessDeniedException };
|
|
3
19
|
export var AccessDirection;
|
|
4
20
|
(function (AccessDirection) {
|
|
5
21
|
AccessDirection["inbound"] = "inbound";
|
|
@@ -31,6 +47,21 @@ export var AccessRules;
|
|
|
31
47
|
(function (AccessRules) {
|
|
32
48
|
AccessRules.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
49
|
})(AccessRules || (AccessRules = {}));
|
|
50
|
+
var AccountSetupInProgressException = (function (_super) {
|
|
51
|
+
__extends(AccountSetupInProgressException, _super);
|
|
52
|
+
function AccountSetupInProgressException(opts) {
|
|
53
|
+
var _this = _super.call(this, __assign({ name: "AccountSetupInProgressException", $fault: "client" }, opts)) || this;
|
|
54
|
+
_this.name = "AccountSetupInProgressException";
|
|
55
|
+
_this.$fault = "client";
|
|
56
|
+
Object.setPrototypeOf(_this, AccountSetupInProgressException.prototype);
|
|
57
|
+
_this.code = opts.code;
|
|
58
|
+
_this.docs = opts.docs;
|
|
59
|
+
_this.tip = opts.tip;
|
|
60
|
+
return _this;
|
|
61
|
+
}
|
|
62
|
+
return AccountSetupInProgressException;
|
|
63
|
+
}(__BaseException));
|
|
64
|
+
export { AccountSetupInProgressException };
|
|
34
65
|
export var AddOn;
|
|
35
66
|
(function (AddOn) {
|
|
36
67
|
AddOn.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -293,6 +324,81 @@ export var AllocateStaticIpResult;
|
|
|
293
324
|
(function (AllocateStaticIpResult) {
|
|
294
325
|
AllocateStaticIpResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
326
|
})(AllocateStaticIpResult || (AllocateStaticIpResult = {}));
|
|
327
|
+
var InvalidInputException = (function (_super) {
|
|
328
|
+
__extends(InvalidInputException, _super);
|
|
329
|
+
function InvalidInputException(opts) {
|
|
330
|
+
var _this = _super.call(this, __assign({ name: "InvalidInputException", $fault: "client" }, opts)) || this;
|
|
331
|
+
_this.name = "InvalidInputException";
|
|
332
|
+
_this.$fault = "client";
|
|
333
|
+
Object.setPrototypeOf(_this, InvalidInputException.prototype);
|
|
334
|
+
_this.code = opts.code;
|
|
335
|
+
_this.docs = opts.docs;
|
|
336
|
+
_this.tip = opts.tip;
|
|
337
|
+
return _this;
|
|
338
|
+
}
|
|
339
|
+
return InvalidInputException;
|
|
340
|
+
}(__BaseException));
|
|
341
|
+
export { InvalidInputException };
|
|
342
|
+
var NotFoundException = (function (_super) {
|
|
343
|
+
__extends(NotFoundException, _super);
|
|
344
|
+
function NotFoundException(opts) {
|
|
345
|
+
var _this = _super.call(this, __assign({ name: "NotFoundException", $fault: "client" }, opts)) || this;
|
|
346
|
+
_this.name = "NotFoundException";
|
|
347
|
+
_this.$fault = "client";
|
|
348
|
+
Object.setPrototypeOf(_this, NotFoundException.prototype);
|
|
349
|
+
_this.code = opts.code;
|
|
350
|
+
_this.docs = opts.docs;
|
|
351
|
+
_this.tip = opts.tip;
|
|
352
|
+
return _this;
|
|
353
|
+
}
|
|
354
|
+
return NotFoundException;
|
|
355
|
+
}(__BaseException));
|
|
356
|
+
export { NotFoundException };
|
|
357
|
+
var OperationFailureException = (function (_super) {
|
|
358
|
+
__extends(OperationFailureException, _super);
|
|
359
|
+
function OperationFailureException(opts) {
|
|
360
|
+
var _this = _super.call(this, __assign({ name: "OperationFailureException", $fault: "client" }, opts)) || this;
|
|
361
|
+
_this.name = "OperationFailureException";
|
|
362
|
+
_this.$fault = "client";
|
|
363
|
+
Object.setPrototypeOf(_this, OperationFailureException.prototype);
|
|
364
|
+
_this.code = opts.code;
|
|
365
|
+
_this.docs = opts.docs;
|
|
366
|
+
_this.tip = opts.tip;
|
|
367
|
+
return _this;
|
|
368
|
+
}
|
|
369
|
+
return OperationFailureException;
|
|
370
|
+
}(__BaseException));
|
|
371
|
+
export { OperationFailureException };
|
|
372
|
+
var ServiceException = (function (_super) {
|
|
373
|
+
__extends(ServiceException, _super);
|
|
374
|
+
function ServiceException(opts) {
|
|
375
|
+
var _this = _super.call(this, __assign({ name: "ServiceException", $fault: "server" }, opts)) || this;
|
|
376
|
+
_this.name = "ServiceException";
|
|
377
|
+
_this.$fault = "server";
|
|
378
|
+
Object.setPrototypeOf(_this, ServiceException.prototype);
|
|
379
|
+
_this.code = opts.code;
|
|
380
|
+
_this.docs = opts.docs;
|
|
381
|
+
_this.tip = opts.tip;
|
|
382
|
+
return _this;
|
|
383
|
+
}
|
|
384
|
+
return ServiceException;
|
|
385
|
+
}(__BaseException));
|
|
386
|
+
export { ServiceException };
|
|
387
|
+
var UnauthenticatedException = (function (_super) {
|
|
388
|
+
__extends(UnauthenticatedException, _super);
|
|
389
|
+
function UnauthenticatedException(opts) {
|
|
390
|
+
var _this = _super.call(this, __assign({ name: "UnauthenticatedException", $fault: "client" }, opts)) || this;
|
|
391
|
+
_this.name = "UnauthenticatedException";
|
|
392
|
+
_this.$fault = "client";
|
|
393
|
+
Object.setPrototypeOf(_this, UnauthenticatedException.prototype);
|
|
394
|
+
_this.code = opts.code;
|
|
395
|
+
_this.docs = opts.docs;
|
|
396
|
+
_this.tip = opts.tip;
|
|
397
|
+
return _this;
|
|
398
|
+
}
|
|
399
|
+
return UnauthenticatedException;
|
|
400
|
+
}(__BaseException));
|
|
401
|
+
export { UnauthenticatedException };
|
|
296
402
|
export var AttachCertificateToDistributionRequest;
|
|
297
403
|
(function (AttachCertificateToDistributionRequest) {
|
|
298
404
|
AttachCertificateToDistributionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|