1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package directoryservice provides the API client, operations, and parameter
// types for AWS Directory Service.
//
// # Directory Service
//
// Directory Service is a web service that makes it easy for you to setup and run
// directories in the Amazon Web Services cloud, or connect your Amazon Web
// Services resources with an existing self-managed Microsoft Active Directory.
// This guide provides detailed information about Directory Service operations,
// data types, parameters, and errors. For information about Directory Services
// features, see [Directory Service]and the [Directory Service Administration Guide].
//
// Amazon Web Services provides SDKs that consist of libraries and sample code for
// various programming languages and platforms (Java, Ruby, .Net, iOS, Android,
// etc.). The SDKs provide a convenient way to create programmatic access to
// Directory Service and other Amazon Web Services services. For more information
// about the Amazon Web Services SDKs, including how to download and install them,
// see [Tools for Amazon Web Services].
//
// [Directory Service Administration Guide]: http://docs.aws.amazon.com/directoryservice/latest/admin-guide/what_is.html
// [Tools for Amazon Web Services]: http://aws.amazon.com/tools/
// [Directory Service]: https://aws.amazon.com/directoryservice/
package directoryservice
|