@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
|
@@ -39,6 +39,45 @@ export interface GetAlarmsCommandOutput extends GetAlarmsResult, __MetadataBeare
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new GetAlarmsCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // GetAlarmsResult
|
|
43
|
+
* // alarms: [ // AlarmsList
|
|
44
|
+
* // { // Alarm
|
|
45
|
+
* // name: "STRING_VALUE",
|
|
46
|
+
* // arn: "STRING_VALUE",
|
|
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
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
53
|
+
* // supportCode: "STRING_VALUE",
|
|
54
|
+
* // monitoredResourceInfo: { // MonitoredResourceInfo
|
|
55
|
+
* // arn: "STRING_VALUE",
|
|
56
|
+
* // name: "STRING_VALUE",
|
|
57
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
58
|
+
* // },
|
|
59
|
+
* // comparisonOperator: "GreaterThanOrEqualToThreshold" || "GreaterThanThreshold" || "LessThanThreshold" || "LessThanOrEqualToThreshold",
|
|
60
|
+
* // evaluationPeriods: Number("int"),
|
|
61
|
+
* // period: Number("int"),
|
|
62
|
+
* // threshold: Number("double"),
|
|
63
|
+
* // datapointsToAlarm: Number("int"),
|
|
64
|
+
* // treatMissingData: "breaching" || "notBreaching" || "ignore" || "missing",
|
|
65
|
+
* // statistic: "Minimum" || "Maximum" || "Sum" || "Average" || "SampleCount",
|
|
66
|
+
* // metricName: "CPUUtilization" || "NetworkIn" || "NetworkOut" || "StatusCheckFailed" || "StatusCheckFailed_Instance" || "StatusCheckFailed_System" || "ClientTLSNegotiationErrorCount" || "HealthyHostCount" || "UnhealthyHostCount" || "HTTPCode_LB_4XX_Count" || "HTTPCode_LB_5XX_Count" || "HTTPCode_Instance_2XX_Count" || "HTTPCode_Instance_3XX_Count" || "HTTPCode_Instance_4XX_Count" || "HTTPCode_Instance_5XX_Count" || "InstanceResponseTime" || "RejectedConnectionCount" || "RequestCount" || "DatabaseConnections" || "DiskQueueDepth" || "FreeStorageSpace" || "NetworkReceiveThroughput" || "NetworkTransmitThroughput" || "BurstCapacityTime" || "BurstCapacityPercentage",
|
|
67
|
+
* // state: "OK" || "ALARM" || "INSUFFICIENT_DATA",
|
|
68
|
+
* // unit: "Seconds" || "Microseconds" || "Milliseconds" || "Bytes" || "Kilobytes" || "Megabytes" || "Gigabytes" || "Terabytes" || "Bits" || "Kilobits" || "Megabits" || "Gigabits" || "Terabits" || "Percent" || "Count" || "Bytes/Second" || "Kilobytes/Second" || "Megabytes/Second" || "Gigabytes/Second" || "Terabytes/Second" || "Bits/Second" || "Kilobits/Second" || "Megabits/Second" || "Gigabits/Second" || "Terabits/Second" || "Count/Second" || "None",
|
|
69
|
+
* // contactProtocols: [ // ContactProtocolsList
|
|
70
|
+
* // "Email" || "SMS",
|
|
71
|
+
* // ],
|
|
72
|
+
* // notificationTriggers: [ // NotificationTriggerList
|
|
73
|
+
* // "OK" || "ALARM" || "INSUFFICIENT_DATA",
|
|
74
|
+
* // ],
|
|
75
|
+
* // notificationEnabled: true || false,
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // nextPageToken: "STRING_VALUE",
|
|
79
|
+
* // };
|
|
80
|
+
*
|
|
42
81
|
* ```
|
|
43
82
|
*
|
|
44
83
|
* @param GetAlarmsCommandInput - {@link GetAlarmsCommandInput}
|
|
@@ -73,6 +112,8 @@ export interface GetAlarmsCommandOutput extends GetAlarmsResult, __MetadataBeare
|
|
|
73
112
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
74
113
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
75
114
|
*
|
|
115
|
+
* @throws {@link LightsailServiceException}
|
|
116
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
76
117
|
*
|
|
77
118
|
*/
|
|
78
119
|
export declare class GetAlarmsCommand extends $Command<GetAlarmsCommandInput, GetAlarmsCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -32,6 +32,24 @@ export interface GetAutoSnapshotsCommandOutput extends GetAutoSnapshotsResult, _
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetAutoSnapshotsCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetAutoSnapshotsResult
|
|
36
|
+
* // resourceName: "STRING_VALUE",
|
|
37
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
38
|
+
* // autoSnapshots: [ // AutoSnapshotDetailsList
|
|
39
|
+
* // { // AutoSnapshotDetails
|
|
40
|
+
* // date: "STRING_VALUE",
|
|
41
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
42
|
+
* // status: "Success" || "Failed" || "InProgress" || "NotFound",
|
|
43
|
+
* // fromAttachedDisks: [ // AttachedDiskList
|
|
44
|
+
* // { // AttachedDisk
|
|
45
|
+
* // path: "STRING_VALUE",
|
|
46
|
+
* // sizeInGb: Number("int"),
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
35
53
|
* ```
|
|
36
54
|
*
|
|
37
55
|
* @param GetAutoSnapshotsCommandInput - {@link GetAutoSnapshotsCommandInput}
|
|
@@ -66,6 +84,8 @@ export interface GetAutoSnapshotsCommandOutput extends GetAutoSnapshotsResult, _
|
|
|
66
84
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
67
85
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
68
86
|
*
|
|
87
|
+
* @throws {@link LightsailServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
69
89
|
*
|
|
70
90
|
*/
|
|
71
91
|
export declare class GetAutoSnapshotsCommand extends $Command<GetAutoSnapshotsCommandInput, GetAutoSnapshotsCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -42,6 +42,27 @@ export interface GetBlueprintsCommandOutput extends GetBlueprintsResult, __Metad
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new GetBlueprintsCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // GetBlueprintsResult
|
|
46
|
+
* // blueprints: [ // BlueprintList
|
|
47
|
+
* // { // Blueprint
|
|
48
|
+
* // blueprintId: "STRING_VALUE",
|
|
49
|
+
* // name: "STRING_VALUE",
|
|
50
|
+
* // group: "STRING_VALUE",
|
|
51
|
+
* // type: "os" || "app",
|
|
52
|
+
* // description: "STRING_VALUE",
|
|
53
|
+
* // isActive: true || false,
|
|
54
|
+
* // minPower: Number("int"),
|
|
55
|
+
* // version: "STRING_VALUE",
|
|
56
|
+
* // versionCode: "STRING_VALUE",
|
|
57
|
+
* // productUrl: "STRING_VALUE",
|
|
58
|
+
* // licenseUrl: "STRING_VALUE",
|
|
59
|
+
* // platform: "LINUX_UNIX" || "WINDOWS",
|
|
60
|
+
* // appCategory: "LfR",
|
|
61
|
+
* // },
|
|
62
|
+
* // ],
|
|
63
|
+
* // nextPageToken: "STRING_VALUE",
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
45
66
|
* ```
|
|
46
67
|
*
|
|
47
68
|
* @param GetBlueprintsCommandInput - {@link GetBlueprintsCommandInput}
|
|
@@ -80,6 +101,8 @@ export interface GetBlueprintsCommandOutput extends GetBlueprintsResult, __Metad
|
|
|
80
101
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
81
102
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
82
103
|
*
|
|
104
|
+
* @throws {@link LightsailServiceException}
|
|
105
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
83
106
|
*
|
|
84
107
|
*/
|
|
85
108
|
export declare class GetBlueprintsCommand extends $Command<GetBlueprintsCommandInput, GetBlueprintsCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -36,6 +36,22 @@ export interface GetBucketAccessKeysCommandOutput extends GetBucketAccessKeysRes
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new GetBucketAccessKeysCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // GetBucketAccessKeysResult
|
|
40
|
+
* // accessKeys: [ // AccessKeyList
|
|
41
|
+
* // { // AccessKey
|
|
42
|
+
* // accessKeyId: "STRING_VALUE",
|
|
43
|
+
* // secretAccessKey: "STRING_VALUE",
|
|
44
|
+
* // status: "Active" || "Inactive",
|
|
45
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
46
|
+
* // lastUsed: { // AccessKeyLastUsed
|
|
47
|
+
* // lastUsedDate: new Date("TIMESTAMP"),
|
|
48
|
+
* // region: "STRING_VALUE",
|
|
49
|
+
* // serviceName: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
39
55
|
* ```
|
|
40
56
|
*
|
|
41
57
|
* @param GetBucketAccessKeysCommandInput - {@link GetBucketAccessKeysCommandInput}
|
|
@@ -67,6 +83,8 @@ export interface GetBucketAccessKeysCommandOutput extends GetBucketAccessKeysRes
|
|
|
67
83
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
68
84
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
69
85
|
*
|
|
86
|
+
* @throws {@link LightsailServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
70
88
|
*
|
|
71
89
|
*/
|
|
72
90
|
export declare class GetBucketAccessKeysCommand extends $Command<GetBucketAccessKeysCommandInput, GetBucketAccessKeysCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -35,6 +35,19 @@ export interface GetBucketBundlesCommandOutput extends GetBucketBundlesResult, _
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new GetBucketBundlesCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // GetBucketBundlesResult
|
|
39
|
+
* // bundles: [ // BucketBundleList
|
|
40
|
+
* // { // BucketBundle
|
|
41
|
+
* // bundleId: "STRING_VALUE",
|
|
42
|
+
* // name: "STRING_VALUE",
|
|
43
|
+
* // price: Number("float"),
|
|
44
|
+
* // storagePerMonthInGb: Number("int"),
|
|
45
|
+
* // transferPerMonthInGb: Number("int"),
|
|
46
|
+
* // isActive: true || false,
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
38
51
|
* ```
|
|
39
52
|
*
|
|
40
53
|
* @param GetBucketBundlesCommandInput - {@link GetBucketBundlesCommandInput}
|
|
@@ -63,6 +76,8 @@ export interface GetBucketBundlesCommandOutput extends GetBucketBundlesResult, _
|
|
|
63
76
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
64
77
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
65
78
|
*
|
|
79
|
+
* @throws {@link LightsailServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
66
81
|
*
|
|
67
82
|
*/
|
|
68
83
|
export declare class GetBucketBundlesCommand extends $Command<GetBucketBundlesCommandInput, GetBucketBundlesCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -42,6 +42,21 @@ export interface GetBucketMetricDataCommandOutput extends GetBucketMetricDataRes
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new GetBucketMetricDataCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // GetBucketMetricDataResult
|
|
46
|
+
* // metricName: "BucketSizeBytes" || "NumberOfObjects",
|
|
47
|
+
* // metricData: [ // MetricDatapointList
|
|
48
|
+
* // { // MetricDatapoint
|
|
49
|
+
* // average: Number("double"),
|
|
50
|
+
* // maximum: Number("double"),
|
|
51
|
+
* // minimum: Number("double"),
|
|
52
|
+
* // sampleCount: Number("double"),
|
|
53
|
+
* // sum: Number("double"),
|
|
54
|
+
* // timestamp: new Date("TIMESTAMP"),
|
|
55
|
+
* // unit: "Seconds" || "Microseconds" || "Milliseconds" || "Bytes" || "Kilobytes" || "Megabytes" || "Gigabytes" || "Terabytes" || "Bits" || "Kilobits" || "Megabits" || "Gigabits" || "Terabits" || "Percent" || "Count" || "Bytes/Second" || "Kilobytes/Second" || "Megabytes/Second" || "Gigabytes/Second" || "Terabytes/Second" || "Bits/Second" || "Kilobits/Second" || "Megabits/Second" || "Gigabits/Second" || "Terabits/Second" || "Count/Second" || "None",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
45
60
|
* ```
|
|
46
61
|
*
|
|
47
62
|
* @param GetBucketMetricDataCommandInput - {@link GetBucketMetricDataCommandInput}
|
|
@@ -73,6 +88,8 @@ export interface GetBucketMetricDataCommandOutput extends GetBucketMetricDataRes
|
|
|
73
88
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
74
89
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
75
90
|
*
|
|
91
|
+
* @throws {@link LightsailServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
76
93
|
*
|
|
77
94
|
*/
|
|
78
95
|
export declare class GetBucketMetricDataCommand extends $Command<GetBucketMetricDataCommandInput, GetBucketMetricDataCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -37,6 +37,61 @@ export interface GetBucketsCommandOutput extends GetBucketsResult, __MetadataBea
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new GetBucketsCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // GetBucketsResult
|
|
41
|
+
* // buckets: [ // BucketList
|
|
42
|
+
* // { // Bucket
|
|
43
|
+
* // resourceType: "STRING_VALUE",
|
|
44
|
+
* // accessRules: { // AccessRules
|
|
45
|
+
* // getObject: "public" || "private",
|
|
46
|
+
* // allowPublicOverrides: true || false,
|
|
47
|
+
* // },
|
|
48
|
+
* // arn: "STRING_VALUE",
|
|
49
|
+
* // bundleId: "STRING_VALUE",
|
|
50
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
51
|
+
* // url: "STRING_VALUE",
|
|
52
|
+
* // location: { // ResourceLocation
|
|
53
|
+
* // availabilityZone: "STRING_VALUE",
|
|
54
|
+
* // 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",
|
|
55
|
+
* // },
|
|
56
|
+
* // name: "STRING_VALUE",
|
|
57
|
+
* // supportCode: "STRING_VALUE",
|
|
58
|
+
* // tags: [ // TagList
|
|
59
|
+
* // { // Tag
|
|
60
|
+
* // key: "STRING_VALUE",
|
|
61
|
+
* // value: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // objectVersioning: "STRING_VALUE",
|
|
65
|
+
* // ableToUpdateBundle: true || false,
|
|
66
|
+
* // readonlyAccessAccounts: [ // PartnerIdList
|
|
67
|
+
* // "STRING_VALUE",
|
|
68
|
+
* // ],
|
|
69
|
+
* // resourcesReceivingAccess: [ // AccessReceiverList
|
|
70
|
+
* // { // ResourceReceivingAccess
|
|
71
|
+
* // name: "STRING_VALUE",
|
|
72
|
+
* // resourceType: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // state: { // BucketState
|
|
76
|
+
* // code: "STRING_VALUE",
|
|
77
|
+
* // message: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // accessLogConfig: { // BucketAccessLogConfig
|
|
80
|
+
* // enabled: true || false, // required
|
|
81
|
+
* // destination: "STRING_VALUE",
|
|
82
|
+
* // prefix: "STRING_VALUE",
|
|
83
|
+
* // },
|
|
84
|
+
* // },
|
|
85
|
+
* // ],
|
|
86
|
+
* // nextPageToken: "STRING_VALUE",
|
|
87
|
+
* // accountLevelBpaSync: { // AccountLevelBpaSync
|
|
88
|
+
* // status: "InSync" || "Failed" || "NeverSynced" || "Defaulted",
|
|
89
|
+
* // lastSyncedAt: new Date("TIMESTAMP"),
|
|
90
|
+
* // message: "DEFAULTED_FOR_SLR_MISSING" || "SYNC_ON_HOLD" || "DEFAULTED_FOR_SLR_MISSING_ON_HOLD" || "Unknown",
|
|
91
|
+
* // bpaImpactsLightsail: true || false,
|
|
92
|
+
* // },
|
|
93
|
+
* // };
|
|
94
|
+
*
|
|
40
95
|
* ```
|
|
41
96
|
*
|
|
42
97
|
* @param GetBucketsCommandInput - {@link GetBucketsCommandInput}
|
|
@@ -68,6 +123,8 @@ export interface GetBucketsCommandOutput extends GetBucketsResult, __MetadataBea
|
|
|
68
123
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
69
124
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
70
125
|
*
|
|
126
|
+
* @throws {@link LightsailServiceException}
|
|
127
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
71
128
|
*
|
|
72
129
|
*/
|
|
73
130
|
export declare class GetBucketsCommand extends $Command<GetBucketsCommandInput, GetBucketsCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -41,6 +41,30 @@ export interface GetBundlesCommandOutput extends GetBundlesResult, __MetadataBea
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new GetBundlesCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // GetBundlesResult
|
|
45
|
+
* // bundles: [ // BundleList
|
|
46
|
+
* // { // Bundle
|
|
47
|
+
* // price: Number("float"),
|
|
48
|
+
* // cpuCount: Number("int"),
|
|
49
|
+
* // diskSizeInGb: Number("int"),
|
|
50
|
+
* // bundleId: "STRING_VALUE",
|
|
51
|
+
* // instanceType: "STRING_VALUE",
|
|
52
|
+
* // isActive: true || false,
|
|
53
|
+
* // name: "STRING_VALUE",
|
|
54
|
+
* // power: Number("int"),
|
|
55
|
+
* // ramSizeInGb: Number("float"),
|
|
56
|
+
* // transferPerMonthInGb: Number("int"),
|
|
57
|
+
* // supportedPlatforms: [ // InstancePlatformList
|
|
58
|
+
* // "LINUX_UNIX" || "WINDOWS",
|
|
59
|
+
* // ],
|
|
60
|
+
* // supportedAppCategories: [ // AppCategoryList
|
|
61
|
+
* // "LfR",
|
|
62
|
+
* // ],
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // nextPageToken: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
44
68
|
* ```
|
|
45
69
|
*
|
|
46
70
|
* @param GetBundlesCommandInput - {@link GetBundlesCommandInput}
|
|
@@ -79,6 +103,8 @@ export interface GetBundlesCommandOutput extends GetBundlesResult, __MetadataBea
|
|
|
79
103
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
80
104
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
81
105
|
*
|
|
106
|
+
* @throws {@link LightsailServiceException}
|
|
107
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
82
108
|
*
|
|
83
109
|
*/
|
|
84
110
|
export declare class GetBundlesCommand extends $Command<GetBundlesCommandInput, GetBundlesCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -40,6 +40,85 @@ export interface GetCertificatesCommandOutput extends GetCertificatesResult, __M
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new GetCertificatesCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // GetCertificatesResult
|
|
44
|
+
* // certificates: [ // CertificateSummaryList
|
|
45
|
+
* // { // CertificateSummary
|
|
46
|
+
* // certificateArn: "STRING_VALUE",
|
|
47
|
+
* // certificateName: "STRING_VALUE",
|
|
48
|
+
* // domainName: "STRING_VALUE",
|
|
49
|
+
* // certificateDetail: { // Certificate
|
|
50
|
+
* // arn: "STRING_VALUE",
|
|
51
|
+
* // name: "STRING_VALUE",
|
|
52
|
+
* // domainName: "STRING_VALUE",
|
|
53
|
+
* // status: "PENDING_VALIDATION" || "ISSUED" || "INACTIVE" || "EXPIRED" || "VALIDATION_TIMED_OUT" || "REVOKED" || "FAILED",
|
|
54
|
+
* // serialNumber: "STRING_VALUE",
|
|
55
|
+
* // subjectAlternativeNames: [ // SubjectAlternativeNameList
|
|
56
|
+
* // "STRING_VALUE",
|
|
57
|
+
* // ],
|
|
58
|
+
* // domainValidationRecords: [ // DomainValidationRecordList
|
|
59
|
+
* // { // DomainValidationRecord
|
|
60
|
+
* // domainName: "STRING_VALUE",
|
|
61
|
+
* // resourceRecord: { // ResourceRecord
|
|
62
|
+
* // name: "STRING_VALUE",
|
|
63
|
+
* // type: "STRING_VALUE",
|
|
64
|
+
* // value: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // dnsRecordCreationState: { // DnsRecordCreationState
|
|
67
|
+
* // code: "SUCCEEDED" || "STARTED" || "FAILED",
|
|
68
|
+
* // message: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // validationStatus: "PENDING_VALIDATION" || "FAILED" || "SUCCESS",
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // requestFailureReason: "STRING_VALUE",
|
|
74
|
+
* // inUseResourceCount: Number("int"),
|
|
75
|
+
* // keyAlgorithm: "STRING_VALUE",
|
|
76
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
77
|
+
* // issuedAt: new Date("TIMESTAMP"),
|
|
78
|
+
* // issuerCA: "STRING_VALUE",
|
|
79
|
+
* // notBefore: new Date("TIMESTAMP"),
|
|
80
|
+
* // notAfter: new Date("TIMESTAMP"),
|
|
81
|
+
* // eligibleToRenew: "STRING_VALUE",
|
|
82
|
+
* // renewalSummary: { // RenewalSummary
|
|
83
|
+
* // domainValidationRecords: [
|
|
84
|
+
* // {
|
|
85
|
+
* // domainName: "STRING_VALUE",
|
|
86
|
+
* // resourceRecord: {
|
|
87
|
+
* // name: "STRING_VALUE",
|
|
88
|
+
* // type: "STRING_VALUE",
|
|
89
|
+
* // value: "STRING_VALUE",
|
|
90
|
+
* // },
|
|
91
|
+
* // dnsRecordCreationState: {
|
|
92
|
+
* // code: "SUCCEEDED" || "STARTED" || "FAILED",
|
|
93
|
+
* // message: "STRING_VALUE",
|
|
94
|
+
* // },
|
|
95
|
+
* // validationStatus: "PENDING_VALIDATION" || "FAILED" || "SUCCESS",
|
|
96
|
+
* // },
|
|
97
|
+
* // ],
|
|
98
|
+
* // renewalStatus: "PendingAutoRenewal" || "PendingValidation" || "Success" || "Failed",
|
|
99
|
+
* // renewalStatusReason: "STRING_VALUE",
|
|
100
|
+
* // updatedAt: new Date("TIMESTAMP"),
|
|
101
|
+
* // },
|
|
102
|
+
* // revokedAt: new Date("TIMESTAMP"),
|
|
103
|
+
* // revocationReason: "STRING_VALUE",
|
|
104
|
+
* // tags: [ // TagList
|
|
105
|
+
* // { // Tag
|
|
106
|
+
* // key: "STRING_VALUE",
|
|
107
|
+
* // value: "STRING_VALUE",
|
|
108
|
+
* // },
|
|
109
|
+
* // ],
|
|
110
|
+
* // supportCode: "STRING_VALUE",
|
|
111
|
+
* // },
|
|
112
|
+
* // tags: [
|
|
113
|
+
* // {
|
|
114
|
+
* // key: "STRING_VALUE",
|
|
115
|
+
* // value: "STRING_VALUE",
|
|
116
|
+
* // },
|
|
117
|
+
* // ],
|
|
118
|
+
* // },
|
|
119
|
+
* // ],
|
|
120
|
+
* // };
|
|
121
|
+
*
|
|
43
122
|
* ```
|
|
44
123
|
*
|
|
45
124
|
* @param GetCertificatesCommandInput - {@link GetCertificatesCommandInput}
|
|
@@ -71,6 +150,8 @@ export interface GetCertificatesCommandOutput extends GetCertificatesResult, __M
|
|
|
71
150
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
72
151
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
73
152
|
*
|
|
153
|
+
* @throws {@link LightsailServiceException}
|
|
154
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
74
155
|
*
|
|
75
156
|
*/
|
|
76
157
|
export declare class GetCertificatesCommand extends $Command<GetCertificatesCommandInput, GetCertificatesCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -34,6 +34,34 @@ export interface GetCloudFormationStackRecordsCommandOutput extends GetCloudForm
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetCloudFormationStackRecordsCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // GetCloudFormationStackRecordsResult
|
|
38
|
+
* // cloudFormationStackRecords: [ // CloudFormationStackRecordList
|
|
39
|
+
* // { // CloudFormationStackRecord
|
|
40
|
+
* // name: "STRING_VALUE",
|
|
41
|
+
* // arn: "STRING_VALUE",
|
|
42
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
43
|
+
* // location: { // ResourceLocation
|
|
44
|
+
* // availabilityZone: "STRING_VALUE",
|
|
45
|
+
* // 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",
|
|
46
|
+
* // },
|
|
47
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
48
|
+
* // state: "Started" || "Succeeded" || "Failed",
|
|
49
|
+
* // sourceInfo: [ // CloudFormationStackRecordSourceInfoList
|
|
50
|
+
* // { // CloudFormationStackRecordSourceInfo
|
|
51
|
+
* // resourceType: "ExportSnapshotRecord",
|
|
52
|
+
* // name: "STRING_VALUE",
|
|
53
|
+
* // arn: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // ],
|
|
56
|
+
* // destinationInfo: { // DestinationInfo
|
|
57
|
+
* // id: "STRING_VALUE",
|
|
58
|
+
* // service: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // nextPageToken: "STRING_VALUE",
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
37
65
|
* ```
|
|
38
66
|
*
|
|
39
67
|
* @param GetCloudFormationStackRecordsCommandInput - {@link GetCloudFormationStackRecordsCommandInput}
|
|
@@ -72,6 +100,8 @@ export interface GetCloudFormationStackRecordsCommandOutput extends GetCloudForm
|
|
|
72
100
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
73
101
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
74
102
|
*
|
|
103
|
+
* @throws {@link LightsailServiceException}
|
|
104
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
75
105
|
*
|
|
76
106
|
*/
|
|
77
107
|
export declare class GetCloudFormationStackRecordsCommand extends $Command<GetCloudFormationStackRecordsCommandInput, GetCloudFormationStackRecordsCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -38,6 +38,25 @@ export interface GetContactMethodsCommandOutput extends GetContactMethodsResult,
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new GetContactMethodsCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // GetContactMethodsResult
|
|
42
|
+
* // contactMethods: [ // ContactMethodsList
|
|
43
|
+
* // { // ContactMethod
|
|
44
|
+
* // contactEndpoint: "STRING_VALUE",
|
|
45
|
+
* // status: "PendingVerification" || "Valid" || "Invalid",
|
|
46
|
+
* // protocol: "Email" || "SMS",
|
|
47
|
+
* // name: "STRING_VALUE",
|
|
48
|
+
* // arn: "STRING_VALUE",
|
|
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
|
+
* // resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket",
|
|
55
|
+
* // supportCode: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
41
60
|
* ```
|
|
42
61
|
*
|
|
43
62
|
* @param GetContactMethodsCommandInput - {@link GetContactMethodsCommandInput}
|
|
@@ -72,6 +91,8 @@ export interface GetContactMethodsCommandOutput extends GetContactMethodsResult,
|
|
|
72
91
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
73
92
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
74
93
|
*
|
|
94
|
+
* @throws {@link LightsailServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
75
96
|
*
|
|
76
97
|
*/
|
|
77
98
|
export declare class GetContactMethodsCommand extends $Command<GetContactMethodsCommandInput, GetContactMethodsCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -30,6 +30,14 @@ export interface GetContainerAPIMetadataCommandOutput extends GetContainerAPIMet
|
|
|
30
30
|
* const input = {};
|
|
31
31
|
* const command = new GetContainerAPIMetadataCommand(input);
|
|
32
32
|
* const response = await client.send(command);
|
|
33
|
+
* // { // GetContainerAPIMetadataResult
|
|
34
|
+
* // metadata: [ // ContainerServiceMetadataEntryList
|
|
35
|
+
* // { // ContainerServiceMetadataEntry
|
|
36
|
+
* // "<keys>": "STRING_VALUE",
|
|
37
|
+
* // },
|
|
38
|
+
* // ],
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
33
41
|
* ```
|
|
34
42
|
*
|
|
35
43
|
* @param GetContainerAPIMetadataCommandInput - {@link GetContainerAPIMetadataCommandInput}
|
|
@@ -48,6 +56,8 @@ export interface GetContainerAPIMetadataCommandOutput extends GetContainerAPIMet
|
|
|
48
56
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
49
57
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
50
58
|
*
|
|
59
|
+
* @throws {@link LightsailServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
51
61
|
*
|
|
52
62
|
*/
|
|
53
63
|
export declare class GetContainerAPIMetadataCommand extends $Command<GetContainerAPIMetadataCommandInput, GetContainerAPIMetadataCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -37,6 +37,16 @@ export interface GetContainerImagesCommandOutput extends GetContainerImagesResul
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new GetContainerImagesCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // GetContainerImagesResult
|
|
41
|
+
* // containerImages: [ // ContainerImageList
|
|
42
|
+
* // { // ContainerImage
|
|
43
|
+
* // image: "STRING_VALUE",
|
|
44
|
+
* // digest: "STRING_VALUE",
|
|
45
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
46
|
+
* // },
|
|
47
|
+
* // ],
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
40
50
|
* ```
|
|
41
51
|
*
|
|
42
52
|
* @param GetContainerImagesCommandInput - {@link GetContainerImagesCommandInput}
|
|
@@ -68,6 +78,8 @@ export interface GetContainerImagesCommandOutput extends GetContainerImagesResul
|
|
|
68
78
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
69
79
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
70
80
|
*
|
|
81
|
+
* @throws {@link LightsailServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
71
83
|
*
|
|
72
84
|
*/
|
|
73
85
|
export declare class GetContainerImagesCommand extends $Command<GetContainerImagesCommandInput, GetContainerImagesCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -45,6 +45,16 @@ export interface GetContainerLogCommandOutput extends GetContainerLogResult, __M
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new GetContainerLogCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // GetContainerLogResult
|
|
49
|
+
* // logEvents: [ // ContainerServiceLogEventList
|
|
50
|
+
* // { // ContainerServiceLogEvent
|
|
51
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
52
|
+
* // message: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // nextPageToken: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
48
58
|
* ```
|
|
49
59
|
*
|
|
50
60
|
* @param GetContainerLogCommandInput - {@link GetContainerLogCommandInput}
|
|
@@ -76,6 +86,8 @@ export interface GetContainerLogCommandOutput extends GetContainerLogResult, __M
|
|
|
76
86
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
77
87
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
78
88
|
*
|
|
89
|
+
* @throws {@link LightsailServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
79
91
|
*
|
|
80
92
|
*/
|
|
81
93
|
export declare class GetContainerLogCommand extends $Command<GetContainerLogCommandInput, GetContainerLogCommandOutput, LightsailClientResolvedConfig> {
|
|
@@ -41,6 +41,42 @@ export interface GetContainerServiceDeploymentsCommandOutput extends GetContaine
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new GetContainerServiceDeploymentsCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // GetContainerServiceDeploymentsResult
|
|
45
|
+
* // deployments: [ // ContainerServiceDeploymentList
|
|
46
|
+
* // { // ContainerServiceDeployment
|
|
47
|
+
* // version: Number("int"),
|
|
48
|
+
* // state: "ACTIVATING" || "ACTIVE" || "INACTIVE" || "FAILED",
|
|
49
|
+
* // containers: { // ContainerMap
|
|
50
|
+
* // "<keys>": { // Container
|
|
51
|
+
* // image: "STRING_VALUE",
|
|
52
|
+
* // command: [ // StringList
|
|
53
|
+
* // "STRING_VALUE",
|
|
54
|
+
* // ],
|
|
55
|
+
* // environment: { // Environment
|
|
56
|
+
* // "<keys>": "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // ports: { // PortMap
|
|
59
|
+
* // "<keys>": "HTTP" || "HTTPS" || "TCP" || "UDP",
|
|
60
|
+
* // },
|
|
61
|
+
* // },
|
|
62
|
+
* // },
|
|
63
|
+
* // publicEndpoint: { // ContainerServiceEndpoint
|
|
64
|
+
* // containerName: "STRING_VALUE",
|
|
65
|
+
* // containerPort: Number("int"),
|
|
66
|
+
* // healthCheck: { // ContainerServiceHealthCheckConfig
|
|
67
|
+
* // healthyThreshold: Number("int"),
|
|
68
|
+
* // unhealthyThreshold: Number("int"),
|
|
69
|
+
* // timeoutSeconds: Number("int"),
|
|
70
|
+
* // intervalSeconds: Number("int"),
|
|
71
|
+
* // path: "STRING_VALUE",
|
|
72
|
+
* // successCodes: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // },
|
|
75
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // };
|
|
79
|
+
*
|
|
44
80
|
* ```
|
|
45
81
|
*
|
|
46
82
|
* @param GetContainerServiceDeploymentsCommandInput - {@link GetContainerServiceDeploymentsCommandInput}
|
|
@@ -72,6 +108,8 @@ export interface GetContainerServiceDeploymentsCommandOutput extends GetContaine
|
|
|
72
108
|
* @throws {@link UnauthenticatedException} (client fault)
|
|
73
109
|
* <p>Lightsail throws this exception when the user has not been authenticated.</p>
|
|
74
110
|
*
|
|
111
|
+
* @throws {@link LightsailServiceException}
|
|
112
|
+
* <p>Base exception class for all service exceptions from Lightsail service.</p>
|
|
75
113
|
*
|
|
76
114
|
*/
|
|
77
115
|
export declare class GetContainerServiceDeploymentsCommand extends $Command<GetContainerServiceDeploymentsCommandInput, GetContainerServiceDeploymentsCommandOutput, LightsailClientResolvedConfig> {
|