@aws-sdk/client-route-53 3.535.0 → 3.536.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.
|
@@ -4300,8 +4300,9 @@ export interface DeleteHealthCheckResponse {
|
|
|
4300
4300
|
}
|
|
4301
4301
|
/**
|
|
4302
4302
|
* <p>This error code is not in use.</p>
|
|
4303
|
-
*
|
|
4303
|
+
*
|
|
4304
4304
|
* @deprecated
|
|
4305
|
+
* @public
|
|
4305
4306
|
*/
|
|
4306
4307
|
export declare class HealthCheckInUse extends __BaseException {
|
|
4307
4308
|
readonly name: "HealthCheckInUse";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.536.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-route-53",
|