@aws-sdk/client-lightsail 3.241.0 → 3.245.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-types/Lightsail.d.ts +0 -41
- package/dist-types/LightsailClient.d.ts +0 -2
- package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +0 -2
- package/dist-types/commands/CreateBucketCommand.d.ts +0 -1
- package/dist-types/commands/CreateContainerServiceCommand.d.ts +0 -1
- package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +0 -2
- package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +0 -3
- package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +0 -1
- package/dist-types/commands/CreateDomainEntryCommand.d.ts +0 -3
- package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +0 -2
- package/dist-types/commands/DeleteBucketCommand.d.ts +0 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +0 -1
- package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +0 -1
- package/dist-types/commands/GetBucketBundlesCommand.d.ts +0 -2
- package/dist-types/commands/GetBucketMetricDataCommand.d.ts +0 -1
- package/dist-types/commands/GetBucketsCommand.d.ts +0 -1
- package/dist-types/commands/GetBundlesCommand.d.ts +0 -2
- package/dist-types/commands/GetContainerImagesCommand.d.ts +0 -1
- package/dist-types/commands/GetContainerLogCommand.d.ts +0 -2
- package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +0 -3
- package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +0 -1
- package/dist-types/commands/GetContainerServicePowersCommand.d.ts +0 -1
- package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +0 -1
- package/dist-types/commands/RegisterContainerImageCommand.d.ts +0 -1
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +0 -1
- package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +0 -1
- package/dist-types/commands/UpdateBucketBundleCommand.d.ts +0 -2
- package/dist-types/commands/UpdateBucketCommand.d.ts +0 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +2 -128
- package/dist-types/models/models_1.d.ts +0 -40
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/package.json +4 -4
|
@@ -21,7 +21,6 @@ export declare enum AccessDirection {
|
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
23
|
* <p>Describes the last time an access key was used.</p>
|
|
24
|
-
*
|
|
25
24
|
* <note>
|
|
26
25
|
* <p>This object does not include data in the response of a <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_CreateBucketAccessKey.html">CreateBucketAccessKey</a> action.</p>
|
|
27
26
|
* </note>
|
|
@@ -50,12 +49,10 @@ export declare enum StatusType {
|
|
|
50
49
|
}
|
|
51
50
|
/**
|
|
52
51
|
* <p>Describes an access key for an Amazon Lightsail bucket.</p>
|
|
53
|
-
*
|
|
54
52
|
* <p>Access keys grant full programmatic access to the specified bucket and its objects. You
|
|
55
53
|
* can have a maximum of two access keys per bucket. Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_CreateBucketAccessKey.html">CreateBucketAccessKey</a> action to create an access key for a specific bucket. For
|
|
56
54
|
* more information about access keys, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-creating-bucket-access-keys">Creating access keys for a bucket in Amazon Lightsail</a> in the
|
|
57
55
|
* <i>Amazon Lightsail Developer Guide</i>.</p>
|
|
58
|
-
*
|
|
59
56
|
* <important>
|
|
60
57
|
* <p>The <code>secretAccessKey</code> value is returned only in response to the
|
|
61
58
|
* <code>CreateBucketAccessKey</code> action. You can get a secret access key only when you
|
|
@@ -70,14 +67,12 @@ export interface AccessKey {
|
|
|
70
67
|
accessKeyId?: string;
|
|
71
68
|
/**
|
|
72
69
|
* <p>The secret access key used to sign requests.</p>
|
|
73
|
-
*
|
|
74
70
|
* <p>You should store the secret access key in a safe location. We recommend that you delete
|
|
75
71
|
* the access key if the secret access key is compromised.</p>
|
|
76
72
|
*/
|
|
77
73
|
secretAccessKey?: string;
|
|
78
74
|
/**
|
|
79
75
|
* <p>The status of the access key.</p>
|
|
80
|
-
*
|
|
81
76
|
* <p>A status of <code>Active</code> means that the key is valid, while <code>Inactive</code>
|
|
82
77
|
* means it is not.</p>
|
|
83
78
|
*/
|
|
@@ -88,7 +83,6 @@ export interface AccessKey {
|
|
|
88
83
|
createdAt?: Date;
|
|
89
84
|
/**
|
|
90
85
|
* <p>An object that describes the last time the access key was used.</p>
|
|
91
|
-
*
|
|
92
86
|
* <note>
|
|
93
87
|
* <p>This object does not include data in the response of a <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_CreateBucketAccessKey.html">CreateBucketAccessKey</a> action. If the access key has not been used, the
|
|
94
88
|
* <code>region</code> and <code>serviceName</code> values are <code>N/A</code>, and the
|
|
@@ -124,16 +118,12 @@ export declare enum AccessType {
|
|
|
124
118
|
export interface AccessRules {
|
|
125
119
|
/**
|
|
126
120
|
* <p>Specifies the anonymous access to all objects in a bucket.</p>
|
|
127
|
-
*
|
|
128
121
|
* <p>The following options can be specified:</p>
|
|
129
|
-
*
|
|
130
122
|
* <ul>
|
|
131
123
|
* <li>
|
|
132
124
|
* <p>
|
|
133
125
|
* <code>public</code> - Sets all objects in the bucket to public (read-only), making
|
|
134
126
|
* them readable by anyone in the world.</p>
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
127
|
* <p>If the <code>getObject</code> value is set to <code>public</code>, then all objects in
|
|
138
128
|
* the bucket default to public regardless of the <code>allowPublicOverrides</code>
|
|
139
129
|
* value.</p>
|
|
@@ -142,8 +132,6 @@ export interface AccessRules {
|
|
|
142
132
|
* <p>
|
|
143
133
|
* <code>private</code> - Sets all objects in the bucket to private, making them readable
|
|
144
134
|
* only by you or anyone you give access to.</p>
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
135
|
* <p>If the <code>getObject</code> value is set to <code>private</code>, and the
|
|
148
136
|
* <code>allowPublicOverrides</code> value is set to <code>true</code>, then all objects in
|
|
149
137
|
* the bucket default to private unless they are configured with a <code>public-read</code>
|
|
@@ -157,7 +145,6 @@ export interface AccessRules {
|
|
|
157
145
|
* <p>A Boolean value that indicates whether the access control list (ACL) permissions that are
|
|
158
146
|
* applied to individual objects override the <code>getObject</code> option that is currently
|
|
159
147
|
* specified.</p>
|
|
160
|
-
*
|
|
161
148
|
* <p>When this is true, you can use the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectAcl.html">PutObjectAcl</a> Amazon S3 API action to set
|
|
162
149
|
* individual objects to public (read-only) using the <code>public-read</code> ACL, or to private
|
|
163
150
|
* using the <code>private</code> ACL.</p>
|
|
@@ -179,7 +166,6 @@ export declare enum AccountLevelBpaSyncStatus {
|
|
|
179
166
|
/**
|
|
180
167
|
* <p>Describes the synchronization status of the Amazon Simple Storage Service (Amazon S3)
|
|
181
168
|
* account-level block public access (BPA) feature for your Lightsail buckets.</p>
|
|
182
|
-
*
|
|
183
169
|
* <p>The account-level BPA feature of Amazon S3 provides centralized controls to limit
|
|
184
170
|
* public access to all Amazon S3 buckets in an account. BPA can make all Amazon S3 buckets in an Amazon Web Services account private regardless of the individual bucket and
|
|
185
171
|
* object permissions that are configured. Lightsail buckets take into account the
|
|
@@ -193,7 +179,6 @@ export declare enum AccountLevelBpaSyncStatus {
|
|
|
193
179
|
export interface AccountLevelBpaSync {
|
|
194
180
|
/**
|
|
195
181
|
* <p>The status of the account-level BPA synchronization.</p>
|
|
196
|
-
*
|
|
197
182
|
* <p>The following statuses are possible:</p>
|
|
198
183
|
* <ul>
|
|
199
184
|
* <li>
|
|
@@ -232,7 +217,6 @@ export interface AccountLevelBpaSync {
|
|
|
232
217
|
/**
|
|
233
218
|
* <p>A message that provides a reason for a <code>Failed</code> or <code>Defaulted</code>
|
|
234
219
|
* synchronization status.</p>
|
|
235
|
-
*
|
|
236
220
|
* <p>The following messages are possible:</p>
|
|
237
221
|
* <ul>
|
|
238
222
|
* <li>
|
|
@@ -1245,9 +1229,7 @@ export interface BucketAccessLogConfig {
|
|
|
1245
1229
|
export interface BucketState {
|
|
1246
1230
|
/**
|
|
1247
1231
|
* <p>The state code of the bucket.</p>
|
|
1248
|
-
*
|
|
1249
1232
|
* <p>The following codes are possible:</p>
|
|
1250
|
-
*
|
|
1251
1233
|
* <ul>
|
|
1252
1234
|
* <li>
|
|
1253
1235
|
* <p>
|
|
@@ -1302,10 +1284,8 @@ export interface Bucket {
|
|
|
1302
1284
|
arn?: string;
|
|
1303
1285
|
/**
|
|
1304
1286
|
* <p>The ID of the bundle currently applied to the bucket.</p>
|
|
1305
|
-
*
|
|
1306
1287
|
* <p>A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a
|
|
1307
1288
|
* bucket.</p>
|
|
1308
|
-
*
|
|
1309
1289
|
* <p>Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_UpdateBucketBundle.html">UpdateBucketBundle</a> action to change the
|
|
1310
1290
|
* bundle of a bucket.</p>
|
|
1311
1291
|
*/
|
|
@@ -1340,7 +1320,6 @@ export interface Bucket {
|
|
|
1340
1320
|
tags?: Tag[];
|
|
1341
1321
|
/**
|
|
1342
1322
|
* <p>Indicates whether object versioning is enabled for the bucket.</p>
|
|
1343
|
-
*
|
|
1344
1323
|
* <p>The following options can be configured:</p>
|
|
1345
1324
|
* <ul>
|
|
1346
1325
|
* <li>
|
|
@@ -1362,10 +1341,8 @@ export interface Bucket {
|
|
|
1362
1341
|
/**
|
|
1363
1342
|
* <p>Indicates whether the bundle that is currently applied to a bucket can be changed to
|
|
1364
1343
|
* another bundle.</p>
|
|
1365
|
-
*
|
|
1366
1344
|
* <p>You can update a bucket's bundle only one time within a monthly Amazon Web Services billing
|
|
1367
1345
|
* cycle.</p>
|
|
1368
|
-
*
|
|
1369
1346
|
* <p>Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_UpdateBucketBundle.html">UpdateBucketBundle</a> action to change a
|
|
1370
1347
|
* bucket's bundle.</p>
|
|
1371
1348
|
*/
|
|
@@ -1378,7 +1355,6 @@ export interface Bucket {
|
|
|
1378
1355
|
/**
|
|
1379
1356
|
* <p>An array of objects that describe Lightsail instances that have access to the
|
|
1380
1357
|
* bucket.</p>
|
|
1381
|
-
*
|
|
1382
1358
|
* <p>Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_SetResourceAccessForBucket.html">SetResourceAccessForBucket</a>
|
|
1383
1359
|
* action to update the instances that have access to a bucket.</p>
|
|
1384
1360
|
*/
|
|
@@ -1395,7 +1371,6 @@ export interface Bucket {
|
|
|
1395
1371
|
/**
|
|
1396
1372
|
* <p>Describes the specifications of a bundle that can be applied to an Amazon Lightsail
|
|
1397
1373
|
* bucket.</p>
|
|
1398
|
-
*
|
|
1399
1374
|
* <p>A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a
|
|
1400
1375
|
* bucket.</p>
|
|
1401
1376
|
*/
|
|
@@ -1813,7 +1788,6 @@ export declare enum DnsRecordCreationStateCode {
|
|
|
1813
1788
|
* <p>Describes the creation state of the canonical name (CNAME) records that are automatically
|
|
1814
1789
|
* added by Amazon Lightsail to the DNS of a domain to validate domain ownership for
|
|
1815
1790
|
* an SSL/TLS certificate.</p>
|
|
1816
|
-
*
|
|
1817
1791
|
* <p>When you create an SSL/TLS certificate for a Lightsail resource, you must
|
|
1818
1792
|
* add a set of CNAME records to the DNS of the domains for the certificate to validate that you
|
|
1819
1793
|
* own the domains. Lightsail can automatically add the CNAME records to the DNS
|
|
@@ -1826,7 +1800,6 @@ export declare enum DnsRecordCreationStateCode {
|
|
|
1826
1800
|
export interface DnsRecordCreationState {
|
|
1827
1801
|
/**
|
|
1828
1802
|
* <p>The status code for the automated DNS record creation.</p>
|
|
1829
|
-
*
|
|
1830
1803
|
* <p>Following are the possible values:</p>
|
|
1831
1804
|
* <ul>
|
|
1832
1805
|
* <li>
|
|
@@ -2480,7 +2453,6 @@ export declare enum ContainerServiceProtocol {
|
|
|
2480
2453
|
export interface Container {
|
|
2481
2454
|
/**
|
|
2482
2455
|
* <p>The name of the image used for the container.</p>
|
|
2483
|
-
*
|
|
2484
2456
|
* <p>Container images sourced from your Lightsail container service, that are registered and
|
|
2485
2457
|
* stored on your service, start with a colon (<code>:</code>). For example, if your container
|
|
2486
2458
|
* service name is <code>container-service-1</code>, the container image label is
|
|
@@ -2490,7 +2462,6 @@ export interface Container {
|
|
|
2490
2462
|
* image, specify <code>latest</code> instead of a version number (for example,
|
|
2491
2463
|
* <code>:container-service-1.mystaticsite.latest</code>). Lightsail will automatically use
|
|
2492
2464
|
* the highest numbered version of the registered container image.</p>
|
|
2493
|
-
*
|
|
2494
2465
|
* <p>Container images sourced from a public registry like Docker Hub don't start with a colon.
|
|
2495
2466
|
* For example, <code>nginx:latest</code> or <code>nginx</code>.</p>
|
|
2496
2467
|
*/
|
|
@@ -2591,7 +2562,6 @@ export declare enum ContainerServiceDeploymentState {
|
|
|
2591
2562
|
/**
|
|
2592
2563
|
* <p>Describes a container deployment configuration of an Amazon Lightsail container
|
|
2593
2564
|
* service.</p>
|
|
2594
|
-
*
|
|
2595
2565
|
* <p>A deployment specifies the settings, such as the ports and launch command, of containers
|
|
2596
2566
|
* that are deployed to your container service.</p>
|
|
2597
2567
|
*/
|
|
@@ -2602,7 +2572,6 @@ export interface ContainerServiceDeployment {
|
|
|
2602
2572
|
version?: number;
|
|
2603
2573
|
/**
|
|
2604
2574
|
* <p>The state of the deployment.</p>
|
|
2605
|
-
*
|
|
2606
2575
|
* <p>A deployment can be in one of the following states:</p>
|
|
2607
2576
|
* <ul>
|
|
2608
2577
|
* <li>
|
|
@@ -2653,7 +2622,6 @@ export declare enum ContainerServicePowerName {
|
|
|
2653
2622
|
/**
|
|
2654
2623
|
* <p>Describes the activation status of the role that you can use to grant an Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR)
|
|
2655
2624
|
* private repositories.</p>
|
|
2656
|
-
*
|
|
2657
2625
|
* <p>When activated, Lightsail creates an Identity and Access Management (IAM) role
|
|
2658
2626
|
* for the specified Lightsail container service. You can use the ARN of the role to create a
|
|
2659
2627
|
* trust relationship between your Lightsail container service and an Amazon ECR private repository in your Amazon Web Services account. This allows your container
|
|
@@ -2673,7 +2641,6 @@ export interface ContainerServiceECRImagePullerRole {
|
|
|
2673
2641
|
/**
|
|
2674
2642
|
* <p>Describes the configuration for an Amazon Lightsail container service to
|
|
2675
2643
|
* access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.</p>
|
|
2676
|
-
*
|
|
2677
2644
|
* <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>
|
|
2678
2645
|
*/
|
|
2679
2646
|
export interface PrivateRegistryAccess {
|
|
@@ -2814,7 +2781,6 @@ export interface ContainerService {
|
|
|
2814
2781
|
tags?: Tag[];
|
|
2815
2782
|
/**
|
|
2816
2783
|
* <p>The power specification of the container service.</p>
|
|
2817
|
-
*
|
|
2818
2784
|
* <p>The power specifies the amount of RAM, the number of vCPUs, and the base price of the
|
|
2819
2785
|
* container service.</p>
|
|
2820
2786
|
*/
|
|
@@ -2873,7 +2839,6 @@ export interface ContainerService {
|
|
|
2873
2839
|
stateDetail?: ContainerServiceStateDetail;
|
|
2874
2840
|
/**
|
|
2875
2841
|
* <p>The scale specification of the container service.</p>
|
|
2876
|
-
*
|
|
2877
2842
|
* <p>The scale specifies the allocated compute nodes of the container service.</p>
|
|
2878
2843
|
*/
|
|
2879
2844
|
scale?: number;
|
|
@@ -2883,7 +2848,6 @@ export interface ContainerService {
|
|
|
2883
2848
|
currentDeployment?: ContainerServiceDeployment;
|
|
2884
2849
|
/**
|
|
2885
2850
|
* <p>An object that describes the next deployment of the container service.</p>
|
|
2886
|
-
*
|
|
2887
2851
|
* <p>This value is <code>null</code> when there is no deployment in a <code>pending</code>
|
|
2888
2852
|
* state.</p>
|
|
2889
2853
|
*/
|
|
@@ -2894,14 +2858,12 @@ export interface ContainerService {
|
|
|
2894
2858
|
isDisabled?: boolean;
|
|
2895
2859
|
/**
|
|
2896
2860
|
* <p>The principal ARN of the container service.</p>
|
|
2897
|
-
*
|
|
2898
2861
|
* <p>The principal ARN can be used to create a trust relationship between your standard Amazon Web Services account and your Lightsail container service. This allows you to give your
|
|
2899
2862
|
* service permission to access resources in your standard Amazon Web Services account.</p>
|
|
2900
2863
|
*/
|
|
2901
2864
|
principalArn?: string;
|
|
2902
2865
|
/**
|
|
2903
2866
|
* <p>The private domain name of the container service.</p>
|
|
2904
|
-
*
|
|
2905
2867
|
* <p>The private domain name is accessible only by other resources within the default virtual
|
|
2906
2868
|
* private cloud (VPC) of your Lightsail account.</p>
|
|
2907
2869
|
*/
|
|
@@ -2909,20 +2871,16 @@ export interface ContainerService {
|
|
|
2909
2871
|
/**
|
|
2910
2872
|
* <p>The public domain name of the container service, such as <code>example.com</code> and
|
|
2911
2873
|
* <code>www.example.com</code>.</p>
|
|
2912
|
-
*
|
|
2913
2874
|
* <p>You can specify up to four public domain names for a container service. The domain names
|
|
2914
2875
|
* that you specify are used when you create a deployment with a container configured as the
|
|
2915
2876
|
* public endpoint of your container service.</p>
|
|
2916
|
-
*
|
|
2917
2877
|
* <p>If you don't specify public domain names, then you can use the default domain of the
|
|
2918
2878
|
* container service.</p>
|
|
2919
|
-
*
|
|
2920
2879
|
* <important>
|
|
2921
2880
|
* <p>You must create and validate an SSL/TLS certificate before you can use public domain
|
|
2922
2881
|
* names with your container service. Use the <code>CreateCertificate</code> action to create a
|
|
2923
2882
|
* certificate for the public domain names you want to use with your container service.</p>
|
|
2924
2883
|
* </important>
|
|
2925
|
-
*
|
|
2926
2884
|
* <p>See <code>CreateContainerService</code> or <code>UpdateContainerService</code> for
|
|
2927
2885
|
* information about how to specify public domain names for your Lightsail container
|
|
2928
2886
|
* service.</p>
|
|
@@ -2930,7 +2888,6 @@ export interface ContainerService {
|
|
|
2930
2888
|
publicDomainNames?: Record<string, string[]>;
|
|
2931
2889
|
/**
|
|
2932
2890
|
* <p>The publicly accessible URL of the container service.</p>
|
|
2933
|
-
*
|
|
2934
2891
|
* <p>If no public endpoint is specified in the <code>currentDeployment</code>, this URL returns
|
|
2935
2892
|
* a 404 response.</p>
|
|
2936
2893
|
*/
|
|
@@ -2939,7 +2896,6 @@ export interface ContainerService {
|
|
|
2939
2896
|
* <p>An object that describes the configuration for the container service to access private
|
|
2940
2897
|
* container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private
|
|
2941
2898
|
* repositories.</p>
|
|
2942
|
-
*
|
|
2943
2899
|
* <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>
|
|
2944
2900
|
*/
|
|
2945
2901
|
privateRegistryAccess?: PrivateRegistryAccess;
|
|
@@ -2965,7 +2921,6 @@ export interface EndpointRequest {
|
|
|
2965
2921
|
/**
|
|
2966
2922
|
* <p>Describes a container deployment configuration of an Amazon Lightsail container
|
|
2967
2923
|
* service.</p>
|
|
2968
|
-
*
|
|
2969
2924
|
* <p>A deployment specifies the settings, such as the ports and launch command, of containers
|
|
2970
2925
|
* that are deployed to your container service.</p>
|
|
2971
2926
|
*/
|
|
@@ -2982,7 +2937,6 @@ export interface ContainerServiceDeploymentRequest {
|
|
|
2982
2937
|
/**
|
|
2983
2938
|
* <p>Describes a request to activate or deactivate the role that you can use to grant an
|
|
2984
2939
|
* Amazon Lightsail container service access to Amazon Elastic Container Registry (Amazon ECR) private repositories.</p>
|
|
2985
|
-
*
|
|
2986
2940
|
* <p>When activated, Lightsail creates an Identity and Access Management (IAM) role
|
|
2987
2941
|
* for the specified Lightsail container service. You can use the ARN of the role to create a
|
|
2988
2942
|
* trust relationship between your Lightsail container service and an Amazon ECR private repository in your Amazon Web Services account. This allows your container
|
|
@@ -3015,7 +2969,6 @@ export declare enum ContainerServiceMetricName {
|
|
|
3015
2969
|
/**
|
|
3016
2970
|
* <p>Describes the powers that can be specified for an Amazon Lightsail container
|
|
3017
2971
|
* service.</p>
|
|
3018
|
-
*
|
|
3019
2972
|
* <p>The power specifies the amount of RAM, the number of vCPUs, and the base price of the
|
|
3020
2973
|
* container service.</p>
|
|
3021
2974
|
*/
|
|
@@ -3063,7 +3016,6 @@ export interface ContainerServiceRegistryLogin {
|
|
|
3063
3016
|
password?: string;
|
|
3064
3017
|
/**
|
|
3065
3018
|
* <p>The timestamp of when the container image registry username and password expire.</p>
|
|
3066
|
-
*
|
|
3067
3019
|
* <p>The log in credentials expire 12 hours after they are created, at which point you will
|
|
3068
3020
|
* need to create a new set of log in credentials using the
|
|
3069
3021
|
* <code>CreateContainerServiceRegistryLogin</code> action.</p>
|
|
@@ -3162,27 +3114,22 @@ export interface CopySnapshotResult {
|
|
|
3162
3114
|
export interface CreateBucketRequest {
|
|
3163
3115
|
/**
|
|
3164
3116
|
* <p>The name for the bucket.</p>
|
|
3165
|
-
*
|
|
3166
3117
|
* <p>For more information about bucket names, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/bucket-naming-rules-in-amazon-lightsail">Bucket naming rules in Amazon Lightsail</a> in the <i>Amazon Lightsail Developer
|
|
3167
3118
|
* Guide</i>.</p>
|
|
3168
3119
|
*/
|
|
3169
3120
|
bucketName: string | undefined;
|
|
3170
3121
|
/**
|
|
3171
3122
|
* <p>The ID of the bundle to use for the bucket.</p>
|
|
3172
|
-
*
|
|
3173
3123
|
* <p>A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a
|
|
3174
3124
|
* bucket.</p>
|
|
3175
|
-
*
|
|
3176
3125
|
* <p>Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetBucketBundles.html">GetBucketBundles</a> action to get a list of
|
|
3177
3126
|
* bundle IDs that you can specify.</p>
|
|
3178
|
-
*
|
|
3179
3127
|
* <p>Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_UpdateBucketBundle.html">UpdateBucketBundle</a> action to change the
|
|
3180
3128
|
* bundle after the bucket is created.</p>
|
|
3181
3129
|
*/
|
|
3182
3130
|
bundleId: string | undefined;
|
|
3183
3131
|
/**
|
|
3184
3132
|
* <p>The tag keys and optional values to add to the bucket during creation.</p>
|
|
3185
|
-
*
|
|
3186
3133
|
* <p>Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_TagResource.html">TagResource</a> action to tag the bucket after it's
|
|
3187
3134
|
* created.</p>
|
|
3188
3135
|
*/
|
|
@@ -3190,7 +3137,6 @@ export interface CreateBucketRequest {
|
|
|
3190
3137
|
/**
|
|
3191
3138
|
* <p>A Boolean value that indicates whether to enable versioning of objects in the
|
|
3192
3139
|
* bucket.</p>
|
|
3193
|
-
*
|
|
3194
3140
|
* <p>For more information about versioning, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-managing-bucket-object-versioning">Enabling and suspending object versioning in a bucket in Amazon Lightsail</a> in the
|
|
3195
3141
|
* <i>Amazon Lightsail Developer Guide</i>.</p>
|
|
3196
3142
|
*/
|
|
@@ -3282,7 +3228,6 @@ export interface InstanceEntry {
|
|
|
3282
3228
|
instanceType: string | undefined;
|
|
3283
3229
|
/**
|
|
3284
3230
|
* <p>The port configuration to use for the new Amazon EC2 instance.</p>
|
|
3285
|
-
*
|
|
3286
3231
|
* <p>The following configuration options are available:</p>
|
|
3287
3232
|
* <ul>
|
|
3288
3233
|
* <li>
|
|
@@ -3403,7 +3348,6 @@ export interface CreateContactMethodResult {
|
|
|
3403
3348
|
/**
|
|
3404
3349
|
* <p>Describes a request to configure an Amazon Lightsail container service to
|
|
3405
3350
|
* access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.</p>
|
|
3406
|
-
*
|
|
3407
3351
|
* <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>
|
|
3408
3352
|
*/
|
|
3409
3353
|
export interface PrivateRegistryAccessRequest {
|
|
@@ -3417,7 +3361,6 @@ export interface PrivateRegistryAccessRequest {
|
|
|
3417
3361
|
export interface CreateContainerServiceRequest {
|
|
3418
3362
|
/**
|
|
3419
3363
|
* <p>The name for the container service.</p>
|
|
3420
|
-
*
|
|
3421
3364
|
* <p>The name that you specify for your container service will make up part of its default
|
|
3422
3365
|
* domain. The default domain of a container service is typically
|
|
3423
3366
|
* <code>https://<ServiceName>.<RandomGUID>.<AWSRegion>.cs.amazonlightsail.com</code>.
|
|
@@ -3426,9 +3369,7 @@ export interface CreateContainerServiceRequest {
|
|
|
3426
3369
|
* your container service will be like the following example:
|
|
3427
3370
|
* <code>https://container-service-1.ur4EXAMPLE2uq.us-east-2.cs.amazonlightsail.com</code>
|
|
3428
3371
|
* </p>
|
|
3429
|
-
*
|
|
3430
3372
|
* <p>The following are the requirements for container service names:</p>
|
|
3431
|
-
*
|
|
3432
3373
|
* <ul>
|
|
3433
3374
|
* <li>
|
|
3434
3375
|
* <p>Must be unique within each Amazon Web Services Region in your Lightsail
|
|
@@ -3448,20 +3389,17 @@ export interface CreateContainerServiceRequest {
|
|
|
3448
3389
|
serviceName: string | undefined;
|
|
3449
3390
|
/**
|
|
3450
3391
|
* <p>The power specification for the container service.</p>
|
|
3451
|
-
*
|
|
3452
3392
|
* <p>The power specifies the amount of memory, vCPUs, and base monthly cost of each node of the
|
|
3453
3393
|
* container service. The <code>power</code> and <code>scale</code> of a container service makes
|
|
3454
3394
|
* up its configured capacity. To determine the monthly price of your container service, multiply
|
|
3455
3395
|
* the base price of the <code>power</code> with the <code>scale</code> (the number of nodes) of
|
|
3456
3396
|
* the service.</p>
|
|
3457
|
-
*
|
|
3458
3397
|
* <p>Use the <code>GetContainerServicePowers</code> action to get a list of power options that
|
|
3459
3398
|
* you can specify using this parameter, and their base monthly cost.</p>
|
|
3460
3399
|
*/
|
|
3461
3400
|
power: ContainerServicePowerName | string | undefined;
|
|
3462
3401
|
/**
|
|
3463
3402
|
* <p>The scale specification for the container service.</p>
|
|
3464
|
-
*
|
|
3465
3403
|
* <p>The scale specifies the allocated compute nodes of the container service. The
|
|
3466
3404
|
* <code>power</code> and <code>scale</code> of a container service makes up its configured
|
|
3467
3405
|
* capacity. To determine the monthly price of your container service, multiply the base price of
|
|
@@ -3478,27 +3416,22 @@ export interface CreateContainerServiceRequest {
|
|
|
3478
3416
|
/**
|
|
3479
3417
|
* <p>The public domain names to use with the container service, such as
|
|
3480
3418
|
* <code>example.com</code> and <code>www.example.com</code>.</p>
|
|
3481
|
-
*
|
|
3482
3419
|
* <p>You can specify up to four public domain names for a container service. The domain names
|
|
3483
3420
|
* that you specify are used when you create a deployment with a container configured as the
|
|
3484
3421
|
* public endpoint of your container service.</p>
|
|
3485
|
-
*
|
|
3486
3422
|
* <p>If you don't specify public domain names, then you can use the default domain of the
|
|
3487
3423
|
* container service.</p>
|
|
3488
|
-
*
|
|
3489
3424
|
* <important>
|
|
3490
3425
|
* <p>You must create and validate an SSL/TLS certificate before you can use public domain
|
|
3491
3426
|
* names with your container service. Use the <code>CreateCertificate</code> action to create a
|
|
3492
3427
|
* certificate for the public domain names you want to use with your container service.</p>
|
|
3493
3428
|
* </important>
|
|
3494
|
-
*
|
|
3495
3429
|
* <p>You can specify public domain names using a string to array map as shown in the example
|
|
3496
3430
|
* later on this page.</p>
|
|
3497
3431
|
*/
|
|
3498
3432
|
publicDomainNames?: Record<string, string[]>;
|
|
3499
3433
|
/**
|
|
3500
3434
|
* <p>An object that describes a deployment for the container service.</p>
|
|
3501
|
-
*
|
|
3502
3435
|
* <p>A deployment specifies the containers that will be launched on the container service and
|
|
3503
3436
|
* their settings, such as the ports to open, the environment variables to apply, and the launch
|
|
3504
3437
|
* command to run. It also specifies the container that will serve as the public endpoint of the
|
|
@@ -3510,7 +3443,6 @@ export interface CreateContainerServiceRequest {
|
|
|
3510
3443
|
* <p>An object to describe the configuration for the container service to access private
|
|
3511
3444
|
* container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private
|
|
3512
3445
|
* repositories.</p>
|
|
3513
|
-
*
|
|
3514
3446
|
* <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>
|
|
3515
3447
|
*/
|
|
3516
3448
|
privateRegistryAccess?: PrivateRegistryAccessRequest;
|
|
@@ -3787,10 +3719,8 @@ export interface CreateDistributionRequest {
|
|
|
3787
3719
|
bundleId: string | undefined;
|
|
3788
3720
|
/**
|
|
3789
3721
|
* <p>The IP address type for the distribution.</p>
|
|
3790
|
-
*
|
|
3791
3722
|
* <p>The possible values are <code>ipv4</code> for IPv4 only, and <code>dualstack</code> for
|
|
3792
3723
|
* IPv4 and IPv6.</p>
|
|
3793
|
-
*
|
|
3794
3724
|
* <p>The default value is <code>dualstack</code>.</p>
|
|
3795
3725
|
*/
|
|
3796
3726
|
ipAddressType?: IpAddressType | string;
|
|
@@ -3917,7 +3847,6 @@ export interface LightsailDistribution {
|
|
|
3917
3847
|
ableToUpdateBundle?: boolean;
|
|
3918
3848
|
/**
|
|
3919
3849
|
* <p>The IP address type of the distribution.</p>
|
|
3920
|
-
*
|
|
3921
3850
|
* <p>The possible values are <code>ipv4</code> for IPv4 only, and <code>dualstack</code> for
|
|
3922
3851
|
* IPv4 and IPv6.</p>
|
|
3923
3852
|
*/
|
|
@@ -3942,12 +3871,6 @@ export interface CreateDistributionResult {
|
|
|
3942
3871
|
export interface CreateDomainRequest {
|
|
3943
3872
|
/**
|
|
3944
3873
|
* <p>The domain name to manage (e.g., <code>example.com</code>).</p>
|
|
3945
|
-
* <note>
|
|
3946
|
-
* <p>You cannot register a new domain name using Lightsail. You must register a domain name
|
|
3947
|
-
* using Amazon Route 53 or another domain name registrar. If you have already registered your
|
|
3948
|
-
* domain, you can enter its name in this parameter to manage the DNS records for that domain
|
|
3949
|
-
* using Lightsail.</p>
|
|
3950
|
-
* </note>
|
|
3951
3874
|
*/
|
|
3952
3875
|
domainName: string | undefined;
|
|
3953
3876
|
/**
|
|
@@ -4141,10 +4064,8 @@ export interface CreateInstancesRequest {
|
|
|
4141
4064
|
addOns?: AddOnRequest[];
|
|
4142
4065
|
/**
|
|
4143
4066
|
* <p>The IP address type for the instance.</p>
|
|
4144
|
-
*
|
|
4145
4067
|
* <p>The possible values are <code>ipv4</code> for IPv4 only, and <code>dualstack</code> for
|
|
4146
4068
|
* IPv4 and IPv6.</p>
|
|
4147
|
-
*
|
|
4148
4069
|
* <p>The default value is <code>dualstack</code>.</p>
|
|
4149
4070
|
*/
|
|
4150
4071
|
ipAddressType?: IpAddressType | string;
|
|
@@ -4218,10 +4139,8 @@ export interface CreateInstancesFromSnapshotRequest {
|
|
|
4218
4139
|
addOns?: AddOnRequest[];
|
|
4219
4140
|
/**
|
|
4220
4141
|
* <p>The IP address type for the instance.</p>
|
|
4221
|
-
*
|
|
4222
4142
|
* <p>The possible values are <code>ipv4</code> for IPv4 only, and <code>dualstack</code> for
|
|
4223
4143
|
* IPv4 and IPv6.</p>
|
|
4224
|
-
*
|
|
4225
4144
|
* <p>The default value is <code>dualstack</code>.</p>
|
|
4226
4145
|
*/
|
|
4227
4146
|
ipAddressType?: IpAddressType | string;
|
|
@@ -4424,19 +4343,15 @@ export interface CreateLoadBalancerRequest {
|
|
|
4424
4343
|
tags?: Tag[];
|
|
4425
4344
|
/**
|
|
4426
4345
|
* <p>The IP address type for the load balancer.</p>
|
|
4427
|
-
*
|
|
4428
4346
|
* <p>The possible values are <code>ipv4</code> for IPv4 only, and <code>dualstack</code> for
|
|
4429
4347
|
* IPv4 and IPv6.</p>
|
|
4430
|
-
*
|
|
4431
4348
|
* <p>The default value is <code>dualstack</code>.</p>
|
|
4432
4349
|
*/
|
|
4433
4350
|
ipAddressType?: IpAddressType | string;
|
|
4434
4351
|
/**
|
|
4435
4352
|
* <p>The name of the TLS policy to apply to the load balancer.</p>
|
|
4436
|
-
*
|
|
4437
4353
|
* <p>Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetLoadBalancerTlsPolicies.html">GetLoadBalancerTlsPolicies</a> action to get a list of TLS policy names that you can
|
|
4438
4354
|
* specify.</p>
|
|
4439
|
-
*
|
|
4440
4355
|
* <p>For more information about load balancer TLS policies, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configure-load-balancer-tls-security-policy">Configuring TLS security policies on your Amazon Lightsail load
|
|
4441
4356
|
* balancers</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>
|
|
4442
4357
|
*/
|
|
@@ -4857,14 +4772,12 @@ export interface DeleteAutoSnapshotResult {
|
|
|
4857
4772
|
export interface DeleteBucketRequest {
|
|
4858
4773
|
/**
|
|
4859
4774
|
* <p>The name of the bucket to delete.</p>
|
|
4860
|
-
*
|
|
4861
4775
|
* <p>Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetBuckets.html">GetBuckets</a> action to get a list of bucket names
|
|
4862
4776
|
* that you can specify.</p>
|
|
4863
4777
|
*/
|
|
4864
4778
|
bucketName: string | undefined;
|
|
4865
4779
|
/**
|
|
4866
4780
|
* <p>A Boolean value that indicates whether to force delete the bucket.</p>
|
|
4867
|
-
*
|
|
4868
4781
|
* <p>You must force delete the bucket if it has one of the following conditions:</p>
|
|
4869
4782
|
* <ul>
|
|
4870
4783
|
* <li>
|
|
@@ -4880,7 +4793,6 @@ export interface DeleteBucketRequest {
|
|
|
4880
4793
|
* <p>The bucket has access keys.</p>
|
|
4881
4794
|
* </li>
|
|
4882
4795
|
* </ul>
|
|
4883
|
-
*
|
|
4884
4796
|
* <important>
|
|
4885
4797
|
* <p>Force deleting a bucket might impact other resources that rely on the bucket, such as
|
|
4886
4798
|
* instances, distributions, or software that use the issued access keys.</p>
|
|
@@ -4902,7 +4814,6 @@ export interface DeleteBucketAccessKeyRequest {
|
|
|
4902
4814
|
bucketName: string | undefined;
|
|
4903
4815
|
/**
|
|
4904
4816
|
* <p>The ID of the access key to delete.</p>
|
|
4905
|
-
*
|
|
4906
4817
|
* <p>Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetBucketAccessKeys.html">GetBucketAccessKeys</a> action to get a
|
|
4907
4818
|
* list of access key IDs that you can specify.</p>
|
|
4908
4819
|
*/
|
|
@@ -4956,10 +4867,8 @@ export interface DeleteContainerImageRequest {
|
|
|
4956
4867
|
serviceName: string | undefined;
|
|
4957
4868
|
/**
|
|
4958
4869
|
* <p>The name of the container image to delete from the container service.</p>
|
|
4959
|
-
*
|
|
4960
4870
|
* <p>Use the <code>GetContainerImages</code> action to get the name of the container images
|
|
4961
4871
|
* that are registered to a container service.</p>
|
|
4962
|
-
*
|
|
4963
4872
|
* <note>
|
|
4964
4873
|
* <p>Container images sourced from your Lightsail container service, that are registered
|
|
4965
4874
|
* and stored on your service, start with a colon (<code>:</code>). For example,
|
|
@@ -4986,7 +4895,7 @@ export interface DeleteDiskRequest {
|
|
|
4986
4895
|
*/
|
|
4987
4896
|
diskName: string | undefined;
|
|
4988
4897
|
/**
|
|
4989
|
-
* <p>A Boolean value to indicate whether to delete
|
|
4898
|
+
* <p>A Boolean value to indicate whether to delete all add-ons for the disk.</p>
|
|
4990
4899
|
*/
|
|
4991
4900
|
forceDeleteAddOns?: boolean;
|
|
4992
4901
|
}
|
|
@@ -5062,7 +4971,7 @@ export interface DeleteInstanceRequest {
|
|
|
5062
4971
|
*/
|
|
5063
4972
|
instanceName: string | undefined;
|
|
5064
4973
|
/**
|
|
5065
|
-
* <p>A Boolean value to indicate whether to delete
|
|
4974
|
+
* <p>A Boolean value to indicate whether to delete all add-ons for the instance.</p>
|
|
5066
4975
|
*/
|
|
5067
4976
|
forceDeleteAddOns?: boolean;
|
|
5068
4977
|
}
|
|
@@ -5537,14 +5446,12 @@ export declare enum NameServersUpdateStateCode {
|
|
|
5537
5446
|
/**
|
|
5538
5447
|
* <p>Describes the state of the name server records update made by Amazon Lightsail
|
|
5539
5448
|
* to an Amazon Route 53 registered domain.</p>
|
|
5540
|
-
*
|
|
5541
5449
|
* <p>For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/understanding-dns-in-amazon-lightsail">DNS in Amazon Lightsail</a> in the <i>Amazon Lightsail
|
|
5542
5450
|
* Developer Guide</i>.</p>
|
|
5543
5451
|
*/
|
|
5544
5452
|
export interface NameServersUpdateState {
|
|
5545
5453
|
/**
|
|
5546
5454
|
* <p>The status code for the name servers update.</p>
|
|
5547
|
-
*
|
|
5548
5455
|
* <p>Following are the possible values:</p>
|
|
5549
5456
|
* <ul>
|
|
5550
5457
|
* <li>
|
|
@@ -5584,7 +5491,6 @@ export declare enum R53HostedZoneDeletionStateCode {
|
|
|
5584
5491
|
export interface R53HostedZoneDeletionState {
|
|
5585
5492
|
/**
|
|
5586
5493
|
* <p>The status code for the deletion state.</p>
|
|
5587
|
-
*
|
|
5588
5494
|
* <p>Following are the possible values:</p>
|
|
5589
5495
|
* <ul>
|
|
5590
5496
|
* <li>
|
|
@@ -5613,16 +5519,13 @@ export interface R53HostedZoneDeletionState {
|
|
|
5613
5519
|
}
|
|
5614
5520
|
/**
|
|
5615
5521
|
* <p>Describes the delegation state of an Amazon Route 53 registered domain to Amazon Lightsail.</p>
|
|
5616
|
-
*
|
|
5617
5522
|
* <p>When you delegate an Amazon Route 53 registered domain to Lightsail,
|
|
5618
5523
|
* you can manage the DNS of the domain using a Lightsail DNS zone. You no longer
|
|
5619
5524
|
* use the Route 53 hosted zone to manage the DNS of the domain. To delegate the
|
|
5620
5525
|
* domain, Lightsail automatically updates the domain's name servers in Route 53 to the name servers of the Lightsail DNS zone. Then, Lightsail automatically deletes the Route 53 hosted zone for the
|
|
5621
5526
|
* domain.</p>
|
|
5622
|
-
*
|
|
5623
5527
|
* <p>All of the following conditions must be true for automatic domain delegation to be
|
|
5624
5528
|
* successful:</p>
|
|
5625
|
-
*
|
|
5626
5529
|
* <ul>
|
|
5627
5530
|
* <li>
|
|
5628
5531
|
* <p>The registered domain must be in the same Amazon Web Services account as the Lightsail account making the request.</p>
|
|
@@ -5636,7 +5539,6 @@ export interface R53HostedZoneDeletionState {
|
|
|
5636
5539
|
* records other than start of authority (SOA) and name server records.</p>
|
|
5637
5540
|
* </li>
|
|
5638
5541
|
* </ul>
|
|
5639
|
-
*
|
|
5640
5542
|
* <p>If automatic domain delegation fails, or if you manage the DNS of your domain using a
|
|
5641
5543
|
* service other than Route 53, then you must manually add the Lightsail
|
|
5642
5544
|
* DNS zone name servers to your domain in order to delegate management of its DNS to Lightsail. For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-how-to-create-dns-entry">Creating a DNS zone to manage your domain’s records in Amazon Lightsail</a>
|
|
@@ -5980,14 +5882,11 @@ export interface GetBucketMetricDataRequest {
|
|
|
5980
5882
|
bucketName: string | undefined;
|
|
5981
5883
|
/**
|
|
5982
5884
|
* <p>The metric for which you want to return information.</p>
|
|
5983
|
-
*
|
|
5984
5885
|
* <p>Valid bucket metric names are listed below, along with the most useful statistics to
|
|
5985
5886
|
* include in your request, and the published unit value.</p>
|
|
5986
|
-
*
|
|
5987
5887
|
* <note>
|
|
5988
5888
|
* <p>These bucket metrics are reported once per day.</p>
|
|
5989
5889
|
* </note>
|
|
5990
|
-
*
|
|
5991
5890
|
* <ul>
|
|
5992
5891
|
* <li>
|
|
5993
5892
|
* <p>
|
|
@@ -6032,9 +5931,7 @@ export interface GetBucketMetricDataRequest {
|
|
|
6032
5931
|
period: number | undefined;
|
|
6033
5932
|
/**
|
|
6034
5933
|
* <p>The statistic for the metric.</p>
|
|
6035
|
-
*
|
|
6036
5934
|
* <p>The following statistics are available:</p>
|
|
6037
|
-
*
|
|
6038
5935
|
* <ul>
|
|
6039
5936
|
* <li>
|
|
6040
5937
|
* <p>
|
|
@@ -6120,14 +6017,12 @@ export interface GetBucketMetricDataResult {
|
|
|
6120
6017
|
export interface GetBucketsRequest {
|
|
6121
6018
|
/**
|
|
6122
6019
|
* <p>The name of the bucket for which to return information.</p>
|
|
6123
|
-
*
|
|
6124
6020
|
* <p>When omitted, the response includes all of your buckets in the Amazon Web Services Region
|
|
6125
6021
|
* where the request is made.</p>
|
|
6126
6022
|
*/
|
|
6127
6023
|
bucketName?: string;
|
|
6128
6024
|
/**
|
|
6129
6025
|
* <p>The token to advance to the next page of results from your request.</p>
|
|
6130
|
-
*
|
|
6131
6026
|
* <p>To get a page token, perform an initial <code>GetBuckets</code> request. If your results
|
|
6132
6027
|
* are paginated, the response will return a next page token that you can specify as the page
|
|
6133
6028
|
* token in a subsequent request.</p>
|
|
@@ -6147,9 +6042,7 @@ export interface GetBucketsResult {
|
|
|
6147
6042
|
buckets?: Bucket[];
|
|
6148
6043
|
/**
|
|
6149
6044
|
* <p>The token to advance to the next page of results from your request.</p>
|
|
6150
|
-
*
|
|
6151
6045
|
* <p>A next page token is not returned if there are no more results to display.</p>
|
|
6152
|
-
*
|
|
6153
6046
|
* <p>To get the next page of results, perform another <code>GetBuckets</code> request and
|
|
6154
6047
|
* specify the next page token using the <code>pageToken</code> parameter.</p>
|
|
6155
6048
|
*/
|
|
@@ -6157,7 +6050,6 @@ export interface GetBucketsResult {
|
|
|
6157
6050
|
/**
|
|
6158
6051
|
* <p>An object that describes the synchronization status of the Amazon S3 account-level
|
|
6159
6052
|
* block public access feature for your Lightsail buckets.</p>
|
|
6160
|
-
*
|
|
6161
6053
|
* <p>For more information about this feature and how it affects Lightsail buckets, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-block-public-access-for-buckets">Block public access for buckets in Amazon Lightsail</a>.</p>
|
|
6162
6054
|
*/
|
|
6163
6055
|
accountLevelBpaSync?: AccountLevelBpaSync;
|
|
@@ -6290,47 +6182,38 @@ export interface GetContainerLogRequest {
|
|
|
6290
6182
|
containerName: string | undefined;
|
|
6291
6183
|
/**
|
|
6292
6184
|
* <p>The start of the time interval for which to get log data.</p>
|
|
6293
|
-
*
|
|
6294
6185
|
* <p>Constraints:</p>
|
|
6295
|
-
*
|
|
6296
6186
|
* <ul>
|
|
6297
6187
|
* <li>
|
|
6298
6188
|
* <p>Specified in Coordinated Universal Time (UTC).</p>
|
|
6299
6189
|
* </li>
|
|
6300
6190
|
* <li>
|
|
6301
6191
|
* <p>Specified in the Unix time format.</p>
|
|
6302
|
-
*
|
|
6303
6192
|
* <p>For example, if you wish to use a start time of October 1, 2018, at 8 PM UTC, specify
|
|
6304
6193
|
* <code>1538424000</code> as the start time.</p>
|
|
6305
6194
|
* </li>
|
|
6306
6195
|
* </ul>
|
|
6307
|
-
*
|
|
6308
6196
|
* <p>You can convert a human-friendly time to Unix time format using a converter like <a href="https://www.epochconverter.com/">Epoch converter</a>.</p>
|
|
6309
6197
|
*/
|
|
6310
6198
|
startTime?: Date;
|
|
6311
6199
|
/**
|
|
6312
6200
|
* <p>The end of the time interval for which to get log data.</p>
|
|
6313
|
-
*
|
|
6314
6201
|
* <p>Constraints:</p>
|
|
6315
|
-
*
|
|
6316
6202
|
* <ul>
|
|
6317
6203
|
* <li>
|
|
6318
6204
|
* <p>Specified in Coordinated Universal Time (UTC).</p>
|
|
6319
6205
|
* </li>
|
|
6320
6206
|
* <li>
|
|
6321
6207
|
* <p>Specified in the Unix time format.</p>
|
|
6322
|
-
*
|
|
6323
6208
|
* <p>For example, if you wish to use an end time of October 1, 2018, at 9 PM UTC, specify
|
|
6324
6209
|
* <code>1538427600</code> as the end time.</p>
|
|
6325
6210
|
* </li>
|
|
6326
6211
|
* </ul>
|
|
6327
|
-
*
|
|
6328
6212
|
* <p>You can convert a human-friendly time to Unix time format using a converter like <a href="https://www.epochconverter.com/">Epoch converter</a>.</p>
|
|
6329
6213
|
*/
|
|
6330
6214
|
endTime?: Date;
|
|
6331
6215
|
/**
|
|
6332
6216
|
* <p>The pattern to use to filter the returned log events to a specific term.</p>
|
|
6333
|
-
*
|
|
6334
6217
|
* <p>The following are a few examples of filter patterns that you can specify:</p>
|
|
6335
6218
|
* <ul>
|
|
6336
6219
|
* <li>
|
|
@@ -6359,7 +6242,6 @@ export interface GetContainerLogRequest {
|
|
|
6359
6242
|
filterPattern?: string;
|
|
6360
6243
|
/**
|
|
6361
6244
|
* <p>The token to advance to the next page of results from your request.</p>
|
|
6362
|
-
*
|
|
6363
6245
|
* <p>To get a page token, perform an initial <code>GetContainerLog</code> request. If your
|
|
6364
6246
|
* results are paginated, the response will return a next page token that you can specify as the
|
|
6365
6247
|
* page token in a subsequent request.</p>
|
|
@@ -6373,9 +6255,7 @@ export interface GetContainerLogResult {
|
|
|
6373
6255
|
logEvents?: ContainerServiceLogEvent[];
|
|
6374
6256
|
/**
|
|
6375
6257
|
* <p>The token to advance to the next page of results from your request.</p>
|
|
6376
|
-
*
|
|
6377
6258
|
* <p>A next page token is not returned if there are no more results to display.</p>
|
|
6378
|
-
*
|
|
6379
6259
|
* <p>To get the next page of results, perform another <code>GetContainerLog</code> request and
|
|
6380
6260
|
* specify the next page token using the <code>pageToken</code> parameter.</p>
|
|
6381
6261
|
*/
|
|
@@ -6400,10 +6280,8 @@ export interface GetContainerServiceMetricDataRequest {
|
|
|
6400
6280
|
serviceName: string | undefined;
|
|
6401
6281
|
/**
|
|
6402
6282
|
* <p>The metric for which you want to return information.</p>
|
|
6403
|
-
*
|
|
6404
6283
|
* <p>Valid container service metric names are listed below, along with the most useful
|
|
6405
6284
|
* statistics to include in your request, and the published unit value.</p>
|
|
6406
|
-
*
|
|
6407
6285
|
* <ul>
|
|
6408
6286
|
* <li>
|
|
6409
6287
|
* <p>
|
|
@@ -6436,16 +6314,13 @@ export interface GetContainerServiceMetricDataRequest {
|
|
|
6436
6314
|
endTime: Date | undefined;
|
|
6437
6315
|
/**
|
|
6438
6316
|
* <p>The granularity, in seconds, of the returned data points.</p>
|
|
6439
|
-
*
|
|
6440
6317
|
* <p>All container service metric data is available in 5-minute (300 seconds)
|
|
6441
6318
|
* granularity.</p>
|
|
6442
6319
|
*/
|
|
6443
6320
|
period: number | undefined;
|
|
6444
6321
|
/**
|
|
6445
6322
|
* <p>The statistic for the metric.</p>
|
|
6446
|
-
*
|
|
6447
6323
|
* <p>The following statistics are available:</p>
|
|
6448
|
-
*
|
|
6449
6324
|
* <ul>
|
|
6450
6325
|
* <li>
|
|
6451
6326
|
* <p>
|
|
@@ -6501,7 +6376,6 @@ export interface GetContainerServicePowersResult {
|
|
|
6501
6376
|
export interface GetContainerServicesRequest {
|
|
6502
6377
|
/**
|
|
6503
6378
|
* <p>The name of the container service for which to return information.</p>
|
|
6504
|
-
*
|
|
6505
6379
|
* <p>When omitted, the response includes all of your container services in the Amazon Web Services Region where the request is made.</p>
|
|
6506
6380
|
*/
|
|
6507
6381
|
serviceName?: string;
|