github.com/aavshr/aws-sdk-go@v1.41.3/service/opsworks/doc.go (about)

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package opsworks provides the client and types for making API
     4  // requests to AWS OpsWorks.
     5  //
     6  // Welcome to the AWS OpsWorks Stacks API Reference. This guide provides descriptions,
     7  // syntax, and usage examples for AWS OpsWorks Stacks actions and data types,
     8  // including common parameters and error codes.
     9  //
    10  // AWS OpsWorks Stacks is an application management service that provides an
    11  // integrated experience for overseeing the complete application lifecycle.
    12  // For information about this product, go to the AWS OpsWorks (http://aws.amazon.com/opsworks/)
    13  // details page.
    14  //
    15  // SDKs and CLI
    16  //
    17  // The most common way to use the AWS OpsWorks Stacks API is by using the AWS
    18  // Command Line Interface (CLI) or by using one of the AWS SDKs to implement
    19  // applications in your preferred language. For more information, see:
    20  //
    21  //    * AWS CLI (https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)
    22  //
    23  //    * AWS SDK for Java (https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/opsworks/AWSOpsWorksClient.html)
    24  //
    25  //    * AWS SDK for .NET (https://docs.aws.amazon.com/sdkfornet/latest/apidocs/html/N_Amazon_OpsWorks.htm)
    26  //
    27  //    * AWS SDK for PHP 2 (https://docs.aws.amazon.com/aws-sdk-php-2/latest/class-Aws.OpsWorks.OpsWorksClient.html)
    28  //
    29  //    * AWS SDK for Ruby (http://docs.aws.amazon.com/sdkforruby/api/)
    30  //
    31  //    * AWS SDK for Node.js (http://aws.amazon.com/documentation/sdkforjavascript/)
    32  //
    33  //    * AWS SDK for Python(Boto) (http://docs.pythonboto.org/en/latest/ref/opsworks.html)
    34  //
    35  // Endpoints
    36  //
    37  // AWS OpsWorks Stacks supports the following endpoints, all HTTPS. You must
    38  // connect to one of the following endpoints. Stacks can only be accessed or
    39  // managed within the endpoint in which they are created.
    40  //
    41  //    * opsworks.us-east-1.amazonaws.com
    42  //
    43  //    * opsworks.us-east-2.amazonaws.com
    44  //
    45  //    * opsworks.us-west-1.amazonaws.com
    46  //
    47  //    * opsworks.us-west-2.amazonaws.com
    48  //
    49  //    * opsworks.ca-central-1.amazonaws.com (API only; not available in the
    50  //    AWS console)
    51  //
    52  //    * opsworks.eu-west-1.amazonaws.com
    53  //
    54  //    * opsworks.eu-west-2.amazonaws.com
    55  //
    56  //    * opsworks.eu-west-3.amazonaws.com
    57  //
    58  //    * opsworks.eu-central-1.amazonaws.com
    59  //
    60  //    * opsworks.ap-northeast-1.amazonaws.com
    61  //
    62  //    * opsworks.ap-northeast-2.amazonaws.com
    63  //
    64  //    * opsworks.ap-south-1.amazonaws.com
    65  //
    66  //    * opsworks.ap-southeast-1.amazonaws.com
    67  //
    68  //    * opsworks.ap-southeast-2.amazonaws.com
    69  //
    70  //    * opsworks.sa-east-1.amazonaws.com
    71  //
    72  // Chef Versions
    73  //
    74  // When you call CreateStack, CloneStack, or UpdateStack we recommend you use
    75  // the ConfigurationManager parameter to specify the Chef version. The recommended
    76  // and default value for Linux stacks is currently 12. Windows stacks use Chef
    77  // 12.2. For more information, see Chef Versions (https://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-chef11.html).
    78  //
    79  // You can specify Chef 12, 11.10, or 11.4 for your Linux stack. We recommend
    80  // migrating your existing Linux stacks to Chef 12 as soon as possible.
    81  //
    82  // See https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18 for more information on this service.
    83  //
    84  // See opsworks package documentation for more information.
    85  // https://docs.aws.amazon.com/sdk-for-go/api/service/opsworks/
    86  //
    87  // Using the Client
    88  //
    89  // To contact AWS OpsWorks with the SDK use the New function to create
    90  // a new service client. With that client you can make API requests to the service.
    91  // These clients are safe to use concurrently.
    92  //
    93  // See the SDK's documentation for more information on how to use the SDK.
    94  // https://docs.aws.amazon.com/sdk-for-go/api/
    95  //
    96  // See aws.Config documentation for more information on configuring SDK clients.
    97  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    98  //
    99  // See the AWS OpsWorks client OpsWorks for more
   100  // information on creating client for this service.
   101  // https://docs.aws.amazon.com/sdk-for-go/api/service/opsworks/#New
   102  package opsworks