@aws-sdk/client-route53resolver 3.926.0 → 3.928.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.
Files changed (89) hide show
  1. package/dist-cjs/index.js +1972 -2124
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/Route53ResolverClient.js +2 -0
  4. package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +3 -9
  5. package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +3 -9
  6. package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +3 -9
  7. package/dist-es/commands/AssociateResolverRuleCommand.js +3 -9
  8. package/dist-es/commands/CreateFirewallDomainListCommand.js +3 -9
  9. package/dist-es/commands/CreateFirewallRuleCommand.js +3 -9
  10. package/dist-es/commands/CreateFirewallRuleGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateOutpostResolverCommand.js +3 -9
  12. package/dist-es/commands/CreateResolverEndpointCommand.js +3 -9
  13. package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +3 -9
  14. package/dist-es/commands/CreateResolverRuleCommand.js +3 -9
  15. package/dist-es/commands/DeleteFirewallDomainListCommand.js +3 -9
  16. package/dist-es/commands/DeleteFirewallRuleCommand.js +3 -9
  17. package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +3 -9
  18. package/dist-es/commands/DeleteOutpostResolverCommand.js +3 -9
  19. package/dist-es/commands/DeleteResolverEndpointCommand.js +3 -9
  20. package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +3 -9
  21. package/dist-es/commands/DeleteResolverRuleCommand.js +3 -9
  22. package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +3 -9
  23. package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +3 -9
  24. package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +3 -9
  25. package/dist-es/commands/DisassociateResolverRuleCommand.js +3 -9
  26. package/dist-es/commands/GetFirewallConfigCommand.js +3 -9
  27. package/dist-es/commands/GetFirewallDomainListCommand.js +3 -9
  28. package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +3 -9
  29. package/dist-es/commands/GetFirewallRuleGroupCommand.js +3 -9
  30. package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +3 -9
  31. package/dist-es/commands/GetOutpostResolverCommand.js +3 -9
  32. package/dist-es/commands/GetResolverConfigCommand.js +3 -9
  33. package/dist-es/commands/GetResolverDnssecConfigCommand.js +3 -9
  34. package/dist-es/commands/GetResolverEndpointCommand.js +3 -9
  35. package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +3 -9
  36. package/dist-es/commands/GetResolverQueryLogConfigCommand.js +3 -9
  37. package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +3 -9
  38. package/dist-es/commands/GetResolverRuleAssociationCommand.js +3 -9
  39. package/dist-es/commands/GetResolverRuleCommand.js +3 -9
  40. package/dist-es/commands/GetResolverRulePolicyCommand.js +3 -9
  41. package/dist-es/commands/ImportFirewallDomainsCommand.js +3 -9
  42. package/dist-es/commands/ListFirewallConfigsCommand.js +3 -9
  43. package/dist-es/commands/ListFirewallDomainListsCommand.js +3 -9
  44. package/dist-es/commands/ListFirewallDomainsCommand.js +3 -9
  45. package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +3 -9
  46. package/dist-es/commands/ListFirewallRuleGroupsCommand.js +3 -9
  47. package/dist-es/commands/ListFirewallRulesCommand.js +3 -9
  48. package/dist-es/commands/ListOutpostResolversCommand.js +3 -9
  49. package/dist-es/commands/ListResolverConfigsCommand.js +3 -9
  50. package/dist-es/commands/ListResolverDnssecConfigsCommand.js +3 -9
  51. package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +3 -9
  52. package/dist-es/commands/ListResolverEndpointsCommand.js +3 -9
  53. package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +3 -9
  54. package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +3 -9
  55. package/dist-es/commands/ListResolverRuleAssociationsCommand.js +3 -9
  56. package/dist-es/commands/ListResolverRulesCommand.js +3 -9
  57. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  58. package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +3 -9
  59. package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +3 -9
  60. package/dist-es/commands/PutResolverRulePolicyCommand.js +3 -9
  61. package/dist-es/commands/TagResourceCommand.js +3 -9
  62. package/dist-es/commands/UntagResourceCommand.js +3 -9
  63. package/dist-es/commands/UpdateFirewallConfigCommand.js +3 -9
  64. package/dist-es/commands/UpdateFirewallDomainsCommand.js +3 -9
  65. package/dist-es/commands/UpdateFirewallRuleCommand.js +3 -9
  66. package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +3 -9
  67. package/dist-es/commands/UpdateOutpostResolverCommand.js +3 -9
  68. package/dist-es/commands/UpdateResolverConfigCommand.js +3 -9
  69. package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +3 -9
  70. package/dist-es/commands/UpdateResolverEndpointCommand.js +3 -9
  71. package/dist-es/commands/UpdateResolverRuleCommand.js +3 -9
  72. package/dist-es/runtimeConfig.shared.js +7 -0
  73. package/dist-es/schemas/schemas_0.js +1789 -0
  74. package/dist-types/Route53ResolverClient.d.ts +10 -1
  75. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  76. package/dist-types/runtimeConfig.d.ts +1 -0
  77. package/dist-types/runtimeConfig.native.d.ts +1 -0
  78. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  79. package/dist-types/schemas/schemas_0.d.ts +271 -0
  80. package/dist-types/ts3.4/Route53ResolverClient.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  82. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  83. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  84. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  85. package/dist-types/ts3.4/schemas/schemas_0.d.ts +276 -0
  86. package/package.json +5 -6
  87. package/dist-es/protocols/Aws_json1_1.js +0 -1601
  88. package/dist-types/protocols/Aws_json1_1.d.ts +0 -614
  89. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -821
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListResolverConfigsCommand, se_ListResolverConfigsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListResolverConfigs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListResolverConfigsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "ListResolverConfigs", {})
17
13
  .n("Route53ResolverClient", "ListResolverConfigsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListResolverConfigsCommand)
20
- .de(de_ListResolverConfigsCommand)
14
+ .sc(ListResolverConfigs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListResolverDnssecConfigsCommand, se_ListResolverDnssecConfigsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListResolverDnssecConfigs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListResolverDnssecConfigsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "ListResolverDnssecConfigs", {})
17
13
  .n("Route53ResolverClient", "ListResolverDnssecConfigsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListResolverDnssecConfigsCommand)
20
- .de(de_ListResolverDnssecConfigsCommand)
14
+ .sc(ListResolverDnssecConfigs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListResolverEndpointIpAddressesCommand, se_ListResolverEndpointIpAddressesCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListResolverEndpointIpAddresses } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListResolverEndpointIpAddressesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "ListResolverEndpointIpAddresses", {})
17
13
  .n("Route53ResolverClient", "ListResolverEndpointIpAddressesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListResolverEndpointIpAddressesCommand)
20
- .de(de_ListResolverEndpointIpAddressesCommand)
14
+ .sc(ListResolverEndpointIpAddresses)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListResolverEndpointsCommand, se_ListResolverEndpointsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListResolverEndpoints } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListResolverEndpointsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "ListResolverEndpoints", {})
17
13
  .n("Route53ResolverClient", "ListResolverEndpointsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListResolverEndpointsCommand)
20
- .de(de_ListResolverEndpointsCommand)
14
+ .sc(ListResolverEndpoints)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListResolverQueryLogConfigAssociationsCommand, se_ListResolverQueryLogConfigAssociationsCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListResolverQueryLogConfigAssociations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListResolverQueryLogConfigAssociationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "ListResolverQueryLogConfigAssociations", {})
17
13
  .n("Route53ResolverClient", "ListResolverQueryLogConfigAssociationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListResolverQueryLogConfigAssociationsCommand)
20
- .de(de_ListResolverQueryLogConfigAssociationsCommand)
14
+ .sc(ListResolverQueryLogConfigAssociations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListResolverQueryLogConfigsCommand, se_ListResolverQueryLogConfigsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListResolverQueryLogConfigs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListResolverQueryLogConfigsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "ListResolverQueryLogConfigs", {})
17
13
  .n("Route53ResolverClient", "ListResolverQueryLogConfigsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListResolverQueryLogConfigsCommand)
20
- .de(de_ListResolverQueryLogConfigsCommand)
14
+ .sc(ListResolverQueryLogConfigs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListResolverRuleAssociationsCommand, se_ListResolverRuleAssociationsCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListResolverRuleAssociations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListResolverRuleAssociationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "ListResolverRuleAssociations", {})
17
13
  .n("Route53ResolverClient", "ListResolverRuleAssociationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListResolverRuleAssociationsCommand)
20
- .de(de_ListResolverRuleAssociationsCommand)
14
+ .sc(ListResolverRuleAssociations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListResolverRulesCommand, se_ListResolverRulesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListResolverRules } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListResolverRulesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "ListResolverRules", {})
17
13
  .n("Route53ResolverClient", "ListResolverRulesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListResolverRulesCommand)
20
- .de(de_ListResolverRulesCommand)
14
+ .sc(ListResolverRules)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "ListTagsForResource", {})
17
13
  .n("Route53ResolverClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutFirewallRuleGroupPolicyCommand, se_PutFirewallRuleGroupPolicyCommand } from "../protocols/Aws_json1_1";
4
+ import { PutFirewallRuleGroupPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutFirewallRuleGroupPolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "PutFirewallRuleGroupPolicy", {})
17
13
  .n("Route53ResolverClient", "PutFirewallRuleGroupPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutFirewallRuleGroupPolicyCommand)
20
- .de(de_PutFirewallRuleGroupPolicyCommand)
14
+ .sc(PutFirewallRuleGroupPolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutResolverQueryLogConfigPolicyCommand, se_PutResolverQueryLogConfigPolicyCommand, } from "../protocols/Aws_json1_1";
4
+ import { PutResolverQueryLogConfigPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutResolverQueryLogConfigPolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "PutResolverQueryLogConfigPolicy", {})
17
13
  .n("Route53ResolverClient", "PutResolverQueryLogConfigPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutResolverQueryLogConfigPolicyCommand)
20
- .de(de_PutResolverQueryLogConfigPolicyCommand)
14
+ .sc(PutResolverQueryLogConfigPolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutResolverRulePolicyCommand, se_PutResolverRulePolicyCommand } from "../protocols/Aws_json1_1";
4
+ import { PutResolverRulePolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutResolverRulePolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "PutResolverRulePolicy", {})
17
13
  .n("Route53ResolverClient", "PutResolverRulePolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutResolverRulePolicyCommand)
20
- .de(de_PutResolverRulePolicyCommand)
14
+ .sc(PutResolverRulePolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "TagResource", {})
17
13
  .n("Route53ResolverClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "UntagResource", {})
17
13
  .n("Route53ResolverClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateFirewallConfigCommand, se_UpdateFirewallConfigCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateFirewallConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFirewallConfigCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "UpdateFirewallConfig", {})
17
13
  .n("Route53ResolverClient", "UpdateFirewallConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFirewallConfigCommand)
20
- .de(de_UpdateFirewallConfigCommand)
14
+ .sc(UpdateFirewallConfig)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateFirewallDomainsCommand, se_UpdateFirewallDomainsCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateFirewallDomains } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFirewallDomainsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "UpdateFirewallDomains", {})
17
13
  .n("Route53ResolverClient", "UpdateFirewallDomainsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFirewallDomainsCommand)
20
- .de(de_UpdateFirewallDomainsCommand)
14
+ .sc(UpdateFirewallDomains)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateFirewallRuleCommand, se_UpdateFirewallRuleCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateFirewallRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFirewallRuleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "UpdateFirewallRule", {})
17
13
  .n("Route53ResolverClient", "UpdateFirewallRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFirewallRuleCommand)
20
- .de(de_UpdateFirewallRuleCommand)
14
+ .sc(UpdateFirewallRule)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateFirewallRuleGroupAssociationCommand, se_UpdateFirewallRuleGroupAssociationCommand, } from "../protocols/Aws_json1_1";
4
+ import { UpdateFirewallRuleGroupAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFirewallRuleGroupAssociationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "UpdateFirewallRuleGroupAssociation", {})
17
13
  .n("Route53ResolverClient", "UpdateFirewallRuleGroupAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFirewallRuleGroupAssociationCommand)
20
- .de(de_UpdateFirewallRuleGroupAssociationCommand)
14
+ .sc(UpdateFirewallRuleGroupAssociation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateOutpostResolverCommand, se_UpdateOutpostResolverCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateOutpostResolver } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateOutpostResolverCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "UpdateOutpostResolver", {})
17
13
  .n("Route53ResolverClient", "UpdateOutpostResolverCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateOutpostResolverCommand)
20
- .de(de_UpdateOutpostResolverCommand)
14
+ .sc(UpdateOutpostResolver)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateResolverConfigCommand, se_UpdateResolverConfigCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateResolverConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateResolverConfigCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "UpdateResolverConfig", {})
17
13
  .n("Route53ResolverClient", "UpdateResolverConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateResolverConfigCommand)
20
- .de(de_UpdateResolverConfigCommand)
14
+ .sc(UpdateResolverConfig)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateResolverDnssecConfigCommand, se_UpdateResolverDnssecConfigCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateResolverDnssecConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateResolverDnssecConfigCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "UpdateResolverDnssecConfig", {})
17
13
  .n("Route53ResolverClient", "UpdateResolverDnssecConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateResolverDnssecConfigCommand)
20
- .de(de_UpdateResolverDnssecConfigCommand)
14
+ .sc(UpdateResolverDnssecConfig)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateResolverEndpointCommand, se_UpdateResolverEndpointCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateResolverEndpoint } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateResolverEndpointCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "UpdateResolverEndpoint", {})
17
13
  .n("Route53ResolverClient", "UpdateResolverEndpointCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateResolverEndpointCommand)
20
- .de(de_UpdateResolverEndpointCommand)
14
+ .sc(UpdateResolverEndpoint)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateResolverRuleCommand, se_UpdateResolverRuleCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateResolverRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateResolverRuleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Route53Resolver", "UpdateResolverRule", {})
17
13
  .n("Route53ResolverClient", "UpdateResolverRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateResolverRuleCommand)
20
- .de(de_UpdateResolverRuleCommand)
14
+ .sc(UpdateResolverRule)
21
15
  .build() {
22
16
  }
@@ -1,4 +1,5 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core";
2
+ import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
2
3
  import { NoOpLogger } from "@smithy/smithy-client";
3
4
  import { parseUrl } from "@smithy/url-parser";
4
5
  import { fromBase64, toBase64 } from "@smithy/util-base64";
@@ -22,6 +23,12 @@ export const getRuntimeConfig = (config) => {
22
23
  },
23
24
  ],
24
25
  logger: config?.logger ?? new NoOpLogger(),
26
+ protocol: config?.protocol ??
27
+ new AwsJson1_1Protocol({
28
+ defaultNamespace: "com.amazonaws.route53resolver",
29
+ serviceTarget: "Route53Resolver",
30
+ awsQueryCompatible: false,
31
+ }),
25
32
  serviceId: config?.serviceId ?? "Route53Resolver",
26
33
  urlParser: config?.urlParser ?? parseUrl,
27
34
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,