@aws-sdk/client-lightsail 3.427.0 → 3.429.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.
|
@@ -101,7 +101,7 @@ export interface AccessKey {
|
|
|
101
101
|
* <p>A status of <code>Active</code> means that the key is valid, while <code>Inactive</code>
|
|
102
102
|
* means it is not.</p>
|
|
103
103
|
*/
|
|
104
|
-
status?: StatusType
|
|
104
|
+
status?: StatusType;
|
|
105
105
|
/**
|
|
106
106
|
* @public
|
|
107
107
|
* <p>The timestamp when the access key was created.</p>
|
|
@@ -180,7 +180,7 @@ export interface AccessRules {
|
|
|
180
180
|
* </li>
|
|
181
181
|
* </ul>
|
|
182
182
|
*/
|
|
183
|
-
getObject?: AccessType
|
|
183
|
+
getObject?: AccessType;
|
|
184
184
|
/**
|
|
185
185
|
* @public
|
|
186
186
|
* <p>A Boolean value that indicates whether the access control list (ACL) permissions that are
|
|
@@ -267,7 +267,7 @@ export interface AccountLevelBpaSync {
|
|
|
267
267
|
* those statuses.</p>
|
|
268
268
|
* </note>
|
|
269
269
|
*/
|
|
270
|
-
status?: AccountLevelBpaSyncStatus
|
|
270
|
+
status?: AccountLevelBpaSyncStatus;
|
|
271
271
|
/**
|
|
272
272
|
* @public
|
|
273
273
|
* <p>The timestamp of when the account-level BPA configuration was last synchronized. This
|
|
@@ -314,7 +314,7 @@ export interface AccountLevelBpaSync {
|
|
|
314
314
|
* </li>
|
|
315
315
|
* </ul>
|
|
316
316
|
*/
|
|
317
|
-
message?: BPAStatusMessage
|
|
317
|
+
message?: BPAStatusMessage;
|
|
318
318
|
/**
|
|
319
319
|
* @public
|
|
320
320
|
* <p>A Boolean value that indicates whether account-level block public access is affecting your
|
|
@@ -490,7 +490,7 @@ export interface AddOnRequest {
|
|
|
490
490
|
* @public
|
|
491
491
|
* <p>The add-on type.</p>
|
|
492
492
|
*/
|
|
493
|
-
addOnType: AddOnType |
|
|
493
|
+
addOnType: AddOnType | undefined;
|
|
494
494
|
/**
|
|
495
495
|
* @public
|
|
496
496
|
* <p>An object that represents additional parameters when enabling or modifying the automatic
|
|
@@ -572,7 +572,7 @@ export interface ResourceLocation {
|
|
|
572
572
|
* @public
|
|
573
573
|
* <p>The Amazon Web Services Region name.</p>
|
|
574
574
|
*/
|
|
575
|
-
regionName?: RegionName
|
|
575
|
+
regionName?: RegionName;
|
|
576
576
|
}
|
|
577
577
|
/**
|
|
578
578
|
* @public
|
|
@@ -663,7 +663,7 @@ export interface MonitoredResourceInfo {
|
|
|
663
663
|
* <p>Instances, load balancers, and relational databases are the only Lightsail resources
|
|
664
664
|
* that can currently be monitored by alarms.</p>
|
|
665
665
|
*/
|
|
666
|
-
resourceType?: ResourceType
|
|
666
|
+
resourceType?: ResourceType;
|
|
667
667
|
}
|
|
668
668
|
/**
|
|
669
669
|
* @public
|
|
@@ -775,7 +775,7 @@ export interface Alarm {
|
|
|
775
775
|
* @public
|
|
776
776
|
* <p>The Lightsail resource type (e.g., <code>Alarm</code>).</p>
|
|
777
777
|
*/
|
|
778
|
-
resourceType?: ResourceType
|
|
778
|
+
resourceType?: ResourceType;
|
|
779
779
|
/**
|
|
780
780
|
* @public
|
|
781
781
|
* <p>The support code. Include this code in your email to support when you have questions about
|
|
@@ -792,7 +792,7 @@ export interface Alarm {
|
|
|
792
792
|
* @public
|
|
793
793
|
* <p>The arithmetic operation used when comparing the specified statistic and threshold.</p>
|
|
794
794
|
*/
|
|
795
|
-
comparisonOperator?: ComparisonOperator
|
|
795
|
+
comparisonOperator?: ComparisonOperator;
|
|
796
796
|
/**
|
|
797
797
|
* @public
|
|
798
798
|
* <p>The number of periods over which data is compared to the specified threshold.</p>
|
|
@@ -841,7 +841,7 @@ export interface Alarm {
|
|
|
841
841
|
* </li>
|
|
842
842
|
* </ul>
|
|
843
843
|
*/
|
|
844
|
-
treatMissingData?: TreatMissingData
|
|
844
|
+
treatMissingData?: TreatMissingData;
|
|
845
845
|
/**
|
|
846
846
|
* @public
|
|
847
847
|
* <p>The statistic for the metric associated with the alarm.</p>
|
|
@@ -876,12 +876,12 @@ export interface Alarm {
|
|
|
876
876
|
* </li>
|
|
877
877
|
* </ul>
|
|
878
878
|
*/
|
|
879
|
-
statistic?: MetricStatistic
|
|
879
|
+
statistic?: MetricStatistic;
|
|
880
880
|
/**
|
|
881
881
|
* @public
|
|
882
882
|
* <p>The name of the metric associated with the alarm.</p>
|
|
883
883
|
*/
|
|
884
|
-
metricName?: MetricName
|
|
884
|
+
metricName?: MetricName;
|
|
885
885
|
/**
|
|
886
886
|
* @public
|
|
887
887
|
* <p>The current state of the alarm.</p>
|
|
@@ -903,23 +903,23 @@ export interface Alarm {
|
|
|
903
903
|
* </li>
|
|
904
904
|
* </ul>
|
|
905
905
|
*/
|
|
906
|
-
state?: AlarmState
|
|
906
|
+
state?: AlarmState;
|
|
907
907
|
/**
|
|
908
908
|
* @public
|
|
909
909
|
* <p>The unit of the metric associated with the alarm.</p>
|
|
910
910
|
*/
|
|
911
|
-
unit?: MetricUnit
|
|
911
|
+
unit?: MetricUnit;
|
|
912
912
|
/**
|
|
913
913
|
* @public
|
|
914
914
|
* <p>The contact protocols for the alarm, such as <code>Email</code>, <code>SMS</code> (text
|
|
915
915
|
* messaging), or both.</p>
|
|
916
916
|
*/
|
|
917
|
-
contactProtocols?:
|
|
917
|
+
contactProtocols?: ContactProtocol[];
|
|
918
918
|
/**
|
|
919
919
|
* @public
|
|
920
920
|
* <p>The alarm states that trigger a notification.</p>
|
|
921
921
|
*/
|
|
922
|
-
notificationTriggers?:
|
|
922
|
+
notificationTriggers?: AlarmState[];
|
|
923
923
|
/**
|
|
924
924
|
* @public
|
|
925
925
|
* <p>Indicates whether the alarm is enabled.</p>
|
|
@@ -1062,7 +1062,7 @@ export interface Operation {
|
|
|
1062
1062
|
* @public
|
|
1063
1063
|
* <p>The resource type. </p>
|
|
1064
1064
|
*/
|
|
1065
|
-
resourceType?: ResourceType
|
|
1065
|
+
resourceType?: ResourceType;
|
|
1066
1066
|
/**
|
|
1067
1067
|
* @public
|
|
1068
1068
|
* <p>The timestamp when the operation was initialized (e.g.,
|
|
@@ -1088,12 +1088,12 @@ export interface Operation {
|
|
|
1088
1088
|
* @public
|
|
1089
1089
|
* <p>The type of operation. </p>
|
|
1090
1090
|
*/
|
|
1091
|
-
operationType?: OperationType
|
|
1091
|
+
operationType?: OperationType;
|
|
1092
1092
|
/**
|
|
1093
1093
|
* @public
|
|
1094
1094
|
* <p>The status of the operation. </p>
|
|
1095
1095
|
*/
|
|
1096
|
-
status?: OperationStatus
|
|
1096
|
+
status?: OperationStatus;
|
|
1097
1097
|
/**
|
|
1098
1098
|
* @public
|
|
1099
1099
|
* <p>The timestamp when the status was changed (e.g., <code>1479816991.349</code>).</p>
|
|
@@ -1461,7 +1461,7 @@ export interface AutoSnapshotDetails {
|
|
|
1461
1461
|
* @public
|
|
1462
1462
|
* <p>The status of the automatic snapshot.</p>
|
|
1463
1463
|
*/
|
|
1464
|
-
status?: AutoSnapshotStatus
|
|
1464
|
+
status?: AutoSnapshotStatus;
|
|
1465
1465
|
/**
|
|
1466
1466
|
* @public
|
|
1467
1467
|
* <p>An array of objects that describe the block storage disks attached to the instance when
|
|
@@ -1548,7 +1548,7 @@ export interface Blueprint {
|
|
|
1548
1548
|
* @public
|
|
1549
1549
|
* <p>The type of the blueprint (e.g., <code>os</code> or <code>app</code>).</p>
|
|
1550
1550
|
*/
|
|
1551
|
-
type?: BlueprintType
|
|
1551
|
+
type?: BlueprintType;
|
|
1552
1552
|
/**
|
|
1553
1553
|
* @public
|
|
1554
1554
|
* <p>The description of the blueprint.</p>
|
|
@@ -1596,7 +1596,7 @@ export interface Blueprint {
|
|
|
1596
1596
|
* <p>The operating system platform (either Linux/Unix-based or Windows Server-based) of the
|
|
1597
1597
|
* blueprint.</p>
|
|
1598
1598
|
*/
|
|
1599
|
-
platform?: InstancePlatform
|
|
1599
|
+
platform?: InstancePlatform;
|
|
1600
1600
|
/**
|
|
1601
1601
|
* @public
|
|
1602
1602
|
* <p>Virtual computer blueprints that are supported by Lightsail for Research.</p>
|
|
@@ -1604,7 +1604,7 @@ export interface Blueprint {
|
|
|
1604
1604
|
* <p>This parameter only applies to Lightsail for Research resources.</p>
|
|
1605
1605
|
* </important>
|
|
1606
1606
|
*/
|
|
1607
|
-
appCategory?: AppCategory
|
|
1607
|
+
appCategory?: AppCategory;
|
|
1608
1608
|
}
|
|
1609
1609
|
/**
|
|
1610
1610
|
* @public
|
|
@@ -1931,7 +1931,7 @@ export interface Bundle {
|
|
|
1931
1931
|
* <code>WINDOWS</code> platform. <code>LINUX_UNIX</code> blueprints require a
|
|
1932
1932
|
* <code>LINUX_UNIX</code> bundle.</p>
|
|
1933
1933
|
*/
|
|
1934
|
-
supportedPlatforms?:
|
|
1934
|
+
supportedPlatforms?: InstancePlatform[];
|
|
1935
1935
|
/**
|
|
1936
1936
|
* @public
|
|
1937
1937
|
* <p>Virtual computer blueprints that are supported by a Lightsail for Research bundle.</p>
|
|
@@ -1939,7 +1939,7 @@ export interface Bundle {
|
|
|
1939
1939
|
* <p>This parameter only applies to Lightsail for Research resources.</p>
|
|
1940
1940
|
* </important>
|
|
1941
1941
|
*/
|
|
1942
|
-
supportedAppCategories?:
|
|
1942
|
+
supportedAppCategories?: AppCategory[];
|
|
1943
1943
|
}
|
|
1944
1944
|
/**
|
|
1945
1945
|
* @public
|
|
@@ -1975,7 +1975,7 @@ export interface CacheBehavior {
|
|
|
1975
1975
|
* </li>
|
|
1976
1976
|
* </ul>
|
|
1977
1977
|
*/
|
|
1978
|
-
behavior?: BehaviorEnum
|
|
1978
|
+
behavior?: BehaviorEnum;
|
|
1979
1979
|
}
|
|
1980
1980
|
/**
|
|
1981
1981
|
* @public
|
|
@@ -2059,7 +2059,7 @@ export interface CacheBehaviorPerPath {
|
|
|
2059
2059
|
* </li>
|
|
2060
2060
|
* </ul>
|
|
2061
2061
|
*/
|
|
2062
|
-
behavior?: BehaviorEnum
|
|
2062
|
+
behavior?: BehaviorEnum;
|
|
2063
2063
|
}
|
|
2064
2064
|
/**
|
|
2065
2065
|
* @public
|
|
@@ -2089,7 +2089,7 @@ export interface CookieObject {
|
|
|
2089
2089
|
* <code>all</code>, <code>none</code>, or <code>allow-list</code> to forward only the cookies
|
|
2090
2090
|
* specified in the <code>cookiesAllowList</code> parameter.</p>
|
|
2091
2091
|
*/
|
|
2092
|
-
option?: ForwardValues
|
|
2092
|
+
option?: ForwardValues;
|
|
2093
2093
|
/**
|
|
2094
2094
|
* @public
|
|
2095
2095
|
* <p>The specific cookies to forward to your distribution's origin.</p>
|
|
@@ -2163,12 +2163,12 @@ export interface HeaderObject {
|
|
|
2163
2163
|
* </li>
|
|
2164
2164
|
* </ul>
|
|
2165
2165
|
*/
|
|
2166
|
-
option?: ForwardValues
|
|
2166
|
+
option?: ForwardValues;
|
|
2167
2167
|
/**
|
|
2168
2168
|
* @public
|
|
2169
2169
|
* <p>The specific headers to forward to your distribution's origin.</p>
|
|
2170
2170
|
*/
|
|
2171
|
-
headersAllowList?:
|
|
2171
|
+
headersAllowList?: HeaderEnum[];
|
|
2172
2172
|
}
|
|
2173
2173
|
/**
|
|
2174
2174
|
* @public
|
|
@@ -2346,7 +2346,7 @@ export interface DnsRecordCreationState {
|
|
|
2346
2346
|
* </li>
|
|
2347
2347
|
* </ul>
|
|
2348
2348
|
*/
|
|
2349
|
-
code?: DnsRecordCreationStateCode
|
|
2349
|
+
code?: DnsRecordCreationStateCode;
|
|
2350
2350
|
/**
|
|
2351
2351
|
* @public
|
|
2352
2352
|
* <p>The message that describes the reason for the status code.</p>
|
|
@@ -2417,7 +2417,7 @@ export interface DomainValidationRecord {
|
|
|
2417
2417
|
* @public
|
|
2418
2418
|
* <p>The validation status of the record.</p>
|
|
2419
2419
|
*/
|
|
2420
|
-
validationStatus?: CertificateDomainValidationStatus
|
|
2420
|
+
validationStatus?: CertificateDomainValidationStatus;
|
|
2421
2421
|
}
|
|
2422
2422
|
/**
|
|
2423
2423
|
* @public
|
|
@@ -2485,7 +2485,7 @@ export interface RenewalSummary {
|
|
|
2485
2485
|
* </li>
|
|
2486
2486
|
* </ul>
|
|
2487
2487
|
*/
|
|
2488
|
-
renewalStatus?: RenewalStatus
|
|
2488
|
+
renewalStatus?: RenewalStatus;
|
|
2489
2489
|
/**
|
|
2490
2490
|
* @public
|
|
2491
2491
|
* <p>The reason for the renewal status of the certificate.</p>
|
|
@@ -2543,7 +2543,7 @@ export interface Certificate {
|
|
|
2543
2543
|
* @public
|
|
2544
2544
|
* <p>The validation status of the certificate.</p>
|
|
2545
2545
|
*/
|
|
2546
|
-
status?: CertificateStatus
|
|
2546
|
+
status?: CertificateStatus;
|
|
2547
2547
|
/**
|
|
2548
2548
|
* @public
|
|
2549
2549
|
* <p>The serial number of the certificate.</p>
|
|
@@ -2836,7 +2836,7 @@ export interface PortInfo {
|
|
|
2836
2836
|
* </li>
|
|
2837
2837
|
* </ul>
|
|
2838
2838
|
*/
|
|
2839
|
-
protocol?: NetworkProtocol
|
|
2839
|
+
protocol?: NetworkProtocol;
|
|
2840
2840
|
/**
|
|
2841
2841
|
* @public
|
|
2842
2842
|
* <p>The IPv4 address, or range of IPv4 addresses (in CIDR notation) that are allowed to
|
|
@@ -2945,7 +2945,7 @@ export interface CloudFormationStackRecordSourceInfo {
|
|
|
2945
2945
|
* @public
|
|
2946
2946
|
* <p>The Lightsail resource type (e.g., <code>ExportSnapshotRecord</code>).</p>
|
|
2947
2947
|
*/
|
|
2948
|
-
resourceType?: CloudFormationStackRecordSourceType
|
|
2948
|
+
resourceType?: CloudFormationStackRecordSourceType;
|
|
2949
2949
|
/**
|
|
2950
2950
|
* @public
|
|
2951
2951
|
* <p>The name of the record.</p>
|
|
@@ -3004,12 +3004,12 @@ export interface CloudFormationStackRecord {
|
|
|
3004
3004
|
* @public
|
|
3005
3005
|
* <p>The Lightsail resource type (e.g., <code>CloudFormationStackRecord</code>).</p>
|
|
3006
3006
|
*/
|
|
3007
|
-
resourceType?: ResourceType
|
|
3007
|
+
resourceType?: ResourceType;
|
|
3008
3008
|
/**
|
|
3009
3009
|
* @public
|
|
3010
3010
|
* <p>The current state of the CloudFormation stack record.</p>
|
|
3011
3011
|
*/
|
|
3012
|
-
state?: RecordState
|
|
3012
|
+
state?: RecordState;
|
|
3013
3013
|
/**
|
|
3014
3014
|
* @public
|
|
3015
3015
|
* <p>A list of objects describing the source of the CloudFormation stack record.</p>
|
|
@@ -3068,12 +3068,12 @@ export interface ContactMethod {
|
|
|
3068
3068
|
* </li>
|
|
3069
3069
|
* </ul>
|
|
3070
3070
|
*/
|
|
3071
|
-
status?: ContactMethodStatus
|
|
3071
|
+
status?: ContactMethodStatus;
|
|
3072
3072
|
/**
|
|
3073
3073
|
* @public
|
|
3074
3074
|
* <p>The protocol of the contact method, such as email or SMS (text messaging).</p>
|
|
3075
3075
|
*/
|
|
3076
|
-
protocol?: ContactProtocol
|
|
3076
|
+
protocol?: ContactProtocol;
|
|
3077
3077
|
/**
|
|
3078
3078
|
* @public
|
|
3079
3079
|
* <p>The name of the contact method.</p>
|
|
@@ -3098,7 +3098,7 @@ export interface ContactMethod {
|
|
|
3098
3098
|
* @public
|
|
3099
3099
|
* <p>The Lightsail resource type (e.g., <code>ContactMethod</code>).</p>
|
|
3100
3100
|
*/
|
|
3101
|
-
resourceType?: ResourceType
|
|
3101
|
+
resourceType?: ResourceType;
|
|
3102
3102
|
/**
|
|
3103
3103
|
* @public
|
|
3104
3104
|
* <p>The support code. Include this code in your email to support when you have questions about
|
|
@@ -3168,7 +3168,7 @@ export interface Container {
|
|
|
3168
3168
|
* @public
|
|
3169
3169
|
* <p>The open firewall ports of the container.</p>
|
|
3170
3170
|
*/
|
|
3171
|
-
ports?: Record<string, ContainerServiceProtocol
|
|
3171
|
+
ports?: Record<string, ContainerServiceProtocol>;
|
|
3172
3172
|
}
|
|
3173
3173
|
/**
|
|
3174
3174
|
* @public
|
|
@@ -3314,7 +3314,7 @@ export interface ContainerServiceDeployment {
|
|
|
3314
3314
|
* </li>
|
|
3315
3315
|
* </ul>
|
|
3316
3316
|
*/
|
|
3317
|
-
state?: ContainerServiceDeploymentState
|
|
3317
|
+
state?: ContainerServiceDeploymentState;
|
|
3318
3318
|
/**
|
|
3319
3319
|
* @public
|
|
3320
3320
|
* <p>An object that describes the configuration for the containers of the deployment.</p>
|
|
@@ -3490,7 +3490,7 @@ export interface ContainerServiceStateDetail {
|
|
|
3490
3490
|
* </li>
|
|
3491
3491
|
* </ul>
|
|
3492
3492
|
*/
|
|
3493
|
-
code?: ContainerServiceStateDetailCode
|
|
3493
|
+
code?: ContainerServiceStateDetailCode;
|
|
3494
3494
|
/**
|
|
3495
3495
|
* @public
|
|
3496
3496
|
* <p>A message that provides more information for the state code.</p>
|
|
@@ -3531,7 +3531,7 @@ export interface ContainerService {
|
|
|
3531
3531
|
* <p>The Lightsail resource type of the container service (i.e.,
|
|
3532
3532
|
* <code>ContainerService</code>).</p>
|
|
3533
3533
|
*/
|
|
3534
|
-
resourceType?: ResourceType
|
|
3534
|
+
resourceType?: ResourceType;
|
|
3535
3535
|
/**
|
|
3536
3536
|
* @public
|
|
3537
3537
|
* <p>The tag keys and optional values for the resource. For more information about tags in
|
|
@@ -3544,7 +3544,7 @@ export interface ContainerService {
|
|
|
3544
3544
|
* <p>The power specifies the amount of RAM, the number of vCPUs, and the base price of the
|
|
3545
3545
|
* container service.</p>
|
|
3546
3546
|
*/
|
|
3547
|
-
power?: ContainerServicePowerName
|
|
3547
|
+
power?: ContainerServicePowerName;
|
|
3548
3548
|
/**
|
|
3549
3549
|
* @public
|
|
3550
3550
|
* <p>The ID of the power of the container service.</p>
|
|
@@ -3590,7 +3590,7 @@ export interface ContainerService {
|
|
|
3590
3590
|
* </li>
|
|
3591
3591
|
* </ul>
|
|
3592
3592
|
*/
|
|
3593
|
-
state?: ContainerServiceState
|
|
3593
|
+
state?: ContainerServiceState;
|
|
3594
3594
|
/**
|
|
3595
3595
|
* @public
|
|
3596
3596
|
* <p>An object that describes the current state of the container service.</p>
|
|
@@ -3919,7 +3919,7 @@ export interface CopySnapshotRequest {
|
|
|
3919
3919
|
* <p>The Amazon Web Services Region where the source manual or automatic snapshot is
|
|
3920
3920
|
* located.</p>
|
|
3921
3921
|
*/
|
|
3922
|
-
sourceRegion: RegionName |
|
|
3922
|
+
sourceRegion: RegionName | undefined;
|
|
3923
3923
|
}
|
|
3924
3924
|
/**
|
|
3925
3925
|
* @public
|
|
@@ -3988,7 +3988,7 @@ export interface EstimateByTime {
|
|
|
3988
3988
|
* @public
|
|
3989
3989
|
* <p>The unit of measurement that's used for the cost estimate.</p>
|
|
3990
3990
|
*/
|
|
3991
|
-
pricingUnit?: PricingUnit
|
|
3991
|
+
pricingUnit?: PricingUnit;
|
|
3992
3992
|
/**
|
|
3993
3993
|
* @public
|
|
3994
3994
|
* <p>The number of pricing units used to calculate the total number of hours. For example, 1
|
|
@@ -3999,7 +3999,7 @@ export interface EstimateByTime {
|
|
|
3999
3999
|
* @public
|
|
4000
4000
|
* <p>The currency of the estimate in USD.</p>
|
|
4001
4001
|
*/
|
|
4002
|
-
currency?: Currency
|
|
4002
|
+
currency?: Currency;
|
|
4003
4003
|
/**
|
|
4004
4004
|
* @public
|
|
4005
4005
|
* <p>The period of time, in days, that an estimate covers. The period has a start date and an end date. The start date must come before the end date.</p>
|
|
@@ -4221,7 +4221,7 @@ export interface InstanceEntry {
|
|
|
4221
4221
|
* instance.</p>
|
|
4222
4222
|
* </note>
|
|
4223
4223
|
*/
|
|
4224
|
-
portInfoSource: PortInfoSourceType |
|
|
4224
|
+
portInfoSource: PortInfoSourceType | undefined;
|
|
4225
4225
|
/**
|
|
4226
4226
|
* @public
|
|
4227
4227
|
* <p>A launch script you can create that configures a server with additional user data. For
|
|
@@ -4297,7 +4297,7 @@ export interface CreateContactMethodRequest {
|
|
|
4297
4297
|
* Guide</i>.</p>
|
|
4298
4298
|
* <p>For more information about notifications in Amazon Lightsail, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
|
|
4299
4299
|
*/
|
|
4300
|
-
protocol: ContactProtocol |
|
|
4300
|
+
protocol: ContactProtocol | undefined;
|
|
4301
4301
|
/**
|
|
4302
4302
|
* @public
|
|
4303
4303
|
* <p>The destination of the contact method, such as an email address or a mobile phone
|
|
@@ -4380,7 +4380,7 @@ export interface CreateContainerServiceRequest {
|
|
|
4380
4380
|
* <p>Use the <code>GetContainerServicePowers</code> action to get a list of power options that
|
|
4381
4381
|
* you can specify using this parameter, and their base monthly cost.</p>
|
|
4382
4382
|
*/
|
|
4383
|
-
power: ContainerServicePowerName |
|
|
4383
|
+
power: ContainerServicePowerName | undefined;
|
|
4384
4384
|
/**
|
|
4385
4385
|
* @public
|
|
4386
4386
|
* <p>The scale specification for the container service.</p>
|
|
@@ -4746,13 +4746,13 @@ export interface InputOrigin {
|
|
|
4746
4746
|
* @public
|
|
4747
4747
|
* <p>The AWS Region name of the origin resource.</p>
|
|
4748
4748
|
*/
|
|
4749
|
-
regionName?: RegionName
|
|
4749
|
+
regionName?: RegionName;
|
|
4750
4750
|
/**
|
|
4751
4751
|
* @public
|
|
4752
4752
|
* <p>The protocol that your Amazon Lightsail distribution uses when establishing a connection
|
|
4753
4753
|
* with your origin to pull content.</p>
|
|
4754
4754
|
*/
|
|
4755
|
-
protocolPolicy?: OriginProtocolPolicyEnum
|
|
4755
|
+
protocolPolicy?: OriginProtocolPolicyEnum;
|
|
4756
4756
|
}
|
|
4757
4757
|
/**
|
|
4758
4758
|
* @public
|
|
@@ -4801,7 +4801,7 @@ export interface CreateDistributionRequest {
|
|
|
4801
4801
|
* IPv4 and IPv6.</p>
|
|
4802
4802
|
* <p>The default value is <code>dualstack</code>.</p>
|
|
4803
4803
|
*/
|
|
4804
|
-
ipAddressType?: IpAddressType
|
|
4804
|
+
ipAddressType?: IpAddressType;
|
|
4805
4805
|
/**
|
|
4806
4806
|
* @public
|
|
4807
4807
|
* <p>The tag keys and optional values to add to the distribution during create.</p>
|
|
@@ -4827,18 +4827,18 @@ export interface Origin {
|
|
|
4827
4827
|
* @public
|
|
4828
4828
|
* <p>The resource type of the origin resource (e.g., <i>Instance</i>).</p>
|
|
4829
4829
|
*/
|
|
4830
|
-
resourceType?: ResourceType
|
|
4830
|
+
resourceType?: ResourceType;
|
|
4831
4831
|
/**
|
|
4832
4832
|
* @public
|
|
4833
4833
|
* <p>The AWS Region name of the origin resource.</p>
|
|
4834
4834
|
*/
|
|
4835
|
-
regionName?: RegionName
|
|
4835
|
+
regionName?: RegionName;
|
|
4836
4836
|
/**
|
|
4837
4837
|
* @public
|
|
4838
4838
|
* <p>The protocol that your Amazon Lightsail distribution uses when establishing a connection
|
|
4839
4839
|
* with your origin to pull content.</p>
|
|
4840
4840
|
*/
|
|
4841
|
-
protocolPolicy?: OriginProtocolPolicyEnum
|
|
4841
|
+
protocolPolicy?: OriginProtocolPolicyEnum;
|
|
4842
4842
|
}
|
|
4843
4843
|
/**
|
|
4844
4844
|
* @public
|
|
@@ -4882,7 +4882,7 @@ export interface LightsailDistribution {
|
|
|
4882
4882
|
* @public
|
|
4883
4883
|
* <p>The Lightsail resource type (e.g., <code>Distribution</code>).</p>
|
|
4884
4884
|
*/
|
|
4885
|
-
resourceType?: ResourceType
|
|
4885
|
+
resourceType?: ResourceType;
|
|
4886
4886
|
/**
|
|
4887
4887
|
* @public
|
|
4888
4888
|
* <p>The alternate domain names of the distribution.</p>
|
|
@@ -4954,7 +4954,7 @@ export interface LightsailDistribution {
|
|
|
4954
4954
|
* <p>The possible values are <code>ipv4</code> for IPv4 only, and <code>dualstack</code> for
|
|
4955
4955
|
* IPv4 and IPv6.</p>
|
|
4956
4956
|
*/
|
|
4957
|
-
ipAddressType?: IpAddressType
|
|
4957
|
+
ipAddressType?: IpAddressType;
|
|
4958
4958
|
/**
|
|
4959
4959
|
* @public
|
|
4960
4960
|
* <p>The tag keys and optional values for the resource. For more information about tags in
|
|
@@ -5196,7 +5196,7 @@ export interface CreateGUISessionAccessDetailsResult {
|
|
|
5196
5196
|
* @public
|
|
5197
5197
|
* <p>The status of the operation.</p>
|
|
5198
5198
|
*/
|
|
5199
|
-
status?: Status
|
|
5199
|
+
status?: Status;
|
|
5200
5200
|
/**
|
|
5201
5201
|
* @public
|
|
5202
5202
|
* <p>The percentage of completion for the operation.</p>
|
|
@@ -5300,7 +5300,7 @@ export interface CreateInstancesRequest {
|
|
|
5300
5300
|
* IPv4 and IPv6.</p>
|
|
5301
5301
|
* <p>The default value is <code>dualstack</code>.</p>
|
|
5302
5302
|
*/
|
|
5303
|
-
ipAddressType?: IpAddressType
|
|
5303
|
+
ipAddressType?: IpAddressType;
|
|
5304
5304
|
}
|
|
5305
5305
|
/**
|
|
5306
5306
|
* @public
|
|
@@ -5392,7 +5392,7 @@ export interface CreateInstancesFromSnapshotRequest {
|
|
|
5392
5392
|
* IPv4 and IPv6.</p>
|
|
5393
5393
|
* <p>The default value is <code>dualstack</code>.</p>
|
|
5394
5394
|
*/
|
|
5395
|
-
ipAddressType?: IpAddressType
|
|
5395
|
+
ipAddressType?: IpAddressType;
|
|
5396
5396
|
/**
|
|
5397
5397
|
* @public
|
|
5398
5398
|
* <p>The name of the source instance from which the source automatic snapshot was
|
|
@@ -5547,7 +5547,7 @@ export interface KeyPair {
|
|
|
5547
5547
|
* @public
|
|
5548
5548
|
* <p>The resource type (usually <code>KeyPair</code>).</p>
|
|
5549
5549
|
*/
|
|
5550
|
-
resourceType?: ResourceType
|
|
5550
|
+
resourceType?: ResourceType;
|
|
5551
5551
|
/**
|
|
5552
5552
|
* @public
|
|
5553
5553
|
* <p>The tag keys and optional values for the resource. For more information about tags in
|
|
@@ -5645,7 +5645,7 @@ export interface CreateLoadBalancerRequest {
|
|
|
5645
5645
|
* IPv4 and IPv6.</p>
|
|
5646
5646
|
* <p>The default value is <code>dualstack</code>.</p>
|
|
5647
5647
|
*/
|
|
5648
|
-
ipAddressType?: IpAddressType
|
|
5648
|
+
ipAddressType?: IpAddressType;
|
|
5649
5649
|
/**
|
|
5650
5650
|
* @public
|
|
5651
5651
|
* <p>The name of the TLS policy to apply to the load balancer.</p>
|
|
@@ -6257,7 +6257,7 @@ export interface DeleteContactMethodRequest {
|
|
|
6257
6257
|
* protocol.</p>
|
|
6258
6258
|
* </note>
|
|
6259
6259
|
*/
|
|
6260
|
-
protocol: ContactProtocol |
|
|
6260
|
+
protocol: ContactProtocol | undefined;
|
|
6261
6261
|
}
|
|
6262
6262
|
/**
|
|
6263
6263
|
* @public
|
|
@@ -6758,7 +6758,7 @@ export interface DisableAddOnRequest {
|
|
|
6758
6758
|
* @public
|
|
6759
6759
|
* <p>The add-on type to disable.</p>
|
|
6760
6760
|
*/
|
|
6761
|
-
addOnType: AddOnType |
|
|
6761
|
+
addOnType: AddOnType | undefined;
|
|
6762
6762
|
/**
|
|
6763
6763
|
* @public
|
|
6764
6764
|
* <p>The name of the source resource for which to disable the add-on.</p>
|
|
@@ -6827,7 +6827,7 @@ export interface Disk {
|
|
|
6827
6827
|
* @public
|
|
6828
6828
|
* <p>The Lightsail resource type (e.g., <code>Disk</code>).</p>
|
|
6829
6829
|
*/
|
|
6830
|
-
resourceType?: ResourceType
|
|
6830
|
+
resourceType?: ResourceType;
|
|
6831
6831
|
/**
|
|
6832
6832
|
* @public
|
|
6833
6833
|
* <p>The tag keys and optional values for the resource. For more information about tags in
|
|
@@ -6864,7 +6864,7 @@ export interface Disk {
|
|
|
6864
6864
|
* @public
|
|
6865
6865
|
* <p>Describes the status of the disk.</p>
|
|
6866
6866
|
*/
|
|
6867
|
-
state?: DiskState
|
|
6867
|
+
state?: DiskState;
|
|
6868
6868
|
/**
|
|
6869
6869
|
* @public
|
|
6870
6870
|
* <p>The resources to which the disk is attached.</p>
|
|
@@ -6905,7 +6905,7 @@ export interface Disk {
|
|
|
6905
6905
|
* <p>This parameter only applies to Lightsail for Research resources.</p>
|
|
6906
6906
|
* </important>
|
|
6907
6907
|
*/
|
|
6908
|
-
autoMountStatus?: AutoMountStatus
|
|
6908
|
+
autoMountStatus?: AutoMountStatus;
|
|
6909
6909
|
}
|
|
6910
6910
|
/**
|
|
6911
6911
|
* @public
|
|
@@ -6984,7 +6984,7 @@ export interface DiskSnapshot {
|
|
|
6984
6984
|
* @public
|
|
6985
6985
|
* <p>The Lightsail resource type (e.g., <code>DiskSnapshot</code>).</p>
|
|
6986
6986
|
*/
|
|
6987
|
-
resourceType?: ResourceType
|
|
6987
|
+
resourceType?: ResourceType;
|
|
6988
6988
|
/**
|
|
6989
6989
|
* @public
|
|
6990
6990
|
* <p>The tag keys and optional values for the resource. For more information about tags in
|
|
@@ -7000,7 +7000,7 @@ export interface DiskSnapshot {
|
|
|
7000
7000
|
* @public
|
|
7001
7001
|
* <p>The status of the disk snapshot operation.</p>
|
|
7002
7002
|
*/
|
|
7003
|
-
state?: DiskSnapshotState
|
|
7003
|
+
state?: DiskSnapshotState;
|
|
7004
7004
|
/**
|
|
7005
7005
|
* @public
|
|
7006
7006
|
* <p>The progress of the snapshot.</p>
|
|
@@ -7140,7 +7140,7 @@ export interface NameServersUpdateState {
|
|
|
7140
7140
|
* </li>
|
|
7141
7141
|
* </ul>
|
|
7142
7142
|
*/
|
|
7143
|
-
code?: NameServersUpdateStateCode
|
|
7143
|
+
code?: NameServersUpdateStateCode;
|
|
7144
7144
|
/**
|
|
7145
7145
|
* @public
|
|
7146
7146
|
* <p>The message that describes the reason for the status code.</p>
|
|
@@ -7190,7 +7190,7 @@ export interface R53HostedZoneDeletionState {
|
|
|
7190
7190
|
* </li>
|
|
7191
7191
|
* </ul>
|
|
7192
7192
|
*/
|
|
7193
|
-
code?: R53HostedZoneDeletionStateCode
|
|
7193
|
+
code?: R53HostedZoneDeletionStateCode;
|
|
7194
7194
|
/**
|
|
7195
7195
|
* @public
|
|
7196
7196
|
* <p>The message that describes the reason for the status code.</p>
|
|
@@ -7276,7 +7276,7 @@ export interface Domain {
|
|
|
7276
7276
|
* @public
|
|
7277
7277
|
* <p>The resource type. </p>
|
|
7278
7278
|
*/
|
|
7279
|
-
resourceType?: ResourceType
|
|
7279
|
+
resourceType?: ResourceType;
|
|
7280
7280
|
/**
|
|
7281
7281
|
* @public
|
|
7282
7282
|
* <p>The tag keys and optional values for the resource. For more information about tags in
|
|
@@ -7411,7 +7411,7 @@ export interface ExportSnapshotRecordSourceInfo {
|
|
|
7411
7411
|
* <p>The Lightsail resource type (e.g., <code>InstanceSnapshot</code> or
|
|
7412
7412
|
* <code>DiskSnapshot</code>).</p>
|
|
7413
7413
|
*/
|
|
7414
|
-
resourceType?: ExportSnapshotRecordSourceType
|
|
7414
|
+
resourceType?: ExportSnapshotRecordSourceType;
|
|
7415
7415
|
/**
|
|
7416
7416
|
* @public
|
|
7417
7417
|
* <p>The date when the source instance or disk snapshot was created.</p>
|
|
@@ -7477,12 +7477,12 @@ export interface ExportSnapshotRecord {
|
|
|
7477
7477
|
* @public
|
|
7478
7478
|
* <p>The Lightsail resource type (e.g., <code>ExportSnapshotRecord</code>).</p>
|
|
7479
7479
|
*/
|
|
7480
|
-
resourceType?: ResourceType
|
|
7480
|
+
resourceType?: ResourceType;
|
|
7481
7481
|
/**
|
|
7482
7482
|
* @public
|
|
7483
7483
|
* <p>The state of the export snapshot record.</p>
|
|
7484
7484
|
*/
|
|
7485
|
-
state?: RecordState
|
|
7485
|
+
state?: RecordState;
|
|
7486
7486
|
/**
|
|
7487
7487
|
* @public
|
|
7488
7488
|
* <p>A list of objects describing the source of the export snapshot record.</p>
|
|
@@ -7593,7 +7593,7 @@ export interface GetAutoSnapshotsResult {
|
|
|
7593
7593
|
* @public
|
|
7594
7594
|
* <p>The resource type (e.g., <code>Instance</code> or <code>Disk</code>).</p>
|
|
7595
7595
|
*/
|
|
7596
|
-
resourceType?: ResourceType
|
|
7596
|
+
resourceType?: ResourceType;
|
|
7597
7597
|
/**
|
|
7598
7598
|
* @public
|
|
7599
7599
|
* <p>An array of objects that describe the automatic snapshots that are available for the
|
|
@@ -7626,7 +7626,7 @@ export interface GetBlueprintsRequest {
|
|
|
7626
7626
|
* <p>You must use this parameter to view Lightsail for Research blueprints.</p>
|
|
7627
7627
|
* </important>
|
|
7628
7628
|
*/
|
|
7629
|
-
appCategory?: AppCategory
|
|
7629
|
+
appCategory?: AppCategory;
|
|
7630
7630
|
}
|
|
7631
7631
|
/**
|
|
7632
7632
|
* @public
|
|
@@ -7730,7 +7730,7 @@ export interface GetBucketMetricDataRequest {
|
|
|
7730
7730
|
* </li>
|
|
7731
7731
|
* </ul>
|
|
7732
7732
|
*/
|
|
7733
|
-
metricName: BucketMetricName |
|
|
7733
|
+
metricName: BucketMetricName | undefined;
|
|
7734
7734
|
/**
|
|
7735
7735
|
* @public
|
|
7736
7736
|
* <p>The timestamp indicating the earliest data to be returned.</p>
|
|
@@ -7785,14 +7785,14 @@ export interface GetBucketMetricDataRequest {
|
|
|
7785
7785
|
* </li>
|
|
7786
7786
|
* </ul>
|
|
7787
7787
|
*/
|
|
7788
|
-
statistics:
|
|
7788
|
+
statistics: MetricStatistic[] | undefined;
|
|
7789
7789
|
/**
|
|
7790
7790
|
* @public
|
|
7791
7791
|
* <p>The unit for the metric data request.</p>
|
|
7792
7792
|
* <p>Valid units depend on the metric data being requested. For the valid units with each
|
|
7793
7793
|
* available metric, see the <code>metricName</code> parameter.</p>
|
|
7794
7794
|
*/
|
|
7795
|
-
unit: MetricUnit |
|
|
7795
|
+
unit: MetricUnit | undefined;
|
|
7796
7796
|
}
|
|
7797
7797
|
/**
|
|
7798
7798
|
* @public
|
|
@@ -7833,7 +7833,7 @@ export interface MetricDatapoint {
|
|
|
7833
7833
|
* @public
|
|
7834
7834
|
* <p>The unit. </p>
|
|
7835
7835
|
*/
|
|
7836
|
-
unit?: MetricUnit
|
|
7836
|
+
unit?: MetricUnit;
|
|
7837
7837
|
}
|
|
7838
7838
|
/**
|
|
7839
7839
|
* @public
|
|
@@ -7843,7 +7843,7 @@ export interface GetBucketMetricDataResult {
|
|
|
7843
7843
|
* @public
|
|
7844
7844
|
* <p>The name of the metric returned.</p>
|
|
7845
7845
|
*/
|
|
7846
|
-
metricName?: BucketMetricName
|
|
7846
|
+
metricName?: BucketMetricName;
|
|
7847
7847
|
/**
|
|
7848
7848
|
* @public
|
|
7849
7849
|
* <p>An array of objects that describe the metric data returned.</p>
|
|
@@ -7927,7 +7927,7 @@ export interface GetBundlesRequest {
|
|
|
7927
7927
|
* <p>You must use this parameter to view Lightsail for Research bundles.</p>
|
|
7928
7928
|
* </important>
|
|
7929
7929
|
*/
|
|
7930
|
-
appCategory?: AppCategory
|
|
7930
|
+
appCategory?: AppCategory;
|
|
7931
7931
|
}
|
|
7932
7932
|
/**
|
|
7933
7933
|
* @public
|
|
@@ -7959,7 +7959,7 @@ export interface GetCertificatesRequest {
|
|
|
7959
7959
|
* <p>When omitted, the response includes all of your certificates in the Amazon Web Services
|
|
7960
7960
|
* Region where the request is made, regardless of their current status.</p>
|
|
7961
7961
|
*/
|
|
7962
|
-
certificateStatuses?:
|
|
7962
|
+
certificateStatuses?: CertificateStatus[];
|
|
7963
7963
|
/**
|
|
7964
7964
|
* @public
|
|
7965
7965
|
* <p>Indicates whether to include detailed information about the certificates in the
|
|
@@ -8040,7 +8040,7 @@ export interface GetContactMethodsRequest {
|
|
|
8040
8040
|
* <p>Specify a protocol in your request to return information about a specific contact method
|
|
8041
8041
|
* protocol.</p>
|
|
8042
8042
|
*/
|
|
8043
|
-
protocols?:
|
|
8043
|
+
protocols?: ContactProtocol[];
|
|
8044
8044
|
}
|
|
8045
8045
|
/**
|
|
8046
8046
|
* @public
|
|
@@ -8249,7 +8249,7 @@ export interface GetContainerServiceMetricDataRequest {
|
|
|
8249
8249
|
* </li>
|
|
8250
8250
|
* </ul>
|
|
8251
8251
|
*/
|
|
8252
|
-
metricName: ContainerServiceMetricName |
|
|
8252
|
+
metricName: ContainerServiceMetricName | undefined;
|
|
8253
8253
|
/**
|
|
8254
8254
|
* @public
|
|
8255
8255
|
* <p>The start time of the time period.</p>
|
|
@@ -8302,7 +8302,7 @@ export interface GetContainerServiceMetricDataRequest {
|
|
|
8302
8302
|
* </li>
|
|
8303
8303
|
* </ul>
|
|
8304
8304
|
*/
|
|
8305
|
-
statistics:
|
|
8305
|
+
statistics: MetricStatistic[] | undefined;
|
|
8306
8306
|
}
|
|
8307
8307
|
/**
|
|
8308
8308
|
* @public
|
|
@@ -8312,7 +8312,7 @@ export interface GetContainerServiceMetricDataResult {
|
|
|
8312
8312
|
* @public
|
|
8313
8313
|
* <p>The name of the metric returned. </p>
|
|
8314
8314
|
*/
|
|
8315
|
-
metricName?: ContainerServiceMetricName
|
|
8315
|
+
metricName?: ContainerServiceMetricName;
|
|
8316
8316
|
/**
|
|
8317
8317
|
* @public
|
|
8318
8318
|
* <p>An array of objects that describe the metric data returned.</p>
|