mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Upgrade AWS SDK to the latest version
This commit is contained in:
+6
-34
@@ -1,4 +1,4 @@
|
||||
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||||
|
||||
package workdocs
|
||||
|
||||
@@ -11,40 +11,12 @@ import (
|
||||
"github.com/aws/aws-sdk-go/private/protocol/restjson"
|
||||
)
|
||||
|
||||
// The WorkDocs API is designed for the following use cases:
|
||||
// WorkDocs provides the API operation methods for making requests to
|
||||
// Amazon WorkDocs. See this package's package overview docs
|
||||
// for details on the service.
|
||||
//
|
||||
// * File Migration: File migration applications are supported for users
|
||||
// who want to migrate their files from an on-premise or off-premise file
|
||||
// system or service. Users can insert files into a user directory structure,
|
||||
// as well as allow for basic metadata changes, such as modifications to
|
||||
// the permissions of files.
|
||||
//
|
||||
// * Security: Support security applications are supported for users who
|
||||
// have additional security needs, such as anti-virus or data loss prevention.
|
||||
// The APIs, in conjunction with Amazon CloudTrail, allow these applications
|
||||
// to detect when changes occur in Amazon WorkDocs, so the application can
|
||||
// take the necessary actions and replace the target file. The application
|
||||
// can also choose to email the user if the target file violates the policy.
|
||||
//
|
||||
// * eDiscovery/Analytics: General administrative applications are supported,
|
||||
// such as eDiscovery and analytics. These applications can choose to mimic
|
||||
// and/or record the actions in an Amazon WorkDocs site, in conjunction with
|
||||
// Amazon CloudTrails, to replicate data for eDiscovery, backup, or analytical
|
||||
// applications.
|
||||
//
|
||||
// All Amazon WorkDocs APIs are Amazon authenticated, certificate-signed APIs.
|
||||
// They not only require the use of the AWS SDK, but also allow for the exclusive
|
||||
// use of IAM users and roles to help facilitate access, trust, and permission
|
||||
// policies. By creating a role and allowing an IAM user to access the Amazon
|
||||
// WorkDocs site, the IAM user gains full administrative visibility into the
|
||||
// entire Amazon WorkDocs site (or as set in the IAM policy). This includes,
|
||||
// but is not limited to, the ability to modify file permissions and upload
|
||||
// any file to any user. This allows developers to perform the three use cases
|
||||
// above, as well as give users the ability to grant access on a selective basis
|
||||
// using the IAM model.
|
||||
// The service client's operations are safe to be used concurrently.
|
||||
// It is not safe to mutate any of the client's properties though.
|
||||
// Please also see https://docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01
|
||||
// WorkDocs methods are safe to use concurrently. It is not safe to
|
||||
// modify mutate any of the struct's properties though.
|
||||
type WorkDocs struct {
|
||||
*client.Client
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user