@aws-sdk/client-lightsail 3.686.0 → 3.691.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.
@@ -8,7 +8,7 @@ export interface GetContainerServicePowersResult {
8
8
  * service.</p>
9
9
  * @public
10
10
  */
11
- powers?: ContainerServicePower[];
11
+ powers?: ContainerServicePower[] | undefined;
12
12
  }
13
13
  /**
14
14
  * @public
@@ -19,7 +19,7 @@ export interface GetContainerServicesRequest {
19
19
  * <p>When omitted, the response includes all of your container services in the Amazon Web Services Region where the request is made.</p>
20
20
  * @public
21
21
  */
22
- serviceName?: string;
22
+ serviceName?: string | undefined;
23
23
  }
24
24
  /**
25
25
  * @public
@@ -74,27 +74,27 @@ export interface ResourceBudgetEstimate {
74
74
  * <p>The resource name.</p>
75
75
  * @public
76
76
  */
77
- resourceName?: string;
77
+ resourceName?: string | undefined;
78
78
  /**
79
79
  * <p>The type of resource the budget will track.</p>
80
80
  * @public
81
81
  */
82
- resourceType?: ResourceType;
82
+ resourceType?: ResourceType | undefined;
83
83
  /**
84
84
  * <p>The cost estimate for the specified budget.</p>
85
85
  * @public
86
86
  */
87
- costEstimates?: CostEstimate[];
87
+ costEstimates?: CostEstimate[] | undefined;
88
88
  /**
89
89
  * <p>The estimate start time.</p>
90
90
  * @public
91
91
  */
92
- startTime?: Date;
92
+ startTime?: Date | undefined;
93
93
  /**
94
94
  * <p>The estimate end time.</p>
95
95
  * @public
96
96
  */
97
- endTime?: Date;
97
+ endTime?: Date | undefined;
98
98
  }
99
99
  /**
100
100
  * @public
@@ -104,7 +104,7 @@ export interface GetCostEstimateResult {
104
104
  * <p>Returns the estimate's forecasted cost or usage.</p>
105
105
  * @public
106
106
  */
107
- resourcesBudgetEstimate?: ResourceBudgetEstimate[];
107
+ resourcesBudgetEstimate?: ResourceBudgetEstimate[] | undefined;
108
108
  }
109
109
  /**
110
110
  * @public
@@ -124,7 +124,7 @@ export interface GetDiskResult {
124
124
  * <p>An object containing information about the disk.</p>
125
125
  * @public
126
126
  */
127
- disk?: Disk;
127
+ disk?: Disk | undefined;
128
128
  }
129
129
  /**
130
130
  * @public
@@ -137,7 +137,7 @@ export interface GetDisksRequest {
137
137
  * in a subsequent request.</p>
138
138
  * @public
139
139
  */
140
- pageToken?: string;
140
+ pageToken?: string | undefined;
141
141
  }
142
142
  /**
143
143
  * @public
@@ -147,7 +147,7 @@ export interface GetDisksResult {
147
147
  * <p>An array of objects containing information about all block storage disks.</p>
148
148
  * @public
149
149
  */
150
- disks?: Disk[];
150
+ disks?: Disk[] | undefined;
151
151
  /**
152
152
  * <p>The token to advance to the next page of results from your request.</p>
153
153
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -155,7 +155,7 @@ export interface GetDisksResult {
155
155
  * the next page token using the <code>pageToken</code> parameter.</p>
156
156
  * @public
157
157
  */
158
- nextPageToken?: string;
158
+ nextPageToken?: string | undefined;
159
159
  }
160
160
  /**
161
161
  * @public
@@ -175,7 +175,7 @@ export interface GetDiskSnapshotResult {
175
175
  * <p>An object containing information about the disk snapshot.</p>
176
176
  * @public
177
177
  */
178
- diskSnapshot?: DiskSnapshot;
178
+ diskSnapshot?: DiskSnapshot | undefined;
179
179
  }
180
180
  /**
181
181
  * @public
@@ -188,7 +188,7 @@ export interface GetDiskSnapshotsRequest {
188
188
  * page token in a subsequent request.</p>
189
189
  * @public
190
190
  */
191
- pageToken?: string;
191
+ pageToken?: string | undefined;
192
192
  }
193
193
  /**
194
194
  * @public
@@ -198,7 +198,7 @@ export interface GetDiskSnapshotsResult {
198
198
  * <p>An array of objects containing information about all block storage disk snapshots.</p>
199
199
  * @public
200
200
  */
201
- diskSnapshots?: DiskSnapshot[];
201
+ diskSnapshots?: DiskSnapshot[] | undefined;
202
202
  /**
203
203
  * <p>The token to advance to the next page of results from your request.</p>
204
204
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -206,7 +206,7 @@ export interface GetDiskSnapshotsResult {
206
206
  * specify the next page token using the <code>pageToken</code> parameter.</p>
207
207
  * @public
208
208
  */
209
- nextPageToken?: string;
209
+ nextPageToken?: string | undefined;
210
210
  }
211
211
  /**
212
212
  * @public
@@ -221,7 +221,7 @@ export interface GetDistributionBundlesResult {
221
221
  * <p>An object that describes a distribution bundle.</p>
222
222
  * @public
223
223
  */
224
- bundles?: DistributionBundle[];
224
+ bundles?: DistributionBundle[] | undefined;
225
225
  }
226
226
  /**
227
227
  * @public
@@ -236,7 +236,7 @@ export interface GetDistributionLatestCacheResetRequest {
236
236
  * distributions.</p>
237
237
  * @public
238
238
  */
239
- distributionName?: string;
239
+ distributionName?: string | undefined;
240
240
  }
241
241
  /**
242
242
  * @public
@@ -246,13 +246,13 @@ export interface GetDistributionLatestCacheResetResult {
246
246
  * <p>The status of the last cache reset.</p>
247
247
  * @public
248
248
  */
249
- status?: string;
249
+ status?: string | undefined;
250
250
  /**
251
251
  * <p>The timestamp of the last cache reset (<code>1479734909.17</code>) in Unix time
252
252
  * format.</p>
253
253
  * @public
254
254
  */
255
- createTime?: Date;
255
+ createTime?: Date | undefined;
256
256
  }
257
257
  /**
258
258
  * @public
@@ -437,12 +437,12 @@ export interface GetDistributionMetricDataResult {
437
437
  * <p>The name of the metric returned.</p>
438
438
  * @public
439
439
  */
440
- metricName?: DistributionMetricName;
440
+ metricName?: DistributionMetricName | undefined;
441
441
  /**
442
442
  * <p>An array of objects that describe the metric data returned.</p>
443
443
  * @public
444
444
  */
445
- metricData?: MetricDatapoint[];
445
+ metricData?: MetricDatapoint[] | undefined;
446
446
  }
447
447
  /**
448
448
  * @public
@@ -454,7 +454,7 @@ export interface GetDistributionsRequest {
454
454
  * Region where the request is made.</p>
455
455
  * @public
456
456
  */
457
- distributionName?: string;
457
+ distributionName?: string | undefined;
458
458
  /**
459
459
  * <p>The token to advance to the next page of results from your request.</p>
460
460
  * <p>To get a page token, perform an initial <code>GetDistributions</code> request. If your
@@ -462,7 +462,7 @@ export interface GetDistributionsRequest {
462
462
  * page token in a subsequent request.</p>
463
463
  * @public
464
464
  */
465
- pageToken?: string;
465
+ pageToken?: string | undefined;
466
466
  }
467
467
  /**
468
468
  * @public
@@ -472,7 +472,7 @@ export interface GetDistributionsResult {
472
472
  * <p>An array of objects that describe your distributions.</p>
473
473
  * @public
474
474
  */
475
- distributions?: LightsailDistribution[];
475
+ distributions?: LightsailDistribution[] | undefined;
476
476
  /**
477
477
  * <p>The token to advance to the next page of results from your request.</p>
478
478
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -480,7 +480,7 @@ export interface GetDistributionsResult {
480
480
  * specify the next page token using the <code>pageToken</code> parameter.</p>
481
481
  * @public
482
482
  */
483
- nextPageToken?: string;
483
+ nextPageToken?: string | undefined;
484
484
  }
485
485
  /**
486
486
  * @public
@@ -500,7 +500,7 @@ export interface GetDomainResult {
500
500
  * <p>An array of key-value pairs containing information about your get domain request.</p>
501
501
  * @public
502
502
  */
503
- domain?: Domain;
503
+ domain?: Domain | undefined;
504
504
  }
505
505
  /**
506
506
  * @public
@@ -513,7 +513,7 @@ export interface GetDomainsRequest {
513
513
  * token in a subsequent request.</p>
514
514
  * @public
515
515
  */
516
- pageToken?: string;
516
+ pageToken?: string | undefined;
517
517
  }
518
518
  /**
519
519
  * @public
@@ -524,7 +524,7 @@ export interface GetDomainsResult {
524
524
  * user's account.</p>
525
525
  * @public
526
526
  */
527
- domains?: Domain[];
527
+ domains?: Domain[] | undefined;
528
528
  /**
529
529
  * <p>The token to advance to the next page of results from your request.</p>
530
530
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -532,7 +532,7 @@ export interface GetDomainsResult {
532
532
  * specify the next page token using the <code>pageToken</code> parameter.</p>
533
533
  * @public
534
534
  */
535
- nextPageToken?: string;
535
+ nextPageToken?: string | undefined;
536
536
  }
537
537
  /**
538
538
  * @public
@@ -545,7 +545,7 @@ export interface GetExportSnapshotRecordsRequest {
545
545
  * the page token in a subsequent request.</p>
546
546
  * @public
547
547
  */
548
- pageToken?: string;
548
+ pageToken?: string | undefined;
549
549
  }
550
550
  /**
551
551
  * @public
@@ -555,7 +555,7 @@ export interface GetExportSnapshotRecordsResult {
555
555
  * <p>A list of objects describing the export snapshot records.</p>
556
556
  * @public
557
557
  */
558
- exportSnapshotRecords?: ExportSnapshotRecord[];
558
+ exportSnapshotRecords?: ExportSnapshotRecord[] | undefined;
559
559
  /**
560
560
  * <p>The token to advance to the next page of results from your request.</p>
561
561
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -563,7 +563,7 @@ export interface GetExportSnapshotRecordsResult {
563
563
  * request and specify the next page token using the <code>pageToken</code> parameter.</p>
564
564
  * @public
565
565
  */
566
- nextPageToken?: string;
566
+ nextPageToken?: string | undefined;
567
567
  }
568
568
  /**
569
569
  * @public
@@ -584,17 +584,17 @@ export interface InstanceHardware {
584
584
  * <p>The number of vCPUs the instance has.</p>
585
585
  * @public
586
586
  */
587
- cpuCount?: number;
587
+ cpuCount?: number | undefined;
588
588
  /**
589
589
  * <p>The disks attached to the instance.</p>
590
590
  * @public
591
591
  */
592
- disks?: Disk[];
592
+ disks?: Disk[] | undefined;
593
593
  /**
594
594
  * <p>The amount of RAM in GB on the instance (<code>1.0</code>).</p>
595
595
  * @public
596
596
  */
597
- ramSizeInGb?: number;
597
+ ramSizeInGb?: number | undefined;
598
598
  }
599
599
  /**
600
600
  * @public
@@ -666,7 +666,7 @@ export interface InstanceMetadataOptions {
666
666
  * </ul>
667
667
  * @public
668
668
  */
669
- state?: InstanceMetadataState;
669
+ state?: InstanceMetadataState | undefined;
670
670
  /**
671
671
  * <p>The state of token usage for your instance metadata requests.</p>
672
672
  * <p>If the state is <code>optional</code>, you can choose whether to retrieve instance
@@ -685,26 +685,26 @@ export interface InstanceMetadataOptions {
685
685
  * </important>
686
686
  * @public
687
687
  */
688
- httpTokens?: HttpTokens;
688
+ httpTokens?: HttpTokens | undefined;
689
689
  /**
690
690
  * <p>Indicates whether the HTTP metadata endpoint on your instances is enabled or
691
691
  * disabled.</p>
692
692
  * <p>If the value is <code>disabled</code>, you cannot access your instance metadata.</p>
693
693
  * @public
694
694
  */
695
- httpEndpoint?: HttpEndpoint;
695
+ httpEndpoint?: HttpEndpoint | undefined;
696
696
  /**
697
697
  * <p>The desired HTTP PUT response hop limit for instance metadata requests. A larger number
698
698
  * means that the instance metadata requests can travel farther.</p>
699
699
  * @public
700
700
  */
701
- httpPutResponseHopLimit?: number;
701
+ httpPutResponseHopLimit?: number | undefined;
702
702
  /**
703
703
  * <p>Indicates whether the IPv6 endpoint for the instance metadata service is enabled or
704
704
  * disabled.</p>
705
705
  * @public
706
706
  */
707
- httpProtocolIpv6?: HttpProtocolIpv6;
707
+ httpProtocolIpv6?: HttpProtocolIpv6 | undefined;
708
708
  }
709
709
  /**
710
710
  * <p>Describes the monthly data transfer in and out of your virtual private server (or
@@ -716,7 +716,7 @@ export interface MonthlyTransfer {
716
716
  * <p>The amount allocated per month (in GB).</p>
717
717
  * @public
718
718
  */
719
- gbPerMonthAllocated?: number;
719
+ gbPerMonthAllocated?: number | undefined;
720
720
  }
721
721
  /**
722
722
  * @public
@@ -757,7 +757,7 @@ export interface InstancePortInfo {
757
757
  * </ul>
758
758
  * @public
759
759
  */
760
- fromPort?: number;
760
+ fromPort?: number | undefined;
761
761
  /**
762
762
  * <p>The last port in a range of open ports on an instance.</p>
763
763
  * <p>Allowed ports:</p>
@@ -780,7 +780,7 @@ export interface InstancePortInfo {
780
780
  * </ul>
781
781
  * @public
782
782
  */
783
- toPort?: number;
783
+ toPort?: number | undefined;
784
784
  /**
785
785
  * <p>The IP protocol name.</p>
786
786
  * <p>The name can be one of the following:</p>
@@ -826,23 +826,23 @@ export interface InstancePortInfo {
826
826
  * </ul>
827
827
  * @public
828
828
  */
829
- protocol?: NetworkProtocol;
829
+ protocol?: NetworkProtocol | undefined;
830
830
  /**
831
831
  * <p>The location from which access is allowed. For example, <code>Anywhere (0.0.0.0/0)</code>,
832
832
  * or <code>Custom</code> if a specific IP address or range of IP addresses is allowed.</p>
833
833
  * @public
834
834
  */
835
- accessFrom?: string;
835
+ accessFrom?: string | undefined;
836
836
  /**
837
837
  * <p>The type of access (<code>Public</code> or <code>Private</code>).</p>
838
838
  * @public
839
839
  */
840
- accessType?: PortAccessType;
840
+ accessType?: PortAccessType | undefined;
841
841
  /**
842
842
  * <p>The common name of the port information.</p>
843
843
  * @public
844
844
  */
845
- commonName?: string;
845
+ commonName?: string | undefined;
846
846
  /**
847
847
  * <p>The access direction (<code>inbound</code> or <code>outbound</code>).</p>
848
848
  * <note>
@@ -850,7 +850,7 @@ export interface InstancePortInfo {
850
850
  * </note>
851
851
  * @public
852
852
  */
853
- accessDirection?: AccessDirection;
853
+ accessDirection?: AccessDirection | undefined;
854
854
  /**
855
855
  * <p>The IPv4 address, or range of IPv4 addresses (in CIDR notation) that are allowed to
856
856
  * connect to an instance through the ports, and the protocol.</p>
@@ -862,7 +862,7 @@ export interface InstancePortInfo {
862
862
  * Inter-Domain Routing</a> on <i>Wikipedia</i>.</p>
863
863
  * @public
864
864
  */
865
- cidrs?: string[];
865
+ cidrs?: string[] | undefined;
866
866
  /**
867
867
  * <p>The IPv6 address, or range of IPv6 addresses (in CIDR notation) that are allowed to
868
868
  * connect to an instance through the ports, and the protocol. Only devices with an IPv6 address
@@ -875,7 +875,7 @@ export interface InstancePortInfo {
875
875
  * Inter-Domain Routing</a> on <i>Wikipedia</i>.</p>
876
876
  * @public
877
877
  */
878
- ipv6Cidrs?: string[];
878
+ ipv6Cidrs?: string[] | undefined;
879
879
  /**
880
880
  * <p>An alias that defines access for a preconfigured range of IP addresses.</p>
881
881
  * <p>The only alias currently supported is <code>lightsail-connect</code>, which allows IP
@@ -883,7 +883,7 @@ export interface InstancePortInfo {
883
883
  * instance.</p>
884
884
  * @public
885
885
  */
886
- cidrListAliases?: string[];
886
+ cidrListAliases?: string[] | undefined;
887
887
  }
888
888
  /**
889
889
  * <p>Describes monthly data transfer rates and port information for an instance.</p>
@@ -894,12 +894,12 @@ export interface InstanceNetworking {
894
894
  * <p>The amount of data in GB allocated for monthly data transfers.</p>
895
895
  * @public
896
896
  */
897
- monthlyTransfer?: MonthlyTransfer;
897
+ monthlyTransfer?: MonthlyTransfer | undefined;
898
898
  /**
899
899
  * <p>An array of key-value pairs containing information about the ports on the instance.</p>
900
900
  * @public
901
901
  */
902
- ports?: InstancePortInfo[];
902
+ ports?: InstancePortInfo[] | undefined;
903
903
  }
904
904
  /**
905
905
  * <p>Describes the virtual private server (or <i>instance</i>) status.</p>
@@ -910,12 +910,12 @@ export interface InstanceState {
910
910
  * <p>The status code for the instance.</p>
911
911
  * @public
912
912
  */
913
- code?: number;
913
+ code?: number | undefined;
914
914
  /**
915
915
  * <p>The state of the instance (<code>running</code> or <code>pending</code>).</p>
916
916
  * @public
917
917
  */
918
- name?: string;
918
+ name?: string | undefined;
919
919
  }
920
920
  /**
921
921
  * <p>Describes an instance (a virtual private server).</p>
@@ -926,121 +926,121 @@ export interface Instance {
926
926
  * <p>The name the user gave the instance (<code>Amazon_Linux_2023-1</code>).</p>
927
927
  * @public
928
928
  */
929
- name?: string;
929
+ name?: string | undefined;
930
930
  /**
931
931
  * <p>The Amazon Resource Name (ARN) of the instance
932
932
  * (<code>arn:aws:lightsail:us-east-2:123456789101:Instance/244ad76f-8aad-4741-809f-12345EXAMPLE</code>).</p>
933
933
  * @public
934
934
  */
935
- arn?: string;
935
+ arn?: string | undefined;
936
936
  /**
937
937
  * <p>The support code. Include this code in your email to support when you have questions about
938
938
  * an instance or another resource in Lightsail. This code enables our support team to look up
939
939
  * your Lightsail information more easily.</p>
940
940
  * @public
941
941
  */
942
- supportCode?: string;
942
+ supportCode?: string | undefined;
943
943
  /**
944
944
  * <p>The timestamp when the instance was created (<code>1479734909.17</code>) in Unix time
945
945
  * format.</p>
946
946
  * @public
947
947
  */
