vendor: update all dependencies to latest versions
This commit is contained in:
parent
911d121bb9
commit
b017fcfe9a
3048 changed files with 537057 additions and 189681 deletions
332
vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/api.go
generated
vendored
332
vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/api.go
generated
vendored
|
@ -17,19 +17,18 @@ const opAddTags = "AddTags"
|
|||
|
||||
// AddTagsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the AddTags operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See AddTags for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the AddTags method directly
|
||||
// instead.
|
||||
// See AddTags for more information on using the AddTags
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the AddTagsRequest method.
|
||||
// req, resp := client.AddTagsRequest(params)
|
||||
|
@ -38,8 +37,6 @@ const opAddTags = "AddTags"
|
|||
// if err == nil { // resp is now filled
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/AddTags
|
||||
func (c *ElasticsearchService) AddTagsRequest(input *AddTagsInput) (req *request.Request, output *AddTagsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opAddTags,
|
||||
|
@ -88,7 +85,6 @@ func (c *ElasticsearchService) AddTagsRequest(input *AddTagsInput) (req *request
|
|||
// or failure (the failure is internal to the service) . Gives http status code
|
||||
// of 500.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/AddTags
|
||||
func (c *ElasticsearchService) AddTags(input *AddTagsInput) (*AddTagsOutput, error) {
|
||||
req, out := c.AddTagsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -114,19 +110,18 @@ const opCreateElasticsearchDomain = "CreateElasticsearchDomain"
|
|||
|
||||
// CreateElasticsearchDomainRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the CreateElasticsearchDomain operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See CreateElasticsearchDomain for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the CreateElasticsearchDomain method directly
|
||||
// instead.
|
||||
// See CreateElasticsearchDomain for more information on using the CreateElasticsearchDomain
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the CreateElasticsearchDomainRequest method.
|
||||
// req, resp := client.CreateElasticsearchDomainRequest(params)
|
||||
|
@ -135,8 +130,6 @@ const opCreateElasticsearchDomain = "CreateElasticsearchDomain"
|
|||
// if err == nil { // resp is now filled
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/CreateElasticsearchDomain
|
||||
func (c *ElasticsearchService) CreateElasticsearchDomainRequest(input *CreateElasticsearchDomainInput) (req *request.Request, output *CreateElasticsearchDomainOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opCreateElasticsearchDomain,
|
||||
|
@ -195,7 +188,6 @@ func (c *ElasticsearchService) CreateElasticsearchDomainRequest(input *CreateEla
|
|||
// An exception for missing / invalid input fields. Gives http status code of
|
||||
// 400.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/CreateElasticsearchDomain
|
||||
func (c *ElasticsearchService) CreateElasticsearchDomain(input *CreateElasticsearchDomainInput) (*CreateElasticsearchDomainOutput, error) {
|
||||
req, out := c.CreateElasticsearchDomainRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -221,19 +213,18 @@ const opDeleteElasticsearchDomain = "DeleteElasticsearchDomain"
|
|||
|
||||
// DeleteElasticsearchDomainRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DeleteElasticsearchDomain operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See DeleteElasticsearchDomain for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the DeleteElasticsearchDomain method directly
|
||||
// instead.
|
||||
// See DeleteElasticsearchDomain for more information on using the DeleteElasticsearchDomain
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the DeleteElasticsearchDomainRequest method.
|
||||
// req, resp := client.DeleteElasticsearchDomainRequest(params)
|
||||
|
@ -242,8 +233,6 @@ const opDeleteElasticsearchDomain = "DeleteElasticsearchDomain"
|
|||
// if err == nil { // resp is now filled
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DeleteElasticsearchDomain
|
||||
func (c *ElasticsearchService) DeleteElasticsearchDomainRequest(input *DeleteElasticsearchDomainInput) (req *request.Request, output *DeleteElasticsearchDomainOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDeleteElasticsearchDomain,
|
||||
|
@ -289,7 +278,6 @@ func (c *ElasticsearchService) DeleteElasticsearchDomainRequest(input *DeleteEla
|
|||
// An exception for missing / invalid input fields. Gives http status code of
|
||||
// 400.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DeleteElasticsearchDomain
|
||||
func (c *ElasticsearchService) DeleteElasticsearchDomain(input *DeleteElasticsearchDomainInput) (*DeleteElasticsearchDomainOutput, error) {
|
||||
req, out := c.DeleteElasticsearchDomainRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -315,19 +303,18 @@ const opDescribeElasticsearchDomain = "DescribeElasticsearchDomain"
|
|||
|
||||
// DescribeElasticsearchDomainRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeElasticsearchDomain operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See DescribeElasticsearchDomain for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the DescribeElasticsearchDomain method directly
|
||||
// instead.
|
||||
// See DescribeElasticsearchDomain for more information on using the DescribeElasticsearchDomain
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the DescribeElasticsearchDomainRequest method.
|
||||
// req, resp := client.DescribeElasticsearchDomainRequest(params)
|
||||
|
@ -336,8 +323,6 @@ const opDescribeElasticsearchDomain = "DescribeElasticsearchDomain"
|
|||
// if err == nil { // resp is now filled
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchDomain
|
||||
func (c *ElasticsearchService) DescribeElasticsearchDomainRequest(input *DescribeElasticsearchDomainInput) (req *request.Request, output *DescribeElasticsearchDomainOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeElasticsearchDomain,
|
||||
|
@ -383,7 +368,6 @@ func (c *ElasticsearchService) DescribeElasticsearchDomainRequest(input *Describ
|
|||
// An exception for missing / invalid input fields. Gives http status code of
|
||||
// 400.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchDomain
|
||||
func (c *ElasticsearchService) DescribeElasticsearchDomain(input *DescribeElasticsearchDomainInput) (*DescribeElasticsearchDomainOutput, error) {
|
||||
req, out := c.DescribeElasticsearchDomainRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -409,19 +393,18 @@ const opDescribeElasticsearchDomainConfig = "DescribeElasticsearchDomainConfig"
|
|||
|
||||
// DescribeElasticsearchDomainConfigRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeElasticsearchDomainConfig operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See DescribeElasticsearchDomainConfig for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the DescribeElasticsearchDomainConfig method directly
|
||||
// instead.
|
||||
// See DescribeElasticsearchDomainConfig for more information on using the DescribeElasticsearchDomainConfig
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the DescribeElasticsearchDomainConfigRequest method.
|
||||
// req, resp := client.DescribeElasticsearchDomainConfigRequest(params)
|
||||
|
@ -430,8 +413,6 @@ const opDescribeElasticsearchDomainConfig = "DescribeElasticsearchDomainConfig"
|
|||
// if err == nil { // resp is now filled
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchDomainConfig
|
||||
func (c *ElasticsearchService) DescribeElasticsearchDomainConfigRequest(input *DescribeElasticsearchDomainConfigInput) (req *request.Request, output *DescribeElasticsearchDomainConfigOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeElasticsearchDomainConfig,
|
||||
|
@ -478,7 +459,6 @@ func (c *ElasticsearchService) DescribeElasticsearchDomainConfigRequest(input *D
|
|||
// An exception for missing / invalid input fields. Gives http status code of
|
||||
// 400.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchDomainConfig
|
||||
func (c *ElasticsearchService) DescribeElasticsearchDomainConfig(input *DescribeElasticsearchDomainConfigInput) (*DescribeElasticsearchDomainConfigOutput, error) {
|
||||
req, out := c.DescribeElasticsearchDomainConfigRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -504,19 +484,18 @@ const opDescribeElasticsearchDomains = "DescribeElasticsearchDomains"
|
|||
|
||||
// DescribeElasticsearchDomainsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeElasticsearchDomains operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See DescribeElasticsearchDomains for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the DescribeElasticsearchDomains method directly
|
||||
// instead.
|
||||
// See DescribeElasticsearchDomains for more information on using the DescribeElasticsearchDomains
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the DescribeElasticsearchDomainsRequest method.
|
||||
// req, resp := client.DescribeElasticsearchDomainsRequest(params)
|
||||
|
@ -525,8 +504,6 @@ const opDescribeElasticsearchDomains = "DescribeElasticsearchDomains"
|
|||
// if err == nil { // resp is now filled
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchDomains
|
||||
func (c *ElasticsearchService) DescribeElasticsearchDomainsRequest(input *DescribeElasticsearchDomainsInput) (req *request.Request, output *DescribeElasticsearchDomainsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeElasticsearchDomains,
|
||||
|
@ -568,7 +545,6 @@ func (c *ElasticsearchService) DescribeElasticsearchDomainsRequest(input *Descri
|
|||
// An exception for missing / invalid input fields. Gives http status code of
|
||||
// 400.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchDomains
|
||||
func (c *ElasticsearchService) DescribeElasticsearchDomains(input *DescribeElasticsearchDomainsInput) (*DescribeElasticsearchDomainsOutput, error) {
|
||||
req, out := c.DescribeElasticsearchDomainsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -594,19 +570,18 @@ const opDescribeElasticsearchInstanceTypeLimits = "DescribeElasticsearchInstance
|
|||
|
||||
// DescribeElasticsearchInstanceTypeLimitsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeElasticsearchInstanceTypeLimits operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See DescribeElasticsearchInstanceTypeLimits for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the DescribeElasticsearchInstanceTypeLimits method directly
|
||||
// instead.
|
||||
// See DescribeElasticsearchInstanceTypeLimits for more information on using the DescribeElasticsearchInstanceTypeLimits
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the DescribeElasticsearchInstanceTypeLimitsRequest method.
|
||||
// req, resp := client.DescribeElasticsearchInstanceTypeLimitsRequest(params)
|
||||
|
@ -615,8 +590,6 @@ const opDescribeElasticsearchInstanceTypeLimits = "DescribeElasticsearchInstance
|
|||
// if err == nil { // resp is now filled
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchInstanceTypeLimits
|
||||
func (c *ElasticsearchService) DescribeElasticsearchInstanceTypeLimitsRequest(input *DescribeElasticsearchInstanceTypeLimitsInput) (req *request.Request, output *DescribeElasticsearchInstanceTypeLimitsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeElasticsearchInstanceTypeLimits,
|
||||
|
@ -671,7 +644,6 @@ func (c *ElasticsearchService) DescribeElasticsearchInstanceTypeLimitsRequest(in
|
|||
// An exception for missing / invalid input fields. Gives http status code of
|
||||
// 400.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchInstanceTypeLimits
|
||||
func (c *ElasticsearchService) DescribeElasticsearchInstanceTypeLimits(input *DescribeElasticsearchInstanceTypeLimitsInput) (*DescribeElasticsearchInstanceTypeLimitsOutput, error) {
|
||||
req, out := c.DescribeElasticsearchInstanceTypeLimitsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -697,19 +669,18 @@ const opListDomainNames = "ListDomainNames"
|
|||
|
||||
// ListDomainNamesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListDomainNames operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See ListDomainNames for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the ListDomainNames method directly
|
||||
// instead.
|
||||
// See ListDomainNames for more information on using the ListDomainNames
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the ListDomainNamesRequest method.
|
||||
// req, resp := client.ListDomainNamesRequest(params)
|
||||
|
@ -718,8 +689,6 @@ const opListDomainNames = "ListDomainNames"
|
|||
// if err == nil { // resp is now filled
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListDomainNames
|
||||
func (c *ElasticsearchService) ListDomainNamesRequest(input *ListDomainNamesInput) (req *request.Request, output *ListDomainNamesOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opListDomainNames,
|
||||
|
@ -756,7 +725,6 @@ func (c *ElasticsearchService) ListDomainNamesRequest(input *ListDomainNamesInpu
|
|||
// An exception for missing / invalid input fields. Gives http status code of
|
||||
// 400.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListDomainNames
|
||||
func (c *ElasticsearchService) ListDomainNames(input *ListDomainNamesInput) (*ListDomainNamesOutput, error) {
|
||||
req, out := c.ListDomainNamesRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -782,19 +750,18 @@ const opListElasticsearchInstanceTypes = "ListElasticsearchInstanceTypes"
|
|||
|
||||
// ListElasticsearchInstanceTypesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListElasticsearchInstanceTypes operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See ListElasticsearchInstanceTypes for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the ListElasticsearchInstanceTypes method directly
|
||||
// instead.
|
||||
// See ListElasticsearchInstanceTypes for more information on using the ListElasticsearchInstanceTypes
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the ListElasticsearchInstanceTypesRequest method.
|
||||
// req, resp := client.ListElasticsearchInstanceTypesRequest(params)
|
||||
|
@ -803,8 +770,6 @@ const opListElasticsearchInstanceTypes = "ListElasticsearchInstanceTypes"
|
|||
// if err == nil { // resp is now filled
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListElasticsearchInstanceTypes
|
||||
func (c *ElasticsearchService) ListElasticsearchInstanceTypesRequest(input *ListElasticsearchInstanceTypesInput) (req *request.Request, output *ListElasticsearchInstanceTypesOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opListElasticsearchInstanceTypes,
|
||||
|
@ -855,7 +820,6 @@ func (c *ElasticsearchService) ListElasticsearchInstanceTypesRequest(input *List
|
|||
// An exception for missing / invalid input fields. Gives http status code of
|
||||
// 400.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListElasticsearchInstanceTypes
|
||||
func (c *ElasticsearchService) ListElasticsearchInstanceTypes(input *ListElasticsearchInstanceTypesInput) (*ListElasticsearchInstanceTypesOutput, error) {
|
||||
req, out := c.ListElasticsearchInstanceTypesRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -931,19 +895,18 @@ const opListElasticsearchVersions = "ListElasticsearchVersions"
|
|||
|
||||
// ListElasticsearchVersionsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListElasticsearchVersions operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See ListElasticsearchVersions for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the ListElasticsearchVersions method directly
|
||||
// instead.
|
||||
// See ListElasticsearchVersions for more information on using the ListElasticsearchVersions
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the ListElasticsearchVersionsRequest method.
|
||||
// req, resp := client.ListElasticsearchVersionsRequest(params)
|
||||
|
@ -952,8 +915,6 @@ const opListElasticsearchVersions = "ListElasticsearchVersions"
|
|||
// if err == nil { // resp is now filled
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListElasticsearchVersions
|
||||
func (c *ElasticsearchService) ListElasticsearchVersionsRequest(input *ListElasticsearchVersionsInput) (req *request.Request, output *ListElasticsearchVersionsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opListElasticsearchVersions,
|
||||
|
@ -1004,7 +965,6 @@ func (c *ElasticsearchService) ListElasticsearchVersionsRequest(input *ListElast
|
|||
// An exception for missing / invalid input fields. Gives http status code of
|
||||
// 400.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListElasticsearchVersions
|
||||
func (c *ElasticsearchService) ListElasticsearchVersions(input *ListElasticsearchVersionsInput) (*ListElasticsearchVersionsOutput, error) {
|
||||
req, out := c.ListElasticsearchVersionsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -1080,19 +1040,18 @@ const opListTags = "ListTags"
|
|||
|
||||
// ListTagsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListTags operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See ListTags for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the ListTags method directly
|
||||
// instead.
|
||||
// See ListTags for more information on using the ListTags
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the ListTagsRequest method.
|
||||
// req, resp := client.ListTagsRequest(params)
|
||||
|
@ -1101,8 +1060,6 @@ const opListTags = "ListTags"
|
|||
// if err == nil { // resp is now filled
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListTags
|
||||
func (c *ElasticsearchService) ListTagsRequest(input *ListTagsInput) (req *request.Request, output *ListTagsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opListTags,
|
||||
|
@ -1147,7 +1104,6 @@ func (c *ElasticsearchService) ListTagsRequest(input *ListTagsInput) (req *reque
|
|||
// or failure (the failure is internal to the service) . Gives http status code
|
||||
// of 500.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListTags
|
||||
func (c *ElasticsearchService) ListTags(input *ListTagsInput) (*ListTagsOutput, error) {
|
||||
req, out := c.ListTagsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -1173,19 +1129,18 @@ const opRemoveTags = "RemoveTags"
|
|||
|
||||
// RemoveTagsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the RemoveTags operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See RemoveTags for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the RemoveTags method directly
|
||||
// instead.
|
||||
// See RemoveTags for more information on using the RemoveTags
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the RemoveTagsRequest method.
|
||||
// req, resp := client.RemoveTagsRequest(params)
|
||||
|
@ -1194,8 +1149,6 @@ const opRemoveTags = "RemoveTags"
|
|||
// if err == nil { // resp is now filled
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/RemoveTags
|
||||
func (c *ElasticsearchService) RemoveTagsRequest(input *RemoveTagsInput) (req *request.Request, output *RemoveTagsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opRemoveTags,
|
||||
|
@ -1238,7 +1191,6 @@ func (c *ElasticsearchService) RemoveTagsRequest(input *RemoveTagsInput) (req *r
|
|||
// or failure (the failure is internal to the service) . Gives http status code
|
||||
// of 500.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/RemoveTags
|
||||
func (c *ElasticsearchService) RemoveTags(input *RemoveTagsInput) (*RemoveTagsOutput, error) {
|
||||
req, out := c.RemoveTagsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -1264,19 +1216,18 @@ const opUpdateElasticsearchDomainConfig = "UpdateElasticsearchDomainConfig"
|
|||
|
||||
// UpdateElasticsearchDomainConfigRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the UpdateElasticsearchDomainConfig operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See UpdateElasticsearchDomainConfig for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the UpdateElasticsearchDomainConfig method directly
|
||||
// instead.
|
||||
// See UpdateElasticsearchDomainConfig for more information on using the UpdateElasticsearchDomainConfig
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the UpdateElasticsearchDomainConfigRequest method.
|
||||
// req, resp := client.UpdateElasticsearchDomainConfigRequest(params)
|
||||
|
@ -1285,8 +1236,6 @@ const opUpdateElasticsearchDomainConfig = "UpdateElasticsearchDomainConfig"
|
|||
// if err == nil { // resp is now filled
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/UpdateElasticsearchDomainConfig
|
||||
func (c *ElasticsearchService) UpdateElasticsearchDomainConfigRequest(input *UpdateElasticsearchDomainConfigInput) (req *request.Request, output *UpdateElasticsearchDomainConfigOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opUpdateElasticsearchDomainConfig,
|
||||
|
@ -1340,7 +1289,6 @@ func (c *ElasticsearchService) UpdateElasticsearchDomainConfigRequest(input *Upd
|
|||
// An exception for missing / invalid input fields. Gives http status code of
|
||||
// 400.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/UpdateElasticsearchDomainConfig
|
||||
func (c *ElasticsearchService) UpdateElasticsearchDomainConfig(input *UpdateElasticsearchDomainConfigInput) (*UpdateElasticsearchDomainConfigOutput, error) {
|
||||
req, out := c.UpdateElasticsearchDomainConfigRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -1364,7 +1312,6 @@ func (c *ElasticsearchService) UpdateElasticsearchDomainConfigWithContext(ctx aw
|
|||
|
||||
// The configured access rules for the domain's document and search endpoints,
|
||||
// and the current status of those rules.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/AccessPoliciesStatus
|
||||
type AccessPoliciesStatus struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1407,7 +1354,6 @@ func (s *AccessPoliciesStatus) SetStatus(v *OptionStatus) *AccessPoliciesStatus
|
|||
|
||||
// Container for the parameters to the AddTags operation. Specify the tags that
|
||||
// you want to attach to the Elasticsearch domain.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/AddTagsRequest
|
||||
type AddTagsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1470,7 +1416,6 @@ func (s *AddTagsInput) SetTagList(v []*Tag) *AddTagsInput {
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/AddTagsOutput
|
||||
type AddTagsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -1487,7 +1432,6 @@ func (s AddTagsOutput) GoString() string {
|
|||
|
||||
// List of limits that are specific to a given InstanceType and for each of
|
||||
// it's InstanceRole .
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/AdditionalLimit
|
||||
type AdditionalLimit struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1535,7 +1479,6 @@ func (s *AdditionalLimit) SetLimitValues(v []*string) *AdditionalLimit {
|
|||
// * Option to specify the percentage of heap space that is allocated to
|
||||
// field data. By default, this setting is unbounded.
|
||||
// For more information, see Configuring Advanced Options (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options).
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/AdvancedOptionsStatus
|
||||
type AdvancedOptionsStatus struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1574,7 +1517,6 @@ func (s *AdvancedOptionsStatus) SetStatus(v *OptionStatus) *AdvancedOptionsStatu
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/CreateElasticsearchDomainRequest
|
||||
type CreateElasticsearchDomainInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1683,7 +1625,6 @@ func (s *CreateElasticsearchDomainInput) SetSnapshotOptions(v *SnapshotOptions)
|
|||
|
||||
// The result of a CreateElasticsearchDomain operation. Contains the status
|
||||
// of the newly created Elasticsearch domain.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/CreateElasticsearchDomainResponse
|
||||
type CreateElasticsearchDomainOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1709,7 +1650,6 @@ func (s *CreateElasticsearchDomainOutput) SetDomainStatus(v *ElasticsearchDomain
|
|||
|
||||
// Container for the parameters to the DeleteElasticsearchDomain operation.
|
||||
// Specifies the name of the Elasticsearch domain that you want to delete.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DeleteElasticsearchDomainRequest
|
||||
type DeleteElasticsearchDomainInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1754,7 +1694,6 @@ func (s *DeleteElasticsearchDomainInput) SetDomainName(v string) *DeleteElastics
|
|||
// The result of a DeleteElasticsearchDomain request. Contains the status of
|
||||
// the pending deletion, or no status if the domain and all of its resources
|
||||
// have been deleted.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DeleteElasticsearchDomainResponse
|
||||
type DeleteElasticsearchDomainOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1780,7 +1719,6 @@ func (s *DeleteElasticsearchDomainOutput) SetDomainStatus(v *ElasticsearchDomain
|
|||
|
||||
// Container for the parameters to the DescribeElasticsearchDomainConfig operation.
|
||||
// Specifies the domain name for which you want configuration information.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchDomainConfigRequest
|
||||
type DescribeElasticsearchDomainConfigInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1824,7 +1762,6 @@ func (s *DescribeElasticsearchDomainConfigInput) SetDomainName(v string) *Descri
|
|||
|
||||
// The result of a DescribeElasticsearchDomainConfig request. Contains the configuration
|
||||
// information of the requested domain.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchDomainConfigResponse
|
||||
type DescribeElasticsearchDomainConfigOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1852,7 +1789,6 @@ func (s *DescribeElasticsearchDomainConfigOutput) SetDomainConfig(v *Elasticsear
|
|||
}
|
||||
|
||||
// Container for the parameters to the DescribeElasticsearchDomain operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchDomainRequest
|
||||
type DescribeElasticsearchDomainInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1896,7 +1832,6 @@ func (s *DescribeElasticsearchDomainInput) SetDomainName(v string) *DescribeElas
|
|||
|
||||
// The result of a DescribeElasticsearchDomain request. Contains the status
|
||||
// of the domain specified in the request.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchDomainResponse
|
||||
type DescribeElasticsearchDomainOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1924,7 +1859,6 @@ func (s *DescribeElasticsearchDomainOutput) SetDomainStatus(v *ElasticsearchDoma
|
|||
|
||||
// Container for the parameters to the DescribeElasticsearchDomains operation.
|
||||
// By default, the API returns the status of all Elasticsearch domains.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchDomainsRequest
|
||||
type DescribeElasticsearchDomainsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1965,7 +1899,6 @@ func (s *DescribeElasticsearchDomainsInput) SetDomainNames(v []*string) *Describ
|
|||
|
||||
// The result of a DescribeElasticsearchDomains request. Contains the status
|
||||
// of the specified domains or all domains owned by the account.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchDomainsResponse
|
||||
type DescribeElasticsearchDomainsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1992,7 +1925,6 @@ func (s *DescribeElasticsearchDomainsOutput) SetDomainStatusList(v []*Elasticsea
|
|||
}
|
||||
|
||||
// Container for the parameters to DescribeElasticsearchInstanceTypeLimits operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchInstanceTypeLimitsRequest
|
||||
type DescribeElasticsearchInstanceTypeLimitsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2062,7 +1994,6 @@ func (s *DescribeElasticsearchInstanceTypeLimitsInput) SetInstanceType(v string)
|
|||
|
||||
// Container for the parameters received from DescribeElasticsearchInstanceTypeLimits
|
||||
// operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DescribeElasticsearchInstanceTypeLimitsResponse
|
||||
type DescribeElasticsearchInstanceTypeLimitsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2089,7 +2020,6 @@ func (s *DescribeElasticsearchInstanceTypeLimitsOutput) SetLimitsByRole(v map[st
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/DomainInfo
|
||||
type DomainInfo struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2115,7 +2045,6 @@ func (s *DomainInfo) SetDomainName(v string) *DomainInfo {
|
|||
|
||||
// Options to enable, disable, and specify the properties of EBS storage volumes.
|
||||
// For more information, see Configuring EBS-based Storage (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs).
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/EBSOptions
|
||||
type EBSOptions struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2167,7 +2096,6 @@ func (s *EBSOptions) SetVolumeType(v string) *EBSOptions {
|
|||
}
|
||||
|
||||
// Status of the EBS options for the specified Elasticsearch domain.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/EBSOptionsStatus
|
||||
type EBSOptionsStatus struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2206,7 +2134,6 @@ func (s *EBSOptionsStatus) SetStatus(v *OptionStatus) *EBSOptionsStatus {
|
|||
|
||||
// Specifies the configuration for the domain cluster, such as the type and
|
||||
// number of instances.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ElasticsearchClusterConfig
|
||||
type ElasticsearchClusterConfig struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2280,7 +2207,6 @@ func (s *ElasticsearchClusterConfig) SetZoneAwarenessEnabled(v bool) *Elasticsea
|
|||
}
|
||||
|
||||
// Specifies the configuration status for the specified Elasticsearch domain.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ElasticsearchClusterConfigStatus
|
||||
type ElasticsearchClusterConfigStatus struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2319,7 +2245,6 @@ func (s *ElasticsearchClusterConfigStatus) SetStatus(v *OptionStatus) *Elasticse
|
|||
}
|
||||
|
||||
// The configuration of an Elasticsearch domain.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ElasticsearchDomainConfig
|
||||
type ElasticsearchDomainConfig struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2391,7 +2316,6 @@ func (s *ElasticsearchDomainConfig) SetSnapshotOptions(v *SnapshotOptionsStatus)
|
|||
}
|
||||
|
||||
// The current status of an Elasticsearch domain.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ElasticsearchDomainStatus
|
||||
type ElasticsearchDomainStatus struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2546,7 +2470,6 @@ func (s *ElasticsearchDomainStatus) SetSnapshotOptions(v *SnapshotOptions) *Elas
|
|||
|
||||
// Status of the Elasticsearch version options for the specified Elasticsearch
|
||||
// domain.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ElasticsearchVersionStatus
|
||||
type ElasticsearchVersionStatus struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2586,7 +2509,6 @@ func (s *ElasticsearchVersionStatus) SetStatus(v *OptionStatus) *ElasticsearchVe
|
|||
|
||||
// InstanceCountLimits represents the limits on number of instances that be
|
||||
// created in Amazon Elasticsearch for given InstanceType.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/InstanceCountLimits
|
||||
type InstanceCountLimits struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2621,7 +2543,6 @@ func (s *InstanceCountLimits) SetMinimumInstanceCount(v int64) *InstanceCountLim
|
|||
|
||||
// InstanceLimits represents the list of instance related attributes that are
|
||||
// available for given InstanceType.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/InstanceLimits
|
||||
type InstanceLimits struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2647,7 +2568,6 @@ func (s *InstanceLimits) SetInstanceCountLimits(v *InstanceCountLimits) *Instanc
|
|||
}
|
||||
|
||||
// Limits for given InstanceType and for each of it's role. Limits contains following StorageTypes, InstanceLimitsand AdditionalLimits
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/Limits
|
||||
type Limits struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2692,7 +2612,6 @@ func (s *Limits) SetStorageTypes(v []*StorageType) *Limits {
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListDomainNamesInput
|
||||
type ListDomainNamesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -2709,7 +2628,6 @@ func (s ListDomainNamesInput) GoString() string {
|
|||
|
||||
// The result of a ListDomainNames operation. Contains the names of all Elasticsearch
|
||||
// domains owned by this account.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListDomainNamesResponse
|
||||
type ListDomainNamesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2734,7 +2652,6 @@ func (s *ListDomainNamesOutput) SetDomainNames(v []*DomainInfo) *ListDomainNames
|
|||
}
|
||||
|
||||
// Container for the parameters to the ListElasticsearchInstanceTypes operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListElasticsearchInstanceTypesRequest
|
||||
type ListElasticsearchInstanceTypesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2809,7 +2726,6 @@ func (s *ListElasticsearchInstanceTypesInput) SetNextToken(v string) *ListElasti
|
|||
}
|
||||
|
||||
// Container for the parameters returned by ListElasticsearchInstanceTypes operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListElasticsearchInstanceTypesResponse
|
||||
type ListElasticsearchInstanceTypesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2851,7 +2767,6 @@ func (s *ListElasticsearchInstanceTypesOutput) SetNextToken(v string) *ListElast
|
|||
//
|
||||
// Use NextToken in response to retrieve more results. If the received response
|
||||
// does not contain a NextToken, then there are no more results to retrieve.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListElasticsearchVersionsRequest
|
||||
type ListElasticsearchVersionsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2889,7 +2804,6 @@ func (s *ListElasticsearchVersionsInput) SetNextToken(v string) *ListElasticsear
|
|||
|
||||
// Container for the parameters for response received from ListElasticsearchVersions
|
||||
// operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListElasticsearchVersionsResponse
|
||||
type ListElasticsearchVersionsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2927,7 +2841,6 @@ func (s *ListElasticsearchVersionsOutput) SetNextToken(v string) *ListElasticsea
|
|||
// Container for the parameters to the ListTags operation. Specify the ARN for
|
||||
// the Elasticsearch domain to which the tags are attached that you want to
|
||||
// view are attached.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListTagsRequest
|
||||
type ListTagsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2969,7 +2882,6 @@ func (s *ListTagsInput) SetARN(v string) *ListTagsInput {
|
|||
|
||||
// The result of a ListTags operation. Contains tags for all requested Elasticsearch
|
||||
// domains.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/ListTagsResponse
|
||||
type ListTagsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2994,7 +2906,6 @@ func (s *ListTagsOutput) SetTagList(v []*Tag) *ListTagsOutput {
|
|||
}
|
||||
|
||||
// Provides the current status of the entity.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/OptionStatus
|
||||
type OptionStatus struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3063,7 +2974,6 @@ func (s *OptionStatus) SetUpdateVersion(v int64) *OptionStatus {
|
|||
// Container for the parameters to the RemoveTags operation. Specify the ARN
|
||||
// for the Elasticsearch domain from which you want to remove the specified
|
||||
// TagKey.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/RemoveTagsRequest
|
||||
type RemoveTagsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3118,7 +3028,6 @@ func (s *RemoveTagsInput) SetTagKeys(v []*string) *RemoveTagsInput {
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/RemoveTagsOutput
|
||||
type RemoveTagsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -3135,7 +3044,6 @@ func (s RemoveTagsOutput) GoString() string {
|
|||
|
||||
// Specifies the time, in UTC format, when the service takes a daily automated
|
||||
// snapshot of the specified Elasticsearch domain. Default value is 0 hours.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/SnapshotOptions
|
||||
type SnapshotOptions struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3161,7 +3069,6 @@ func (s *SnapshotOptions) SetAutomatedSnapshotStartHour(v int64) *SnapshotOption
|
|||
}
|
||||
|
||||
// Status of a daily automated snapshot.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/SnapshotOptionsStatus
|
||||
type SnapshotOptionsStatus struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3200,7 +3107,6 @@ func (s *SnapshotOptionsStatus) SetStatus(v *OptionStatus) *SnapshotOptionsStatu
|
|||
|
||||
// StorageTypes represents the list of storage related types and their attributes
|
||||
// that are available for given InstanceType.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/StorageType
|
||||
type StorageType struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3250,7 +3156,6 @@ func (s *StorageType) SetStorageTypeName(v string) *StorageType {
|
|||
}
|
||||
|
||||
// Limits that are applicable for given storage type.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/StorageTypeLimit
|
||||
type StorageTypeLimit struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3293,7 +3198,6 @@ func (s *StorageTypeLimit) SetLimitValues(v []*string) *StorageTypeLimit {
|
|||
}
|
||||
|
||||
// Specifies a key value pair for a resource tag.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/Tag
|
||||
type Tag struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3355,7 +3259,6 @@ func (s *Tag) SetValue(v string) *Tag {
|
|||
|
||||
// Container for the parameters to the UpdateElasticsearchDomain operation.
|
||||
// Specifies the type and number of instances in the domain cluster.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/UpdateElasticsearchDomainConfigRequest
|
||||
type UpdateElasticsearchDomainConfigInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3448,7 +3351,6 @@ func (s *UpdateElasticsearchDomainConfigInput) SetSnapshotOptions(v *SnapshotOpt
|
|||
|
||||
// The result of an UpdateElasticsearchDomain request. Contains the status of
|
||||
// the Elasticsearch domain being updated.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01/UpdateElasticsearchDomainConfigResponse
|
||||
type UpdateElasticsearchDomainConfigOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
|
66
vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/doc.go
generated
vendored
66
vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/doc.go
generated
vendored
|
@ -10,76 +10,22 @@
|
|||
// For example, es.us-east-1.amazonaws.com. For a current list of supported
|
||||
// regions and endpoints, see Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticsearch-service-regions).
|
||||
//
|
||||
// See https://docs.aws.amazon.com/goto/WebAPI/es-2015-01-01 for more information on this service.
|
||||
//
|
||||
// See elasticsearchservice package documentation for more information.
|
||||
// https://docs.aws.amazon.com/sdk-for-go/api/service/elasticsearchservice/
|
||||
//
|
||||
// Using the Client
|
||||
//
|
||||
// To use the client for Amazon Elasticsearch Service you will first need
|
||||
// to create a new instance of it.
|
||||
// To Amazon Elasticsearch Service with the SDK use the New function to create
|
||||
// a new service client. With that client you can make API requests to the service.
|
||||
// These clients are safe to use concurrently.
|
||||
//
|
||||
// When creating a client for an AWS service you'll first need to have a Session
|
||||
// already created. The Session provides configuration that can be shared
|
||||
// between multiple service clients. Additional configuration can be applied to
|
||||
// the Session and service's client when they are constructed. The aws package's
|
||||
// Config type contains several fields such as Region for the AWS Region the
|
||||
// client should make API requests too. The optional Config value can be provided
|
||||
// as the variadic argument for Sessions and client creation.
|
||||
//
|
||||
// Once the service's client is created you can use it to make API requests the
|
||||
// AWS service. These clients are safe to use concurrently.
|
||||
//
|
||||
// // Create a session to share configuration, and load external configuration.
|
||||
// sess := session.Must(session.NewSession())
|
||||
//
|
||||
// // Create the service's client with the session.
|
||||
// svc := elasticsearchservice.New(sess)
|
||||
//
|
||||
// See the SDK's documentation for more information on how to use service clients.
|
||||
// See the SDK's documentation for more information on how to use the SDK.
|
||||
// https://docs.aws.amazon.com/sdk-for-go/api/
|
||||
//
|
||||
// See aws package's Config type for more information on configuration options.
|
||||
// See aws.Config documentation for more information on configuring SDK clients.
|
||||
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
|
||||
//
|
||||
// See the Amazon Elasticsearch Service client ElasticsearchService for more
|
||||
// information on creating the service's client.
|
||||
// information on creating client for this service.
|
||||
// https://docs.aws.amazon.com/sdk-for-go/api/service/elasticsearchservice/#New
|
||||
//
|
||||
// Once the client is created you can make an API request to the service.
|
||||
// Each API method takes a input parameter, and returns the service response
|
||||
// and an error.
|
||||
//
|
||||
// The API method will document which error codes the service can be returned
|
||||
// by the operation if the service models the API operation's errors. These
|
||||
// errors will also be available as const strings prefixed with "ErrCode".
|
||||
//
|
||||
// result, err := svc.AddTags(params)
|
||||
// if err != nil {
|
||||
// // Cast err to awserr.Error to handle specific error codes.
|
||||
// aerr, ok := err.(awserr.Error)
|
||||
// if ok && aerr.Code() == <error code to check for> {
|
||||
// // Specific error code handling
|
||||
// }
|
||||
// return err
|
||||
// }
|
||||
//
|
||||
// fmt.Println("AddTags result:")
|
||||
// fmt.Println(result)
|
||||
//
|
||||
// Using the Client with Context
|
||||
//
|
||||
// The service's client also provides methods to make API requests with a Context
|
||||
// value. This allows you to control the timeout, and cancellation of pending
|
||||
// requests. These methods also take request Option as variadic parameter to apply
|
||||
// additional configuration to the API request.
|
||||
//
|
||||
// ctx := context.Background()
|
||||
//
|
||||
// result, err := svc.AddTagsWithContext(ctx, params)
|
||||
//
|
||||
// See the request package documentation for more information on using Context pattern
|
||||
// with the SDK.
|
||||
// https://docs.aws.amazon.com/sdk-for-go/api/aws/request/
|
||||
package elasticsearchservice
|
||||
|
|
|
@ -21,7 +21,7 @@ import (
|
|||
//
|
||||
// The best way to use this interface is so the SDK's service client's calls
|
||||
// can be stubbed out for unit testing your code with the SDK without needing
|
||||
// to inject custom request handlers into the the SDK's request pipeline.
|
||||
// to inject custom request handlers into the SDK's request pipeline.
|
||||
//
|
||||
// // myFunc uses an SDK service client to make a request to
|
||||
// // Amazon Elasticsearch Service.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue