@aws-sdk/client-directory-service 3.649.0 → 3.651.1

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 (71) hide show
  1. package/dist-cjs/index.js +67 -201
  2. package/dist-es/commands/AcceptSharedDirectoryCommand.js +1 -3
  3. package/dist-es/commands/AddIpRoutesCommand.js +1 -3
  4. package/dist-es/commands/AddRegionCommand.js +1 -3
  5. package/dist-es/commands/AddTagsToResourceCommand.js +1 -3
  6. package/dist-es/commands/CancelSchemaExtensionCommand.js +1 -3
  7. package/dist-es/commands/ConnectDirectoryCommand.js +1 -3
  8. package/dist-es/commands/CreateAliasCommand.js +1 -3
  9. package/dist-es/commands/CreateComputerCommand.js +1 -3
  10. package/dist-es/commands/CreateConditionalForwarderCommand.js +1 -3
  11. package/dist-es/commands/CreateDirectoryCommand.js +1 -3
  12. package/dist-es/commands/CreateLogSubscriptionCommand.js +1 -3
  13. package/dist-es/commands/CreateMicrosoftADCommand.js +1 -3
  14. package/dist-es/commands/CreateSnapshotCommand.js +1 -3
  15. package/dist-es/commands/CreateTrustCommand.js +1 -3
  16. package/dist-es/commands/DeleteConditionalForwarderCommand.js +1 -3
  17. package/dist-es/commands/DeleteDirectoryCommand.js +1 -3
  18. package/dist-es/commands/DeleteLogSubscriptionCommand.js +1 -3
  19. package/dist-es/commands/DeleteSnapshotCommand.js +1 -3
  20. package/dist-es/commands/DeleteTrustCommand.js +1 -3
  21. package/dist-es/commands/DeregisterCertificateCommand.js +1 -3
  22. package/dist-es/commands/DeregisterEventTopicCommand.js +1 -3
  23. package/dist-es/commands/DescribeCertificateCommand.js +1 -3
  24. package/dist-es/commands/DescribeClientAuthenticationSettingsCommand.js +1 -3
  25. package/dist-es/commands/DescribeConditionalForwardersCommand.js +1 -3
  26. package/dist-es/commands/DescribeDirectoriesCommand.js +1 -3
  27. package/dist-es/commands/DescribeDomainControllersCommand.js +1 -3
  28. package/dist-es/commands/DescribeEventTopicsCommand.js +1 -3
  29. package/dist-es/commands/DescribeLDAPSSettingsCommand.js +1 -3
  30. package/dist-es/commands/DescribeRegionsCommand.js +1 -3
  31. package/dist-es/commands/DescribeSettingsCommand.js +1 -3
  32. package/dist-es/commands/DescribeSharedDirectoriesCommand.js +1 -3
  33. package/dist-es/commands/DescribeSnapshotsCommand.js +1 -3
  34. package/dist-es/commands/DescribeTrustsCommand.js +1 -3
  35. package/dist-es/commands/DescribeUpdateDirectoryCommand.js +1 -3
  36. package/dist-es/commands/DisableClientAuthenticationCommand.js +1 -3
  37. package/dist-es/commands/DisableLDAPSCommand.js +1 -3
  38. package/dist-es/commands/DisableRadiusCommand.js +1 -3
  39. package/dist-es/commands/DisableSsoCommand.js +1 -3
  40. package/dist-es/commands/EnableClientAuthenticationCommand.js +1 -3
  41. package/dist-es/commands/EnableLDAPSCommand.js +1 -3
  42. package/dist-es/commands/EnableRadiusCommand.js +1 -3
  43. package/dist-es/commands/EnableSsoCommand.js +1 -3
  44. package/dist-es/commands/GetDirectoryLimitsCommand.js +1 -3
  45. package/dist-es/commands/GetSnapshotLimitsCommand.js +1 -3
  46. package/dist-es/commands/ListCertificatesCommand.js +1 -3
  47. package/dist-es/commands/ListIpRoutesCommand.js +1 -3
  48. package/dist-es/commands/ListLogSubscriptionsCommand.js +1 -3
  49. package/dist-es/commands/ListSchemaExtensionsCommand.js +1 -3
  50. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  51. package/dist-es/commands/RegisterCertificateCommand.js +1 -3
  52. package/dist-es/commands/RegisterEventTopicCommand.js +1 -3
  53. package/dist-es/commands/RejectSharedDirectoryCommand.js +1 -3
  54. package/dist-es/commands/RemoveIpRoutesCommand.js +1 -3
  55. package/dist-es/commands/RemoveRegionCommand.js +1 -3
  56. package/dist-es/commands/RemoveTagsFromResourceCommand.js +1 -3
  57. package/dist-es/commands/ResetUserPasswordCommand.js +1 -3
  58. package/dist-es/commands/RestoreFromSnapshotCommand.js +1 -3
  59. package/dist-es/commands/ShareDirectoryCommand.js +1 -3
  60. package/dist-es/commands/StartSchemaExtensionCommand.js +1 -3
  61. package/dist-es/commands/UnshareDirectoryCommand.js +1 -3
  62. package/dist-es/commands/UpdateConditionalForwarderCommand.js +1 -3
  63. package/dist-es/commands/UpdateDirectorySetupCommand.js +1 -3
  64. package/dist-es/commands/UpdateNumberOfDomainControllersCommand.js +1 -3
  65. package/dist-es/commands/UpdateRadiusCommand.js +1 -3
  66. package/dist-es/commands/UpdateSettingsCommand.js +1 -3
  67. package/dist-es/commands/UpdateTrustCommand.js +1 -3
  68. package/dist-es/commands/VerifyTrustCommand.js +1 -3
  69. package/dist-es/endpoint/endpointResolver.js +7 -3
  70. package/package.json +5 -5
  71. package/dist-types/tsdoc-metadata.json +0 -11