948
- createdAt?: Date;
948
+ createdAt?: Date | undefined;
949
949
  /**
950
950
  * <p>The region name and Availability Zone where the instance is located.</p>
951
951
  * @public
952
952
  */
953
- location?: ResourceLocation;
953
+ location?: ResourceLocation | undefined;
954
954
  /**
955
955
  * <p>The type of resource (usually <code>Instance</code>).</p>
956
956
  * @public
957
957
  */
958
- resourceType?: ResourceType;
958
+ resourceType?: ResourceType | undefined;
959
959
  /**
960
960
  * <p>The tag keys and optional values for the resource. For more information about tags in
961
961
  * Lightsail, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags">Amazon Lightsail Developer Guide</a>.</p>
962
962
  * @public
963
963
  */
964
- tags?: Tag[];
964
+ tags?: Tag[] | undefined;
965
965
  /**
966
966
  * <p>The blueprint ID (<code>amazon_linux_2023</code>).</p>
967
967
  * @public
968
968
  */
969
- blueprintId?: string;
969
+ blueprintId?: string | undefined;
970
970
  /**
971
971
  * <p>The friendly name of the blueprint (<code>Amazon Linux 2023</code>).</p>
972
972
  * @public
973
973
  */
974
- blueprintName?: string;
974
+ blueprintName?: string | undefined;
975
975
  /**
976
976
  * <p>The bundle for the instance (<code>micro_x_x</code>).</p>
977
977
  * @public
978
978
  */
979
- bundleId?: string;
979
+ bundleId?: string | undefined;
980
980
  /**
981
981
  * <p>An array of objects representing the add-ons enabled on the instance.</p>
982
982
  * @public
983
983
  */
984
- addOns?: AddOn[];
984
+ addOns?: AddOn[] | undefined;
985
985
  /**
986
986
  * <p>A Boolean value indicating whether this instance has a static IP assigned to it.</p>
987
987
  * @public
988
988
  */
989
- isStaticIp?: boolean;
989
+ isStaticIp?: boolean | undefined;
990
990
  /**
991
991
  * <p>The private IP address of the instance.</p>
992
992
  * @public
993
993
  */
994
- privateIpAddress?: string;
994
+ privateIpAddress?: string | undefined;
995
995
  /**
996
996
  * <p>The public IP address of the instance.</p>
997
997
  * @public
998
998
  */
999
- publicIpAddress?: string;
999
+ publicIpAddress?: string | undefined;
1000
1000
  /**
1001
1001
  * <p>The IPv6 addresses of the instance.</p>
1002
1002
  * @public
1003
1003
  */
1004
- ipv6Addresses?: string[];
1004
+ ipv6Addresses?: string[] | undefined;
1005
1005
  /**
1006
1006
  * <p>The IP address type of the instance.</p>
1007
1007
  * <p>The possible values are <code>ipv4</code> for IPv4 only, <code>ipv6</code> for IPv6 only,
1008
1008
  * and <code>dualstack</code> for IPv4 and IPv6.</p>
1009
1009
  * @public
1010
1010
  */
1011
- ipAddressType?: IpAddressType;
1011
+ ipAddressType?: IpAddressType | undefined;
1012
1012
  /**
1013
1013
  * <p>The size of the vCPU and the amount of RAM for the instance.</p>
1014
1014
  * @public
1015
1015
  */
1016
- hardware?: InstanceHardware;
1016
+ hardware?: InstanceHardware | undefined;
1017
1017
  /**
1018
1018
  * <p>Information about the public ports and monthly data transfer rates for the
1019
1019
  * instance.</p>
1020
1020
  * @public
1021
1021
  */
1022
- networking?: InstanceNetworking;
1022
+ networking?: InstanceNetworking | undefined;
1023
1023
  /**
1024
1024
  * <p>The status code and the state (<code>running</code>) for the instance.</p>
1025
1025
  * @public
1026
1026
  */
1027
- state?: InstanceState;
1027
+ state?: InstanceState | undefined;
1028
1028
  /**
1029
1029
  * <p>The user name for connecting to the instance (<code>ec2-user</code>).</p>
1030
1030
  * @public
1031
1031
  */
1032
- username?: string;
1032
+ username?: string | undefined;
1033
1033
  /**
1034
1034
  * <p>The name of the SSH key being used to connect to the instance
1035
1035
  * (<code>LightsailDefaultKeyPair</code>).</p>
1036
1036
  * @public
1037
1037
  */
1038
- sshKeyName?: string;
1038
+ sshKeyName?: string | undefined;
1039
1039
  /**
1040
1040
  * <p>The metadata options for the Amazon Lightsail instance.</p>
1041
1041
  * @public
1042
1042
  */
1043
- metadataOptions?: InstanceMetadataOptions;
1043
+ metadataOptions?: InstanceMetadataOptions | undefined;
1044
1044
  }
1045
1045
  /**
1046
1046
  * @public
@@ -1050,7 +1050,7 @@ export interface GetInstanceResult {
1050
1050
  * <p>An array of key-value pairs containing information about the specified instance.</p>
1051
1051
  * @public
1052
1052
  */
1053
- instance?: Instance;
1053
+ instance?: Instance | undefined;
1054
1054
  }
1055
1055
  /**
1056
1056
  * @public
@@ -1077,7 +1077,7 @@ export interface GetInstanceAccessDetailsRequest {
1077
1077
  * <p>The protocol to use to connect to your instance. Defaults to <code>ssh</code>.</p>
1078
1078
  * @public
1079
1079
  */
1080
- protocol?: InstanceAccessProtocol;
1080
+ protocol?: InstanceAccessProtocol | undefined;
1081
1081
  }
1082
1082
  /**
1083
1083
  * <p>Describes the public SSH host keys or the RDP certificate.</p>
@@ -1091,17 +1091,17 @@ export interface HostKeyAttributes {
1091
1091
  * algorithm is always <code>x509-cert</code>.</p>
1092
1092
  * @public
1093
1093
  */
1094
- algorithm?: string;
1094
+ algorithm?: string | undefined;
1095
1095
  /**
1096
1096
  * <p>The public SSH host key or the RDP certificate.</p>
1097
1097
  * @public
1098
1098
  */
1099
- publicKey?: string;
1099
+ publicKey?: string | undefined;
1100
1100
  /**
1101
1101
  * <p>The time that the SSH host key or RDP certificate was recorded by Lightsail.</p>
1102
1102
  * @public
1103
1103
  */
1104
- witnessedAt?: Date;
1104
+ witnessedAt?: Date | undefined;
1105
1105
  /**
1106
1106
  * <p>The SHA-1 fingerprint of the returned SSH host key or RDP certificate.</p>
1107
1107
  * <ul>
@@ -1120,7 +1120,7 @@ export interface HostKeyAttributes {
1120
1120
  * </ul>
1121
1121
  * @public
1122
1122
  */
1123
- fingerprintSHA1?: string;
1123
+ fingerprintSHA1?: string | undefined;
1124
1124
  /**
1125
1125
  * <p>The SHA-256 fingerprint of the returned SSH host key or RDP certificate.</p>
1126
1126
  * <ul>
@@ -1139,19 +1139,19 @@ export interface HostKeyAttributes {
1139
1139
  * </ul>
1140
1140
  * @public
1141
1141
  */
1142
- fingerprintSHA256?: string;
1142
+ fingerprintSHA256?: string | undefined;
1143
1143
  /**
1144
1144
  * <p>The returned RDP certificate is valid after this point in time.</p>
1145
1145
  * <p>This value is listed only for RDP certificates.</p>
1146
1146
  * @public
1147
1147
  */
1148
- notValidBefore?: Date;
1148
+ notValidBefore?: Date | undefined;
1149
1149
  /**
1150
1150
  * <p>The returned RDP certificate is not valid after this point in time.</p>
1151
1151
  * <p>This value is listed only for RDP certificates.</p>
1152
1152
  * @public
1153
1153
  */
1154
- notValidAfter?: Date;
1154
+ notValidAfter?: Date | undefined;
1155
1155
  }
1156
1156
  /**
1157
1157
  * <p>The password data for the Windows Server-based instance, including the ciphertext and the
@@ -1173,7 +1173,7 @@ export interface PasswordData {
1173
1173
  * </note>
1174
1174
  * @public
1175
1175
  */
1176
- ciphertext?: string;
1176
+ ciphertext?: string | undefined;
1177
1177
  /**
1178
1178
  * <p>The name of the key pair that you used when creating your instance. If no key pair name
1179
1179
  * was specified when creating the instance, Lightsail uses the default key pair
@@ -1183,7 +1183,7 @@ export interface PasswordData {
1183
1183
  * your password with the public key part of this key pair.</p>
1184
1184
  * @public
1185
1185
  */
1186
- keyPairName?: string;
1186
+ keyPairName?: string | undefined;
1187
1187
  }
1188
1188
  /**
1189
1189
  * <p>The parameters for gaining temporary access to one of your Amazon Lightsail
@@ -1196,22 +1196,22 @@ export interface InstanceAccessDetails {
1196
1196
  * (command line SSH), you should save this value to <code>tempkey-cert.pub</code>.</p>
1197
1197
  * @public
1198
1198
  */
1199
- certKey?: string;
1199
+ certKey?: string | undefined;
1200
1200
  /**
1201
1201
  * <p>For SSH access, the date on which the temporary keys expire.</p>
1202
1202
  * @public
1203
1203
  */
1204
- expiresAt?: Date;
1204
+ expiresAt?: Date | undefined;
1205
1205
  /**
1206
1206
  * <p>The public IP address of the Amazon Lightsail instance.</p>
1207
1207
  * @public
1208
1208
  */
1209
- ipAddress?: string;
1209
+ ipAddress?: string | undefined;
1210
1210
  /**
1211
1211
  * <p>The IPv6 address of the Amazon Lightsail instance.</p>
1212
1212
  * @public
1213
1213
  */
1214
- ipv6Addresses?: string[];
1214
+ ipv6Addresses?: string[] | undefined;
1215
1215
  /**
1216
1216
  * <p>For RDP access, the password for your Amazon Lightsail instance. Password will be an empty
1217
1217
  * string if the password for your new instance is not ready yet. When you create an instance, it
@@ -1226,7 +1226,7 @@ export interface InstanceAccessDetails {
1226
1226
  * </note>
1227
1227
  * @public
1228
1228
  */
1229
- password?: string;
1229
+ password?: string | undefined;
1230
1230
  /**
1231
1231
  * <p>For a Windows Server-based instance, an object with the data you can use to retrieve your
1232
1232
  * password. This is only needed if <code>password</code> is empty and the instance is not new
@@ -1234,33 +1234,33 @@ export interface InstanceAccessDetails {
1234
1234
  * 15 minutes for the instance to be ready.</p>
1235
1235
  * @public
1236
1236
  */
1237
- passwordData?: PasswordData;
1237
+ passwordData?: PasswordData | undefined;
1238
1238
  /**
1239
1239
  * <p>For SSH access, the temporary private key. For OpenSSH clients (command line SSH), you
1240
1240
  * should save this value to <code>tempkey</code>).</p>
1241
1241
  * @public
1242
1242
  */
1243
- privateKey?: string;
1243
+ privateKey?: string | undefined;
1244
1244
  /**
1245
1245
  * <p>The protocol for these Amazon Lightsail instance access details.</p>
1246
1246
  * @public
1247
1247
  */
1248
- protocol?: InstanceAccessProtocol;
1248
+ protocol?: InstanceAccessProtocol | undefined;
1249
1249
  /**
1250
1250
  * <p>The name of this Amazon Lightsail instance.</p>
1251
1251
  * @public
1252
1252
  */
1253
- instanceName?: string;
1253
+ instanceName?: string | undefined;
1254
1254
  /**
1255
1255
  * <p>The user name to use when logging in to the Amazon Lightsail instance.</p>
1256
1256
  * @public
1257
1257
  */
1258
- username?: string;
1258
+ username?: string | undefined;
1259
1259
  /**
1260
1260
  * <p>Describes the public SSH host keys or the RDP certificate.</p>
1261
1261
  * @public
1262
1262
  */
1263
- hostKeys?: HostKeyAttributes[];
1263
+ hostKeys?: HostKeyAttributes[] | undefined;
1264
1264
  }
1265
1265
  /**
1266
1266
  * @public
@@ -1271,7 +1271,7 @@ export interface GetInstanceAccessDetailsResult {
1271
1271
  * request.</p>
1272
1272
  * @public
1273
1273
  */
1274
- accessDetails?: InstanceAccessDetails;
1274
+ accessDetails?: InstanceAccessDetails | undefined;
1275
1275
  }
1276
1276
  /**
1277
1277
  * @public
@@ -1511,12 +1511,12 @@ export interface GetInstanceMetricDataResult {
1511
1511
  * <p>The name of the metric returned.</p>
1512
1512
  * @public
1513
1513
  */
1514
- metricName?: InstanceMetricName;
1514
+ metricName?: InstanceMetricName | undefined;
1515
1515
  /**
1516
1516
  * <p>An array of objects that describe the metric data returned.</p>
1517
1517
  * @public
1518
1518
  */
1519
- metricData?: MetricDatapoint[];
1519
+ metricData?: MetricDatapoint[] | undefined;
1520
1520
  }
1521
1521
  /**
1522
1522
  * @public
@@ -1568,7 +1568,7 @@ export interface InstancePortState {
1568
1568
  * </ul>
1569
1569
  * @public
1570
1570
  */
1571
- fromPort?: number;
1571
+ fromPort?: number | undefined;
1572
1572
  /**
1573
1573
  * <p>The last port in a range of open ports on an instance.</p>
1574
1574
  * <p>Allowed ports:</p>
@@ -1591,7 +1591,7 @@ export interface InstancePortState {
1591
1591
  * </ul>
1592
1592
  * @public
1593
1593
  */
1594
- toPort?: number;
1594
+ toPort?: number | undefined;
1595
1595
  /**
1596
1596
  * <p>The IP protocol name.</p>
1597
1597
  * <p>The name can be one of the following:</p>
@@ -1637,7 +1637,7 @@ export interface InstancePortState {
1637
1637
  * </ul>
1638
1638
  * @public
1639
1639
  */
1640
- protocol?: NetworkProtocol;
1640
+ protocol?: NetworkProtocol | undefined;
1641
1641
  /**
1642
1642
  * <p>Specifies whether the instance port is <code>open</code> or <code>closed</code>.</p>
1643
1643
  * <note>
@@ -1645,7 +1645,7 @@ export interface InstancePortState {
1645
1645
  * </note>
1646
1646
  * @public
1647
1647
  */
1648
- state?: PortState;
1648
+ state?: PortState | undefined;
1649
1649
  /**
1650
1650
  * <p>The IPv4 address, or range of IPv4 addresses (in CIDR notation) that are allowed to
1651
1651
  * connect to an instance through the ports, and the protocol.</p>
@@ -1657,7 +1657,7 @@ export interface InstancePortState {
1657
1657
  * Inter-Domain Routing</a> on <i>Wikipedia</i>.</p>
1658
1658
  * @public
1659
1659
  */
1660
- cidrs?: string[];
1660
+ cidrs?: string[] | undefined;
1661
1661
  /**
1662
1662
  * <p>The IPv6 address, or range of IPv6 addresses (in CIDR notation) that are allowed to
1663
1663
  * connect to an instance through the ports, and the protocol. Only devices with an IPv6 address
@@ -1670,7 +1670,7 @@ export interface InstancePortState {
1670
1670
  * Inter-Domain Routing</a> on <i>Wikipedia</i>.</p>
1671
1671
  * @public
1672
1672
  */
1673
- ipv6Cidrs?: string[];
1673
+ ipv6Cidrs?: string[] | undefined;
1674
1674
  /**
1675
1675
  * <p>An alias that defines access for a preconfigured range of IP addresses.</p>
1676
1676
  * <p>The only alias currently supported is <code>lightsail-connect</code>, which allows IP
@@ -1678,7 +1678,7 @@ export interface InstancePortState {
1678
1678
  * instance.</p>
1679
1679
  * @public
1680
1680
  */
1681
- cidrListAliases?: string[];
1681
+ cidrListAliases?: string[] | undefined;
1682
1682
  }
1683
1683
  /**
1684
1684
  * @public
@@ -1689,7 +1689,7 @@ export interface GetInstancePortStatesResult {
1689
1689
  * instance.</p>
1690
1690
  * @public
1691
1691
  */
1692
- portStates?: InstancePortState[];
1692
+ portStates?: InstancePortState[] | undefined;
1693
1693
  }
1694
1694
  /**
1695
1695
  * @public
@@ -1702,7 +1702,7 @@ export interface GetInstancesRequest {
1702
1702
  * token in a subsequent request.</p>
1703
1703
  * @public
1704
1704
  */
1705
- pageToken?: string;
1705
+ pageToken?: string | undefined;
1706
1706
  }
1707
1707
  /**
1708
1708
  * @public
@@ -1712,7 +1712,7 @@ export interface GetInstancesResult {
1712
1712
  * <p>An array of key-value pairs containing information about your instances.</p>
1713
1713
  * @public
1714
1714
  */
1715
- instances?: Instance[];
1715
+ instances?: Instance[] | undefined;
1716
1716
  /**
1717
1717
  * <p>The token to advance to the next page of results from your request.</p>
1718
1718
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -1720,7 +1720,7 @@ export interface GetInstancesResult {
1720
1720
  * specify the next page token using the <code>pageToken</code> parameter.</p>
1721
1721
  * @public
1722
1722
  */
1723
- nextPageToken?: string;
1723
+ nextPageToken?: string | undefined;
1724
1724
  }
1725
1725
  /**
1726
1726
  * @public
@@ -1754,46 +1754,46 @@ export interface InstanceSnapshot {
1754
1754
  * <p>The name of the snapshot.</p>
1755
1755
  * @public
1756
1756
  */
1757
- name?: string;
1757
+ name?: string | undefined;
1758
1758
  /**
1759
1759
  * <p>The Amazon Resource Name (ARN) of the snapshot
1760
1760
  * (<code>arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE</code>).</p>
1761
1761
  * @public
1762
1762
  */
1763
- arn?: string;
1763
+ arn?: string | undefined;
1764
1764
  /**
1765
1765
  * <p>The support code. Include this code in your email to support when you have questions about
1766
1766
  * an instance or another resource in Lightsail. This code enables our support team to look up
1767
1767
  * your Lightsail information more easily.</p>
1768
1768
  * @public
1769
1769
  */
1770
- supportCode?: string;
1770
+ supportCode?: string | undefined;
1771
1771
  /**
1772
1772
  * <p>The timestamp when the snapshot was created (<code>1479907467.024</code>).</p>
1773
1773
  * @public
1774
1774
  */
1775
- createdAt?: Date;
1775
+ createdAt?: Date | undefined;
1776
1776
  /**
1777
1777
  * <p>The region name and Availability Zone where you created the snapshot.</p>
1778
1778
  * @public
1779
1779
  */
1780
- location?: ResourceLocation;
1780
+ location?: ResourceLocation | undefined;
1781
1781
  /**
1782
1782
  * <p>The type of resource (usually <code>InstanceSnapshot</code>).</p>
1783
1783
  * @public
1784
1784
  */
1785
- resourceType?: ResourceType;
1785
+ resourceType?: ResourceType | undefined;
1786
1786
  /**
1787
1787
  * <p>The tag keys and optional values for the resource. For more information about tags in
1788
1788
  * Lightsail, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags">Amazon Lightsail Developer Guide</a>.</p>
1789
1789
  * @public
1790
1790
  */
