@aws-sdk/client-lightsail 3.325.0 → 3.326.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 +24 -0
- package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +22 -0
- package/dist-types/commands/AttachDiskCommand.d.ts +24 -0
- package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +24 -0
- package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +24 -0
- package/dist-types/commands/AttachStaticIpCommand.d.ts +24 -0
- package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +22 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +24 -0
- package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +35 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +67 -0
- package/dist-types/commands/CreateCertificateCommand.d.ts +98 -0
- package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +24 -0
- package/dist-types/commands/CreateContactMethodCommand.d.ts +24 -0
- package/dist-types/commands/CreateContainerServiceCommand.d.ts +106 -0
- package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +106 -0
- package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +11 -0
- package/dist-types/commands/CreateDiskCommand.d.ts +24 -0
- package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +90 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +22 -0
- package/dist-types/commands/CreateDomainEntryCommand.d.ts +22 -0
- package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +16 -0
- package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/CreateInstancesCommand.d.ts +24 -0
- package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/CreateKeyPairCommand.d.ts +42 -0
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +24 -0
- package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +24 -0
- package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +24 -0
- package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/DeleteAlarmCommand.d.ts +24 -0
- package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +24 -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 +24 -0
- package/dist-types/commands/DeleteContainerImageCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContainerServiceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDiskCommand.d.ts +24 -0
- package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +22 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +22 -0
- package/dist-types/commands/DeleteDomainEntryCommand.d.ts +22 -0
- package/dist-types/commands/DeleteInstanceCommand.d.ts +24 -0
- package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +22 -0
- package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +24 -0
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +24 -0
- package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +24 -0
- package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +24 -0
- package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +22 -0
- package/dist-types/commands/DetachDiskCommand.d.ts +24 -0
- package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +24 -0
- package/dist-types/commands/DetachStaticIpCommand.d.ts +24 -0
- package/dist-types/commands/DisableAddOnCommand.d.ts +24 -0
- package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +8 -0
- package/dist-types/commands/EnableAddOnCommand.d.ts +24 -0
- package/dist-types/commands/ExportSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/GetActiveNamesCommand.d.ts +9 -0
- package/dist-types/commands/GetAlarmsCommand.d.ts +41 -0
- package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +20 -0
- package/dist-types/commands/GetBlueprintsCommand.d.ts +23 -0
- package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +18 -0
- package/dist-types/commands/GetBucketBundlesCommand.d.ts +15 -0
- package/dist-types/commands/GetBucketMetricDataCommand.d.ts +17 -0
- package/dist-types/commands/GetBucketsCommand.d.ts +57 -0
- package/dist-types/commands/GetBundlesCommand.d.ts +26 -0
- package/dist-types/commands/GetCertificatesCommand.d.ts +81 -0
- package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +30 -0
- package/dist-types/commands/GetContactMethodsCommand.d.ts +21 -0
- package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +10 -0
- package/dist-types/commands/GetContainerImagesCommand.d.ts +12 -0
- package/dist-types/commands/GetContainerLogCommand.d.ts +12 -0
- package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +38 -0
- package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +17 -0
- package/dist-types/commands/GetContainerServicePowersCommand.d.ts +15 -0
- package/dist-types/commands/GetContainerServicesCommand.d.ts +108 -0
- package/dist-types/commands/GetCostEstimateCommand.d.ts +30 -0
- package/dist-types/commands/GetDiskCommand.d.ts +42 -0
- package/dist-types/commands/GetDiskSnapshotCommand.d.ts +30 -0
- package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +33 -0
- package/dist-types/commands/GetDisksCommand.d.ts +45 -0
- package/dist-types/commands/GetDistributionBundlesCommand.d.ts +14 -0
- package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +7 -0
- package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +17 -0
- package/dist-types/commands/GetDistributionsCommand.d.ts +76 -0
- package/dist-types/commands/GetDomainCommand.d.ts +44 -0
- package/dist-types/commands/GetDomainsCommand.d.ts +47 -0
- package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +46 -0
- package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +30 -0
- package/dist-types/commands/GetInstanceCommand.d.ts +123 -0
- package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +17 -0
- package/dist-types/commands/GetInstancePortStatesCommand.d.ts +22 -0
- package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +69 -0
- package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +72 -0
- package/dist-types/commands/GetInstanceStateCommand.d.ts +9 -0
- package/dist-types/commands/GetInstancesCommand.d.ts +126 -0
- package/dist-types/commands/GetKeyPairCommand.d.ts +23 -0
- package/dist-types/commands/GetKeyPairsCommand.d.ts +26 -0
- package/dist-types/commands/GetLoadBalancerCommand.d.ts +49 -0
- package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +17 -0
- package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +64 -0
- package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +19 -0
- package/dist-types/commands/GetLoadBalancersCommand.d.ts +52 -0
- package/dist-types/commands/GetOperationCommand.d.ts +22 -0
- package/dist-types/commands/GetOperationsCommand.d.ts +25 -0
- package/dist-types/commands/GetOperationsForResourceCommand.d.ts +26 -0
- package/dist-types/commands/GetRegionsCommand.d.ts +25 -0
- package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +16 -0
- package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +19 -0
- package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +58 -0
- package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +16 -0
- package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +13 -0
- package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +8 -0
- package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +7 -0
- package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +17 -0
- package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +18 -0
- package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +30 -0
- package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +33 -0
- package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +61 -0
- package/dist-types/commands/GetStaticIpCommand.d.ts +19 -0
- package/dist-types/commands/GetStaticIpsCommand.d.ts +22 -0
- package/dist-types/commands/ImportKeyPairCommand.d.ts +22 -0
- package/dist-types/commands/IsVpcPeeredCommand.d.ts +6 -0
- package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +22 -0
- package/dist-types/commands/PeerVpcCommand.d.ts +22 -0
- package/dist-types/commands/PutAlarmCommand.d.ts +24 -0
- package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +22 -0
- package/dist-types/commands/RebootInstanceCommand.d.ts +24 -0
- package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +24 -0
- package/dist-types/commands/RegisterContainerImageCommand.d.ts +10 -0
- package/dist-types/commands/ReleaseStaticIpCommand.d.ts +24 -0
- package/dist-types/commands/ResetDistributionCacheCommand.d.ts +24 -0
- package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +24 -0
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +24 -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 +24 -0
- package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +24 -0
- package/dist-types/commands/StopGUISessionCommand.d.ts +24 -0
- package/dist-types/commands/StopInstanceCommand.d.ts +24 -0
- package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +24 -0
- package/dist-types/commands/TagResourceCommand.d.ts +24 -0
- package/dist-types/commands/TestAlarmCommand.d.ts +24 -0
- package/dist-types/commands/UnpeerVpcCommand.d.ts +22 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +24 -0
- package/dist-types/commands/UpdateBucketBundleCommand.d.ts +24 -0
- package/dist-types/commands/UpdateBucketCommand.d.ts +67 -0
- package/dist-types/commands/UpdateContainerServiceCommand.d.ts +106 -0
- package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +22 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +22 -0
- package/dist-types/commands/UpdateDomainEntryCommand.d.ts +24 -0
- package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +22 -0
- package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +24 -0
- package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +24 -0
- package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +24 -0
- package/package.json +3 -3
|
@@ -31,6 +31,28 @@ export interface AllocateStaticIpCommandOutput extends AllocateStaticIpResult, _
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new AllocateStaticIpCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // AllocateStaticIpResult
|
|
35
|
+
* // operations: [ // OperationList
|
|
36
|
+
* // { // Operation
|
|
37
|
+
* // id: "STRING_VALUE",
|
|
38
|
+
* // resourceName: "STRING_VALUE",
|
|
39
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
40
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
41
|
+
* // location: { // ResourceLocation
|
|
42
|
+
* // availabilityZone: "STRING_VALUE",
|
|
43
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
44
|
+
* // },
|
|
45
|
+
* // isTerminal: true || false,
|
|
46
|
+
* // operationDetails: "STRING_VALUE",
|
|
47
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
48
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
49
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
50
|
+
* // errorCode: "STRING_VALUE",
|
|
51
|
+
* // errorDetails: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
34
56
|
* ```
|
|
35
57
|
*
|
|
36
58
|
* @param AllocateStaticIpCommandInput - {@link AllocateStaticIpCommandInput}
|
|
@@ -69,6 +91,8 @@ export interface AllocateStaticIpCommandOutput extends AllocateStaticIpResult, _
|
|
|
69
91
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
70
92
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
71
93
|
*
|
|
94
|
+
* @throws {@link LightsailServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
72
96
|
*
|
|
73
97
|
*/
|
|
74
98
|
export declare class AllocateStaticIpCommand extends $Command<AllocateStaticIpCommandInput, AllocateStaticIpCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -44,6 +44,26 @@ export interface AttachCertificateToDistributionCommandOutput extends AttachCert
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new AttachCertificateToDistributionCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // AttachCertificateToDistributionResult
|
|
48
|
+
* // operation: { // Operation
|
|
49
|
+
* // id: "STRING_VALUE",
|
|
50
|
+
* // resourceName: "STRING_VALUE",
|
|
51
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
52
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
53
|
+
* // location: { // ResourceLocation
|
|
54
|
+
* // availabilityZone: "STRING_VALUE",
|
|
55
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
56
|
+
* // },
|
|
57
|
+
* // isTerminal: true || false,
|
|
58
|
+
* // operationDetails: "STRING_VALUE",
|
|
59
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
60
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
61
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
62
|
+
* // errorCode: "STRING_VALUE",
|
|
63
|
+
* // errorDetails: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
47
67
|
* ```
|
|
48
68
|
*
|
|
49
69
|
* @param AttachCertificateToDistributionCommandInput - {@link AttachCertificateToDistributionCommandInput}
|
|
@@ -78,6 +98,8 @@ export interface AttachCertificateToDistributionCommandOutput extends AttachCert
|
|
|
78
98
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
79
99
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
80
100
|
*
|
|
101
|
+
* @throws {@link LightsailServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
81
103
|
*
|
|
82
104
|
*/
|
|
83
105
|
export declare class AttachCertificateToDistributionCommand extends $Command<AttachCertificateToDistributionCommandInput, AttachCertificateToDistributionCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -38,6 +38,28 @@ export interface AttachDiskCommandOutput extends AttachDiskResult, __MetadataBea
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new AttachDiskCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // AttachDiskResult
|
|
42
|
+
* // operations: [ // OperationList
|
|
43
|
+
* // { // Operation
|
|
44
|
+
* // id: "STRING_VALUE",
|
|
45
|
+
* // resourceName: "STRING_VALUE",
|
|
46
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
47
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
48
|
+
* // location: { // ResourceLocation
|
|
49
|
+
* // availabilityZone: "STRING_VALUE",
|
|
50
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
51
|
+
* // },
|
|
52
|
+
* // isTerminal: true || false,
|
|
53
|
+
* // operationDetails: "STRING_VALUE",
|
|
54
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
55
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
56
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
57
|
+
* // errorCode: "STRING_VALUE",
|
|
58
|
+
* // errorDetails: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
41
63
|
* ```
|
|
42
64
|
*
|
|
43
65
|
* @param AttachDiskCommandInput - {@link AttachDiskCommandInput}
|
|
@@ -76,6 +98,8 @@ export interface AttachDiskCommandOutput extends AttachDiskResult, __MetadataBea
|
|
|
76
98
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
77
99
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
78
100
|
*
|
|
101
|
+
* @throws {@link LightsailServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
79
103
|
*
|
|
80
104
|
*/
|
|
81
105
|
export declare class AttachDiskCommand extends $Command<AttachDiskCommandInput, AttachDiskCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -39,6 +39,28 @@ export interface AttachInstancesToLoadBalancerCommandOutput extends AttachInstan
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new AttachInstancesToLoadBalancerCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // AttachInstancesToLoadBalancerResult
|
|
43
|
+
* // operations: [ // OperationList
|
|
44
|
+
* // { // Operation
|
|
45
|
+
* // id: "STRING_VALUE",
|
|
46
|
+
* // resourceName: "STRING_VALUE",
|
|
47
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
48
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
49
|
+
* // location: { // ResourceLocation
|
|
50
|
+
* // availabilityZone: "STRING_VALUE",
|
|
51
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
52
|
+
* // },
|
|
53
|
+
* // isTerminal: true || false,
|
|
54
|
+
* // operationDetails: "STRING_VALUE",
|
|
55
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
56
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
57
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // errorCode: "STRING_VALUE",
|
|
59
|
+
* // errorDetails: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
42
64
|
* ```
|
|
43
65
|
*
|
|
44
66
|
* @param AttachInstancesToLoadBalancerCommandInput - {@link AttachInstancesToLoadBalancerCommandInput}
|
|
@@ -77,6 +99,8 @@ export interface AttachInstancesToLoadBalancerCommandOutput extends AttachInstan
|
|
|
77
99
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
78
100
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
79
101
|
*
|
|
102
|
+
* @throws {@link LightsailServiceException}
|
|
103
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
80
104
|
*
|
|
81
105
|
*/
|
|
82
106
|
export declare class AttachInstancesToLoadBalancerCommand extends $Command<AttachInstancesToLoadBalancerCommandInput, AttachInstancesToLoadBalancerCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -40,6 +40,28 @@ export interface AttachLoadBalancerTlsCertificateCommandOutput extends AttachLoa
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new AttachLoadBalancerTlsCertificateCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // AttachLoadBalancerTlsCertificateResult
|
|
44
|
+
* // operations: [ // OperationList
|
|
45
|
+
* // { // Operation
|
|
46
|
+
* // id: "STRING_VALUE",
|
|
47
|
+
* // resourceName: "STRING_VALUE",
|
|
48
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
49
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
50
|
+
* // location: { // ResourceLocation
|
|
51
|
+
* // availabilityZone: "STRING_VALUE",
|
|
52
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
53
|
+
* // },
|
|
54
|
+
* // isTerminal: true || false,
|
|
55
|
+
* // operationDetails: "STRING_VALUE",
|
|
56
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
57
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
58
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
59
|
+
* // errorCode: "STRING_VALUE",
|
|
60
|
+
* // errorDetails: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
43
65
|
* ```
|
|
44
66
|
*
|
|
45
67
|
* @param AttachLoadBalancerTlsCertificateCommandInput - {@link AttachLoadBalancerTlsCertificateCommandInput}
|
|
@@ -78,6 +100,8 @@ export interface AttachLoadBalancerTlsCertificateCommandOutput extends AttachLoa
|
|
|
78
100
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
79
101
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
80
102
|
*
|
|
103
|
+
* @throws {@link LightsailServiceException}
|
|
104
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
81
105
|
*
|
|
82
106
|
*/
|
|
83
107
|
export declare class AttachLoadBalancerTlsCertificateCommand extends $Command<AttachLoadBalancerTlsCertificateCommandInput, AttachLoadBalancerTlsCertificateCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -32,6 +32,28 @@ export interface AttachStaticIpCommandOutput extends AttachStaticIpResult, __Met
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new AttachStaticIpCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // AttachStaticIpResult
|
|
36
|
+
* // operations: [ // OperationList
|
|
37
|
+
* // { // Operation
|
|
38
|
+
* // id: "STRING_VALUE",
|
|
39
|
+
* // resourceName: "STRING_VALUE",
|
|
40
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
41
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
42
|
+
* // location: { // ResourceLocation
|
|
43
|
+
* // availabilityZone: "STRING_VALUE",
|
|
44
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
45
|
+
* // },
|
|
46
|
+
* // isTerminal: true || false,
|
|
47
|
+
* // operationDetails: "STRING_VALUE",
|
|
48
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
49
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
50
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
51
|
+
* // errorCode: "STRING_VALUE",
|
|
52
|
+
* // errorDetails: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
35
57
|
* ```
|
|
36
58
|
*
|
|
37
59
|
* @param AttachStaticIpCommandInput - {@link AttachStaticIpCommandInput}
|
|
@@ -70,6 +92,8 @@ export interface AttachStaticIpCommandOutput extends AttachStaticIpResult, __Met
|
|
|
70
92
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
71
93
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
72
94
|
*
|
|
95
|
+
* @throws {@link LightsailServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
73
97
|
*
|
|
74
98
|
*/
|
|
75
99
|
export declare class AttachStaticIpCommand extends $Command<AttachStaticIpCommandInput, AttachStaticIpCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -48,6 +48,26 @@ export interface CloseInstancePublicPortsCommandOutput extends CloseInstancePubl
|
|
|
48
48
|
* };
|
|
49
49
|
* const command = new CloseInstancePublicPortsCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // { // CloseInstancePublicPortsResult
|
|
52
|
+
* // operation: { // Operation
|
|
53
|
+
* // id: "STRING_VALUE",
|
|
54
|
+
* // resourceName: "STRING_VALUE",
|
|
55
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
56
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
57
|
+
* // location: { // ResourceLocation
|
|
58
|
+
* // availabilityZone: "STRING_VALUE",
|
|
59
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
60
|
+
* // },
|
|
61
|
+
* // isTerminal: true || false,
|
|
62
|
+
* // operationDetails: "STRING_VALUE",
|
|
63
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
64
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
65
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
66
|
+
* // errorCode: "STRING_VALUE",
|
|
67
|
+
* // errorDetails: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
51
71
|
* ```
|
|
52
72
|
*
|
|
53
73
|
* @param CloseInstancePublicPortsCommandInput - {@link CloseInstancePublicPortsCommandInput}
|
|
@@ -86,6 +106,8 @@ export interface CloseInstancePublicPortsCommandOutput extends CloseInstancePubl
|
|
|
86
106
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
87
107
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
88
108
|
*
|
|
109
|
+
* @throws {@link LightsailServiceException}
|
|
110
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
89
111
|
*
|
|
90
112
|
*/
|
|
91
113
|
export declare class CloseInstancePublicPortsCommand extends $Command<CloseInstancePublicPortsCommandInput, CloseInstancePublicPortsCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -45,6 +45,28 @@ export interface CopySnapshotCommandOutput extends CopySnapshotResult, __Metadat
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new CopySnapshotCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // CopySnapshotResult
|
|
49
|
+
* // operations: [ // OperationList
|
|
50
|
+
* // { // Operation
|
|
51
|
+
* // id: "STRING_VALUE",
|
|
52
|
+
* // resourceName: "STRING_VALUE",
|
|
53
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
54
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
55
|
+
* // location: { // ResourceLocation
|
|
56
|
+
* // availabilityZone: "STRING_VALUE",
|
|
57
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
58
|
+
* // },
|
|
59
|
+
* // isTerminal: true || false,
|
|
60
|
+
* // operationDetails: "STRING_VALUE",
|
|
61
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
62
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
63
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
64
|
+
* // errorCode: "STRING_VALUE",
|
|
65
|
+
* // errorDetails: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
48
70
|
* ```
|
|
49
71
|
*
|
|
50
72
|
* @param CopySnapshotCommandInput - {@link CopySnapshotCommandInput}
|
|
@@ -83,6 +105,8 @@ export interface CopySnapshotCommandOutput extends CopySnapshotResult, __Metadat
|
|
|
83
105
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
84
106
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
85
107
|
*
|
|
108
|
+
* @throws {@link LightsailServiceException}
|
|
109
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
86
110
|
*
|
|
87
111
|
*/
|
|
88
112
|
export declare class CopySnapshotCommand extends $Command<CopySnapshotCommandInput, CopySnapshotCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -42,6 +42,39 @@ export interface CreateBucketAccessKeyCommandOutput extends CreateBucketAccessKe
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new CreateBucketAccessKeyCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // CreateBucketAccessKeyResult
|
|
46
|
+
* // accessKey: { // AccessKey
|
|
47
|
+
* // accessKeyId: "STRING_VALUE",
|
|
48
|
+
* // secretAccessKey: "STRING_VALUE",
|
|
49
|
+
* // status: "Active" || "Inactive",
|
|
50
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
51
|
+
* // lastUsed: { // AccessKeyLastUsed
|
|
52
|
+
* // lastUsedDate: new Date("TIMESTAMP"),
|
|
53
|
+
* // region: "STRING_VALUE",
|
|
54
|
+
* // serviceName: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // },
|
|
57
|
+
* // operations: [ // OperationList
|
|
58
|
+
* // { // Operation
|
|
59
|
+
* // id: "STRING_VALUE",
|
|
60
|
+
* // resourceName: "STRING_VALUE",
|
|
61
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
62
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
63
|
+
* // location: { // ResourceLocation
|
|
64
|
+
* // availabilityZone: "STRING_VALUE",
|
|
65
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
66
|
+
* // },
|
|
67
|
+
* // isTerminal: true || false,
|
|
68
|
+
* // operationDetails: "STRING_VALUE",
|
|
69
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
70
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
71
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
72
|
+
* // errorCode: "STRING_VALUE",
|
|
73
|
+
* // errorDetails: "STRING_VALUE",
|
|
74
|
+
* // },
|
|
75
|
+
* // ],
|
|
76
|
+
* // };
|
|
77
|
+
*
|
|
45
78
|
* ```
|
|
46
79
|
*
|
|
47
80
|
* @param CreateBucketAccessKeyCommandInput - {@link CreateBucketAccessKeyCommandInput}
|
|
@@ -73,6 +106,8 @@ export interface CreateBucketAccessKeyCommandOutput extends CreateBucketAccessKe
|
|
|
73
106
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
74
107
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
75
108
|
*
|
|
109
|
+
* @throws {@link LightsailServiceException}
|
|
110
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
76
111
|
*
|
|
77
112
|
*/
|
|
78
113
|
export declare class CreateBucketAccessKeyCommand extends $Command<CreateBucketAccessKeyCommandInput, CreateBucketAccessKeyCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -43,6 +43,71 @@ export interface CreateBucketCommandOutput extends CreateBucketResult, __Metadat
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new CreateBucketCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // CreateBucketResult
|
|
47
|
+
* // bucket: { // Bucket
|
|
48
|
+
* // resourceType: "STRING_VALUE",
|
|
49
|
+
* // accessRules: { // AccessRules
|
|
50
|
+
* // getObject: "public" || "private",
|
|
51
|
+
* // allowPublicOverrides: true || false,
|
|
52
|
+
* // },
|
|
53
|
+
* // arn: "STRING_VALUE",
|
|
54
|
+
* // bundleId: "STRING_VALUE",
|
|
55
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
56
|
+
* // url: "STRING_VALUE",
|
|
57
|
+
* // location: { // ResourceLocation
|
|
58
|
+
* // availabilityZone: "STRING_VALUE",
|
|
59
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
60
|
+
* // },
|
|
61
|
+
* // name: "STRING_VALUE",
|
|
62
|
+
* // supportCode: "STRING_VALUE",
|
|
63
|
+
* // tags: [ // TagList
|
|
64
|
+
* // { // Tag
|
|
65
|
+
* // key: "STRING_VALUE",
|
|
66
|
+
* // value: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // objectVersioning: "STRING_VALUE",
|
|
70
|
+
* // ableToUpdateBundle: true || false,
|
|
71
|
+
* // readonlyAccessAccounts: [ // PartnerIdList
|
|
72
|
+
* // "STRING_VALUE",
|
|
73
|
+
* // ],
|
|
74
|
+
* // resourcesReceivingAccess: [ // AccessReceiverList
|
|
75
|
+
* // { // ResourceReceivingAccess
|
|
76
|
+
* // name: "STRING_VALUE",
|
|
77
|
+
* // resourceType: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // ],
|
|
80
|
+
* // state: { // BucketState
|
|
81
|
+
* // code: "STRING_VALUE",
|
|
82
|
+
* // message: "STRING_VALUE",
|
|
83
|
+
* // },
|
|
84
|
+
* // accessLogConfig: { // BucketAccessLogConfig
|
|
85
|
+
* // enabled: true || false, // required
|
|
86
|
+
* // destination: "STRING_VALUE",
|
|
87
|
+
* // prefix: "STRING_VALUE",
|
|
88
|
+
* // },
|
|
89
|
+
* // },
|
|
90
|
+
* // operations: [ // OperationList
|
|
91
|
+
* // { // Operation
|
|
92
|
+
* // id: "STRING_VALUE",
|
|
93
|
+
* // resourceName: "STRING_VALUE",
|
|
94
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
95
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
96
|
+
* // location: {
|
|
97
|
+
* // availabilityZone: "STRING_VALUE",
|
|
98
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
99
|
+
* // },
|
|
100
|
+
* // isTerminal: true || false,
|
|
101
|
+
* // operationDetails: "STRING_VALUE",
|
|
102
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
103
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
104
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
105
|
+
* // errorCode: "STRING_VALUE",
|
|
106
|
+
* // errorDetails: "STRING_VALUE",
|
|
107
|
+
* // },
|
|
108
|
+
* // ],
|
|
109
|
+
* // };
|
|
110
|
+
*
|
|
46
111
|
* ```
|
|
47
112
|
*
|
|
48
113
|
* @param CreateBucketCommandInput - {@link CreateBucketCommandInput}
|
|
@@ -71,6 +136,8 @@ export interface CreateBucketCommandOutput extends CreateBucketResult, __Metadat
|
|
|
71
136
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
72
137
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
73
138
|
*
|
|
139
|
+
* @throws {@link LightsailServiceException}
|
|
140
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
74
141
|
*
|
|
75
142
|
*/
|
|
76
143
|
export declare class CreateBucketCommand extends $Command<CreateBucketCommandInput, CreateBucketCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -53,6 +53,102 @@ export interface CreateCertificateCommandOutput extends CreateCertificateResult,
|
|
|
53
53
|
* };
|
|
54
54
|
* const command = new CreateCertificateCommand(input);
|
|
55
55
|
* const response = await client.send(command);
|
|
56
|
+
* // { // CreateCertificateResult
|
|
57
|
+
* // certificate: { // CertificateSummary
|
|
58
|
+
* // certificateArn: "STRING_VALUE",
|
|
59
|
+
* // certificateName: "STRING_VALUE",
|
|
60
|
+
* // domainName: "STRING_VALUE",
|
|
61
|
+
* // certificateDetail: { // Certificate
|
|
62
|
+
* // arn: "STRING_VALUE",
|
|
63
|
+
* // name: "STRING_VALUE",
|
|
64
|
+
* // domainName: "STRING_VALUE",
|
|
65
|
+
* // status: "PENDING_VALIDATION" || "ISSUED" || "INACTIVE" || "EXPIRED" || "VALIDATION_TIMED_OUT" || "REVOKED" || "FAILED",
|
|
66
|
+
* // serialNumber: "STRING_VALUE",
|
|
67
|
+
* // subjectAlternativeNames: [ // SubjectAlternativeNameList
|
|
68
|
+
* // "STRING_VALUE",
|
|
69
|
+
* // ],
|
|
70
|
+
* // domainValidationRecords: [ // DomainValidationRecordList
|
|
71
|
+
* // { // DomainValidationRecord
|
|
72
|
+
* // domainName: "STRING_VALUE",
|
|
73
|
+
* // resourceRecord: { // ResourceRecord
|
|
74
|
+
* // name: "STRING_VALUE",
|
|
75
|
+
* // type: "STRING_VALUE",
|
|
76
|
+
* // value: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // dnsRecordCreationState: { // DnsRecordCreationState
|
|
79
|
+
* // code: "SUCCEEDED" || "STARTED" || "FAILED",
|
|
80
|
+
* // message: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // validationStatus: "PENDING_VALIDATION" || "FAILED" || "SUCCESS",
|
|
83
|
+
* // },
|
|
84
|
+
* // ],
|
|
85
|
+
* // requestFailureReason: "STRING_VALUE",
|
|
86
|
+
* // inUseResourceCount: Number("int"),
|
|
87
|
+
* // keyAlgorithm: "STRING_VALUE",
|
|
88
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
89
|
+
* // issuedAt: new Date("TIMESTAMP"),
|
|
90
|
+
* // issuerCA: "STRING_VALUE",
|
|
91
|
+
* // notBefore: new Date("TIMESTAMP"),
|
|
92
|
+
* // notAfter: new Date("TIMESTAMP"),
|
|
93
|
+
* // eligibleToRenew: "STRING_VALUE",
|
|
94
|
+
* // renewalSummary: { // RenewalSummary
|
|
95
|
+
* // domainValidationRecords: [
|
|
96
|
+
* // {
|
|
97
|
+
* // domainName: "STRING_VALUE",
|
|
98
|
+
* // resourceRecord: {
|
|
99
|
+
* // name: "STRING_VALUE",
|
|
100
|
+
* // type: "STRING_VALUE",
|
|
101
|
+
* // value: "STRING_VALUE",
|
|
102
|
+
* // },
|
|
103
|
+
* // dnsRecordCreationState: {
|
|
104
|
+
* // code: "SUCCEEDED" || "STARTED" || "FAILED",
|
|
105
|
+
* // message: "STRING_VALUE",
|
|
106
|
+
* // },
|
|
107
|
+
* // validationStatus: "PENDING_VALIDATION" || "FAILED" || "SUCCESS",
|
|
108
|
+
* // },
|
|
109
|
+
* // ],
|
|
110
|
+
* // renewalStatus: "PendingAutoRenewal" || "PendingValidation" || "Success" || "Failed",
|
|
111
|
+
* // renewalStatusReason: "STRING_VALUE",
|
|
112
|
+
* // updatedAt: new Date("TIMESTAMP"),
|
|
113
|
+
* // },
|
|
114
|
+
* // revokedAt: new Date("TIMESTAMP"),
|
|
115
|
+
* // revocationReason: "STRING_VALUE",
|
|
116
|
+
* // tags: [ // TagList
|
|
117
|
+
* // { // Tag
|
|
118
|
+
* // key: "STRING_VALUE",
|
|
119
|
+
* // value: "STRING_VALUE",
|
|
120
|
+
* // },
|
|
121
|
+
* // ],
|
|
122
|
+
* // supportCode: "STRING_VALUE",
|
|
123
|
+
* // },
|
|
124
|
+
* // tags: [
|
|
125
|
+
* // {
|
|
126
|
+
* // key: "STRING_VALUE",
|
|
127
|
+
* // value: "STRING_VALUE",
|
|
128
|
+
* // },
|
|
129
|
+
* // ],
|
|
130
|
+
* // },
|
|
131
|
+
* // operations: [ // OperationList
|
|
132
|
+
* // { // Operation
|
|
133
|
+
* // id: "STRING_VALUE",
|
|
134
|
+
* // resourceName: "STRING_VALUE",
|
|
135
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
136
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
137
|
+
* // location: { // ResourceLocation
|
|
138
|
+
* // availabilityZone: "STRING_VALUE",
|
|
139
|
+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
|
|
140
|
+
* // },
|
|
141
|
+
* // isTerminal: true || false,
|
|
142
|
+
* // operationDetails: "STRING_VALUE",
|
|
143
|
+
* // operationType: "DeleteKnownHostKeys" || "DeleteInstance" || "CreateInstance" || "StopInstance" || "StartInstance" || "RebootInstance" || "OpenInstancePublicPorts" || "PutInstancePublicPorts" || "CloseInstancePublicPorts" || "AllocateStaticIp" || "ReleaseStaticIp" || "AttachStaticIp" || "DetachStaticIp" || "UpdateDomainEntry" || "DeleteDomainEntry" || "CreateDomain" || "DeleteDomain" || "CreateInstanceSnapshot" || "DeleteInstanceSnapshot" || "CreateInstancesFromSnapshot" || "CreateLoadBalancer" || "DeleteLoadBalancer" || "AttachInstancesToLoadBalancer" || "DetachInstancesFromLoadBalancer" || "UpdateLoadBalancerAttribute" || "CreateLoadBalancerTlsCertificate" || "DeleteLoadBalancerTlsCertificate" || "AttachLoadBalancerTlsCertificate" || "CreateDisk" || "DeleteDisk" || "AttachDisk" || "DetachDisk" || "CreateDiskSnapshot" || "DeleteDiskSnapshot" || "CreateDiskFromSnapshot" || "CreateRelationalDatabase" || "UpdateRelationalDatabase" || "DeleteRelationalDatabase" || "CreateRelationalDatabaseFromSnapshot" || "CreateRelationalDatabaseSnapshot" || "DeleteRelationalDatabaseSnapshot" || "UpdateRelationalDatabaseParameters" || "StartRelationalDatabase" || "RebootRelationalDatabase" || "StopRelationalDatabase" || "EnableAddOn" || "DisableAddOn" || "PutAlarm" || "GetAlarms" || "DeleteAlarm" || "TestAlarm" || "CreateContactMethod" || "GetContactMethods" || "SendContactMethodVerification" || "DeleteContactMethod" || "CreateDistribution" || "UpdateDistribution" || "DeleteDistribution" || "ResetDistributionCache" || "AttachCertificateToDistribution" || "DetachCertificateFromDistribution" || "UpdateDistributionBundle" || "SetIpAddressType" || "CreateCertificate" || "DeleteCertificate" || "CreateContainerService" || "UpdateContainerService" || "DeleteContainerService" || "CreateContainerServiceDeployment" || "CreateContainerServiceRegistryLogin" || "RegisterContainerImage" || "DeleteContainerImage" || "CreateBucket" || "DeleteBucket" || "CreateBucketAccessKey" || "DeleteBucketAccessKey" || "UpdateBucketBundle" || "UpdateBucket" || "SetResourceAccessForBucket" || "UpdateInstanceMetadataOptions" || "StartGUISession" || "StopGUISession",
|
|
144
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
145
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
146
|
+
* // errorCode: "STRING_VALUE",
|
|
147
|
+
* // errorDetails: "STRING_VALUE",
|
|
148
|
+
* // },
|
|
149
|
+
* // ],
|
|
150
|
+
* // };
|
|
151
|
+
*
|
|
56
152
|
* ```
|
|
57
153
|
*
|
|
58
154
|
* @param CreateCertificateCommandInput - {@link CreateCertificateCommandInput}
|
|
@@ -84,6 +180,8 @@ export interface CreateCertificateCommandOutput extends CreateCertificateResult,
|
|
|
84
180
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
85
181
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
86
182
|
*
|
|
183
|
+
* @throws {@link LightsailServiceException}
|
|
184
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
87
185
|
*
|
|
88
186
|
*/
|
|
89
187
|
export declare class CreateCertificateCommand extends $Command<CreateCertificateCommandInput, CreateCertificateCommandOutput, LightsailClientResolvedConfig> {
|