@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.
Files changed (36) hide show
  1. package/README.md +0 -2
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-es/endpoint/ruleset.js +3 -3
  4. package/dist-types/Lightsail.d.ts +0 -41
  5. package/dist-types/LightsailClient.d.ts +0 -2
  6. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +0 -2
  7. package/dist-types/commands/CreateBucketCommand.d.ts +0 -1
  8. package/dist-types/commands/CreateContainerServiceCommand.d.ts +0 -1
  9. package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +0 -2
  10. package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +0 -3
  11. package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +0 -1
  12. package/dist-types/commands/CreateDomainEntryCommand.d.ts +0 -3
  13. package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +0 -2
  14. package/dist-types/commands/DeleteBucketCommand.d.ts +0 -1
  15. package/dist-types/commands/DeleteKeyPairCommand.d.ts +0 -1
  16. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +0 -1
  17. package/dist-types/commands/GetBucketBundlesCommand.d.ts +0 -2
  18. package/dist-types/commands/GetBucketMetricDataCommand.d.ts +0 -1
  19. package/dist-types/commands/GetBucketsCommand.d.ts +0 -1
  20. package/dist-types/commands/GetBundlesCommand.d.ts +0 -2
  21. package/dist-types/commands/GetContainerImagesCommand.d.ts +0 -1
  22. package/dist-types/commands/GetContainerLogCommand.d.ts +0 -2
  23. package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +0 -3
  24. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +0 -1
  25. package/dist-types/commands/GetContainerServicePowersCommand.d.ts +0 -1
  26. package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +0 -1
  27. package/dist-types/commands/RegisterContainerImageCommand.d.ts +0 -1
  28. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +0 -1
  29. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +0 -1
  30. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +0 -2
  31. package/dist-types/commands/UpdateBucketCommand.d.ts +0 -1
  32. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  33. package/dist-types/models/models_0.d.ts +2 -128
  34. package/dist-types/models/models_1.d.ts +0 -40
  35. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  36. 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?: string;
15
+ Region: string;
16
16
  UseDualStack?: boolean;
17
17
  UseFIPS?: boolean;
18
18
  Endpoint?: string;