1791
- tags?: Tag[];
1791
+ tags?: Tag[] | undefined;
1792
1792
  /**
1793
1793
  * <p>The state the snapshot is in.</p>
1794
1794
  * @public
1795
1795
  */
1796
- state?: InstanceSnapshotState;
1796
+ state?: InstanceSnapshotState | undefined;
1797
1797
  /**
1798
1798
  * <p>The progress of the snapshot.</p>
1799
1799
  * <note>
@@ -1802,46 +1802,46 @@ export interface InstanceSnapshot {
1802
1802
  * </note>
1803
1803
  * @public
1804
1804
  */
1805
- progress?: string;
1805
+ progress?: string | undefined;
1806
1806
  /**
1807
1807
  * <p>An array of disk objects containing information about all block storage disks.</p>
1808
1808
  * @public
1809
1809
  */
1810
- fromAttachedDisks?: Disk[];
1810
+ fromAttachedDisks?: Disk[] | undefined;
1811
1811
  /**
1812
1812
  * <p>The instance from which the snapshot was created.</p>
1813
1813
  * @public
1814
1814
  */
1815
- fromInstanceName?: string;
1815
+ fromInstanceName?: string | undefined;
1816
1816
  /**
1817
1817
  * <p>The Amazon Resource Name (ARN) of the instance from which the snapshot was created
1818
1818
  * (<code>arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE</code>).</p>
1819
1819
  * @public
1820
1820
  */
1821
- fromInstanceArn?: string;
1821
+ fromInstanceArn?: string | undefined;
1822
1822
  /**
1823
1823
  * <p>The blueprint ID from which you created the snapshot (<code>amazon_linux_2023</code>). A
1824
1824
  * blueprint is a virtual private server (or <i>instance</i>) image used to create
1825
1825
  * instances quickly.</p>
1826
1826
  * @public
1827
1827
  */
1828
- fromBlueprintId?: string;
1828
+ fromBlueprintId?: string | undefined;
1829
1829
  /**
1830
1830
  * <p>The bundle ID from which you created the snapshot (<code>micro_x_x</code>).</p>
1831
1831
  * @public
1832
1832
  */
1833
- fromBundleId?: string;
1833
+ fromBundleId?: string | undefined;
1834
1834
  /**
1835
1835
  * <p>A Boolean value indicating whether the snapshot was created from an automatic
1836
1836
  * snapshot.</p>
1837
1837
  * @public
1838
1838
  */
1839
- isFromAutoSnapshot?: boolean;
1839
+ isFromAutoSnapshot?: boolean | undefined;
1840
1840
  /**
1841
1841
  * <p>The size in GB of the SSD.</p>
1842
1842
  * @public
1843
1843
  */
1844
- sizeInGb?: number;
1844
+ sizeInGb?: number | undefined;
1845
1845
  }
1846
1846
  /**
1847
1847
  * @public
@@ -1852,7 +1852,7 @@ export interface GetInstanceSnapshotResult {
1852
1852
  * snapshot request.</p>
1853
1853
  * @public
1854
1854
  */
1855
- instanceSnapshot?: InstanceSnapshot;
1855
+ instanceSnapshot?: InstanceSnapshot | undefined;
1856
1856
  }
1857
1857
  /**
1858
1858
  * @public
@@ -1865,7 +1865,7 @@ export interface GetInstanceSnapshotsRequest {
1865
1865
  * page token in a subsequent request.</p>
1866
1866
  * @public
1867
1867
  */
1868
- pageToken?: string;
1868
+ pageToken?: string | undefined;
1869
1869
  }
1870
1870
  /**
1871
1871
  * @public
@@ -1876,7 +1876,7 @@ export interface GetInstanceSnapshotsResult {
1876
1876
  * snapshots request.</p>
1877
1877
  * @public
1878
1878
  */
1879
- instanceSnapshots?: InstanceSnapshot[];
1879
+ instanceSnapshots?: InstanceSnapshot[] | undefined;
1880
1880
  /**
1881
1881
  * <p>The token to advance to the next page of results from your request.</p>
1882
1882
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -1884,7 +1884,7 @@ export interface GetInstanceSnapshotsResult {
1884
1884
  * and specify the next page token using the <code>pageToken</code> parameter.</p>
1885
1885
  * @public
1886
1886
  */
1887
- nextPageToken?: string;
1887
+ nextPageToken?: string | undefined;
1888
1888
  }
1889
1889
  /**
1890
1890
  * @public
@@ -1904,7 +1904,7 @@ export interface GetInstanceStateResult {
1904
1904
  * <p>The state of the instance.</p>
1905
1905
  * @public
1906
1906
  */
1907
- state?: InstanceState;
1907
+ state?: InstanceState | undefined;
1908
1908
  }
1909
1909
  /**
1910
1910
  * @public
@@ -1924,7 +1924,7 @@ export interface GetKeyPairResult {
1924
1924
  * <p>An array of key-value pairs containing information about the key pair.</p>
1925
1925
  * @public
1926
1926
  */
1927
- keyPair?: KeyPair;
1927
+ keyPair?: KeyPair | undefined;
1928
1928
  }
1929
1929
  /**
1930
1930
  * @public
@@ -1937,13 +1937,13 @@ export interface GetKeyPairsRequest {
1937
1937
  * token in a subsequent request.</p>
1938
1938
  * @public
1939
1939
  */
1940
- pageToken?: string;
1940
+ pageToken?: string | undefined;
1941
1941
  /**
1942
1942
  * <p>A Boolean value that indicates whether to include the default key pair in the response of
1943
1943
  * your request.</p>
1944
1944
  * @public
1945
1945
  */
1946
- includeDefaultKeyPair?: boolean;
1946
+ includeDefaultKeyPair?: boolean | undefined;
1947
1947
  }
1948
1948
  /**
1949
1949
  * @public
@@ -1953,7 +1953,7 @@ export interface GetKeyPairsResult {
1953
1953
  * <p>An array of key-value pairs containing information about the key pairs.</p>
1954
1954
  * @public
1955
1955
  */
1956
- keyPairs?: KeyPair[];
1956
+ keyPairs?: KeyPair[] | undefined;
1957
1957
  /**
1958
1958
  * <p>The token to advance to the next page of results from your request.</p>
1959
1959
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -1961,7 +1961,7 @@ export interface GetKeyPairsResult {
1961
1961
  * specify the next page token using the <code>pageToken</code> parameter.</p>
1962
1962
  * @public
1963
1963
  */
1964
- nextPageToken?: string;
1964
+ nextPageToken?: string | undefined;
1965
1965
  }
1966
1966
  /**
1967
1967
  * @public
@@ -2035,12 +2035,12 @@ export interface InstanceHealthSummary {
2035
2035
  * data.</p>
2036
2036
  * @public
2037
2037
  */
2038
- instanceName?: string;
2038
+ instanceName?: string | undefined;
2039
2039
  /**
2040
2040
  * <p>Describes the overall instance health. Valid values are below.</p>
2041
2041
  * @public
2042
2042
  */
2043
- instanceHealth?: InstanceHealthState;
2043
+ instanceHealth?: InstanceHealthState | undefined;
2044
2044
  /**
2045
2045
  * <p>More information about the instance health. If the <code>instanceHealth</code> is
2046
2046
  * <code>healthy</code>, then an <code>instanceHealthReason</code> value is not
@@ -2165,7 +2165,7 @@ export interface InstanceHealthSummary {
2165
2165
  * </ul>
2166
2166
  * @public
2167
2167
  */
2168
- instanceHealthReason?: InstanceHealthReason;
2168
+ instanceHealthReason?: InstanceHealthReason | undefined;
2169
2169
  }
2170
2170
  /**
2171
2171
  * @public
@@ -2203,13 +2203,13 @@ export interface LoadBalancerTlsCertificateSummary {
2203
2203
  * <p>The name of the SSL/TLS certificate.</p>
2204
2204
  * @public
2205
2205
  */
2206
- name?: string;
2206
+ name?: string | undefined;
2207
2207
  /**
2208
2208
  * <p>When <code>true</code>, the SSL/TLS certificate is attached to the Lightsail load
2209
2209
  * balancer.</p>
2210
2210
  * @public
2211
2211
  */
2212
- isAttached?: boolean;
2212
+ isAttached?: boolean | undefined;
2213
2213
  }
2214
2214
  /**
2215
2215
  * <p>Describes a load balancer.</p>
@@ -2220,113 +2220,113 @@ export interface LoadBalancer {
2220
2220
  * <p>The name of the load balancer (<code>my-load-balancer</code>).</p>
2221
2221
  * @public
2222
2222
  */
2223
- name?: string;
2223
+ name?: string | undefined;
2224
2224
  /**
2225
2225
  * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
2226
2226
  * @public
2227
2227
  */
2228
- arn?: string;
2228
+ arn?: string | undefined;
2229
2229
  /**
2230
2230
  * <p>The support code. Include this code in your email to support when you have questions about
2231
2231
  * your Lightsail load balancer. This code enables our support team to look up your Lightsail
2232
2232
  * information more easily.</p>
2233
2233
  * @public
2234
2234
  */
2235
- supportCode?: string;
2235
+ supportCode?: string | undefined;
2236
2236
  /**
2237
2237
  * <p>The date when your load balancer was created.</p>
2238
2238
  * @public
2239
2239
  */
2240
- createdAt?: Date;
2240
+ createdAt?: Date | undefined;
2241
2241
  /**
2242
2242
  * <p>The AWS Region where your load balancer was created (<code>us-east-2a</code>). Lightsail
2243
2243
  * automatically creates your load balancer across Availability Zones.</p>
2244
2244
  * @public
2245
2245
  */
2246
- location?: ResourceLocation;
2246
+ location?: ResourceLocation | undefined;
2247
2247
  /**
2248
2248
  * <p>The resource type (<code>LoadBalancer</code>.</p>
2249
2249
  * @public
2250
2250
  */
2251
- resourceType?: ResourceType;
2251
+ resourceType?: ResourceType | undefined;
2252
2252
  /**
2253
2253
  * <p>The tag keys and optional values for the resource. For more information about tags in
2254
2254
  * Lightsail, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags">Amazon Lightsail Developer Guide</a>.</p>
2255
2255
  * @public
2256
2256
  */
2257
- tags?: Tag[];
2257
+ tags?: Tag[] | undefined;
2258
2258
  /**
2259
2259
  * <p>The DNS name of your Lightsail load balancer.</p>
2260
2260
  * @public
2261
2261
  */
2262
- dnsName?: string;
2262
+ dnsName?: string | undefined;
2263
2263
  /**
2264
2264
  * <p>The status of your load balancer. Valid values are below.</p>
2265
2265
  * @public
2266
2266
  */
2267
- state?: LoadBalancerState;
2267
+ state?: LoadBalancerState | undefined;
2268
2268
  /**
2269
2269
  * <p>The protocol you have enabled for your load balancer. Valid values are below.</p>
2270
2270
  * <p>You can't just have <code>HTTP_HTTPS</code>, but you can have just
2271
2271
  * <code>HTTP</code>.</p>
2272
2272
  * @public
2273
2273
  */
2274
- protocol?: LoadBalancerProtocol;
2274
+ protocol?: LoadBalancerProtocol | undefined;
2275
2275
  /**
2276
2276
  * <p>An array of public port settings for your load balancer. For HTTP, use port 80. For HTTPS,
2277
2277
  * use port 443.</p>
2278
2278
  * @public
2279
2279
  */
2280
- publicPorts?: number[];
2280
+ publicPorts?: number[] | undefined;
2281
2281
  /**
2282
2282
  * <p>The path you specified to perform your health checks. If no path is specified, the load
2283
2283
  * balancer tries to make a request to the default (root) page.</p>
2284
2284
  * @public
2285
2285
  */
2286
- healthCheckPath?: string;
2286
+ healthCheckPath?: string | undefined;
2287
2287
  /**
2288
2288
  * <p>The port where the load balancer will direct traffic to your Lightsail instances. For
2289
2289
  * HTTP traffic, it's port 80. For HTTPS traffic, it's port 443.</p>
2290
2290
  * @public
2291
2291
  */
2292
- instancePort?: number;
2292
+ instancePort?: number | undefined;
2293
2293
  /**
2294
2294
  * <p>An array of InstanceHealthSummary objects describing the health of the load
2295
2295
  * balancer.</p>
2296
2296
  * @public
2297
2297
  */
2298
- instanceHealthSummary?: InstanceHealthSummary[];
2298
+ instanceHealthSummary?: InstanceHealthSummary[] | undefined;
2299
2299
  /**
2300
2300
  * <p>An array of LoadBalancerTlsCertificateSummary objects that provide additional information
2301
2301
  * about the SSL/TLS certificates. For example, if <code>true</code>, the certificate is attached
2302
2302
  * to the load balancer.</p>
2303
2303
  * @public
2304
2304
  */
2305
- tlsCertificateSummaries?: LoadBalancerTlsCertificateSummary[];
2305
+ tlsCertificateSummaries?: LoadBalancerTlsCertificateSummary[] | undefined;
2306
2306
  /**
2307
2307
  * <p>A string to string map of the configuration options for your load balancer. Valid values
2308
2308
  * are listed below.</p>
2309
2309
  * @public
2310
2310
  */
2311
- configurationOptions?: Partial<Record<LoadBalancerAttributeName, string>>;
2311
+ configurationOptions?: Partial<Record<LoadBalancerAttributeName, string>> | undefined;
2312
2312
  /**
2313
2313
  * <p>The IP address type of the load balancer.</p>
2314
2314
  * <p>The possible values are <code>ipv4</code> for IPv4 only, <code>ipv6</code> for IPv6 only,
2315
2315
  * and <code>dualstack</code> for IPv4 and IPv6.</p>
2316
2316
  * @public
2317
2317
  */
2318
- ipAddressType?: IpAddressType;
2318
+ ipAddressType?: IpAddressType | undefined;
2319
2319
  /**
2320
2320
  * <p>A Boolean value that indicates whether HTTPS redirection is enabled for the load
2321
2321
  * balancer.</p>
2322
2322
  * @public
2323
2323
  */
2324
- httpsRedirectionEnabled?: boolean;
2324
+ httpsRedirectionEnabled?: boolean | undefined;
2325
2325
  /**
2326
2326
  * <p>The name of the TLS security policy for the load balancer.</p>
2327
2327
  * @public
2328
2328
  */
2329
- tlsPolicyName?: string;
2329
+ tlsPolicyName?: string | undefined;
2330
2330
  }
2331
2331
  /**
2332
2332
  * @public
@@ -2336,7 +2336,7 @@ export interface GetLoadBalancerResult {
2336
2336
  * <p>An object containing information about your load balancer.</p>
2337
2337
  * @public
2338
2338
  */
2339
- loadBalancer?: LoadBalancer;
2339
+ loadBalancer?: LoadBalancer | undefined;
2340
2340
  }
2341
2341
  /**
2342
2342
  * @public
@@ -2608,12 +2608,12 @@ export interface GetLoadBalancerMetricDataResult {
2608
2608
  * <p>The name of the metric returned.</p>
2609
2609
  * @public
2610
2610
  */
2611
- metricName?: LoadBalancerMetricName;
2611
+ metricName?: LoadBalancerMetricName | undefined;
2612
2612
  /**
2613
2613
  * <p>An array of objects that describe the metric data returned.</p>
2614
2614
  * @public
2615
2615
  */
2616
- metricData?: MetricDatapoint[];
2616
+ metricData?: MetricDatapoint[] | undefined;
2617
2617
  }
2618
2618
  /**
2619
2619
  * @public
@@ -2626,7 +2626,7 @@ export interface GetLoadBalancersRequest {
2626
2626
  * page token in a subsequent request.</p>
2627
2627
  * @public
2628
2628
  */
2629
- pageToken?: string;
2629
+ pageToken?: string | undefined;
2630
2630
  }
2631
2631
  /**
2632
2632
  * @public
@@ -2636,7 +2636,7 @@ export interface GetLoadBalancersResult {
2636
2636
  * <p>An array of LoadBalancer objects describing your load balancers.</p>
2637
2637
  * @public
2638
2638
  */
2639
- loadBalancers?: LoadBalancer[];
2639
+ loadBalancers?: LoadBalancer[] | undefined;
2640
2640
  /**
2641
2641
  * <p>The token to advance to the next page of results from your request.</p>
2642
2642
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -2644,7 +2644,7 @@ export interface GetLoadBalancersResult {
2644
2644
  * specify the next page token using the <code>pageToken</code> parameter.</p>
2645
2645
  * @public
2646
2646
  */
2647
- nextPageToken?: string;
2647
+ nextPageToken?: string | undefined;
2648
2648
  }
2649
2649
  /**
2650
2650
  * @public
@@ -2695,12 +2695,12 @@ export interface LoadBalancerTlsCertificateDnsRecordCreationState {
2695
2695
  * </ul>
2696
2696
  * @public
2697
2697
  */
2698
- code?: LoadBalancerTlsCertificateDnsRecordCreationStateCode;
2698
+ code?: LoadBalancerTlsCertificateDnsRecordCreationStateCode | undefined;
2699
2699
  /**
2700
2700
  * <p>The message that describes the reason for the status code.</p>
2701
2701
  * @public
2702
2702
  */
2703
- message?: string;
2703
+ message?: string | undefined;
2704
2704
  }
2705
2705
  /**
2706
2706
  * @public
@@ -2725,35 +2725,35 @@ export interface LoadBalancerTlsCertificateDomainValidationRecord {
2725
2725
  * <code>example.com</code>.</p>
2726
2726
  * @public
2727
2727
  */
2728
- name?: string;
2728
+ name?: string | undefined;
2729
2729
  /**
2730
2730
  * <p>The type of validation record. For example, <code>CNAME</code> for domain
2731
2731
  * validation.</p>
2732
2732
  * @public
2733
2733
  */
2734
- type?: string;
2734
+ type?: string | undefined;
2735
2735
  /**
2736
2736
  * <p>The value for that type.</p>
2737
2737
  * @public
2738
2738
  */
2739
- value?: string;
2739
+ value?: string | undefined;
2740
2740
  /**
2741
2741
  * <p>The validation status. Valid values are listed below.</p>
2742
2742
  * @public
2743
2743
  */
2744
- validationStatus?: LoadBalancerTlsCertificateDomainStatus;
2744
+ validationStatus?: LoadBalancerTlsCertificateDomainStatus | undefined;
2745
2745
  /**
2746
2746
  * <p>The domain name against which your SSL/TLS certificate was validated.</p>
2747
2747
  * @public
2748
2748
  */
2749
- domainName?: string;
2749
+ domainName?: string | undefined;
2750
2750
  /**
2751
2751
  * <p>An object that describes the state of the canonical name (CNAME) records that are
2752
2752
  * automatically added by Lightsail to the DNS of a domain to validate domain
2753
2753
  * ownership.</p>
2754
2754
  * @public
2755
2755
  */
2756
- dnsRecordCreationState?: LoadBalancerTlsCertificateDnsRecordCreationState;
2756
+ dnsRecordCreationState?: LoadBalancerTlsCertificateDnsRecordCreationState | undefined;
2757
2757
  }