@@ -7,9 +7,7 @@ import { de_AcceptSharedDirectoryCommand, se_AcceptSharedDirectoryCommand } from
7
7
  export { $Command };
8
8
  export class AcceptSharedDirectoryCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AddIpRoutesCommand, se_AddIpRoutesCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class AddIpRoutesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AddRegionCommand, se_AddRegionCommand } from "../protocols/Aws_json1
6
6
  export { $Command };
7
7
  export class AddRegionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../pro
6
6
  export { $Command };
7
7
  export class AddTagsToResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CancelSchemaExtensionCommand, se_CancelSchemaExtensionCommand } from
6
6
  export { $Command };
7
7
  export class CancelSchemaExtensionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ConnectDirectoryCommand, se_ConnectDirectoryCommand } from "../proto
7
7
  export { $Command };
8
8
  export class ConnectDirectoryCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateAliasCommand, se_CreateAliasCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class CreateAliasCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateComputerCommand, se_CreateComputerCommand } from "../protocols
7
7
  export { $Command };
8
8
  export class CreateComputerCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateConditionalForwarderCommand, se_CreateConditionalForwarderComm
6
6
  export { $Command };
7
7
  export class CreateConditionalForwarderCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateDirectoryCommand, se_CreateDirectoryCommand } from "../protoco
7
7
  export { $Command };
8
8
  export class CreateDirectoryCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateLogSubscriptionCommand, se_CreateLogSubscriptionCommand } from
6
6
  export { $Command };
7
7
  export class CreateLogSubscriptionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateMicrosoftADCommand, se_CreateMicrosoftADCommand } from "../pro
7
7
  export { $Command };
8
8
  export class CreateMicrosoftADCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateSnapshotCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateTrustCommand, se_CreateTrustCommand } from "../protocols/Aws_j
7
7
  export { $Command };
8
8
  export class CreateTrustCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteConditionalForwarderCommand, se_DeleteConditionalForwarderComm
6
6
  export { $Command };
7
7
  export class DeleteConditionalForwarderCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteDirectoryCommand, se_DeleteDirectoryCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DeleteDirectoryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteLogSubscriptionCommand, se_DeleteLogSubscriptionCommand } from
6
6
  export { $Command };
7
7
  export class DeleteLogSubscriptionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteSnapshotCommand, se_DeleteSnapshotCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteSnapshotCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteTrustCommand, se_DeleteTrustCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class DeleteTrustCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeregisterCertificateCommand, se_DeregisterCertificateCommand } from
