@aws-sdk/client-route-53 3.948.0 → 3.953.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/dist-cjs/index.js +1231 -896
- package/dist-cjs/runtimeConfig.shared.js +7 -5
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +2 -2
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +2 -2
- package/dist-es/commands/ChangeCidrCollectionCommand.js +2 -2
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +2 -2
- package/dist-es/commands/ChangeTagsForResourceCommand.js +2 -2
- package/dist-es/commands/CreateCidrCollectionCommand.js +2 -2
- package/dist-es/commands/CreateHealthCheckCommand.js +2 -2
- package/dist-es/commands/CreateHostedZoneCommand.js +2 -2
- package/dist-es/commands/CreateKeySigningKeyCommand.js +2 -2
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +2 -2
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +2 -2
- package/dist-es/commands/CreateTrafficPolicyCommand.js +2 -2
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +2 -2
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +2 -2
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +2 -2
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +2 -2
- package/dist-es/commands/DeleteCidrCollectionCommand.js +2 -2
- package/dist-es/commands/DeleteHealthCheckCommand.js +2 -2
- package/dist-es/commands/DeleteHostedZoneCommand.js +2 -2
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +2 -2
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +2 -2
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +2 -2
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +2 -2
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +2 -2
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +2 -2
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +2 -2
- package/dist-es/commands/GetAccountLimitCommand.js +2 -2
- package/dist-es/commands/GetChangeCommand.js +2 -2
- package/dist-es/commands/GetCheckerIpRangesCommand.js +2 -2
- package/dist-es/commands/GetDNSSECCommand.js +2 -2
- package/dist-es/commands/GetGeoLocationCommand.js +2 -2
- package/dist-es/commands/GetHealthCheckCommand.js +2 -2
- package/dist-es/commands/GetHealthCheckCountCommand.js +2 -2
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +2 -2
- package/dist-es/commands/GetHealthCheckStatusCommand.js +2 -2
- package/dist-es/commands/GetHostedZoneCommand.js +2 -2
- package/dist-es/commands/GetHostedZoneCountCommand.js +2 -2
- package/dist-es/commands/GetHostedZoneLimitCommand.js +2 -2
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +2 -2
- package/dist-es/commands/GetReusableDelegationSetCommand.js +2 -2
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +2 -2
- package/dist-es/commands/GetTrafficPolicyCommand.js +2 -2
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +2 -2
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +2 -2
- package/dist-es/commands/ListCidrBlocksCommand.js +2 -2
- package/dist-es/commands/ListCidrCollectionsCommand.js +2 -2
- package/dist-es/commands/ListCidrLocationsCommand.js +2 -2
- package/dist-es/commands/ListGeoLocationsCommand.js +2 -2
- package/dist-es/commands/ListHealthChecksCommand.js +2 -2
- package/dist-es/commands/ListHostedZonesByNameCommand.js +2 -2
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +2 -2
- package/dist-es/commands/ListHostedZonesCommand.js +2 -2
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +2 -2
- package/dist-es/commands/ListResourceRecordSetsCommand.js +2 -2
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourcesCommand.js +2 -2
- package/dist-es/commands/ListTrafficPoliciesCommand.js +2 -2
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +2 -2
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +2 -2
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +2 -2
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +2 -2
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +2 -2
- package/dist-es/commands/TestDNSAnswerCommand.js +2 -2
- package/dist-es/commands/UpdateHealthCheckCommand.js +2 -2
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +2 -2
- package/dist-es/commands/UpdateHostedZoneFeaturesCommand.js +2 -2
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +2 -2
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -5
- package/dist-es/schemas/schemas_0.js +634 -625
- package/dist-types/Route53Client.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +5 -1
- package/dist-types/schemas/schemas_0.d.ts +327 -359
- package/dist-types/ts3.4/Route53Client.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -5
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +326 -359
- package/package.json +36 -36
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
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.953.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "concurrently 'yarn:build:
|
|
6
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-route-53",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
@@ -21,44 +21,44 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-sdk-route53": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^4.4.
|
|
37
|
-
"@smithy/core": "^3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
39
|
-
"@smithy/hash-node": "^4.2.
|
|
40
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
41
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
43
|
-
"@smithy/middleware-retry": "^4.4.
|
|
44
|
-
"@smithy/middleware-serde": "^4.2.
|
|
45
|
-
"@smithy/middleware-stack": "^4.2.
|
|
46
|
-
"@smithy/node-config-provider": "^4.3.
|
|
47
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
-
"@smithy/protocol-http": "^5.3.
|
|
49
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
-
"@smithy/types": "^4.
|
|
51
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.953.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.953.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
29
|
+
"@aws-sdk/middleware-sdk-route53": "3.953.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.953.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.953.0",
|
|
32
|
+
"@aws-sdk/types": "3.953.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.953.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.953.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.953.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.4.4",
|
|
37
|
+
"@smithy/core": "^3.19.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.3.7",
|
|
39
|
+
"@smithy/hash-node": "^4.2.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.2.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.2.6",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.3.15",
|
|
43
|
+
"@smithy/middleware-retry": "^4.4.15",
|
|
44
|
+
"@smithy/middleware-serde": "^4.2.7",
|
|
45
|
+
"@smithy/middleware-stack": "^4.2.6",
|
|
46
|
+
"@smithy/node-config-provider": "^4.3.6",
|
|
47
|
+
"@smithy/node-http-handler": "^4.4.6",
|
|
48
|
+
"@smithy/protocol-http": "^5.3.6",
|
|
49
|
+
"@smithy/smithy-client": "^4.10.0",
|
|
50
|
+
"@smithy/types": "^4.10.0",
|
|
51
|
+
"@smithy/url-parser": "^4.2.6",
|
|
52
52
|
"@smithy/util-base64": "^4.3.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
57
|
-
"@smithy/util-endpoints": "^3.2.
|
|
58
|
-
"@smithy/util-middleware": "^4.2.
|
|
59
|
-
"@smithy/util-retry": "^4.2.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.3.14",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.2.17",
|
|
57
|
+
"@smithy/util-endpoints": "^3.2.6",
|
|
58
|
+
"@smithy/util-middleware": "^4.2.6",
|
|
59
|
+
"@smithy/util-retry": "^4.2.6",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.0",
|
|
61
|
-
"@smithy/util-waiter": "^4.2.
|
|
61
|
+
"@smithy/util-waiter": "^4.2.6",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|