2758
2758
  /**
2759
2759
  * @public
@@ -2780,12 +2780,12 @@ export interface LoadBalancerTlsCertificateDomainValidationOption {
2780
2780
  * <p>The fully qualified domain name in the certificate request.</p>
2781
2781
  * @public
2782
2782
  */
2783
- domainName?: string;
2783
+ domainName?: string | undefined;
2784
2784
  /**
2785
2785
  * <p>The status of the domain validation. Valid values are listed below.</p>
2786
2786
  * @public
2787
2787
  */
2788
- validationStatus?: LoadBalancerTlsCertificateDomainStatus;
2788
+ validationStatus?: LoadBalancerTlsCertificateDomainStatus | undefined;
2789
2789
  }
2790
2790
  /**
2791
2791
  * @public
@@ -2888,14 +2888,14 @@ export interface LoadBalancerTlsCertificateRenewalSummary {
2888
2888
  * </ul>
2889
2889
  * @public
2890
2890
  */
2891
- renewalStatus?: LoadBalancerTlsCertificateRenewalStatus;
2891
+ renewalStatus?: LoadBalancerTlsCertificateRenewalStatus | undefined;
2892
2892
  /**
2893
2893
  * <p>Contains information about the validation of each domain name in the certificate, as it
2894
2894
  * pertains to Lightsail's managed renewal. This is different from the initial validation that
2895
2895
  * occurs as a result of the RequestCertificate request.</p>
2896
2896
  * @public
2897
2897
  */
2898
- domainValidationOptions?: LoadBalancerTlsCertificateDomainValidationOption[];
2898
+ domainValidationOptions?: LoadBalancerTlsCertificateDomainValidationOption[] | undefined;
2899
2899
  }
2900
2900
  /**
2901
2901
  * @public
@@ -2945,30 +2945,30 @@ export interface LoadBalancerTlsCertificate {
2945
2945
  * <p>The name of the SSL/TLS certificate (<code>my-certificate</code>).</p>
2946
2946
  * @public
2947
2947
  */
2948
- name?: string;
2948
+ name?: string | undefined;
2949
2949
  /**
2950
2950
  * <p>The Amazon Resource Name (ARN) of the SSL/TLS certificate.</p>
2951
2951
  * @public
2952
2952
  */
2953
- arn?: string;
2953
+ arn?: string | undefined;
2954
2954
  /**
2955
2955
  * <p>The support code. Include this code in your email to support when you have questions about
2956
2956
  * your Lightsail load balancer or SSL/TLS certificate. This code enables our support team to
2957
2957
  * look up your Lightsail information more easily.</p>
2958
2958
  * @public
2959
2959
  */
2960
- supportCode?: string;
2960
+ supportCode?: string | undefined;
2961
2961
  /**
2962
2962
  * <p>The time when you created your SSL/TLS certificate.</p>
2963
2963
  * @public
2964
2964
  */
2965
- createdAt?: Date;
2965
+ createdAt?: Date | undefined;
2966
2966
  /**
2967
2967
  * <p>The Amazon Web Services Region and Availability Zone where you created your
2968
2968
  * certificate.</p>
2969
2969
  * @public
2970
2970
  */
2971
- location?: ResourceLocation;
2971
+ location?: ResourceLocation | undefined;
2972
2972
  /**
2973
2973
  * <p>The resource type (<code>LoadBalancerTlsCertificate</code>).</p>
2974
2974
  * <ul>
@@ -3042,40 +3042,40 @@ export interface LoadBalancerTlsCertificate {
3042
3042
  * </ul>
3043
3043
  * @public
3044
3044
  */
3045
- resourceType?: ResourceType;
3045
+ resourceType?: ResourceType | undefined;
3046
3046
  /**
3047
3047
  * <p>The tag keys and optional values for the resource. For more information about tags in
3048
3048
  * Lightsail, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags">Amazon Lightsail Developer Guide</a>.</p>
3049
3049
  * @public
3050
3050
  */
3051
- tags?: Tag[];
3051
+ tags?: Tag[] | undefined;
3052
3052
  /**
3053
3053
  * <p>The load balancer name where your SSL/TLS certificate is attached.</p>
3054
3054
  * @public
3055
3055
  */
3056
- loadBalancerName?: string;
3056
+ loadBalancerName?: string | undefined;
3057
3057
  /**
3058
3058
  * <p>When <code>true</code>, the SSL/TLS certificate is attached to the Lightsail load
3059
3059
  * balancer.</p>
3060
3060
  * @public
3061
3061
  */
3062
- isAttached?: boolean;
3062
+ isAttached?: boolean | undefined;
3063
3063
  /**
3064
3064
  * <p>The validation status of the SSL/TLS certificate. Valid values are below.</p>
3065
3065
  * @public
3066
3066
  */
3067
- status?: LoadBalancerTlsCertificateStatus;
3067
+ status?: LoadBalancerTlsCertificateStatus | undefined;
3068
3068
  /**
3069
3069
  * <p>The domain name for your SSL/TLS certificate.</p>
3070
3070
  * @public
3071
3071
  */
3072
- domainName?: string;
3072
+ domainName?: string | undefined;
3073
3073
  /**
3074
3074
  * <p>An array of LoadBalancerTlsCertificateDomainValidationRecord objects describing the
3075
3075
  * records.</p>
3076
3076
  * @public
3077
3077
  */
3078
- domainValidationRecords?: LoadBalancerTlsCertificateDomainValidationRecord[];
3078
+ domainValidationRecords?: LoadBalancerTlsCertificateDomainValidationRecord[] | undefined;
3079
3079
  /**
3080
3080
  * <p>The validation failure reason, if any, of the certificate.</p>
3081
3081
  * <p>The following failure reasons are possible:</p>
@@ -3142,72 +3142,72 @@ export interface LoadBalancerTlsCertificate {
3142
3142
  * </ul>
3143
3143
  * @public
3144
3144
  */
3145
- failureReason?: LoadBalancerTlsCertificateFailureReason;
3145
+ failureReason?: LoadBalancerTlsCertificateFailureReason | undefined;
3146
3146
  /**
3147
3147
  * <p>The time when the SSL/TLS certificate was issued.</p>
3148
3148
  * @public
3149
3149
  */
3150
- issuedAt?: Date;
3150
+ issuedAt?: Date | undefined;
3151
3151
  /**
3152
3152
  * <p>The issuer of the certificate.</p>
3153
3153
  * @public
3154
3154
  */
3155
- issuer?: string;
3155
+ issuer?: string | undefined;
3156
3156
  /**
3157
3157
  * <p>The algorithm used to generate the key pair (the public and private key).</p>
3158
3158
  * @public
3159
3159
  */
3160
- keyAlgorithm?: string;
3160
+ keyAlgorithm?: string | undefined;
3161
3161
  /**
3162
3162
  * <p>The timestamp when the SSL/TLS certificate expires.</p>
3163
3163
  * @public
3164
3164
  */
3165
- notAfter?: Date;
3165
+ notAfter?: Date | undefined;
3166
3166
  /**
3167
3167
  * <p>The timestamp when the SSL/TLS certificate is first valid.</p>
3168
3168
  * @public
3169
3169
  */
3170
- notBefore?: Date;
3170
+ notBefore?: Date | undefined;
3171
3171
  /**
3172
3172
  * <p>An object that describes the status of the certificate renewal managed by
3173
3173
  * Lightsail.</p>
3174
3174
  * @public
3175
3175
  */
3176
- renewalSummary?: LoadBalancerTlsCertificateRenewalSummary;
3176
+ renewalSummary?: LoadBalancerTlsCertificateRenewalSummary | undefined;
3177
3177
  /**
3178
3178
  * <p>The reason the certificate was revoked. This value is present only when the certificate
3179
3179
  * status is <code>REVOKED</code>.</p>
3180
3180
  * @public
3181
3181
  */
3182
- revocationReason?: LoadBalancerTlsCertificateRevocationReason;
3182
+ revocationReason?: LoadBalancerTlsCertificateRevocationReason | undefined;
3183
3183
  /**
3184
3184
  * <p>The timestamp when the certificate was revoked. This value is present only when the
3185
3185
  * certificate status is <code>REVOKED</code>.</p>
3186
3186
  * @public
3187
3187
  */
3188
- revokedAt?: Date;
3188
+ revokedAt?: Date | undefined;
3189
3189
  /**
3190
3190
  * <p>The serial number of the certificate.</p>
3191
3191
  * @public
3192
3192
  */
3193
- serial?: string;
3193
+ serial?: string | undefined;
3194
3194
  /**
3195
3195
  * <p>The algorithm that was used to sign the certificate.</p>
3196
3196
  * @public
3197
3197
  */
3198
- signatureAlgorithm?: string;
3198
+ signatureAlgorithm?: string | undefined;
3199
3199
  /**
3200
3200
  * <p>The name of the entity that is associated with the public key contained in the
3201
3201
  * certificate.</p>
3202
3202
  * @public
3203
3203
  */
3204
- subject?: string;
3204
+ subject?: string | undefined;
3205
3205
  /**
3206
3206
  * <p>An array of strings that specify the alternate domains (<code>example2.com</code>) and
3207
3207
  * subdomains (<code>blog.example.com</code>) for the certificate.</p>
3208
3208
  * @public
3209
3209
  */
3210
- subjectAlternativeNames?: string[];
3210
+ subjectAlternativeNames?: string[] | undefined;
3211
3211
  }
3212
3212
  /**
3213
3213
  * @public
@@ -3218,7 +3218,7 @@ export interface GetLoadBalancerTlsCertificatesResult {
3218
3218
  * certificates.</p>
3219
3219
  * @public
3220
3220
  */
3221
- tlsCertificates?: LoadBalancerTlsCertificate[];
3221
+ tlsCertificates?: LoadBalancerTlsCertificate[] | undefined;
3222
3222
  }
3223
3223
  /**
3224
3224
  * @public
@@ -3231,7 +3231,7 @@ export interface GetLoadBalancerTlsPoliciesRequest {
3231
3231
  * as the page token in a subsequent request.</p>
3232
3232
  * @public
3233
3233
  */
3234
- pageToken?: string;
3234
+ pageToken?: string | undefined;
3235
3235
  }
3236
3236
  /**
3237
3237
  * <p>Describes the TLS security policies that are available for Lightsail load
@@ -3246,28 +3246,28 @@ export interface LoadBalancerTlsPolicy {
3246
3246
  * <p>The name of the TLS security policy.</p>
3247
3247
  * @public
3248
3248
  */
3249
- name?: string;
3249
+ name?: string | undefined;
3250
3250
  /**
3251
3251
  * <p>A Boolean value that indicates whether the TLS security policy is the default.</p>
3252
3252
  * @public
3253
3253
  */
3254
- isDefault?: boolean;
3254
+ isDefault?: boolean | undefined;
3255
3255
  /**
3256
3256
  * <p>The description of the TLS security policy.</p>
3257
3257
  * @public
3258
3258
  */
3259
- description?: string;
3259
+ description?: string | undefined;
3260
3260
  /**
3261
3261
  * <p>The protocols used in a given TLS security policy.</p>
3262
3262
  * @public
3263
3263
  */
3264
- protocols?: string[];
3264
+ protocols?: string[] | undefined;
3265
3265
  /**
3266
3266
  * <p>The ciphers used by the TLS security policy.</p>
3267
3267
  * <p>The ciphers are listed in order of preference.</p>
3268
3268
  * @public
3269
3269
  */
3270
- ciphers?: string[];
3270
+ ciphers?: string[] | undefined;
3271
3271
  }
3272
3272
  /**
3273
3273
  * @public
@@ -3277,7 +3277,7 @@ export interface GetLoadBalancerTlsPoliciesResult {
3277
3277
  * <p>An array of objects that describe the TLS security policies that are available.</p>
3278
3278
  * @public
3279
3279
  */
3280
- tlsPolicies?: LoadBalancerTlsPolicy[];
3280
+ tlsPolicies?: LoadBalancerTlsPolicy[] | undefined;
3281
3281
  /**
3282
3282
  * <p>The token to advance to the next page of results from your request.</p>
3283
3283
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -3285,7 +3285,7 @@ export interface GetLoadBalancerTlsPoliciesResult {
3285
3285
  * request and specify the next page token using the <code>pageToken</code> parameter.</p>
3286
3286
  * @public
3287
3287
  */
3288
- nextPageToken?: string;
3288
+ nextPageToken?: string | undefined;
3289
3289
  }
3290
3290
  /**
3291
3291
  * @public
@@ -3306,7 +3306,7 @@ export interface GetOperationResult {
3306
3306
  * request, the timestamp of the request, and the resources affected by the request.</p>
3307
3307
  * @public
3308
3308
  */
3309
- operation?: Operation;
3309
+ operation?: Operation | undefined;
3310
3310
  }
3311
3311
  /**
3312
3312
  * @public
@@ -3319,7 +3319,7 @@ export interface GetOperationsRequest {
3319
3319
  * page token in a subsequent request.</p>
3320
3320
  * @public
3321
3321
  */
3322
- pageToken?: string;
3322
+ pageToken?: string | undefined;
3323
3323
  }
3324
3324
  /**
3325
3325
  * @public
@@ -3330,7 +3330,7 @@ export interface GetOperationsResult {
3330
3330
  * request, the timestamp of the request, and the resources affected by the request.</p>
3331
3331
  * @public
3332
3332
  */
3333
- operations?: Operation[];
3333
+ operations?: Operation[] | undefined;
3334
3334
  /**
3335
3335
  * <p>The token to advance to the next page of results from your request.</p>
3336
3336
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -3338,7 +3338,7 @@ export interface GetOperationsResult {
3338
3338
  * specify the next page token using the <code>pageToken</code> parameter.</p>
3339
3339
  * @public
3340
3340
  */
3341
- nextPageToken?: string;
3341
+ nextPageToken?: string | undefined;
3342
3342
  }
3343
3343
  /**
3344
3344
  * @public
@@ -3356,7 +3356,7 @@ export interface GetOperationsForResourceRequest {
3356
3356
  * the page token in a subsequent request.</p>
3357
3357
  * @public
3358
3358
  */
3359
- pageToken?: string;
3359
+ pageToken?: string | undefined;
3360
3360
  }
3361
3361
  /**
3362
3362
  * @public
@@ -3367,7 +3367,7 @@ export interface GetOperationsForResourceResult {
3367
3367
  * request, the timestamp of the request, and the resources affected by the request.</p>
3368
3368
  * @public
3369
3369
  */
3370
- operations?: Operation[];
3370
+ operations?: Operation[] | undefined;
3371
3371
  /**
3372
3372
  * @deprecated
3373
3373
  *
@@ -3379,7 +3379,7 @@ export interface GetOperationsForResourceResult {
3379
3379
  * </note>
3380
3380
  * @public
3381
3381
  */
3382
- nextPageCount?: string;
3382
+ nextPageCount?: string | undefined;
3383
3383
  /**
3384
3384
  * <p>The token to advance to the next page of results from your request.</p>
3385
3385
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -3387,7 +3387,7 @@ export interface GetOperationsForResourceResult {
3387
3387
  * request and specify the next page token using the <code>pageToken</code> parameter.</p>
3388
3388
  * @public
3389
3389
  */
3390
- nextPageToken?: string;
3390
+ nextPageToken?: string | undefined;
3391
3391
  }
3392
3392
  /**
3393
3393
  * @public
@@ -3398,14 +3398,14 @@ export interface GetRegionsRequest {
3398
3398
  * request. Availability Zones are indicated with a letter: <code>us-east-2a</code>.</p>
3399
3399
  * @public
3400
3400
  */
3401
- includeAvailabilityZones?: boolean;
3401
+ includeAvailabilityZones?: boolean | undefined;
3402
3402
  /**
3403
3403
  * <p>A Boolean value indicating whether to also include Availability Zones for databases in
3404
3404
  * your get regions request. Availability Zones are indicated with a letter
3405
3405
  * (<code>us-east-2a</code>).</p>
3406
3406
  * @public
3407
3407
  */
3408
- includeRelationalDatabaseAvailabilityZones?: boolean;
3408
+ includeRelationalDatabaseAvailabilityZones?: boolean | undefined;
3409
3409
  }
3410
3410
  /**
3411
3411
  * <p>Describes the Amazon Web Services Region.</p>
@@ -3416,35 +3416,35 @@ export interface Region {
3416
3416
  * <p>The continent code (<code>NA</code>, meaning North America).</p>
3417
3417
  * @public
3418
3418
  */
3419
- continentCode?: string;
3419
+ continentCode?: string | undefined;
3420
3420
  /**
3421
3421
  * <p>The description of the Amazon Web Services Region (<code>This region is recommended to
3422
3422
  * serve users in the eastern United States and eastern Canada</code>).</p>
3423
3423
  * @public
3424
3424
  */
3425
- description?: string;
3425
+ description?: string | undefined;
3426
3426
  /**
3427
3427
  * <p>The display name (<code>Ohio</code>).</p>
3428
3428
  * @public
3429
3429
  */
3430
- displayName?: string;
3430
+ displayName?: string | undefined;
3431
3431
  /**
3432
3432
  * <p>The region name (<code>us-east-2</code>).</p>
3433
3433
  * @public
3434
3434
  */
3435
- name?: RegionName;
3435
+ name?: RegionName | undefined;
3436
3436
  /**
3437
3437
  * <p>The Availability Zones. Follows the format <code>us-east-2a</code>
3438
3438
  * (case-sensitive).</p>
3439
3439
  * @public
3440
3440
  */
3441
- availabilityZones?: AvailabilityZone[];
3441
+ availabilityZones?: AvailabilityZone[] | undefined;
3442
3442
  /**
3443
3443
  * <p>The Availability Zones for databases. Follows the format <code>us-east-2a</code>
3444
3444
  * (case-sensitive).</p>
3445
3445
  * @public
3446
3446
  */
3447
- relationalDatabaseAvailabilityZones?: AvailabilityZone[];
3447
+ relationalDatabaseAvailabilityZones?: AvailabilityZone[] | undefined;
3448
3448
  }
3449
3449
  /**
3450
3450
  * @public
@@ -3454,7 +3454,7 @@ export interface GetRegionsResult {
3454
3454
  * <p>An array of key-value pairs containing information about your get regions request.</p>
3455
3455
  * @public
3456
3456
  */
3457
- regions?: Region[];
3457
+ regions?: Region[] | undefined;
3458
3458
  }
3459
3459
  /**
3460
3460
  * @public
@@ -3475,17 +3475,17 @@ export interface RelationalDatabaseHardware {
3475
3475
  * <p>The number of vCPUs for the database.</p>
3476
3476
  * @public
3477
3477
  */
3478
- cpuCount?: number;
3478
+ cpuCount?: number | undefined;
3479
3479
  /**
3480
3480
  * <p>The size of the disk for the database.</p>
3481
3481
  * @public
3482
3482
  */
3483
- diskSizeInGb?: number;
3483
+ diskSizeInGb?: number | undefined;
3484
3484
  /**
3485
3485
  * <p>The amount of RAM in GB for the database.</p>
3486
3486
  * @public
3487
3487
  */
3488
- ramSizeInGb?: number;
3488
+ ramSizeInGb?: number | undefined;
3489
3489
  }
3490
3490
  /**
3491
3491
  * <p>Describes an endpoint for a database.</p>
@@ -3496,12 +3496,12 @@ export interface RelationalDatabaseEndpoint {
3496
3496
  * <p>Specifies the port that the database is listening on.</p>
3497
3497
  * @public
3498
3498
  */
3499
- port?: number;
3499
+ port?: number | undefined;
3500
3500
  /**
3501
3501
  * <p>Specifies the DNS address of the database.</p>
3502
3502
  * @public
3503
3503
  */
3504
- address?: string;
3504
+ address?: string | undefined;
3505
3505
  }
3506
3506
  /**
3507
3507
  * <p>Describes a pending database maintenance action.</p>
@@ -3512,17 +3512,17 @@ export interface PendingMaintenanceAction {
3512
3512
  * <p>The type of pending database maintenance action.</p>
3513
3513
  * @public
3514
3514
  */
3515
- action?: string;
3515
+ action?: string | undefined;
3516
3516
  /**
3517
3517
  * <p>Additional detail about the pending database maintenance action.</p>
3518
3518
  * @public
3519
3519
  */
3520
- description?: string;
3520
+ description?: string | undefined;
3521
3521
  /**
3522
3522
  * <p>The effective date of the pending database maintenance action.</p>
3523
3523
  * @public
3524
3524
  */
3525
- currentApplyDate?: Date;
3525
+ currentApplyDate?: Date | undefined;
3526
3526
  }
3527
3527
  /**
3528
3528
  * <p>Describes a pending database value modification.</p>
@@ -3533,17 +3533,17 @@ export interface PendingModifiedRelationalDatabaseValues {
3533
3533
  * <p>The password for the master user of the database.</p>
3534
3534
  * @public
3535
3535
  */
3536
- masterUserPassword?: string;
3536
+ masterUserPassword?: string | undefined;
3537
3537
  /**
3538
3538
  * <p>The database engine version.</p>
3539
3539
  * @public
3540
3540
  */
3541
- engineVersion?: string;
3541
+ engineVersion?: string | undefined;
3542
3542
  /**
3543
3543
  * <p>A Boolean value indicating whether automated backup retention is enabled.</p>
3544
3544
  * @public
3545
3545
  */
3546
- backupRetentionEnabled?: boolean;
3546
+ backupRetentionEnabled?: boolean | undefined;
3547
3547
  }
3548
3548
  /**
3549
3549
  * <p>Describes a database.</p>
@@ -3554,146 +3554,146 @@ export interface RelationalDatabase {
3554
3554
  * <p>The unique name of the database resource in Lightsail.</p>
3555
3555
  * @public
3556
3556
  */
3557
- name?: string;
3557
+ name?: string | undefined;
3558
3558
  /**
3559
3559
  * <p>The Amazon Resource Name (ARN) of the database.</p>
3560
3560
  * @public
3561
3561
  */
3562
- arn?: string;
3562
+ arn?: string | undefined;
3563
3563
  /**
3564
3564
  * <p>The support code for the database. Include this code in your email to support when you
3565
3565
  * have questions about a database in Lightsail. This code enables our support team to look up
3566
3566
  * your Lightsail information more easily.</p>
3567
3567
  * @public
3568
3568
  */
3569
- supportCode?: string;
3569
+ supportCode?: string | undefined;
3570
3570
  /**
3571
3571
  * <p>The timestamp when the database was created. Formatted in Unix time.</p>
3572
3572
  * @public
3573
3573
  */
3574
- createdAt?: Date;
3574
+ createdAt?: Date | undefined;
3575
3575
  /**
3576
3576
  * <p>The Region name and Availability Zone where the database is located.</p>
3577
3577
  * @public
3578
3578
  */
3579
- location?: ResourceLocation;
3579
+ location?: ResourceLocation | undefined;
3580
3580
  /**
3581
3581
  * <p>The Lightsail resource type for the database (for example,
3582
3582
  * <code>RelationalDatabase</code>).</p>
3583
3583
  * @public
3584
3584
  */
3585
- resourceType?: ResourceType;
3585
+ resourceType?: ResourceType | undefined;
3586
3586
  /**
3587
3587
  * <p>The tag keys and optional values for the resource. For more information about tags in
3588
3588
  * Lightsail, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags">Amazon Lightsail Developer Guide</a>.</p>
3589
3589
  * @public
3590
3590
  */
3591
- tags?: Tag[];
3591
+ tags?: Tag[] | undefined;
3592
3592
  /**
3593
3593
  * <p>The blueprint ID for the database. A blueprint describes the major engine version of a
3594
3594
  * database.</p>
3595
3595
  * @public
3596
3596
  */
3597
- relationalDatabaseBlueprintId?: string;
3597
+ relationalDatabaseBlueprintId?: string | undefined;
3598
3598
  /**
3599
3599
  * <p>The bundle ID for the database. A bundle describes the performance specifications for your
3600
3600
  * database.</p>
3601
3601
  * @public
3602
3602
  */
3603
- relationalDatabaseBundleId?: string;
3603
+ relationalDatabaseBundleId?: string | undefined;
3604
3604
  /**
3605
3605
  * <p>The name of the master database created when the Lightsail database resource is
3606
3606
  * created.</p>
3607
3607
  * @public
3608
3608
  */
3609
- masterDatabaseName?: string;
3609
+ masterDatabaseName?: string | undefined;
3610
3610
  /**
3611
3611
  * <p>Describes the hardware of the database.</p>
3612
3612
  * @public
3613
3613
  */
3614
- hardware?: RelationalDatabaseHardware;
3614
+ hardware?: RelationalDatabaseHardware | undefined;
3615
3615
  /**
3616
3616
  * <p>Describes the current state of the database.</p>
3617
3617
  * @public
3618
3618
  */
3619
- state?: string;
3619
+ state?: string | undefined;
3620
3620
  /**
3621
3621
  * <p>Describes the secondary Availability Zone of a high availability database.</p>
3622
3622
  * <p>The secondary database is used for failover support of a high availability
3623
3623
  * database.</p>
3624
3624
  * @public
3625
3625
  */
3626
- secondaryAvailabilityZone?: string;
3626
+ secondaryAvailabilityZone?: string | undefined;
3627
3627
  /**
3628
3628
  * <p>A Boolean value indicating whether automated backup retention is enabled for the
3629
3629
  * database.</p>
3630
3630
  * @public
3631
3631
  */
3632
- backupRetentionEnabled?: boolean;
3632
+ backupRetentionEnabled?: boolean | undefined;
3633
3633
  /**
3634
3634
  * <p>Describes pending database value modifications.</p>
3635
3635
  * @public
3636
3636
  */
3637
- pendingModifiedValues?: PendingModifiedRelationalDatabaseValues;
3637
+ pendingModifiedValues?: PendingModifiedRelationalDatabaseValues | undefined;
3638
3638
  /**
3639
3639
  * <p>The database software (for example, <code>MySQL</code>).</p>
3640
3640
  * @public
3641
3641
  */
3642
- engine?: string;
3642
+ engine?: string | undefined;
3643
3643
  /**
3644
3644
  * <p>The database engine version (for example, <code>5.7.23</code>).</p>
3645
3645
  * @public
3646
3646
  */
3647
- engineVersion?: string;
3647
+ engineVersion?: string | undefined;
3648
3648
  /**
3649
3649
  * <p>The latest point in time to which the database can be restored. Formatted in Unix
3650
3650
  * time.</p>
3651
3651
  * @public
3652
3652
  */
3653
- latestRestorableTime?: Date;
3653
+ latestRestorableTime?: Date | undefined;
3654
3654
  /**
3655
3655
  * <p>The master user name of the database.</p>
3656
3656
  * @public
3657
3657
  */
3658
- masterUsername?: string;
3658
+ masterUsername?: string | undefined;
3659
3659
  /**
3660
3660
  * <p>The status of parameter updates for the database.</p>
3661
3661
  * @public
3662
3662
  */
3663
- parameterApplyStatus?: string;
3663
+ parameterApplyStatus?: string | undefined;
3664
3664
  /**
3665
3665
  * <p>The daily time range during which automated backups are created for the database (for
3666
3666
  * example, <code>16:00-16:30</code>).</p>
3667
3667
  * @public
3668
3668
  */
3669
- preferredBackupWindow?: string;
3669
+ preferredBackupWindow?: string | undefined;
3670
3670
  /**
3671
3671
  * <p>The weekly time range during which system maintenance can occur on the database.</p>
3672
3672
  * <p>In the format <code>ddd:hh24:mi-ddd:hh24:mi</code>. For example,
3673
3673
  * <code>Tue:17:00-Tue:17:30</code>.</p>
3674
3674
  * @public
3675
3675
  */
3676
- preferredMaintenanceWindow?: string;
3676
+ preferredMaintenanceWindow?: string | undefined;
3677
3677
  /**
3678
3678
  * <p>A Boolean value indicating whether the database is publicly accessible.</p>
3679
3679
  * @public
3680
3680
  */
3681
- publiclyAccessible?: boolean;
3681
+ publiclyAccessible?: boolean | undefined;
3682
3682
  /**
3683
3683
  * <p>The master endpoint for the database.</p>
3684
3684
  * @public
3685
3685
  */
3686
- masterEndpoint?: RelationalDatabaseEndpoint;
3686
+ masterEndpoint?: RelationalDatabaseEndpoint | undefined;
3687
3687
  /**
3688
3688
  * <p>Describes the pending maintenance actions for the database.</p>
3689
3689
  * @public
3690
3690
  */
3691
- pendingMaintenanceActions?: PendingMaintenanceAction[];
3691
+ pendingMaintenanceActions?: PendingMaintenanceAction[] | undefined;
3692
3692
  /**
3693
3693
  * <p>The certificate associated with the database.</p>
3694
3694
  * @public
3695
3695
  */
3696
- caCertificateIdentifier?: string;
3696
+ caCertificateIdentifier?: string | undefined;
3697
3697
  }
3698
3698
  /**
3699
3699
  * @public
@@ -3703,7 +3703,7 @@ export interface GetRelationalDatabaseResult {
3703
3703
  * <p>An object describing the specified database.</p>
3704
3704
  * @public
3705
3705
  */
3706
- relationalDatabase?: RelationalDatabase;
3706
+ relationalDatabase?: RelationalDatabase | undefined;
3707
3707
  }
3708
3708
  /**
3709
3709
  * @public
@@ -3716,7 +3716,7 @@ export interface GetRelationalDatabaseBlueprintsRequest {
3716
3716
  * can specify as the page token in a subsequent request.</p>
3717
3717
  * @public
3718
3718
  */
3719
- pageToken?: string;
3719
+ pageToken?: string | undefined;
3720
3720
  }
3721
3721
  /**
3722
3722
  * @public
@@ -3739,34 +3739,34 @@ export interface RelationalDatabaseBlueprint {
3739
3739
  * <p>The ID for the database blueprint.</p>
3740
3740
  * @public
3741
3741
  */
3742
- blueprintId?: string;
3742
+ blueprintId?: string | undefined;
3743
3743
  /**
3744
3744
  * <p>The database software of the database blueprint (for example, <code>MySQL</code>).</p>
3745
3745
  * @public
3746
3746
  */
3747
- engine?: RelationalDatabaseEngine;
3747
+ engine?: RelationalDatabaseEngine | undefined;
3748
3748
  /**
3749
3749
  * <p>The database engine version for the database blueprint (for example,
3750
3750
  * <code>5.7.23</code>).</p>
3751
3751
  * @public
3752
3752
  */
3753
- engineVersion?: string;
3753
+ engineVersion?: string | undefined;
3754
3754
  /**
3755
3755
  * <p>The description of the database engine for the database blueprint.</p>
3756
3756
  * @public
3757
3757
  */
3758
- engineDescription?: string;
3758
+ engineDescription?: string | undefined;
3759
3759
  /**
3760
3760
  * <p>The description of the database engine version for the database blueprint.</p>
3761
3761
  * @public
3762
3762
  */
3763
- engineVersionDescription?: string;
3763
+ engineVersionDescription?: string | undefined;
3764
3764
  /**
3765
3765
  * <p>A Boolean value indicating whether the engine version is the default for the database
3766
3766
  * blueprint.</p>
3767
3767
  * @public
3768
3768
  */
3769
- isEngineDefault?: boolean;
3769
+ isEngineDefault?: boolean | undefined;
3770
3770
  }
3771
3771
  /**
3772
3772
  * @public
@@ -3776,7 +3776,7 @@ export interface GetRelationalDatabaseBlueprintsResult {
3776
3776
  * <p>An object describing the result of your get relational database blueprints request.</p>
3777
3777
  * @public
3778
3778
  */
3779
- blueprints?: RelationalDatabaseBlueprint[];
3779
+ blueprints?: RelationalDatabaseBlueprint[] | undefined;
3780
3780
  /**
3781
3781
  * <p>The token to advance to the next page of results from your request.</p>
3782
3782
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -3785,7 +3785,7 @@ export interface GetRelationalDatabaseBlueprintsResult {
3785
3785
  * the <code>pageToken</code> parameter.</p>
3786
3786
  * @public
3787
3787
  */
3788
- nextPageToken?: string;
3788
+ nextPageToken?: string | undefined;
3789
3789
  }
3790
3790
  /**
3791
3791
  * @public
@@ -3798,13 +3798,13 @@ export interface GetRelationalDatabaseBundlesRequest {
3798
3798
  * as the page token in a subsequent request.</p>
3799
3799
  * @public
3800
3800
  */
3801
- pageToken?: string;
3801
+ pageToken?: string | undefined;
3802
3802
  /**
3803
3803
  * <p>A Boolean value that indicates whether to include inactive (unavailable) bundles in the
3804
3804
  * response of your request.</p>
3805
3805
  * @public
3806
3806
  */
3807
- includeInactive?: boolean;
3807
+ includeInactive?: boolean | undefined;
3808
3808
  }
3809
3809
  /**
3810
3810
  * <p>Describes a database bundle. A bundle describes the performance specifications of the
@@ -3816,47 +3816,47 @@ export interface RelationalDatabaseBundle {
3816
3816
  * <p>The ID for the database bundle.</p>
3817
3817
  * @public
3818
3818
  */
3819
- bundleId?: string;
3819
+ bundleId?: string | undefined;
3820
3820
  /**
3821
3821
  * <p>The name for the database bundle.</p>
3822
3822
  * @public
3823
3823
  */
3824
- name?: string;
3824
+ name?: string | undefined;
3825
3825
  /**
3826
3826
  * <p>The cost of the database bundle in US currency.</p>
3827
3827
  * @public
3828
3828
  */
3829
- price?: number;
3829
+ price?: number | undefined;
3830
3830
  /**
3831
3831
  * <p>The amount of RAM in GB (for example, <code>2.0</code>) for the database bundle.</p>
3832
3832
  * @public
3833
3833
  */
3834
- ramSizeInGb?: number;
3834
+ ramSizeInGb?: number | undefined;
3835
3835
  /**
3836
3836
  * <p>The size of the disk for the database bundle.</p>
3837
3837
  * @public
3838
3838
  */
3839
- diskSizeInGb?: number;
3839
+ diskSizeInGb?: number | undefined;
3840
3840
  /**
3841
3841
  * <p>The data transfer rate per month in GB for the database bundle.</p>
3842
3842
  * @public
3843
3843
  */
3844
- transferPerMonthInGb?: number;
3844
+ transferPerMonthInGb?: number | undefined;
3845
3845
  /**
3846
3846
  * <p>The number of virtual CPUs (vCPUs) for the database bundle.</p>
3847
3847
  * @public
3848
3848
  */
3849
- cpuCount?: number;
3849
+ cpuCount?: number | undefined;
3850
3850
  /**
3851
3851
  * <p>A Boolean value indicating whether the database bundle is encrypted.</p>
3852
3852
  * @public
3853
3853
  */
3854
- isEncrypted?: boolean;
3854
+ isEncrypted?: boolean | undefined;
3855
3855
  /**
3856
3856
  * <p>A Boolean value indicating whether the database bundle is active.</p>
3857
3857
  * @public
3858
3858
  */
3859
- isActive?: boolean;
3859
+ isActive?: boolean | undefined;
3860
3860
  }
3861
3861
  /**
3862
3862
  * @public
@@ -3866,7 +3866,7 @@ export interface GetRelationalDatabaseBundlesResult {
3866
3866
  * <p>An object describing the result of your get relational database bundles request.</p>
3867
3867
  * @public
3868
3868
  */
3869
- bundles?: RelationalDatabaseBundle[];
3869
+ bundles?: RelationalDatabaseBundle[] | undefined;
3870
3870
  /**
3871
3871
  * <p>The token to advance to the next page of results from your request.</p>
3872
3872
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -3874,7 +3874,7 @@ export interface GetRelationalDatabaseBundlesResult {
3874
3874
  * request and specify the next page token using the <code>pageToken</code> parameter.</p>
3875
3875
  * @public
3876
3876
  */
3877
- nextPageToken?: string;
3877
+ nextPageToken?: string | undefined;
3878
3878
  }
3879
3879
  /**
3880
3880
  * @public
@@ -3893,7 +3893,7 @@ export interface GetRelationalDatabaseEventsRequest {
3893
3893
  * <p>The minimum is 1 and the maximum is 14 days (20160 minutes).</p>
3894
3894
  * @public
3895
3895
  */
3896
- durationInMinutes?: number;
3896
+ durationInMinutes?: number | undefined;
3897
3897
  /**
3898
3898
  * <p>The token to advance to the next page of results from your request.</p>
3899
3899
  * <p>To get a page token, perform an initial <code>GetRelationalDatabaseEvents</code> request.
@@ -3901,7 +3901,7 @@ export interface GetRelationalDatabaseEventsRequest {
3901
3901
  * as the page token in a subsequent request.</p>
3902
3902
  * @public
3903
3903
  */
3904
- pageToken?: string;
3904
+ pageToken?: string | undefined;
3905
3905
  }
3906
3906
  /**
3907
3907
  * <p>Describes an event for a database.</p>
@@ -3912,22 +3912,22 @@ export interface RelationalDatabaseEvent {
3912
3912
  * <p>The database that the database event relates to.</p>
3913
3913
  * @public
3914
3914
  */
3915
- resource?: string;
3915
+ resource?: string | undefined;
3916
3916
  /**
3917
3917
  * <p>The timestamp when the database event was created.</p>
3918
3918
  * @public
3919
3919
  */
3920
- createdAt?: Date;
3920
+ createdAt?: Date | undefined;
3921
3921
  /**
3922
3922
  * <p>The message of the database event.</p>
3923
3923
  * @public
3924
3924
  */
3925
- message?: string;
3925
+ message?: string | undefined;
3926
3926
  /**
3927
3927
  * <p>The category that the database event belongs to.</p>
3928
3928
  * @public
3929
3929
  */
3930
- eventCategories?: string[];
3930
+ eventCategories?: string[] | undefined;
3931
3931
  }
3932
3932
  /**
3933
3933
  * @public
@@ -3937,7 +3937,7 @@ export interface GetRelationalDatabaseEventsResult {
3937
3937
  * <p>An object describing the result of your get relational database events request.</p>
3938
3938
  * @public
3939
3939
  */
3940
- relationalDatabaseEvents?: RelationalDatabaseEvent[];
3940
+ relationalDatabaseEvents?: RelationalDatabaseEvent[] | undefined;
3941
3941
  /**
3942
3942
  * <p>The token to advance to the next page of results from your request.</p>
3943
3943
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -3945,7 +3945,7 @@ export interface GetRelationalDatabaseEventsResult {
3945
3945
  * request and specify the next page token using the <code>pageToken</code> parameter.</p>
3946
3946
  * @public
3947
3947
  */
