mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+42
-86
@@ -12,7 +12,7 @@ const opAddAttachmentsToSet = "AddAttachmentsToSet"
|
||||
|
||||
// AddAttachmentsToSetRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the AddAttachmentsToSet operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -33,7 +33,7 @@ const opAddAttachmentsToSet = "AddAttachmentsToSet"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/AddAttachmentsToSet
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/AddAttachmentsToSet
|
||||
func (c *Support) AddAttachmentsToSetRequest(input *AddAttachmentsToSetInput) (req *request.Request, output *AddAttachmentsToSetOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opAddAttachmentsToSet,
|
||||
@@ -89,7 +89,7 @@ func (c *Support) AddAttachmentsToSetRequest(input *AddAttachmentsToSetInput) (r
|
||||
// The limit for the number of attachment sets created in a short period of
|
||||
// time has been exceeded.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/AddAttachmentsToSet
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/AddAttachmentsToSet
|
||||
func (c *Support) AddAttachmentsToSet(input *AddAttachmentsToSetInput) (*AddAttachmentsToSetOutput, error) {
|
||||
req, out := c.AddAttachmentsToSetRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -115,7 +115,7 @@ const opAddCommunicationToCase = "AddCommunicationToCase"
|
||||
|
||||
// AddCommunicationToCaseRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the AddCommunicationToCase operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -136,7 +136,7 @@ const opAddCommunicationToCase = "AddCommunicationToCase"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/AddCommunicationToCase
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/AddCommunicationToCase
|
||||
func (c *Support) AddCommunicationToCaseRequest(input *AddCommunicationToCaseInput) (req *request.Request, output *AddCommunicationToCaseOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opAddCommunicationToCase,
|
||||
@@ -185,7 +185,7 @@ func (c *Support) AddCommunicationToCaseRequest(input *AddCommunicationToCaseInp
|
||||
// The expiration time of the attachment set has passed. The set expires 1 hour
|
||||
// after it is created.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/AddCommunicationToCase
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/AddCommunicationToCase
|
||||
func (c *Support) AddCommunicationToCase(input *AddCommunicationToCaseInput) (*AddCommunicationToCaseOutput, error) {
|
||||
req, out := c.AddCommunicationToCaseRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -211,7 +211,7 @@ const opCreateCase = "CreateCase"
|
||||
|
||||
// CreateCaseRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the CreateCase operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -232,7 +232,7 @@ const opCreateCase = "CreateCase"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/CreateCase
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/CreateCase
|
||||
func (c *Support) CreateCaseRequest(input *CreateCaseInput) (req *request.Request, output *CreateCaseOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opCreateCase,
|
||||
@@ -317,7 +317,7 @@ func (c *Support) CreateCaseRequest(input *CreateCaseInput) (req *request.Reques
|
||||
// The expiration time of the attachment set has passed. The set expires 1 hour
|
||||
// after it is created.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/CreateCase
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/CreateCase
|
||||
func (c *Support) CreateCase(input *CreateCaseInput) (*CreateCaseOutput, error) {
|
||||
req, out := c.CreateCaseRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -343,7 +343,7 @@ const opDescribeAttachment = "DescribeAttachment"
|
||||
|
||||
// DescribeAttachmentRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeAttachment operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -364,7 +364,7 @@ const opDescribeAttachment = "DescribeAttachment"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeAttachment
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeAttachment
|
||||
func (c *Support) DescribeAttachmentRequest(input *DescribeAttachmentInput) (req *request.Request, output *DescribeAttachmentOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeAttachment,
|
||||
@@ -406,7 +406,7 @@ func (c *Support) DescribeAttachmentRequest(input *DescribeAttachmentInput) (req
|
||||
// * ErrCodeAttachmentIdNotFound "AttachmentIdNotFound"
|
||||
// An attachment with the specified ID could not be found.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeAttachment
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeAttachment
|
||||
func (c *Support) DescribeAttachment(input *DescribeAttachmentInput) (*DescribeAttachmentOutput, error) {
|
||||
req, out := c.DescribeAttachmentRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -432,7 +432,7 @@ const opDescribeCases = "DescribeCases"
|
||||
|
||||
// DescribeCasesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeCases operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -453,7 +453,7 @@ const opDescribeCases = "DescribeCases"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeCases
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeCases
|
||||
func (c *Support) DescribeCasesRequest(input *DescribeCasesInput) (req *request.Request, output *DescribeCasesOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeCases,
|
||||
@@ -508,7 +508,7 @@ func (c *Support) DescribeCasesRequest(input *DescribeCasesInput) (req *request.
|
||||
// * ErrCodeCaseIdNotFound "CaseIdNotFound"
|
||||
// The requested caseId could not be located.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeCases
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeCases
|
||||
func (c *Support) DescribeCases(input *DescribeCasesInput) (*DescribeCasesOutput, error) {
|
||||
req, out := c.DescribeCasesRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -584,7 +584,7 @@ const opDescribeCommunications = "DescribeCommunications"
|
||||
|
||||
// DescribeCommunicationsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeCommunications operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -605,7 +605,7 @@ const opDescribeCommunications = "DescribeCommunications"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeCommunications
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeCommunications
|
||||
func (c *Support) DescribeCommunicationsRequest(input *DescribeCommunicationsInput) (req *request.Request, output *DescribeCommunicationsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeCommunications,
|
||||
@@ -655,7 +655,7 @@ func (c *Support) DescribeCommunicationsRequest(input *DescribeCommunicationsInp
|
||||
// * ErrCodeCaseIdNotFound "CaseIdNotFound"
|
||||
// The requested caseId could not be located.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeCommunications
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeCommunications
|
||||
func (c *Support) DescribeCommunications(input *DescribeCommunicationsInput) (*DescribeCommunicationsOutput, error) {
|
||||
req, out := c.DescribeCommunicationsRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -731,7 +731,7 @@ const opDescribeServices = "DescribeServices"
|
||||
|
||||
// DescribeServicesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeServices operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -752,7 +752,7 @@ const opDescribeServices = "DescribeServices"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeServices
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeServices
|
||||
func (c *Support) DescribeServicesRequest(input *DescribeServicesInput) (req *request.Request, output *DescribeServicesOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeServices,
|
||||
@@ -794,7 +794,7 @@ func (c *Support) DescribeServicesRequest(input *DescribeServicesInput) (req *re
|
||||
// * ErrCodeInternalServerError "InternalServerError"
|
||||
// An internal server error occurred.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeServices
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeServices
|
||||
func (c *Support) DescribeServices(input *DescribeServicesInput) (*DescribeServicesOutput, error) {
|
||||
req, out := c.DescribeServicesRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -820,7 +820,7 @@ const opDescribeSeverityLevels = "DescribeSeverityLevels"
|
||||
|
||||
// DescribeSeverityLevelsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeSeverityLevels operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -841,7 +841,7 @@ const opDescribeSeverityLevels = "DescribeSeverityLevels"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeSeverityLevels
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeSeverityLevels
|
||||
func (c *Support) DescribeSeverityLevelsRequest(input *DescribeSeverityLevelsInput) (req *request.Request, output *DescribeSeverityLevelsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeSeverityLevels,
|
||||
@@ -875,7 +875,7 @@ func (c *Support) DescribeSeverityLevelsRequest(input *DescribeSeverityLevelsInp
|
||||
// * ErrCodeInternalServerError "InternalServerError"
|
||||
// An internal server error occurred.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeSeverityLevels
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeSeverityLevels
|
||||
func (c *Support) DescribeSeverityLevels(input *DescribeSeverityLevelsInput) (*DescribeSeverityLevelsOutput, error) {
|
||||
req, out := c.DescribeSeverityLevelsRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -901,7 +901,7 @@ const opDescribeTrustedAdvisorCheckRefreshStatuses = "DescribeTrustedAdvisorChec
|
||||
|
||||
// DescribeTrustedAdvisorCheckRefreshStatusesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeTrustedAdvisorCheckRefreshStatuses operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -922,7 +922,7 @@ const opDescribeTrustedAdvisorCheckRefreshStatuses = "DescribeTrustedAdvisorChec
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckRefreshStatuses
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckRefreshStatuses
|
||||
func (c *Support) DescribeTrustedAdvisorCheckRefreshStatusesRequest(input *DescribeTrustedAdvisorCheckRefreshStatusesInput) (req *request.Request, output *DescribeTrustedAdvisorCheckRefreshStatusesOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeTrustedAdvisorCheckRefreshStatuses,
|
||||
@@ -959,7 +959,7 @@ func (c *Support) DescribeTrustedAdvisorCheckRefreshStatusesRequest(input *Descr
|
||||
// * ErrCodeInternalServerError "InternalServerError"
|
||||
// An internal server error occurred.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckRefreshStatuses
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckRefreshStatuses
|
||||
func (c *Support) DescribeTrustedAdvisorCheckRefreshStatuses(input *DescribeTrustedAdvisorCheckRefreshStatusesInput) (*DescribeTrustedAdvisorCheckRefreshStatusesOutput, error) {
|
||||
req, out := c.DescribeTrustedAdvisorCheckRefreshStatusesRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -985,7 +985,7 @@ const opDescribeTrustedAdvisorCheckResult = "DescribeTrustedAdvisorCheckResult"
|
||||
|
||||
// DescribeTrustedAdvisorCheckResultRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeTrustedAdvisorCheckResult operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -1006,7 +1006,7 @@ const opDescribeTrustedAdvisorCheckResult = "DescribeTrustedAdvisorCheckResult"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckResult
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckResult
|
||||
func (c *Support) DescribeTrustedAdvisorCheckResultRequest(input *DescribeTrustedAdvisorCheckResultInput) (req *request.Request, output *DescribeTrustedAdvisorCheckResultOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeTrustedAdvisorCheckResult,
|
||||
@@ -1057,7 +1057,7 @@ func (c *Support) DescribeTrustedAdvisorCheckResultRequest(input *DescribeTruste
|
||||
// * ErrCodeInternalServerError "InternalServerError"
|
||||
// An internal server error occurred.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckResult
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckResult
|
||||
func (c *Support) DescribeTrustedAdvisorCheckResult(input *DescribeTrustedAdvisorCheckResultInput) (*DescribeTrustedAdvisorCheckResultOutput, error) {
|
||||
req, out := c.DescribeTrustedAdvisorCheckResultRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -1083,7 +1083,7 @@ const opDescribeTrustedAdvisorCheckSummaries = "DescribeTrustedAdvisorCheckSumma
|
||||
|
||||
// DescribeTrustedAdvisorCheckSummariesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeTrustedAdvisorCheckSummaries operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -1104,7 +1104,7 @@ const opDescribeTrustedAdvisorCheckSummaries = "DescribeTrustedAdvisorCheckSumma
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckSummaries
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckSummaries
|
||||
func (c *Support) DescribeTrustedAdvisorCheckSummariesRequest(input *DescribeTrustedAdvisorCheckSummariesInput) (req *request.Request, output *DescribeTrustedAdvisorCheckSummariesOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeTrustedAdvisorCheckSummaries,
|
||||
@@ -1139,7 +1139,7 @@ func (c *Support) DescribeTrustedAdvisorCheckSummariesRequest(input *DescribeTru
|
||||
// * ErrCodeInternalServerError "InternalServerError"
|
||||
// An internal server error occurred.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckSummaries
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckSummaries
|
||||
func (c *Support) DescribeTrustedAdvisorCheckSummaries(input *DescribeTrustedAdvisorCheckSummariesInput) (*DescribeTrustedAdvisorCheckSummariesOutput, error) {
|
||||
req, out := c.DescribeTrustedAdvisorCheckSummariesRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -1165,7 +1165,7 @@ const opDescribeTrustedAdvisorChecks = "DescribeTrustedAdvisorChecks"
|
||||
|
||||
// DescribeTrustedAdvisorChecksRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeTrustedAdvisorChecks operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -1186,7 +1186,7 @@ const opDescribeTrustedAdvisorChecks = "DescribeTrustedAdvisorChecks"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorChecks
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorChecks
|
||||
func (c *Support) DescribeTrustedAdvisorChecksRequest(input *DescribeTrustedAdvisorChecksInput) (req *request.Request, output *DescribeTrustedAdvisorChecksOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeTrustedAdvisorChecks,
|
||||
@@ -1221,7 +1221,7 @@ func (c *Support) DescribeTrustedAdvisorChecksRequest(input *DescribeTrustedAdvi
|
||||
// * ErrCodeInternalServerError "InternalServerError"
|
||||
// An internal server error occurred.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorChecks
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorChecks
|
||||
func (c *Support) DescribeTrustedAdvisorChecks(input *DescribeTrustedAdvisorChecksInput) (*DescribeTrustedAdvisorChecksOutput, error) {
|
||||
req, out := c.DescribeTrustedAdvisorChecksRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -1247,7 +1247,7 @@ const opRefreshTrustedAdvisorCheck = "RefreshTrustedAdvisorCheck"
|
||||
|
||||
// RefreshTrustedAdvisorCheckRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the RefreshTrustedAdvisorCheck operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -1268,7 +1268,7 @@ const opRefreshTrustedAdvisorCheck = "RefreshTrustedAdvisorCheck"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/RefreshTrustedAdvisorCheck
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/RefreshTrustedAdvisorCheck
|
||||
func (c *Support) RefreshTrustedAdvisorCheckRequest(input *RefreshTrustedAdvisorCheckInput) (req *request.Request, output *RefreshTrustedAdvisorCheckOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opRefreshTrustedAdvisorCheck,
|
||||
@@ -1316,7 +1316,7 @@ func (c *Support) RefreshTrustedAdvisorCheckRequest(input *RefreshTrustedAdvisor
|
||||
// * ErrCodeInternalServerError "InternalServerError"
|
||||
// An internal server error occurred.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/RefreshTrustedAdvisorCheck
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/RefreshTrustedAdvisorCheck
|
||||
func (c *Support) RefreshTrustedAdvisorCheck(input *RefreshTrustedAdvisorCheckInput) (*RefreshTrustedAdvisorCheckOutput, error) {
|
||||
req, out := c.RefreshTrustedAdvisorCheckRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -1342,7 +1342,7 @@ const opResolveCase = "ResolveCase"
|
||||
|
||||
// ResolveCaseRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ResolveCase operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
@@ -1363,7 +1363,7 @@ const opResolveCase = "ResolveCase"
|
||||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/ResolveCase
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/ResolveCase
|
||||
func (c *Support) ResolveCaseRequest(input *ResolveCaseInput) (req *request.Request, output *ResolveCaseOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opResolveCase,
|
||||
@@ -1399,7 +1399,7 @@ func (c *Support) ResolveCaseRequest(input *ResolveCaseInput) (req *request.Requ
|
||||
// * ErrCodeCaseIdNotFound "CaseIdNotFound"
|
||||
// The requested caseId could not be located.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/ResolveCase
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/ResolveCase
|
||||
func (c *Support) ResolveCase(input *ResolveCaseInput) (*ResolveCaseOutput, error) {
|
||||
req, out := c.ResolveCaseRequest(input)
|
||||
return out, req.Send()
|
||||
@@ -1421,7 +1421,6 @@ func (c *Support) ResolveCaseWithContext(ctx aws.Context, input *ResolveCaseInpu
|
||||
return out, req.Send()
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/AddAttachmentsToSetRequest
|
||||
type AddAttachmentsToSetInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -1475,7 +1474,6 @@ func (s *AddAttachmentsToSetInput) SetAttachments(v []*Attachment) *AddAttachmen
|
||||
|
||||
// The ID and expiry time of the attachment set returned by the AddAttachmentsToSet
|
||||
// operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/AddAttachmentsToSetResponse
|
||||
type AddAttachmentsToSetOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -1512,7 +1510,6 @@ func (s *AddAttachmentsToSetOutput) SetExpiryTime(v string) *AddAttachmentsToSet
|
||||
}
|
||||
|
||||
// To be written.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/AddCommunicationToCaseRequest
|
||||
type AddCommunicationToCaseInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -1585,7 +1582,6 @@ func (s *AddCommunicationToCaseInput) SetCommunicationBody(v string) *AddCommuni
|
||||
}
|
||||
|
||||
// The result of the AddCommunicationToCase operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/AddCommunicationToCaseResponse
|
||||
type AddCommunicationToCaseOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -1611,7 +1607,6 @@ func (s *AddCommunicationToCaseOutput) SetResult(v bool) *AddCommunicationToCase
|
||||
|
||||
// An attachment to a case communication. The attachment consists of the file
|
||||
// name and the content of the file.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/Attachment
|
||||
type Attachment struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -1648,7 +1643,6 @@ func (s *Attachment) SetFileName(v string) *Attachment {
|
||||
|
||||
// The file name and ID of an attachment to a case communication. You can use
|
||||
// the ID to retrieve the attachment with the DescribeAttachment operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/AttachmentDetails
|
||||
type AttachmentDetails struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -1717,7 +1711,6 @@ func (s *AttachmentDetails) SetFileName(v string) *AttachmentDetails {
|
||||
// * submittedBy. The email address of the account that submitted the case.
|
||||
//
|
||||
// * timeCreated. The time the case was created, in ISO-8601 format.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/CaseDetails
|
||||
type CaseDetails struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -1849,7 +1842,6 @@ func (s *CaseDetails) SetTimeCreated(v string) *CaseDetails {
|
||||
// A JSON-formatted name/value pair that represents the category name and category
|
||||
// code of the problem, selected from the DescribeServices response for each
|
||||
// AWS service.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/Category
|
||||
type Category struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -1885,7 +1877,6 @@ func (s *Category) SetName(v string) *Category {
|
||||
// A communication associated with an AWS Support case. The communication consists
|
||||
// of the case ID, the message body, attachment information, the account email
|
||||
// address, and the date and time of the communication.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/Communication
|
||||
type Communication struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -1946,7 +1937,6 @@ func (s *Communication) SetTimeCreated(v string) *Communication {
|
||||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/CreateCaseRequest
|
||||
type CreateCaseInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2076,7 +2066,6 @@ func (s *CreateCaseInput) SetSubject(v string) *CreateCaseInput {
|
||||
|
||||
// The AWS Support case ID returned by a successful completion of the CreateCase
|
||||
// operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/CreateCaseResponse
|
||||
type CreateCaseOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2101,7 +2090,6 @@ func (s *CreateCaseOutput) SetCaseId(v string) *CreateCaseOutput {
|
||||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeAttachmentRequest
|
||||
type DescribeAttachmentInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2143,7 +2131,6 @@ func (s *DescribeAttachmentInput) SetAttachmentId(v string) *DescribeAttachmentI
|
||||
|
||||
// The content and file name of the attachment returned by the DescribeAttachment
|
||||
// operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeAttachmentResponse
|
||||
type DescribeAttachmentOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2167,7 +2154,6 @@ func (s *DescribeAttachmentOutput) SetAttachment(v *Attachment) *DescribeAttachm
|
||||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeCasesRequest
|
||||
type DescribeCasesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2285,7 +2271,6 @@ func (s *DescribeCasesInput) SetNextToken(v string) *DescribeCasesInput {
|
||||
|
||||
// Returns an array of CaseDetails objects and a nextToken that defines a point
|
||||
// for pagination in the result set.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeCasesResponse
|
||||
type DescribeCasesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2318,7 +2303,6 @@ func (s *DescribeCasesOutput) SetNextToken(v string) *DescribeCasesOutput {
|
||||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeCommunicationsRequest
|
||||
type DescribeCommunicationsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2400,7 +2384,6 @@ func (s *DescribeCommunicationsInput) SetNextToken(v string) *DescribeCommunicat
|
||||
}
|
||||
|
||||
// The communications returned by the DescribeCommunications operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeCommunicationsResponse
|
||||
type DescribeCommunicationsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2433,7 +2416,6 @@ func (s *DescribeCommunicationsOutput) SetNextToken(v string) *DescribeCommunica
|
||||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeServicesRequest
|
||||
type DescribeServicesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2469,7 +2451,6 @@ func (s *DescribeServicesInput) SetServiceCodeList(v []*string) *DescribeService
|
||||
}
|
||||
|
||||
// The list of AWS services returned by the DescribeServices operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeServicesResponse
|
||||
type DescribeServicesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2493,7 +2474,6 @@ func (s *DescribeServicesOutput) SetServices(v []*Service) *DescribeServicesOutp
|
||||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeSeverityLevelsRequest
|
||||
type DescribeSeverityLevelsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2520,7 +2500,6 @@ func (s *DescribeSeverityLevelsInput) SetLanguage(v string) *DescribeSeverityLev
|
||||
}
|
||||
|
||||
// The list of severity levels returned by the DescribeSeverityLevels operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeSeverityLevelsResponse
|
||||
type DescribeSeverityLevelsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2545,7 +2524,6 @@ func (s *DescribeSeverityLevelsOutput) SetSeverityLevels(v []*SeverityLevel) *De
|
||||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckRefreshStatusesRequest
|
||||
type DescribeTrustedAdvisorCheckRefreshStatusesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2588,7 +2566,6 @@ func (s *DescribeTrustedAdvisorCheckRefreshStatusesInput) SetCheckIds(v []*strin
|
||||
|
||||
// The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses
|
||||
// operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckRefreshStatusesResponse
|
||||
type DescribeTrustedAdvisorCheckRefreshStatusesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2614,7 +2591,6 @@ func (s *DescribeTrustedAdvisorCheckRefreshStatusesOutput) SetStatuses(v []*Trus
|
||||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckResultRequest
|
||||
type DescribeTrustedAdvisorCheckResultInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2666,7 +2642,6 @@ func (s *DescribeTrustedAdvisorCheckResultInput) SetLanguage(v string) *Describe
|
||||
|
||||
// The result of the Trusted Advisor check returned by the DescribeTrustedAdvisorCheckResult
|
||||
// operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckResultResponse
|
||||
type DescribeTrustedAdvisorCheckResultOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2690,7 +2665,6 @@ func (s *DescribeTrustedAdvisorCheckResultOutput) SetResult(v *TrustedAdvisorChe
|
||||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckSummariesRequest
|
||||
type DescribeTrustedAdvisorCheckSummariesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2731,7 +2705,6 @@ func (s *DescribeTrustedAdvisorCheckSummariesInput) SetCheckIds(v []*string) *De
|
||||
|
||||
// The summaries of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckSummaries
|
||||
// operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckSummariesResponse
|
||||
type DescribeTrustedAdvisorCheckSummariesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2757,7 +2730,6 @@ func (s *DescribeTrustedAdvisorCheckSummariesOutput) SetSummaries(v []*TrustedAd
|
||||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorChecksRequest
|
||||
type DescribeTrustedAdvisorChecksInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2800,7 +2772,6 @@ func (s *DescribeTrustedAdvisorChecksInput) SetLanguage(v string) *DescribeTrust
|
||||
|
||||
// Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks
|
||||
// operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorChecksResponse
|
||||
type DescribeTrustedAdvisorChecksOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2827,7 +2798,6 @@ func (s *DescribeTrustedAdvisorChecksOutput) SetChecks(v []*TrustedAdvisorCheckD
|
||||
}
|
||||
|
||||
// The five most recent communications associated with the case.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/RecentCaseCommunications
|
||||
type RecentCaseCommunications struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2860,7 +2830,6 @@ func (s *RecentCaseCommunications) SetNextToken(v string) *RecentCaseCommunicati
|
||||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/RefreshTrustedAdvisorCheckRequest
|
||||
type RefreshTrustedAdvisorCheckInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2902,7 +2871,6 @@ func (s *RefreshTrustedAdvisorCheckInput) SetCheckId(v string) *RefreshTrustedAd
|
||||
}
|
||||
|
||||
// The current refresh status of a Trusted Advisor check.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/RefreshTrustedAdvisorCheckResponse
|
||||
type RefreshTrustedAdvisorCheckOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2929,7 +2897,6 @@ func (s *RefreshTrustedAdvisorCheckOutput) SetStatus(v *TrustedAdvisorCheckRefre
|
||||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/ResolveCaseRequest
|
||||
type ResolveCaseInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2955,7 +2922,6 @@ func (s *ResolveCaseInput) SetCaseId(v string) *ResolveCaseInput {
|
||||
}
|
||||
|
||||
// The status of the case returned by the ResolveCase operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/ResolveCaseResponse
|
||||
type ResolveCaseOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -2989,7 +2955,6 @@ func (s *ResolveCaseOutput) SetInitialCaseStatus(v string) *ResolveCaseOutput {
|
||||
}
|
||||
|
||||
// Information about an AWS service returned by the DescribeServices operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/Service
|
||||
type Service struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -3037,7 +3002,6 @@ func (s *Service) SetName(v string) *Service {
|
||||
|
||||
// A code and name pair that represent a severity level that can be applied
|
||||
// to a support case.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/SeverityLevel
|
||||
type SeverityLevel struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -3073,7 +3037,6 @@ func (s *SeverityLevel) SetName(v string) *SeverityLevel {
|
||||
|
||||
// The container for summary information that relates to the category of the
|
||||
// Trusted Advisor check.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/TrustedAdvisorCategorySpecificSummary
|
||||
type TrustedAdvisorCategorySpecificSummary struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -3099,7 +3062,6 @@ func (s *TrustedAdvisorCategorySpecificSummary) SetCostOptimizing(v *TrustedAdvi
|
||||
}
|
||||
|
||||
// The description and metadata for a Trusted Advisor check.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/TrustedAdvisorCheckDescription
|
||||
type TrustedAdvisorCheckDescription struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -3175,7 +3137,6 @@ func (s *TrustedAdvisorCheckDescription) SetName(v string) *TrustedAdvisorCheckD
|
||||
}
|
||||
|
||||
// The refresh status of a Trusted Advisor check.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/TrustedAdvisorCheckRefreshStatus
|
||||
type TrustedAdvisorCheckRefreshStatus struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -3226,7 +3187,6 @@ func (s *TrustedAdvisorCheckRefreshStatus) SetStatus(v string) *TrustedAdvisorCh
|
||||
}
|
||||
|
||||
// The results of a Trusted Advisor check returned by DescribeTrustedAdvisorCheckResult.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/TrustedAdvisorCheckResult
|
||||
type TrustedAdvisorCheckResult struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -3312,7 +3272,6 @@ func (s *TrustedAdvisorCheckResult) SetTimestamp(v string) *TrustedAdvisorCheckR
|
||||
|
||||
// A summary of a Trusted Advisor check result, including the alert status,
|
||||
// last refresh, and number of resources examined.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/TrustedAdvisorCheckSummary
|
||||
type TrustedAdvisorCheckSummary struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -3396,7 +3355,6 @@ func (s *TrustedAdvisorCheckSummary) SetTimestamp(v string) *TrustedAdvisorCheck
|
||||
|
||||
// The estimated cost savings that might be realized if the recommended actions
|
||||
// are taken.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/TrustedAdvisorCostOptimizingSummary
|
||||
type TrustedAdvisorCostOptimizingSummary struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -3436,7 +3394,6 @@ func (s *TrustedAdvisorCostOptimizingSummary) SetEstimatedPercentMonthlySavings(
|
||||
}
|
||||
|
||||
// Contains information about a resource identified by a Trusted Advisor check.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/TrustedAdvisorResourceDetail
|
||||
type TrustedAdvisorResourceDetail struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -3509,7 +3466,6 @@ func (s *TrustedAdvisorResourceDetail) SetStatus(v string) *TrustedAdvisorResour
|
||||
|
||||
// Details about AWS resources that were analyzed in a call to Trusted Advisor
|
||||
// DescribeTrustedAdvisorCheckSummaries.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/TrustedAdvisorResourcesSummary
|
||||
type TrustedAdvisorResourcesSummary struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user