@aws-sdk/client-route-53 3.489.0 → 3.495.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/Route53.js +1 -151
- package/dist-cjs/Route53Client.js +1 -43
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/ChangeCidrCollectionCommand.js +1 -30
- package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +1 -31
- package/dist-cjs/commands/ChangeTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/CreateCidrCollectionCommand.js +1 -28
- package/dist-cjs/commands/CreateHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/CreateHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/CreateKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +1 -30
- package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +1 -30
- package/dist-cjs/commands/CreateTrafficPolicyCommand.js +1 -28
- package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +1 -30
- package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +1 -30
- package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/DeleteCidrCollectionCommand.js +1 -30
- package/dist-cjs/commands/DeleteHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/DeleteHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +1 -30
- package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +1 -30
- package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +1 -30
- package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +1 -30
- package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +1 -30
- package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +1 -30
- package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +1 -30
- package/dist-cjs/commands/GetAccountLimitCommand.js +1 -28
- package/dist-cjs/commands/GetChangeCommand.js +1 -30
- package/dist-cjs/commands/GetCheckerIpRangesCommand.js +1 -28
- package/dist-cjs/commands/GetDNSSECCommand.js +1 -30
- package/dist-cjs/commands/GetGeoLocationCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckCountCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +1 -28
- package/dist-cjs/commands/GetHealthCheckStatusCommand.js +1 -28
- package/dist-cjs/commands/GetHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/GetHostedZoneCountCommand.js +1 -28
- package/dist-cjs/commands/GetHostedZoneLimitCommand.js +1 -30
- package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +1 -30
- package/dist-cjs/commands/GetReusableDelegationSetCommand.js +1 -30
- package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +1 -30
- package/dist-cjs/commands/GetTrafficPolicyCommand.js +1 -30
- package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +1 -28
- package/dist-cjs/commands/ListCidrBlocksCommand.js +1 -28
- package/dist-cjs/commands/ListCidrCollectionsCommand.js +1 -28
- package/dist-cjs/commands/ListCidrLocationsCommand.js +1 -28
- package/dist-cjs/commands/ListGeoLocationsCommand.js +1 -28
- package/dist-cjs/commands/ListHealthChecksCommand.js +1 -28
- package/dist-cjs/commands/ListHostedZonesByNameCommand.js +1 -30
- package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +1 -28
- package/dist-cjs/commands/ListHostedZonesCommand.js +1 -30
- package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +1 -30
- package/dist-cjs/commands/ListResourceRecordSetsCommand.js +1 -30
- package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourcesCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +1 -30
- package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +1 -28
- package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +1 -30
- package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +1 -30
- package/dist-cjs/commands/TestDNSAnswerCommand.js +1 -30
- package/dist-cjs/commands/UpdateHealthCheckCommand.js +1 -28
- package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +1 -30
- package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +1 -30
- package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +1 -30
- package/dist-cjs/commands/index.js +1 -73
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +9598 -12
- package/dist-cjs/models/Route53ServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -1114
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListCidrBlocksPaginator.js +1 -7
- package/dist-cjs/pagination/ListCidrCollectionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCidrLocationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListHealthChecksPaginator.js +1 -7
- package/dist-cjs/pagination/ListHostedZonesPaginator.js +1 -7
- package/dist-cjs/pagination/ListQueryLoggingConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -10
- package/dist-cjs/protocols/Aws_restXml.js +1 -6518
- package/dist-cjs/runtimeConfig.shared.js +10 -0
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -4
- package/dist-cjs/waiters/waitForResourceRecordSetsChanged.js +1 -36
- package/dist-es/Route53Client.js +17 -4
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/runtimeConfig.shared.js +10 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/Route53Client.d.ts +13 -11
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/runtimeConfig.d.ts +5 -3
- package/dist-types/runtimeConfig.native.d.ts +6 -4
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/ts3.4/Route53Client.d.ts +11 -9
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -8
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
- package/package.json +43 -43
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AwsSdkSigV4AuthInputConfig,
|
|
3
|
+
AwsSdkSigV4AuthResolvedConfig,
|
|
4
|
+
AwsSdkSigV4PreviouslyResolved,
|
|
5
|
+
} from "@aws-sdk/core";
|
|
6
|
+
import {
|
|
7
|
+
HandlerExecutionContext,
|
|
8
|
+
HttpAuthScheme,
|
|
9
|
+
HttpAuthSchemeParameters,
|
|
10
|
+
HttpAuthSchemeParametersProvider,
|
|
11
|
+
HttpAuthSchemeProvider,
|
|
12
|
+
} from "@smithy/types";
|
|
13
|
+
import { Route53ClientResolvedConfig } from "../Route53Client";
|
|
14
|
+
export interface Route53HttpAuthSchemeParameters
|
|
15
|
+
extends HttpAuthSchemeParameters {
|
|
16
|
+
region?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface Route53HttpAuthSchemeParametersProvider
|
|
19
|
+
extends HttpAuthSchemeParametersProvider<
|
|
20
|
+
Route53ClientResolvedConfig,
|
|
21
|
+
HandlerExecutionContext,
|
|
22
|
+
Route53HttpAuthSchemeParameters,
|
|
23
|
+
object
|
|
24
|
+
> {}
|
|
25
|
+
export declare const defaultRoute53HttpAuthSchemeParametersProvider: (
|
|
26
|
+
config: Route53ClientResolvedConfig,
|
|
27
|
+
context: HandlerExecutionContext,
|
|
28
|
+
input: object
|
|
29
|
+
) => Promise<Route53HttpAuthSchemeParameters>;
|
|
30
|
+
export interface Route53HttpAuthSchemeProvider
|
|
31
|
+
extends HttpAuthSchemeProvider<Route53HttpAuthSchemeParameters> {}
|
|
32
|
+
export declare const defaultRoute53HttpAuthSchemeProvider: Route53HttpAuthSchemeProvider;
|
|
33
|
+
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
34
|
+
httpAuthSchemes?: HttpAuthScheme[];
|
|
35
|
+
httpAuthSchemeProvider?: Route53HttpAuthSchemeProvider;
|
|
36
|
+
}
|
|
37
|
+
export interface HttpAuthSchemeResolvedConfig
|
|
38
|
+
extends AwsSdkSigV4AuthResolvedConfig {
|
|
39
|
+
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
40
|
+
readonly httpAuthSchemeProvider: Route53HttpAuthSchemeProvider;
|
|
41
|
+
}
|
|
42
|
+
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
43
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
44
|
+
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
|
+
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
4
5
|
export interface Route53ExtensionConfiguration
|
|
5
6
|
extends HttpHandlerExtensionConfiguration,
|
|
6
7
|
DefaultExtensionConfiguration,
|
|
7
|
-
AwsRegionExtensionConfiguration
|
|
8
|
+
AwsRegionExtensionConfiguration,
|
|
9
|
+
HttpAuthExtensionConfiguration {}
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider: (
|
|
10
10
|
input: any
|
|
11
|
-
) => import("@smithy/types").
|
|
11
|
+
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
12
12
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
13
13
|
import("@smithy/types").UserAgent
|
|
14
14
|
>;
|
|
@@ -72,11 +72,12 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
|
72
72
|
| import("@smithy/types").RetryStrategy
|
|
73
73
|
| import("@smithy/types").RetryStrategyV2
|
|
74
74
|
| undefined;
|
|
75
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
76
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
77
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").Route53HttpAuthSchemeProvider;
|
|
75
78
|
credentials?:
|
|
76
79
|
| import("@smithy/types").AwsCredentialIdentity
|
|
77
|
-
| import("@smithy/types").
|
|
78
|
-
import("@smithy/types").AwsCredentialIdentity
|
|
79
|
-
>
|
|
80
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
|
80
81
|
| undefined;
|
|
81
82
|
signer?:
|
|
82
83
|
| import("@smithy/types").RequestSigner
|
|
@@ -93,5 +94,4 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
|
93
94
|
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
94
95
|
) => import("@smithy/types").RequestSigner)
|
|
95
96
|
| undefined;
|
|
96
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
97
97
|
};
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider: (
|
|
10
10
|
input: any
|
|
11
|
-
) => import("@smithy/types").
|
|
11
|
+
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
12
12
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
13
13
|
import("@smithy/types").UserAgent
|
|
14
14
|
>;
|
|
@@ -72,11 +72,12 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
|
72
72
|
| import("@smithy/types").RetryStrategy
|
|
73
73
|
| import("@smithy/types").RetryStrategyV2
|
|
74
74
|
| undefined;
|
|
75
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
76
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
77
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").Route53HttpAuthSchemeProvider;
|
|
75
78
|
credentials?:
|
|
76
79
|
| import("@smithy/types").AwsCredentialIdentity
|
|
77
|
-
| import("@smithy/types").
|
|
78
|
-
import("@smithy/types").AwsCredentialIdentity
|
|
79
|
-
>
|
|
80
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
|
80
81
|
| undefined;
|
|
81
82
|
signer?:
|
|
82
83
|
| import("@smithy/types").RequestSigner
|
|
@@ -93,5 +94,4 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
|
93
94
|
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
94
95
|
) => import("@smithy/types").RequestSigner)
|
|
95
96
|
| undefined;
|
|
96
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
97
97
|
};
|
|
@@ -29,13 +29,13 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
|
29
29
|
serviceId: string;
|
|
30
30
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
31
31
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
33
|
-
credentialDefaultProvider: (
|
|
34
|
-
input: any
|
|
35
|
-
) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
36
32
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
37
33
|
import("@smithy/types").UserAgent
|
|
38
34
|
>;
|
|
35
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
36
|
+
credentialDefaultProvider: (
|
|
37
|
+
input: any
|
|
38
|
+
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
39
39
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
40
40
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
41
41
|
logger: import("@smithy/types").Logger;
|
|
@@ -63,11 +63,12 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
|
63
63
|
| import("@smithy/types").RetryStrategy
|
|
64
64
|
| import("@smithy/types").RetryStrategyV2
|
|
65
65
|
| undefined;
|
|
66
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
67
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
68
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").Route53HttpAuthSchemeProvider;
|
|
66
69
|
credentials?:
|
|
67
70
|
| import("@smithy/types").AwsCredentialIdentity
|
|
68
|
-
| import("@smithy/types").
|
|
69
|
-
import("@smithy/types").AwsCredentialIdentity
|
|
70
|
-
>
|
|
71
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
|
71
72
|
| undefined;
|
|
72
73
|
signer?:
|
|
73
74
|
| import("@smithy/types").RequestSigner
|
|
@@ -84,5 +85,4 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
|
84
85
|
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
85
86
|
) => import("@smithy/types").RequestSigner)
|
|
86
87
|
| undefined;
|
|
87
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
88
88
|
};
|
|
@@ -11,6 +11,8 @@ export declare const getRuntimeConfig: (config: Route53ClientConfig) => {
|
|
|
11
11
|
}
|
|
12
12
|
) => import("@smithy/types").EndpointV2;
|
|
13
13
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
14
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").Route53HttpAuthSchemeProvider;
|
|
15
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
14
16
|
logger: import("@smithy/types").Logger;
|
|
15
17
|
serviceId: string;
|
|
16
18
|
urlParser: import("@smithy/types").UrlParser;
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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.495.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
-
"build:cjs": "
|
|
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",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
@@ -20,51 +20,51 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
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-
|
|
31
|
-
"@aws-sdk/
|
|
32
|
-
"@aws-sdk/
|
|
33
|
-
"@aws-sdk/
|
|
34
|
-
"@aws-sdk/util-
|
|
35
|
-
"@aws-sdk/util-user-agent-
|
|
36
|
-
"@aws-sdk/
|
|
37
|
-
"@
|
|
38
|
-
"@smithy/
|
|
39
|
-
"@smithy/
|
|
40
|
-
"@smithy/
|
|
41
|
-
"@smithy/
|
|
42
|
-
"@smithy/
|
|
43
|
-
"@smithy/middleware-
|
|
44
|
-
"@smithy/middleware-
|
|
45
|
-
"@smithy/middleware-
|
|
46
|
-
"@smithy/middleware-
|
|
47
|
-
"@smithy/
|
|
48
|
-
"@smithy/node-
|
|
49
|
-
"@smithy/
|
|
50
|
-
"@smithy/
|
|
51
|
-
"@smithy/
|
|
52
|
-
"@smithy/
|
|
53
|
-
"@smithy/
|
|
54
|
-
"@smithy/util-
|
|
55
|
-
"@smithy/util-body-length-
|
|
56
|
-
"@smithy/util-
|
|
57
|
-
"@smithy/util-defaults-mode-
|
|
58
|
-
"@smithy/util-
|
|
59
|
-
"@smithy/util-
|
|
60
|
-
"@smithy/util-retry": "^2.0
|
|
61
|
-
"@smithy/util-utf8": "^2.0
|
|
62
|
-
"@smithy/util-waiter": "^2.0
|
|
23
|
+
"@aws-sdk/client-sts": "3.495.0",
|
|
24
|
+
"@aws-sdk/core": "3.495.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.495.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.495.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.495.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.495.0",
|
|
29
|
+
"@aws-sdk/middleware-sdk-route53": "3.495.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.495.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.495.0",
|
|
32
|
+
"@aws-sdk/types": "3.495.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.495.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.495.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.495.0",
|
|
36
|
+
"@aws-sdk/xml-builder": "3.495.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.1.0",
|
|
38
|
+
"@smithy/core": "^1.3.0",
|
|
39
|
+
"@smithy/fetch-http-handler": "^2.4.0",
|
|
40
|
+
"@smithy/hash-node": "^2.1.0",
|
|
41
|
+
"@smithy/invalid-dependency": "^2.1.0",
|
|
42
|
+
"@smithy/middleware-content-length": "^2.1.0",
|
|
43
|
+
"@smithy/middleware-endpoint": "^2.4.0",
|
|
44
|
+
"@smithy/middleware-retry": "^2.1.0",
|
|
45
|
+
"@smithy/middleware-serde": "^2.1.0",
|
|
46
|
+
"@smithy/middleware-stack": "^2.1.0",
|
|
47
|
+
"@smithy/node-config-provider": "^2.2.0",
|
|
48
|
+
"@smithy/node-http-handler": "^2.3.0",
|
|
49
|
+
"@smithy/protocol-http": "^3.1.0",
|
|
50
|
+
"@smithy/smithy-client": "^2.3.0",
|
|
51
|
+
"@smithy/types": "^2.9.0",
|
|
52
|
+
"@smithy/url-parser": "^2.1.0",
|
|
53
|
+
"@smithy/util-base64": "^2.1.0",
|
|
54
|
+
"@smithy/util-body-length-browser": "^2.1.0",
|
|
55
|
+
"@smithy/util-body-length-node": "^2.2.0",
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^2.1.0",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^2.1.0",
|
|
58
|
+
"@smithy/util-endpoints": "^1.1.0",
|
|
59
|
+
"@smithy/util-middleware": "^2.1.0",
|
|
60
|
+
"@smithy/util-retry": "^2.1.0",
|
|
61
|
+
"@smithy/util-utf8": "^2.1.0",
|
|
62
|
+
"@smithy/util-waiter": "^2.1.0",
|
|
63
63
|
"fast-xml-parser": "4.2.5",
|
|
64
64
|
"tslib": "^2.5.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
67
|
+
"@smithy/service-client-documentation-generator": "^2.1.0",
|
|
68
68
|
"@tsconfig/node14": "1.0.3",
|
|
69
69
|
"@types/node": "^14.14.31",
|
|
70
70
|
"concurrently": "7.0.0",
|