@aws-sdk/client-route53resolver 3.952.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 +845 -565
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +2 -2
- package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +2 -2
- package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +2 -2
- package/dist-es/commands/AssociateResolverRuleCommand.js +2 -2
- package/dist-es/commands/CreateFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/CreateFirewallRuleCommand.js +2 -2
- package/dist-es/commands/CreateFirewallRuleGroupCommand.js +2 -2
- package/dist-es/commands/CreateOutpostResolverCommand.js +2 -2
- package/dist-es/commands/CreateResolverEndpointCommand.js +2 -2
- package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +2 -2
- package/dist-es/commands/CreateResolverRuleCommand.js +2 -2
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/DeleteFirewallRuleCommand.js +2 -2
- package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +2 -2
- package/dist-es/commands/DeleteOutpostResolverCommand.js +2 -2
- package/dist-es/commands/DeleteResolverEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +2 -2
- package/dist-es/commands/DeleteResolverRuleCommand.js +2 -2
- package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +2 -2
- package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +2 -2
- package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +2 -2
- package/dist-es/commands/DisassociateResolverRuleCommand.js +2 -2
- package/dist-es/commands/GetFirewallConfigCommand.js +2 -2
- package/dist-es/commands/GetFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +2 -2
- package/dist-es/commands/GetFirewallRuleGroupCommand.js +2 -2
- package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +2 -2
- package/dist-es/commands/GetOutpostResolverCommand.js +2 -2
- package/dist-es/commands/GetResolverConfigCommand.js +2 -2
- package/dist-es/commands/GetResolverDnssecConfigCommand.js +2 -2
- package/dist-es/commands/GetResolverEndpointCommand.js +2 -2
- package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +2 -2
- package/dist-es/commands/GetResolverQueryLogConfigCommand.js +2 -2
- package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +2 -2
- package/dist-es/commands/GetResolverRuleAssociationCommand.js +2 -2
- package/dist-es/commands/GetResolverRuleCommand.js +2 -2
- package/dist-es/commands/GetResolverRulePolicyCommand.js +2 -2
- package/dist-es/commands/ImportFirewallDomainsCommand.js +2 -2
- package/dist-es/commands/ListFirewallConfigsCommand.js +2 -2
- package/dist-es/commands/ListFirewallDomainListsCommand.js +2 -2
- package/dist-es/commands/ListFirewallDomainsCommand.js +2 -2
- package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +2 -2
- package/dist-es/commands/ListFirewallRuleGroupsCommand.js +2 -2
- package/dist-es/commands/ListFirewallRulesCommand.js +2 -2
- package/dist-es/commands/ListOutpostResolversCommand.js +2 -2
- package/dist-es/commands/ListResolverConfigsCommand.js +2 -2
- package/dist-es/commands/ListResolverDnssecConfigsCommand.js +2 -2
- package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +2 -2
- package/dist-es/commands/ListResolverEndpointsCommand.js +2 -2
- package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +2 -2
- package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +2 -2
- package/dist-es/commands/ListResolverRuleAssociationsCommand.js +2 -2
- package/dist-es/commands/ListResolverRulesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +2 -2
- package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +2 -2
- package/dist-es/commands/PutResolverRulePolicyCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallConfigCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallRuleCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateOutpostResolverCommand.js +2 -2
- package/dist-es/commands/UpdateResolverConfigCommand.js +2 -2
- package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +2 -2
- package/dist-es/commands/UpdateResolverEndpointCommand.js +2 -2
- package/dist-es/commands/UpdateResolverRuleCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +486 -451
- package/dist-types/Route53ResolverClient.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 +6 -1
- package/dist-types/schemas/schemas_0.d.ts +246 -270
- package/dist-types/ts3.4/Route53ResolverClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +245 -270
- package/package.json +34 -34
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.route53resolver",
|
|
32
|
+
version: "2018-04-01",
|
|
33
|
+
serviceTarget: "Route53Resolver",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "Route53Resolver",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateFirewallRuleGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateFirewallRuleGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateFirewallRuleGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateFirewallRuleGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "AssociateFirewallRuleGroup", {})
|
|
13
13
|
.n("Route53ResolverClient", "AssociateFirewallRuleGroupCommand")
|
|
14
|
-
.sc(AssociateFirewallRuleGroup)
|
|
14
|
+
.sc(AssociateFirewallRuleGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateResolverEndpointIpAddress } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateResolverEndpointIpAddress$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateResolverEndpointIpAddressCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateResolverEndpointIpAddressCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "AssociateResolverEndpointIpAddress", {})
|
|
13
13
|
.n("Route53ResolverClient", "AssociateResolverEndpointIpAddressCommand")
|
|
14
|
-
.sc(AssociateResolverEndpointIpAddress)
|
|
14
|
+
.sc(AssociateResolverEndpointIpAddress$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateResolverQueryLogConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateResolverQueryLogConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateResolverQueryLogConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateResolverQueryLogConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "AssociateResolverQueryLogConfig", {})
|
|
13
13
|
.n("Route53ResolverClient", "AssociateResolverQueryLogConfigCommand")
|
|
14
|
-
.sc(AssociateResolverQueryLogConfig)
|
|
14
|
+
.sc(AssociateResolverQueryLogConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateResolverRule } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateResolverRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateResolverRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateResolverRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "AssociateResolverRule", {})
|
|
13
13
|
.n("Route53ResolverClient", "AssociateResolverRuleCommand")
|
|
14
|
-
.sc(AssociateResolverRule)
|
|
14
|
+
.sc(AssociateResolverRule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateFirewallDomainList } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateFirewallDomainList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateFirewallDomainListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateFirewallDomainListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "CreateFirewallDomainList", {})
|
|
13
13
|
.n("Route53ResolverClient", "CreateFirewallDomainListCommand")
|
|
14
|
-
.sc(CreateFirewallDomainList)
|
|
14
|
+
.sc(CreateFirewallDomainList$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateFirewallRule } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateFirewallRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateFirewallRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateFirewallRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "CreateFirewallRule", {})
|
|
13
13
|
.n("Route53ResolverClient", "CreateFirewallRuleCommand")
|
|
14
|
-
.sc(CreateFirewallRule)
|
|
14
|
+
.sc(CreateFirewallRule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateFirewallRuleGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateFirewallRuleGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateFirewallRuleGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateFirewallRuleGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "CreateFirewallRuleGroup", {})
|
|
13
13
|
.n("Route53ResolverClient", "CreateFirewallRuleGroupCommand")
|
|
14
|
-
.sc(CreateFirewallRuleGroup)
|
|
14
|
+
.sc(CreateFirewallRuleGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateOutpostResolver } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateOutpostResolver$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateOutpostResolverCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateOutpostResolverCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "CreateOutpostResolver", {})
|
|
13
13
|
.n("Route53ResolverClient", "CreateOutpostResolverCommand")
|
|
14
|
-
.sc(CreateOutpostResolver)
|
|
14
|
+
.sc(CreateOutpostResolver$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateResolverEndpoint } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateResolverEndpoint$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateResolverEndpointCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateResolverEndpointCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "CreateResolverEndpoint", {})
|
|
13
13
|
.n("Route53ResolverClient", "CreateResolverEndpointCommand")
|
|
14
|
-
.sc(CreateResolverEndpoint)
|
|
14
|
+
.sc(CreateResolverEndpoint$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateResolverQueryLogConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateResolverQueryLogConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateResolverQueryLogConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateResolverQueryLogConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "CreateResolverQueryLogConfig", {})
|
|
13
13
|
.n("Route53ResolverClient", "CreateResolverQueryLogConfigCommand")
|
|
14
|
-
.sc(CreateResolverQueryLogConfig)
|
|
14
|
+
.sc(CreateResolverQueryLogConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateResolverRule } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateResolverRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateResolverRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateResolverRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "CreateResolverRule", {})
|
|
13
13
|
.n("Route53ResolverClient", "CreateResolverRuleCommand")
|
|
14
|
-
.sc(CreateResolverRule)
|
|
14
|
+
.sc(CreateResolverRule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteFirewallDomainList } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteFirewallDomainList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteFirewallDomainListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteFirewallDomainListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "DeleteFirewallDomainList", {})
|
|
13
13
|
.n("Route53ResolverClient", "DeleteFirewallDomainListCommand")
|
|
14
|
-
.sc(DeleteFirewallDomainList)
|
|
14
|
+
.sc(DeleteFirewallDomainList$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteFirewallRule } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteFirewallRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteFirewallRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteFirewallRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "DeleteFirewallRule", {})
|
|
13
13
|
.n("Route53ResolverClient", "DeleteFirewallRuleCommand")
|
|
14
|
-
.sc(DeleteFirewallRule)
|
|
14
|
+
.sc(DeleteFirewallRule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteFirewallRuleGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteFirewallRuleGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteFirewallRuleGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteFirewallRuleGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "DeleteFirewallRuleGroup", {})
|
|
13
13
|
.n("Route53ResolverClient", "DeleteFirewallRuleGroupCommand")
|
|
14
|
-
.sc(DeleteFirewallRuleGroup)
|
|
14
|
+
.sc(DeleteFirewallRuleGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteOutpostResolver } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteOutpostResolver$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteOutpostResolverCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteOutpostResolverCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "DeleteOutpostResolver", {})
|
|
13
13
|
.n("Route53ResolverClient", "DeleteOutpostResolverCommand")
|
|
14
|
-
.sc(DeleteOutpostResolver)
|
|
14
|
+
.sc(DeleteOutpostResolver$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteResolverEndpoint } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteResolverEndpoint$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteResolverEndpointCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteResolverEndpointCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "DeleteResolverEndpoint", {})
|
|
13
13
|
.n("Route53ResolverClient", "DeleteResolverEndpointCommand")
|
|
14
|
-
.sc(DeleteResolverEndpoint)
|
|
14
|
+
.sc(DeleteResolverEndpoint$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteResolverQueryLogConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteResolverQueryLogConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteResolverQueryLogConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteResolverQueryLogConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "DeleteResolverQueryLogConfig", {})
|
|
13
13
|
.n("Route53ResolverClient", "DeleteResolverQueryLogConfigCommand")
|
|
14
|
-
.sc(DeleteResolverQueryLogConfig)
|
|
14
|
+
.sc(DeleteResolverQueryLogConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteResolverRule } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteResolverRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteResolverRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteResolverRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "DeleteResolverRule", {})
|
|
13
13
|
.n("Route53ResolverClient", "DeleteResolverRuleCommand")
|
|
14
|
-
.sc(DeleteResolverRule)
|
|
14
|
+
.sc(DeleteResolverRule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateFirewallRuleGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateFirewallRuleGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateFirewallRuleGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateFirewallRuleGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "DisassociateFirewallRuleGroup", {})
|
|
13
13
|
.n("Route53ResolverClient", "DisassociateFirewallRuleGroupCommand")
|
|
14
|
-
.sc(DisassociateFirewallRuleGroup)
|
|
14
|
+
.sc(DisassociateFirewallRuleGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateResolverEndpointIpAddress } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateResolverEndpointIpAddress$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateResolverEndpointIpAddressCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateResolverEndpointIpAddressCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "DisassociateResolverEndpointIpAddress", {})
|
|
13
13
|
.n("Route53ResolverClient", "DisassociateResolverEndpointIpAddressCommand")
|
|
14
|
-
.sc(DisassociateResolverEndpointIpAddress)
|
|
14
|
+
.sc(DisassociateResolverEndpointIpAddress$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateResolverQueryLogConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateResolverQueryLogConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateResolverQueryLogConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateResolverQueryLogConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "DisassociateResolverQueryLogConfig", {})
|
|
13
13
|
.n("Route53ResolverClient", "DisassociateResolverQueryLogConfigCommand")
|
|
14
|
-
.sc(DisassociateResolverQueryLogConfig)
|
|
14
|
+
.sc(DisassociateResolverQueryLogConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateResolverRule } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateResolverRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateResolverRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateResolverRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "DisassociateResolverRule", {})
|
|
13
13
|
.n("Route53ResolverClient", "DisassociateResolverRuleCommand")
|
|
14
|
-
.sc(DisassociateResolverRule)
|
|
14
|
+
.sc(DisassociateResolverRule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetFirewallConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { GetFirewallConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetFirewallConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetFirewallConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "GetFirewallConfig", {})
|
|
13
13
|
.n("Route53ResolverClient", "GetFirewallConfigCommand")
|
|
14
|
-
.sc(GetFirewallConfig)
|
|
14
|
+
.sc(GetFirewallConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetFirewallDomainList } from "../schemas/schemas_0";
|
|
4
|
+
import { GetFirewallDomainList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetFirewallDomainListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetFirewallDomainListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "GetFirewallDomainList", {})
|
|
13
13
|
.n("Route53ResolverClient", "GetFirewallDomainListCommand")
|
|
14
|
-
.sc(GetFirewallDomainList)
|
|
14
|
+
.sc(GetFirewallDomainList$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetFirewallRuleGroupAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { GetFirewallRuleGroupAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetFirewallRuleGroupAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetFirewallRuleGroupAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "GetFirewallRuleGroupAssociation", {})
|
|
13
13
|
.n("Route53ResolverClient", "GetFirewallRuleGroupAssociationCommand")
|
|
14
|
-
.sc(GetFirewallRuleGroupAssociation)
|
|
14
|
+
.sc(GetFirewallRuleGroupAssociation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetFirewallRuleGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { GetFirewallRuleGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetFirewallRuleGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetFirewallRuleGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "GetFirewallRuleGroup", {})
|
|
13
13
|
.n("Route53ResolverClient", "GetFirewallRuleGroupCommand")
|
|
14
|
-
.sc(GetFirewallRuleGroup)
|
|
14
|
+
.sc(GetFirewallRuleGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetFirewallRuleGroupPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { GetFirewallRuleGroupPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetFirewallRuleGroupPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetFirewallRuleGroupPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "GetFirewallRuleGroupPolicy", {})
|
|
13
13
|
.n("Route53ResolverClient", "GetFirewallRuleGroupPolicyCommand")
|
|
14
|
-
.sc(GetFirewallRuleGroupPolicy)
|
|
14
|
+
.sc(GetFirewallRuleGroupPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetOutpostResolver } from "../schemas/schemas_0";
|
|
4
|
+
import { GetOutpostResolver$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetOutpostResolverCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetOutpostResolverCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "GetOutpostResolver", {})
|
|
13
13
|
.n("Route53ResolverClient", "GetOutpostResolverCommand")
|
|
14
|
-
.sc(GetOutpostResolver)
|
|
14
|
+
.sc(GetOutpostResolver$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetResolverConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { GetResolverConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetResolverConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetResolverConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "GetResolverConfig", {})
|
|
13
13
|
.n("Route53ResolverClient", "GetResolverConfigCommand")
|
|
14
|
-
.sc(GetResolverConfig)
|
|
14
|
+
.sc(GetResolverConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetResolverDnssecConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { GetResolverDnssecConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetResolverDnssecConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetResolverDnssecConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "GetResolverDnssecConfig", {})
|
|
13
13
|
.n("Route53ResolverClient", "GetResolverDnssecConfigCommand")
|
|
14
|
-
.sc(GetResolverDnssecConfig)
|
|
14
|
+
.sc(GetResolverDnssecConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetResolverEndpoint } from "../schemas/schemas_0";
|
|
4
|
+
import { GetResolverEndpoint$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetResolverEndpointCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetResolverEndpointCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "GetResolverEndpoint", {})
|
|
13
13
|
.n("Route53ResolverClient", "GetResolverEndpointCommand")
|
|
14
|
-
.sc(GetResolverEndpoint)
|
|
14
|
+
.sc(GetResolverEndpoint$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetResolverQueryLogConfigAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { GetResolverQueryLogConfigAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetResolverQueryLogConfigAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetResolverQueryLogConfigAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "GetResolverQueryLogConfigAssociation", {})
|
|
13
13
|
.n("Route53ResolverClient", "GetResolverQueryLogConfigAssociationCommand")
|
|
14
|
-
.sc(GetResolverQueryLogConfigAssociation)
|
|
14
|
+
.sc(GetResolverQueryLogConfigAssociation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetResolverQueryLogConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { GetResolverQueryLogConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetResolverQueryLogConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetResolverQueryLogConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "GetResolverQueryLogConfig", {})
|
|
13
13
|
.n("Route53ResolverClient", "GetResolverQueryLogConfigCommand")
|
|
14
|
-
.sc(GetResolverQueryLogConfig)
|
|
14
|
+
.sc(GetResolverQueryLogConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetResolverQueryLogConfigPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { GetResolverQueryLogConfigPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetResolverQueryLogConfigPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetResolverQueryLogConfigPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("Route53Resolver", "GetResolverQueryLogConfigPolicy", {})
|
|
13
13
|
.n("Route53ResolverClient", "GetResolverQueryLogConfigPolicyCommand")
|
|
14
|
-
.sc(GetResolverQueryLogConfigPolicy)
|
|
14
|
+
.sc(GetResolverQueryLogConfigPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|