@aws-sdk/client-lightsail 3.52.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 +12 -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/index.d.ts +1 -0
- package/dist-types/ts3.4/models/LightsailServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +37 -29
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
|
|
12
|
+
* **clients:** update clients as of 2022/02/24 ([#3361](https://github.com/aws/aws-sdk-js-v3/issues/3361)) ([ec3cc1e](https://github.com/aws/aws-sdk-js-v3/commit/ec3cc1eacd4010797a3a9eec2b0cc1a55e531ea9))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @aws-sdk/client-lightsail
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LightsailServiceException = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
4
5
|
tslib_1.__exportStar(require("./Lightsail"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./LightsailClient"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./models"), exports);
|
|
9
|
+
var LightsailServiceException_1 = require("./models/LightsailServiceException");
|
|
10
|
+
Object.defineProperty(exports, "LightsailServiceException", { enumerable: true, get: function () { return LightsailServiceException_1.LightsailServiceException; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LightsailServiceException = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
class LightsailServiceException extends smithy_client_1.ServiceException {
|
|
6
|
+
constructor(options) {
|
|
7
|
+
super(options);
|
|
8
|
+
Object.setPrototypeOf(this, LightsailServiceException.prototype);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
exports.LightsailServiceException = LightsailServiceException;
|
|
@@ -1,12 +1,29 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.InstancePortInfo = exports.PortAccessType = exports.MonthlyTransfer = exports.InstanceHardware = exports.GetInstanceRequest = exports.GetExportSnapshotRecordsResult = exports.GetExportSnapshotRecordsRequest = exports.GetDomainsResult = exports.GetDomainsRequest = exports.GetDomainResult = exports.GetDomainRequest = exports.GetDistributionsResult = exports.GetDistributionsRequest = exports.GetDistributionMetricDataResult = exports.GetDistributionMetricDataRequest = exports.GetDistributionLatestCacheResetResult = exports.GetDistributionLatestCacheResetRequest = exports.GetDistributionBundlesResult = exports.GetDistributionBundlesRequest = exports.GetDiskSnapshotsResult = exports.GetDiskSnapshotsRequest = exports.GetDiskSnapshotResult = exports.GetDiskSnapshotRequest = exports.GetDisksResult = exports.GetDisksRequest = exports.GetDiskResult = exports.GetDiskRequest = exports.GetContainerServicesRequest = exports.GetContainerServicePowersResult = exports.GetContainerServicePowersRequest = exports.GetContainerServiceMetricDataResult = exports.GetContainerServiceMetricDataRequest = exports.GetContainerServiceDeploymentsResult = exports.GetContainerServiceDeploymentsRequest = exports.GetContainerLogResult = exports.GetContainerLogRequest = exports.GetContainerImagesResult = exports.GetContainerImagesRequest = exports.GetContainerAPIMetadataResult = exports.GetContainerAPIMetadataRequest = exports.GetContactMethodsResult = exports.GetContactMethodsRequest = exports.GetCloudFormationStackRecordsResult = void 0;
|
|
3
|
+
exports.AvailabilityZone = exports.AutoSnapshotDetails = exports.AutoSnapshotStatus = exports.AttachStaticIpResult = exports.AttachStaticIpRequest = exports.AttachLoadBalancerTlsCertificateResult = exports.AttachLoadBalancerTlsCertificateRequest = exports.AttachInstancesToLoadBalancerResult = exports.AttachInstancesToLoadBalancerRequest = exports.DiskMap = exports.AttachedDisk = exports.AttachDiskResult = exports.AttachDiskRequest = exports.AttachCertificateToDistributionResult = exports.AttachCertificateToDistributionRequest = exports.UnauthenticatedException = exports.ServiceException = exports.OperationFailureException = exports.NotFoundException = exports.InvalidInputException = exports.AllocateStaticIpResult = exports.Operation = exports.OperationStatus = exports.OperationType = exports.AllocateStaticIpRequest = exports.Alarm = exports.MetricUnit = exports.TreatMissingData = exports.MetricStatistic = exports.AlarmState = exports.MonitoredResourceInfo = exports.ResourceType = exports.MetricName = exports.ResourceLocation = exports.RegionName = exports.ContactProtocol = exports.ComparisonOperator = exports.AddOnRequest = exports.AutoSnapshotAddOnRequest = exports.AddOnType = exports.AddOn = exports.AccountSetupInProgressException = exports.AccessRules = exports.AccessType = exports.ResourceReceivingAccess = exports.AccessKey = exports.StatusType = exports.AccessKeyLastUsed = exports.AccessDirection = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.ContainerService = exports.ContainerServiceStateDetail = exports.ContainerServiceStateDetailCode = exports.ContainerServiceState = exports.ContainerServicePowerName = exports.ContainerServiceDeployment = exports.ContainerServiceDeploymentState = exports.ContainerServiceEndpoint = exports.ContainerServiceHealthCheckConfig = exports.ContainerImage = exports.Container = exports.ContainerServiceProtocol = exports.ContactMethodVerificationProtocol = exports.ContactMethod = exports.ContactMethodStatus = exports.CloudFormationStackRecord = exports.RecordState = exports.CloudFormationStackRecordSourceInfo = exports.CloudFormationStackRecordSourceType = exports.DestinationInfo = exports.CloseInstancePublicPortsResult = exports.CloseInstancePublicPortsRequest = exports.PortInfo = exports.NetworkProtocol = exports.CertificateSummary = exports.Certificate = exports.CertificateStatus = exports.RenewalSummary = exports.RenewalStatus = exports.DomainValidationRecord = exports.ResourceRecord = exports.CacheSettings = exports.QueryStringObject = exports.HeaderObject = exports.HeaderEnum = exports.CookieObject = exports.ForwardValues = exports.CacheBehaviorPerPath = exports.CacheBehavior = exports.Bundle = exports.BucketMetricName = exports.BucketBundle = exports.Bucket = exports.Tag = exports.BucketState = exports.BucketAccessLogConfig = exports.Blueprint = exports.BlueprintType = exports.InstancePlatform = exports.BehaviorEnum = void 0;
|
|
5
|
+
exports.CreateInstanceSnapshotRequest = exports.CreateInstancesFromSnapshotResult = exports.CreateInstancesFromSnapshotRequest = exports.CreateInstancesResult = exports.CreateInstancesRequest = exports.CreateDomainEntryResult = exports.CreateDomainEntryRequest = exports.DomainEntry = exports.CreateDomainResult = exports.CreateDomainRequest = exports.CreateDistributionResult = exports.LightsailDistribution = exports.Origin = exports.CreateDistributionRequest = exports.InputOrigin = exports.OriginProtocolPolicyEnum = exports.IpAddressType = exports.CreateDiskSnapshotResult = exports.CreateDiskSnapshotRequest = exports.CreateDiskFromSnapshotResult = exports.CreateDiskFromSnapshotRequest = exports.CreateDiskResult = exports.CreateDiskRequest = exports.CreateContainerServiceRegistryLoginResult = exports.CreateContainerServiceRegistryLoginRequest = exports.CreateContainerServiceDeploymentResult = exports.CreateContainerServiceDeploymentRequest = exports.CreateContainerServiceResult = exports.CreateContainerServiceRequest = exports.CreateContactMethodResult = exports.CreateContactMethodRequest = exports.CreateCloudFormationStackResult = exports.CreateCloudFormationStackRequest = exports.InstanceEntry = exports.PortInfoSourceType = exports.CreateCertificateResult = exports.CreateCertificateRequest = exports.CreateBucketAccessKeyResult = exports.CreateBucketAccessKeyRequest = exports.CreateBucketResult = exports.CreateBucketRequest = exports.CopySnapshotResult = exports.CopySnapshotRequest = exports.ContainerServicesListResult = exports.ContainerServiceRegistryLogin = exports.ContainerServicePower = exports.ContainerServiceMetricName = exports.ContainerServiceLogEvent = exports.ContainerServiceDeploymentRequest = exports.EndpointRequest = void 0;
|
|
6
|
+
exports.DeleteLoadBalancerResult = exports.DeleteLoadBalancerRequest = exports.DeleteKnownHostKeysResult = exports.DeleteKnownHostKeysRequest = exports.DeleteKeyPairResult = exports.DeleteKeyPairRequest = exports.DeleteInstanceSnapshotResult = exports.DeleteInstanceSnapshotRequest = exports.DeleteInstanceResult = exports.DeleteInstanceRequest = exports.DeleteDomainEntryResult = exports.DeleteDomainEntryRequest = exports.DeleteDomainResult = exports.DeleteDomainRequest = exports.DeleteDistributionResult = exports.DeleteDistributionRequest = exports.DeleteDiskSnapshotResult = exports.DeleteDiskSnapshotRequest = exports.DeleteDiskResult = exports.DeleteDiskRequest = exports.DeleteContainerServiceResult = exports.DeleteContainerServiceRequest = exports.DeleteContainerImageResult = exports.DeleteContainerImageRequest = exports.DeleteContactMethodResult = exports.DeleteContactMethodRequest = exports.DeleteCertificateResult = exports.DeleteCertificateRequest = exports.DeleteBucketAccessKeyResult = exports.DeleteBucketAccessKeyRequest = exports.DeleteBucketResult = exports.DeleteBucketRequest = exports.DeleteAutoSnapshotResult = exports.DeleteAutoSnapshotRequest = exports.DeleteAlarmResult = exports.DeleteAlarmRequest = exports.CreateRelationalDatabaseSnapshotResult = exports.CreateRelationalDatabaseSnapshotRequest = exports.CreateRelationalDatabaseFromSnapshotResult = exports.CreateRelationalDatabaseFromSnapshotRequest = exports.CreateRelationalDatabaseResult = exports.CreateRelationalDatabaseRequest = exports.CreateLoadBalancerTlsCertificateResult = exports.CreateLoadBalancerTlsCertificateRequest = exports.CreateLoadBalancerResult = exports.CreateLoadBalancerRequest = exports.CreateKeyPairResult = exports.KeyPair = exports.CreateKeyPairRequest = exports.CreateInstanceSnapshotResult = void 0;
|
|
7
|
+
exports.GetBucketMetricDataResult = exports.MetricDatapoint = exports.GetBucketMetricDataRequest = exports.GetBucketBundlesResult = exports.GetBucketBundlesRequest = exports.GetBucketAccessKeysResult = exports.GetBucketAccessKeysRequest = exports.GetBlueprintsResult = exports.GetBlueprintsRequest = exports.GetAutoSnapshotsResult = exports.GetAutoSnapshotsRequest = exports.GetAlarmsResult = exports.GetAlarmsRequest = exports.GetActiveNamesResult = exports.GetActiveNamesRequest = exports.ExportSnapshotRecord = exports.ExportSnapshotRecordSourceInfo = exports.ExportSnapshotRecordSourceType = exports.InstanceSnapshotInfo = exports.ExportSnapshotResult = exports.ExportSnapshotRequest = exports.EnableAddOnResult = exports.EnableAddOnRequest = exports.DownloadDefaultKeyPairResult = exports.DownloadDefaultKeyPairRequest = exports.Domain = exports.DistributionMetricName = exports.DistributionBundle = exports.DiskSnapshotInfo = exports.DiskSnapshot = exports.DiskSnapshotState = exports.DiskInfo = exports.Disk = exports.DiskState = exports.DisableAddOnResult = exports.DisableAddOnRequest = exports.DetachStaticIpResult = exports.DetachStaticIpRequest = exports.DetachInstancesFromLoadBalancerResult = exports.DetachInstancesFromLoadBalancerRequest = exports.DetachDiskResult = exports.DetachDiskRequest = exports.DetachCertificateFromDistributionResult = exports.DetachCertificateFromDistributionRequest = exports.DeleteRelationalDatabaseSnapshotResult = exports.DeleteRelationalDatabaseSnapshotRequest = exports.DeleteRelationalDatabaseResult = exports.DeleteRelationalDatabaseRequest = exports.DeleteLoadBalancerTlsCertificateResult = exports.DeleteLoadBalancerTlsCertificateRequest = void 0;
|
|
8
|
+
exports.InstancePortInfo = exports.PortAccessType = exports.MonthlyTransfer = exports.InstanceHardware = exports.GetInstanceRequest = exports.GetExportSnapshotRecordsResult = exports.GetExportSnapshotRecordsRequest = exports.GetDomainsResult = exports.GetDomainsRequest = exports.GetDomainResult = exports.GetDomainRequest = exports.GetDistributionsResult = exports.GetDistributionsRequest = exports.GetDistributionMetricDataResult = exports.GetDistributionMetricDataRequest = exports.GetDistributionLatestCacheResetResult = exports.GetDistributionLatestCacheResetRequest = exports.GetDistributionBundlesResult = exports.GetDistributionBundlesRequest = exports.GetDiskSnapshotsResult = exports.GetDiskSnapshotsRequest = exports.GetDiskSnapshotResult = exports.GetDiskSnapshotRequest = exports.GetDisksResult = exports.GetDisksRequest = exports.GetDiskResult = exports.GetDiskRequest = exports.GetContainerServicesRequest = exports.GetContainerServicePowersResult = exports.GetContainerServicePowersRequest = exports.GetContainerServiceMetricDataResult = exports.GetContainerServiceMetricDataRequest = exports.GetContainerServiceDeploymentsResult = exports.GetContainerServiceDeploymentsRequest = exports.GetContainerLogResult = exports.GetContainerLogRequest = exports.GetContainerImagesResult = exports.GetContainerImagesRequest = exports.GetContainerAPIMetadataResult = exports.GetContainerAPIMetadataRequest = exports.GetContactMethodsResult = exports.GetContactMethodsRequest = exports.GetCloudFormationStackRecordsResult = exports.GetCloudFormationStackRecordsRequest = exports.GetCertificatesResult = exports.GetCertificatesRequest = exports.GetBundlesResult = exports.GetBundlesRequest = exports.GetBucketsResult = exports.GetBucketsRequest = void 0;
|
|
9
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
|
+
const LightsailServiceException_1 = require("./LightsailServiceException");
|
|
11
|
+
class AccessDeniedException extends LightsailServiceException_1.LightsailServiceException {
|
|
12
|
+
constructor(opts) {
|
|
13
|
+
super({
|
|
14
|
+
name: "AccessDeniedException",
|
|
15
|
+
$fault: "client",
|
|
16
|
+
...opts,
|
|
17
|
+
});
|
|
18
|
+
this.name = "AccessDeniedException";
|
|
19
|
+
this.$fault = "client";
|
|
20
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
21
|
+
this.code = opts.code;
|
|
22
|
+
this.docs = opts.docs;
|
|
23
|
+
this.tip = opts.tip;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
10
27
|
var AccessDirection;
|
|
11
28
|
(function (AccessDirection) {
|
|
12
29
|
AccessDirection["inbound"] = "inbound";
|
|
@@ -47,6 +64,22 @@ var AccessRules;
|
|
|
47
64
|
...obj,
|
|
48
65
|
});
|
|
49
66
|
})(AccessRules = exports.AccessRules || (exports.AccessRules = {}));
|
|
67
|
+
class AccountSetupInProgressException extends LightsailServiceException_1.LightsailServiceException {
|
|
68
|
+
constructor(opts) {
|
|
69
|
+
super({
|
|
70
|
+
name: "AccountSetupInProgressException",
|
|
71
|
+
$fault: "client",
|
|
72
|
+
...opts,
|
|
73
|
+
});
|
|
74
|
+
this.name = "AccountSetupInProgressException";
|
|
75
|
+
this.$fault = "client";
|
|
76
|
+
Object.setPrototypeOf(this, AccountSetupInProgressException.prototype);
|
|
77
|
+
this.code = opts.code;
|
|
78
|
+
this.docs = opts.docs;
|
|
79
|
+
this.tip = opts.tip;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
exports.AccountSetupInProgressException = AccountSetupInProgressException;
|
|
50
83
|
var AddOn;
|
|
51
84
|
(function (AddOn) {
|
|
52
85
|
AddOn.filterSensitiveLog = (obj) => ({
|
|
@@ -327,6 +360,86 @@ var AllocateStaticIpResult;
|
|
|
327
360
|
...obj,
|
|
328
361
|
});
|
|
329
362
|
})(AllocateStaticIpResult = exports.AllocateStaticIpResult || (exports.AllocateStaticIpResult = {}));
|
|
363
|
+
class InvalidInputException extends LightsailServiceException_1.LightsailServiceException {
|
|
364
|
+
constructor(opts) {
|
|
365
|
+
super({
|
|
366
|
+
name: "InvalidInputException",
|
|
367
|
+
$fault: "client",
|
|
368
|
+
...opts,
|
|
369
|
+
});
|
|
370
|
+
this.name = "InvalidInputException";
|
|
371
|
+
this.$fault = "client";
|
|
372
|
+
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
373
|
+
this.code = opts.code;
|
|
374
|
+
this.docs = opts.docs;
|
|
375
|
+
this.tip = opts.tip;
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
exports.InvalidInputException = InvalidInputException;
|
|
379
|
+
class NotFoundException extends LightsailServiceException_1.LightsailServiceException {
|
|
380
|
+
constructor(opts) {
|
|
381
|
+
super({
|
|
382
|
+
name: "NotFoundException",
|
|
383
|
+
$fault: "client",
|
|
384
|
+
...opts,
|
|
385
|
+
});
|
|
386
|
+
this.name = "NotFoundException";
|
|
387
|
+
this.$fault = "client";
|
|
388
|
+
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
389
|
+
this.code = opts.code;
|
|
390
|
+
this.docs = opts.docs;
|
|
391
|
+
this.tip = opts.tip;
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
exports.NotFoundException = NotFoundException;
|
|
395
|
+
class OperationFailureException extends LightsailServiceException_1.LightsailServiceException {
|
|
396
|
+
constructor(opts) {
|
|
397
|
+
super({
|
|
398
|
+
name: "OperationFailureException",
|
|
399
|
+
$fault: "client",
|
|
400
|
+
...opts,
|
|
401
|
+
});
|
|
402
|
+
this.name = "OperationFailureException";
|
|
403
|
+
this.$fault = "client";
|
|
404
|
+
Object.setPrototypeOf(this, OperationFailureException.prototype);
|
|
405
|
+
this.code = opts.code;
|
|
406
|
+
this.docs = opts.docs;
|
|
407
|
+
this.tip = opts.tip;
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
exports.OperationFailureException = OperationFailureException;
|
|
411
|
+
class ServiceException extends LightsailServiceException_1.LightsailServiceException {
|
|
412
|
+
constructor(opts) {
|
|
413
|
+
super({
|
|
414
|
+
name: "ServiceException",
|
|
415
|
+
$fault: "server",
|
|
416
|
+
...opts,
|
|
417
|
+
});
|
|
418
|
+
this.name = "ServiceException";
|
|
419
|
+
this.$fault = "server";
|
|
420
|
+
Object.setPrototypeOf(this, ServiceException.prototype);
|
|
421
|
+
this.code = opts.code;
|
|
422
|
+
this.docs = opts.docs;
|
|
423
|
+
this.tip = opts.tip;
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
exports.ServiceException = ServiceException;
|
|
427
|
+
class UnauthenticatedException extends LightsailServiceException_1.LightsailServiceException {
|
|
428
|
+
constructor(opts) {
|
|
429
|
+
super({
|
|
430
|
+
name: "UnauthenticatedException",
|
|
431
|
+
$fault: "client",
|
|
432
|
+
...opts,
|
|
433
|
+
});
|
|
434
|
+
this.name = "UnauthenticatedException";
|
|
435
|
+
this.$fault = "client";
|
|
436
|
+
Object.setPrototypeOf(this, UnauthenticatedException.prototype);
|
|
437
|
+
this.code = opts.code;
|
|
438
|
+
this.docs = opts.docs;
|
|
439
|
+
this.tip = opts.tip;
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
exports.UnauthenticatedException = UnauthenticatedException;
|
|
330
443
|
var AttachCertificateToDistributionRequest;
|
|
331
444
|
(function (AttachCertificateToDistributionRequest) {
|
|
332
445
|
AttachCertificateToDistributionRequest.filterSensitiveLog = (obj) => ({
|