mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+9
-14
@@ -8,7 +8,7 @@
|
||||
// their resources.
|
||||
//
|
||||
// This guide provides descriptions of the Organizations API. For more information
|
||||
// about using this service, see the AWS Organizations User Guide (http://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html).
|
||||
// about using this service, see the AWS Organizations User Guide (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html).
|
||||
//
|
||||
// API Version
|
||||
//
|
||||
@@ -27,7 +27,7 @@
|
||||
// We recommend that you use the AWS SDKs to make programmatic API calls to
|
||||
// Organizations. However, you also can use the Organizations Query API to make
|
||||
// direct calls to the Organizations web service. To learn more about the Organizations
|
||||
// Query API, see Making Query Requests (http://docs.aws.amazon.com/organizations/latest/userguide/orgs_query-requests.html)
|
||||
// Query API, see Making Query Requests (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_query-requests.html)
|
||||
// in the AWS Organizations User Guide. Organizations supports GET and POST
|
||||
// requests for all actions. That is, the API does not require you to use GET
|
||||
// for some actions and POST for others. However, GET requests are subject to
|
||||
@@ -46,7 +46,7 @@
|
||||
// Service to generate temporary security credentials, and use those credentials
|
||||
// to sign requests.
|
||||
//
|
||||
// To sign requests, we recommend that you use Signature Version 4 (http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html).
|
||||
// To sign requests, we recommend that you use Signature Version 4 (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html).
|
||||
// If you have an existing application that uses Signature Version 2, you do
|
||||
// not have to update it to use Signature Version 4. However, some operations
|
||||
// now require Signature Version 4. The documentation for operations that require
|
||||
@@ -73,22 +73,17 @@
|
||||
// these parameters and commands:
|
||||
//
|
||||
// * Use the following parameter with each command to specify both the endpoint
|
||||
// and its region:
|
||||
//
|
||||
// --endpoint-url https://organizations.us-east-1.amazonaws.com
|
||||
// and its region: --endpoint-url https://organizations.us-east-1.amazonaws.com
|
||||
//
|
||||
// * Use the default endpoint, but configure your default region with this
|
||||
// command:
|
||||
//
|
||||
// aws configure set default.region us-east-1
|
||||
// command: aws configure set default.region us-east-1
|
||||
//
|
||||
// * Use the following parameter with each command to specify the endpoint:
|
||||
//
|
||||
// --region us-east-1
|
||||
// --region us-east-1
|
||||
//
|
||||
// For the various SDKs used to call the APIs, see the documentation for the
|
||||
// SDK of interest to learn how to direct the requests to a specific endpoint.
|
||||
// For more information, see Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html#sts_region)
|
||||
// For more information, see Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html#sts_region)
|
||||
// in the AWS General Reference.
|
||||
//
|
||||
// How examples are presented
|
||||
@@ -109,10 +104,10 @@
|
||||
// requests were successfully made to Organizations, who made the request, when
|
||||
// it was made, and so on. For more about AWS Organizations and its support
|
||||
// for AWS CloudTrail, see Logging AWS Organizations Events with AWS CloudTrail
|
||||
// (http://docs.aws.amazon.com/organizations/latest/userguide/orgs_cloudtrail-integration.html)
|
||||
// (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_monitoring.html#orgs_cloudtrail-integration)
|
||||
// in the AWS Organizations User Guide. To learn more about CloudTrail, including
|
||||
// how to turn it on and find your log files, see the AWS CloudTrail User Guide
|
||||
// (http://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html).
|
||||
// (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html).
|
||||
//
|
||||
// See https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28 for more information on this service.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user