@aws-sdk/client-route53resolver 3.37.0 → 3.41.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/CHANGELOG.md +45 -0
- package/dist-cjs/Route53Resolver.js +45 -0
- package/dist-cjs/commands/GetResolverConfigCommand.js +36 -0
- package/dist-cjs/commands/ListResolverConfigsCommand.js +36 -0
- package/dist-cjs/commands/UpdateResolverConfigCommand.js +36 -0
- package/dist-cjs/commands/index.js +66 -0
- package/dist-cjs/endpoints.js +79 -5
- package/dist-cjs/index.js +4 -77
- package/dist-cjs/models/models_0.js +58 -4
- package/dist-cjs/pagination/ListResolverConfigsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +19 -0
- package/dist-cjs/protocols/Aws_json1_1.js +360 -3
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/Route53Resolver.js +45 -0
- package/dist-es/commands/GetResolverConfigCommand.js +39 -0
- package/dist-es/commands/ListResolverConfigsCommand.js +39 -0
- package/dist-es/commands/UpdateResolverConfigCommand.js +39 -0
- package/dist-es/commands/index.js +63 -0
- package/dist-es/endpoints.js +79 -5
- package/dist-es/index.js +4 -77
- package/dist-es/models/models_0.js +40 -0
- package/dist-es/pagination/ListResolverConfigsPaginator.js +74 -0
- package/dist-es/pagination/index.js +16 -0
- package/dist-es/protocols/Aws_json1_1.js +379 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/Route53Resolver.d.ts +24 -0
- package/dist-types/Route53ResolverClient.d.ts +13 -2
- package/dist-types/commands/AssociateFirewallRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/AssociateResolverEndpointIpAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateResolverQueryLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateFirewallRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateResolverQueryLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFirewallRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResolverQueryLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFirewallRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateResolverEndpointIpAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateResolverQueryLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallDomainListCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallRuleGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallRuleGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetFirewallRuleGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverConfigCommand.d.ts +36 -0
- package/dist-types/commands/GetResolverDnssecConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverQueryLogConfigAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverQueryLogConfigCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverQueryLogConfigPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverRuleAssociationCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetResolverRulePolicyCommand.d.ts +1 -1
- package/dist-types/commands/ImportFirewallDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallDomainListsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallRuleGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallRuleGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListFirewallRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverConfigsCommand.d.ts +36 -0
- package/dist-types/commands/ListResolverDnssecConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverEndpointIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverQueryLogConfigAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverQueryLogConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverRuleAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListResolverRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutFirewallRuleGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutResolverQueryLogConfigPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutResolverRulePolicyCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallDomainsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFirewallRuleGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResolverConfigCommand.d.ts +36 -0
- package/dist-types/commands/UpdateResolverDnssecConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResolverEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResolverRuleCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +63 -0
- package/dist-types/index.d.ts +4 -77
- package/dist-types/models/models_0.d.ts +168 -0
- package/dist-types/pagination/ListResolverConfigsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +16 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/Route53Resolver.d.ts +15 -0
- package/dist-types/ts3.4/Route53ResolverClient.d.ts +9 -2
- package/dist-types/ts3.4/commands/GetResolverConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResolverConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResolverConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +63 -0
- package/dist-types/ts3.4/index.d.ts +4 -77
- package/dist-types/ts3.4/models/models_0.d.ts +79 -0
- package/dist-types/ts3.4/pagination/ListResolverConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +16 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +26 -26
|
@@ -25,6 +25,7 @@ import { GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput }
|
|
|
25
25
|
import { GetFirewallRuleGroupAssociationCommandInput, GetFirewallRuleGroupAssociationCommandOutput } from "../commands/GetFirewallRuleGroupAssociationCommand";
|
|
26
26
|
import { GetFirewallRuleGroupCommandInput, GetFirewallRuleGroupCommandOutput } from "../commands/GetFirewallRuleGroupCommand";
|
|
27
27
|
import { GetFirewallRuleGroupPolicyCommandInput, GetFirewallRuleGroupPolicyCommandOutput } from "../commands/GetFirewallRuleGroupPolicyCommand";
|
|
28
|
+
import { GetResolverConfigCommandInput, GetResolverConfigCommandOutput } from "../commands/GetResolverConfigCommand";
|
|
28
29
|
import { GetResolverDnssecConfigCommandInput, GetResolverDnssecConfigCommandOutput } from "../commands/GetResolverDnssecConfigCommand";
|
|
29
30
|
import { GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput } from "../commands/GetResolverEndpointCommand";
|
|
30
31
|
import { GetResolverQueryLogConfigAssociationCommandInput, GetResolverQueryLogConfigAssociationCommandOutput } from "../commands/GetResolverQueryLogConfigAssociationCommand";
|
|
@@ -40,6 +41,7 @@ import { ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput } fro
|
|
|
40
41
|
import { ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput } from "../commands/ListFirewallRuleGroupAssociationsCommand";
|
|
41
42
|
import { ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput } from "../commands/ListFirewallRuleGroupsCommand";
|
|
42
43
|
import { ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput } from "../commands/ListFirewallRulesCommand";
|
|
44
|
+
import { ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput } from "../commands/ListResolverConfigsCommand";
|
|
43
45
|
import { ListResolverDnssecConfigsCommandInput, ListResolverDnssecConfigsCommandOutput } from "../commands/ListResolverDnssecConfigsCommand";
|
|
44
46
|
import { ListResolverEndpointIpAddressesCommandInput, ListResolverEndpointIpAddressesCommandOutput } from "../commands/ListResolverEndpointIpAddressesCommand";
|
|
45
47
|
import { ListResolverEndpointsCommandInput, ListResolverEndpointsCommandOutput } from "../commands/ListResolverEndpointsCommand";
|
|
@@ -57,6 +59,7 @@ import { UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput } f
|
|
|
57
59
|
import { UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput } from "../commands/UpdateFirewallDomainsCommand";
|
|
58
60
|
import { UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput } from "../commands/UpdateFirewallRuleCommand";
|
|
59
61
|
import { UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput } from "../commands/UpdateFirewallRuleGroupAssociationCommand";
|
|
62
|
+
import { UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput } from "../commands/UpdateResolverConfigCommand";
|
|
60
63
|
import { UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput } from "../commands/UpdateResolverDnssecConfigCommand";
|
|
61
64
|
import { UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput } from "../commands/UpdateResolverEndpointCommand";
|
|
62
65
|
import { UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput } from "../commands/UpdateResolverRuleCommand";
|
|
@@ -85,6 +88,7 @@ export declare const serializeAws_json1_1GetFirewallDomainListCommand: (input: G
|
|
|
85
88
|
export declare const serializeAws_json1_1GetFirewallRuleGroupCommand: (input: GetFirewallRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
89
|
export declare const serializeAws_json1_1GetFirewallRuleGroupAssociationCommand: (input: GetFirewallRuleGroupAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
90
|
export declare const serializeAws_json1_1GetFirewallRuleGroupPolicyCommand: (input: GetFirewallRuleGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
export declare const serializeAws_json1_1GetResolverConfigCommand: (input: GetResolverConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
92
|
export declare const serializeAws_json1_1GetResolverDnssecConfigCommand: (input: GetResolverDnssecConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
93
|
export declare const serializeAws_json1_1GetResolverEndpointCommand: (input: GetResolverEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
94
|
export declare const serializeAws_json1_1GetResolverQueryLogConfigCommand: (input: GetResolverQueryLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -100,6 +104,7 @@ export declare const serializeAws_json1_1ListFirewallDomainsCommand: (input: Lis
|
|
|
100
104
|
export declare const serializeAws_json1_1ListFirewallRuleGroupAssociationsCommand: (input: ListFirewallRuleGroupAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
105
|
export declare const serializeAws_json1_1ListFirewallRuleGroupsCommand: (input: ListFirewallRuleGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
106
|
export declare const serializeAws_json1_1ListFirewallRulesCommand: (input: ListFirewallRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
export declare const serializeAws_json1_1ListResolverConfigsCommand: (input: ListResolverConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
108
|
export declare const serializeAws_json1_1ListResolverDnssecConfigsCommand: (input: ListResolverDnssecConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
109
|
export declare const serializeAws_json1_1ListResolverEndpointIpAddressesCommand: (input: ListResolverEndpointIpAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
110
|
export declare const serializeAws_json1_1ListResolverEndpointsCommand: (input: ListResolverEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -117,6 +122,7 @@ export declare const serializeAws_json1_1UpdateFirewallConfigCommand: (input: Up
|
|
|
117
122
|
export declare const serializeAws_json1_1UpdateFirewallDomainsCommand: (input: UpdateFirewallDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
123
|
export declare const serializeAws_json1_1UpdateFirewallRuleCommand: (input: UpdateFirewallRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
124
|
export declare const serializeAws_json1_1UpdateFirewallRuleGroupAssociationCommand: (input: UpdateFirewallRuleGroupAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
export declare const serializeAws_json1_1UpdateResolverConfigCommand: (input: UpdateResolverConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
126
|
export declare const serializeAws_json1_1UpdateResolverDnssecConfigCommand: (input: UpdateResolverDnssecConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
127
|
export declare const serializeAws_json1_1UpdateResolverEndpointCommand: (input: UpdateResolverEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
128
|
export declare const serializeAws_json1_1UpdateResolverRuleCommand: (input: UpdateResolverRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -145,6 +151,7 @@ export declare const deserializeAws_json1_1GetFirewallDomainListCommand: (output
|
|
|
145
151
|
export declare const deserializeAws_json1_1GetFirewallRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFirewallRuleGroupCommandOutput>;
|
|
146
152
|
export declare const deserializeAws_json1_1GetFirewallRuleGroupAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFirewallRuleGroupAssociationCommandOutput>;
|
|
147
153
|
export declare const deserializeAws_json1_1GetFirewallRuleGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFirewallRuleGroupPolicyCommandOutput>;
|
|
154
|
+
export declare const deserializeAws_json1_1GetResolverConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverConfigCommandOutput>;
|
|
148
155
|
export declare const deserializeAws_json1_1GetResolverDnssecConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverDnssecConfigCommandOutput>;
|
|
149
156
|
export declare const deserializeAws_json1_1GetResolverEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverEndpointCommandOutput>;
|
|
150
157
|
export declare const deserializeAws_json1_1GetResolverQueryLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverQueryLogConfigCommandOutput>;
|
|
@@ -160,6 +167,7 @@ export declare const deserializeAws_json1_1ListFirewallDomainsCommand: (output:
|
|
|
160
167
|
export declare const deserializeAws_json1_1ListFirewallRuleGroupAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallRuleGroupAssociationsCommandOutput>;
|
|
161
168
|
export declare const deserializeAws_json1_1ListFirewallRuleGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallRuleGroupsCommandOutput>;
|
|
162
169
|
export declare const deserializeAws_json1_1ListFirewallRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallRulesCommandOutput>;
|
|
170
|
+
export declare const deserializeAws_json1_1ListResolverConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverConfigsCommandOutput>;
|
|
163
171
|
export declare const deserializeAws_json1_1ListResolverDnssecConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverDnssecConfigsCommandOutput>;
|
|
164
172
|
export declare const deserializeAws_json1_1ListResolverEndpointIpAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverEndpointIpAddressesCommandOutput>;
|
|
165
173
|
export declare const deserializeAws_json1_1ListResolverEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverEndpointsCommandOutput>;
|
|
@@ -177,6 +185,7 @@ export declare const deserializeAws_json1_1UpdateFirewallConfigCommand: (output:
|
|
|
177
185
|
export declare const deserializeAws_json1_1UpdateFirewallDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallDomainsCommandOutput>;
|
|
178
186
|
export declare const deserializeAws_json1_1UpdateFirewallRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallRuleCommandOutput>;
|
|
179
187
|
export declare const deserializeAws_json1_1UpdateFirewallRuleGroupAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallRuleGroupAssociationCommandOutput>;
|
|
188
|
+
export declare const deserializeAws_json1_1UpdateResolverConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverConfigCommandOutput>;
|
|
180
189
|
export declare const deserializeAws_json1_1UpdateResolverDnssecConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverDnssecConfigCommandOutput>;
|
|
181
190
|
export declare const deserializeAws_json1_1UpdateResolverEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverEndpointCommandOutput>;
|
|
182
191
|
export declare const deserializeAws_json1_1UpdateResolverRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverRuleCommandOutput>;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: Route53ResolverClientConfig) =>
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: Route53ResolverClientConfig) =>
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: Route53ResolverClientConfig) =>
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route53resolver",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route53resolver Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.41.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -19,41 +19,41 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-crypto/sha256-browser": "
|
|
23
|
-
"@aws-crypto/sha256-js": "
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
|
+
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.41.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.40.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.40.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.40.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
|
+
"@aws-sdk/types": "3.40.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.40.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.40.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0",
|
|
53
53
|
"uuid": "^8.3.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|
|
59
59
|
"downlevel-dts": "0.7.0",
|