vendor: update all dependencies to latest versions
This commit is contained in:
parent
8e83fb6fb9
commit
7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions
150
vendor/github.com/aws/aws-sdk-go/service/cognitosync/api.go
generated
vendored
150
vendor/github.com/aws/aws-sdk-go/service/cognitosync/api.go
generated
vendored
|
@ -38,7 +38,7 @@ const opBulkPublish = "BulkPublish"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/BulkPublish
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/BulkPublish
|
||||
func (c *CognitoSync) BulkPublishRequest(input *BulkPublishInput) (req *request.Request, output *BulkPublishOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opBulkPublish,
|
||||
|
@ -93,7 +93,7 @@ func (c *CognitoSync) BulkPublishRequest(input *BulkPublishInput) (req *request.
|
|||
// An exception thrown when a bulk publish operation is requested less than
|
||||
// 24 hours after a previous bulk publish operation completed successfully.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/BulkPublish
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/BulkPublish
|
||||
func (c *CognitoSync) BulkPublish(input *BulkPublishInput) (*BulkPublishOutput, error) {
|
||||
req, out := c.BulkPublishRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -140,7 +140,7 @@ const opDeleteDataset = "DeleteDataset"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DeleteDataset
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DeleteDataset
|
||||
func (c *CognitoSync) DeleteDatasetRequest(input *DeleteDatasetInput) (req *request.Request, output *DeleteDatasetOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDeleteDataset,
|
||||
|
@ -194,7 +194,7 @@ func (c *CognitoSync) DeleteDatasetRequest(input *DeleteDatasetInput) (req *requ
|
|||
// Thrown if an update can't be applied because the resource was changed by
|
||||
// another call and this would result in a conflict.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DeleteDataset
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DeleteDataset
|
||||
func (c *CognitoSync) DeleteDataset(input *DeleteDatasetInput) (*DeleteDatasetOutput, error) {
|
||||
req, out := c.DeleteDatasetRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -241,7 +241,7 @@ const opDescribeDataset = "DescribeDataset"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeDataset
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeDataset
|
||||
func (c *CognitoSync) DescribeDatasetRequest(input *DescribeDatasetInput) (req *request.Request, output *DescribeDatasetOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeDataset,
|
||||
|
@ -291,7 +291,7 @@ func (c *CognitoSync) DescribeDatasetRequest(input *DescribeDatasetInput) (req *
|
|||
// * ErrCodeTooManyRequestsException "TooManyRequestsException"
|
||||
// Thrown if the request is throttled.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeDataset
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeDataset
|
||||
func (c *CognitoSync) DescribeDataset(input *DescribeDatasetInput) (*DescribeDatasetOutput, error) {
|
||||
req, out := c.DescribeDatasetRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -338,7 +338,7 @@ const opDescribeIdentityPoolUsage = "DescribeIdentityPoolUsage"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityPoolUsage
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityPoolUsage
|
||||
func (c *CognitoSync) DescribeIdentityPoolUsageRequest(input *DescribeIdentityPoolUsageInput) (req *request.Request, output *DescribeIdentityPoolUsageOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeIdentityPoolUsage,
|
||||
|
@ -386,7 +386,7 @@ func (c *CognitoSync) DescribeIdentityPoolUsageRequest(input *DescribeIdentityPo
|
|||
// * ErrCodeTooManyRequestsException "TooManyRequestsException"
|
||||
// Thrown if the request is throttled.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityPoolUsage
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityPoolUsage
|
||||
func (c *CognitoSync) DescribeIdentityPoolUsage(input *DescribeIdentityPoolUsageInput) (*DescribeIdentityPoolUsageOutput, error) {
|
||||
req, out := c.DescribeIdentityPoolUsageRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -433,7 +433,7 @@ const opDescribeIdentityUsage = "DescribeIdentityUsage"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityUsage
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityUsage
|
||||
func (c *CognitoSync) DescribeIdentityUsageRequest(input *DescribeIdentityUsageInput) (req *request.Request, output *DescribeIdentityUsageOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opDescribeIdentityUsage,
|
||||
|
@ -481,7 +481,7 @@ func (c *CognitoSync) DescribeIdentityUsageRequest(input *DescribeIdentityUsageI
|
|||
// * ErrCodeTooManyRequestsException "TooManyRequestsException"
|
||||
// Thrown if the request is throttled.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityUsage
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityUsage
|
||||
func (c *CognitoSync) DescribeIdentityUsage(input *DescribeIdentityUsageInput) (*DescribeIdentityUsageOutput, error) {
|
||||
req, out := c.DescribeIdentityUsageRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -528,7 +528,7 @@ const opGetBulkPublishDetails = "GetBulkPublishDetails"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetBulkPublishDetails
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetBulkPublishDetails
|
||||
func (c *CognitoSync) GetBulkPublishDetailsRequest(input *GetBulkPublishDetailsInput) (req *request.Request, output *GetBulkPublishDetailsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opGetBulkPublishDetails,
|
||||
|
@ -572,7 +572,7 @@ func (c *CognitoSync) GetBulkPublishDetailsRequest(input *GetBulkPublishDetailsI
|
|||
// * ErrCodeInternalErrorException "InternalErrorException"
|
||||
// Indicates an internal service error.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetBulkPublishDetails
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetBulkPublishDetails
|
||||
func (c *CognitoSync) GetBulkPublishDetails(input *GetBulkPublishDetailsInput) (*GetBulkPublishDetailsOutput, error) {
|
||||
req, out := c.GetBulkPublishDetailsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -619,7 +619,7 @@ const opGetCognitoEvents = "GetCognitoEvents"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetCognitoEvents
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetCognitoEvents
|
||||
func (c *CognitoSync) GetCognitoEventsRequest(input *GetCognitoEventsInput) (req *request.Request, output *GetCognitoEventsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opGetCognitoEvents,
|
||||
|
@ -667,7 +667,7 @@ func (c *CognitoSync) GetCognitoEventsRequest(input *GetCognitoEventsInput) (req
|
|||
// * ErrCodeTooManyRequestsException "TooManyRequestsException"
|
||||
// Thrown if the request is throttled.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetCognitoEvents
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetCognitoEvents
|
||||
func (c *CognitoSync) GetCognitoEvents(input *GetCognitoEventsInput) (*GetCognitoEventsOutput, error) {
|
||||
req, out := c.GetCognitoEventsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -714,7 +714,7 @@ const opGetIdentityPoolConfiguration = "GetIdentityPoolConfiguration"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetIdentityPoolConfiguration
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetIdentityPoolConfiguration
|
||||
func (c *CognitoSync) GetIdentityPoolConfigurationRequest(input *GetIdentityPoolConfigurationInput) (req *request.Request, output *GetIdentityPoolConfigurationOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opGetIdentityPoolConfiguration,
|
||||
|
@ -761,7 +761,7 @@ func (c *CognitoSync) GetIdentityPoolConfigurationRequest(input *GetIdentityPool
|
|||
// * ErrCodeTooManyRequestsException "TooManyRequestsException"
|
||||
// Thrown if the request is throttled.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetIdentityPoolConfiguration
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetIdentityPoolConfiguration
|
||||
func (c *CognitoSync) GetIdentityPoolConfiguration(input *GetIdentityPoolConfigurationInput) (*GetIdentityPoolConfigurationOutput, error) {
|
||||
req, out := c.GetIdentityPoolConfigurationRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -808,7 +808,7 @@ const opListDatasets = "ListDatasets"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListDatasets
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListDatasets
|
||||
func (c *CognitoSync) ListDatasetsRequest(input *ListDatasetsInput) (req *request.Request, output *ListDatasetsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opListDatasets,
|
||||
|
@ -855,7 +855,7 @@ func (c *CognitoSync) ListDatasetsRequest(input *ListDatasetsInput) (req *reques
|
|||
// * ErrCodeTooManyRequestsException "TooManyRequestsException"
|
||||
// Thrown if the request is throttled.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListDatasets
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListDatasets
|
||||
func (c *CognitoSync) ListDatasets(input *ListDatasetsInput) (*ListDatasetsOutput, error) {
|
||||
req, out := c.ListDatasetsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -902,7 +902,7 @@ const opListIdentityPoolUsage = "ListIdentityPoolUsage"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListIdentityPoolUsage
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListIdentityPoolUsage
|
||||
func (c *CognitoSync) ListIdentityPoolUsageRequest(input *ListIdentityPoolUsageInput) (req *request.Request, output *ListIdentityPoolUsageOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opListIdentityPoolUsage,
|
||||
|
@ -947,7 +947,7 @@ func (c *CognitoSync) ListIdentityPoolUsageRequest(input *ListIdentityPoolUsageI
|
|||
// * ErrCodeTooManyRequestsException "TooManyRequestsException"
|
||||
// Thrown if the request is throttled.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListIdentityPoolUsage
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListIdentityPoolUsage
|
||||
func (c *CognitoSync) ListIdentityPoolUsage(input *ListIdentityPoolUsageInput) (*ListIdentityPoolUsageOutput, error) {
|
||||
req, out := c.ListIdentityPoolUsageRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -994,7 +994,7 @@ const opListRecords = "ListRecords"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListRecords
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListRecords
|
||||
func (c *CognitoSync) ListRecordsRequest(input *ListRecordsInput) (req *request.Request, output *ListRecordsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opListRecords,
|
||||
|
@ -1042,7 +1042,7 @@ func (c *CognitoSync) ListRecordsRequest(input *ListRecordsInput) (req *request.
|
|||
// * ErrCodeInternalErrorException "InternalErrorException"
|
||||
// Indicates an internal service error.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListRecords
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListRecords
|
||||
func (c *CognitoSync) ListRecords(input *ListRecordsInput) (*ListRecordsOutput, error) {
|
||||
req, out := c.ListRecordsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -1089,7 +1089,7 @@ const opRegisterDevice = "RegisterDevice"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/RegisterDevice
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/RegisterDevice
|
||||
func (c *CognitoSync) RegisterDeviceRequest(input *RegisterDeviceInput) (req *request.Request, output *RegisterDeviceOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opRegisterDevice,
|
||||
|
@ -1138,7 +1138,7 @@ func (c *CognitoSync) RegisterDeviceRequest(input *RegisterDeviceInput) (req *re
|
|||
// * ErrCodeTooManyRequestsException "TooManyRequestsException"
|
||||
// Thrown if the request is throttled.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/RegisterDevice
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/RegisterDevice
|
||||
func (c *CognitoSync) RegisterDevice(input *RegisterDeviceInput) (*RegisterDeviceOutput, error) {
|
||||
req, out := c.RegisterDeviceRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -1185,7 +1185,7 @@ const opSetCognitoEvents = "SetCognitoEvents"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetCognitoEvents
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetCognitoEvents
|
||||
func (c *CognitoSync) SetCognitoEventsRequest(input *SetCognitoEventsInput) (req *request.Request, output *SetCognitoEventsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opSetCognitoEvents,
|
||||
|
@ -1237,7 +1237,7 @@ func (c *CognitoSync) SetCognitoEventsRequest(input *SetCognitoEventsInput) (req
|
|||
// * ErrCodeTooManyRequestsException "TooManyRequestsException"
|
||||
// Thrown if the request is throttled.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetCognitoEvents
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetCognitoEvents
|
||||
func (c *CognitoSync) SetCognitoEvents(input *SetCognitoEventsInput) (*SetCognitoEventsOutput, error) {
|
||||
req, out := c.SetCognitoEventsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -1284,7 +1284,7 @@ const opSetIdentityPoolConfiguration = "SetIdentityPoolConfiguration"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetIdentityPoolConfiguration
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetIdentityPoolConfiguration
|
||||
func (c *CognitoSync) SetIdentityPoolConfigurationRequest(input *SetIdentityPoolConfigurationInput) (req *request.Request, output *SetIdentityPoolConfigurationOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opSetIdentityPoolConfiguration,
|
||||
|
@ -1334,7 +1334,7 @@ func (c *CognitoSync) SetIdentityPoolConfigurationRequest(input *SetIdentityPool
|
|||
// * ErrCodeConcurrentModificationException "ConcurrentModificationException"
|
||||
// Thrown if there are parallel requests to modify a resource.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetIdentityPoolConfiguration
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetIdentityPoolConfiguration
|
||||
func (c *CognitoSync) SetIdentityPoolConfiguration(input *SetIdentityPoolConfigurationInput) (*SetIdentityPoolConfigurationOutput, error) {
|
||||
req, out := c.SetIdentityPoolConfigurationRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -1381,7 +1381,7 @@ const opSubscribeToDataset = "SubscribeToDataset"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SubscribeToDataset
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SubscribeToDataset
|
||||
func (c *CognitoSync) SubscribeToDatasetRequest(input *SubscribeToDatasetInput) (req *request.Request, output *SubscribeToDatasetOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opSubscribeToDataset,
|
||||
|
@ -1431,7 +1431,7 @@ func (c *CognitoSync) SubscribeToDatasetRequest(input *SubscribeToDatasetInput)
|
|||
// * ErrCodeTooManyRequestsException "TooManyRequestsException"
|
||||
// Thrown if the request is throttled.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SubscribeToDataset
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SubscribeToDataset
|
||||
func (c *CognitoSync) SubscribeToDataset(input *SubscribeToDatasetInput) (*SubscribeToDatasetOutput, error) {
|
||||
req, out := c.SubscribeToDatasetRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -1478,7 +1478,7 @@ const opUnsubscribeFromDataset = "UnsubscribeFromDataset"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UnsubscribeFromDataset
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UnsubscribeFromDataset
|
||||
func (c *CognitoSync) UnsubscribeFromDatasetRequest(input *UnsubscribeFromDatasetInput) (req *request.Request, output *UnsubscribeFromDatasetOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opUnsubscribeFromDataset,
|
||||
|
@ -1528,7 +1528,7 @@ func (c *CognitoSync) UnsubscribeFromDatasetRequest(input *UnsubscribeFromDatase
|
|||
// * ErrCodeTooManyRequestsException "TooManyRequestsException"
|
||||
// Thrown if the request is throttled.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UnsubscribeFromDataset
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UnsubscribeFromDataset
|
||||
func (c *CognitoSync) UnsubscribeFromDataset(input *UnsubscribeFromDatasetInput) (*UnsubscribeFromDatasetOutput, error) {
|
||||
req, out := c.UnsubscribeFromDatasetRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -1575,7 +1575,7 @@ const opUpdateRecords = "UpdateRecords"
|
|||
// fmt.Println(resp)
|
||||
// }
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UpdateRecords
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UpdateRecords
|
||||
func (c *CognitoSync) UpdateRecordsRequest(input *UpdateRecordsInput) (req *request.Request, output *UpdateRecordsOutput) {
|
||||
op := &request.Operation{
|
||||
Name: opUpdateRecords,
|
||||
|
@ -1647,7 +1647,7 @@ func (c *CognitoSync) UpdateRecordsRequest(input *UpdateRecordsInput) (req *requ
|
|||
// * ErrCodeInternalErrorException "InternalErrorException"
|
||||
// Indicates an internal service error.
|
||||
//
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UpdateRecords
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UpdateRecords
|
||||
func (c *CognitoSync) UpdateRecords(input *UpdateRecordsInput) (*UpdateRecordsOutput, error) {
|
||||
req, out := c.UpdateRecordsRequest(input)
|
||||
return out, req.Send()
|
||||
|
@ -1670,7 +1670,7 @@ func (c *CognitoSync) UpdateRecordsWithContext(ctx aws.Context, input *UpdateRec
|
|||
}
|
||||
|
||||
// The input for the BulkPublish operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/BulkPublishRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/BulkPublishRequest
|
||||
type BulkPublishInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1714,7 +1714,7 @@ func (s *BulkPublishInput) SetIdentityPoolId(v string) *BulkPublishInput {
|
|||
}
|
||||
|
||||
// The output for the BulkPublish operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/BulkPublishResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/BulkPublishResponse
|
||||
type BulkPublishOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1740,7 +1740,7 @@ func (s *BulkPublishOutput) SetIdentityPoolId(v string) *BulkPublishOutput {
|
|||
}
|
||||
|
||||
// Configuration options for configure Cognito streams.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/CognitoStreams
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/CognitoStreams
|
||||
type CognitoStreams struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1810,7 +1810,7 @@ func (s *CognitoStreams) SetStreamingStatus(v string) *CognitoStreams {
|
|||
// a particular entity in an application (like a saved game). Datasets are automatically
|
||||
// created if they don't exist. Data is synced by dataset, and a dataset can
|
||||
// hold up to 1MB of key-value pairs.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/Dataset
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/Dataset
|
||||
type Dataset struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1891,7 +1891,7 @@ func (s *Dataset) SetNumRecords(v int64) *Dataset {
|
|||
}
|
||||
|
||||
// A request to delete the specific dataset.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DeleteDatasetRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DeleteDatasetRequest
|
||||
type DeleteDatasetInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -1971,7 +1971,7 @@ func (s *DeleteDatasetInput) SetIdentityPoolId(v string) *DeleteDatasetInput {
|
|||
}
|
||||
|
||||
// Response to a successful DeleteDataset request.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DeleteDatasetResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DeleteDatasetResponse
|
||||
type DeleteDatasetOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2001,7 +2001,7 @@ func (s *DeleteDatasetOutput) SetDataset(v *Dataset) *DeleteDatasetOutput {
|
|||
|
||||
// A request for meta data about a dataset (creation date, number of records,
|
||||
// size) by owner and dataset name.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeDatasetRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeDatasetRequest
|
||||
type DescribeDatasetInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2081,7 +2081,7 @@ func (s *DescribeDatasetInput) SetIdentityPoolId(v string) *DescribeDatasetInput
|
|||
}
|
||||
|
||||
// Response to a successful DescribeDataset request.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeDatasetResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeDatasetResponse
|
||||
type DescribeDatasetOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2110,7 +2110,7 @@ func (s *DescribeDatasetOutput) SetDataset(v *Dataset) *DescribeDatasetOutput {
|
|||
}
|
||||
|
||||
// A request for usage information about the identity pool.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityPoolUsageRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityPoolUsageRequest
|
||||
type DescribeIdentityPoolUsageInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2154,7 +2154,7 @@ func (s *DescribeIdentityPoolUsageInput) SetIdentityPoolId(v string) *DescribeId
|
|||
}
|
||||
|
||||
// Response to a successful DescribeIdentityPoolUsage request.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityPoolUsageResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityPoolUsageResponse
|
||||
type DescribeIdentityPoolUsageOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2179,7 +2179,7 @@ func (s *DescribeIdentityPoolUsageOutput) SetIdentityPoolUsage(v *IdentityPoolUs
|
|||
}
|
||||
|
||||
// A request for information about the usage of an identity pool.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityUsageRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityUsageRequest
|
||||
type DescribeIdentityUsageInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2241,7 +2241,7 @@ func (s *DescribeIdentityUsageInput) SetIdentityPoolId(v string) *DescribeIdenti
|
|||
}
|
||||
|
||||
// The response to a successful DescribeIdentityUsage request.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityUsageResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/DescribeIdentityUsageResponse
|
||||
type DescribeIdentityUsageOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2266,7 +2266,7 @@ func (s *DescribeIdentityUsageOutput) SetIdentityUsage(v *IdentityUsage) *Descri
|
|||
}
|
||||
|
||||
// The input for the GetBulkPublishDetails operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetBulkPublishDetailsRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetBulkPublishDetailsRequest
|
||||
type GetBulkPublishDetailsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2310,7 +2310,7 @@ func (s *GetBulkPublishDetailsInput) SetIdentityPoolId(v string) *GetBulkPublish
|
|||
}
|
||||
|
||||
// The output for the GetBulkPublishDetails operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetBulkPublishDetailsResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetBulkPublishDetailsResponse
|
||||
type GetBulkPublishDetailsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2383,7 +2383,7 @@ func (s *GetBulkPublishDetailsOutput) SetIdentityPoolId(v string) *GetBulkPublis
|
|||
}
|
||||
|
||||
// A request for a list of the configured Cognito Events
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetCognitoEventsRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetCognitoEventsRequest
|
||||
type GetCognitoEventsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2426,7 +2426,7 @@ func (s *GetCognitoEventsInput) SetIdentityPoolId(v string) *GetCognitoEventsInp
|
|||
}
|
||||
|
||||
// The response from the GetCognitoEvents request
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetCognitoEventsResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetCognitoEventsResponse
|
||||
type GetCognitoEventsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2451,7 +2451,7 @@ func (s *GetCognitoEventsOutput) SetEvents(v map[string]*string) *GetCognitoEven
|
|||
}
|
||||
|
||||
// The input for the GetIdentityPoolConfiguration operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetIdentityPoolConfigurationRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetIdentityPoolConfigurationRequest
|
||||
type GetIdentityPoolConfigurationInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2496,7 +2496,7 @@ func (s *GetIdentityPoolConfigurationInput) SetIdentityPoolId(v string) *GetIden
|
|||
}
|
||||
|
||||
// The output for the GetIdentityPoolConfiguration operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetIdentityPoolConfigurationResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/GetIdentityPoolConfigurationResponse
|
||||
type GetIdentityPoolConfigurationOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2540,7 +2540,7 @@ func (s *GetIdentityPoolConfigurationOutput) SetPushSync(v *PushSync) *GetIdenti
|
|||
}
|
||||
|
||||
// Usage information for the identity pool.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/IdentityPoolUsage
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/IdentityPoolUsage
|
||||
type IdentityPoolUsage struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2593,7 +2593,7 @@ func (s *IdentityPoolUsage) SetSyncSessionsCount(v int64) *IdentityPoolUsage {
|
|||
}
|
||||
|
||||
// Usage information for the identity.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/IdentityUsage
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/IdentityUsage
|
||||
type IdentityUsage struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2656,7 +2656,7 @@ func (s *IdentityUsage) SetLastModifiedDate(v time.Time) *IdentityUsage {
|
|||
}
|
||||
|
||||
// Request for a list of datasets for an identity.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListDatasetsRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListDatasetsRequest
|
||||
type ListDatasetsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2736,7 +2736,7 @@ func (s *ListDatasetsInput) SetNextToken(v string) *ListDatasetsInput {
|
|||
}
|
||||
|
||||
// Returned for a successful ListDatasets request.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListDatasetsResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListDatasetsResponse
|
||||
type ListDatasetsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2779,7 +2779,7 @@ func (s *ListDatasetsOutput) SetNextToken(v string) *ListDatasetsOutput {
|
|||
}
|
||||
|
||||
// A request for usage information on an identity pool.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListIdentityPoolUsageRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListIdentityPoolUsageRequest
|
||||
type ListIdentityPoolUsageInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2813,7 +2813,7 @@ func (s *ListIdentityPoolUsageInput) SetNextToken(v string) *ListIdentityPoolUsa
|
|||
}
|
||||
|
||||
// Returned for a successful ListIdentityPoolUsage request.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListIdentityPoolUsageResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListIdentityPoolUsageResponse
|
||||
type ListIdentityPoolUsageOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2865,7 +2865,7 @@ func (s *ListIdentityPoolUsageOutput) SetNextToken(v string) *ListIdentityPoolUs
|
|||
}
|
||||
|
||||
// A request for a list of records.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListRecordsRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListRecordsRequest
|
||||
type ListRecordsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -2981,7 +2981,7 @@ func (s *ListRecordsInput) SetSyncSessionToken(v string) *ListRecordsInput {
|
|||
}
|
||||
|
||||
// Returned for a successful ListRecordsRequest.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListRecordsResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListRecordsResponse
|
||||
type ListRecordsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3078,7 +3078,7 @@ func (s *ListRecordsOutput) SetSyncSessionToken(v string) *ListRecordsOutput {
|
|||
}
|
||||
|
||||
// Configuration options to be applied to the identity pool.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/PushSync
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/PushSync
|
||||
type PushSync struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3125,7 +3125,7 @@ func (s *PushSync) SetRoleArn(v string) *PushSync {
|
|||
}
|
||||
|
||||
// The basic data structure of a dataset.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/Record
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/Record
|
||||
type Record struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3195,7 +3195,7 @@ func (s *Record) SetValue(v string) *Record {
|
|||
}
|
||||
|
||||
// An update operation for a record.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/RecordPatch
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/RecordPatch
|
||||
type RecordPatch struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3284,7 +3284,7 @@ func (s *RecordPatch) SetValue(v string) *RecordPatch {
|
|||
}
|
||||
|
||||
// A request to RegisterDevice.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/RegisterDeviceRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/RegisterDeviceRequest
|
||||
type RegisterDeviceInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3374,7 +3374,7 @@ func (s *RegisterDeviceInput) SetToken(v string) *RegisterDeviceInput {
|
|||
}
|
||||
|
||||
// Response to a RegisterDevice request.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/RegisterDeviceResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/RegisterDeviceResponse
|
||||
type RegisterDeviceOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3399,7 +3399,7 @@ func (s *RegisterDeviceOutput) SetDeviceId(v string) *RegisterDeviceOutput {
|
|||
}
|
||||
|
||||
// A request to configure Cognito Events"
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetCognitoEventsRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetCognitoEventsRequest
|
||||
type SetCognitoEventsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3455,7 +3455,7 @@ func (s *SetCognitoEventsInput) SetIdentityPoolId(v string) *SetCognitoEventsInp
|
|||
return s
|
||||
}
|
||||
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetCognitoEventsOutput
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetCognitoEventsOutput
|
||||
type SetCognitoEventsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -3471,7 +3471,7 @@ func (s SetCognitoEventsOutput) GoString() string {
|
|||
}
|
||||
|
||||
// The input for the SetIdentityPoolConfiguration operation.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetIdentityPoolConfigurationRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetIdentityPoolConfigurationRequest
|
||||
type SetIdentityPoolConfigurationInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3543,7 +3543,7 @@ func (s *SetIdentityPoolConfigurationInput) SetPushSync(v *PushSync) *SetIdentit
|
|||
}
|
||||
|
||||
// The output for the SetIdentityPoolConfiguration operation
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetIdentityPoolConfigurationResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SetIdentityPoolConfigurationResponse
|
||||
type SetIdentityPoolConfigurationOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3587,7 +3587,7 @@ func (s *SetIdentityPoolConfigurationOutput) SetPushSync(v *PushSync) *SetIdenti
|
|||
}
|
||||
|
||||
// A request to SubscribeToDatasetRequest.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SubscribeToDatasetRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SubscribeToDatasetRequest
|
||||
type SubscribeToDatasetInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3682,7 +3682,7 @@ func (s *SubscribeToDatasetInput) SetIdentityPoolId(v string) *SubscribeToDatase
|
|||
}
|
||||
|
||||
// Response to a SubscribeToDataset request.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SubscribeToDatasetResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/SubscribeToDatasetResponse
|
||||
type SubscribeToDatasetOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -3698,7 +3698,7 @@ func (s SubscribeToDatasetOutput) GoString() string {
|
|||
}
|
||||
|
||||
// A request to UnsubscribeFromDataset.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UnsubscribeFromDatasetRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UnsubscribeFromDatasetRequest
|
||||
type UnsubscribeFromDatasetInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3793,7 +3793,7 @@ func (s *UnsubscribeFromDatasetInput) SetIdentityPoolId(v string) *UnsubscribeFr
|
|||
}
|
||||
|
||||
// Response to an UnsubscribeFromDataset request.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UnsubscribeFromDatasetResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UnsubscribeFromDatasetResponse
|
||||
type UnsubscribeFromDatasetOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
@ -3810,7 +3810,7 @@ func (s UnsubscribeFromDatasetOutput) GoString() string {
|
|||
|
||||
// A request to post updates to records or add and delete records for a dataset
|
||||
// and user.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UpdateRecordsRequest
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UpdateRecordsRequest
|
||||
type UpdateRecordsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
@ -3946,7 +3946,7 @@ func (s *UpdateRecordsInput) SetSyncSessionToken(v string) *UpdateRecordsInput {
|
|||
}
|
||||
|
||||
// Returned for a successful UpdateRecordsRequest.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UpdateRecordsResponse
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UpdateRecordsResponse
|
||||
type UpdateRecordsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue