@aws-sdk/client-directory-service 3.1087.0 → 3.1089.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 (101) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DirectoryService.d.ts +267 -305
  3. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +15 -55
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +7 -5
  10. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +5 -11
  11. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/CreateHybridADCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +5 -11
  20. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteADAssessmentCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DescribeADAssessmentCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/DescribeCAEnrollmentPolicyCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/DescribeDirectoryDataAccessCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/DescribeHybridADUpdateCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +4 -10
  45. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +3 -8
  46. package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/DisableCAEnrollmentPolicyCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/DisableDirectoryDataAccessCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +3 -5
  51. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/EnableCAEnrollmentPolicyCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/EnableDirectoryDataAccessCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +3 -5
  58. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +7 -5
  59. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +5 -11
  61. package/dist-types/ts3.4/commands/ListADAssessmentsCommand.d.ts +4 -10
  62. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +4 -9
  65. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +4 -9
  71. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +3 -5
  72. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +5 -11
  74. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +5 -10
  75. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/StartADAssessmentCommand.d.ts +4 -10
  77. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +5 -10
  78. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +4 -6
  80. package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +5 -10
  81. package/dist-types/ts3.4/commands/UpdateHybridADCommand.d.ts +4 -9
  82. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +3 -5
  84. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +4 -9
  85. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +3 -5
  86. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +3 -5
  87. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  88. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  89. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  90. package/dist-types/ts3.4/models/enums.d.ts +10 -20
  91. package/dist-types/ts3.4/models/errors.d.ts +38 -156
  92. package/dist-types/ts3.4/models/models_0.d.ts +3 -9
  93. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  98. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  99. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  100. package/dist-types/ts3.4/waiters/waitForHybridADUpdated.d.ts +3 -7
  101. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75