@aws-sdk/client-lightsail 3.289.0 → 3.290.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-types/commands/AllocateStaticIpCommand.d.ts +31 -0
- package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +27 -0
- package/dist-types/commands/AttachDiskCommand.d.ts +31 -0
- package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +31 -0
- package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +31 -0
- package/dist-types/commands/AttachStaticIpCommand.d.ts +31 -0
- package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +31 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +31 -0
- package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +24 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +21 -0
- package/dist-types/commands/CreateCertificateCommand.d.ts +24 -0
- package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +31 -0
- package/dist-types/commands/CreateContactMethodCommand.d.ts +27 -0
- package/dist-types/commands/CreateContainerServiceCommand.d.ts +24 -0
- package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +24 -0
- package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +24 -0
- package/dist-types/commands/CreateDiskCommand.d.ts +31 -0
- package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +31 -0
- package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +31 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +27 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +31 -0
- package/dist-types/commands/CreateDomainEntryCommand.d.ts +31 -0
- package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +24 -0
- package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +31 -0
- package/dist-types/commands/CreateInstancesCommand.d.ts +31 -0
- package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +31 -0
- package/dist-types/commands/CreateKeyPairCommand.d.ts +31 -0
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +31 -0
- package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +31 -0
- package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +31 -0
- package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +31 -0
- package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +31 -0
- package/dist-types/commands/DeleteAlarmCommand.d.ts +27 -0
- package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +27 -0
- package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +24 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +24 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +24 -0
- package/dist-types/commands/DeleteContactMethodCommand.d.ts +27 -0
- package/dist-types/commands/DeleteContainerImageCommand.d.ts +24 -0
- package/dist-types/commands/DeleteContainerServiceCommand.d.ts +24 -0
- package/dist-types/commands/DeleteDiskCommand.d.ts +31 -0
- package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +31 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +27 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +31 -0
- package/dist-types/commands/DeleteDomainEntryCommand.d.ts +31 -0
- package/dist-types/commands/DeleteInstanceCommand.d.ts +31 -0
- package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +31 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +31 -0
- package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +31 -0
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +31 -0
- package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +31 -0
- package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +31 -0
- package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +31 -0
- package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +27 -0
- package/dist-types/commands/DetachDiskCommand.d.ts +31 -0
- package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +31 -0
- package/dist-types/commands/DetachStaticIpCommand.d.ts +31 -0
- package/dist-types/commands/DisableAddOnCommand.d.ts +27 -0
- package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +31 -0
- package/dist-types/commands/EnableAddOnCommand.d.ts +27 -0
- package/dist-types/commands/ExportSnapshotCommand.d.ts +31 -0
- package/dist-types/commands/GetActiveNamesCommand.d.ts +31 -0
- package/dist-types/commands/GetAlarmsCommand.d.ts +27 -0
- package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +27 -0
- package/dist-types/commands/GetBlueprintsCommand.d.ts +31 -0
- package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +24 -0
- package/dist-types/commands/GetBucketBundlesCommand.d.ts +21 -0
- package/dist-types/commands/GetBucketMetricDataCommand.d.ts +24 -0
- package/dist-types/commands/GetBucketsCommand.d.ts +24 -0
- package/dist-types/commands/GetBundlesCommand.d.ts +31 -0
- package/dist-types/commands/GetCertificatesCommand.d.ts +24 -0
- package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +31 -0
- package/dist-types/commands/GetContactMethodsCommand.d.ts +27 -0
- package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +11 -0
- package/dist-types/commands/GetContainerImagesCommand.d.ts +24 -0
- package/dist-types/commands/GetContainerLogCommand.d.ts +24 -0
- package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +24 -0
- package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +24 -0
- package/dist-types/commands/GetContainerServicePowersCommand.d.ts +24 -0
- package/dist-types/commands/GetContainerServicesCommand.d.ts +24 -0
- package/dist-types/commands/GetCostEstimateCommand.d.ts +24 -0
- package/dist-types/commands/GetDiskCommand.d.ts +31 -0
- package/dist-types/commands/GetDiskSnapshotCommand.d.ts +31 -0
- package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +31 -0
- package/dist-types/commands/GetDisksCommand.d.ts +31 -0
- package/dist-types/commands/GetDistributionBundlesCommand.d.ts +27 -0
- package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +27 -0
- package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +27 -0
- package/dist-types/commands/GetDistributionsCommand.d.ts +27 -0
- package/dist-types/commands/GetDomainCommand.d.ts +31 -0
- package/dist-types/commands/GetDomainsCommand.d.ts +31 -0
- package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +31 -0
- package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +31 -0
- package/dist-types/commands/GetInstanceCommand.d.ts +31 -0
- package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +31 -0
- package/dist-types/commands/GetInstancePortStatesCommand.d.ts +31 -0
- package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +31 -0
- package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +31 -0
- package/dist-types/commands/GetInstanceStateCommand.d.ts +31 -0
- package/dist-types/commands/GetInstancesCommand.d.ts +31 -0
- package/dist-types/commands/GetKeyPairCommand.d.ts +31 -0
- package/dist-types/commands/GetKeyPairsCommand.d.ts +31 -0
- package/dist-types/commands/GetLoadBalancerCommand.d.ts +31 -0
- package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +31 -0
- package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +31 -0
- package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +25 -0
- package/dist-types/commands/GetLoadBalancersCommand.d.ts +31 -0
- package/dist-types/commands/GetOperationCommand.d.ts +31 -0
- package/dist-types/commands/GetOperationsCommand.d.ts +31 -0
- package/dist-types/commands/GetOperationsForResourceCommand.d.ts +31 -0
- package/dist-types/commands/GetRegionsCommand.d.ts +31 -0
- package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +31 -0
- package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +31 -0
- package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +31 -0
- package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +31 -0
- package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +31 -0
- package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +31 -0
- package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +31 -0
- package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +31 -0
- package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +31 -0
- package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +31 -0
- package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +31 -0
- package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +31 -0
- package/dist-types/commands/GetStaticIpCommand.d.ts +31 -0
- package/dist-types/commands/GetStaticIpsCommand.d.ts +31 -0
- package/dist-types/commands/ImportKeyPairCommand.d.ts +31 -0
- package/dist-types/commands/IsVpcPeeredCommand.d.ts +31 -0
- package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +31 -0
- package/dist-types/commands/PeerVpcCommand.d.ts +31 -0
- package/dist-types/commands/PutAlarmCommand.d.ts +27 -0
- package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +31 -0
- package/dist-types/commands/RebootInstanceCommand.d.ts +31 -0
- package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +31 -0
- package/dist-types/commands/RegisterContainerImageCommand.d.ts +24 -0
- package/dist-types/commands/ReleaseStaticIpCommand.d.ts +31 -0
- package/dist-types/commands/ResetDistributionCacheCommand.d.ts +27 -0
- package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +27 -0
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +31 -0
- package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +24 -0
- package/dist-types/commands/StartGUISessionCommand.d.ts +24 -0
- package/dist-types/commands/StartInstanceCommand.d.ts +31 -0
- package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +31 -0
- package/dist-types/commands/StopGUISessionCommand.d.ts +24 -0
- package/dist-types/commands/StopInstanceCommand.d.ts +31 -0
- package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +31 -0
- package/dist-types/commands/TagResourceCommand.d.ts +31 -0
- package/dist-types/commands/TestAlarmCommand.d.ts +27 -0
- package/dist-types/commands/UnpeerVpcCommand.d.ts +31 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +31 -0
- package/dist-types/commands/UpdateBucketBundleCommand.d.ts +24 -0
- package/dist-types/commands/UpdateBucketCommand.d.ts +24 -0
- package/dist-types/commands/UpdateContainerServiceCommand.d.ts +24 -0
- package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +27 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +27 -0
- package/dist-types/commands/UpdateDomainEntryCommand.d.ts +31 -0
- package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +31 -0
- package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +31 -0
- package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +31 -0
- package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +31 -0
- package/package.json +29 -29
|
@@ -29,6 +29,37 @@ export interface GetDomainCommandOutput extends GetDomainResult, __MetadataBeare
|
|
|
29
29
|
* @see {@link GetDomainCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
34
|
+
* credentials to access a resource.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
37
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
38
|
+
* state.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
42
|
+
* of an input field.</p>
|
|
43
|
+
* <note>
|
|
44
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
45
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
46
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
47
|
+
* resources.</p>
|
|
48
|
+
* </note>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
54
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceException} (server fault)
|
|
57
|
+
* <p>A general service exception.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
60
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
32
63
|
*/
|
|
33
64
|
export declare class GetDomainCommand extends $Command<GetDomainCommandInput, GetDomainCommandOutput, LightsailClientResolvedConfig> {
|
|
34
65
|
readonly input: GetDomainCommandInput;
|
|
@@ -29,6 +29,37 @@ export interface GetDomainsCommandOutput extends GetDomainsResult, __MetadataBea
|
|
|
29
29
|
* @see {@link GetDomainsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
34
|
+
* credentials to access a resource.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
37
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
38
|
+
* state.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
42
|
+
* of an input field.</p>
|
|
43
|
+
* <note>
|
|
44
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
45
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
46
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
47
|
+
* resources.</p>
|
|
48
|
+
* </note>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
54
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceException} (server fault)
|
|
57
|
+
* <p>A general service exception.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
60
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
32
63
|
*/
|
|
33
64
|
export declare class GetDomainsCommand extends $Command<GetDomainsCommandInput, GetDomainsCommandOutput, LightsailClientResolvedConfig> {
|
|
34
65
|
readonly input: GetDomainsCommandInput;
|
|
@@ -33,6 +33,37 @@ export interface GetExportSnapshotRecordsCommandOutput extends GetExportSnapshot
|
|
|
33
33
|
* @see {@link GetExportSnapshotRecordsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
38
|
+
* credentials to access a resource.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
41
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
42
|
+
* state.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
46
|
+
* of an input field.</p>
|
|
47
|
+
* <note>
|
|
48
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
49
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
50
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
51
|
+
* resources.</p>
|
|
52
|
+
* </note>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link NotFoundException} (client fault)
|
|
55
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
58
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ServiceException} (server fault)
|
|
61
|
+
* <p>A general service exception.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
64
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
36
67
|
*/
|
|
37
68
|
export declare class GetExportSnapshotRecordsCommand extends $Command<GetExportSnapshotRecordsCommandInput, GetExportSnapshotRecordsCommandOutput, LightsailClientResolvedConfig> {
|
|
38
69
|
readonly input: GetExportSnapshotRecordsCommandInput;
|
|
@@ -33,6 +33,37 @@ export interface GetInstanceAccessDetailsCommandOutput extends GetInstanceAccess
|
|
|
33
33
|
* @see {@link GetInstanceAccessDetailsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
38
|
+
* credentials to access a resource.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
41
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
42
|
+
* state.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
46
|
+
* of an input field.</p>
|
|
47
|
+
* <note>
|
|
48
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
49
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
50
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
51
|
+
* resources.</p>
|
|
52
|
+
* </note>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link NotFoundException} (client fault)
|
|
55
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
58
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ServiceException} (server fault)
|
|
61
|
+
* <p>A general service exception.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
64
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
36
67
|
*/
|
|
37
68
|
export declare class GetInstanceAccessDetailsCommand extends $Command<GetInstanceAccessDetailsCommandInput, GetInstanceAccessDetailsCommandOutput, LightsailClientResolvedConfig> {
|
|
38
69
|
readonly input: GetInstanceAccessDetailsCommandInput;
|
|
@@ -30,6 +30,37 @@ export interface GetInstanceCommandOutput extends GetInstanceResult, __MetadataB
|
|
|
30
30
|
* @see {@link GetInstanceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
35
|
+
* credentials to access a resource.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
38
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
39
|
+
* state.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
43
|
+
* of an input field.</p>
|
|
44
|
+
* <note>
|
|
45
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
46
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
47
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
48
|
+
* resources.</p>
|
|
49
|
+
* </note>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link NotFoundException} (client fault)
|
|
52
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
55
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ServiceException} (server fault)
|
|
58
|
+
* <p>A general service exception.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
61
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
33
64
|
*/
|
|
34
65
|
export declare class GetInstanceCommand extends $Command<GetInstanceCommandInput, GetInstanceCommandOutput, LightsailClientResolvedConfig> {
|
|
35
66
|
readonly input: GetInstanceCommandInput;
|
|
@@ -33,6 +33,37 @@ export interface GetInstanceMetricDataCommandOutput extends GetInstanceMetricDat
|
|
|
33
33
|
* @see {@link GetInstanceMetricDataCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
38
|
+
* credentials to access a resource.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
41
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
42
|
+
* state.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
46
|
+
* of an input field.</p>
|
|
47
|
+
* <note>
|
|
48
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
49
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
50
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
51
|
+
* resources.</p>
|
|
52
|
+
* </note>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link NotFoundException} (client fault)
|
|
55
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
58
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ServiceException} (server fault)
|
|
61
|
+
* <p>A general service exception.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
64
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
36
67
|
*/
|
|
37
68
|
export declare class GetInstanceMetricDataCommand extends $Command<GetInstanceMetricDataCommandInput, GetInstanceMetricDataCommandOutput, LightsailClientResolvedConfig> {
|
|
38
69
|
readonly input: GetInstanceMetricDataCommandInput;
|
|
@@ -30,6 +30,37 @@ export interface GetInstancePortStatesCommandOutput extends GetInstancePortState
|
|
|
30
30
|
* @see {@link GetInstancePortStatesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
35
|
+
* credentials to access a resource.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
38
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
39
|
+
* state.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
43
|
+
* of an input field.</p>
|
|
44
|
+
* <note>
|
|
45
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
46
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
47
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
48
|
+
* resources.</p>
|
|
49
|
+
* </note>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link NotFoundException} (client fault)
|
|
52
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
55
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ServiceException} (server fault)
|
|
58
|
+
* <p>A general service exception.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
61
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
33
64
|
*/
|
|
34
65
|
export declare class GetInstancePortStatesCommand extends $Command<GetInstancePortStatesCommandInput, GetInstancePortStatesCommandOutput, LightsailClientResolvedConfig> {
|
|
35
66
|
readonly input: GetInstancePortStatesCommandInput;
|
|
@@ -29,6 +29,37 @@ export interface GetInstanceSnapshotCommandOutput extends GetInstanceSnapshotRes
|
|
|
29
29
|
* @see {@link GetInstanceSnapshotCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
34
|
+
* credentials to access a resource.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
37
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
38
|
+
* state.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
42
|
+
* of an input field.</p>
|
|
43
|
+
* <note>
|
|
44
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
45
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
46
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
47
|
+
* resources.</p>
|
|
48
|
+
* </note>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
54
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceException} (server fault)
|
|
57
|
+
* <p>A general service exception.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
60
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
32
63
|
*/
|
|
33
64
|
export declare class GetInstanceSnapshotCommand extends $Command<GetInstanceSnapshotCommandInput, GetInstanceSnapshotCommandOutput, LightsailClientResolvedConfig> {
|
|
34
65
|
readonly input: GetInstanceSnapshotCommandInput;
|
|
@@ -29,6 +29,37 @@ export interface GetInstanceSnapshotsCommandOutput extends GetInstanceSnapshotsR
|
|
|
29
29
|
* @see {@link GetInstanceSnapshotsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
34
|
+
* credentials to access a resource.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
37
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
38
|
+
* state.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
42
|
+
* of an input field.</p>
|
|
43
|
+
* <note>
|
|
44
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
45
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
46
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
47
|
+
* resources.</p>
|
|
48
|
+
* </note>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
54
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceException} (server fault)
|
|
57
|
+
* <p>A general service exception.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
60
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
32
63
|
*/
|
|
33
64
|
export declare class GetInstanceSnapshotsCommand extends $Command<GetInstanceSnapshotsCommandInput, GetInstanceSnapshotsCommandOutput, LightsailClientResolvedConfig> {
|
|
34
65
|
readonly input: GetInstanceSnapshotsCommandInput;
|
|
@@ -29,6 +29,37 @@ export interface GetInstanceStateCommandOutput extends GetInstanceStateResult, _
|
|
|
29
29
|
* @see {@link GetInstanceStateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
34
|
+
* credentials to access a resource.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
37
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
38
|
+
* state.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
42
|
+
* of an input field.</p>
|
|
43
|
+
* <note>
|
|
44
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
45
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
46
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
47
|
+
* resources.</p>
|
|
48
|
+
* </note>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
54
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceException} (server fault)
|
|
57
|
+
* <p>A general service exception.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
60
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
32
63
|
*/
|
|
33
64
|
export declare class GetInstanceStateCommand extends $Command<GetInstanceStateCommandInput, GetInstanceStateCommandOutput, LightsailClientResolvedConfig> {
|
|
34
65
|
readonly input: GetInstanceStateCommandInput;
|
|
@@ -30,6 +30,37 @@ export interface GetInstancesCommandOutput extends GetInstancesResult, __Metadat
|
|
|
30
30
|
* @see {@link GetInstancesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
35
|
+
* credentials to access a resource.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
38
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
39
|
+
* state.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
42
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
43
|
+
* of an input field.</p>
|
|
44
|
+
* <note>
|
|
45
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
46
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
47
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
48
|
+
* resources.</p>
|
|
49
|
+
* </note>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link NotFoundException} (client fault)
|
|
52
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
55
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ServiceException} (server fault)
|
|
58
|
+
* <p>A general service exception.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
61
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
33
64
|
*/
|
|
34
65
|
export declare class GetInstancesCommand extends $Command<GetInstancesCommandInput, GetInstancesCommandOutput, LightsailClientResolvedConfig> {
|
|
35
66
|
readonly input: GetInstancesCommandInput;
|
|
@@ -29,6 +29,37 @@ export interface GetKeyPairCommandOutput extends GetKeyPairResult, __MetadataBea
|
|
|
29
29
|
* @see {@link GetKeyPairCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
34
|
+
* credentials to access a resource.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
37
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
38
|
+
* state.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
42
|
+
* of an input field.</p>
|
|
43
|
+
* <note>
|
|
44
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
45
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
46
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
47
|
+
* resources.</p>
|
|
48
|
+
* </note>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
54
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceException} (server fault)
|
|
57
|
+
* <p>A general service exception.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
60
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
32
63
|
*/
|
|
33
64
|
export declare class GetKeyPairCommand extends $Command<GetKeyPairCommandInput, GetKeyPairCommandOutput, LightsailClientResolvedConfig> {
|
|
34
65
|
readonly input: GetKeyPairCommandInput;
|
|
@@ -29,6 +29,37 @@ export interface GetKeyPairsCommandOutput extends GetKeyPairsResult, __MetadataB
|
|
|
29
29
|
* @see {@link GetKeyPairsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
34
|
+
* credentials to access a resource.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
37
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
38
|
+
* state.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
42
|
+
* of an input field.</p>
|
|
43
|
+
* <note>
|
|
44
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
45
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
46
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
47
|
+
* resources.</p>
|
|
48
|
+
* </note>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
54
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceException} (server fault)
|
|
57
|
+
* <p>A general service exception.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
60
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
32
63
|
*/
|
|
33
64
|
export declare class GetKeyPairsCommand extends $Command<GetKeyPairsCommandInput, GetKeyPairsCommandOutput, LightsailClientResolvedConfig> {
|
|
34
65
|
readonly input: GetKeyPairsCommandInput;
|
|
@@ -29,6 +29,37 @@ export interface GetLoadBalancerCommandOutput extends GetLoadBalancerResult, __M
|
|
|
29
29
|
* @see {@link GetLoadBalancerCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
34
|
+
* credentials to access a resource.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
37
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
38
|
+
* state.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
41
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
42
|
+
* of an input field.</p>
|
|
43
|
+
* <note>
|
|
44
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
45
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
46
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
47
|
+
* resources.</p>
|
|
48
|
+
* </note>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link NotFoundException} (client fault)
|
|
51
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
54
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceException} (server fault)
|
|
57
|
+
* <p>A general service exception.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
60
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
32
63
|
*/
|
|
33
64
|
export declare class GetLoadBalancerCommand extends $Command<GetLoadBalancerCommandInput, GetLoadBalancerCommandOutput, LightsailClientResolvedConfig> {
|
|
34
65
|
readonly input: GetLoadBalancerCommandInput;
|
|
@@ -32,6 +32,37 @@ export interface GetLoadBalancerMetricDataCommandOutput extends GetLoadBalancerM
|
|
|
32
32
|
* @see {@link GetLoadBalancerMetricDataCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
37
|
+
* credentials to access a resource.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
40
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
41
|
+
* state.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
44
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
45
|
+
* of an input field.</p>
|
|
46
|
+
* <note>
|
|
47
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
48
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
49
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
50
|
+
* resources.</p>
|
|
51
|
+
* </note>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link NotFoundException} (client fault)
|
|
54
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
57
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ServiceException} (server fault)
|
|
60
|
+
* <p>A general service exception.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
63
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
35
66
|
*/
|
|
36
67
|
export declare class GetLoadBalancerMetricDataCommand extends $Command<GetLoadBalancerMetricDataCommandInput, GetLoadBalancerMetricDataCommandOutput, LightsailClientResolvedConfig> {
|
|
37
68
|
readonly input: GetLoadBalancerMetricDataCommandInput;
|
|
@@ -33,6 +33,37 @@ export interface GetLoadBalancerTlsCertificatesCommandOutput extends GetLoadBala
|
|
|
33
33
|
* @see {@link GetLoadBalancerTlsCertificatesCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
38
|
+
* credentials to access a resource.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
41
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
42
|
+
* state.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
45
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
46
|
+
* of an input field.</p>
|
|
47
|
+
* <note>
|
|
48
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
49
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
50
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
51
|
+
* resources.</p>
|
|
52
|
+
* </note>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link NotFoundException} (client fault)
|
|
55
|
+
* <p>Lightsail throws this exception when it cannot find a resource.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link OperationFailureException} (client fault)
|
|
58
|
+
* <p>Lightsail throws this exception when an operation fails to execute.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ServiceException} (server fault)
|
|
61
|
+
* <p>A general service exception.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
64
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
36
67
|
*/
|
|
37
68
|
export declare class GetLoadBalancerTlsCertificatesCommand extends $Command<GetLoadBalancerTlsCertificatesCommandInput, GetLoadBalancerTlsCertificatesCommandOutput, LightsailClientResolvedConfig> {
|
|
38
69
|
readonly input: GetLoadBalancerTlsCertificatesCommandInput;
|
|
@@ -32,6 +32,31 @@ export interface GetLoadBalancerTlsPoliciesCommandOutput extends GetLoadBalancer
|
|
|
32
32
|
* @see {@link GetLoadBalancerTlsPoliciesCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>Lightsail throws this exception when the user cannot be authenticated or uses invalid
|
|
37
|
+
* credentials to access a resource.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link AccountSetupInProgressException} (client fault)
|
|
40
|
+
* <p>Lightsail throws this exception when an account is still in the setup in progress
|
|
41
|
+
* state.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
44
|
+
* <p>Lightsail throws this exception when user input does not conform to the validation rules
|
|
45
|
+
* of an input field.</p>
|
|
46
|
+
* <note>
|
|
47
|
+
* <p>Domain and distribution APIs are only available in the N. Virginia
|
|
48
|
+
* (<code>us-east-1</code>) Amazon Web Services Region. Please set your Amazon Web Services
|
|
49
|
+
* Region configuration to <code>us-east-1</code> to create, view, or edit these
|
|
50
|
+
* resources.</p>
|
|
51
|
+
* </note>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServiceException} (server fault)
|
|
54
|
+
* <p>A general service exception.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link UnauthenticatedException} (client fault)
|
|
57
|
+
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
35
60
|
*/
|
|
36
61
|
export declare class GetLoadBalancerTlsPoliciesCommand extends $Command<GetLoadBalancerTlsPoliciesCommandInput, GetLoadBalancerTlsPoliciesCommandOutput, LightsailClientResolvedConfig> {
|
|
37
62
|
readonly input: GetLoadBalancerTlsPoliciesCommandInput;
|