@aws-sdk/client-lightsail 3.238.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
|
@@ -9,13 +9,11 @@ export interface UpdateBucketBundleCommandOutput extends UpdateBucketBundleResul
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Updates the bundle, or storage plan, of an existing Amazon Lightsail bucket.</p>
|
|
12
|
-
*
|
|
13
12
|
* <p>A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a
|
|
14
13
|
* bucket. You can update a bucket's bundle only one time within a monthly Amazon Web Services
|
|
15
14
|
* billing cycle. To determine if you can update a bucket's bundle, use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetBuckets.html">GetBuckets</a> action. The
|
|
16
15
|
* <code>ableToUpdateBundle</code> parameter in the response will indicate whether you can
|
|
17
16
|
* currently update a bucket's bundle.</p>
|
|
18
|
-
*
|
|
19
17
|
* <p>Update a bucket's bundle if it's consistently going over its storage space or data
|
|
20
18
|
* transfer quota, or if a bucket's usage is consistently in the lower range of its storage space
|
|
21
19
|
* or data transfer quota. Due to the unpredictable usage fluctuations that a bucket might
|
|
@@ -9,7 +9,6 @@ export interface UpdateBucketCommandOutput extends UpdateBucketResult, __Metadat
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Updates an existing Amazon Lightsail bucket.</p>
|
|
12
|
-
*
|
|
13
12
|
* <p>Use this action to update the configuration of an existing bucket, such as versioning,
|
|
14
13
|
* public accessibility, and the Amazon Web Services accounts that can access the bucket.</p>
|
|
15
14
|
* @example
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|