6
6
  export { $Command };
7
7
  export class DeregisterCertificateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeregisterEventTopicCommand, se_DeregisterEventTopicCommand } from "
6
6
  export { $Command };
7
7
  export class DeregisterEventTopicCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeCertificateCommand, se_DescribeCertificateCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeCertificateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeClientAuthenticationSettingsCommand, se_DescribeClientAuthen
6
6
  export { $Command };
7
7
  export class DescribeClientAuthenticationSettingsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeConditionalForwardersCommand, se_DescribeConditionalForwarde
6
6
  export { $Command };
7
7
  export class DescribeConditionalForwardersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeDirectoriesCommand, se_DescribeDirectoriesCommand } from "..
7
7
  export { $Command };
8
8
  export class DescribeDirectoriesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeDomainControllersCommand, se_DescribeDomainControllersComman
6
6
  export { $Command };
7
7
  export class DescribeDomainControllersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeEventTopicsCommand, se_DescribeEventTopicsCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeEventTopicsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeLDAPSSettingsCommand, se_DescribeLDAPSSettingsCommand } from
6
6
  export { $Command };
7
7
  export class DescribeLDAPSSettingsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeRegionsCommand, se_DescribeRegionsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DescribeRegionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeSettingsCommand, se_DescribeSettingsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DescribeSettingsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeSharedDirectoriesCommand, se_DescribeSharedDirectoriesComman
7
7
  export { $Command };
8
8
  export class DescribeSharedDirectoriesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeSnapshotsCommand, se_DescribeSnapshotsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DescribeSnapshotsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTrustsCommand, se_DescribeTrustsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DescribeTrustsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeUpdateDirectoryCommand, se_DescribeUpdateDirectoryCommand }
6
6
  export { $Command };
7
7
  export class DescribeUpdateDirectoryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisableClientAuthenticationCommand, se_DisableClientAuthenticationCo
6
6
  export { $Command };
7
7
  export class DisableClientAuthenticationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisableLDAPSCommand, se_DisableLDAPSCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DisableLDAPSCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisableRadiusCommand, se_DisableRadiusCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DisableRadiusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DisableSsoCommand, se_DisableSsoCommand } from "../protocols/Aws_jso
7
7
  export { $Command };
8
8
  export class DisableSsoCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_EnableClientAuthenticationCommand, se_EnableClientAuthenticationComm
6
6
  export { $Command };
7
7
  export class EnableClientAuthenticationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_EnableLDAPSCommand, se_EnableLDAPSCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class EnableLDAPSCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_EnableRadiusCommand, se_EnableRadiusCommand } from "../protocols/Aws
7
7
  export { $Command };
8
8
  export class EnableRadiusCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_EnableSsoCommand, se_EnableSsoCommand } from "../protocols/Aws_json1
7
7
  export { $Command };
8
8
  export class EnableSsoCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetDirectoryLimitsCommand, se_GetDirectoryLimitsCommand } from "../p
6
6
  export { $Command };
7
7
  export class GetDirectoryLimitsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetSnapshotLimitsCommand, se_GetSnapshotLimitsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetSnapshotLimitsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListCertificatesCommand, se_ListCertificatesCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListCertificatesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListIpRoutesCommand, se_ListIpRoutesCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListIpRoutesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListLogSubscriptionsCommand, se_ListLogSubscriptionsCommand } from "
6
6
  export { $Command };
7
7
  export class ListLogSubscriptionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListSchemaExtensionsCommand, se_ListSchemaExtensionsCommand } from "
6
6
  export { $Command };
7
7
  export class ListSchemaExtensionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RegisterCertificateCommand, se_RegisterCertificateCommand } from "..
6
6
  export { $Command };
7
7
  export class RegisterCertificateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RegisterEventTopicCommand, se_RegisterEventTopicCommand } from "../p
6
6
  export { $Command };
7
7
  export class RegisterEventTopicCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RejectSharedDirectoryCommand, se_RejectSharedDirectoryCommand } from
6
6
  export { $Command };
7
7
  export class RejectSharedDirectoryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RemoveIpRoutesCommand, se_RemoveIpRoutesCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class RemoveIpRoutesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),