3948
- nextPageToken?: string;
3948
+ nextPageToken?: string | undefined;
3949
3949
  }
3950
3950
  /**
3951
3951
  * @public
@@ -3978,7 +3978,7 @@ export interface GetRelationalDatabaseLogEventsRequest {
3978
3978
  * </ul>
3979
3979
  * @public
3980
3980
  */
3981
- startTime?: Date;
3981
+ startTime?: Date | undefined;
3982
3982
  /**
3983
3983
  * <p>The end of the time interval from which to get log events.</p>
3984
3984
  * <p>Constraints:</p>
@@ -3994,7 +3994,7 @@ export interface GetRelationalDatabaseLogEventsRequest {
3994
3994
  * </ul>
3995
3995
  * @public
3996
3996
  */
3997
- endTime?: Date;
3997
+ endTime?: Date | undefined;
3998
3998
  /**
3999
3999
  * <p>Parameter to specify if the log should start from head or tail. If <code>true</code> is
4000
4000
  * specified, the log event starts from the head of the log. If <code>false</code> is specified,
@@ -4005,7 +4005,7 @@ export interface GetRelationalDatabaseLogEventsRequest {
4005
4005
  * </note>
4006
4006
  * @public
4007
4007
  */
4008
- startFromHead?: boolean;
4008
+ startFromHead?: boolean | undefined;
4009
4009
  /**
4010
4010
  * <p>The token to advance to the next or previous page of results from your request.</p>
4011
4011
  * <p>To get a page token, perform an initial <code>GetRelationalDatabaseLogEvents</code>
@@ -4013,7 +4013,7 @@ export interface GetRelationalDatabaseLogEventsRequest {
4013
4013
  * next backward token that you can specify as the page token in a subsequent request.</p>
4014
4014
  * @public
4015
4015
  */
4016
- pageToken?: string;
4016
+ pageToken?: string | undefined;
4017
4017
  }
4018
4018
  /**
4019
4019
  * <p>Describes a database log event.</p>
@@ -4024,12 +4024,12 @@ export interface LogEvent {
4024
4024
  * <p>The timestamp when the database log event was created.</p>
4025
4025
  * @public
4026
4026
  */
4027
- createdAt?: Date;
4027
+ createdAt?: Date | undefined;
4028
4028
  /**
4029
4029
  * <p>The message of the database log event.</p>
4030
4030
  * @public
4031
4031
  */
4032
- message?: string;
4032
+ message?: string | undefined;
4033
4033
  }
4034
4034
  /**
4035
4035
  * @public
@@ -4039,19 +4039,19 @@ export interface GetRelationalDatabaseLogEventsResult {
4039
4039
  * <p>An object describing the result of your get relational database log events request.</p>
4040
4040
  * @public
4041
4041
  */
4042
- resourceLogEvents?: LogEvent[];
4042
+ resourceLogEvents?: LogEvent[] | undefined;
4043
4043
  /**
4044
4044
  * <p>A token used for advancing to the previous page of results from your get relational
4045
4045
  * database log events request.</p>
4046
4046
  * @public
4047
4047
  */
4048
- nextBackwardToken?: string;
4048
+ nextBackwardToken?: string | undefined;
4049
4049
  /**
4050
4050
  * <p>A token used for advancing to the next page of results from your get relational database
4051
4051
  * log events request.</p>
4052
4052
  * @public
4053
4053
  */
4054
- nextForwardToken?: string;
4054
+ nextForwardToken?: string | undefined;
4055
4055
  }
4056
4056
  /**
4057
4057
  * @public
@@ -4072,7 +4072,7 @@ export interface GetRelationalDatabaseLogStreamsResult {
4072
4072
  * request.</p>
4073
4073
  * @public
4074
4074
  */
4075
- logStreams?: string[];
4075
+ logStreams?: string[] | undefined;
4076
4076
  }
4077
4077
  /**
4078
4078
  * @public
@@ -4107,7 +4107,7 @@ export interface GetRelationalDatabaseMasterUserPasswordRequest {
4107
4107
  * </p>
4108
4108
  * @public
4109
4109
  */
4110
- passwordVersion?: RelationalDatabasePasswordVersion;
4110
+ passwordVersion?: RelationalDatabasePasswordVersion | undefined;
4111
4111
  }
4112
4112
  /**
4113
4113
  * @public
@@ -4117,12 +4117,12 @@ export interface GetRelationalDatabaseMasterUserPasswordResult {
4117
4117
  * <p>The master user password for the <code>password version</code> specified.</p>
4118
4118
  * @public
4119
4119
  */
4120
- masterUserPassword?: string;
4120
+ masterUserPassword?: string | undefined;
4121
4121
  /**
4122
4122
  * <p>The timestamp when the specified version of the master user password was created.</p>
4123
4123
  * @public
4124
4124
  */
4125
- createdAt?: Date;
4125
+ createdAt?: Date | undefined;
4126
4126
  }
4127
4127
  /**
4128
4128
  * @public
@@ -4320,12 +4320,12 @@ export interface GetRelationalDatabaseMetricDataResult {
4320
4320
  * <p>The name of the metric returned.</p>
4321
4321
  * @public
4322
4322
  */
4323
- metricName?: RelationalDatabaseMetricName;
4323
+ metricName?: RelationalDatabaseMetricName | undefined;
4324
4324
  /**
4325
4325
  * <p>An array of objects that describe the metric data returned.</p>
4326
4326
  * @public
4327
4327
  */
4328
- metricData?: MetricDatapoint[];
4328
+ metricData?: MetricDatapoint[] | undefined;
4329
4329
  }
4330
4330
  /**
4331
4331
  * @public
@@ -4343,7 +4343,7 @@ export interface GetRelationalDatabaseParametersRequest {
4343
4343
  * can specify as the page token in a subsequent request.</p>
4344
4344
  * @public
4345
4345
  */
4346
- pageToken?: string;
4346
+ pageToken?: string | undefined;
4347
4347
  }
4348
4348
  /**
4349
4349
  * <p>Describes the parameters of a database.</p>
@@ -4354,43 +4354,43 @@ export interface RelationalDatabaseParameter {
4354
4354
  * <p>Specifies the valid range of values for the parameter.</p>
4355
4355
  * @public
4356
4356
  */
4357
- allowedValues?: string;
4357
+ allowedValues?: string | undefined;
4358
4358
  /**
4359
4359
  * <p>Indicates when parameter updates are applied.</p>
4360
4360
  * <p>Can be <code>immediate</code> or <code>pending-reboot</code>.</p>
4361
4361
  * @public
4362
4362
  */
4363
- applyMethod?: string;
4363
+ applyMethod?: string | undefined;
4364
4364
  /**
4365
4365
  * <p>Specifies the engine-specific parameter type.</p>
4366
4366
  * @public
4367
4367
  */
4368
- applyType?: string;
4368
+ applyType?: string | undefined;
4369
4369
  /**
4370
4370
  * <p>Specifies the valid data type for the parameter.</p>
4371
4371
  * @public
4372
4372
  */
4373
- dataType?: string;
4373
+ dataType?: string | undefined;
4374
4374
  /**
4375
4375
  * <p>Provides a description of the parameter.</p>
4376
4376
  * @public
4377
4377
  */
4378
- description?: string;
4378
+ description?: string | undefined;
4379
4379
  /**
4380
4380
  * <p>A Boolean value indicating whether the parameter can be modified.</p>
4381
4381
  * @public
4382
4382
  */
4383
- isModifiable?: boolean;
4383
+ isModifiable?: boolean | undefined;
4384
4384
  /**
4385
4385
  * <p>Specifies the name of the parameter.</p>
4386
4386
  * @public
4387
4387
  */
4388
- parameterName?: string;
4388
+ parameterName?: string | undefined;
4389
4389
  /**
4390
4390
  * <p>Specifies the value of the parameter.</p>
4391
4391
  * @public
4392
4392
  */
4393
- parameterValue?: string;
4393
+ parameterValue?: string | undefined;
4394
4394
  }
4395
4395
  /**
4396
4396
  * @public
@@ -4400,7 +4400,7 @@ export interface GetRelationalDatabaseParametersResult {
4400
4400
  * <p>An object describing the result of your get relational database parameters request.</p>
4401
4401
  * @public
4402
4402
  */
4403
- parameters?: RelationalDatabaseParameter[];
4403
+ parameters?: RelationalDatabaseParameter[] | undefined;
4404
4404
  /**
4405
4405
  * <p>The token to advance to the next page of results from your request.</p>
4406
4406
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -4409,7 +4409,7 @@ export interface GetRelationalDatabaseParametersResult {
4409
4409
  * the <code>pageToken</code> parameter.</p>
4410
4410
  * @public
4411
4411
  */
4412
- nextPageToken?: string;
4412
+ nextPageToken?: string | undefined;
4413
4413
  }
4414
4414
  /**
4415
4415
  * @public
@@ -4422,7 +4422,7 @@ export interface GetRelationalDatabasesRequest {
4422
4422
  * the page token in a subsequent request.</p>
4423
4423
  * @public
4424
4424
  */
4425
- pageToken?: string;
4425
+ pageToken?: string | undefined;
4426
4426
  }
4427
4427
  /**
4428
4428
  * @public
@@ -4432,7 +4432,7 @@ export interface GetRelationalDatabasesResult {
4432
4432
  * <p>An object describing the result of your get relational databases request.</p>
4433
4433
  * @public
4434
4434
  */
4435
- relationalDatabases?: RelationalDatabase[];
4435
+ relationalDatabases?: RelationalDatabase[] | undefined;
4436
4436
  /**
4437
4437
  * <p>The token to advance to the next page of results from your request.</p>
4438
4438
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -4440,7 +4440,7 @@ export interface GetRelationalDatabasesResult {
4440
4440
  * request and specify the next page token using the <code>pageToken</code> parameter.</p>
4441
4441
  * @public
4442
4442
  */
4443
- nextPageToken?: string;
4443
+ nextPageToken?: string | undefined;
4444
4444
  }
4445
4445
  /**
4446
4446
  * @public
@@ -4461,84 +4461,84 @@ export interface RelationalDatabaseSnapshot {
4461
4461
  * <p>The name of the database snapshot.</p>
4462
4462
  * @public
4463
4463
  */
4464
- name?: string;
4464
+ name?: string | undefined;
4465
4465
  /**
4466
4466
  * <p>The Amazon Resource Name (ARN) of the database snapshot.</p>
4467
4467
  * @public
4468
4468
  */
4469
- arn?: string;
4469
+ arn?: string | undefined;
4470
4470
  /**
4471
4471
  * <p>The support code for the database snapshot. Include this code in your email to support
4472
4472
  * when you have questions about a database snapshot in Lightsail. This code enables our
4473
4473
  * support team to look up your Lightsail information more easily.</p>
4474
4474
  * @public
4475
4475
  */
4476
- supportCode?: string;
4476
+ supportCode?: string | undefined;
4477
4477
  /**
4478
4478
  * <p>The timestamp when the database snapshot was created.</p>
4479
4479
  * @public
4480
4480
  */
4481
- createdAt?: Date;
4481
+ createdAt?: Date | undefined;
4482
4482
  /**
4483
4483
  * <p>The Region name and Availability Zone where the database snapshot is located.</p>
4484
4484
  * @public
4485
4485
  */
4486
- location?: ResourceLocation;
4486
+ location?: ResourceLocation | undefined;
4487
4487
  /**
4488
4488
  * <p>The Lightsail resource type.</p>
4489
4489
  * @public
4490
4490
  */
4491
- resourceType?: ResourceType;
4491
+ resourceType?: ResourceType | undefined;
4492
4492
  /**
4493
4493
  * <p>The tag keys and optional values for the resource. For more information about tags in
4494
4494
  * Lightsail, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags">Amazon Lightsail Developer Guide</a>.</p>
4495
4495
  * @public
4496
4496
  */
4497
- tags?: Tag[];
4497
+ tags?: Tag[] | undefined;
4498
4498
  /**
4499
4499
  * <p>The software of the database snapshot (for example, <code>MySQL</code>)</p>
4500
4500
  * @public
4501
4501
  */
4502
- engine?: string;
4502
+ engine?: string | undefined;
4503
4503
  /**
4504
4504
  * <p>The database engine version for the database snapshot (for example,
4505
4505
  * <code>5.7.23</code>).</p>
4506
4506
  * @public
4507
4507
  */
4508
- engineVersion?: string;
4508
+ engineVersion?: string | undefined;
4509
4509
  /**
4510
4510
  * <p>The size of the disk in GB (for example, <code>32</code>) for the database
4511
4511
  * snapshot.</p>
4512
4512
  * @public
4513
4513
  */
4514
- sizeInGb?: number;
4514
+ sizeInGb?: number | undefined;
4515
4515
  /**
4516
4516
  * <p>The state of the database snapshot.</p>
4517
4517
  * @public
4518
4518
  */
4519
- state?: string;
4519
+ state?: string | undefined;
4520
4520
  /**
4521
4521
  * <p>The name of the source database from which the database snapshot was created.</p>
4522
4522
  * @public
4523
4523
  */
4524
- fromRelationalDatabaseName?: string;
4524
+ fromRelationalDatabaseName?: string | undefined;
4525
4525
  /**
4526
4526
  * <p>The Amazon Resource Name (ARN) of the database from which the database snapshot was
4527
4527
  * created.</p>
4528
4528
  * @public
4529
4529
  */
4530
- fromRelationalDatabaseArn?: string;
4530
+ fromRelationalDatabaseArn?: string | undefined;
4531
4531
  /**
4532
4532
  * <p>The bundle ID of the database from which the database snapshot was created.</p>
4533
4533
  * @public
4534
4534
  */
4535
- fromRelationalDatabaseBundleId?: string;
4535
+ fromRelationalDatabaseBundleId?: string | undefined;
4536
4536
  /**
4537
4537
  * <p>The blueprint ID of the database from which the database snapshot was created. A blueprint
4538
4538
  * describes the major engine version of a database.</p>
4539
4539
  * @public
4540
4540
  */
4541
- fromRelationalDatabaseBlueprintId?: string;
4541
+ fromRelationalDatabaseBlueprintId?: string | undefined;
4542
4542
  }
4543
4543
  /**
4544
4544
  * @public
@@ -4548,7 +4548,7 @@ export interface GetRelationalDatabaseSnapshotResult {
4548
4548
  * <p>An object describing the specified database snapshot.</p>
4549
4549
  * @public
4550
4550
  */
4551
- relationalDatabaseSnapshot?: RelationalDatabaseSnapshot;
4551
+ relationalDatabaseSnapshot?: RelationalDatabaseSnapshot | undefined;
4552
4552
  }
4553
4553
  /**
4554
4554
  * @public
@@ -4561,7 +4561,7 @@ export interface GetRelationalDatabaseSnapshotsRequest {
4561
4561
  * can specify as the page token in a subsequent request.</p>
4562
4562
  * @public
4563
4563
  */
4564
- pageToken?: string;
4564
+ pageToken?: string | undefined;
4565
4565
  }
4566
4566
  /**
4567
4567
  * @public
@@ -4571,7 +4571,7 @@ export interface GetRelationalDatabaseSnapshotsResult {
4571
4571
  * <p>An object describing the result of your get relational database snapshots request.</p>
4572
4572
  * @public
4573
4573
  */
4574
- relationalDatabaseSnapshots?: RelationalDatabaseSnapshot[];
4574
+ relationalDatabaseSnapshots?: RelationalDatabaseSnapshot[] | undefined;
4575
4575
  /**
4576
4576
  * <p>The token to advance to the next page of results from your request.</p>
4577
4577
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -4580,7 +4580,7 @@ export interface GetRelationalDatabaseSnapshotsResult {
4580
4580
  * the <code>pageToken</code> parameter.</p>
4581
4581
  * @public
4582
4582
  */
4583
- nextPageToken?: string;
4583
+ nextPageToken?: string | undefined;
4584
4584
  }
4585
4585
  /**
4586
4586
  * @public
@@ -4598,7 +4598,7 @@ export interface GetSetupHistoryRequest {
4598
4598
  * page token in a subsequent request.</p>
4599
4599
  * @public
4600
4600
  */
4601
- pageToken?: string;
4601
+ pageToken?: string | undefined;
4602
4602
  }
4603
4603
  /**
4604
4604
  * @public
@@ -4622,37 +4622,37 @@ export interface SetupExecutionDetails {
4622
4622
  * <p>The command that was executed.</p>
4623
4623
  * @public
4624
4624
  */
4625
- command?: string;
4625
+ command?: string | undefined;
4626
4626
  /**
4627
4627
  * <p>The timestamp for when the request was run.</p>
4628
4628
  * @public
4629
4629
  */
4630
- dateTime?: Date;
4630
+ dateTime?: Date | undefined;
4631
4631
  /**
4632
4632
  * <p>The name of the target resource.</p>
4633
4633
  * @public
4634
4634
  */
4635
- name?: string;
4635
+ name?: string | undefined;
4636
4636
  /**
4637
4637
  * <p>The status of the <code>SetupInstanceHttps</code> request.</p>
4638
4638
  * @public
4639
4639
  */
4640
- status?: SetupStatus;
4640
+ status?: SetupStatus | undefined;
4641
4641
  /**
4642
4642
  * <p>The text written by the command to stderr.</p>
4643
4643
  * @public
4644
4644
  */
4645
- standardError?: string;
4645
+ standardError?: string | undefined;
4646
4646
  /**
4647
4647
  * <p>The text written by the command to stdout.</p>
4648
4648
  * @public
4649
4649
  */
4650
- standardOutput?: string;
4650
+ standardOutput?: string | undefined;
4651
4651
  /**
4652
4652
  * <p>The current version of the script..</p>
4653
4653
  * @public
4654
4654
  */
4655
- version?: string;
4655
+ version?: string | undefined;
4656
4656
  }
4657
4657
  /**
4658
4658
  * <p>Returns information that was submitted during the <code>SetupInstanceHttps</code> request.
@@ -4664,17 +4664,17 @@ export interface SetupRequest {
4664
4664
  * <p>The name of the Lightsail instance.</p>
4665
4665
  * @public
4666
4666
  */
4667
- instanceName?: string;
4667
+ instanceName?: string | undefined;
4668
4668
  /**
4669
4669
  * <p>The name of the domain and subdomains that the SSL/TLS certificate secures.</p>
4670
4670
  * @public
4671
4671
  */
4672
- domainNames?: string[];
4672
+ domainNames?: string[] | undefined;
4673
4673
  /**
4674
4674
  * <p>The Certificate Authority (CA) that issues the SSL/TLS certificate.</p>
4675
4675
  * @public
4676
4676
  */
4677
- certificateProvider?: CertificateProvider;
4677
+ certificateProvider?: CertificateProvider | undefined;
4678
4678
  }
4679
4679
  /**
4680
4680
  * <p>The Lightsail resource that <code>SetupHistory</code> was ran on. </p>
@@ -4685,27 +4685,27 @@ export interface SetupHistoryResource {
4685
4685
  * <p>The name of the Lightsail resource.</p>
4686
4686
  * @public
4687
4687
  */
