mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-29 04:16:07 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+16
-18
@@ -13,7 +13,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 completes
|
||||
// successfuly.
|
||||
// successfully.
|
||||
//
|
||||
// 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.
|
||||
@@ -116,7 +116,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 completes
|
||||
// successfuly.
|
||||
// successfully.
|
||||
//
|
||||
// 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.
|
||||
@@ -212,7 +212,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 completes
|
||||
// successfuly.
|
||||
// successfully.
|
||||
//
|
||||
// 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.
|
||||
@@ -258,7 +258,6 @@ func (c *Support) CreateCaseRequest(input *CreateCaseInput) (req *request.Reques
|
||||
// * issueType. The type of issue for the case. You can specify either "customer-service"
|
||||
// or "technical." If you do not indicate a value, the default is "technical."
|
||||
//
|
||||
//
|
||||
// * serviceCode. The code for an AWS service. You obtain the serviceCode
|
||||
// by calling DescribeServices.
|
||||
//
|
||||
@@ -289,7 +288,6 @@ func (c *Support) CreateCaseRequest(input *CreateCaseInput) (req *request.Reques
|
||||
// Credentials in the HTTP POST method or in a method or function call from
|
||||
// one of the programming languages supported by an AWS SDK (http://aws.amazon.com/tools/).
|
||||
//
|
||||
//
|
||||
// To add additional communication or attachments to an existing case, use AddCommunicationToCase.
|
||||
//
|
||||
// A successful CreateCase request returns an AWS Support case number. Case
|
||||
@@ -344,7 +342,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 completes
|
||||
// successfuly.
|
||||
// successfully.
|
||||
//
|
||||
// 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.
|
||||
@@ -433,7 +431,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 completes
|
||||
// successfuly.
|
||||
// successfully.
|
||||
//
|
||||
// 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.
|
||||
@@ -541,7 +539,7 @@ func (c *Support) DescribeCasesWithContext(ctx aws.Context, input *DescribeCases
|
||||
// // Example iterating over at most 3 pages of a DescribeCases operation.
|
||||
// pageNum := 0
|
||||
// err := client.DescribeCasesPages(params,
|
||||
// func(page *DescribeCasesOutput, lastPage bool) bool {
|
||||
// func(page *support.DescribeCasesOutput, lastPage bool) bool {
|
||||
// pageNum++
|
||||
// fmt.Println(page)
|
||||
// return pageNum <= 3
|
||||
@@ -585,7 +583,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 completes
|
||||
// successfuly.
|
||||
// successfully.
|
||||
//
|
||||
// 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.
|
||||
@@ -688,7 +686,7 @@ func (c *Support) DescribeCommunicationsWithContext(ctx aws.Context, input *Desc
|
||||
// // Example iterating over at most 3 pages of a DescribeCommunications operation.
|
||||
// pageNum := 0
|
||||
// err := client.DescribeCommunicationsPages(params,
|
||||
// func(page *DescribeCommunicationsOutput, lastPage bool) bool {
|
||||
// func(page *support.DescribeCommunicationsOutput, lastPage bool) bool {
|
||||
// pageNum++
|
||||
// fmt.Println(page)
|
||||
// return pageNum <= 3
|
||||
@@ -732,7 +730,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 completes
|
||||
// successfuly.
|
||||
// successfully.
|
||||
//
|
||||
// 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.
|
||||
@@ -821,7 +819,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 completes
|
||||
// successfuly.
|
||||
// successfully.
|
||||
//
|
||||
// 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.
|
||||
@@ -902,7 +900,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 completes
|
||||
// successfuly.
|
||||
// successfully.
|
||||
//
|
||||
// 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.
|
||||
@@ -986,7 +984,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 completes
|
||||
// successfuly.
|
||||
// successfully.
|
||||
//
|
||||
// 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.
|
||||
@@ -1084,7 +1082,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 completes
|
||||
// successfuly.
|
||||
// successfully.
|
||||
//
|
||||
// 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.
|
||||
@@ -1166,7 +1164,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 completes
|
||||
// successfuly.
|
||||
// successfully.
|
||||
//
|
||||
// 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.
|
||||
@@ -1248,7 +1246,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 completes
|
||||
// successfuly.
|
||||
// successfully.
|
||||
//
|
||||
// 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.
|
||||
@@ -1343,7 +1341,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 completes
|
||||
// successfuly.
|
||||
// successfully.
|
||||
//
|
||||
// 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.
|
||||
|
||||
Reference in New Issue
Block a user