@aws-sdk/middleware-sdk-route53 3.972.21 → 3.972.23
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.
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
InitializeHandlerOptions,
|
|
3
|
-
InitializeMiddleware,
|
|
4
|
-
Pluggable,
|
|
5
|
-
} from "@smithy/types";
|
|
1
|
+
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
|
|
6
2
|
export interface Change {
|
|
7
3
|
ResourceRecordSet: {
|
|
8
4
|
AliasTarget?: {
|
|
@@ -15,11 +11,6 @@ export interface ChangeBatchBearer {
|
|
|
15
11
|
Changes: Iterable<Change>;
|
|
16
12
|
};
|
|
17
13
|
}
|
|
18
|
-
export declare function changeResourceRecordSetsMiddleware(): InitializeMiddleware<
|
|
19
|
-
any,
|
|
20
|
-
any
|
|
21
|
-
>;
|
|
14
|
+
export declare function changeResourceRecordSetsMiddleware(): InitializeMiddleware<any, any>;
|
|
22
15
|
export declare const changeResourceRecordSetsMiddlewareOptions: InitializeHandlerOptions;
|
|
23
|
-
export declare const getChangeResourceRecordSetsPlugin: (
|
|
24
|
-
unused: any
|
|
25
|
-
) => Pluggable<any, any>;
|
|
16
|
+
export declare const getChangeResourceRecordSetsPlugin: (unused: any) => Pluggable<any, any>;
|
|
@@ -1,18 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
InitializeHandlerOptions,
|
|
3
|
-
InitializeMiddleware,
|
|
4
|
-
Pluggable,
|
|
5
|
-
} from "@smithy/types";
|
|
1
|
+
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
|
|
6
2
|
export interface IdentifierBearer {
|
|
7
3
|
DelegationSetId?: string;
|
|
8
4
|
HostedZoneId?: string;
|
|
9
5
|
Id?: string;
|
|
10
6
|
}
|
|
11
|
-
export declare function idNormalizerMiddleware(): InitializeMiddleware<
|
|
12
|
-
any,
|
|
13
|
-
any
|
|
14
|
-
>;
|
|
7
|
+
export declare function idNormalizerMiddleware(): InitializeMiddleware<any, any>;
|
|
15
8
|
export declare const idNormalizerMiddlewareOptions: InitializeHandlerOptions;
|
|
16
|
-
export declare const getIdNormalizerPlugin: (
|
|
17
|
-
unused: any
|
|
18
|
-
) => Pluggable<any, any>;
|
|
9
|
+
export declare const getIdNormalizerPlugin: (unused: any) => Pluggable<any, any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-sdk-route53",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.23",
|
|
4
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/middleware-sdk-route53",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"author": {
|
|
7
|
+
"name": "AWS SDK for JavaScript Team",
|
|
8
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
13
|
+
"directory": "packages-internal/middleware-sdk-route53"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist-*/**"
|
|
17
|
+
],
|
|
18
|
+
"sideEffects": false,
|
|
19
|
+
"main": "./dist-cjs/index.js",
|
|
20
|
+
"module": "./dist-es/index.js",
|
|
21
|
+
"types": "./dist-types/index.d.ts",
|
|
22
|
+
"typesVersions": {
|
|
23
|
+
"<4.5": {
|
|
24
|
+
"dist-types/*": [
|
|
25
|
+
"dist-types/ts3.4/*"
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
},
|
|
4
29
|
"scripts": {
|
|
5
30
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
31
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -16,44 +41,19 @@
|
|
|
16
41
|
"test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts",
|
|
17
42
|
"test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts"
|
|
18
43
|
},
|
|
19
|
-
"main": "./dist-cjs/index.js",
|
|
20
|
-
"module": "./dist-es/index.js",
|
|
21
|
-
"types": "./dist-types/index.d.ts",
|
|
22
|
-
"sideEffects": false,
|
|
23
|
-
"author": {
|
|
24
|
-
"name": "AWS SDK for JavaScript Team",
|
|
25
|
-
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
26
|
-
},
|
|
27
|
-
"license": "Apache-2.0",
|
|
28
44
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/types": "^3.974.
|
|
45
|
+
"@aws-sdk/types": "^3.974.2",
|
|
30
46
|
"@smithy/types": "^4.16.1",
|
|
31
47
|
"tslib": "^2.6.2"
|
|
32
48
|
},
|
|
33
|
-
"engines": {
|
|
34
|
-
"node": ">=20.0.0"
|
|
35
|
-
},
|
|
36
|
-
"typesVersions": {
|
|
37
|
-
"<4.5": {
|
|
38
|
-
"dist-types/*": [
|
|
39
|
-
"dist-types/ts3.4/*"
|
|
40
|
-
]
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
"files": [
|
|
44
|
-
"dist-*/**"
|
|
45
|
-
],
|
|
46
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/middleware-sdk-route53",
|
|
47
|
-
"repository": {
|
|
48
|
-
"type": "git",
|
|
49
|
-
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
50
|
-
"directory": "packages-internal/middleware-sdk-route53"
|
|
51
|
-
},
|
|
52
49
|
"devDependencies": {
|
|
53
50
|
"@tsconfig/recommended": "1.0.1",
|
|
54
51
|
"concurrently": "7.0.0",
|
|
55
52
|
"downlevel-dts": "0.10.1",
|
|
56
53
|
"premove": "4.0.0",
|
|
57
54
|
"typescript": "~5.8.3"
|
|
55
|
+
},
|
|
56
|
+
"engines": {
|
|
57
|
+
"node": ">=20.0.0"
|
|
58
58
|
}
|
|
59
59
|
}
|