4688
- name?: string;
4688
+ name?: string | undefined;
4689
4689
  /**
4690
4690
  * <p>The Amazon Resource Name (ARN) of the Lightsail resource.</p>
4691
4691
  * @public
4692
4692
  */
4693
- arn?: string;
4693
+ arn?: string | undefined;
4694
4694
  /**
4695
4695
  * <p>The timestamp for when the resource was created.</p>
4696
4696
  * @public
4697
4697
  */
4698
- createdAt?: Date;
4698
+ createdAt?: Date | undefined;
4699
4699
  /**
4700
4700
  * <p>Describes the resource location.</p>
4701
4701
  * @public
4702
4702
  */
4703
- location?: ResourceLocation;
4703
+ location?: ResourceLocation | undefined;
4704
4704
  /**
4705
4705
  * <p>The Lightsail resource type. For example, <code>Instance</code>.</p>
4706
4706
  * @public
4707
4707
  */
4708
- resourceType?: ResourceType;
4708
+ resourceType?: ResourceType | undefined;
4709
4709
  }
4710
4710
  /**
4711
4711
  * <p>Returns a list of the commands that were ran on the target resource.</p>
@@ -4717,27 +4717,27 @@ export interface SetupHistory {
4717
4717
  * <p>A GUID that's used to identify the operation.</p>
4718
4718
  * @public
4719
4719
  */
4720
- operationId?: string;
4720
+ operationId?: string | undefined;
4721
4721
  /**
4722
4722
  * <p>Information about the specified request.</p>
4723
4723
  * @public
4724
4724
  */
4725
- request?: SetupRequest;
4725
+ request?: SetupRequest | undefined;
4726
4726
  /**
4727
4727
  * <p>The target resource name for the request.</p>
4728
4728
  * @public
4729
4729
  */
4730
- resource?: SetupHistoryResource;
4730
+ resource?: SetupHistoryResource | undefined;
4731
4731
  /**
4732
4732
  * <p>Describes the full details of the request.</p>
4733
4733
  * @public
4734
4734
  */
4735
- executionDetails?: SetupExecutionDetails[];
4735
+ executionDetails?: SetupExecutionDetails[] | undefined;
4736
4736
  /**
4737
4737
  * <p>The status of the request.</p>
4738
4738
  * @public
4739
4739
  */
4740
- status?: SetupStatus;
4740
+ status?: SetupStatus | undefined;
4741
4741
  }
4742
4742
  /**
4743
4743
  * @public
@@ -4747,7 +4747,7 @@ export interface GetSetupHistoryResult {
4747
4747
  * <p>The historical information that's returned.</p>
4748
4748
  * @public
4749
4749
  */
4750
- setupHistory?: SetupHistory[];
4750
+ setupHistory?: SetupHistory[] | undefined;
4751
4751
  /**
4752
4752
  * <p>The token to advance to the next page of results from your request.</p>
4753
4753
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -4755,7 +4755,7 @@ export interface GetSetupHistoryResult {
4755
4755
  * specify the next page token using the pageToken parameter.</p>
4756
4756
  * @public
4757
4757
  */
4758
- nextPageToken?: string;
4758
+ nextPageToken?: string | undefined;
4759
4759
  }
4760
4760
  /**
4761
4761
  * @public
@@ -4776,51 +4776,51 @@ export interface StaticIp {
4776
4776
  * <p>The name of the static IP (<code>StaticIP-Ohio-EXAMPLE</code>).</p>
4777
4777
  * @public
4778
4778
  */
4779
- name?: string;
4779
+ name?: string | undefined;
4780
4780
  /**
4781
4781
  * <p>The Amazon Resource Name (ARN) of the static IP
4782
4782
  * (<code>arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE</code>).</p>
4783
4783
  * @public
4784
4784
  */
4785
- arn?: string;
4785
+ arn?: string | undefined;
4786
4786
  /**
4787
4787
  * <p>The support code. Include this code in your email to support when you have questions about
4788
4788
  * an instance or another resource in Lightsail. This code enables our support team to look up
4789
4789
  * your Lightsail information more easily.</p>
4790
4790
  * @public
4791
4791
  */
4792
- supportCode?: string;
4792
+ supportCode?: string | undefined;
4793
4793
  /**
4794
4794
  * <p>The timestamp when the static IP was created (<code>1479735304.222</code>).</p>
4795
4795
  * @public
4796
4796
  */
4797
- createdAt?: Date;
4797
+ createdAt?: Date | undefined;
4798
4798
  /**
4799
4799
  * <p>The region and Availability Zone where the static IP was created.</p>
4800
4800
  * @public
4801
4801
  */
4802
- location?: ResourceLocation;
4802
+ location?: ResourceLocation | undefined;
4803
4803
  /**
4804
4804
  * <p>The resource type (usually <code>StaticIp</code>).</p>
4805
4805
  * @public
4806
4806
  */
4807
- resourceType?: ResourceType;
4807
+ resourceType?: ResourceType | undefined;
4808
4808
  /**
4809
4809
  * <p>The static IP address.</p>
4810
4810
  * @public
4811
4811
  */
4812
- ipAddress?: string;
4812
+ ipAddress?: string | undefined;
4813
4813
  /**
4814
4814
  * <p>The instance where the static IP is attached
4815
4815
  * (<code>Amazon_Linux-1GB-Ohio-1</code>).</p>
4816
4816
  * @public
4817
4817
  */
4818
- attachedTo?: string;
4818
+ attachedTo?: string | undefined;
4819
4819
  /**
4820
4820
  * <p>A Boolean value indicating whether the static IP is attached.</p>
4821
4821
  * @public
4822
4822
  */
4823
- isAttached?: boolean;
4823
+ isAttached?: boolean | undefined;
4824
4824
  }
4825
4825
  /**
4826
4826
  * @public
@@ -4830,7 +4830,7 @@ export interface GetStaticIpResult {
4830
4830
  * <p>An array of key-value pairs containing information about the requested static IP.</p>
4831
4831
  * @public
4832
4832
  */
4833
- staticIp?: StaticIp;
4833
+ staticIp?: StaticIp | undefined;
4834
4834
  }
4835
4835
  /**
4836
4836
  * @public
@@ -4843,7 +4843,7 @@ export interface GetStaticIpsRequest {
4843
4843
  * token in a subsequent request.</p>
4844
4844
  * @public
4845
4845
  */
4846
- pageToken?: string;
4846
+ pageToken?: string | undefined;
4847
4847
  }
4848
4848
  /**
4849
4849
  * @public
@@ -4854,7 +4854,7 @@ export interface GetStaticIpsResult {
4854
4854
  * request.</p>
4855
4855
  * @public
4856
4856
  */
4857
- staticIps?: StaticIp[];
4857
+ staticIps?: StaticIp[] | undefined;
4858
4858
  /**
4859
4859
  * <p>The token to advance to the next page of results from your request.</p>
4860
4860
  * <p>A next page token is not returned if there are no more results to display.</p>
@@ -4862,7 +4862,7 @@ export interface GetStaticIpsResult {
4862
4862
  * specify the next page token using the <code>pageToken</code> parameter.</p>
4863
4863
  * @public
4864
4864
  */
4865
- nextPageToken?: string;
4865
+ nextPageToken?: string | undefined;
4866
4866
  }
4867
4867
  /**
4868
4868
  * @public
@@ -4888,7 +4888,7 @@ export interface ImportKeyPairResult {
4888
4888
  * request, the timestamp of the request, and the resources affected by the request.</p>
4889
4889
  * @public
4890
4890
  */
4891
- operation?: Operation;
4891
+ operation?: Operation | undefined;
4892
4892
  }
4893
4893
  /**
4894
4894
  * @public
@@ -4904,7 +4904,7 @@ export interface IsVpcPeeredResult {
4904
4904
  * <code>false</code>.</p>
4905
4905
  * @public
4906
4906
  */
4907
- isPeered?: boolean;
4907
+ isPeered?: boolean | undefined;
4908
4908
  }
4909
4909
  /**
4910
4910
  * @public
@@ -4930,7 +4930,7 @@ export interface OpenInstancePublicPortsResult {
4930
4930
  * request, the timestamp of the request, and the resources affected by the request.</p>
4931
4931
  * @public
4932
4932
  */
4933
- operation?: Operation;
4933
+ operation?: Operation | undefined;
4934
4934
  }
4935
4935
  /**
4936
4936
  * @public
@@ -4946,7 +4946,7 @@ export interface PeerVpcResult {
4946
4946
  * request, the timestamp of the request, and the resources affected by the request.</p>
4947
4947
  * @public
4948
4948
  */
4949
- operation?: Operation;
4949
+ operation?: Operation | undefined;
4950
4950
  }
4951
4951
  /**
4952
4952
  * @public
@@ -5031,7 +5031,7 @@ export interface PutAlarmRequest {
5031
5031
  * is the M.</p>
5032
5032
  * @public
5033
5033
  */
5034
- datapointsToAlarm?: number;
5034
+ datapointsToAlarm?: number | undefined;
5035
5035
  /**
5036
5036
  * <p>Sets how this alarm will handle missing data points.</p>
5037
5037
  * <p>An alarm can treat missing data in the following ways:</p>
@@ -5061,7 +5061,7 @@ export interface PutAlarmRequest {
5061
5061
  * <code>missing</code> is used.</p>
5062
5062
  * @public
5063
5063
  */
5064
- treatMissingData?: TreatMissingData;
5064
+ treatMissingData?: TreatMissingData | undefined;
5065
5065
  /**
5066
5066
  * <p>The contact protocols to use for the alarm, such as <code>Email</code>, <code>SMS</code>
5067
5067
  * (text messaging), or both.</p>
@@ -5074,7 +5074,7 @@ export interface PutAlarmRequest {
5074
5074
  * Amazon Web Services Region.</p>
5075
5075
  * @public
5076
5076
  */
5077
- contactProtocols?: ContactProtocol[];
5077
+ contactProtocols?: ContactProtocol[] | undefined;
5078
5078
  /**
5079
5079
  * <p>The alarm states that trigger a notification.</p>
5080
5080
  * <p>An alarm has the following possible states:</p>
@@ -5114,13 +5114,13 @@ export interface PutAlarmRequest {
5114
5114
  * parameter.</p>
5115
5115
  * @public
5116
5116
  */
5117
- notificationTriggers?: AlarmState[];
5117
+ notificationTriggers?: AlarmState[] | undefined;
5118
5118
  /**
5119
5119
  * <p>Indicates whether the alarm is enabled.</p>
5120
5120
  * <p>Notifications are enabled by default if you don't specify this parameter.</p>
5121
5121
  * @public
5122
5122
  */
5123
- notificationEnabled?: boolean;
5123
+ notificationEnabled?: boolean | undefined;
5124
5124
  }
5125
5125
  /**
5126
5126
  * @public
@@ -5131,7 +5131,7 @@ export interface PutAlarmResult {
5131
5131
  * request, the timestamp of the request, and the resources affected by the request.</p>
5132
5132
  * @public
5133
5133
  */
5134
- operations?: Operation[];
5134
+ operations?: Operation[] | undefined;
5135
5135
  }
5136
5136
  /**
5137
5137
  * @public
@@ -5157,7 +5157,7 @@ export interface PutInstancePublicPortsResult {
5157
5157
  * request, the timestamp of the request, and the resources affected by the request.</p>
5158
5158
  * @public
5159
5159
  */
5160
- operation?: Operation;
5160
+ operation?: Operation | undefined;
5161
5161
  }
5162
5162
  /**
5163
5163
  * @public
@@ -5178,7 +5178,7 @@ export interface RebootInstanceResult {
5178
5178
  * request, the timestamp of the request, and the resources affected by the request.</p>
5179
5179
  * @public
5180
5180
  */
5181
- operations?: Operation[];
5181
+ operations?: Operation[] | undefined;
5182
5182
  }
5183
5183
  /**
5184
5184
  * @public
@@ -5199,7 +5199,7 @@ export interface RebootRelationalDatabaseResult {
5199
5199
  * request, the timestamp of the request, and the resources affected by the request.</p>
5200
5200
  * @public
5201
5201
  */
5202
- operations?: Operation[];
5202
+ operations?: Operation[] | undefined;
5203
5203
  }
5204
5204
  /**
5205
5205
  * @public
@@ -5250,7 +5250,7 @@ export interface RegisterContainerImageResult {
5250
5250
  * service</p>
5251
5251
  * @public
5252
5252
  */
5253
- containerImage?: ContainerImage;
5253
+ containerImage?: ContainerImage | undefined;
5254
5254
  }
5255
5255
  /**
5256
5256
  * @public
@@ -5271,7 +5271,7 @@ export interface ReleaseStaticIpResult {
5271
5271
  * request, the timestamp of the request, and the resources affected by the request.</p>
5272
5272
  * @public
5273
5273
  */
5274
- operations?: Operation[];
5274
+ operations?: Operation[] | undefined;
5275
5275
  }
5276
5276
  /**
5277
5277
  * @public
@@ -5283,7 +5283,7 @@ export interface ResetDistributionCacheRequest {
5283
5283
  * can specify.</p>
5284
5284
  * @public
5285
5285
  */
5286
- distributionName?: string;
5286
+ distributionName?: string | undefined;
5287
5287
  }
5288
5288
  /**
5289
5289
  * @public
@@ -5293,19 +5293,19 @@ export interface ResetDistributionCacheResult {
5293
5293
  * <p>The status of the reset cache request.</p>
5294
5294
  * @public
5295
5295
  */
5296
- status?: string;
5296
+ status?: string | undefined;
5297
5297
  /**
5298
5298
  * <p>The timestamp of the reset cache request (<code>1479734909.17</code>) in Unix time
5299
5299
  * format.</p>
5300
5300
  * @public
5301
5301
  */
5302
- createTime?: Date;
5302
+ createTime?: Date | undefined;
5303
5303
  /**
5304
5304
  * <p>An array of objects that describe the result of the action, such as the status of the
5305
5305
  * request, the timestamp of the request, and the resources affected by the request.</p>
5306
5306
  * @public
5307
5307
  */
5308
- operation?: Operation;
5308
+ operation?: Operation | undefined;
5309
5309
  }
5310
5310
  /**
5311
5311
  * @public
@@ -5327,7 +5327,7 @@ export interface SendContactMethodVerificationResult {
5327
5327
  * request, the timestamp of the request, and the resources affected by the request.</p>
5328
5328
  * @public
5329
5329
  */
5330
- operations?: Operation[];
5330
+ operations?: Operation[] | undefined;
5331
5331
  }
5332
5332
  /**
5333
5333
  * @public
@@ -5370,7 +5370,7 @@ export interface SetIpAddressTypeRequest {
5370
5370
  * </note>
5371
5371
  * @public
5372
5372
  */
5373
- acceptBundleUpdate?: boolean;
5373
+ acceptBundleUpdate?: boolean | undefined;
5374
5374
  }
5375
5375
  /**
5376
5376
  * @public
@@ -5381,7 +5381,7 @@ export interface SetIpAddressTypeResult {
5381
5381
  * request, the timestamp of the request, and the resources affected by the request.</p>
5382
5382
  * @public
5383
5383
  */
5384
- operations?: Operation[];
5384
+ operations?: Operation[] | undefined;
5385
5385
  }
5386
5386
  /**
5387
5387
  * @public
@@ -5437,7 +5437,7 @@ export interface SetResourceAccessForBucketResult {
5437
5437
  * request, the timestamp of the request, and the resources affected by the request.</p>
5438
5438
  * @public
5439
5439
  */
5440
- operations?: Operation[];
5440
+ operations?: Operation[] | undefined;
5441
5441
  }
5442
5442
  /**
5443
5443
  * @public
@@ -5474,7 +5474,7 @@ export interface SetupInstanceHttpsResult {
5474
5474
  * <p>The available API operations for <code>SetupInstanceHttps</code>.</p>
5475
5475
  * @public
5476
5476
  */
5477
- operations?: Operation[];
5477
+ operations?: Operation[] | undefined;
5478
5478
  }
5479
5479
  /**
5480
5480
  * @public
@@ -5494,7 +5494,7 @@ export interface StartGUISessionResult {
5494
5494
  * <p>The available API operations.</p>
5495
5495
  * @public
5496
5496
  */
5497
- operations?: Operation[];
5497
+ operations?: Operation[] | undefined;
5498
5498
  }
5499
5499
  /**
5500
5500
  * @public
@@ -5515,7 +5515,7 @@ export interface StartInstanceResult {
5515
5515
  * request, the timestamp of the request, and the resources affected by the request.</p>
5516
5516
  * @public
5517
5517
  */
5518
- operations?: Operation[];
5518
+ operations?: Operation[] | undefined;
5519
5519
  }
5520
5520
  /**
5521
5521
  * @public
@@ -5536,7 +5536,7 @@ export interface StartRelationalDatabaseResult {
5536
5536
  * request, the timestamp of the request, and the resources affected by the request.</p>
5537
5537
  * @public
5538
5538
  */
5539
- operations?: Operation[];
5539
+ operations?: Operation[] | undefined;
5540
5540
  }
5541
5541
  /**
5542
5542
  * @public
@@ -5556,7 +5556,7 @@ export interface StopGUISessionResult {
5556
5556
  * <p>The available API operations.</p>
5557
5557
  * @public
5558
5558
  */
5559
- operations?: Operation[];
5559
+ operations?: Operation[] | undefined;
5560
5560
  }
5561
5561
  /**
5562
5562
  * @public
@@ -5577,7 +5577,7 @@ export interface StopInstanceRequest {
5577
5577
  * </important>
5578
5578
  * @public
5579
5579
  */
5580
- force?: boolean;
5580
+ force?: boolean | undefined;
5581
5581
  }
5582
5582
  /**
5583
5583
  * @public
@@ -5588,7 +5588,7 @@ export interface StopInstanceResult {
5588
5588
  * request, the timestamp of the request, and the resources affected by the request.</p>
5589
5589
  * @public
5590
5590
  */
5591
- operations?: Operation[];
5591
+ operations?: Operation[] | undefined;
5592
5592
  }
5593
5593
  /**
5594
5594
  * @public
@@ -5603,7 +5603,7 @@ export interface StopRelationalDatabaseRequest {
5603
5603
  * <p>The name of your new database snapshot to be created before stopping your database.</p>
5604
5604
  * @public
5605
5605
  */
5606
- relationalDatabaseSnapshotName?: string;
5606
+ relationalDatabaseSnapshotName?: string | undefined;
5607
5607
  }
5608
5608
  /**
5609
5609
  * @public
@@ -5614,7 +5614,7 @@ export interface StopRelationalDatabaseResult {
5614
5614
  * request, the timestamp of the request, and the resources affected by the request.</p>
5615
5615
  * @public
5616
5616
  */
5617
- operations?: Operation[];
5617
+ operations?: Operation[] | undefined;
5618
5618
  }
5619
5619
  /**
5620
5620
  * @public
@@ -5629,7 +5629,7 @@ export interface TagResourceRequest {
5629
5629
  * <p>The Amazon Resource Name (ARN) of the resource to which you want to add a tag.</p>
5630
5630
  * @public
5631
5631
  */
5632
- resourceArn?: string;
5632
+ resourceArn?: string | undefined;
5633
5633
  /**
5634
5634
  * <p>The tag key and optional value.</p>
5635
5635
  * @public
@@ -5645,7 +5645,7 @@ export interface TagResourceResult {
5645
5645
  * request, the timestamp of the request, and the resources affected by the request.</p>
5646
5646
  * @public
5647
5647
  */
