@aws-sdk/client-lightsail 3.325.0 → 3.327.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 +7 -7
|
@@ -46,6 +46,28 @@ export interface CreateCloudFormationStackCommandOutput extends CreateCloudForma
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new CreateCloudFormationStackCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateCloudFormationStackResult
|
|
50
|
+
* // operations: [ // OperationList
|
|
51
|
+
* // { // Operation
|
|
52
|
+
* // id: "STRING_VALUE",
|
|
53
|
+
* // resourceName: "STRING_VALUE",
|
|
54
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
55
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
56
|
+
* // location: { // ResourceLocation
|
|
57
|
+
* // availabilityZone: "STRING_VALUE",
|
|
58
|
+
* // 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",
|
|
59
|
+
* // },
|
|
60
|
+
* // isTerminal: true || false,
|
|
61
|
+
* // operationDetails: "STRING_VALUE",
|
|
62
|
+
* // 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",
|
|
63
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
64
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
65
|
+
* // errorCode: "STRING_VALUE",
|
|
66
|
+
* // errorDetails: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
49
71
|
* ```
|
|
50
72
|
*
|
|
51
73
|
* @param CreateCloudFormationStackCommandInput - {@link CreateCloudFormationStackCommandInput}
|
|
@@ -84,6 +106,8 @@ export interface CreateCloudFormationStackCommandOutput extends CreateCloudForma
|
|
|
84
106
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
85
107
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
86
108
|
*
|
|
109
|
+
* @throws {@link LightsailServiceException}
|
|
110
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
87
111
|
*
|
|
88
112
|
*/
|
|
89
113
|
export declare class CreateCloudFormationStackCommand extends $Command<CreateCloudFormationStackCommandInput, CreateCloudFormationStackCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -36,6 +36,28 @@ export interface CreateContactMethodCommandOutput extends CreateContactMethodRes
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new CreateContactMethodCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // CreateContactMethodResult
|
|
40
|
+
* // operations: [ // OperationList
|
|
41
|
+
* // { // Operation
|
|
42
|
+
* // id: "STRING_VALUE",
|
|
43
|
+
* // resourceName: "STRING_VALUE",
|
|
44
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
45
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
46
|
+
* // location: { // ResourceLocation
|
|
47
|
+
* // availabilityZone: "STRING_VALUE",
|
|
48
|
+
* // 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",
|
|
49
|
+
* // },
|
|
50
|
+
* // isTerminal: true || false,
|
|
51
|
+
* // operationDetails: "STRING_VALUE",
|
|
52
|
+
* // 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",
|
|
53
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
54
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
55
|
+
* // errorCode: "STRING_VALUE",
|
|
56
|
+
* // errorDetails: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
39
61
|
* ```
|
|
40
62
|
*
|
|
41
63
|
* @param CreateContactMethodCommandInput - {@link CreateContactMethodCommandInput}
|
|
@@ -70,6 +92,8 @@ export interface CreateContactMethodCommandOutput extends CreateContactMethodRes
|
|
|
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 CreateContactMethodCommand extends $Command<CreateContactMethodCommandInput, CreateContactMethodCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -80,6 +80,110 @@ export interface CreateContainerServiceCommandOutput extends CreateContainerServ
|
|
|
80
80
|
* };
|
|
81
81
|
* const command = new CreateContainerServiceCommand(input);
|
|
82
82
|
* const response = await client.send(command);
|
|
83
|
+
* // { // CreateContainerServiceResult
|
|
84
|
+
* // containerService: { // ContainerService
|
|
85
|
+
* // containerServiceName: "STRING_VALUE",
|
|
86
|
+
* // arn: "STRING_VALUE",
|
|
87
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
88
|
+
* // location: { // ResourceLocation
|
|
89
|
+
* // availabilityZone: "STRING_VALUE",
|
|
90
|
+
* // 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",
|
|
91
|
+
* // },
|
|
92
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
93
|
+
* // tags: [ // TagList
|
|
94
|
+
* // { // Tag
|
|
95
|
+
* // key: "STRING_VALUE",
|
|
96
|
+
* // value: "STRING_VALUE",
|
|
97
|
+
* // },
|
|
98
|
+
* // ],
|
|
99
|
+
* // power: "nano" || "micro" || "small" || "medium" || "large" || "xlarge",
|
|
100
|
+
* // powerId: "STRING_VALUE",
|
|
101
|
+
* // state: "PENDING" || "READY" || "RUNNING" || "UPDATING" || "DELETING" || "DISABLED" || "DEPLOYING",
|
|
102
|
+
* // stateDetail: { // ContainerServiceStateDetail
|
|
103
|
+
* // code: "CREATING_SYSTEM_RESOURCES" || "CREATING_NETWORK_INFRASTRUCTURE" || "PROVISIONING_CERTIFICATE" || "PROVISIONING_SERVICE" || "CREATING_DEPLOYMENT" || "EVALUATING_HEALTH_CHECK" || "ACTIVATING_DEPLOYMENT" || "CERTIFICATE_LIMIT_EXCEEDED" || "UNKNOWN_ERROR",
|
|
104
|
+
* // message: "STRING_VALUE",
|
|
105
|
+
* // },
|
|
106
|
+
* // scale: Number("int"),
|
|
107
|
+
* // currentDeployment: { // ContainerServiceDeployment
|
|
108
|
+
* // version: Number("int"),
|
|
109
|
+
* // state: "ACTIVATING" || "ACTIVE" || "INACTIVE" || "FAILED",
|
|
110
|
+
* // containers: { // ContainerMap
|
|
111
|
+
* // "<keys>": { // Container
|
|
112
|
+
* // image: "STRING_VALUE",
|
|
113
|
+
* // command: [ // StringList
|
|
114
|
+
* // "STRING_VALUE",
|
|
115
|
+
* // ],
|
|
116
|
+
* // environment: { // Environment
|
|
117
|
+
* // "<keys>": "STRING_VALUE",
|
|
118
|
+
* // },
|
|
119
|
+
* // ports: { // PortMap
|
|
120
|
+
* // "<keys>": "HTTP" || "HTTPS" || "TCP" || "UDP",
|
|
121
|
+
* // },
|
|
122
|
+
* // },
|
|
123
|
+
* // },
|
|
124
|
+
* // publicEndpoint: { // ContainerServiceEndpoint
|
|
125
|
+
* // containerName: "STRING_VALUE",
|
|
126
|
+
* // containerPort: Number("int"),
|
|
127
|
+
* // healthCheck: { // ContainerServiceHealthCheckConfig
|
|
128
|
+
* // healthyThreshold: Number("int"),
|
|
129
|
+
* // unhealthyThreshold: Number("int"),
|
|
130
|
+
* // timeoutSeconds: Number("int"),
|
|
131
|
+
* // intervalSeconds: Number("int"),
|
|
132
|
+
* // path: "STRING_VALUE",
|
|
133
|
+
* // successCodes: "STRING_VALUE",
|
|
134
|
+
* // },
|
|
135
|
+
* // },
|
|
136
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
137
|
+
* // },
|
|
138
|
+
* // nextDeployment: {
|
|
139
|
+
* // version: Number("int"),
|
|
140
|
+
* // state: "ACTIVATING" || "ACTIVE" || "INACTIVE" || "FAILED",
|
|
141
|
+
* // containers: {
|
|
142
|
+
* // "<keys>": {
|
|
143
|
+
* // image: "STRING_VALUE",
|
|
144
|
+
* // command: [
|
|
145
|
+
* // "STRING_VALUE",
|
|
146
|
+
* // ],
|
|
147
|
+
* // environment: {
|
|
148
|
+
* // "<keys>": "STRING_VALUE",
|
|
149
|
+
* // },
|
|
150
|
+
* // ports: {
|
|
151
|
+
* // "<keys>": "HTTP" || "HTTPS" || "TCP" || "UDP",
|
|
152
|
+
* // },
|
|
153
|
+
* // },
|
|
154
|
+
* // },
|
|
155
|
+
* // publicEndpoint: {
|
|
156
|
+
* // containerName: "STRING_VALUE",
|
|
157
|
+
* // containerPort: Number("int"),
|
|
158
|
+
* // healthCheck: {
|
|
159
|
+
* // healthyThreshold: Number("int"),
|
|
160
|
+
* // unhealthyThreshold: Number("int"),
|
|
161
|
+
* // timeoutSeconds: Number("int"),
|
|
162
|
+
* // intervalSeconds: Number("int"),
|
|
163
|
+
* // path: "STRING_VALUE",
|
|
164
|
+
* // successCodes: "STRING_VALUE",
|
|
165
|
+
* // },
|
|
166
|
+
* // },
|
|
167
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
168
|
+
* // },
|
|
169
|
+
* // isDisabled: true || false,
|
|
170
|
+
* // principalArn: "STRING_VALUE",
|
|
171
|
+
* // privateDomainName: "STRING_VALUE",
|
|
172
|
+
* // publicDomainNames: { // ContainerServicePublicDomains
|
|
173
|
+
* // "<keys>": [ // ContainerServicePublicDomainsList
|
|
174
|
+
* // "STRING_VALUE",
|
|
175
|
+
* // ],
|
|
176
|
+
* // },
|
|
177
|
+
* // url: "STRING_VALUE",
|
|
178
|
+
* // privateRegistryAccess: { // PrivateRegistryAccess
|
|
179
|
+
* // ecrImagePullerRole: { // ContainerServiceECRImagePullerRole
|
|
180
|
+
* // isActive: true || false,
|
|
181
|
+
* // principalArn: "STRING_VALUE",
|
|
182
|
+
* // },
|
|
183
|
+
* // },
|
|
184
|
+
* // },
|
|
185
|
+
* // };
|
|
186
|
+
*
|
|
83
187
|
* ```
|
|
84
188
|
*
|
|
85
189
|
* @param CreateContainerServiceCommandInput - {@link CreateContainerServiceCommandInput}
|
|
@@ -111,6 +215,8 @@ export interface CreateContainerServiceCommandOutput extends CreateContainerServ
|
|
|
111
215
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
112
216
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
113
217
|
*
|
|
218
|
+
* @throws {@link LightsailServiceException}
|
|
219
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
114
220
|
*
|
|
115
221
|
*/
|
|
116
222
|
export declare class CreateContainerServiceCommand extends $Command<CreateContainerServiceCommandInput, CreateContainerServiceCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -66,6 +66,110 @@ export interface CreateContainerServiceDeploymentCommandOutput extends CreateCon
|
|
|
66
66
|
* };
|
|
67
67
|
* const command = new CreateContainerServiceDeploymentCommand(input);
|
|
68
68
|
* const response = await client.send(command);
|
|
69
|
+
* // { // CreateContainerServiceDeploymentResult
|
|
70
|
+
* // containerService: { // ContainerService
|
|
71
|
+
* // containerServiceName: "STRING_VALUE",
|
|
72
|
+
* // arn: "STRING_VALUE",
|
|
73
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
74
|
+
* // location: { // ResourceLocation
|
|
75
|
+
* // availabilityZone: "STRING_VALUE",
|
|
76
|
+
* // 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",
|
|
77
|
+
* // },
|
|
78
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
79
|
+
* // tags: [ // TagList
|
|
80
|
+
* // { // Tag
|
|
81
|
+
* // key: "STRING_VALUE",
|
|
82
|
+
* // value: "STRING_VALUE",
|
|
83
|
+
* // },
|
|
84
|
+
* // ],
|
|
85
|
+
* // power: "nano" || "micro" || "small" || "medium" || "large" || "xlarge",
|
|
86
|
+
* // powerId: "STRING_VALUE",
|
|
87
|
+
* // state: "PENDING" || "READY" || "RUNNING" || "UPDATING" || "DELETING" || "DISABLED" || "DEPLOYING",
|
|
88
|
+
* // stateDetail: { // ContainerServiceStateDetail
|
|
89
|
+
* // code: "CREATING_SYSTEM_RESOURCES" || "CREATING_NETWORK_INFRASTRUCTURE" || "PROVISIONING_CERTIFICATE" || "PROVISIONING_SERVICE" || "CREATING_DEPLOYMENT" || "EVALUATING_HEALTH_CHECK" || "ACTIVATING_DEPLOYMENT" || "CERTIFICATE_LIMIT_EXCEEDED" || "UNKNOWN_ERROR",
|
|
90
|
+
* // message: "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // scale: Number("int"),
|
|
93
|
+
* // currentDeployment: { // ContainerServiceDeployment
|
|
94
|
+
* // version: Number("int"),
|
|
95
|
+
* // state: "ACTIVATING" || "ACTIVE" || "INACTIVE" || "FAILED",
|
|
96
|
+
* // containers: { // ContainerMap
|
|
97
|
+
* // "<keys>": { // Container
|
|
98
|
+
* // image: "STRING_VALUE",
|
|
99
|
+
* // command: [ // StringList
|
|
100
|
+
* // "STRING_VALUE",
|
|
101
|
+
* // ],
|
|
102
|
+
* // environment: { // Environment
|
|
103
|
+
* // "<keys>": "STRING_VALUE",
|
|
104
|
+
* // },
|
|
105
|
+
* // ports: { // PortMap
|
|
106
|
+
* // "<keys>": "HTTP" || "HTTPS" || "TCP" || "UDP",
|
|
107
|
+
* // },
|
|
108
|
+
* // },
|
|
109
|
+
* // },
|
|
110
|
+
* // publicEndpoint: { // ContainerServiceEndpoint
|
|
111
|
+
* // containerName: "STRING_VALUE",
|
|
112
|
+
* // containerPort: Number("int"),
|
|
113
|
+
* // healthCheck: { // ContainerServiceHealthCheckConfig
|
|
114
|
+
* // healthyThreshold: Number("int"),
|
|
115
|
+
* // unhealthyThreshold: Number("int"),
|
|
116
|
+
* // timeoutSeconds: Number("int"),
|
|
117
|
+
* // intervalSeconds: Number("int"),
|
|
118
|
+
* // path: "STRING_VALUE",
|
|
119
|
+
* // successCodes: "STRING_VALUE",
|
|
120
|
+
* // },
|
|
121
|
+
* // },
|
|
122
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
123
|
+
* // },
|
|
124
|
+
* // nextDeployment: {
|
|
125
|
+
* // version: Number("int"),
|
|
126
|
+
* // state: "ACTIVATING" || "ACTIVE" || "INACTIVE" || "FAILED",
|
|
127
|
+
* // containers: {
|
|
128
|
+
* // "<keys>": {
|
|
129
|
+
* // image: "STRING_VALUE",
|
|
130
|
+
* // command: [
|
|
131
|
+
* // "STRING_VALUE",
|
|
132
|
+
* // ],
|
|
133
|
+
* // environment: {
|
|
134
|
+
* // "<keys>": "STRING_VALUE",
|
|
135
|
+
* // },
|
|
136
|
+
* // ports: {
|
|
137
|
+
* // "<keys>": "HTTP" || "HTTPS" || "TCP" || "UDP",
|
|
138
|
+
* // },
|
|
139
|
+
* // },
|
|
140
|
+
* // },
|
|
141
|
+
* // publicEndpoint: {
|
|
142
|
+
* // containerName: "STRING_VALUE",
|
|
143
|
+
* // containerPort: Number("int"),
|
|
144
|
+
* // healthCheck: {
|
|
145
|
+
* // healthyThreshold: Number("int"),
|
|
146
|
+
* // unhealthyThreshold: Number("int"),
|
|
147
|
+
* // timeoutSeconds: Number("int"),
|
|
148
|
+
* // intervalSeconds: Number("int"),
|
|
149
|
+
* // path: "STRING_VALUE",
|
|
150
|
+
* // successCodes: "STRING_VALUE",
|
|
151
|
+
* // },
|
|
152
|
+
* // },
|
|
153
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
154
|
+
* // },
|
|
155
|
+
* // isDisabled: true || false,
|
|
156
|
+
* // principalArn: "STRING_VALUE",
|
|
157
|
+
* // privateDomainName: "STRING_VALUE",
|
|
158
|
+
* // publicDomainNames: { // ContainerServicePublicDomains
|
|
159
|
+
* // "<keys>": [ // ContainerServicePublicDomainsList
|
|
160
|
+
* // "STRING_VALUE",
|
|
161
|
+
* // ],
|
|
162
|
+
* // },
|
|
163
|
+
* // url: "STRING_VALUE",
|
|
164
|
+
* // privateRegistryAccess: { // PrivateRegistryAccess
|
|
165
|
+
* // ecrImagePullerRole: { // ContainerServiceECRImagePullerRole
|
|
166
|
+
* // isActive: true || false,
|
|
167
|
+
* // principalArn: "STRING_VALUE",
|
|
168
|
+
* // },
|
|
169
|
+
* // },
|
|
170
|
+
* // },
|
|
171
|
+
* // };
|
|
172
|
+
*
|
|
69
173
|
* ```
|
|
70
174
|
*
|
|
71
175
|
* @param CreateContainerServiceDeploymentCommandInput - {@link CreateContainerServiceDeploymentCommandInput}
|
|
@@ -97,6 +201,8 @@ export interface CreateContainerServiceDeploymentCommandOutput extends CreateCon
|
|
|
97
201
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
98
202
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
99
203
|
*
|
|
204
|
+
* @throws {@link LightsailServiceException}
|
|
205
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
100
206
|
*
|
|
101
207
|
*/
|
|
102
208
|
export declare class CreateContainerServiceDeploymentCommand extends $Command<CreateContainerServiceDeploymentCommandInput, CreateContainerServiceDeploymentCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -48,6 +48,15 @@ export interface CreateContainerServiceRegistryLoginCommandOutput extends Create
|
|
|
48
48
|
* const input = {};
|
|
49
49
|
* const command = new CreateContainerServiceRegistryLoginCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // { // CreateContainerServiceRegistryLoginResult
|
|
52
|
+
* // registryLogin: { // ContainerServiceRegistryLogin
|
|
53
|
+
* // username: "STRING_VALUE",
|
|
54
|
+
* // password: "STRING_VALUE",
|
|
55
|
+
* // expiresAt: new Date("TIMESTAMP"),
|
|
56
|
+
* // registry: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
51
60
|
* ```
|
|
52
61
|
*
|
|
53
62
|
* @param CreateContainerServiceRegistryLoginCommandInput - {@link CreateContainerServiceRegistryLoginCommandInput}
|
|
@@ -79,6 +88,8 @@ export interface CreateContainerServiceRegistryLoginCommandOutput extends Create
|
|
|
79
88
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
80
89
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
81
90
|
*
|
|
91
|
+
* @throws {@link LightsailServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
82
93
|
*
|
|
83
94
|
*/
|
|
84
95
|
export declare class CreateContainerServiceRegistryLoginCommand extends $Command<CreateContainerServiceRegistryLoginCommandInput, CreateContainerServiceRegistryLoginCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -54,6 +54,28 @@ export interface CreateDiskCommandOutput extends CreateDiskResult, __MetadataBea
|
|
|
54
54
|
* };
|
|
55
55
|
* const command = new CreateDiskCommand(input);
|
|
56
56
|
* const response = await client.send(command);
|
|
57
|
+
* // { // CreateDiskResult
|
|
58
|
+
* // operations: [ // OperationList
|
|
59
|
+
* // { // Operation
|
|
60
|
+
* // id: "STRING_VALUE",
|
|
61
|
+
* // resourceName: "STRING_VALUE",
|
|
62
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
63
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
64
|
+
* // location: { // ResourceLocation
|
|
65
|
+
* // availabilityZone: "STRING_VALUE",
|
|
66
|
+
* // 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",
|
|
67
|
+
* // },
|
|
68
|
+
* // isTerminal: true || false,
|
|
69
|
+
* // operationDetails: "STRING_VALUE",
|
|
70
|
+
* // 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",
|
|
71
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
72
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
73
|
+
* // errorCode: "STRING_VALUE",
|
|
74
|
+
* // errorDetails: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // ],
|
|
77
|
+
* // };
|
|
78
|
+
*
|
|
57
79
|
* ```
|
|
58
80
|
*
|
|
59
81
|
* @param CreateDiskCommandInput - {@link CreateDiskCommandInput}
|
|
@@ -92,6 +114,8 @@ export interface CreateDiskCommandOutput extends CreateDiskResult, __MetadataBea
|
|
|
92
114
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
93
115
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
94
116
|
*
|
|
117
|
+
* @throws {@link LightsailServiceException}
|
|
118
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
95
119
|
*
|
|
96
120
|
*/
|
|
97
121
|
export declare class CreateDiskCommand extends $Command<CreateDiskCommandInput, CreateDiskCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -60,6 +60,28 @@ export interface CreateDiskFromSnapshotCommandOutput extends CreateDiskFromSnaps
|
|
|
60
60
|
* };
|
|
61
61
|
* const command = new CreateDiskFromSnapshotCommand(input);
|
|
62
62
|
* const response = await client.send(command);
|
|
63
|
+
* // { // CreateDiskFromSnapshotResult
|
|
64
|
+
* // operations: [ // OperationList
|
|
65
|
+
* // { // Operation
|
|
66
|
+
* // id: "STRING_VALUE",
|
|
67
|
+
* // resourceName: "STRING_VALUE",
|
|
68
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
69
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
70
|
+
* // location: { // ResourceLocation
|
|
71
|
+
* // availabilityZone: "STRING_VALUE",
|
|
72
|
+
* // 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",
|
|
73
|
+
* // },
|
|
74
|
+
* // isTerminal: true || false,
|
|
75
|
+
* // operationDetails: "STRING_VALUE",
|
|
76
|
+
* // 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",
|
|
77
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
78
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
79
|
+
* // errorCode: "STRING_VALUE",
|
|
80
|
+
* // errorDetails: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // ],
|
|
83
|
+
* // };
|
|
84
|
+
*
|
|
63
85
|
* ```
|
|
64
86
|
*
|
|
65
87
|
* @param CreateDiskFromSnapshotCommandInput - {@link CreateDiskFromSnapshotCommandInput}
|
|
@@ -98,6 +120,8 @@ export interface CreateDiskFromSnapshotCommandOutput extends CreateDiskFromSnaps
|
|
|
98
120
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
99
121
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
100
122
|
*
|
|
123
|
+
* @throws {@link LightsailServiceException}
|
|
124
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
101
125
|
*
|
|
102
126
|
*/
|
|
103
127
|
export declare class CreateDiskFromSnapshotCommand extends $Command<CreateDiskFromSnapshotCommandInput, CreateDiskFromSnapshotCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -57,6 +57,28 @@ export interface CreateDiskSnapshotCommandOutput extends CreateDiskSnapshotResul
|
|
|
57
57
|
* };
|
|
58
58
|
* const command = new CreateDiskSnapshotCommand(input);
|
|
59
59
|
* const response = await client.send(command);
|
|
60
|
+
* // { // CreateDiskSnapshotResult
|
|
61
|
+
* // operations: [ // OperationList
|
|
62
|
+
* // { // Operation
|
|
63
|
+
* // id: "STRING_VALUE",
|
|
64
|
+
* // resourceName: "STRING_VALUE",
|
|
65
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
66
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
67
|
+
* // location: { // ResourceLocation
|
|
68
|
+
* // availabilityZone: "STRING_VALUE",
|
|
69
|
+
* // 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",
|
|
70
|
+
* // },
|
|
71
|
+
* // isTerminal: true || false,
|
|
72
|
+
* // operationDetails: "STRING_VALUE",
|
|
73
|
+
* // 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",
|
|
74
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
75
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
76
|
+
* // errorCode: "STRING_VALUE",
|
|
77
|
+
* // errorDetails: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // ],
|
|
80
|
+
* // };
|
|
81
|
+
*
|
|
60
82
|
* ```
|
|
61
83
|
*
|
|
62
84
|
* @param CreateDiskSnapshotCommandInput - {@link CreateDiskSnapshotCommandInput}
|
|
@@ -95,6 +117,8 @@ export interface CreateDiskSnapshotCommandOutput extends CreateDiskSnapshotResul
|
|
|
95
117
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
96
118
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
97
119
|
*
|
|
120
|
+
* @throws {@link LightsailServiceException}
|
|
121
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
98
122
|
*
|
|
99
123
|
*/
|
|
100
124
|
export declare class CreateDiskSnapshotCommand extends $Command<CreateDiskSnapshotCommandInput, CreateDiskSnapshotCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -81,6 +81,94 @@ export interface CreateDistributionCommandOutput extends CreateDistributionResul
|
|
|
81
81
|
* };
|
|
82
82
|
* const command = new CreateDistributionCommand(input);
|
|
83
83
|
* const response = await client.send(command);
|
|
84
|
+
* // { // CreateDistributionResult
|
|
85
|
+
* // distribution: { // LightsailDistribution
|
|
86
|
+
* // name: "STRING_VALUE",
|
|
87
|
+
* // arn: "STRING_VALUE",
|
|
88
|
+
* // supportCode: "STRING_VALUE",
|
|
89
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
90
|
+
* // location: { // ResourceLocation
|
|
91
|
+
* // availabilityZone: "STRING_VALUE",
|
|
92
|
+
* // 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",
|
|
93
|
+
* // },
|
|
94
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
95
|
+
* // alternativeDomainNames: [ // StringList
|
|
96
|
+
* // "STRING_VALUE",
|
|
97
|
+
* // ],
|
|
98
|
+
* // status: "STRING_VALUE",
|
|
99
|
+
* // isEnabled: true || false,
|
|
100
|
+
* // domainName: "STRING_VALUE",
|
|
101
|
+
* // bundleId: "STRING_VALUE",
|
|
102
|
+
* // certificateName: "STRING_VALUE",
|
|
103
|
+
* // origin: { // Origin
|
|
104
|
+
* // name: "STRING_VALUE",
|
|
105
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
106
|
+
* // 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",
|
|
107
|
+
* // protocolPolicy: "http-only" || "https-only",
|
|
108
|
+
* // },
|
|
109
|
+
* // originPublicDNS: "STRING_VALUE",
|
|
110
|
+
* // defaultCacheBehavior: { // CacheBehavior
|
|
111
|
+
* // behavior: "dont-cache" || "cache",
|
|
112
|
+
* // },
|
|
113
|
+
* // cacheBehaviorSettings: { // CacheSettings
|
|
114
|
+
* // defaultTTL: Number("long"),
|
|
115
|
+
* // minimumTTL: Number("long"),
|
|
116
|
+
* // maximumTTL: Number("long"),
|
|
117
|
+
* // allowedHTTPMethods: "STRING_VALUE",
|
|
118
|
+
* // cachedHTTPMethods: "STRING_VALUE",
|
|
119
|
+
* // forwardedCookies: { // CookieObject
|
|
120
|
+
* // option: "none" || "allow-list" || "all",
|
|
121
|
+
* // cookiesAllowList: [
|
|
122
|
+
* // "STRING_VALUE",
|
|
123
|
+
* // ],
|
|
124
|
+
* // },
|
|
125
|
+
* // forwardedHeaders: { // HeaderObject
|
|
126
|
+
* // option: "none" || "allow-list" || "all",
|
|
127
|
+
* // headersAllowList: [ // HeaderForwardList
|
|
128
|
+
* // "Accept" || "Accept-Charset" || "Accept-Datetime" || "Accept-Encoding" || "Accept-Language" || "Authorization" || "CloudFront-Forwarded-Proto" || "CloudFront-Is-Desktop-Viewer" || "CloudFront-Is-Mobile-Viewer" || "CloudFront-Is-SmartTV-Viewer" || "CloudFront-Is-Tablet-Viewer" || "CloudFront-Viewer-Country" || "Host" || "Origin" || "Referer",
|
|
129
|
+
* // ],
|
|
130
|
+
* // },
|
|
131
|
+
* // forwardedQueryStrings: { // QueryStringObject
|
|
132
|
+
* // option: true || false,
|
|
133
|
+
* // queryStringsAllowList: [
|
|
134
|
+
* // "STRING_VALUE",
|
|
135
|
+
* // ],
|
|
136
|
+
* // },
|
|
137
|
+
* // },
|
|
138
|
+
* // cacheBehaviors: [ // CacheBehaviorList
|
|
139
|
+
* // { // CacheBehaviorPerPath
|
|
140
|
+
* // path: "STRING_VALUE",
|
|
141
|
+
* // behavior: "dont-cache" || "cache",
|
|
142
|
+
* // },
|
|
143
|
+
* // ],
|
|
144
|
+
* // ableToUpdateBundle: true || false,
|
|
145
|
+
* // ipAddressType: "dualstack" || "ipv4",
|
|
146
|
+
* // tags: [ // TagList
|
|
147
|
+
* // { // Tag
|
|
148
|
+
* // key: "STRING_VALUE",
|
|
149
|
+
* // value: "STRING_VALUE",
|
|
150
|
+
* // },
|
|
151
|
+
* // ],
|
|
152
|
+
* // },
|
|
153
|
+
* // operation: { // Operation
|
|
154
|
+
* // id: "STRING_VALUE",
|
|
155
|
+
* // resourceName: "STRING_VALUE",
|
|
156
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
157
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
158
|
+
* // location: {
|
|
159
|
+
* // availabilityZone: "STRING_VALUE",
|
|
160
|
+
* // 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",
|
|
161
|
+
* // },
|
|
162
|
+
* // isTerminal: true || false,
|
|
163
|
+
* // operationDetails: "STRING_VALUE",
|
|
164
|
+
* // 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",
|
|
165
|
+
* // status: "NotStarted" || "Started" || "Failed" || "Completed" || "Succeeded",
|
|
166
|
+
* // statusChangedAt: new Date("TIMESTAMP"),
|
|
167
|
+
* // errorCode: "STRING_VALUE",
|
|
168
|
+
* // errorDetails: "STRING_VALUE",
|
|
169
|
+
* // },
|
|
170
|
+
* // };
|
|
171
|
+
*
|
|
84
172
|
* ```
|
|
85
173
|
*
|
|
86
174
|
* @param CreateDistributionCommandInput - {@link CreateDistributionCommandInput}
|
|
@@ -115,6 +203,8 @@ export interface CreateDistributionCommandOutput extends CreateDistributionResul
|
|
|
115
203
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
116
204
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
117
205
|
*
|
|
206
|
+
* @throws {@link LightsailServiceException}
|
|
207
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
118
208
|
*
|
|
119
209
|
*/
|
|
120
210
|
export declare class CreateDistributionCommand extends $Command<CreateDistributionCommandInput, CreateDistributionCommandOutput, LightsailClientResolvedConfig> {
|