@aws-sdk/middleware-sdk-route53
Advanced tools
Comparing version 3.168.0 to 3.170.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13) | ||
**Note:** Version bump only for package @aws-sdk/middleware-sdk-route53 | ||
# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09) | ||
@@ -8,0 +16,0 @@ |
@@ -1,16 +0,25 @@ | ||
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@aws-sdk/types"; | ||
import { | ||
InitializeHandlerOptions, | ||
InitializeMiddleware, | ||
Pluggable, | ||
} from "@aws-sdk/types"; | ||
export interface Change { | ||
ResourceRecordSet: { | ||
AliasTarget?: { | ||
HostedZoneId: string; | ||
}; | ||
ResourceRecordSet: { | ||
AliasTarget?: { | ||
HostedZoneId: string; | ||
}; | ||
}; | ||
} | ||
export interface ChangeBatchBearer { | ||
ChangeBatch: { | ||
Changes: Iterable<Change>; | ||
}; | ||
ChangeBatch: { | ||
Changes: Iterable<Change>; | ||
}; | ||
} | ||
export declare function changeResourceRecordSetsMiddleware(): InitializeMiddleware<any, any>; | ||
export declare function changeResourceRecordSetsMiddleware(): InitializeMiddleware< | ||
any, | ||
any | ||
>; | ||
export declare const changeResourceRecordSetsMiddlewareOptions: InitializeHandlerOptions; | ||
export declare const getChangeResourceRecordSetsPlugin: (unused: any) => Pluggable<any, any>; | ||
export declare const getChangeResourceRecordSetsPlugin: ( | ||
unused: any | ||
) => Pluggable<any, any>; |
export declare const IDENTIFIER_PREFIX_PATTERN: RegExp; |
@@ -1,9 +0,18 @@ | ||
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@aws-sdk/types"; | ||
import { | ||
InitializeHandlerOptions, | ||
InitializeMiddleware, | ||
Pluggable, | ||
} from "@aws-sdk/types"; | ||
export interface IdentifierBearer { | ||
DelegationSetId?: string; | ||
HostedZoneId?: string; | ||
Id?: string; | ||
DelegationSetId?: string; | ||
HostedZoneId?: string; | ||
Id?: string; | ||
} | ||
export declare function idNormalizerMiddleware(): InitializeMiddleware<any, any>; | ||
export declare function idNormalizerMiddleware(): InitializeMiddleware< | ||
any, | ||
any | ||
>; | ||
export declare const idNormalizerMiddlewareOptions: InitializeHandlerOptions; | ||
export declare const getIdNormalizerPlugin: (unused: any) => Pluggable<any, any>; | ||
export declare const getIdNormalizerPlugin: ( | ||
unused: any | ||
) => Pluggable<any, any>; |
export * from "./change-resource-record-sets"; | ||
export * from "./id-normalizer"; |
{ | ||
"name": "@aws-sdk/middleware-sdk-route53", | ||
"version": "3.168.0", | ||
"version": "3.170.0", | ||
"scripts": { | ||
@@ -23,3 +23,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"dependencies": { | ||
"@aws-sdk/types": "3.168.0", | ||
"@aws-sdk/types": "3.170.0", | ||
"tslib": "^2.3.1" | ||
@@ -49,3 +49,3 @@ }, | ||
"concurrently": "7.0.0", | ||
"downlevel-dts": "0.7.0", | ||
"downlevel-dts": "0.10.1", | ||
"rimraf": "3.0.2", | ||
@@ -52,0 +52,0 @@ "typedoc": "0.19.2", |
43167
259
+ Added@aws-sdk/types@3.170.0(transitive)
- Removed@aws-sdk/types@3.168.0(transitive)
Updated@aws-sdk/types@3.170.0