5648
- operations?: Operation[];
5648
+ operations?: Operation[] | undefined;
5649
5649
  }
5650
5650
  /**
5651
5651
  * @public
@@ -5688,7 +5688,7 @@ export interface TestAlarmResult {
5688
5688
  * request, the timestamp of the request, and the resources affected by the request.</p>
5689
5689
  * @public
5690
5690
  */
5691
- operations?: Operation[];
5691
+ operations?: Operation[] | undefined;
5692
5692
  }
5693
5693
  /**
5694
5694
  * @public
@@ -5704,7 +5704,7 @@ export interface UnpeerVpcResult {
5704
5704
  * request, the timestamp of the request, and the resources affected by the request.</p>
5705
5705
  * @public
5706
5706
  */
5707
- operation?: Operation;
5707
+ operation?: Operation | undefined;
5708
5708
  }
5709
5709
  /**
5710
5710
  * @public
@@ -5719,7 +5719,7 @@ export interface UntagResourceRequest {
5719
5719
  * <p>The Amazon Resource Name (ARN) of the resource from which you want to remove a tag.</p>
5720
5720
  * @public
5721
5721
  */
5722
- resourceArn?: string;
5722
+ resourceArn?: string | undefined;
5723
5723
  /**
5724
5724
  * <p>The tag keys to delete from the specified resource.</p>
5725
5725
  * @public
@@ -5735,7 +5735,7 @@ export interface UntagResourceResult {
5735
5735
  * request, the timestamp of the request, and the resources affected by the request.</p>
5736
5736
  * @public
5737
5737
  */
5738
- operations?: Operation[];
5738
+ operations?: Operation[] | undefined;
5739
5739
  }
5740
5740
  /**
5741
5741
  * @public
@@ -5750,7 +5750,7 @@ export interface UpdateBucketRequest {
5750
5750
  * <p>An object that sets the public accessibility of objects in the specified bucket.</p>
5751
5751
  * @public
5752
5752
  */
5753
- accessRules?: AccessRules;
5753
+ accessRules?: AccessRules | undefined;
5754
5754
  /**
5755
5755
  * <p>Specifies whether to enable or suspend versioning of objects in the bucket.</p>
5756
5756
  * <p>The following options can be specified:</p>
@@ -5767,19 +5767,19 @@ export interface UpdateBucketRequest {
5767
5767
  * </ul>
5768
5768
  * @public
5769
5769
  */
5770
- versioning?: string;
5770
+ versioning?: string | undefined;
5771
5771
  /**
5772
5772
  * <p>An array of strings to specify the Amazon Web Services account IDs that can access the
5773
5773
  * bucket.</p>
5774
5774
  * <p>You can give a maximum of 10 Amazon Web Services accounts access to a bucket.</p>
5775
5775
  * @public
5776
5776
  */
5777
- readonlyAccessAccounts?: string[];
5777
+ readonlyAccessAccounts?: string[] | undefined;
5778
5778
  /**
5779
5779
  * <p>An object that describes the access log configuration for the bucket.</p>
5780
5780
  * @public
5781
5781
  */
5782
- accessLogConfig?: BucketAccessLogConfig;
5782
+ accessLogConfig?: BucketAccessLogConfig | undefined;
5783
5783
  }
5784
5784
  /**
5785
5785
  * @public
@@ -5789,13 +5789,13 @@ export interface UpdateBucketResult {
5789
5789
  * <p>An object that describes the bucket that is updated.</p>
5790
5790
  * @public
5791
5791
  */
5792
- bucket?: Bucket;
5792
+ bucket?: Bucket | undefined;
5793
5793
  /**
5794
5794
  * <p>An array of objects that describe the result of the action, such as the status of the
5795
5795
  * request, the timestamp of the request, and the resources affected by the request.</p>
5796
5796
  * @public
5797
5797
  */
5798
- operations?: Operation[];
5798
+ operations?: Operation[] | undefined;
5799
5799
  }
5800
5800
  /**
5801
5801
  * @public
@@ -5823,7 +5823,7 @@ export interface UpdateBucketBundleResult {
5823
5823
  * request, the timestamp of the request, and the resources affected by the request.</p>
5824
5824
  * @public
5825
5825
  */
5826
- operations?: Operation[];
5826
+ operations?: Operation[] | undefined;
5827
5827
  }
5828
5828
  /**
5829
5829
  * @public
@@ -5845,7 +5845,7 @@ export interface UpdateContainerServiceRequest {
5845
5845
  * power option.</p>
5846
5846
  * @public
5847
5847
  */
5848
- power?: ContainerServicePowerName;
5848
+ power?: ContainerServicePowerName | undefined;
5849
5849
  /**
5850
5850
  * <p>The scale for the container service.</p>
5851
5851
  * <p>The scale specifies the allocated compute nodes of the container service. The
@@ -5855,12 +5855,12 @@ export interface UpdateContainerServiceRequest {
5855
5855
  * service.</p>
5856
5856
  * @public
5857
5857
  */
5858
- scale?: number;
5858
+ scale?: number | undefined;
5859
5859
  /**
5860
5860
  * <p>A Boolean value to indicate whether the container service is disabled.</p>
5861
5861
  * @public
5862
5862
  */
5863
- isDisabled?: boolean;
5863
+ isDisabled?: boolean | undefined;
5864
5864
  /**
5865
5865
  * <p>The public domain names to use with the container service, such as
5866
5866
  * <code>example.com</code> and <code>www.example.com</code>.</p>
@@ -5878,7 +5878,7 @@ export interface UpdateContainerServiceRequest {
5878
5878
  * later on this page.</p>
5879
5879
  * @public
5880
5880
  */
5881
- publicDomainNames?: Record<string, string[]>;
5881
+ publicDomainNames?: Record<string, string[]> | undefined;
5882
5882
  /**
5883
5883
  * <p>An object to describe the configuration for the container service to access private
5884
5884
  * container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private
@@ -5886,7 +5886,7 @@ export interface UpdateContainerServiceRequest {
5886
5886
  * <p>For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access">Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>
5887
5887
  * @public
5888
5888
  */
5889
- privateRegistryAccess?: PrivateRegistryAccessRequest;
5889
+ privateRegistryAccess?: PrivateRegistryAccessRequest | undefined;
5890
5890
  }
5891
5891
  /**
5892
5892
  * @public
@@ -5896,7 +5896,7 @@ export interface UpdateContainerServiceResult {
5896
5896
  * <p>An object that describes a container service.</p>
5897
5897
  * @public
5898
5898
  */
5899
- containerService?: ContainerService;
5899
+ containerService?: ContainerService | undefined;
5900
5900
  }
5901
5901
  /**
5902
5902
  * @public
@@ -5915,12 +5915,12 @@ export interface UpdateDistributionRequest {
5915
5915
  * <p>The distribution pulls, caches, and serves content from the origin.</p>
5916
5916
  * @public
5917
5917
  */
5918
- origin?: InputOrigin;
5918
+ origin?: InputOrigin | undefined;
5919
5919
  /**
5920
5920
  * <p>An object that describes the default cache behavior for the distribution.</p>
5921
5921
  * @public
5922
5922
  */
5923
- defaultCacheBehavior?: CacheBehavior;
5923
+ defaultCacheBehavior?: CacheBehavior | undefined;
5924
5924
  /**
5925
5925
  * <p>An object that describes the cache behavior settings for the distribution.</p>
5926
5926
  * <note>
@@ -5930,23 +5930,23 @@ export interface UpdateDistributionRequest {
5930
5930
  * </note>
5931
5931
  * @public
5932
5932
  */
5933
- cacheBehaviorSettings?: CacheSettings;
5933
+ cacheBehaviorSettings?: CacheSettings | undefined;
5934
5934
  /**
5935
5935
  * <p>An array of objects that describe the per-path cache behavior for the distribution.</p>
5936
5936
  * @public
5937
5937
  */
5938
- cacheBehaviors?: CacheBehaviorPerPath[];
5938
+ cacheBehaviors?: CacheBehaviorPerPath[] | undefined;
5939
5939
  /**
5940
5940
  * <p>Indicates whether to enable the distribution.</p>
5941
5941
  * @public
5942
5942
  */
5943
- isEnabled?: boolean;
5943
+ isEnabled?: boolean | undefined;
5944
5944
  /**
5945
5945
  * <p>Use this parameter to update the minimum TLS protocol version for the SSL/TLS certificate
5946
5946
  * that's attached to the distribution.</p>
5947
5947
  * @public
5948
5948
  */
5949
- viewerMinimumTlsProtocolVersion?: ViewerMinimumTlsProtocolVersionEnum;
5949
+ viewerMinimumTlsProtocolVersion?: ViewerMinimumTlsProtocolVersionEnum | undefined;
5950
5950
  /**
5951
5951
  * <p>The name of the SSL/TLS certificate that you want to attach to the distribution.</p>
5952
5952
  * <p>Only certificates with a status of <code>ISSUED</code> can be attached to a
@@ -5955,7 +5955,7 @@ export interface UpdateDistributionRequest {
5955
5955
  * action to get a list of certificate names that you can specify.</p>
5956
5956
  * @public
5957
5957
  */
5958
- certificateName?: string;
5958
+ certificateName?: string | undefined;
5959
5959
  /**
5960
5960
  * <p>Indicates whether the default SSL/TLS certificate is attached to the distribution. The
5961
5961
  * default value is <code>true</code>. When <code>true</code>, the distribution uses the default
@@ -5964,7 +5964,7 @@ export interface UpdateDistributionRequest {
5964
5964
  * distribution.</p>
5965
5965
  * @public
5966
5966
  */
5967
- useDefaultCertificate?: boolean;
5967
+ useDefaultCertificate?: boolean | undefined;
5968
5968
  }
5969
5969
  /**
5970
5970
  * @public
@@ -5975,7 +5975,7 @@ export interface UpdateDistributionResult {
5975
5975
  * request, the timestamp of the request, and the resources affected by the request.</p>
5976
5976
  * @public
5977
5977
  */
5978
- operation?: Operation;
5978
+ operation?: Operation | undefined;
5979
5979
  }
5980
5980
  /**
5981
5981
  * @public
@@ -5987,14 +5987,14 @@ export interface UpdateDistributionBundleRequest {
5987
5987
  * can specify.</p>
5988
5988
  * @public
5989
5989
  */
5990
- distributionName?: string;
5990
+ distributionName?: string | undefined;
5991
5991
  /**
5992
5992
  * <p>The bundle ID of the new bundle to apply to your distribution.</p>
5993
5993
  * <p>Use the <code>GetDistributionBundles</code> action to get a list of distribution bundle
5994
5994
  * IDs that you can specify.</p>
5995
5995
  * @public
5996
5996
  */
5997
- bundleId?: string;
5997
+ bundleId?: string | undefined;
5998
5998
  }
5999
5999
  /**
6000
6000
  * @public
@@ -6005,7 +6005,7 @@ export interface UpdateDistributionBundleResult {
6005
6005
  * timestamp of the request, and the resources affected by the request.</p>
6006
6006
  * @public
6007
6007
  */
6008
- operation?: Operation;
6008
+ operation?: Operation | undefined;
6009
6009
  }
6010
6010
  /**
6011
6011
  * @public
@@ -6031,7 +6031,7 @@ export interface UpdateDomainEntryResult {
6031
6031
  * request, the timestamp of the request, and the resources affected by the request.</p>
6032
6032
  * @public
6033
6033
  */
6034
- operations?: Operation[];
6034
+ operations?: Operation[] | undefined;
6035
6035
  }
6036
6036
  /**
6037
6037
  * @public
@@ -6055,7 +6055,7 @@ export interface UpdateInstanceMetadataOptionsRequest {
6055
6055
  * returns the version 2.0 credentials. The version 1.0 credentials are not available.</p>
6056
6056
  * @public
6057
6057
  */
6058
- httpTokens?: HttpTokens;
6058
+ httpTokens?: HttpTokens | undefined;
6059
6059
  /**
6060
6060
  * <p>Enables or disables the HTTP metadata endpoint on your instances. If this parameter is not
6061
6061
  * specified, the existing state is maintained.</p>
@@ -6063,14 +6063,14 @@ export interface UpdateInstanceMetadataOptionsRequest {
6063
6063
  * metadata.</p>
6064
6064
  * @public
6065
6065
  */
6066
- httpEndpoint?: HttpEndpoint;
6066
+ httpEndpoint?: HttpEndpoint | undefined;
6067
6067
  /**
6068
6068
  * <p>The desired HTTP PUT response hop limit for instance metadata requests. A larger number
6069
6069
  * means that the instance metadata requests can travel farther. If no parameter is specified,
6070
6070
  * the existing state is maintained.</p>
6071
6071
  * @public
6072
6072
  */
6073
- httpPutResponseHopLimit?: number;
6073
+ httpPutResponseHopLimit?: number | undefined;
6074
6074
  /**
6075
6075
  * <p>Enables or disables the IPv6 endpoint for the instance metadata service. This setting
6076
6076
  * applies only when the HTTP metadata endpoint is enabled.</p>
@@ -6079,7 +6079,7 @@ export interface UpdateInstanceMetadataOptionsRequest {
6079
6079
  * </note>
6080
6080
  * @public
6081
6081
  */
6082
- httpProtocolIpv6?: HttpProtocolIpv6;
6082
+ httpProtocolIpv6?: HttpProtocolIpv6 | undefined;
6083
6083
  }
6084
6084
  /**
6085
6085
  * @public
@@ -6090,7 +6090,7 @@ export interface UpdateInstanceMetadataOptionsResult {
6090
6090
  * request, the timestamp of the request, and the resources affected by the request.</p>
6091
6091
  * @public
6092
6092
  */
6093
- operation?: Operation;
6093
+ operation?: Operation | undefined;
6094
6094
  }
6095
6095
  /**
6096
6096
  * @public
@@ -6156,7 +6156,7 @@ export interface UpdateLoadBalancerAttributeResult {
6156
6156
  * request, the timestamp of the request, and the resources affected by the request.</p>
6157
6157
  * @public
6158
6158
  */
6159
- operations?: Operation[];
6159
+ operations?: Operation[] | undefined;
6160
6160
  }
6161
6161
  /**
6162
6162
  * @public
@@ -6179,7 +6179,7 @@ export interface UpdateRelationalDatabaseRequest {
6179
6179
  * <p>Constraints: Must contain from 8 to 128 characters.</p>
6180
6180
  * @public
6181
6181
  */
6182
- masterUserPassword?: string;
6182
+ masterUserPassword?: string | undefined;
6183
6183
  /**
6184
6184
  * <p>When <code>true</code>, the master user password is changed to a new strong password
6185
6185
  * generated by Lightsail.</p>
@@ -6187,7 +6187,7 @@ export interface UpdateRelationalDatabaseRequest {
6187
6187
  * password.</p>
6188
6188
  * @public
6189
6189
  */
6190
- rotateMasterUserPassword?: boolean;
6190
+ rotateMasterUserPassword?: boolean | undefined;
6191
6191
  /**
6192
6192
  * <p>The daily time range during which automated backups are created for your database if
6193
6193
  * automated backups are enabled.</p>
@@ -6210,7 +6210,7 @@ export interface UpdateRelationalDatabaseRequest {
6210
6210
  * </ul>
6211
6211
  * @public
6212
6212
  */
6213
- preferredBackupWindow?: string;
6213
+ preferredBackupWindow?: string | undefined;
6214
6214
  /**
6215
6215
  * <p>The weekly time range during which system maintenance can occur on your database.</p>
6216
6216
  * <p>The default is a 30-minute window selected at random from an 8-hour block of time for each
@@ -6236,14 +6236,14 @@ export interface UpdateRelationalDatabaseRequest {
6236
6236
  * </ul>
6237
6237
  * @public
6238
6238
  */
6239
- preferredMaintenanceWindow?: string;
6239
+ preferredMaintenanceWindow?: string | undefined;
6240
6240
  /**
6241
6241
  * <p>When <code>true</code>, enables automated backup retention for your database.</p>
6242
6242
  * <p>Updates are applied during the next maintenance window because this can result in an
6243
6243
  * outage.</p>
6244
6244
  * @public
6245
6245
  */
6246
- enableBackupRetention?: boolean;
6246
+ enableBackupRetention?: boolean | undefined;
6247
6247
  /**
6248
6248
  * <p>When <code>true</code>, disables automated backup retention for your database.</p>
6249
6249
  * <p>Disabling backup retention deletes all automated database backups. Before disabling this,
@@ -6253,7 +6253,7 @@ export interface UpdateRelationalDatabaseRequest {
6253
6253
  * outage.</p>
6254
6254
  * @public
6255
6255
  */
6256
- disableBackupRetention?: boolean;
6256
+ disableBackupRetention?: boolean | undefined;
6257
6257
  /**
6258
6258
  * <p>Specifies the accessibility options for your database. A value of <code>true</code>
6259
6259
  * specifies a database that is available to resources outside of your Lightsail account. A
@@ -6261,7 +6261,7 @@ export interface UpdateRelationalDatabaseRequest {
6261
6261
  * resources in the same region as your database.</p>
6262
6262
  * @public
6263
6263
  */
6264
- publiclyAccessible?: boolean;
6264
+ publiclyAccessible?: boolean | undefined;
6265
6265
  /**
6266
6266
  * <p>When <code>true</code>, applies changes immediately. When <code>false</code>, applies
6267
6267
  * changes during the preferred maintenance window. Some changes may cause an outage.</p>
@@ -6269,12 +6269,12 @@ export interface UpdateRelationalDatabaseRequest {
6269
6269
  * </p>
6270
6270
  * @public
6271
6271
  */
6272
- applyImmediately?: boolean;
6272
+ applyImmediately?: boolean | undefined;
6273
6273
  /**
6274
6274
  * <p>Indicates the certificate that needs to be associated with the database.</p>
6275
6275
  * @public
6276
6276
  */
6277
- caCertificateIdentifier?: string;
6277
+ caCertificateIdentifier?: string | undefined;
6278
6278
  /**
6279
6279
  * <p>This parameter is used to update the major version of the database. Enter the
6280
6280
  * <code>blueprintId</code> for the major version that you want to update to.</p>
@@ -6282,7 +6282,7 @@ export interface UpdateRelationalDatabaseRequest {
6282
6282
  * IDs.</p>
6283
6283
  * @public
6284
6284
  */
6285
- relationalDatabaseBlueprintId?: string;
6285
+ relationalDatabaseBlueprintId?: string | undefined;
6286
6286
  }
6287
6287
  /**
6288
6288
  * @public
@@ -6293,7 +6293,7 @@ export interface UpdateRelationalDatabaseResult {
6293
6293
  * request, the timestamp of the request, and the resources affected by the request.</p>
6294
6294
  * @public
6295
6295
  */
6296
- operations?: Operation[];
6296
+ operations?: Operation[] | undefined;
6297
6297
  }
6298
6298
  /**
6299
6299
  * @public
@@ -6319,7 +6319,7 @@ export interface UpdateRelationalDatabaseParametersResult {
6319
6319
  * request, the timestamp of the request, and the resources affected by the request.</p>
6320
6320
  * @public
6321
6321
  */
6322
- operations?: Operation[];
6322
+ operations?: Operation[] | undefined;
6323
6323
  }
6324
6324
  /**
6325
6325
  * @internal