@aws-sdk/client-route53globalresolver 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 +553 -376
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateHostedZoneCommand.js +2 -2
- package/dist-es/commands/BatchCreateFirewallRuleCommand.js +2 -2
- package/dist-es/commands/BatchDeleteFirewallRuleCommand.js +2 -2
- package/dist-es/commands/BatchUpdateFirewallRuleCommand.js +2 -2
- package/dist-es/commands/CreateAccessSourceCommand.js +2 -2
- package/dist-es/commands/CreateAccessTokenCommand.js +2 -2
- package/dist-es/commands/CreateDNSViewCommand.js +2 -2
- package/dist-es/commands/CreateFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/CreateFirewallRuleCommand.js +2 -2
- package/dist-es/commands/CreateGlobalResolverCommand.js +2 -2
- package/dist-es/commands/DeleteAccessSourceCommand.js +2 -2
- package/dist-es/commands/DeleteAccessTokenCommand.js +2 -2
- package/dist-es/commands/DeleteDNSViewCommand.js +2 -2
- package/dist-es/commands/DeleteFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/DeleteFirewallRuleCommand.js +2 -2
- package/dist-es/commands/DeleteGlobalResolverCommand.js +2 -2
- package/dist-es/commands/DisableDNSViewCommand.js +2 -2
- package/dist-es/commands/DisassociateHostedZoneCommand.js +2 -2
- package/dist-es/commands/EnableDNSViewCommand.js +2 -2
- package/dist-es/commands/GetAccessSourceCommand.js +2 -2
- package/dist-es/commands/GetAccessTokenCommand.js +2 -2
- package/dist-es/commands/GetDNSViewCommand.js +2 -2
- package/dist-es/commands/GetFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/GetFirewallRuleCommand.js +2 -2
- package/dist-es/commands/GetGlobalResolverCommand.js +2 -2
- package/dist-es/commands/GetHostedZoneAssociationCommand.js +2 -2
- package/dist-es/commands/GetManagedFirewallDomainListCommand.js +2 -2
- package/dist-es/commands/ImportFirewallDomainsCommand.js +2 -2
- package/dist-es/commands/ListAccessSourcesCommand.js +2 -2
- package/dist-es/commands/ListAccessTokensCommand.js +2 -2
- package/dist-es/commands/ListDNSViewsCommand.js +2 -2
- package/dist-es/commands/ListFirewallDomainListsCommand.js +2 -2
- package/dist-es/commands/ListFirewallDomainsCommand.js +2 -2
- package/dist-es/commands/ListFirewallRulesCommand.js +2 -2
- package/dist-es/commands/ListGlobalResolversCommand.js +2 -2
- package/dist-es/commands/ListHostedZoneAssociationsCommand.js +2 -2
- package/dist-es/commands/ListManagedFirewallDomainListsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessSourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessTokenCommand.js +2 -2
- package/dist-es/commands/UpdateDNSViewCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallDomainsCommand.js +2 -2
- package/dist-es/commands/UpdateFirewallRuleCommand.js +2 -2
- package/dist-es/commands/UpdateGlobalResolverCommand.js +2 -2
- package/dist-es/commands/UpdateHostedZoneAssociationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +329 -319
- package/dist-types/Route53GlobalResolverClient.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 +168 -191
- package/dist-types/ts3.4/Route53GlobalResolverClient.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 +167 -193
- package/package.json +34 -34
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.route53globalresolver",
|
|
32
|
+
version: "2022-09-27",
|
|
33
|
+
serviceTarget: "EC2DNSGlobalResolverCustomerAPI",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "Route53GlobalResolver",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
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 { AssociateHostedZone } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateHostedZone$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateHostedZoneCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateHostedZoneCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "AssociateHostedZone", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "AssociateHostedZoneCommand")
|
|
14
|
-
.sc(AssociateHostedZone)
|
|
14
|
+
.sc(AssociateHostedZone$)
|
|
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 { BatchCreateFirewallRule } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchCreateFirewallRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchCreateFirewallRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchCreateFirewallRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "BatchCreateFirewallRule", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "BatchCreateFirewallRuleCommand")
|
|
14
|
-
.sc(BatchCreateFirewallRule)
|
|
14
|
+
.sc(BatchCreateFirewallRule$)
|
|
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 { BatchDeleteFirewallRule } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchDeleteFirewallRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchDeleteFirewallRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchDeleteFirewallRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "BatchDeleteFirewallRule", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "BatchDeleteFirewallRuleCommand")
|
|
14
|
-
.sc(BatchDeleteFirewallRule)
|
|
14
|
+
.sc(BatchDeleteFirewallRule$)
|
|
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 { BatchUpdateFirewallRule } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchUpdateFirewallRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchUpdateFirewallRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchUpdateFirewallRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "BatchUpdateFirewallRule", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "BatchUpdateFirewallRuleCommand")
|
|
14
|
-
.sc(BatchUpdateFirewallRule)
|
|
14
|
+
.sc(BatchUpdateFirewallRule$)
|
|
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 { CreateAccessSource } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAccessSource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAccessSourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAccessSourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "CreateAccessSource", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "CreateAccessSourceCommand")
|
|
14
|
-
.sc(CreateAccessSource)
|
|
14
|
+
.sc(CreateAccessSource$)
|
|
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 { CreateAccessToken } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAccessToken$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAccessTokenCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAccessTokenCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "CreateAccessToken", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "CreateAccessTokenCommand")
|
|
14
|
-
.sc(CreateAccessToken)
|
|
14
|
+
.sc(CreateAccessToken$)
|
|
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 { CreateDNSView } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateDNSView$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateDNSViewCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateDNSViewCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "CreateDNSView", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "CreateDNSViewCommand")
|
|
14
|
-
.sc(CreateDNSView)
|
|
14
|
+
.sc(CreateDNSView$)
|
|
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("EC2DNSGlobalResolverCustomerAPI", "CreateFirewallDomainList", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "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("EC2DNSGlobalResolverCustomerAPI", "CreateFirewallRule", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "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 { CreateGlobalResolver } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateGlobalResolver$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateGlobalResolverCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateGlobalResolverCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "CreateGlobalResolver", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "CreateGlobalResolverCommand")
|
|
14
|
-
.sc(CreateGlobalResolver)
|
|
14
|
+
.sc(CreateGlobalResolver$)
|
|
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 { DeleteAccessSource } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAccessSource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAccessSourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAccessSourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteAccessSource", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "DeleteAccessSourceCommand")
|
|
14
|
-
.sc(DeleteAccessSource)
|
|
14
|
+
.sc(DeleteAccessSource$)
|
|
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 { DeleteAccessToken } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAccessToken$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAccessTokenCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAccessTokenCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteAccessToken", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "DeleteAccessTokenCommand")
|
|
14
|
-
.sc(DeleteAccessToken)
|
|
14
|
+
.sc(DeleteAccessToken$)
|
|
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 { DeleteDNSView } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteDNSView$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteDNSViewCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteDNSViewCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteDNSView", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "DeleteDNSViewCommand")
|
|
14
|
-
.sc(DeleteDNSView)
|
|
14
|
+
.sc(DeleteDNSView$)
|
|
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("EC2DNSGlobalResolverCustomerAPI", "DeleteFirewallDomainList", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "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("EC2DNSGlobalResolverCustomerAPI", "DeleteFirewallRule", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "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 { DeleteGlobalResolver } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteGlobalResolver$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteGlobalResolverCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteGlobalResolverCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "DeleteGlobalResolver", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "DeleteGlobalResolverCommand")
|
|
14
|
-
.sc(DeleteGlobalResolver)
|
|
14
|
+
.sc(DeleteGlobalResolver$)
|
|
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 { DisableDNSView } from "../schemas/schemas_0";
|
|
4
|
+
import { DisableDNSView$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisableDNSViewCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisableDNSViewCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "DisableDNSView", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "DisableDNSViewCommand")
|
|
14
|
-
.sc(DisableDNSView)
|
|
14
|
+
.sc(DisableDNSView$)
|
|
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 { DisassociateHostedZone } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateHostedZone$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateHostedZoneCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateHostedZoneCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "DisassociateHostedZone", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "DisassociateHostedZoneCommand")
|
|
14
|
-
.sc(DisassociateHostedZone)
|
|
14
|
+
.sc(DisassociateHostedZone$)
|
|
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 { EnableDNSView } from "../schemas/schemas_0";
|
|
4
|
+
import { EnableDNSView$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class EnableDNSViewCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class EnableDNSViewCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "EnableDNSView", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "EnableDNSViewCommand")
|
|
14
|
-
.sc(EnableDNSView)
|
|
14
|
+
.sc(EnableDNSView$)
|
|
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 { GetAccessSource } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAccessSource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAccessSourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAccessSourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "GetAccessSource", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "GetAccessSourceCommand")
|
|
14
|
-
.sc(GetAccessSource)
|
|
14
|
+
.sc(GetAccessSource$)
|
|
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 { GetAccessToken } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAccessToken$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAccessTokenCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAccessTokenCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "GetAccessToken", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "GetAccessTokenCommand")
|
|
14
|
-
.sc(GetAccessToken)
|
|
14
|
+
.sc(GetAccessToken$)
|
|
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 { GetDNSView } from "../schemas/schemas_0";
|
|
4
|
+
import { GetDNSView$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetDNSViewCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetDNSViewCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "GetDNSView", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "GetDNSViewCommand")
|
|
14
|
-
.sc(GetDNSView)
|
|
14
|
+
.sc(GetDNSView$)
|
|
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("EC2DNSGlobalResolverCustomerAPI", "GetFirewallDomainList", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "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 { GetFirewallRule } from "../schemas/schemas_0";
|
|
4
|
+
import { GetFirewallRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetFirewallRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetFirewallRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "GetFirewallRule", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "GetFirewallRuleCommand")
|
|
14
|
-
.sc(GetFirewallRule)
|
|
14
|
+
.sc(GetFirewallRule$)
|
|
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 { GetGlobalResolver } from "../schemas/schemas_0";
|
|
4
|
+
import { GetGlobalResolver$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetGlobalResolverCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetGlobalResolverCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "GetGlobalResolver", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "GetGlobalResolverCommand")
|
|
14
|
-
.sc(GetGlobalResolver)
|
|
14
|
+
.sc(GetGlobalResolver$)
|
|
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 { GetHostedZoneAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { GetHostedZoneAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetHostedZoneAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetHostedZoneAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "GetHostedZoneAssociation", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "GetHostedZoneAssociationCommand")
|
|
14
|
-
.sc(GetHostedZoneAssociation)
|
|
14
|
+
.sc(GetHostedZoneAssociation$)
|
|
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 { GetManagedFirewallDomainList } from "../schemas/schemas_0";
|
|
4
|
+
import { GetManagedFirewallDomainList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetManagedFirewallDomainListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetManagedFirewallDomainListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "GetManagedFirewallDomainList", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "GetManagedFirewallDomainListCommand")
|
|
14
|
-
.sc(GetManagedFirewallDomainList)
|
|
14
|
+
.sc(GetManagedFirewallDomainList$)
|
|
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 { ImportFirewallDomains } from "../schemas/schemas_0";
|
|
4
|
+
import { ImportFirewallDomains$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ImportFirewallDomainsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ImportFirewallDomainsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "ImportFirewallDomains", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "ImportFirewallDomainsCommand")
|
|
14
|
-
.sc(ImportFirewallDomains)
|
|
14
|
+
.sc(ImportFirewallDomains$)
|
|
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 { ListAccessSources } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAccessSources$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAccessSourcesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAccessSourcesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "ListAccessSources", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "ListAccessSourcesCommand")
|
|
14
|
-
.sc(ListAccessSources)
|
|
14
|
+
.sc(ListAccessSources$)
|
|
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 { ListAccessTokens } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAccessTokens$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAccessTokensCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAccessTokensCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "ListAccessTokens", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "ListAccessTokensCommand")
|
|
14
|
-
.sc(ListAccessTokens)
|
|
14
|
+
.sc(ListAccessTokens$)
|
|
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 { ListDNSViews } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDNSViews$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDNSViewsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDNSViewsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "ListDNSViews", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "ListDNSViewsCommand")
|
|
14
|
-
.sc(ListDNSViews)
|
|
14
|
+
.sc(ListDNSViews$)
|
|
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 { ListFirewallDomainLists } from "../schemas/schemas_0";
|
|
4
|
+
import { ListFirewallDomainLists$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListFirewallDomainListsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListFirewallDomainListsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "ListFirewallDomainLists", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "ListFirewallDomainListsCommand")
|
|
14
|
-
.sc(ListFirewallDomainLists)
|
|
14
|
+
.sc(ListFirewallDomainLists$)
|
|
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 { ListFirewallDomains } from "../schemas/schemas_0";
|
|
4
|
+
import { ListFirewallDomains$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListFirewallDomainsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListFirewallDomainsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "ListFirewallDomains", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "ListFirewallDomainsCommand")
|
|
14
|
-
.sc(ListFirewallDomains)
|
|
14
|
+
.sc(ListFirewallDomains$)
|
|
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 { ListFirewallRules } from "../schemas/schemas_0";
|
|
4
|
+
import { ListFirewallRules$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListFirewallRulesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListFirewallRulesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "ListFirewallRules", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "ListFirewallRulesCommand")
|
|
14
|
-
.sc(ListFirewallRules)
|
|
14
|
+
.sc(ListFirewallRules$)
|
|
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 { ListGlobalResolvers } from "../schemas/schemas_0";
|
|
4
|
+
import { ListGlobalResolvers$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListGlobalResolversCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListGlobalResolversCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("EC2DNSGlobalResolverCustomerAPI", "ListGlobalResolvers", {})
|
|
13
13
|
.n("Route53GlobalResolverClient", "ListGlobalResolversCommand")
|
|
14
|
-
.sc(ListGlobalResolvers)
|
|
14
|
+
.sc(ListGlobalResolvers$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|