@aws-sdk/client-lightsail 3.485.0 → 3.489.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/README.md +16 -0
- package/dist-cjs/Lightsail.js +4 -0
- package/dist-cjs/commands/GetSetupHistoryCommand.js +28 -0
- package/dist-cjs/commands/SetupInstanceHttpsCommand.js +29 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +6 -2
- package/dist-cjs/models/models_1.js +11 -1
- package/dist-cjs/protocols/Aws_json1_1.js +165 -5
- package/dist-es/Lightsail.js +4 -0
- package/dist-es/commands/GetSetupHistoryCommand.js +24 -0
- package/dist-es/commands/SetupInstanceHttpsCommand.js +25 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/models/models_1.js +9 -0
- package/dist-es/protocols/Aws_json1_1.js +156 -0
- package/dist-types/Lightsail.d.ts +14 -0
- package/dist-types/LightsailClient.d.ts +4 -2
- package/dist-types/commands/AllocateStaticIpCommand.d.ts +1 -1
- package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +1 -1
- package/dist-types/commands/AttachDiskCommand.d.ts +1 -1
- package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +1 -1
- package/dist-types/commands/AttachStaticIpCommand.d.ts +1 -1
- package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +1 -1
- package/dist-types/commands/CreateBucketCommand.d.ts +1 -1
- package/dist-types/commands/CreateCertificateCommand.d.ts +1 -1
- package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactMethodCommand.d.ts +1 -1
- package/dist-types/commands/CreateDiskCommand.d.ts +2 -2
- package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +2 -3
- package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateDistributionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -2
- package/dist-types/commands/CreateDomainEntryCommand.d.ts +1 -1
- package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +4 -2
- package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +1 -1
- package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlarmCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContactMethodCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDiskCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +1 -1
- package/dist-types/commands/DetachDiskCommand.d.ts +1 -1
- package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/DetachStaticIpCommand.d.ts +1 -1
- package/dist-types/commands/DisableAddOnCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddOnCommand.d.ts +1 -1
- package/dist-types/commands/ExportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/GetCertificatesCommand.d.ts +2 -2
- package/dist-types/commands/GetContainerServicesCommand.d.ts +2 -1
- package/dist-types/commands/GetCostEstimateCommand.d.ts +2 -1
- package/dist-types/commands/GetOperationCommand.d.ts +1 -1
- package/dist-types/commands/GetOperationsCommand.d.ts +1 -1
- package/dist-types/commands/GetOperationsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/GetSetupHistoryCommand.d.ts +116 -0
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +1 -1
- package/dist-types/commands/PeerVpcCommand.d.ts +1 -1
- package/dist-types/commands/PutAlarmCommand.d.ts +1 -1
- package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseStaticIpCommand.d.ts +1 -1
- package/dist-types/commands/ResetDistributionCacheCommand.d.ts +1 -1
- package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +1 -1
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +1 -1
- package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +1 -1
- package/dist-types/commands/SetupInstanceHttpsCommand.d.ts +106 -0
- package/dist-types/commands/StartGUISessionCommand.d.ts +3 -2
- package/dist-types/commands/StartInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/StopGUISessionCommand.d.ts +3 -2
- package/dist-types/commands/StopInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestAlarmCommand.d.ts +1 -1
- package/dist-types/commands/UnpeerVpcCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBucketBundleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBucketCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDistributionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainEntryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +128 -124
- package/dist-types/models/models_1.d.ts +271 -52
- package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
- package/dist-types/ts3.4/Lightsail.d.ts +34 -0
- package/dist-types/ts3.4/LightsailClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetSetupHistoryCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/SetupInstanceHttpsCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -3
- package/dist-types/ts3.4/models/models_1.d.ts +58 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +13 -13
|
@@ -381,7 +381,8 @@ export interface AddOn {
|
|
|
381
381
|
threshold?: string;
|
|
382
382
|
/**
|
|
383
383
|
* @public
|
|
384
|
-
* <p>The amount of idle time in minutes after which your virtual computer will automatically
|
|
384
|
+
* <p>The amount of idle time in minutes after which your virtual computer will automatically
|
|
385
|
+
* stop.</p>
|
|
385
386
|
* <important>
|
|
386
387
|
* <p>This add-on only applies to Lightsail for Research resources.</p>
|
|
387
388
|
* </important>
|
|
@@ -471,7 +472,8 @@ export interface StopInstanceOnIdleRequest {
|
|
|
471
472
|
threshold?: string;
|
|
472
473
|
/**
|
|
473
474
|
* @public
|
|
474
|
-
* <p>The amount of idle time in minutes after which your virtual computer will automatically
|
|
475
|
+
* <p>The amount of idle time in minutes after which your virtual computer will automatically
|
|
476
|
+
* stop.</p>
|
|
475
477
|
*/
|
|
476
478
|
duration?: string;
|
|
477
479
|
}
|
|
@@ -773,7 +775,7 @@ export interface Alarm {
|
|
|
773
775
|
location?: ResourceLocation;
|
|
774
776
|
/**
|
|
775
777
|
* @public
|
|
776
|
-
* <p>The Lightsail resource type
|
|
778
|
+
* <p>The Lightsail resource type of the alarm.</p>
|
|
777
779
|
*/
|
|
778
780
|
resourceType?: ResourceType;
|
|
779
781
|
/**
|
|
@@ -1006,6 +1008,7 @@ export declare const OperationType: {
|
|
|
1006
1008
|
readonly SendContactMethodVerification: "SendContactMethodVerification";
|
|
1007
1009
|
readonly SetIpAddressType: "SetIpAddressType";
|
|
1008
1010
|
readonly SetResourceAccessForBucket: "SetResourceAccessForBucket";
|
|
1011
|
+
readonly SetupInstanceHttps: "SetupInstanceHttps";
|
|
1009
1012
|
readonly StartGUISession: "StartGUISession";
|
|
1010
1013
|
readonly StartInstance: "StartInstance";
|
|
1011
1014
|
readonly StartRelationalDatabase: "StartRelationalDatabase";
|
|
@@ -1065,8 +1068,7 @@ export interface Operation {
|
|
|
1065
1068
|
resourceType?: ResourceType;
|
|
1066
1069
|
/**
|
|
1067
1070
|
* @public
|
|
1068
|
-
* <p>The timestamp when the operation was initialized (
|
|
1069
|
-
* <code>1479816991.349</code>).</p>
|
|
1071
|
+
* <p>The timestamp when the operation was initialized (<code>1479816991.349</code>).</p>
|
|
1070
1072
|
*/
|
|
1071
1073
|
createdAt?: Date;
|
|
1072
1074
|
/**
|
|
@@ -1081,7 +1083,7 @@ export interface Operation {
|
|
|
1081
1083
|
isTerminal?: boolean;
|
|
1082
1084
|
/**
|
|
1083
1085
|
* @public
|
|
1084
|
-
* <p>Details about the operation (
|
|
1086
|
+
* <p>Details about the operation (<code>Debian-1GB-Ohio-1</code>).</p>
|
|
1085
1087
|
*/
|
|
1086
1088
|
operationDetails?: string;
|
|
1087
1089
|
/**
|
|
@@ -1096,7 +1098,7 @@ export interface Operation {
|
|
|
1096
1098
|
status?: OperationStatus;
|
|
1097
1099
|
/**
|
|
1098
1100
|
* @public
|
|
1099
|
-
* <p>The timestamp when the status was changed (
|
|
1101
|
+
* <p>The timestamp when the status was changed (<code>1479816991.349</code>).</p>
|
|
1100
1102
|
*/
|
|
1101
1103
|
statusChangedAt?: Date;
|
|
1102
1104
|
/**
|
|
@@ -1259,7 +1261,7 @@ export interface AttachCertificateToDistributionResult {
|
|
|
1259
1261
|
export interface AttachDiskRequest {
|
|
1260
1262
|
/**
|
|
1261
1263
|
* @public
|
|
1262
|
-
* <p>The unique Lightsail disk name (
|
|
1264
|
+
* <p>The unique Lightsail disk name (<code>my-disk</code>).</p>
|
|
1263
1265
|
*/
|
|
1264
1266
|
diskName: string | undefined;
|
|
1265
1267
|
/**
|
|
@@ -1269,7 +1271,7 @@ export interface AttachDiskRequest {
|
|
|
1269
1271
|
instanceName: string | undefined;
|
|
1270
1272
|
/**
|
|
1271
1273
|
* @public
|
|
1272
|
-
* <p>The disk path to expose to the instance (
|
|
1274
|
+
* <p>The disk path to expose to the instance (<code>/dev/xvdf</code>).</p>
|
|
1273
1275
|
*/
|
|
1274
1276
|
diskPath: string | undefined;
|
|
1275
1277
|
/**
|
|
@@ -1301,7 +1303,7 @@ export interface AttachDiskResult {
|
|
|
1301
1303
|
export interface AttachedDisk {
|
|
1302
1304
|
/**
|
|
1303
1305
|
* @public
|
|
1304
|
-
* <p>The path of the disk (
|
|
1306
|
+
* <p>The path of the disk (<code>/dev/xvdf</code>).</p>
|
|
1305
1307
|
*/
|
|
1306
1308
|
path?: string;
|
|
1307
1309
|
/**
|
|
@@ -1323,7 +1325,7 @@ export interface DiskMap {
|
|
|
1323
1325
|
originalDiskPath?: string;
|
|
1324
1326
|
/**
|
|
1325
1327
|
* @public
|
|
1326
|
-
* <p>The new disk name (
|
|
1328
|
+
* <p>The new disk name (<code>my-new-disk</code>).</p>
|
|
1327
1329
|
*/
|
|
1328
1330
|
newDiskName?: string;
|
|
1329
1331
|
}
|
|
@@ -1530,23 +1532,23 @@ export type BlueprintType = (typeof BlueprintType)[keyof typeof BlueprintType];
|
|
|
1530
1532
|
export interface Blueprint {
|
|
1531
1533
|
/**
|
|
1532
1534
|
* @public
|
|
1533
|
-
* <p>The ID for the virtual private server image (
|
|
1535
|
+
* <p>The ID for the virtual private server image (<code>app_wordpress_4_4</code> or
|
|
1534
1536
|
* <code>app_lamp_7_0</code>).</p>
|
|
1535
1537
|
*/
|
|
1536
1538
|
blueprintId?: string;
|
|
1537
1539
|
/**
|
|
1538
1540
|
* @public
|
|
1539
|
-
* <p>The friendly name of the blueprint (
|
|
1541
|
+
* <p>The friendly name of the blueprint (<code>Amazon Linux</code>).</p>
|
|
1540
1542
|
*/
|
|
1541
1543
|
name?: string;
|
|
1542
1544
|
/**
|
|
1543
1545
|
* @public
|
|
1544
|
-
* <p>The group name of the blueprint (
|
|
1546
|
+
* <p>The group name of the blueprint (<code>amazon-linux</code>).</p>
|
|
1545
1547
|
*/
|
|
1546
1548
|
group?: string;
|
|
1547
1549
|
/**
|
|
1548
1550
|
* @public
|
|
1549
|
-
* <p>The type of the blueprint (
|
|
1551
|
+
* <p>The type of the blueprint (<code>os</code> or <code>app</code>).</p>
|
|
1550
1552
|
*/
|
|
1551
1553
|
type?: BlueprintType;
|
|
1552
1554
|
/**
|
|
@@ -1572,7 +1574,7 @@ export interface Blueprint {
|
|
|
1572
1574
|
minPower?: number;
|
|
1573
1575
|
/**
|
|
1574
1576
|
* @public
|
|
1575
|
-
* <p>The version number of the operating system, application, or stack (
|
|
1577
|
+
* <p>The version number of the operating system, application, or stack (
|
|
1576
1578
|
* <code>2016.03.0</code>).</p>
|
|
1577
1579
|
*/
|
|
1578
1580
|
version?: string;
|
|
@@ -1701,7 +1703,7 @@ export interface Tag {
|
|
|
1701
1703
|
export interface Bucket {
|
|
1702
1704
|
/**
|
|
1703
1705
|
* @public
|
|
1704
|
-
* <p>The Lightsail resource type of the bucket
|
|
1706
|
+
* <p>The Lightsail resource type of the bucket.</p>
|
|
1705
1707
|
*/
|
|
1706
1708
|
resourceType?: string;
|
|
1707
1709
|
/**
|
|
@@ -1872,27 +1874,27 @@ export type BucketMetricName = (typeof BucketMetricName)[keyof typeof BucketMetr
|
|
|
1872
1874
|
export interface Bundle {
|
|
1873
1875
|
/**
|
|
1874
1876
|
* @public
|
|
1875
|
-
* <p>The price in US dollars (
|
|
1877
|
+
* <p>The price in US dollars (<code>5.0</code>) of the bundle.</p>
|
|
1876
1878
|
*/
|
|
1877
1879
|
price?: number;
|
|
1878
1880
|
/**
|
|
1879
1881
|
* @public
|
|
1880
|
-
* <p>The number of vCPUs included in the bundle (
|
|
1882
|
+
* <p>The number of vCPUs included in the bundle (<code>2</code>).</p>
|
|
1881
1883
|
*/
|
|
1882
1884
|
cpuCount?: number;
|
|
1883
1885
|
/**
|
|
1884
1886
|
* @public
|
|
1885
|
-
* <p>The size of the SSD (
|
|
1887
|
+
* <p>The size of the SSD (<code>30</code>).</p>
|
|
1886
1888
|
*/
|
|
1887
1889
|
diskSizeInGb?: number;
|
|
1888
1890
|
/**
|
|
1889
1891
|
* @public
|
|
1890
|
-
* <p>The bundle ID (
|
|
1892
|
+
* <p>The bundle ID (<code>micro_1_0</code>).</p>
|
|
1891
1893
|
*/
|
|
1892
1894
|
bundleId?: string;
|
|
1893
1895
|
/**
|
|
1894
1896
|
* @public
|
|
1895
|
-
* <p>The Amazon EC2 instance type (
|
|
1897
|
+
* <p>The Amazon EC2 instance type (<code>t2.micro</code>).</p>
|
|
1896
1898
|
*/
|
|
1897
1899
|
instanceType?: string;
|
|
1898
1900
|
/**
|
|
@@ -1902,12 +1904,12 @@ export interface Bundle {
|
|
|
1902
1904
|
isActive?: boolean;
|
|
1903
1905
|
/**
|
|
1904
1906
|
* @public
|
|
1905
|
-
* <p>A friendly name for the bundle (
|
|
1907
|
+
* <p>A friendly name for the bundle (<code>Micro</code>).</p>
|
|
1906
1908
|
*/
|
|
1907
1909
|
name?: string;
|
|
1908
1910
|
/**
|
|
1909
1911
|
* @public
|
|
1910
|
-
* <p>A numeric value that represents the power of the bundle (
|
|
1912
|
+
* <p>A numeric value that represents the power of the bundle (<code>500</code>). You can
|
|
1911
1913
|
* use the bundle's power value in conjunction with a blueprint's minimum power value to
|
|
1912
1914
|
* determine whether the blueprint will run on the bundle. For example, you need a bundle with a
|
|
1913
1915
|
* power value of 500 or more to create an instance that uses a blueprint with a minimum power
|
|
@@ -1916,12 +1918,12 @@ export interface Bundle {
|
|
|
1916
1918
|
power?: number;
|
|
1917
1919
|
/**
|
|
1918
1920
|
* @public
|
|
1919
|
-
* <p>The amount of RAM in GB (
|
|
1921
|
+
* <p>The amount of RAM in GB (<code>2.0</code>).</p>
|
|
1920
1922
|
*/
|
|
1921
1923
|
ramSizeInGb?: number;
|
|
1922
1924
|
/**
|
|
1923
1925
|
* @public
|
|
1924
|
-
* <p>The data transfer rate per month in GB (
|
|
1926
|
+
* <p>The data transfer rate per month in GB (<code>2000</code>).</p>
|
|
1925
1927
|
*/
|
|
1926
1928
|
transferPerMonthInGb?: number;
|
|
1927
1929
|
/**
|
|
@@ -2531,7 +2533,7 @@ export interface Certificate {
|
|
|
2531
2533
|
arn?: string;
|
|
2532
2534
|
/**
|
|
2533
2535
|
* @public
|
|
2534
|
-
* <p>The name of the certificate (
|
|
2536
|
+
* <p>The name of the certificate (<code>my-certificate</code>).</p>
|
|
2535
2537
|
*/
|
|
2536
2538
|
name?: string;
|
|
2537
2539
|
/**
|
|
@@ -2551,8 +2553,8 @@ export interface Certificate {
|
|
|
2551
2553
|
serialNumber?: string;
|
|
2552
2554
|
/**
|
|
2553
2555
|
* @public
|
|
2554
|
-
* <p>An array of strings that specify the alternate domains (
|
|
2555
|
-
* and subdomains (
|
|
2556
|
+
* <p>An array of strings that specify the alternate domains (<code>example2.com</code>)
|
|
2557
|
+
* and subdomains (<code>blog.example.com</code>) of the certificate.</p>
|
|
2556
2558
|
*/
|
|
2557
2559
|
subjectAlternativeNames?: string[];
|
|
2558
2560
|
/**
|
|
@@ -2700,6 +2702,17 @@ export interface Certificate {
|
|
|
2700
2702
|
*/
|
|
2701
2703
|
supportCode?: string;
|
|
2702
2704
|
}
|
|
2705
|
+
/**
|
|
2706
|
+
* @public
|
|
2707
|
+
* @enum
|
|
2708
|
+
*/
|
|
2709
|
+
export declare const CertificateProvider: {
|
|
2710
|
+
readonly LetsEncrypt: "LetsEncrypt";
|
|
2711
|
+
};
|
|
2712
|
+
/**
|
|
2713
|
+
* @public
|
|
2714
|
+
*/
|
|
2715
|
+
export type CertificateProvider = (typeof CertificateProvider)[keyof typeof CertificateProvider];
|
|
2703
2716
|
/**
|
|
2704
2717
|
* @public
|
|
2705
2718
|
* <p>Describes an Amazon Lightsail SSL/TLS certificate.</p>
|
|
@@ -2943,7 +2956,7 @@ export type CloudFormationStackRecordSourceType = (typeof CloudFormationStackRec
|
|
|
2943
2956
|
export interface CloudFormationStackRecordSourceInfo {
|
|
2944
2957
|
/**
|
|
2945
2958
|
* @public
|
|
2946
|
-
* <p>The Lightsail resource type (
|
|
2959
|
+
* <p>The Lightsail resource type (<code>ExportSnapshotRecord</code>).</p>
|
|
2947
2960
|
*/
|
|
2948
2961
|
resourceType?: CloudFormationStackRecordSourceType;
|
|
2949
2962
|
/**
|
|
@@ -3002,7 +3015,7 @@ export interface CloudFormationStackRecord {
|
|
|
3002
3015
|
location?: ResourceLocation;
|
|
3003
3016
|
/**
|
|
3004
3017
|
* @public
|
|
3005
|
-
* <p>The Lightsail resource type (
|
|
3018
|
+
* <p>The Lightsail resource type (<code>CloudFormationStackRecord</code>).</p>
|
|
3006
3019
|
*/
|
|
3007
3020
|
resourceType?: ResourceType;
|
|
3008
3021
|
/**
|
|
@@ -3096,7 +3109,7 @@ export interface ContactMethod {
|
|
|
3096
3109
|
location?: ResourceLocation;
|
|
3097
3110
|
/**
|
|
3098
3111
|
* @public
|
|
3099
|
-
* <p>The Lightsail resource type
|
|
3112
|
+
* <p>The Lightsail resource type of the contact method.</p>
|
|
3100
3113
|
*/
|
|
3101
3114
|
resourceType?: ResourceType;
|
|
3102
3115
|
/**
|
|
@@ -3293,22 +3306,22 @@ export interface ContainerServiceDeployment {
|
|
|
3293
3306
|
* <ul>
|
|
3294
3307
|
* <li>
|
|
3295
3308
|
* <p>
|
|
3296
|
-
* <code>
|
|
3309
|
+
* <code>ACTIVATING</code> - The deployment is being created.</p>
|
|
3297
3310
|
* </li>
|
|
3298
3311
|
* <li>
|
|
3299
3312
|
* <p>
|
|
3300
|
-
* <code>
|
|
3313
|
+
* <code>ACTIVE</code> - The deployment was successfully created, and it's currently
|
|
3301
3314
|
* running on the container service. The container service can have only one deployment in an
|
|
3302
3315
|
* active state at a time.</p>
|
|
3303
3316
|
* </li>
|
|
3304
3317
|
* <li>
|
|
3305
3318
|
* <p>
|
|
3306
|
-
* <code>
|
|
3319
|
+
* <code>INACTIVE</code> - The deployment was previously successfully created, but it is
|
|
3307
3320
|
* not currently running on the container service.</p>
|
|
3308
3321
|
* </li>
|
|
3309
3322
|
* <li>
|
|
3310
3323
|
* <p>
|
|
3311
|
-
* <code>
|
|
3324
|
+
* <code>FAILED</code> - The deployment failed. Use the <code>GetContainerLog</code>
|
|
3312
3325
|
* action to view the log events for the containers in the deployment to try to determine the
|
|
3313
3326
|
* reason for the failure.</p>
|
|
3314
3327
|
* </li>
|
|
@@ -3528,8 +3541,7 @@ export interface ContainerService {
|
|
|
3528
3541
|
location?: ResourceLocation;
|
|
3529
3542
|
/**
|
|
3530
3543
|
* @public
|
|
3531
|
-
* <p>The Lightsail resource type of the container service
|
|
3532
|
-
* <code>ContainerService</code>).</p>
|
|
3544
|
+
* <p>The Lightsail resource type of the container service.</p>
|
|
3533
3545
|
*/
|
|
3534
3546
|
resourceType?: ResourceType;
|
|
3535
3547
|
/**
|
|
@@ -3768,7 +3780,7 @@ export type ContainerServiceMetricName = (typeof ContainerServiceMetricName)[key
|
|
|
3768
3780
|
export interface ContainerServicePower {
|
|
3769
3781
|
/**
|
|
3770
3782
|
* @public
|
|
3771
|
-
* <p>The ID of the power (
|
|
3783
|
+
* <p>The ID of the power (<code>nano-1</code>).</p>
|
|
3772
3784
|
*/
|
|
3773
3785
|
powerId?: string;
|
|
3774
3786
|
/**
|
|
@@ -3788,7 +3800,7 @@ export interface ContainerServicePower {
|
|
|
3788
3800
|
ramSizeInGb?: number;
|
|
3789
3801
|
/**
|
|
3790
3802
|
* @public
|
|
3791
|
-
* <p>The friendly name of the power (
|
|
3803
|
+
* <p>The friendly name of the power (<code>nano</code>).</p>
|
|
3792
3804
|
*/
|
|
3793
3805
|
name?: string;
|
|
3794
3806
|
/**
|
|
@@ -3960,17 +3972,26 @@ export declare const PricingUnit: {
|
|
|
3960
3972
|
export type PricingUnit = (typeof PricingUnit)[keyof typeof PricingUnit];
|
|
3961
3973
|
/**
|
|
3962
3974
|
* @public
|
|
3963
|
-
* <p>Sets the start date and end date for retrieving a cost estimate. The start date is
|
|
3975
|
+
* <p>Sets the start date and end date for retrieving a cost estimate. The start date is
|
|
3976
|
+
* inclusive, but the end date is exclusive. For example, if <code>start</code> is
|
|
3977
|
+
* <code>2017-01-01</code> and <code>end</code> is <code>2017-05-01</code>, then the cost and
|
|
3978
|
+
* usage data is retrieved from <code>2017-01-01</code> up to and including
|
|
3979
|
+
* <code>2017-04-30</code> but not including <code>2017-05-01</code>.</p>
|
|
3964
3980
|
*/
|
|
3965
3981
|
export interface TimePeriod {
|
|
3966
3982
|
/**
|
|
3967
3983
|
* @public
|
|
3968
|
-
* <p>The beginning of the time period. The start date is inclusive. For example, if
|
|
3984
|
+
* <p>The beginning of the time period. The start date is inclusive. For example, if
|
|
3985
|
+
* <code>start</code> is <code>2017-01-01</code>, Lightsail for Research retrieves cost and usage data starting
|
|
3986
|
+
* at <code>2017-01-01</code> up to the end date. The start date must be equal to or no later
|
|
3987
|
+
* than the current date to avoid a validation error.</p>
|
|
3969
3988
|
*/
|
|
3970
3989
|
start?: Date;
|
|
3971
3990
|
/**
|
|
3972
3991
|
* @public
|
|
3973
|
-
* <p>The end of the time period. The end date is exclusive. For example, if <code>end</code> is
|
|
3992
|
+
* <p>The end of the time period. The end date is exclusive. For example, if <code>end</code> is
|
|
3993
|
+
* <code>2017-05-01</code>, Lightsail for Research retrieves cost and usage data from the start date up to, but
|
|
3994
|
+
* not including, <code>2017-05-01</code>.</p>
|
|
3974
3995
|
*/
|
|
3975
3996
|
end?: Date;
|
|
3976
3997
|
}
|
|
@@ -4002,7 +4023,8 @@ export interface EstimateByTime {
|
|
|
4002
4023
|
currency?: Currency;
|
|
4003
4024
|
/**
|
|
4004
4025
|
* @public
|
|
4005
|
-
* <p>The period of time, in days, that an estimate covers. The period has a start date and an
|
|
4026
|
+
* <p>The period of time, in days, that an estimate covers. The period has a start date and an
|
|
4027
|
+
* end date. The start date must come before the end date.</p>
|
|
4006
4028
|
*/
|
|
4007
4029
|
timePeriod?: TimePeriod;
|
|
4008
4030
|
}
|
|
@@ -4114,16 +4136,16 @@ export interface CreateCertificateRequest {
|
|
|
4114
4136
|
certificateName: string | undefined;
|
|
4115
4137
|
/**
|
|
4116
4138
|
* @public
|
|
4117
|
-
* <p>The domain name (
|
|
4139
|
+
* <p>The domain name (<code>example.com</code>) for the certificate.</p>
|
|
4118
4140
|
*/
|
|
4119
4141
|
domainName: string | undefined;
|
|
4120
4142
|
/**
|
|
4121
4143
|
* @public
|
|
4122
|
-
* <p>An array of strings that specify the alternate domains (
|
|
4123
|
-
* and subdomains (
|
|
4144
|
+
* <p>An array of strings that specify the alternate domains (<code>example2.com</code>)
|
|
4145
|
+
* and subdomains (<code>blog.example.com</code>) for the certificate.</p>
|
|
4124
4146
|
* <p>You can specify a maximum of nine alternate domains (in addition to the primary domain
|
|
4125
4147
|
* name).</p>
|
|
4126
|
-
* <p>Wildcard domain entries (
|
|
4148
|
+
* <p>Wildcard domain entries (<code>*.example.com</code>) are not supported.</p>
|
|
4127
4149
|
*/
|
|
4128
4150
|
subjectAlternativeNames?: string[];
|
|
4129
4151
|
/**
|
|
@@ -4179,7 +4201,7 @@ export interface InstanceEntry {
|
|
|
4179
4201
|
sourceName: string | undefined;
|
|
4180
4202
|
/**
|
|
4181
4203
|
* @public
|
|
4182
|
-
* <p>The instance type (
|
|
4204
|
+
* <p>The instance type (<code>t2.micro</code>) to use for the new Amazon EC2 instance.</p>
|
|
4183
4205
|
*/
|
|
4184
4206
|
instanceType: string | undefined;
|
|
4185
4207
|
/**
|
|
@@ -4499,12 +4521,12 @@ export interface CreateContainerServiceRegistryLoginResult {
|
|
|
4499
4521
|
export interface CreateDiskRequest {
|
|
4500
4522
|
/**
|
|
4501
4523
|
* @public
|
|
4502
|
-
* <p>The unique Lightsail disk name (
|
|
4524
|
+
* <p>The unique Lightsail disk name (<code>my-disk</code>).</p>
|
|
4503
4525
|
*/
|
|
4504
4526
|
diskName: string | undefined;
|
|
4505
4527
|
/**
|
|
4506
4528
|
* @public
|
|
4507
|
-
* <p>The Availability Zone where you want to create the disk (
|
|
4529
|
+
* <p>The Availability Zone where you want to create the disk (<code>us-east-2a</code>).
|
|
4508
4530
|
* Use the same Availability Zone as the Lightsail instance to which you want to attach the
|
|
4509
4531
|
* disk.</p>
|
|
4510
4532
|
* <p>Use the <code>get regions</code> operation to list the Availability Zones where
|
|
@@ -4513,7 +4535,7 @@ export interface CreateDiskRequest {
|
|
|
4513
4535
|
availabilityZone: string | undefined;
|
|
4514
4536
|
/**
|
|
4515
4537
|
* @public
|
|
4516
|
-
* <p>The size of the disk in GB (
|
|
4538
|
+
* <p>The size of the disk in GB (<code>32</code>).</p>
|
|
4517
4539
|
*/
|
|
4518
4540
|
sizeInGb: number | undefined;
|
|
4519
4541
|
/**
|
|
@@ -4545,12 +4567,12 @@ export interface CreateDiskResult {
|
|
|
4545
4567
|
export interface CreateDiskFromSnapshotRequest {
|
|
4546
4568
|
/**
|
|
4547
4569
|
* @public
|
|
4548
|
-
* <p>The unique Lightsail disk name (
|
|
4570
|
+
* <p>The unique Lightsail disk name (<code>my-disk</code>).</p>
|
|
4549
4571
|
*/
|
|
4550
4572
|
diskName: string | undefined;
|
|
4551
4573
|
/**
|
|
4552
4574
|
* @public
|
|
4553
|
-
* <p>The name of the disk snapshot (
|
|
4575
|
+
* <p>The name of the disk snapshot (<code>my-snapshot</code>) from which to create the
|
|
4554
4576
|
* new storage disk.</p>
|
|
4555
4577
|
* <p>Constraint:</p>
|
|
4556
4578
|
* <ul>
|
|
@@ -4564,7 +4586,7 @@ export interface CreateDiskFromSnapshotRequest {
|
|
|
4564
4586
|
diskSnapshotName?: string;
|
|
4565
4587
|
/**
|
|
4566
4588
|
* @public
|
|
4567
|
-
* <p>The Availability Zone where you want to create the disk (
|
|
4589
|
+
* <p>The Availability Zone where you want to create the disk (<code>us-east-2a</code>).
|
|
4568
4590
|
* Choose the same Availability Zone as the Lightsail instance where you want to create the
|
|
4569
4591
|
* disk.</p>
|
|
4570
4592
|
* <p>Use the GetRegions operation to list the Availability Zones where Lightsail is currently
|
|
@@ -4573,7 +4595,7 @@ export interface CreateDiskFromSnapshotRequest {
|
|
|
4573
4595
|
availabilityZone: string | undefined;
|
|
4574
4596
|
/**
|
|
4575
4597
|
* @public
|
|
4576
|
-
* <p>The size of the disk in GB (
|
|
4598
|
+
* <p>The size of the disk in GB (<code>32</code>).</p>
|
|
4577
4599
|
*/
|
|
4578
4600
|
sizeInGb: number | undefined;
|
|
4579
4601
|
/**
|
|
@@ -4661,7 +4683,7 @@ export interface CreateDiskFromSnapshotResult {
|
|
|
4661
4683
|
export interface CreateDiskSnapshotRequest {
|
|
4662
4684
|
/**
|
|
4663
4685
|
* @public
|
|
4664
|
-
* <p>The unique name of the source disk (
|
|
4686
|
+
* <p>The unique name of the source disk (<code>Disk-Virginia-1</code>).</p>
|
|
4665
4687
|
* <note>
|
|
4666
4688
|
* <p>This parameter cannot be defined together with the <code>instance name</code> parameter.
|
|
4667
4689
|
* The <code>disk name</code> and <code>instance name</code> parameters are mutually
|
|
@@ -4671,13 +4693,13 @@ export interface CreateDiskSnapshotRequest {
|
|
|
4671
4693
|
diskName?: string;
|
|
4672
4694
|
/**
|
|
4673
4695
|
* @public
|
|
4674
|
-
* <p>The name of the destination disk snapshot (
|
|
4696
|
+
* <p>The name of the destination disk snapshot (<code>my-disk-snapshot</code>) based on
|
|
4675
4697
|
* the source disk.</p>
|
|
4676
4698
|
*/
|
|
4677
4699
|
diskSnapshotName: string | undefined;
|
|
4678
4700
|
/**
|
|
4679
4701
|
* @public
|
|
4680
|
-
* <p>The unique name of the source instance (
|
|
4702
|
+
* <p>The unique name of the source instance (<code>Amazon_Linux-512MB-Virginia-1</code>).
|
|
4681
4703
|
* When this is defined, a snapshot of the instance's system volume is created.</p>
|
|
4682
4704
|
* <note>
|
|
4683
4705
|
* <p>This parameter cannot be defined together with the <code>disk name</code> parameter. The
|
|
@@ -4732,7 +4754,7 @@ export type OriginProtocolPolicyEnum = (typeof OriginProtocolPolicyEnum)[keyof t
|
|
|
4732
4754
|
* @public
|
|
4733
4755
|
* <p>Describes the origin resource of an Amazon Lightsail content delivery network (CDN)
|
|
4734
4756
|
* distribution.</p>
|
|
4735
|
-
* <p>An origin can be a Lightsail instance, bucket, or load balancer. A distribution pulls
|
|
4757
|
+
* <p>An origin can be a Lightsail instance, bucket, container service, or load balancer. A distribution pulls
|
|
4736
4758
|
* content from an origin, caches it, and serves it to viewers via a worldwide network of edge
|
|
4737
4759
|
* servers.</p>
|
|
4738
4760
|
*/
|
|
@@ -4825,7 +4847,7 @@ export interface Origin {
|
|
|
4825
4847
|
name?: string;
|
|
4826
4848
|
/**
|
|
4827
4849
|
* @public
|
|
4828
|
-
* <p>The resource type of the origin resource (
|
|
4850
|
+
* <p>The resource type of the origin resource (<i>Instance</i>).</p>
|
|
4829
4851
|
*/
|
|
4830
4852
|
resourceType?: ResourceType;
|
|
4831
4853
|
/**
|
|
@@ -4880,7 +4902,7 @@ export interface LightsailDistribution {
|
|
|
4880
4902
|
location?: ResourceLocation;
|
|
4881
4903
|
/**
|
|
4882
4904
|
* @public
|
|
4883
|
-
* <p>The Lightsail resource type (
|
|
4905
|
+
* <p>The Lightsail resource type (<code>Distribution</code>).</p>
|
|
4884
4906
|
*/
|
|
4885
4907
|
resourceType?: ResourceType;
|
|
4886
4908
|
/**
|
|
@@ -4984,7 +5006,7 @@ export interface CreateDistributionResult {
|
|
|
4984
5006
|
export interface CreateDomainRequest {
|
|
4985
5007
|
/**
|
|
4986
5008
|
* @public
|
|
4987
|
-
* <p>The domain name to manage (
|
|
5009
|
+
* <p>The domain name to manage (<code>example.com</code>).</p>
|
|
4988
5010
|
*/
|
|
4989
5011
|
domainName: string | undefined;
|
|
4990
5012
|
/**
|
|
@@ -5022,8 +5044,7 @@ export interface DomainEntry {
|
|
|
5022
5044
|
name?: string;
|
|
5023
5045
|
/**
|
|
5024
5046
|
* @public
|
|
5025
|
-
* <p>The target IP address (
|
|
5026
|
-
* <code>ns-111.awsdns-22.com.</code>).</p>
|
|
5047
|
+
* <p>The target IP address (<code>192.0.2.0</code>), or AWS name server (<code>ns-111.awsdns-22.com.</code>).</p>
|
|
5027
5048
|
* <p>For Lightsail load balancers, the value looks like
|
|
5028
5049
|
* <code>ab1234c56789c6b86aba6fb203d443bc-123456789.us-east-2.elb.amazonaws.com</code>. For
|
|
5029
5050
|
* Lightsail distributions, the value looks like <code>exampled1182ne.cloudfront.net</code>.
|
|
@@ -5095,10 +5116,10 @@ export interface DomainEntry {
|
|
|
5095
5116
|
* @public
|
|
5096
5117
|
* @deprecated
|
|
5097
5118
|
*
|
|
5098
|
-
* <p>(
|
|
5119
|
+
* <p>(Discontinued) The options for the domain entry.</p>
|
|
5099
5120
|
* <note>
|
|
5100
5121
|
* <p>In releases prior to November 29, 2017, this parameter was not included in the API
|
|
5101
|
-
* response. It is now
|
|
5122
|
+
* response. It is now discontinued.</p>
|
|
5102
5123
|
* </note>
|
|
5103
5124
|
*/
|
|
5104
5125
|
options?: Record<string, string>;
|
|
@@ -5109,7 +5130,7 @@ export interface DomainEntry {
|
|
|
5109
5130
|
export interface CreateDomainEntryRequest {
|
|
5110
5131
|
/**
|
|
5111
5132
|
* @public
|
|
5112
|
-
* <p>The domain name (
|
|
5133
|
+
* <p>The domain name (<code>example.com</code>) for which you want to create the domain
|
|
5113
5134
|
* entry.</p>
|
|
5114
5135
|
*/
|
|
5115
5136
|
domainName: string | undefined;
|
|
@@ -5142,8 +5163,8 @@ export interface CreateGUISessionAccessDetailsRequest {
|
|
|
5142
5163
|
}
|
|
5143
5164
|
/**
|
|
5144
5165
|
* @public
|
|
5145
|
-
* <p>Describes a web-based, remote graphical user interface (GUI), NICE DCV session. The
|
|
5146
|
-
* computer’s operating system or application.</p>
|
|
5166
|
+
* <p>Describes a web-based, remote graphical user interface (GUI), NICE DCV session. The
|
|
5167
|
+
* session is used to access a virtual computer’s operating system or application.</p>
|
|
5147
5168
|
*/
|
|
5148
5169
|
export interface Session {
|
|
5149
5170
|
/**
|
|
@@ -5238,16 +5259,16 @@ export interface CreateInstancesRequest {
|
|
|
5238
5259
|
* @public
|
|
5239
5260
|
* @deprecated
|
|
5240
5261
|
*
|
|
5241
|
-
* <p>(
|
|
5262
|
+
* <p>(Discontinued) The name for your custom image.</p>
|
|
5242
5263
|
* <note>
|
|
5243
5264
|
* <p>In releases prior to June 12, 2017, this parameter was ignored by the API. It is now
|
|
5244
|
-
*
|
|
5265
|
+
* discontinued.</p>
|
|
5245
5266
|
* </note>
|
|
5246
5267
|
*/
|
|
5247
5268
|
customImageName?: string;
|
|
5248
5269
|
/**
|
|
5249
5270
|
* @public
|
|
5250
|
-
* <p>The ID for a virtual private server image (
|
|
5271
|
+
* <p>The ID for a virtual private server image (<code>app_wordpress_4_4</code> or
|
|
5251
5272
|
* <code>app_lamp_7_0</code>). Use the <code>get blueprints</code> operation to return a list
|
|
5252
5273
|
* of available images (or <i>blueprints</i>).</p>
|
|
5253
5274
|
* <note>
|
|
@@ -5261,8 +5282,7 @@ export interface CreateInstancesRequest {
|
|
|
5261
5282
|
/**
|
|
5262
5283
|
* @public
|
|
5263
5284
|
* <p>The bundle of specification information for your virtual private server (or
|
|
5264
|
-
* <i>instance</i>), including the pricing plan (
|
|
5265
|
-
* <code>micro_1_0</code>).</p>
|
|
5285
|
+
* <i>instance</i>), including the pricing plan (<code>micro_1_0</code>).</p>
|
|
5266
5286
|
*/
|
|
5267
5287
|
bundleId: string | undefined;
|
|
5268
5288
|
/**
|
|
@@ -5353,8 +5373,7 @@ export interface CreateInstancesFromSnapshotRequest {
|
|
|
5353
5373
|
/**
|
|
5354
5374
|
* @public
|
|
5355
5375
|
* <p>The bundle of specification information for your virtual private server (or
|
|
5356
|
-
* <i>instance</i>), including the pricing plan (
|
|
5357
|
-
* <code>micro_1_0</code>).</p>
|
|
5376
|
+
* <i>instance</i>), including the pricing plan (<code>micro_1_0</code>).</p>
|
|
5358
5377
|
*/
|
|
5359
5378
|
bundleId: string | undefined;
|
|
5360
5379
|
/**
|
|
@@ -5522,8 +5541,7 @@ export interface KeyPair {
|
|
|
5522
5541
|
name?: string;
|
|
5523
5542
|
/**
|
|
5524
5543
|
* @public
|
|
5525
|
-
* <p>The Amazon Resource Name (ARN) of the key pair (
|
|
5526
|
-
* <code>arn:aws:lightsail:us-east-2:123456789101:KeyPair/05859e3d-331d-48ba-9034-12345EXAMPLE</code>).</p>
|
|
5544
|
+
* <p>The Amazon Resource Name (ARN) of the key pair (<code>arn:aws:lightsail:us-east-2:123456789101:KeyPair/05859e3d-331d-48ba-9034-12345EXAMPLE</code>).</p>
|
|
5527
5545
|
*/
|
|
5528
5546
|
arn?: string;
|
|
5529
5547
|
/**
|
|
@@ -5535,7 +5553,7 @@ export interface KeyPair {
|
|
|
5535
5553
|
supportCode?: string;
|
|
5536
5554
|
/**
|
|
5537
5555
|
* @public
|
|
5538
|
-
* <p>The timestamp when the key pair was created (
|
|
5556
|
+
* <p>The timestamp when the key pair was created (<code>1479816991.349</code>).</p>
|
|
5539
5557
|
*/
|
|
5540
5558
|
createdAt?: Date;
|
|
5541
5559
|
/**
|
|
@@ -5604,8 +5622,7 @@ export interface CreateLoadBalancerRequest {
|
|
|
5604
5622
|
/**
|
|
5605
5623
|
* @public
|
|
5606
5624
|
* <p>The path you provided to perform the load balancer health check. If you didn't specify a
|
|
5607
|
-
* health check path, Lightsail uses the root path of your website (
|
|
5608
|
-
* <code>"/"</code>).</p>
|
|
5625
|
+
* health check path, Lightsail uses the root path of your website (<code>"/"</code>).</p>
|
|
5609
5626
|
* <p>You may want to specify a custom health check path other than the root of your application
|
|
5610
5627
|
* if your home page loads slowly or has a lot of media or scripting on it.</p>
|
|
5611
5628
|
*/
|
|
@@ -5619,8 +5636,7 @@ export interface CreateLoadBalancerRequest {
|
|
|
5619
5636
|
certificateName?: string;
|
|
5620
5637
|
/**
|
|
5621
5638
|
* @public
|
|
5622
|
-
* <p>The domain name with which your certificate is associated (
|
|
5623
|
-
* <code>example.com</code>).</p>
|
|
5639
|
+
* <p>The domain name with which your certificate is associated (<code>example.com</code>).</p>
|
|
5624
5640
|
* <p>If you specify <code>certificateDomainName</code>, then <code>certificateName</code> is
|
|
5625
5641
|
* required (and vice-versa).</p>
|
|
5626
5642
|
*/
|
|
@@ -5628,7 +5644,7 @@ export interface CreateLoadBalancerRequest {
|
|
|
5628
5644
|
/**
|
|
5629
5645
|
* @public
|
|
5630
5646
|
* <p>The optional alternative domains and subdomains to use with your SSL/TLS certificate
|
|
5631
|
-
* (
|
|
5647
|
+
* (<code>www.example.com</code>, <code>example.com</code>, <code>m.example.com</code>,
|
|
5632
5648
|
* <code>blog.example.com</code>).</p>
|
|
5633
5649
|
*/
|
|
5634
5650
|
certificateAlternativeNames?: string[];
|
|
@@ -5687,15 +5703,14 @@ export interface CreateLoadBalancerTlsCertificateRequest {
|
|
|
5687
5703
|
certificateName: string | undefined;
|
|
5688
5704
|
/**
|
|
5689
5705
|
* @public
|
|
5690
|
-
* <p>The domain name (
|
|
5706
|
+
* <p>The domain name (<code>example.com</code>) for your SSL/TLS certificate.</p>
|
|
5691
5707
|
*/
|
|
5692
5708
|
certificateDomainName: string | undefined;
|
|
5693
5709
|
/**
|
|
5694
5710
|
* @public
|
|
5695
5711
|
* <p>An array of strings listing alternative domains and subdomains for your SSL/TLS
|
|
5696
5712
|
* certificate. Lightsail will de-dupe the names for you. You can have a maximum of 9
|
|
5697
|
-
* alternative names (in addition to the 1 primary domain). We do not support wildcards (
|
|
5698
|
-
* <code>*.example.com</code>).</p>
|
|
5713
|
+
* alternative names (in addition to the 1 primary domain). We do not support wildcards (<code>*.example.com</code>).</p>
|
|
5699
5714
|
*/
|
|
5700
5715
|
certificateAlternativeNames?: string[];
|
|
5701
5716
|
/**
|
|
@@ -6320,7 +6335,7 @@ export interface DeleteContainerServiceResult {
|
|
|
6320
6335
|
export interface DeleteDiskRequest {
|
|
6321
6336
|
/**
|
|
6322
6337
|
* @public
|
|
6323
|
-
* <p>The unique name of the disk you want to delete (
|
|
6338
|
+
* <p>The unique name of the disk you want to delete (<code>my-disk</code>).</p>
|
|
6324
6339
|
*/
|
|
6325
6340
|
diskName: string | undefined;
|
|
6326
6341
|
/**
|
|
@@ -6346,8 +6361,7 @@ export interface DeleteDiskResult {
|
|
|
6346
6361
|
export interface DeleteDiskSnapshotRequest {
|
|
6347
6362
|
/**
|
|
6348
6363
|
* @public
|
|
6349
|
-
* <p>The name of the disk snapshot you want to delete (
|
|
6350
|
-
* <code>my-disk-snapshot</code>).</p>
|
|
6364
|
+
* <p>The name of the disk snapshot you want to delete (<code>my-disk-snapshot</code>).</p>
|
|
6351
6365
|
*/
|
|
6352
6366
|
diskSnapshotName: string | undefined;
|
|
6353
6367
|
}
|
|
@@ -6686,8 +6700,7 @@ export interface DetachCertificateFromDistributionResult {
|
|
|
6686
6700
|
export interface DetachDiskRequest {
|
|
6687
6701
|
/**
|
|
6688
6702
|
* @public
|
|
6689
|
-
* <p>The unique name of the disk you want to detach from your instance (
|
|
6690
|
-
* <code>my-disk</code>).</p>
|
|
6703
|
+
* <p>The unique name of the disk you want to detach from your instance (<code>my-disk</code>).</p>
|
|
6691
6704
|
*/
|
|
6692
6705
|
diskName: string | undefined;
|
|
6693
6706
|
}
|
|
@@ -6825,7 +6838,7 @@ export interface Disk {
|
|
|
6825
6838
|
location?: ResourceLocation;
|
|
6826
6839
|
/**
|
|
6827
6840
|
* @public
|
|
6828
|
-
* <p>The Lightsail resource type (
|
|
6841
|
+
* <p>The Lightsail resource type (<code>Disk</code>).</p>
|
|
6829
6842
|
*/
|
|
6830
6843
|
resourceType?: ResourceType;
|
|
6831
6844
|
/**
|
|
@@ -6879,10 +6892,10 @@ export interface Disk {
|
|
|
6879
6892
|
* @public
|
|
6880
6893
|
* @deprecated
|
|
6881
6894
|
*
|
|
6882
|
-
* <p>(
|
|
6895
|
+
* <p>(Discontinued) The attachment state of the disk.</p>
|
|
6883
6896
|
* <note>
|
|
6884
6897
|
* <p>In releases prior to November 14, 2017, this parameter returned <code>attached</code>
|
|
6885
|
-
* for system disks in the API response. It is now
|
|
6898
|
+
* for system disks in the API response. It is now discontinued, but still included in the
|
|
6886
6899
|
* response. Use <code>isAttached</code> instead.</p>
|
|
6887
6900
|
* </note>
|
|
6888
6901
|
*/
|
|
@@ -6891,10 +6904,10 @@ export interface Disk {
|
|
|
6891
6904
|
* @public
|
|
6892
6905
|
* @deprecated
|
|
6893
6906
|
*
|
|
6894
|
-
* <p>(
|
|
6907
|
+
* <p>(Discontinued) The number of GB in use by the disk.</p>
|
|
6895
6908
|
* <note>
|
|
6896
6909
|
* <p>In releases prior to November 14, 2017, this parameter was not included in the API
|
|
6897
|
-
* response. It is now
|
|
6910
|
+
* response. It is now discontinued.</p>
|
|
6898
6911
|
* </note>
|
|
6899
6912
|
*/
|
|
6900
6913
|
gbInUse?: number;
|
|
@@ -6924,7 +6937,7 @@ export interface DiskInfo {
|
|
|
6924
6937
|
path?: string;
|
|
6925
6938
|
/**
|
|
6926
6939
|
* @public
|
|
6927
|
-
* <p>The size of the disk in GB (
|
|
6940
|
+
* <p>The size of the disk in GB (<code>32</code>).</p>
|
|
6928
6941
|
*/
|
|
6929
6942
|
sizeInGb?: number;
|
|
6930
6943
|
/**
|
|
@@ -6955,7 +6968,7 @@ export type DiskSnapshotState = (typeof DiskSnapshotState)[keyof typeof DiskSnap
|
|
|
6955
6968
|
export interface DiskSnapshot {
|
|
6956
6969
|
/**
|
|
6957
6970
|
* @public
|
|
6958
|
-
* <p>The name of the disk snapshot (
|
|
6971
|
+
* <p>The name of the disk snapshot (<code>my-disk-snapshot</code>).</p>
|
|
6959
6972
|
*/
|
|
6960
6973
|
name?: string;
|
|
6961
6974
|
/**
|
|
@@ -6982,7 +6995,7 @@ export interface DiskSnapshot {
|
|
|
6982
6995
|
location?: ResourceLocation;
|
|
6983
6996
|
/**
|
|
6984
6997
|
* @public
|
|
6985
|
-
* <p>The Lightsail resource type (
|
|
6998
|
+
* <p>The Lightsail resource type (<code>DiskSnapshot</code>).</p>
|
|
6986
6999
|
*/
|
|
6987
7000
|
resourceType?: ResourceType;
|
|
6988
7001
|
/**
|
|
@@ -7043,7 +7056,7 @@ export interface DiskSnapshot {
|
|
|
7043
7056
|
export interface DiskSnapshotInfo {
|
|
7044
7057
|
/**
|
|
7045
7058
|
* @public
|
|
7046
|
-
* <p>The size of the disk in GB (
|
|
7059
|
+
* <p>The size of the disk in GB (<code>32</code>).</p>
|
|
7047
7060
|
*/
|
|
7048
7061
|
sizeInGb?: number;
|
|
7049
7062
|
}
|
|
@@ -7251,8 +7264,7 @@ export interface Domain {
|
|
|
7251
7264
|
name?: string;
|
|
7252
7265
|
/**
|
|
7253
7266
|
* @public
|
|
7254
|
-
* <p>The Amazon Resource Name (ARN) of the domain recordset (
|
|
7255
|
-
* <code>arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE</code>).</p>
|
|
7267
|
+
* <p>The Amazon Resource Name (ARN) of the domain recordset (<code>arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE</code>).</p>
|
|
7256
7268
|
*/
|
|
7257
7269
|
arn?: string;
|
|
7258
7270
|
/**
|
|
@@ -7374,13 +7386,12 @@ export interface ExportSnapshotResult {
|
|
|
7374
7386
|
export interface InstanceSnapshotInfo {
|
|
7375
7387
|
/**
|
|
7376
7388
|
* @public
|
|
7377
|
-
* <p>The bundle ID from which the source instance was created (
|
|
7378
|
-
* <code>micro_1_0</code>).</p>
|
|
7389
|
+
* <p>The bundle ID from which the source instance was created (<code>micro_1_0</code>).</p>
|
|
7379
7390
|
*/
|
|
7380
7391
|
fromBundleId?: string;
|
|
7381
7392
|
/**
|
|
7382
7393
|
* @public
|
|
7383
|
-
* <p>The blueprint ID from which the source instance (
|
|
7394
|
+
* <p>The blueprint ID from which the source instance (<code>os_debian_8_3</code>).</p>
|
|
7384
7395
|
*/
|
|
7385
7396
|
fromBlueprintId?: string;
|
|
7386
7397
|
/**
|
|
@@ -7408,7 +7419,7 @@ export type ExportSnapshotRecordSourceType = (typeof ExportSnapshotRecordSourceT
|
|
|
7408
7419
|
export interface ExportSnapshotRecordSourceInfo {
|
|
7409
7420
|
/**
|
|
7410
7421
|
* @public
|
|
7411
|
-
* <p>The Lightsail resource type (
|
|
7422
|
+
* <p>The Lightsail resource type (<code>InstanceSnapshot</code> or
|
|
7412
7423
|
* <code>DiskSnapshot</code>).</p>
|
|
7413
7424
|
*/
|
|
7414
7425
|
resourceType?: ExportSnapshotRecordSourceType;
|
|
@@ -7475,7 +7486,7 @@ export interface ExportSnapshotRecord {
|
|
|
7475
7486
|
location?: ResourceLocation;
|
|
7476
7487
|
/**
|
|
7477
7488
|
* @public
|
|
7478
|
-
* <p>The Lightsail resource type (
|
|
7489
|
+
* <p>The Lightsail resource type (<code>ExportSnapshotRecord</code>).</p>
|
|
7479
7490
|
*/
|
|
7480
7491
|
resourceType?: ResourceType;
|
|
7481
7492
|
/**
|
|
@@ -7591,7 +7602,7 @@ export interface GetAutoSnapshotsResult {
|
|
|
7591
7602
|
resourceName?: string;
|
|
7592
7603
|
/**
|
|
7593
7604
|
* @public
|
|
7594
|
-
* <p>The resource type
|
|
7605
|
+
* <p>The resource type of the automatic snapshot. The possible values are <code>Instance</code>, and <code>Disk</code>.</p>
|
|
7595
7606
|
*/
|
|
7596
7607
|
resourceType?: ResourceType;
|
|
7597
7608
|
/**
|
|
@@ -7826,7 +7837,7 @@ export interface MetricDatapoint {
|
|
|
7826
7837
|
sum?: number;
|
|
7827
7838
|
/**
|
|
7828
7839
|
* @public
|
|
7829
|
-
* <p>The timestamp (
|
|
7840
|
+
* <p>The timestamp (<code>1479816991.349</code>).</p>
|
|
7830
7841
|
*/
|
|
7831
7842
|
timestamp?: Date;
|
|
7832
7843
|
/**
|
|
@@ -7978,7 +7989,9 @@ export interface GetCertificatesRequest {
|
|
|
7978
7989
|
/**
|
|
7979
7990
|
* @public
|
|
7980
7991
|
* <p>The token to advance to the next page of results from your request.</p>
|
|
7981
|
-
* <p>To get a page token, perform an initial <code>GetCertificates</code> request. If your
|
|
7992
|
+
* <p>To get a page token, perform an initial <code>GetCertificates</code> request. If your
|
|
7993
|
+
* results are paginated, the response will return a next page token that you can specify as the
|
|
7994
|
+
* page token in a subsequent request.</p>
|
|
7982
7995
|
*/
|
|
7983
7996
|
pageToken?: string;
|
|
7984
7997
|
}
|
|
@@ -7993,7 +8006,9 @@ export interface GetCertificatesResult {
|
|
|
7993
8006
|
certificates?: CertificateSummary[];
|
|
7994
8007
|
/**
|
|
7995
8008
|
* @public
|
|
7996
|
-
* <p>If <code>NextPageToken</code> is returned there are more results available. The value of
|
|
8009
|
+
* <p>If <code>NextPageToken</code> is returned there are more results available. The value of
|
|
8010
|
+
* <code>NextPageToken</code> is a unique pagination token for each page. Make the call again
|
|
8011
|
+
* using the returned token to retrieve the next page. Keep all other arguments unchanged.</p>
|
|
7997
8012
|
*/
|
|
7998
8013
|
nextPageToken?: string;
|
|
7999
8014
|
}
|
|
@@ -8335,17 +8350,6 @@ export interface GetContainerServicePowersResult {
|
|
|
8335
8350
|
*/
|
|
8336
8351
|
powers?: ContainerServicePower[];
|
|
8337
8352
|
}
|
|
8338
|
-
/**
|
|
8339
|
-
* @public
|
|
8340
|
-
*/
|
|
8341
|
-
export interface GetContainerServicesRequest {
|
|
8342
|
-
/**
|
|
8343
|
-
* @public
|
|
8344
|
-
* <p>The name of the container service for which to return information.</p>
|
|
8345
|
-
* <p>When omitted, the response includes all of your container services in the Amazon Web Services Region where the request is made.</p>
|
|
8346
|
-
*/
|
|
8347
|
-
serviceName?: string;
|
|
8348
|
-
}
|
|
8349
8353
|
/**
|
|
8350
8354
|
* @internal
|
|
8351
8355
|
*/
|