@aws-sdk/client-lightsail 3.934.0 → 3.935.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/index.js +643 -643
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +639 -0
- package/dist-es/models/errors.js +145 -0
- package/dist-es/models/models_0.js +1 -617
- package/dist-es/models/models_1.js +1 -167
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/GetContainerServicePowersCommand.d.ts +1 -1
- package/dist-types/commands/GetContainerServicesCommand.d.ts +1 -2
- package/dist-types/commands/GetCostEstimateCommand.d.ts +1 -1
- package/dist-types/commands/GetDiskCommand.d.ts +1 -1
- package/dist-types/commands/GetDiskSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/GetDisksCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionBundlesCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/GetDistributionsCommand.d.ts +1 -1
- package/dist-types/commands/GetDomainCommand.d.ts +1 -1
- package/dist-types/commands/GetDomainsCommand.d.ts +1 -1
- package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/GetInstancePortStatesCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceStateCommand.d.ts +1 -1
- package/dist-types/commands/GetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/GetKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/GetKeyPairsCommand.d.ts +1 -1
- package/dist-types/commands/GetLoadBalancerCommand.d.ts +2 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +1287 -0
- package/dist-types/models/errors.d.ts +143 -0
- package/dist-types/models/models_0.d.ts +1969 -1055
- package/dist-types/models/models_1.d.ts +2 -2344
- package/dist-types/ts3.4/commands/GetContainerServiceMetricDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetCostEstimateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionMetricDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDistributionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetExportSnapshotRecordsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceAccessDetailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceMetricDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstancePortStatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetKeyPairsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLoadBalancerCommand.d.ts +2 -4
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +776 -0
- package/dist-types/ts3.4/models/errors.d.ts +81 -0
- package/dist-types/ts3.4/models/models_0.d.ts +363 -642
- package/dist-types/ts3.4/models/models_1.d.ts +36 -542
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { LightsailServiceException as __BaseException } from "./LightsailServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
code?: string | undefined;
|
|
7
|
+
docs?: string | undefined;
|
|
8
|
+
tip?: string | undefined;
|
|
9
|
+
constructor(
|
|
10
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
export declare class AccountSetupInProgressException extends __BaseException {
|
|
14
|
+
readonly name: "AccountSetupInProgressException";
|
|
15
|
+
readonly $fault: "client";
|
|
16
|
+
code?: string | undefined;
|
|
17
|
+
docs?: string | undefined;
|
|
18
|
+
tip?: string | undefined;
|
|
19
|
+
constructor(
|
|
20
|
+
opts: __ExceptionOptionType<
|
|
21
|
+
AccountSetupInProgressException,
|
|
22
|
+
__BaseException
|
|
23
|
+
>
|
|
24
|
+
);
|
|
25
|
+
}
|
|
26
|
+
export declare class InvalidInputException extends __BaseException {
|
|
27
|
+
readonly name: "InvalidInputException";
|
|
28
|
+
readonly $fault: "client";
|
|
29
|
+
code?: string | undefined;
|
|
30
|
+
docs?: string | undefined;
|
|
31
|
+
tip?: string | undefined;
|
|
32
|
+
constructor(
|
|
33
|
+
opts: __ExceptionOptionType<InvalidInputException, __BaseException>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
export declare class NotFoundException extends __BaseException {
|
|
37
|
+
readonly name: "NotFoundException";
|
|
38
|
+
readonly $fault: "client";
|
|
39
|
+
code?: string | undefined;
|
|
40
|
+
docs?: string | undefined;
|
|
41
|
+
tip?: string | undefined;
|
|
42
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
43
|
+
}
|
|
44
|
+
export declare class OperationFailureException extends __BaseException {
|
|
45
|
+
readonly name: "OperationFailureException";
|
|
46
|
+
readonly $fault: "client";
|
|
47
|
+
code?: string | undefined;
|
|
48
|
+
docs?: string | undefined;
|
|
49
|
+
tip?: string | undefined;
|
|
50
|
+
constructor(
|
|
51
|
+
opts: __ExceptionOptionType<OperationFailureException, __BaseException>
|
|
52
|
+
);
|
|
53
|
+
}
|
|
54
|
+
export declare class RegionSetupInProgressException extends __BaseException {
|
|
55
|
+
readonly name: "RegionSetupInProgressException";
|
|
56
|
+
readonly $fault: "client";
|
|
57
|
+
code?: string | undefined;
|
|
58
|
+
docs?: string | undefined;
|
|
59
|
+
tip?: string | undefined;
|
|
60
|
+
constructor(
|
|
61
|
+
opts: __ExceptionOptionType<RegionSetupInProgressException, __BaseException>
|
|
62
|
+
);
|
|
63
|
+
}
|
|
64
|
+
export declare class ServiceException extends __BaseException {
|
|
65
|
+
readonly name: "ServiceException";
|
|
66
|
+
readonly $fault: "server";
|
|
67
|
+
code?: string | undefined;
|
|
68
|
+
docs?: string | undefined;
|
|
69
|
+
tip?: string | undefined;
|
|
70
|
+
constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
|
|
71
|
+
}
|
|
72
|
+
export declare class UnauthenticatedException extends __BaseException {
|
|
73
|
+
readonly name: "UnauthenticatedException";
|
|
74
|
+
readonly $fault: "client";
|
|
75
|
+
code?: string | undefined;
|
|
76
|
+
docs?: string | undefined;
|
|
77
|
+
tip?: string | undefined;
|
|
78
|
+
constructor(
|
|
79
|
+
opts: __ExceptionOptionType<UnauthenticatedException, __BaseException>
|
|
80
|
+
);
|
|
81
|
+
}
|