Documentation ¶
Overview ¶
Package devops provides the API client, operations, and parameter types for the API.
Index ¶
- Constants
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
- func WithEndpointResolver(v EndpointResolver) func(*Options)
- type AuthorizeFirewallRulesInput
- type AuthorizeFirewallRulesOutput
- type Client
- func (c *Client) AuthorizeFirewallRules(ctx context.Context, params *AuthorizeFirewallRulesInput, ...) (*AuthorizeFirewallRulesOutput, error)
- func (c *Client) CreateBackupRule(ctx context.Context, params *CreateBackupRuleInput, optFns ...func(*Options)) (*CreateBackupRuleOutput, error)
- func (c *Client) CreateFirewallGroup(ctx context.Context, params *CreateFirewallGroupInput, ...) (*CreateFirewallGroupOutput, error)
- func (c *Client) CreateInstance(ctx context.Context, params *CreateInstanceInput, optFns ...func(*Options)) (*CreateInstanceOutput, error)
- func (c *Client) CreateParameterGroup(ctx context.Context, params *CreateParameterGroupInput, ...) (*CreateParameterGroupOutput, error)
- func (c *Client) DeleteBackup(ctx context.Context, params *DeleteBackupInput, optFns ...func(*Options)) (*DeleteBackupOutput, error)
- func (c *Client) DeleteBackupRule(ctx context.Context, params *DeleteBackupRuleInput, optFns ...func(*Options)) (*DeleteBackupRuleOutput, error)
- func (c *Client) DeleteFirewallGroup(ctx context.Context, params *DeleteFirewallGroupInput, ...) (*DeleteFirewallGroupOutput, error)
- func (c *Client) DeleteInstance(ctx context.Context, params *DeleteInstanceInput, optFns ...func(*Options)) (*DeleteInstanceOutput, error)
- func (c *Client) DeleteParameterGroup(ctx context.Context, params *DeleteParameterGroupInput, ...) (*DeleteParameterGroupOutput, error)
- func (c *Client) ExtendDisk(ctx context.Context, params *ExtendDiskInput, optFns ...func(*Options)) (*ExtendDiskOutput, error)
- func (c *Client) GetBackup(ctx context.Context, params *GetBackupInput, optFns ...func(*Options)) (*GetBackupOutput, error)
- func (c *Client) GetBackupRule(ctx context.Context, params *GetBackupRuleInput, optFns ...func(*Options)) (*GetBackupRuleOutput, error)
- func (c *Client) GetFirewallGroup(ctx context.Context, params *GetFirewallGroupInput, optFns ...func(*Options)) (*GetFirewallGroupOutput, error)
- func (c *Client) GetInstance(ctx context.Context, params *GetInstanceInput, optFns ...func(*Options)) (*GetInstanceOutput, error)
- func (c *Client) GetInstanceMetrics(ctx context.Context, params *GetInstanceMetricsInput, optFns ...func(*Options)) (*GetInstanceMetricsOutput, error)
- func (c *Client) GetParameterGroup(ctx context.Context, params *GetParameterGroupInput, optFns ...func(*Options)) (*GetParameterGroupOutput, error)
- func (c *Client) ListBackupRules(ctx context.Context, params *ListBackupRulesInput, optFns ...func(*Options)) (*ListBackupRulesOutput, error)
- func (c *Client) ListBackups(ctx context.Context, params *ListBackupsInput, optFns ...func(*Options)) (*ListBackupsOutput, error)
- func (c *Client) ListFirewallGroups(ctx context.Context, params *ListFirewallGroupsInput, optFns ...func(*Options)) (*ListFirewallGroupsOutput, error)
- func (c *Client) ListInstances(ctx context.Context, params *ListInstancesInput, optFns ...func(*Options)) (*ListInstancesOutput, error)
- func (c *Client) ListParameterGroups(ctx context.Context, params *ListParameterGroupsInput, ...) (*ListParameterGroupsOutput, error)
- func (c *Client) RebootInstance(ctx context.Context, params *RebootInstanceInput, optFns ...func(*Options)) (*RebootInstanceOutput, error)
- func (c *Client) RestoreInstance(ctx context.Context, params *RestoreInstanceInput, optFns ...func(*Options)) (*RestoreInstanceOutput, error)
- func (c *Client) RevokeFirewallRules(ctx context.Context, params *RevokeFirewallRulesInput, ...) (*RevokeFirewallRulesOutput, error)
- func (c *Client) SetupAlert(ctx context.Context, params *SetupAlertInput, optFns ...func(*Options)) (*SetupAlertOutput, error)
- func (c *Client) UpdateBackupRule(ctx context.Context, params *UpdateBackupRuleInput, optFns ...func(*Options)) (*UpdateBackupRuleOutput, error)
- func (c *Client) UpdateFirewallGroup(ctx context.Context, params *UpdateFirewallGroupInput, ...) (*UpdateFirewallGroupOutput, error)
- func (c *Client) UpdateInstance(ctx context.Context, params *UpdateInstanceInput, optFns ...func(*Options)) (*UpdateInstanceOutput, error)
- func (c *Client) UpdateNetworkInterface(ctx context.Context, params *UpdateNetworkInterfaceInput, ...) (*UpdateNetworkInterfaceOutput, error)
- func (c *Client) UpdateParameterGroup(ctx context.Context, params *UpdateParameterGroupInput, ...) (*UpdateParameterGroupOutput, error)
- func (c *Client) UpgradeInstance(ctx context.Context, params *UpgradeInstanceInput, optFns ...func(*Options)) (*UpgradeInstanceOutput, error)
- type CreateBackupRuleInput
- type CreateBackupRuleOutput
- type CreateFirewallGroupInput
- type CreateFirewallGroupOutput
- type CreateInstanceInput
- type CreateInstanceOutput
- type CreateParameterGroupInput
- type CreateParameterGroupOutput
- type DeleteBackupInput
- type DeleteBackupOutput
- type DeleteBackupRuleInput
- type DeleteBackupRuleOutput
- type DeleteFirewallGroupInput
- type DeleteFirewallGroupOutput
- type DeleteInstanceInput
- type DeleteInstanceOutput
- type DeleteParameterGroupInput
- type DeleteParameterGroupOutput
- type EndpointParameters
- type EndpointResolver
- type EndpointResolverFunc
- type EndpointResolverOptions
- type EndpointResolverV2
- type ExtendDiskInput
- type ExtendDiskOutput
- type GetBackupInput
- type GetBackupOutput
- type GetBackupRuleInput
- type GetBackupRuleOutput
- type GetFirewallGroupInput
- type GetFirewallGroupOutput
- type GetInstanceInput
- type GetInstanceMetricsInput
- type GetInstanceMetricsOutput
- type GetInstanceOutput
- type GetParameterGroupInput
- type GetParameterGroupOutput
- type HTTPClient
- type HTTPSignerV4
- type ListBackupRulesInput
- type ListBackupRulesOutput
- type ListBackupsInput
- type ListBackupsOutput
- type ListFirewallGroupsInput
- type ListFirewallGroupsOutput
- type ListInstancesInput
- type ListInstancesOutput
- type ListParameterGroupsInput
- type ListParameterGroupsOutput
- type Options
- type RebootInstanceInput
- type RebootInstanceOutput
- type ResolveEndpoint
- type RestoreInstanceInput
- type RestoreInstanceOutput
- type RevokeFirewallRulesInput
- type RevokeFirewallRulesOutput
- type SetupAlertInput
- type SetupAlertOutput
- type UpdateBackupRuleInput
- type UpdateBackupRuleOutput
- type UpdateFirewallGroupInput
- type UpdateFirewallGroupOutput
- type UpdateInstanceInput
- type UpdateInstanceOutput
- type UpdateNetworkInterfaceInput
- type UpdateNetworkInterfaceOutput
- type UpdateParameterGroupInput
- type UpdateParameterGroupOutput
- type UpgradeInstanceInput
- type UpgradeInstanceOutput
Constants ¶
const ServiceAPIVersion = "v1"
const ServiceID = "devops"
Variables ¶
This section is empty.
Functions ¶
func NewDefaultEndpointResolver ¶
func NewDefaultEndpointResolver() *internalendpoints.Resolver
NewDefaultEndpointResolver constructs a new service endpoint resolver
func WithAPIOptions ¶
func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
WithAPIOptions returns a functional option for setting the Client's APIOptions option.
func WithEndpointResolver ¶
func WithEndpointResolver(v EndpointResolver) func(*Options)
WithEndpointResolver returns a functional option for setting the Client's EndpointResolver option.
Types ¶
type AuthorizeFirewallRulesInput ¶
type AuthorizeFirewallRulesInput struct { // This member is required. FirewallGroupName *string // This member is required. Rules []types.RequestRules // contains filtered or unexported fields }
type AuthorizeFirewallRulesOutput ¶
type AuthorizeFirewallRulesOutput struct { FirewallGroup *types.FirewallGroup // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides the API client to make operations call for the API.
func New ¶
New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.
func NewFromConfig ¶
NewFromConfig returns a new client from the provided config.
func (*Client) AuthorizeFirewallRules ¶
func (c *Client) AuthorizeFirewallRules(ctx context.Context, params *AuthorizeFirewallRulesInput, optFns ...func(*Options)) (*AuthorizeFirewallRulesOutput, error)
func (*Client) CreateBackupRule ¶
func (c *Client) CreateBackupRule(ctx context.Context, params *CreateBackupRuleInput, optFns ...func(*Options)) (*CreateBackupRuleOutput, error)
func (*Client) CreateFirewallGroup ¶
func (c *Client) CreateFirewallGroup(ctx context.Context, params *CreateFirewallGroupInput, optFns ...func(*Options)) (*CreateFirewallGroupOutput, error)
func (*Client) CreateInstance ¶
func (c *Client) CreateInstance(ctx context.Context, params *CreateInstanceInput, optFns ...func(*Options)) (*CreateInstanceOutput, error)
func (*Client) CreateParameterGroup ¶
func (c *Client) CreateParameterGroup(ctx context.Context, params *CreateParameterGroupInput, optFns ...func(*Options)) (*CreateParameterGroupOutput, error)
func (*Client) DeleteBackup ¶
func (c *Client) DeleteBackup(ctx context.Context, params *DeleteBackupInput, optFns ...func(*Options)) (*DeleteBackupOutput, error)
func (*Client) DeleteBackupRule ¶
func (c *Client) DeleteBackupRule(ctx context.Context, params *DeleteBackupRuleInput, optFns ...func(*Options)) (*DeleteBackupRuleOutput, error)
func (*Client) DeleteFirewallGroup ¶
func (c *Client) DeleteFirewallGroup(ctx context.Context, params *DeleteFirewallGroupInput, optFns ...func(*Options)) (*DeleteFirewallGroupOutput, error)
func (*Client) DeleteInstance ¶
func (c *Client) DeleteInstance(ctx context.Context, params *DeleteInstanceInput, optFns ...func(*Options)) (*DeleteInstanceOutput, error)
func (*Client) DeleteParameterGroup ¶
func (c *Client) DeleteParameterGroup(ctx context.Context, params *DeleteParameterGroupInput, optFns ...func(*Options)) (*DeleteParameterGroupOutput, error)
func (*Client) ExtendDisk ¶
func (c *Client) ExtendDisk(ctx context.Context, params *ExtendDiskInput, optFns ...func(*Options)) (*ExtendDiskOutput, error)
func (*Client) GetBackup ¶
func (c *Client) GetBackup(ctx context.Context, params *GetBackupInput, optFns ...func(*Options)) (*GetBackupOutput, error)
func (*Client) GetBackupRule ¶
func (c *Client) GetBackupRule(ctx context.Context, params *GetBackupRuleInput, optFns ...func(*Options)) (*GetBackupRuleOutput, error)
func (*Client) GetFirewallGroup ¶
func (c *Client) GetFirewallGroup(ctx context.Context, params *GetFirewallGroupInput, optFns ...func(*Options)) (*GetFirewallGroupOutput, error)
func (*Client) GetInstance ¶
func (c *Client) GetInstance(ctx context.Context, params *GetInstanceInput, optFns ...func(*Options)) (*GetInstanceOutput, error)
func (*Client) GetInstanceMetrics ¶ added in v1.27.0
func (c *Client) GetInstanceMetrics(ctx context.Context, params *GetInstanceMetricsInput, optFns ...func(*Options)) (*GetInstanceMetricsOutput, error)
func (*Client) GetParameterGroup ¶
func (c *Client) GetParameterGroup(ctx context.Context, params *GetParameterGroupInput, optFns ...func(*Options)) (*GetParameterGroupOutput, error)
func (*Client) ListBackupRules ¶
func (c *Client) ListBackupRules(ctx context.Context, params *ListBackupRulesInput, optFns ...func(*Options)) (*ListBackupRulesOutput, error)
func (*Client) ListBackups ¶
func (c *Client) ListBackups(ctx context.Context, params *ListBackupsInput, optFns ...func(*Options)) (*ListBackupsOutput, error)
func (*Client) ListFirewallGroups ¶
func (c *Client) ListFirewallGroups(ctx context.Context, params *ListFirewallGroupsInput, optFns ...func(*Options)) (*ListFirewallGroupsOutput, error)
func (*Client) ListInstances ¶
func (c *Client) ListInstances(ctx context.Context, params *ListInstancesInput, optFns ...func(*Options)) (*ListInstancesOutput, error)
func (*Client) ListParameterGroups ¶
func (c *Client) ListParameterGroups(ctx context.Context, params *ListParameterGroupsInput, optFns ...func(*Options)) (*ListParameterGroupsOutput, error)
func (*Client) RebootInstance ¶
func (c *Client) RebootInstance(ctx context.Context, params *RebootInstanceInput, optFns ...func(*Options)) (*RebootInstanceOutput, error)
func (*Client) RestoreInstance ¶
func (c *Client) RestoreInstance(ctx context.Context, params *RestoreInstanceInput, optFns ...func(*Options)) (*RestoreInstanceOutput, error)
func (*Client) RevokeFirewallRules ¶
func (c *Client) RevokeFirewallRules(ctx context.Context, params *RevokeFirewallRulesInput, optFns ...func(*Options)) (*RevokeFirewallRulesOutput, error)
func (*Client) SetupAlert ¶ added in v1.27.0
func (c *Client) SetupAlert(ctx context.Context, params *SetupAlertInput, optFns ...func(*Options)) (*SetupAlertOutput, error)
func (*Client) UpdateBackupRule ¶
func (c *Client) UpdateBackupRule(ctx context.Context, params *UpdateBackupRuleInput, optFns ...func(*Options)) (*UpdateBackupRuleOutput, error)
func (*Client) UpdateFirewallGroup ¶
func (c *Client) UpdateFirewallGroup(ctx context.Context, params *UpdateFirewallGroupInput, optFns ...func(*Options)) (*UpdateFirewallGroupOutput, error)
func (*Client) UpdateInstance ¶
func (c *Client) UpdateInstance(ctx context.Context, params *UpdateInstanceInput, optFns ...func(*Options)) (*UpdateInstanceOutput, error)
func (*Client) UpdateNetworkInterface ¶
func (c *Client) UpdateNetworkInterface(ctx context.Context, params *UpdateNetworkInterfaceInput, optFns ...func(*Options)) (*UpdateNetworkInterfaceOutput, error)
func (*Client) UpdateParameterGroup ¶
func (c *Client) UpdateParameterGroup(ctx context.Context, params *UpdateParameterGroupInput, optFns ...func(*Options)) (*UpdateParameterGroupOutput, error)
func (*Client) UpgradeInstance ¶
func (c *Client) UpgradeInstance(ctx context.Context, params *UpgradeInstanceInput, optFns ...func(*Options)) (*UpgradeInstanceOutput, error)
type CreateBackupRuleInput ¶
type CreateBackupRuleOutput ¶
type CreateBackupRuleOutput struct { BackupRule *types.BackupRule // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateFirewallGroupInput ¶
type CreateFirewallGroupInput struct { // This member is required. FirewallGroupName *string AvailabilityZone types.AvailabilityZoneOfCreateFirewallGroupRequest Description *string // contains filtered or unexported fields }
type CreateFirewallGroupOutput ¶
type CreateFirewallGroupOutput struct { FirewallGroup *types.FirewallGroup // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateInstanceInput ¶
type CreateInstanceInput struct { // This member is required. DiskSize *int32 // This member is required. FirewallGroupName *string // This member is required. InitialRootPassword *string // This member is required. InstanceId *string // This member is required. InstanceType types.InstanceTypeOfCreateInstanceRequest // This member is required. ParameterGroupName *string AvailabilityZone types.AvailabilityZoneOfCreateInstanceRequest Description *string NetworkConfig *types.RequestNetworkConfig ObjectStorageConfig *types.RequestObjectStorageConfig // contains filtered or unexported fields }
type CreateInstanceOutput ¶
type CreateInstanceOutput struct { Instance *types.Instance // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateParameterGroupOutput ¶
type CreateParameterGroupOutput struct { ParameterGroup *types.ParameterGroup // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteBackupInput ¶
type DeleteBackupInput struct { // This member is required. BackupId *string // contains filtered or unexported fields }
type DeleteBackupOutput ¶
type DeleteBackupOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteBackupRuleInput ¶
type DeleteBackupRuleInput struct { // This member is required. BackupRuleName *string // contains filtered or unexported fields }
type DeleteBackupRuleOutput ¶
type DeleteBackupRuleOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteFirewallGroupInput ¶
type DeleteFirewallGroupInput struct { // This member is required. FirewallGroupName *string // contains filtered or unexported fields }
type DeleteFirewallGroupOutput ¶
type DeleteFirewallGroupOutput struct { FirewallGroup *types.FirewallGroup // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteInstanceInput ¶
type DeleteInstanceInput struct { // This member is required. InstanceId *string // contains filtered or unexported fields }
type DeleteInstanceOutput ¶
type DeleteInstanceOutput struct { Instance *types.Instance // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteParameterGroupInput ¶
type DeleteParameterGroupInput struct { // This member is required. ParameterGroupName *string // contains filtered or unexported fields }
type DeleteParameterGroupOutput ¶
type DeleteParameterGroupOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type EndpointParameters ¶
type EndpointParameters struct { }
EndpointParameters provides the parameters that influence how endpoints are resolved.
type EndpointResolver ¶
type EndpointResolver interface {
ResolveEndpoint(region string, options EndpointResolverOptions) (aws.Endpoint, error)
}
EndpointResolver interface for resolving service endpoints.
func EndpointResolverFromURL ¶
func EndpointResolverFromURL(url string, optFns ...func(*aws.Endpoint)) EndpointResolver
EndpointResolverFromURL returns an EndpointResolver configured using the provided endpoint url. By default, the resolved endpoint resolver uses the client region as signing region, and the endpoint source is set to EndpointSourceCustom.You can provide functional options to configure endpoint values for the resolved endpoint.
type EndpointResolverFunc ¶
type EndpointResolverFunc func(region string, options EndpointResolverOptions) (aws.Endpoint, error)
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.
func (EndpointResolverFunc) ResolveEndpoint ¶
func (fn EndpointResolverFunc) ResolveEndpoint(region string, options EndpointResolverOptions) (endpoint aws.Endpoint, err error)
type EndpointResolverOptions ¶
type EndpointResolverOptions = internalendpoints.Options
EndpointResolverOptions is the service endpoint resolver options
type EndpointResolverV2 ¶
type EndpointResolverV2 interface { // ResolveEndpoint attempts to resolve the endpoint with the provided options, // returning the endpoint if found. Otherwise an error is returned. ResolveEndpoint(ctx context.Context, params EndpointParameters) ( smithyendpoints.Endpoint, error, ) }
EndpointResolverV2 provides the interface for resolving service endpoints.
func NewDefaultEndpointResolverV2 ¶
func NewDefaultEndpointResolverV2() EndpointResolverV2
type ExtendDiskInput ¶
type ExtendDiskInput struct { // This member is required. InstanceId *string // contains filtered or unexported fields }
type ExtendDiskOutput ¶
type ExtendDiskOutput struct { Instance *types.Instance // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetBackupInput ¶
type GetBackupInput struct { // This member is required. BackupId *string // contains filtered or unexported fields }
type GetBackupOutput ¶
type GetBackupOutput struct { Backup *types.Backup // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetBackupRuleInput ¶
type GetBackupRuleInput struct { // This member is required. BackupRuleName *string // contains filtered or unexported fields }
type GetBackupRuleOutput ¶
type GetBackupRuleOutput struct { BackupRule *types.BackupRule // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetFirewallGroupInput ¶
type GetFirewallGroupInput struct { // This member is required. FirewallGroupName *string // contains filtered or unexported fields }
type GetFirewallGroupOutput ¶
type GetFirewallGroupOutput struct { FirewallGroup *types.FirewallGroup // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetInstanceInput ¶
type GetInstanceInput struct { // This member is required. InstanceId *string // contains filtered or unexported fields }
type GetInstanceMetricsInput ¶ added in v1.27.0
type GetInstanceMetricsOutput ¶ added in v1.27.0
type GetInstanceMetricsOutput struct { Metrics []types.Metrics // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetInstanceOutput ¶
type GetInstanceOutput struct { Instance *types.Instance // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetParameterGroupInput ¶
type GetParameterGroupInput struct { // This member is required. ParameterGroupName *string // contains filtered or unexported fields }
type GetParameterGroupOutput ¶
type GetParameterGroupOutput struct { ParameterGroup *types.ParameterGroup // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type HTTPSignerV4 ¶
type ListBackupRulesInput ¶
type ListBackupRulesInput struct {
// contains filtered or unexported fields
}
type ListBackupRulesOutput ¶
type ListBackupRulesOutput struct { BackupRules []types.BackupRules // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListBackupsInput ¶
type ListBackupsInput struct {
// contains filtered or unexported fields
}
type ListBackupsOutput ¶
type ListBackupsOutput struct { Backups []types.Backups // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListFirewallGroupsInput ¶
type ListFirewallGroupsInput struct {
// contains filtered or unexported fields
}
type ListFirewallGroupsOutput ¶
type ListFirewallGroupsOutput struct { FirewallGroups []types.FirewallGroups // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListInstancesInput ¶
type ListInstancesInput struct {
// contains filtered or unexported fields
}
type ListInstancesOutput ¶
type ListInstancesOutput struct { Instances []types.Instances // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListParameterGroupsInput ¶
type ListParameterGroupsInput struct {
// contains filtered or unexported fields
}
type ListParameterGroupsOutput ¶
type ListParameterGroupsOutput struct { ParameterGroups []types.ParameterGroups // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type Options ¶
type Options struct { // Set of options to modify how an operation is invoked. These apply to all // operations invoked for this client. Use functional options on operation call to // modify this list for per operation behavior. APIOptions []func(*middleware.Stack) error // This endpoint will be given as input to an EndpointResolverV2. It is used for // providing a custom base endpoint that is subject to modifications by the // processing EndpointResolverV2. BaseEndpoint *string // Configures the events that will be sent to the configured logger. ClientLogMode aws.ClientLogMode // The credentials object to use when signing requests. Credentials aws.CredentialsProvider // The configuration DefaultsMode that the SDK should use when constructing the // clients initial default settings. DefaultsMode aws.DefaultsMode // The endpoint options to be used when attempting to resolve an endpoint. EndpointOptions EndpointResolverOptions // The service endpoint resolver. EndpointResolver EndpointResolver // Signature Version 4 (SigV4) Signer HTTPSignerV4 HTTPSignerV4 // The logger writer interface to write logging messages to. Logger logging.Logger // The region to send requests to. (Required) Region string // RetryMaxAttempts specifies the maximum number attempts an API client will call // an operation that fails with a retryable error. A value of 0 is ignored, and // will not be used to configure the API client created default retryer, or modify // per operation call's retry max attempts. When creating a new API Clients this // member will only be used if the Retryer Options member is nil. This value will // be ignored if Retryer is not nil. If specified in an operation call's functional // options with a value that is different than the constructed client's Options, // the Client's Retryer will be wrapped to use the operation's specific // RetryMaxAttempts value. RetryMaxAttempts int // RetryMode specifies the retry mode the API client will be created with, if // Retryer option is not also specified. When creating a new API Clients this // member will only be used if the Retryer Options member is nil. This value will // be ignored if Retryer is not nil. Currently does not support per operation call // overrides, may in the future. RetryMode aws.RetryMode // Retryer guides how HTTP requests should be retried in case of recoverable // failures. When nil the API client will use a default retryer. The kind of // default retry created by the API client can be changed with the RetryMode // option. Retryer aws.Retryer // The RuntimeEnvironment configuration, only populated if the DefaultsMode is set // to DefaultsModeAuto and is initialized using config.LoadDefaultConfig . You // should not populate this structure programmatically, or rely on the values here // within your applications. RuntimeEnvironment aws.RuntimeEnvironment // The HTTP client to invoke API calls with. Defaults to client's default HTTP // implementation if nil. HTTPClient HTTPClient // contains filtered or unexported fields }
type RebootInstanceInput ¶
type RebootInstanceInput struct { // This member is required. InstanceId *string // contains filtered or unexported fields }
type RebootInstanceOutput ¶
type RebootInstanceOutput struct { Instance *types.Instance // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ResolveEndpoint ¶
type ResolveEndpoint struct { Resolver EndpointResolver Options EndpointResolverOptions }
func (*ResolveEndpoint) HandleSerialize ¶
func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
func (*ResolveEndpoint) ID ¶
func (*ResolveEndpoint) ID() string
type RestoreInstanceInput ¶
type RestoreInstanceInput struct { // This member is required. BackupId *string // This member is required. DiskSize *int32 // This member is required. FirewallGroupName *string // This member is required. InstanceId *string // This member is required. InstanceType types.InstanceTypeOfRestoreInstanceRequest // This member is required. ParameterGroupName *string AvailabilityZone types.AvailabilityZoneOfRestoreInstanceRequest Description *string NetworkConfig *types.RequestNetworkConfig ObjectStorageConfig *types.RequestObjectStorageConfigOfRestoreInstance // contains filtered or unexported fields }
type RestoreInstanceOutput ¶
type RestoreInstanceOutput struct { Instance *types.Instance // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type RevokeFirewallRulesOutput ¶
type RevokeFirewallRulesOutput struct { FirewallGroup *types.FirewallGroup // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type SetupAlertInput ¶ added in v1.27.0
type SetupAlertOutput ¶ added in v1.27.0
type SetupAlertOutput struct { Instance *types.Instance // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateBackupRuleInput ¶
type UpdateBackupRuleOutput ¶
type UpdateBackupRuleOutput struct { BackupRule *types.BackupRule // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateFirewallGroupOutput ¶
type UpdateFirewallGroupOutput struct { FirewallGroup *types.FirewallGroup // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateInstanceInput ¶
type UpdateInstanceInput struct { // This member is required. InstanceId *string Description *string FirewallGroupName *string InstanceType types.InstanceTypeOfUpdateInstanceRequest // contains filtered or unexported fields }
type UpdateInstanceOutput ¶
type UpdateInstanceOutput struct { Instance *types.Instance // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateNetworkInterfaceInput ¶
type UpdateNetworkInterfaceInput struct { // This member is required. InstanceId *string NetworkConfig *types.RequestNetworkConfig // contains filtered or unexported fields }
type UpdateNetworkInterfaceOutput ¶
type UpdateNetworkInterfaceOutput struct { Instance *types.Instance // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateParameterGroupInput ¶
type UpdateParameterGroupInput struct { // This member is required. ParameterGroupName *string ChangedParameterGroupName *string Description *string Parameters *types.RequestParameters // contains filtered or unexported fields }
type UpdateParameterGroupOutput ¶
type UpdateParameterGroupOutput struct { ParameterGroup *types.ParameterGroup // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpgradeInstanceInput ¶
type UpgradeInstanceOutput ¶
type UpgradeInstanceOutput struct { Instance *types.Instance // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Source Files ¶
- api_client.go
- api_op_AuthorizeFirewallRules.go
- api_op_CreateBackupRule.go
- api_op_CreateFirewallGroup.go
- api_op_CreateInstance.go
- api_op_CreateParameterGroup.go
- api_op_DeleteBackup.go
- api_op_DeleteBackupRule.go
- api_op_DeleteFirewallGroup.go
- api_op_DeleteInstance.go
- api_op_DeleteParameterGroup.go
- api_op_ExtendDisk.go
- api_op_GetBackup.go
- api_op_GetBackupRule.go
- api_op_GetFirewallGroup.go
- api_op_GetInstance.go
- api_op_GetInstanceMetrics.go
- api_op_GetParameterGroup.go
- api_op_ListBackupRules.go
- api_op_ListBackups.go
- api_op_ListFirewallGroups.go
- api_op_ListInstances.go
- api_op_ListParameterGroups.go
- api_op_RebootInstance.go
- api_op_RestoreInstance.go
- api_op_RevokeFirewallRules.go
- api_op_SetupAlert.go
- api_op_UpdateBackupRule.go
- api_op_UpdateFirewallGroup.go
- api_op_UpdateInstance.go
- api_op_UpdateNetworkInterface.go
- api_op_UpdateParameterGroup.go
- api_op_UpgradeInstance.go
- deserializers.go
- doc.go
- endpoints.go
- serializers.go
- validators.go