mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+508
-424
File diff suppressed because it is too large
Load Diff
+6
-1
@@ -46,10 +46,15 @@
|
||||
//
|
||||
// * opsworks.us-west-2.amazonaws.com
|
||||
//
|
||||
// * opsworks.ca-central-1.amazonaws.com (API only; not available in the
|
||||
// AWS console)
|
||||
//
|
||||
// * opsworks.eu-west-1.amazonaws.com
|
||||
//
|
||||
// * opsworks.eu-west-2.amazonaws.com
|
||||
//
|
||||
// * opsworks.eu-west-3.amazonaws.com
|
||||
//
|
||||
// * opsworks.eu-central-1.amazonaws.com
|
||||
//
|
||||
// * opsworks.ap-northeast-1.amazonaws.com
|
||||
@@ -81,7 +86,7 @@
|
||||
//
|
||||
// Using the Client
|
||||
//
|
||||
// To AWS OpsWorks with the SDK use the New function to create
|
||||
// To contact AWS OpsWorks with the SDK use the New function to create
|
||||
// a new service client. With that client you can make API requests to the service.
|
||||
// These clients are safe to use concurrently.
|
||||
//
|
||||
|
||||
+4
@@ -191,6 +191,10 @@ type OpsWorksAPI interface {
|
||||
DescribeMyUserProfileWithContext(aws.Context, *opsworks.DescribeMyUserProfileInput, ...request.Option) (*opsworks.DescribeMyUserProfileOutput, error)
|
||||
DescribeMyUserProfileRequest(*opsworks.DescribeMyUserProfileInput) (*request.Request, *opsworks.DescribeMyUserProfileOutput)
|
||||
|
||||
DescribeOperatingSystems(*opsworks.DescribeOperatingSystemsInput) (*opsworks.DescribeOperatingSystemsOutput, error)
|
||||
DescribeOperatingSystemsWithContext(aws.Context, *opsworks.DescribeOperatingSystemsInput, ...request.Option) (*opsworks.DescribeOperatingSystemsOutput, error)
|
||||
DescribeOperatingSystemsRequest(*opsworks.DescribeOperatingSystemsInput) (*request.Request, *opsworks.DescribeOperatingSystemsOutput)
|
||||
|
||||
DescribePermissions(*opsworks.DescribePermissionsInput) (*opsworks.DescribePermissionsOutput, error)
|
||||
DescribePermissionsWithContext(aws.Context, *opsworks.DescribePermissionsInput, ...request.Option) (*opsworks.DescribePermissionsOutput, error)
|
||||
DescribePermissionsRequest(*opsworks.DescribePermissionsInput) (*request.Request, *opsworks.DescribePermissionsOutput)
|
||||
|
||||
-5
@@ -310,11 +310,6 @@ func (c *OpsWorks) WaitUntilInstanceStoppedWithContext(ctx aws.Context, input *D
|
||||
Matcher: request.PathAnyWaiterMatch, Argument: "Instances[].Status",
|
||||
Expected: "booting",
|
||||
},
|
||||
{
|
||||
State: request.FailureWaiterState,
|
||||
Matcher: request.PathAnyWaiterMatch, Argument: "Instances[].Status",
|
||||
Expected: "online",
|
||||
},
|
||||
{
|
||||
State: request.FailureWaiterState,
|
||||
Matcher: request.PathAnyWaiterMatch, Argument: "Instances[].Status",
|
||||
|
||||
Reference in New Issue
Block a user