...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/backup"
Overview
Constants

Overview ▾

Package backup provides the client and types for making API requests to AWS Backup.

Backup is a unified backup service designed to protect Amazon Web Services services and their associated data. Backup simplifies the creation, migration, restoration, and deletion of backups, while also providing reporting and auditing.

See https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15 for more information on this service.

See backup package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/backup/

Using the Client

To contact AWS Backup 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.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the AWS Backup client Backup for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/backup/#New

The stub package, backupiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Operations ▾

CancelLegalHold
CreateBackupPlan
CreateBackupSelection
CreateBackupVault
CreateFramework
CreateLegalHold
CreateLogicallyAirGappedBackupVault
CreateReportPlan
CreateRestoreTestingPlan
CreateRestoreTestingSelection
DeleteBackupPlan
DeleteBackupSelection
DeleteBackupVault
DeleteBackupVaultAccessPolicy
DeleteBackupVaultLockConfiguration
DeleteBackupVaultNotifications
DeleteFramework
DeleteRecoveryPoint
DeleteReportPlan
DeleteRestoreTestingPlan
DeleteRestoreTestingSelection
DescribeBackupJob
DescribeBackupVault
DescribeCopyJob
DescribeFramework
DescribeGlobalSettings
DescribeProtectedResource
DescribeRecoveryPoint
DescribeRegionSettings
DescribeReportJob
DescribeReportPlan
DescribeRestoreJob
DisassociateRecoveryPoint
DisassociateRecoveryPointFromParent
ExportBackupPlanTemplate
GetBackupPlan
GetBackupPlanFromJSON
GetBackupPlanFromTemplate
GetBackupSelection
GetBackupVaultAccessPolicy
GetBackupVaultNotifications
GetLegalHold
GetRecoveryPointRestoreMetadata
GetRestoreJobMetadata
GetRestoreTestingInferredMetadata
GetRestoreTestingPlan
GetRestoreTestingSelection
GetSupportedResourceTypes
ListBackupJobSummaries ( Paginator )
ListBackupJobs ( Paginator )
ListBackupPlanTemplates ( Paginator )
ListBackupPlanVersions ( Paginator )
ListBackupPlans ( Paginator )
ListBackupSelections ( Paginator )
ListBackupVaults ( Paginator )
ListCopyJobSummaries ( Paginator )
ListCopyJobs ( Paginator )
ListFrameworks ( Paginator )
ListLegalHolds ( Paginator )
ListProtectedResources ( Paginator )
ListProtectedResourcesByBackupVault ( Paginator )
ListRecoveryPointsByBackupVault ( Paginator )
ListRecoveryPointsByLegalHold ( Paginator )
ListRecoveryPointsByResource ( Paginator )
ListReportJobs ( Paginator )
ListReportPlans ( Paginator )
ListRestoreJobSummaries ( Paginator )
ListRestoreJobs ( Paginator )
ListRestoreJobsByProtectedResource ( Paginator )
ListRestoreTestingPlans ( Paginator )
ListRestoreTestingSelections ( Paginator )
ListTags ( Paginator )
PutBackupVaultAccessPolicy
PutBackupVaultLockConfiguration
PutBackupVaultNotifications
PutRestoreValidationResult
StartBackupJob
StartCopyJob
StartReportJob
StartRestoreJob
StopBackupJob
TagResource
UntagResource
UpdateBackupPlan
UpdateFramework
UpdateGlobalSettings
UpdateRecoveryPointLifecycle
UpdateRegionSettings
UpdateReportPlan
UpdateRestoreTestingPlan
UpdateRestoreTestingSelection

Types ▾

type Backup
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Backup
func (c *Backup) CancelLegalHold(input *CancelLegalHoldInput) (*CancelLegalHoldOutput, error)
func (c *Backup) CancelLegalHoldRequest(input *CancelLegalHoldInput) (req *request.Request, output *CancelLegalHoldOutput)
func (c *Backup) CancelLegalHoldWithContext(ctx aws.Context, input *CancelLegalHoldInput, opts ...request.Option) (*CancelLegalHoldOutput, error)
func (c *Backup) CreateBackupPlan(input *CreateBackupPlanInput) (*CreateBackupPlanOutput, error)
func (c *Backup) CreateBackupPlanRequest(input *CreateBackupPlanInput) (req *request.Request, output *CreateBackupPlanOutput)
func (c *Backup) CreateBackupPlanWithContext(ctx aws.Context, input *CreateBackupPlanInput, opts ...request.Option) (*CreateBackupPlanOutput, error)
func (c *Backup) CreateBackupSelection(input *CreateBackupSelectionInput) (*CreateBackupSelectionOutput, error)
func (c *Backup) CreateBackupSelectionRequest(input *CreateBackupSelectionInput) (req *request.Request, output *CreateBackupSelectionOutput)
func (c *Backup) CreateBackupSelectionWithContext(ctx aws.Context, input *CreateBackupSelectionInput, opts ...request.Option) (*CreateBackupSelectionOutput, error)
func (c *Backup) CreateBackupVault(input *CreateBackupVaultInput) (*CreateBackupVaultOutput, error)
func (c *Backup) CreateBackupVaultRequest(input *CreateBackupVaultInput) (req *request.Request, output *CreateBackupVaultOutput)
func (c *Backup) CreateBackupVaultWithContext(ctx aws.Context, input *CreateBackupVaultInput, opts ...request.Option) (*CreateBackupVaultOutput, error)
func (c *Backup) CreateFramework(input *CreateFrameworkInput) (*CreateFrameworkOutput, error)
func (c *Backup) CreateFrameworkRequest(input *CreateFrameworkInput) (req *request.Request, output *CreateFrameworkOutput)
func (c *Backup) CreateFrameworkWithContext(ctx aws.Context, input *CreateFrameworkInput, opts ...request.Option) (*CreateFrameworkOutput, error)
func (c *Backup) CreateLegalHold(input *CreateLegalHoldInput) (*CreateLegalHoldOutput, error)
func (c *Backup) CreateLegalHoldRequest(input *CreateLegalHoldInput) (req *request.Request, output *CreateLegalHoldOutput)
func (c *Backup) CreateLegalHoldWithContext(ctx aws.Context, input *CreateLegalHoldInput, opts ...request.Option) (*CreateLegalHoldOutput, error)
func (c *Backup) CreateLogicallyAirGappedBackupVault(input *CreateLogicallyAirGappedBackupVaultInput) (*CreateLogicallyAirGappedBackupVaultOutput, error)
func (c *Backup) CreateLogicallyAirGappedBackupVaultRequest(input *CreateLogicallyAirGappedBackupVaultInput) (req *request.Request, output *CreateLogicallyAirGappedBackupVaultOutput)
func (c *Backup) CreateLogicallyAirGappedBackupVaultWithContext(ctx aws.Context, input *CreateLogicallyAirGappedBackupVaultInput, opts ...request.Option) (*CreateLogicallyAirGappedBackupVaultOutput, error)
func (c *Backup) CreateReportPlan(input *CreateReportPlanInput) (*CreateReportPlanOutput, error)
func (c *Backup) CreateReportPlanRequest(input *CreateReportPlanInput) (req *request.Request, output *CreateReportPlanOutput)
func (c *Backup) CreateReportPlanWithContext(ctx aws.Context, input *CreateReportPlanInput, opts ...request.Option) (*CreateReportPlanOutput, error)
func (c *Backup) CreateRestoreTestingPlan(input *CreateRestoreTestingPlanInput) (*CreateRestoreTestingPlanOutput, error)
func (c *Backup) CreateRestoreTestingPlanRequest(input *CreateRestoreTestingPlanInput) (req *request.Request, output *CreateRestoreTestingPlanOutput)
func (c *Backup) CreateRestoreTestingPlanWithContext(ctx aws.Context, input *CreateRestoreTestingPlanInput, opts ...request.Option) (*CreateRestoreTestingPlanOutput, error)
func (c *Backup) CreateRestoreTestingSelection(input *CreateRestoreTestingSelectionInput) (*CreateRestoreTestingSelectionOutput, error)
func (c *Backup) CreateRestoreTestingSelectionRequest(input *CreateRestoreTestingSelectionInput) (req *request.Request, output *CreateRestoreTestingSelectionOutput)
func (c *Backup) CreateRestoreTestingSelectionWithContext(ctx aws.Context, input *CreateRestoreTestingSelectionInput, opts ...request.Option) (*CreateRestoreTestingSelectionOutput, error)
func (c *Backup) DeleteBackupPlan(input *DeleteBackupPlanInput) (*DeleteBackupPlanOutput, error)
func (c *Backup) DeleteBackupPlanRequest(input *DeleteBackupPlanInput) (req *request.Request, output *DeleteBackupPlanOutput)
func (c *Backup) DeleteBackupPlanWithContext(ctx aws.Context, input *DeleteBackupPlanInput, opts ...request.Option) (*DeleteBackupPlanOutput, error)
func (c *Backup) DeleteBackupSelection(input *DeleteBackupSelectionInput) (*DeleteBackupSelectionOutput, error)
func (c *Backup) DeleteBackupSelectionRequest(input *DeleteBackupSelectionInput) (req *request.Request, output *DeleteBackupSelectionOutput)
func (c *Backup) DeleteBackupSelectionWithContext(ctx aws.Context, input *DeleteBackupSelectionInput, opts ...request.Option) (*DeleteBackupSelectionOutput, error)
func (c *Backup) DeleteBackupVault(input *DeleteBackupVaultInput) (*DeleteBackupVaultOutput, error)
func (c *Backup) DeleteBackupVaultAccessPolicy(input *DeleteBackupVaultAccessPolicyInput) (*DeleteBackupVaultAccessPolicyOutput, error)
func (c *Backup) DeleteBackupVaultAccessPolicyRequest(input *DeleteBackupVaultAccessPolicyInput) (req *request.Request, output *DeleteBackupVaultAccessPolicyOutput)
func (c *Backup) DeleteBackupVaultAccessPolicyWithContext(ctx aws.Context, input *DeleteBackupVaultAccessPolicyInput, opts ...request.Option) (*DeleteBackupVaultAccessPolicyOutput, error)
func (c *Backup) DeleteBackupVaultLockConfiguration(input *DeleteBackupVaultLockConfigurationInput) (*DeleteBackupVaultLockConfigurationOutput, error)
func (c *Backup) DeleteBackupVaultLockConfigurationRequest(input *DeleteBackupVaultLockConfigurationInput) (req *request.Request, output *DeleteBackupVaultLockConfigurationOutput)
func (c *Backup) DeleteBackupVaultLockConfigurationWithContext(ctx aws.Context, input *DeleteBackupVaultLockConfigurationInput, opts ...request.Option) (*DeleteBackupVaultLockConfigurationOutput, error)
func (c *Backup) DeleteBackupVaultNotifications(input *DeleteBackupVaultNotificationsInput) (*DeleteBackupVaultNotificationsOutput, error)
func (c *Backup) DeleteBackupVaultNotificationsRequest(input *DeleteBackupVaultNotificationsInput) (req *request.Request, output *DeleteBackupVaultNotificationsOutput)
func (c *Backup) DeleteBackupVaultNotificationsWithContext(ctx aws.Context, input *DeleteBackupVaultNotificationsInput, opts ...request.Option) (*DeleteBackupVaultNotificationsOutput, error)
func (c *Backup) DeleteBackupVaultRequest(input *DeleteBackupVaultInput) (req *request.Request, output *DeleteBackupVaultOutput)
func (c *Backup) DeleteBackupVaultWithContext(ctx aws.Context, input *DeleteBackupVaultInput, opts ...request.Option) (*DeleteBackupVaultOutput, error)
func (c *Backup) DeleteFramework(input *DeleteFrameworkInput) (*DeleteFrameworkOutput, error)
func (c *Backup) DeleteFrameworkRequest(input *DeleteFrameworkInput) (req *request.Request, output *DeleteFrameworkOutput)
func (c *Backup) DeleteFrameworkWithContext(ctx aws.Context, input *DeleteFrameworkInput, opts ...request.Option) (*DeleteFrameworkOutput, error)
func (c *Backup) DeleteRecoveryPoint(input *DeleteRecoveryPointInput) (*DeleteRecoveryPointOutput, error)
func (c *Backup) DeleteRecoveryPointRequest(input *DeleteRecoveryPointInput) (req *request.Request, output *DeleteRecoveryPointOutput)
func (c *Backup) DeleteRecoveryPointWithContext(ctx aws.Context, input *DeleteRecoveryPointInput, opts ...request.Option) (*DeleteRecoveryPointOutput, error)
func (c *Backup) DeleteReportPlan(input *DeleteReportPlanInput) (*DeleteReportPlanOutput, error)
func (c *Backup) DeleteReportPlanRequest(input *DeleteReportPlanInput) (req *request.Request, output *DeleteReportPlanOutput)
func (c *Backup) DeleteReportPlanWithContext(ctx aws.Context, input *DeleteReportPlanInput, opts ...request.Option) (*DeleteReportPlanOutput, error)
func (c *Backup) DeleteRestoreTestingPlan(input *DeleteRestoreTestingPlanInput) (*DeleteRestoreTestingPlanOutput, error)
func (c *Backup) DeleteRestoreTestingPlanRequest(input *DeleteRestoreTestingPlanInput) (req *request.Request, output *DeleteRestoreTestingPlanOutput)
func (c *Backup) DeleteRestoreTestingPlanWithContext(ctx aws.Context, input *DeleteRestoreTestingPlanInput, opts ...request.Option) (*DeleteRestoreTestingPlanOutput, error)
func (c *Backup) DeleteRestoreTestingSelection(input *DeleteRestoreTestingSelectionInput) (*DeleteRestoreTestingSelectionOutput, error)
func (c *Backup) DeleteRestoreTestingSelectionRequest(input *DeleteRestoreTestingSelectionInput) (req *request.Request, output *DeleteRestoreTestingSelectionOutput)
func (c *Backup) DeleteRestoreTestingSelectionWithContext(ctx aws.Context, input *DeleteRestoreTestingSelectionInput, opts ...request.Option) (*DeleteRestoreTestingSelectionOutput, error)
func (c *Backup) DescribeBackupJob(input *DescribeBackupJobInput) (*DescribeBackupJobOutput, error)
func (c *Backup) DescribeBackupJobRequest(input *DescribeBackupJobInput) (req *request.Request, output *DescribeBackupJobOutput)
func (c *Backup) DescribeBackupJobWithContext(ctx aws.Context, input *DescribeBackupJobInput, opts ...request.Option) (*DescribeBackupJobOutput, error)
func (c *Backup) DescribeBackupVault(input *DescribeBackupVaultInput) (*DescribeBackupVaultOutput, error)
func (c *Backup) DescribeBackupVaultRequest(input *DescribeBackupVaultInput) (req *request.Request, output *DescribeBackupVaultOutput)
func (c *Backup) DescribeBackupVaultWithContext(ctx aws.Context, input *DescribeBackupVaultInput, opts ...request.Option) (*DescribeBackupVaultOutput, error)
func (c *Backup) DescribeCopyJob(input *DescribeCopyJobInput) (*DescribeCopyJobOutput, error)
func (c *Backup) DescribeCopyJobRequest(input *DescribeCopyJobInput) (req *request.Request, output *DescribeCopyJobOutput)
func (c *Backup) DescribeCopyJobWithContext(ctx aws.Context, input *DescribeCopyJobInput, opts ...request.Option) (*DescribeCopyJobOutput, error)
func (c *Backup) DescribeFramework(input *DescribeFrameworkInput) (*DescribeFrameworkOutput, error)
func (c *Backup) DescribeFrameworkRequest(input *DescribeFrameworkInput) (req *request.Request, output *DescribeFrameworkOutput)
func (c *Backup) DescribeFrameworkWithContext(ctx aws.Context, input *DescribeFrameworkInput, opts ...request.Option) (*DescribeFrameworkOutput, error)
func (c *Backup) DescribeGlobalSettings(input *DescribeGlobalSettingsInput) (*DescribeGlobalSettingsOutput, error)
func (c *Backup) DescribeGlobalSettingsRequest(input *DescribeGlobalSettingsInput) (req *request.Request, output *DescribeGlobalSettingsOutput)
func (c *Backup) DescribeGlobalSettingsWithContext(ctx aws.Context, input *DescribeGlobalSettingsInput, opts ...request.Option) (*DescribeGlobalSettingsOutput, error)
func (c *Backup) DescribeProtectedResource(input *DescribeProtectedResourceInput) (*DescribeProtectedResourceOutput, error)
func (c *Backup) DescribeProtectedResourceRequest(input *DescribeProtectedResourceInput) (req *request.Request, output *DescribeProtectedResourceOutput)
func (c *Backup) DescribeProtectedResourceWithContext(ctx aws.Context, input *DescribeProtectedResourceInput, opts ...request.Option) (*DescribeProtectedResourceOutput, error)
func (c *Backup) DescribeRecoveryPoint(input *DescribeRecoveryPointInput) (*DescribeRecoveryPointOutput, error)
func (c *Backup) DescribeRecoveryPointRequest(input *DescribeRecoveryPointInput) (req *request.Request, output *DescribeRecoveryPointOutput)
func (c *Backup) DescribeRecoveryPointWithContext(ctx aws.Context, input *DescribeRecoveryPointInput, opts ...request.Option) (*DescribeRecoveryPointOutput, error)
func (c *Backup) DescribeRegionSettings(input *DescribeRegionSettingsInput) (*DescribeRegionSettingsOutput, error)
func (c *Backup) DescribeRegionSettingsRequest(input *DescribeRegionSettingsInput) (req *request.Request, output *DescribeRegionSettingsOutput)
func (c *Backup) DescribeRegionSettingsWithContext(ctx aws.Context, input *DescribeRegionSettingsInput, opts ...request.Option) (*DescribeRegionSettingsOutput, error)
func (c *Backup) DescribeReportJob(input *DescribeReportJobInput) (*DescribeReportJobOutput, error)
func (c *Backup) DescribeReportJobRequest(input *DescribeReportJobInput) (req *request.Request, output *DescribeReportJobOutput)
func (c *Backup) DescribeReportJobWithContext(ctx aws.Context, input *DescribeReportJobInput, opts ...request.Option) (*DescribeReportJobOutput, error)
func (c *Backup) DescribeReportPlan(input *DescribeReportPlanInput) (*DescribeReportPlanOutput, error)
func (c *Backup) DescribeReportPlanRequest(input *DescribeReportPlanInput) (req *request.Request, output *DescribeReportPlanOutput)
func (c *Backup) DescribeReportPlanWithContext(ctx aws.Context, input *DescribeReportPlanInput, opts ...request.Option) (*DescribeReportPlanOutput, error)
func (c *Backup) DescribeRestoreJob(input *DescribeRestoreJobInput) (*DescribeRestoreJobOutput, error)
func (c *Backup) DescribeRestoreJobRequest(input *DescribeRestoreJobInput) (req *request.Request, output *DescribeRestoreJobOutput)
func (c *Backup) DescribeRestoreJobWithContext(ctx aws.Context, input *DescribeRestoreJobInput, opts ...request.Option) (*DescribeRestoreJobOutput, error)
func (c *Backup) DisassociateRecoveryPoint(input *DisassociateRecoveryPointInput) (*DisassociateRecoveryPointOutput, error)
func (c *Backup) DisassociateRecoveryPointFromParent(input *DisassociateRecoveryPointFromParentInput) (*DisassociateRecoveryPointFromParentOutput, error)
func (c *Backup) DisassociateRecoveryPointFromParentRequest(input *DisassociateRecoveryPointFromParentInput) (req *request.Request, output *DisassociateRecoveryPointFromParentOutput)
func (c *Backup) DisassociateRecoveryPointFromParentWithContext(ctx aws.Context, input *DisassociateRecoveryPointFromParentInput, opts ...request.Option) (*DisassociateRecoveryPointFromParentOutput, error)
func (c *Backup) DisassociateRecoveryPointRequest(input *DisassociateRecoveryPointInput) (req *request.Request, output *DisassociateRecoveryPointOutput)
func (c *Backup) DisassociateRecoveryPointWithContext(ctx aws.Context, input *DisassociateRecoveryPointInput, opts ...request.Option) (*DisassociateRecoveryPointOutput, error)
func (c *Backup) ExportBackupPlanTemplate(input *ExportBackupPlanTemplateInput) (*ExportBackupPlanTemplateOutput, error)
func (c *Backup) ExportBackupPlanTemplateRequest(input *ExportBackupPlanTemplateInput) (req *request.Request, output *ExportBackupPlanTemplateOutput)
func (c *Backup) ExportBackupPlanTemplateWithContext(ctx aws.Context, input *ExportBackupPlanTemplateInput, opts ...request.Option) (*ExportBackupPlanTemplateOutput, error)
func (c *Backup) GetBackupPlan(input *GetBackupPlanInput) (*GetBackupPlanOutput, error)
func (c *Backup) GetBackupPlanFromJSON(input *GetBackupPlanFromJSONInput) (*GetBackupPlanFromJSONOutput, error)
func (c *Backup) GetBackupPlanFromJSONRequest(input *GetBackupPlanFromJSONInput) (req *request.Request, output *GetBackupPlanFromJSONOutput)
func (c *Backup) GetBackupPlanFromJSONWithContext(ctx aws.Context, input *GetBackupPlanFromJSONInput, opts ...request.Option) (*GetBackupPlanFromJSONOutput, error)
func (c *Backup) GetBackupPlanFromTemplate(input *GetBackupPlanFromTemplateInput) (*GetBackupPlanFromTemplateOutput, error)
func (c *Backup) GetBackupPlanFromTemplateRequest(input *GetBackupPlanFromTemplateInput) (req *request.Request, output *GetBackupPlanFromTemplateOutput)
func (c *Backup) GetBackupPlanFromTemplateWithContext(ctx aws.Context, input *GetBackupPlanFromTemplateInput, opts ...request.Option) (*GetBackupPlanFromTemplateOutput, error)
func (c *Backup) GetBackupPlanRequest(input *GetBackupPlanInput) (req *request.Request, output *GetBackupPlanOutput)
func (c *Backup) GetBackupPlanWithContext(ctx aws.Context, input *GetBackupPlanInput, opts ...request.Option) (*GetBackupPlanOutput, error)
func (c *Backup) GetBackupSelection(input *GetBackupSelectionInput) (*GetBackupSelectionOutput, error)
func (c *Backup) GetBackupSelectionRequest(input *GetBackupSelectionInput) (req *request.Request, output *GetBackupSelectionOutput)
func (c *Backup) GetBackupSelectionWithContext(ctx aws.Context, input *GetBackupSelectionInput, opts ...request.Option) (*GetBackupSelectionOutput, error)
func (c *Backup) GetBackupVaultAccessPolicy(input *GetBackupVaultAccessPolicyInput) (*GetBackupVaultAccessPolicyOutput, error)
func (c *Backup) GetBackupVaultAccessPolicyRequest(input *GetBackupVaultAccessPolicyInput) (req *request.Request, output *GetBackupVaultAccessPolicyOutput)
func (c *Backup) GetBackupVaultAccessPolicyWithContext(ctx aws.Context, input *GetBackupVaultAccessPolicyInput, opts ...request.Option) (*GetBackupVaultAccessPolicyOutput, error)
func (c *Backup) GetBackupVaultNotifications(input *GetBackupVaultNotificationsInput) (*GetBackupVaultNotificationsOutput, error)
func (c *Backup) GetBackupVaultNotificationsRequest(input *GetBackupVaultNotificationsInput) (req *request.Request, output *GetBackupVaultNotificationsOutput)
func (c *Backup) GetBackupVaultNotificationsWithContext(ctx aws.Context, input *GetBackupVaultNotificationsInput, opts ...request.Option) (*GetBackupVaultNotificationsOutput, error)
func (c *Backup) GetLegalHold(input *GetLegalHoldInput) (*GetLegalHoldOutput, error)
func (c *Backup) GetLegalHoldRequest(input *GetLegalHoldInput) (req *request.Request, output *GetLegalHoldOutput)
func (c *Backup) GetLegalHoldWithContext(ctx aws.Context, input *GetLegalHoldInput, opts ...request.Option) (*GetLegalHoldOutput, error)
func (c *Backup) GetRecoveryPointRestoreMetadata(input *GetRecoveryPointRestoreMetadataInput) (*GetRecoveryPointRestoreMetadataOutput, error)
func (c *Backup) GetRecoveryPointRestoreMetadataRequest(input *GetRecoveryPointRestoreMetadataInput) (req *request.Request, output *GetRecoveryPointRestoreMetadataOutput)
func (c *Backup) GetRecoveryPointRestoreMetadataWithContext(ctx aws.Context, input *GetRecoveryPointRestoreMetadataInput, opts ...request.Option) (*GetRecoveryPointRestoreMetadataOutput, error)
func (c *Backup) GetRestoreJobMetadata(input *GetRestoreJobMetadataInput) (*GetRestoreJobMetadataOutput, error)
func (c *Backup) GetRestoreJobMetadataRequest(input *GetRestoreJobMetadataInput) (req *request.Request, output *GetRestoreJobMetadataOutput)
func (c *Backup) GetRestoreJobMetadataWithContext(ctx aws.Context, input *GetRestoreJobMetadataInput, opts ...request.Option) (*GetRestoreJobMetadataOutput, error)
func (c *Backup) GetRestoreTestingInferredMetadata(input *GetRestoreTestingInferredMetadataInput) (*GetRestoreTestingInferredMetadataOutput, error)
func (c *Backup) GetRestoreTestingInferredMetadataRequest(input *GetRestoreTestingInferredMetadataInput) (req *request.Request, output *GetRestoreTestingInferredMetadataOutput)
func (c *Backup) GetRestoreTestingInferredMetadataWithContext(ctx aws.Context, input *GetRestoreTestingInferredMetadataInput, opts ...request.Option) (*GetRestoreTestingInferredMetadataOutput, error)
func (c *Backup) GetRestoreTestingPlan(input *GetRestoreTestingPlanInput) (*GetRestoreTestingPlanOutput, error)
func (c *Backup) GetRestoreTestingPlanRequest(input *GetRestoreTestingPlanInput) (req *request.Request, output *GetRestoreTestingPlanOutput)
func (c *Backup) GetRestoreTestingPlanWithContext(ctx aws.Context, input *GetRestoreTestingPlanInput, opts ...request.Option) (*GetRestoreTestingPlanOutput, error)
func (c *Backup) GetRestoreTestingSelection(input *GetRestoreTestingSelectionInput) (*GetRestoreTestingSelectionOutput, error)
func (c *Backup) GetRestoreTestingSelectionRequest(input *GetRestoreTestingSelectionInput) (req *request.Request, output *GetRestoreTestingSelectionOutput)
func (c *Backup) GetRestoreTestingSelectionWithContext(ctx aws.Context, input *GetRestoreTestingSelectionInput, opts ...request.Option) (*GetRestoreTestingSelectionOutput, error)
func (c *Backup) GetSupportedResourceTypes(input *GetSupportedResourceTypesInput) (*GetSupportedResourceTypesOutput, error)
func (c *Backup) GetSupportedResourceTypesRequest(input *GetSupportedResourceTypesInput) (req *request.Request, output *GetSupportedResourceTypesOutput)
func (c *Backup) GetSupportedResourceTypesWithContext(ctx aws.Context, input *GetSupportedResourceTypesInput, opts ...request.Option) (*GetSupportedResourceTypesOutput, error)
func (c *Backup) ListBackupJobSummaries(input *ListBackupJobSummariesInput) (*ListBackupJobSummariesOutput, error)
func (c *Backup) ListBackupJobSummariesPages(input *ListBackupJobSummariesInput, fn func(*ListBackupJobSummariesOutput, bool) bool) error
func (c *Backup) ListBackupJobSummariesPagesWithContext(ctx aws.Context, input *ListBackupJobSummariesInput, fn func(*ListBackupJobSummariesOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListBackupJobSummariesRequest(input *ListBackupJobSummariesInput) (req *request.Request, output *ListBackupJobSummariesOutput)
func (c *Backup) ListBackupJobSummariesWithContext(ctx aws.Context, input *ListBackupJobSummariesInput, opts ...request.Option) (*ListBackupJobSummariesOutput, error)
func (c *Backup) ListBackupJobs(input *ListBackupJobsInput) (*ListBackupJobsOutput, error)
func (c *Backup) ListBackupJobsPages(input *ListBackupJobsInput, fn func(*ListBackupJobsOutput, bool) bool) error
func (c *Backup) ListBackupJobsPagesWithContext(ctx aws.Context, input *ListBackupJobsInput, fn func(*ListBackupJobsOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListBackupJobsRequest(input *ListBackupJobsInput) (req *request.Request, output *ListBackupJobsOutput)
func (c *Backup) ListBackupJobsWithContext(ctx aws.Context, input *ListBackupJobsInput, opts ...request.Option) (*ListBackupJobsOutput, error)
func (c *Backup) ListBackupPlanTemplates(input *ListBackupPlanTemplatesInput) (*ListBackupPlanTemplatesOutput, error)
func (c *Backup) ListBackupPlanTemplatesPages(input *ListBackupPlanTemplatesInput, fn func(*ListBackupPlanTemplatesOutput, bool) bool) error
func (c *Backup) ListBackupPlanTemplatesPagesWithContext(ctx aws.Context, input *ListBackupPlanTemplatesInput, fn func(*ListBackupPlanTemplatesOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListBackupPlanTemplatesRequest(input *ListBackupPlanTemplatesInput) (req *request.Request, output *ListBackupPlanTemplatesOutput)
func (c *Backup) ListBackupPlanTemplatesWithContext(ctx aws.Context, input *ListBackupPlanTemplatesInput, opts ...request.Option) (*ListBackupPlanTemplatesOutput, error)
func (c *Backup) ListBackupPlanVersions(input *ListBackupPlanVersionsInput) (*ListBackupPlanVersionsOutput, error)
func (c *Backup) ListBackupPlanVersionsPages(input *ListBackupPlanVersionsInput, fn func(*ListBackupPlanVersionsOutput, bool) bool) error
func (c *Backup) ListBackupPlanVersionsPagesWithContext(ctx aws.Context, input *ListBackupPlanVersionsInput, fn func(*ListBackupPlanVersionsOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListBackupPlanVersionsRequest(input *ListBackupPlanVersionsInput) (req *request.Request, output *ListBackupPlanVersionsOutput)
func (c *Backup) ListBackupPlanVersionsWithContext(ctx aws.Context, input *ListBackupPlanVersionsInput, opts ...request.Option) (*ListBackupPlanVersionsOutput, error)
func (c *Backup) ListBackupPlans(input *ListBackupPlansInput) (*ListBackupPlansOutput, error)
func (c *Backup) ListBackupPlansPages(input *ListBackupPlansInput, fn func(*ListBackupPlansOutput, bool) bool) error
func (c *Backup) ListBackupPlansPagesWithContext(ctx aws.Context, input *ListBackupPlansInput, fn func(*ListBackupPlansOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListBackupPlansRequest(input *ListBackupPlansInput) (req *request.Request, output *ListBackupPlansOutput)
func (c *Backup) ListBackupPlansWithContext(ctx aws.Context, input *ListBackupPlansInput, opts ...request.Option) (*ListBackupPlansOutput, error)
func (c *Backup) ListBackupSelections(input *ListBackupSelectionsInput) (*ListBackupSelectionsOutput, error)
func (c *Backup) ListBackupSelectionsPages(input *ListBackupSelectionsInput, fn func(*ListBackupSelectionsOutput, bool) bool) error
func (c *Backup) ListBackupSelectionsPagesWithContext(ctx aws.Context, input *ListBackupSelectionsInput, fn func(*ListBackupSelectionsOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListBackupSelectionsRequest(input *ListBackupSelectionsInput) (req *request.Request, output *ListBackupSelectionsOutput)
func (c *Backup) ListBackupSelectionsWithContext(ctx aws.Context, input *ListBackupSelectionsInput, opts ...request.Option) (*ListBackupSelectionsOutput, error)
func (c *Backup) ListBackupVaults(input *ListBackupVaultsInput) (*ListBackupVaultsOutput, error)
func (c *Backup) ListBackupVaultsPages(input *ListBackupVaultsInput, fn func(*ListBackupVaultsOutput, bool) bool) error
func (c *Backup) ListBackupVaultsPagesWithContext(ctx aws.Context, input *ListBackupVaultsInput, fn func(*ListBackupVaultsOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListBackupVaultsRequest(input *ListBackupVaultsInput) (req *request.Request, output *ListBackupVaultsOutput)
func (c *Backup) ListBackupVaultsWithContext(ctx aws.Context, input *ListBackupVaultsInput, opts ...request.Option) (*ListBackupVaultsOutput, error)
func (c *Backup) ListCopyJobSummaries(input *ListCopyJobSummariesInput) (*ListCopyJobSummariesOutput, error)
func (c *Backup) ListCopyJobSummariesPages(input *ListCopyJobSummariesInput, fn func(*ListCopyJobSummariesOutput, bool) bool) error
func (c *Backup) ListCopyJobSummariesPagesWithContext(ctx aws.Context, input *ListCopyJobSummariesInput, fn func(*ListCopyJobSummariesOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListCopyJobSummariesRequest(input *ListCopyJobSummariesInput) (req *request.Request, output *ListCopyJobSummariesOutput)
func (c *Backup) ListCopyJobSummariesWithContext(ctx aws.Context, input *ListCopyJobSummariesInput, opts ...request.Option) (*ListCopyJobSummariesOutput, error)
func (c *Backup) ListCopyJobs(input *ListCopyJobsInput) (*ListCopyJobsOutput, error)
func (c *Backup) ListCopyJobsPages(input *ListCopyJobsInput, fn func(*ListCopyJobsOutput, bool) bool) error
func (c *Backup) ListCopyJobsPagesWithContext(ctx aws.Context, input *ListCopyJobsInput, fn func(*ListCopyJobsOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListCopyJobsRequest(input *ListCopyJobsInput) (req *request.Request, output *ListCopyJobsOutput)
func (c *Backup) ListCopyJobsWithContext(ctx aws.Context, input *ListCopyJobsInput, opts ...request.Option) (*ListCopyJobsOutput, error)
func (c *Backup) ListFrameworks(input *ListFrameworksInput) (*ListFrameworksOutput, error)
func (c *Backup) ListFrameworksPages(input *ListFrameworksInput, fn func(*ListFrameworksOutput, bool) bool) error
func (c *Backup) ListFrameworksPagesWithContext(ctx aws.Context, input *ListFrameworksInput, fn func(*ListFrameworksOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListFrameworksRequest(input *ListFrameworksInput) (req *request.Request, output *ListFrameworksOutput)
func (c *Backup) ListFrameworksWithContext(ctx aws.Context, input *ListFrameworksInput, opts ...request.Option) (*ListFrameworksOutput, error)
func (c *Backup) ListLegalHolds(input *ListLegalHoldsInput) (*ListLegalHoldsOutput, error)
func (c *Backup) ListLegalHoldsPages(input *ListLegalHoldsInput, fn func(*ListLegalHoldsOutput, bool) bool) error
func (c *Backup) ListLegalHoldsPagesWithContext(ctx aws.Context, input *ListLegalHoldsInput, fn func(*ListLegalHoldsOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListLegalHoldsRequest(input *ListLegalHoldsInput) (req *request.Request, output *ListLegalHoldsOutput)
func (c *Backup) ListLegalHoldsWithContext(ctx aws.Context, input *ListLegalHoldsInput, opts ...request.Option) (*ListLegalHoldsOutput, error)
func (c *Backup) ListProtectedResources(input *ListProtectedResourcesInput) (*ListProtectedResourcesOutput, error)
func (c *Backup) ListProtectedResourcesByBackupVault(input *ListProtectedResourcesByBackupVaultInput) (*ListProtectedResourcesByBackupVaultOutput, error)
func (c *Backup) ListProtectedResourcesByBackupVaultPages(input *ListProtectedResourcesByBackupVaultInput, fn func(*ListProtectedResourcesByBackupVaultOutput, bool) bool) error
func (c *Backup) ListProtectedResourcesByBackupVaultPagesWithContext(ctx aws.Context, input *ListProtectedResourcesByBackupVaultInput, fn func(*ListProtectedResourcesByBackupVaultOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListProtectedResourcesByBackupVaultRequest(input *ListProtectedResourcesByBackupVaultInput) (req *request.Request, output *ListProtectedResourcesByBackupVaultOutput)
func (c *Backup) ListProtectedResourcesByBackupVaultWithContext(ctx aws.Context, input *ListProtectedResourcesByBackupVaultInput, opts ...request.Option) (*ListProtectedResourcesByBackupVaultOutput, error)
func (c *Backup) ListProtectedResourcesPages(input *ListProtectedResourcesInput, fn func(*ListProtectedResourcesOutput, bool) bool) error
func (c *Backup) ListProtectedResourcesPagesWithContext(ctx aws.Context, input *ListProtectedResourcesInput, fn func(*ListProtectedResourcesOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListProtectedResourcesRequest(input *ListProtectedResourcesInput) (req *request.Request, output *ListProtectedResourcesOutput)
func (c *Backup) ListProtectedResourcesWithContext(ctx aws.Context, input *ListProtectedResourcesInput, opts ...request.Option) (*ListProtectedResourcesOutput, error)
func (c *Backup) ListRecoveryPointsByBackupVault(input *ListRecoveryPointsByBackupVaultInput) (*ListRecoveryPointsByBackupVaultOutput, error)
func (c *Backup) ListRecoveryPointsByBackupVaultPages(input *ListRecoveryPointsByBackupVaultInput, fn func(*ListRecoveryPointsByBackupVaultOutput, bool) bool) error
func (c *Backup) ListRecoveryPointsByBackupVaultPagesWithContext(ctx aws.Context, input *ListRecoveryPointsByBackupVaultInput, fn func(*ListRecoveryPointsByBackupVaultOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListRecoveryPointsByBackupVaultRequest(input *ListRecoveryPointsByBackupVaultInput) (req *request.Request, output *ListRecoveryPointsByBackupVaultOutput)
func (c *Backup) ListRecoveryPointsByBackupVaultWithContext(ctx aws.Context, input *ListRecoveryPointsByBackupVaultInput, opts ...request.Option) (*ListRecoveryPointsByBackupVaultOutput, error)
func (c *Backup) ListRecoveryPointsByLegalHold(input *ListRecoveryPointsByLegalHoldInput) (*ListRecoveryPointsByLegalHoldOutput, error)
func (c *Backup) ListRecoveryPointsByLegalHoldPages(input *ListRecoveryPointsByLegalHoldInput, fn func(*ListRecoveryPointsByLegalHoldOutput, bool) bool) error
func (c *Backup) ListRecoveryPointsByLegalHoldPagesWithContext(ctx aws.Context, input *ListRecoveryPointsByLegalHoldInput, fn func(*ListRecoveryPointsByLegalHoldOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListRecoveryPointsByLegalHoldRequest(input *ListRecoveryPointsByLegalHoldInput) (req *request.Request, output *ListRecoveryPointsByLegalHoldOutput)
func (c *Backup) ListRecoveryPointsByLegalHoldWithContext(ctx aws.Context, input *ListRecoveryPointsByLegalHoldInput, opts ...request.Option) (*ListRecoveryPointsByLegalHoldOutput, error)
func (c *Backup) ListRecoveryPointsByResource(input *ListRecoveryPointsByResourceInput) (*ListRecoveryPointsByResourceOutput, error)
func (c *Backup) ListRecoveryPointsByResourcePages(input *ListRecoveryPointsByResourceInput, fn func(*ListRecoveryPointsByResourceOutput, bool) bool) error
func (c *Backup) ListRecoveryPointsByResourcePagesWithContext(ctx aws.Context, input *ListRecoveryPointsByResourceInput, fn func(*ListRecoveryPointsByResourceOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListRecoveryPointsByResourceRequest(input *ListRecoveryPointsByResourceInput) (req *request.Request, output *ListRecoveryPointsByResourceOutput)
func (c *Backup) ListRecoveryPointsByResourceWithContext(ctx aws.Context, input *ListRecoveryPointsByResourceInput, opts ...request.Option) (*ListRecoveryPointsByResourceOutput, error)
func (c *Backup) ListReportJobs(input *ListReportJobsInput) (*ListReportJobsOutput, error)
func (c *Backup) ListReportJobsPages(input *ListReportJobsInput, fn func(*ListReportJobsOutput, bool) bool) error
func (c *Backup) ListReportJobsPagesWithContext(ctx aws.Context, input *ListReportJobsInput, fn func(*ListReportJobsOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListReportJobsRequest(input *ListReportJobsInput) (req *request.Request, output *ListReportJobsOutput)
func (c *Backup) ListReportJobsWithContext(ctx aws.Context, input *ListReportJobsInput, opts ...request.Option) (*ListReportJobsOutput, error)
func (c *Backup) ListReportPlans(input *ListReportPlansInput) (*ListReportPlansOutput, error)
func (c *Backup) ListReportPlansPages(input *ListReportPlansInput, fn func(*ListReportPlansOutput, bool) bool) error
func (c *Backup) ListReportPlansPagesWithContext(ctx aws.Context, input *ListReportPlansInput, fn func(*ListReportPlansOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListReportPlansRequest(input *ListReportPlansInput) (req *request.Request, output *ListReportPlansOutput)
func (c *Backup) ListReportPlansWithContext(ctx aws.Context, input *ListReportPlansInput, opts ...request.Option) (*ListReportPlansOutput, error)
func (c *Backup) ListRestoreJobSummaries(input *ListRestoreJobSummariesInput) (*ListRestoreJobSummariesOutput, error)
func (c *Backup) ListRestoreJobSummariesPages(input *ListRestoreJobSummariesInput, fn func(*ListRestoreJobSummariesOutput, bool) bool) error
func (c *Backup) ListRestoreJobSummariesPagesWithContext(ctx aws.Context, input *ListRestoreJobSummariesInput, fn func(*ListRestoreJobSummariesOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListRestoreJobSummariesRequest(input *ListRestoreJobSummariesInput) (req *request.Request, output *ListRestoreJobSummariesOutput)
func (c *Backup) ListRestoreJobSummariesWithContext(ctx aws.Context, input *ListRestoreJobSummariesInput, opts ...request.Option) (*ListRestoreJobSummariesOutput, error)
func (c *Backup) ListRestoreJobs(input *ListRestoreJobsInput) (*ListRestoreJobsOutput, error)
func (c *Backup) ListRestoreJobsByProtectedResource(input *ListRestoreJobsByProtectedResourceInput) (*ListRestoreJobsByProtectedResourceOutput, error)
func (c *Backup) ListRestoreJobsByProtectedResourcePages(input *ListRestoreJobsByProtectedResourceInput, fn func(*ListRestoreJobsByProtectedResourceOutput, bool) bool) error
func (c *Backup) ListRestoreJobsByProtectedResourcePagesWithContext(ctx aws.Context, input *ListRestoreJobsByProtectedResourceInput, fn func(*ListRestoreJobsByProtectedResourceOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListRestoreJobsByProtectedResourceRequest(input *ListRestoreJobsByProtectedResourceInput) (req *request.Request, output *ListRestoreJobsByProtectedResourceOutput)
func (c *Backup) ListRestoreJobsByProtectedResourceWithContext(ctx aws.Context, input *ListRestoreJobsByProtectedResourceInput, opts ...request.Option) (*ListRestoreJobsByProtectedResourceOutput, error)
func (c *Backup) ListRestoreJobsPages(input *ListRestoreJobsInput, fn func(*ListRestoreJobsOutput, bool) bool) error
func (c *Backup) ListRestoreJobsPagesWithContext(ctx aws.Context, input *ListRestoreJobsInput, fn func(*ListRestoreJobsOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListRestoreJobsRequest(input *ListRestoreJobsInput) (req *request.Request, output *ListRestoreJobsOutput)
func (c *Backup) ListRestoreJobsWithContext(ctx aws.Context, input *ListRestoreJobsInput, opts ...request.Option) (*ListRestoreJobsOutput, error)
func (c *Backup) ListRestoreTestingPlans(input *ListRestoreTestingPlansInput) (*ListRestoreTestingPlansOutput, error)
func (c *Backup) ListRestoreTestingPlansPages(input *ListRestoreTestingPlansInput, fn func(*ListRestoreTestingPlansOutput, bool) bool) error
func (c *Backup) ListRestoreTestingPlansPagesWithContext(ctx aws.Context, input *ListRestoreTestingPlansInput, fn func(*ListRestoreTestingPlansOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListRestoreTestingPlansRequest(input *ListRestoreTestingPlansInput) (req *request.Request, output *ListRestoreTestingPlansOutput)
func (c *Backup) ListRestoreTestingPlansWithContext(ctx aws.Context, input *ListRestoreTestingPlansInput, opts ...request.Option) (*ListRestoreTestingPlansOutput, error)
func (c *Backup) ListRestoreTestingSelections(input *ListRestoreTestingSelectionsInput) (*ListRestoreTestingSelectionsOutput, error)
func (c *Backup) ListRestoreTestingSelectionsPages(input *ListRestoreTestingSelectionsInput, fn func(*ListRestoreTestingSelectionsOutput, bool) bool) error
func (c *Backup) ListRestoreTestingSelectionsPagesWithContext(ctx aws.Context, input *ListRestoreTestingSelectionsInput, fn func(*ListRestoreTestingSelectionsOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListRestoreTestingSelectionsRequest(input *ListRestoreTestingSelectionsInput) (req *request.Request, output *ListRestoreTestingSelectionsOutput)
func (c *Backup) ListRestoreTestingSelectionsWithContext(ctx aws.Context, input *ListRestoreTestingSelectionsInput, opts ...request.Option) (*ListRestoreTestingSelectionsOutput, error)
func (c *Backup) ListTags(input *ListTagsInput) (*ListTagsOutput, error)
func (c *Backup) ListTagsPages(input *ListTagsInput, fn func(*ListTagsOutput, bool) bool) error
func (c *Backup) ListTagsPagesWithContext(ctx aws.Context, input *ListTagsInput, fn func(*ListTagsOutput, bool) bool, opts ...request.Option) error
func (c *Backup) ListTagsRequest(input *ListTagsInput) (req *request.Request, output *ListTagsOutput)
func (c *Backup) ListTagsWithContext(ctx aws.Context, input *ListTagsInput, opts ...request.Option) (*ListTagsOutput, error)
func (c *Backup) PutBackupVaultAccessPolicy(input *PutBackupVaultAccessPolicyInput) (*PutBackupVaultAccessPolicyOutput, error)
func (c *Backup) PutBackupVaultAccessPolicyRequest(input *PutBackupVaultAccessPolicyInput) (req *request.Request, output *PutBackupVaultAccessPolicyOutput)
func (c *Backup) PutBackupVaultAccessPolicyWithContext(ctx aws.Context, input *PutBackupVaultAccessPolicyInput, opts ...request.Option) (*PutBackupVaultAccessPolicyOutput, error)
func (c *Backup) PutBackupVaultLockConfiguration(input *PutBackupVaultLockConfigurationInput) (*PutBackupVaultLockConfigurationOutput, error)
func (c *Backup) PutBackupVaultLockConfigurationRequest(input *PutBackupVaultLockConfigurationInput) (req *request.Request, output *PutBackupVaultLockConfigurationOutput)
func (c *Backup) PutBackupVaultLockConfigurationWithContext(ctx aws.Context, input *PutBackupVaultLockConfigurationInput, opts ...request.Option) (*PutBackupVaultLockConfigurationOutput, error)
func (c *Backup) PutBackupVaultNotifications(input *PutBackupVaultNotificationsInput) (*PutBackupVaultNotificationsOutput, error)
func (c *Backup) PutBackupVaultNotificationsRequest(input *PutBackupVaultNotificationsInput) (req *request.Request, output *PutBackupVaultNotificationsOutput)
func (c *Backup) PutBackupVaultNotificationsWithContext(ctx aws.Context, input *PutBackupVaultNotificationsInput, opts ...request.Option) (*PutBackupVaultNotificationsOutput, error)
func (c *Backup) PutRestoreValidationResult(input *PutRestoreValidationResultInput) (*PutRestoreValidationResultOutput, error)
func (c *Backup) PutRestoreValidationResultRequest(input *PutRestoreValidationResultInput) (req *request.Request, output *PutRestoreValidationResultOutput)
func (c *Backup) PutRestoreValidationResultWithContext(ctx aws.Context, input *PutRestoreValidationResultInput, opts ...request.Option) (*PutRestoreValidationResultOutput, error)
func (c *Backup) StartBackupJob(input *StartBackupJobInput) (*StartBackupJobOutput, error)
func (c *Backup) StartBackupJobRequest(input *StartBackupJobInput) (req *request.Request, output *StartBackupJobOutput)
func (c *Backup) StartBackupJobWithContext(ctx aws.Context, input *StartBackupJobInput, opts ...request.Option) (*StartBackupJobOutput, error)
func (c *Backup) StartCopyJob(input *StartCopyJobInput) (*StartCopyJobOutput, error)
func (c *Backup) StartCopyJobRequest(input *StartCopyJobInput) (req *request.Request, output *StartCopyJobOutput)
func (c *Backup) StartCopyJobWithContext(ctx aws.Context, input *StartCopyJobInput, opts ...request.Option) (*StartCopyJobOutput, error)
func (c *Backup) StartReportJob(input *StartReportJobInput) (*StartReportJobOutput, error)
func (c *Backup) StartReportJobRequest(input *StartReportJobInput) (req *request.Request, output *StartReportJobOutput)
func (c *Backup) StartReportJobWithContext(ctx aws.Context, input *StartReportJobInput, opts ...request.Option) (*StartReportJobOutput, error)
func (c *Backup) StartRestoreJob(input *StartRestoreJobInput) (*StartRestoreJobOutput, error)
func (c *Backup) StartRestoreJobRequest(input *StartRestoreJobInput) (req *request.Request, output *StartRestoreJobOutput)
func (c *Backup) StartRestoreJobWithContext(ctx aws.Context, input *StartRestoreJobInput, opts ...request.Option) (*StartRestoreJobOutput, error)
func (c *Backup) StopBackupJob(input *StopBackupJobInput) (*StopBackupJobOutput, error)
func (c *Backup) StopBackupJobRequest(input *StopBackupJobInput) (req *request.Request, output *StopBackupJobOutput)
func (c *Backup) StopBackupJobWithContext(ctx aws.Context, input *StopBackupJobInput, opts ...request.Option) (*StopBackupJobOutput, error)
func (c *Backup) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *Backup) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *Backup) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *Backup) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *Backup) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *Backup) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *Backup) UpdateBackupPlan(input *UpdateBackupPlanInput) (*UpdateBackupPlanOutput, error)
func (c *Backup) UpdateBackupPlanRequest(input *UpdateBackupPlanInput) (req *request.Request, output *UpdateBackupPlanOutput)
func (c *Backup) UpdateBackupPlanWithContext(ctx aws.Context, input *UpdateBackupPlanInput, opts ...request.Option) (*UpdateBackupPlanOutput, error)
func (c *Backup) UpdateFramework(input *UpdateFrameworkInput) (*UpdateFrameworkOutput, error)
func (c *Backup) UpdateFrameworkRequest(input *UpdateFrameworkInput) (req *request.Request, output *UpdateFrameworkOutput)
func (c *Backup) UpdateFrameworkWithContext(ctx aws.Context, input *UpdateFrameworkInput, opts ...request.Option) (*UpdateFrameworkOutput, error)
func (c *Backup) UpdateGlobalSettings(input *UpdateGlobalSettingsInput) (*UpdateGlobalSettingsOutput, error)
func (c *Backup) UpdateGlobalSettingsRequest(input *UpdateGlobalSettingsInput) (req *request.Request, output *UpdateGlobalSettingsOutput)
func (c *Backup) UpdateGlobalSettingsWithContext(ctx aws.Context, input *UpdateGlobalSettingsInput, opts ...request.Option) (*UpdateGlobalSettingsOutput, error)
func (c *Backup) UpdateRecoveryPointLifecycle(input *UpdateRecoveryPointLifecycleInput) (*UpdateRecoveryPointLifecycleOutput, error)
func (c *Backup) UpdateRecoveryPointLifecycleRequest(input *UpdateRecoveryPointLifecycleInput) (req *request.Request, output *UpdateRecoveryPointLifecycleOutput)
func (c *Backup) UpdateRecoveryPointLifecycleWithContext(ctx aws.Context, input *UpdateRecoveryPointLifecycleInput, opts ...request.Option) (*UpdateRecoveryPointLifecycleOutput, error)
func (c *Backup) UpdateRegionSettings(input *UpdateRegionSettingsInput) (*UpdateRegionSettingsOutput, error)
func (c *Backup) UpdateRegionSettingsRequest(input *UpdateRegionSettingsInput) (req *request.Request, output *UpdateRegionSettingsOutput)
func (c *Backup) UpdateRegionSettingsWithContext(ctx aws.Context, input *UpdateRegionSettingsInput, opts ...request.Option) (*UpdateRegionSettingsOutput, error)
func (c *Backup) UpdateReportPlan(input *UpdateReportPlanInput) (*UpdateReportPlanOutput, error)
func (c *Backup) UpdateReportPlanRequest(input *UpdateReportPlanInput) (req *request.Request, output *UpdateReportPlanOutput)
func (c *Backup) UpdateReportPlanWithContext(ctx aws.Context, input *UpdateReportPlanInput, opts ...request.Option) (*UpdateReportPlanOutput, error)
func (c *Backup) UpdateRestoreTestingPlan(input *UpdateRestoreTestingPlanInput) (*UpdateRestoreTestingPlanOutput, error)
func (c *Backup) UpdateRestoreTestingPlanRequest(input *UpdateRestoreTestingPlanInput) (req *request.Request, output *UpdateRestoreTestingPlanOutput)
func (c *Backup) UpdateRestoreTestingPlanWithContext(ctx aws.Context, input *UpdateRestoreTestingPlanInput, opts ...request.Option) (*UpdateRestoreTestingPlanOutput, error)
func (c *Backup) UpdateRestoreTestingSelection(input *UpdateRestoreTestingSelectionInput) (*UpdateRestoreTestingSelectionOutput, error)
func (c *Backup) UpdateRestoreTestingSelectionRequest(input *UpdateRestoreTestingSelectionInput) (req *request.Request, output *UpdateRestoreTestingSelectionOutput)
func (c *Backup) UpdateRestoreTestingSelectionWithContext(ctx aws.Context, input *UpdateRestoreTestingSelectionInput, opts ...request.Option) (*UpdateRestoreTestingSelectionOutput, error)
func AggregationPeriod_Values() []string
func BackupJobStatus_Values() []string
func ConditionType_Values() []string
func CopyJobState_Values() []string
func CopyJobStatus_Values() []string
func JobState_Values() []string
func LegalHoldStatus_Values() []string
func RecoveryPointStatus_Values() []string
func RestoreDeletionStatus_Values() []string
func RestoreJobState_Values() []string
func RestoreJobStatus_Values() []string
func RestoreTestingRecoveryPointSelectionAlgorithm_Values() []string
func RestoreTestingRecoveryPointType_Values() []string
func RestoreValidationStatus_Values() []string
func StorageClass_Values() []string
func VaultEvent_Values() []string
func VaultState_Values() []string
func VaultType_Values() []string
type AdvancedBackupSetting
type AlreadyExistsException
type BackupJobSummary
type CalculatedLifecycle
type CancelLegalHoldInput
type CancelLegalHoldOutput
type Condition
type ConditionParameter
type Conditions
type ConflictException
type ControlInputParameter
type ControlScope
type CopyAction
type CopyJob
type CopyJobSummary
type CreateBackupPlanInput
type CreateBackupPlanOutput
type CreateBackupSelectionInput
type CreateBackupSelectionOutput
type CreateBackupVaultInput
type CreateBackupVaultOutput
type CreateFrameworkInput
type CreateFrameworkOutput
type CreateLegalHoldInput
type CreateLegalHoldOutput
type CreateLogicallyAirGappedBackupVaultInput
type CreateLogicallyAirGappedBackupVaultOutput
type CreateReportPlanInput
type CreateReportPlanOutput
type CreateRestoreTestingPlanInput
type CreateRestoreTestingPlanOutput
type CreateRestoreTestingSelectionInput
type CreateRestoreTestingSelectionOutput
type DateRange
type DeleteBackupPlanInput
type DeleteBackupPlanOutput
type DeleteBackupSelectionInput
type DeleteBackupSelectionOutput
type DeleteBackupVaultAccessPolicyInput
type DeleteBackupVaultAccessPolicyOutput
type DeleteBackupVaultInput
type DeleteBackupVaultLockConfigurationInput
type DeleteBackupVaultLockConfigurationOutput
type DeleteBackupVaultNotificationsInput
type DeleteBackupVaultNotificationsOutput
type DeleteBackupVaultOutput
type DeleteFrameworkInput
type DeleteFrameworkOutput
type DeleteRecoveryPointInput
type DeleteRecoveryPointOutput
type DeleteReportPlanInput
type DeleteReportPlanOutput
type DeleteRestoreTestingPlanInput
type DeleteRestoreTestingPlanOutput
type DeleteRestoreTestingSelectionInput
type DeleteRestoreTestingSelectionOutput
type DependencyFailureException
type DescribeBackupJobInput
type DescribeBackupJobOutput
type DescribeBackupVaultInput
type DescribeBackupVaultOutput
type DescribeCopyJobInput
type DescribeCopyJobOutput
type DescribeFrameworkInput
type DescribeFrameworkOutput
type DescribeGlobalSettingsInput
type DescribeGlobalSettingsOutput
type DescribeProtectedResourceInput
type DescribeProtectedResourceOutput
type DescribeRecoveryPointInput
type DescribeRecoveryPointOutput
type DescribeRegionSettingsInput
type DescribeRegionSettingsOutput
type DescribeReportJobInput
type DescribeReportJobOutput
type DescribeReportPlanInput
type DescribeReportPlanOutput
type DescribeRestoreJobInput
type DescribeRestoreJobOutput
type DisassociateRecoveryPointFromParentInput
type DisassociateRecoveryPointFromParentOutput
type DisassociateRecoveryPointInput
type DisassociateRecoveryPointOutput
type ExportBackupPlanTemplateInput
type ExportBackupPlanTemplateOutput
type Framework
type FrameworkControl
type GetBackupPlanFromJSONInput
type GetBackupPlanFromJSONOutput
type GetBackupPlanFromTemplateInput
type GetBackupPlanFromTemplateOutput
type GetBackupPlanInput
type GetBackupPlanOutput
type GetBackupSelectionInput
type GetBackupSelectionOutput
type GetBackupVaultAccessPolicyInput
type GetBackupVaultAccessPolicyOutput
type GetBackupVaultNotificationsInput
type GetBackupVaultNotificationsOutput
type GetLegalHoldInput
type GetLegalHoldOutput
type GetRecoveryPointRestoreMetadataInput
type GetRecoveryPointRestoreMetadataOutput
type GetRestoreJobMetadataInput
type GetRestoreJobMetadataOutput
type GetRestoreTestingInferredMetadataInput
type GetRestoreTestingInferredMetadataOutput
type GetRestoreTestingPlanInput
type GetRestoreTestingPlanOutput
type GetRestoreTestingSelectionInput
type GetRestoreTestingSelectionOutput
type GetSupportedResourceTypesInput
type GetSupportedResourceTypesOutput
type InvalidParameterValueException
type InvalidRequestException
type InvalidResourceStateException
type Job
type KeyValue
type LegalHold
type Lifecycle
type LimitExceededException
type ListBackupJobSummariesInput
type ListBackupJobSummariesOutput
type ListBackupJobsInput
type ListBackupJobsOutput
type ListBackupPlanTemplatesInput
type ListBackupPlanTemplatesOutput
type ListBackupPlanVersionsInput
type ListBackupPlanVersionsOutput
type ListBackupPlansInput
type ListBackupPlansOutput
type ListBackupSelectionsInput
type ListBackupSelectionsOutput
type ListBackupVaultsInput
type ListBackupVaultsOutput
type ListCopyJobSummariesInput
type ListCopyJobSummariesOutput
type ListCopyJobsInput
type ListCopyJobsOutput
type ListFrameworksInput
type ListFrameworksOutput
type ListLegalHoldsInput
type ListLegalHoldsOutput
type ListProtectedResourcesByBackupVaultInput
type ListProtectedResourcesByBackupVaultOutput
type ListProtectedResourcesInput
type ListProtectedResourcesOutput
type ListRecoveryPointsByBackupVaultInput
type ListRecoveryPointsByBackupVaultOutput
type ListRecoveryPointsByLegalHoldInput
type ListRecoveryPointsByLegalHoldOutput
type ListRecoveryPointsByResourceInput
type ListRecoveryPointsByResourceOutput
type ListReportJobsInput
type ListReportJobsOutput
type ListReportPlansInput
type ListReportPlansOutput
type ListRestoreJobSummariesInput
type ListRestoreJobSummariesOutput
type ListRestoreJobsByProtectedResourceInput
type ListRestoreJobsByProtectedResourceOutput
type ListRestoreJobsInput
type ListRestoreJobsOutput
type ListRestoreTestingPlansInput
type ListRestoreTestingPlansOutput
type ListRestoreTestingSelectionsInput
type ListRestoreTestingSelectionsOutput
type ListTagsInput
type ListTagsOutput
type MissingParameterValueException
type Plan
type PlanInput
type PlanTemplatesListMember
type PlansListMember
type ProtectedResource
type ProtectedResourceConditions
type PutBackupVaultAccessPolicyInput
type PutBackupVaultAccessPolicyOutput
type PutBackupVaultLockConfigurationInput
type PutBackupVaultLockConfigurationOutput
type PutBackupVaultNotificationsInput
type PutBackupVaultNotificationsOutput
type PutRestoreValidationResultInput
type PutRestoreValidationResultOutput
type RecoveryPointByBackupVault
type RecoveryPointByResource
type RecoveryPointCreator
type RecoveryPointMember
type RecoveryPointSelection
type ReportDeliveryChannel
type ReportDestination
type ReportJob
type ReportPlan
type ReportSetting
type ResourceNotFoundException
type RestoreJobCreator
type RestoreJobSummary
type RestoreJobsListMember
type RestoreTestingPlanForCreate
type RestoreTestingPlanForGet
type RestoreTestingPlanForList
type RestoreTestingPlanForUpdate
type RestoreTestingRecoveryPointSelection
type RestoreTestingSelectionForCreate
type RestoreTestingSelectionForGet
type RestoreTestingSelectionForList
type RestoreTestingSelectionForUpdate
type Rule
type RuleInput
type Selection
type SelectionsListMember
type ServiceUnavailableException
type StartBackupJobInput
type StartBackupJobOutput
type StartCopyJobInput
type StartCopyJobOutput
type StartReportJobInput
type StartReportJobOutput
type StartRestoreJobInput
type StartRestoreJobOutput
type StopBackupJobInput
type StopBackupJobOutput
type TagResourceInput
type TagResourceOutput
type UntagResourceInput
type UntagResourceOutput
type UpdateBackupPlanInput
type UpdateBackupPlanOutput
type UpdateFrameworkInput
type UpdateFrameworkOutput
type UpdateGlobalSettingsInput
type UpdateGlobalSettingsOutput
type UpdateRecoveryPointLifecycleInput
type UpdateRecoveryPointLifecycleOutput
type UpdateRegionSettingsInput
type UpdateRegionSettingsOutput
type UpdateReportPlanInput
type UpdateReportPlanOutput
type UpdateRestoreTestingPlanInput
type UpdateRestoreTestingPlanOutput
type UpdateRestoreTestingSelectionInput
type UpdateRestoreTestingSelectionOutput
type VaultListMember

Constants ▾

const (
    // AggregationPeriodOneDay is a AggregationPeriod enum value
    AggregationPeriodOneDay = "ONE_DAY"

    // AggregationPeriodSevenDays is a AggregationPeriod enum value
    AggregationPeriodSevenDays = "SEVEN_DAYS"

    // AggregationPeriodFourteenDays is a AggregationPeriod enum value
    AggregationPeriodFourteenDays = "FOURTEEN_DAYS"
)
const (
    // BackupJobStatusCreated is a BackupJobStatus enum value
    BackupJobStatusCreated = "CREATED"

    // BackupJobStatusPending is a BackupJobStatus enum value
    BackupJobStatusPending = "PENDING"

    // BackupJobStatusRunning is a BackupJobStatus enum value
    BackupJobStatusRunning = "RUNNING"

    // BackupJobStatusAborting is a BackupJobStatus enum value
    BackupJobStatusAborting = "ABORTING"

    // BackupJobStatusAborted is a BackupJobStatus enum value
    BackupJobStatusAborted = "ABORTED"

    // BackupJobStatusCompleted is a BackupJobStatus enum value
    BackupJobStatusCompleted = "COMPLETED"

    // BackupJobStatusFailed is a BackupJobStatus enum value
    BackupJobStatusFailed = "FAILED"

    // BackupJobStatusExpired is a BackupJobStatus enum value
    BackupJobStatusExpired = "EXPIRED"

    // BackupJobStatusPartial is a BackupJobStatus enum value
    BackupJobStatusPartial = "PARTIAL"

    // BackupJobStatusAggregateAll is a BackupJobStatus enum value
    BackupJobStatusAggregateAll = "AGGREGATE_ALL"

    // BackupJobStatusAny is a BackupJobStatus enum value
    BackupJobStatusAny = "ANY"
)
const (
    // CopyJobStateCreated is a CopyJobState enum value
    CopyJobStateCreated = "CREATED"

    // CopyJobStateRunning is a CopyJobState enum value
    CopyJobStateRunning = "RUNNING"

    // CopyJobStateCompleted is a CopyJobState enum value
    CopyJobStateCompleted = "COMPLETED"

    // CopyJobStateFailed is a CopyJobState enum value
    CopyJobStateFailed = "FAILED"

    // CopyJobStatePartial is a CopyJobState enum value
    CopyJobStatePartial = "PARTIAL"
)
const (
    // CopyJobStatusCreated is a CopyJobStatus enum value
    CopyJobStatusCreated = "CREATED"

    // CopyJobStatusRunning is a CopyJobStatus enum value
    CopyJobStatusRunning = "RUNNING"

    // CopyJobStatusAborting is a CopyJobStatus enum value
    CopyJobStatusAborting = "ABORTING"

    // CopyJobStatusAborted is a CopyJobStatus enum value
    CopyJobStatusAborted = "ABORTED"

    // CopyJobStatusCompleting is a CopyJobStatus enum value
    CopyJobStatusCompleting = "COMPLETING"

    // CopyJobStatusCompleted is a CopyJobStatus enum value
    CopyJobStatusCompleted = "COMPLETED"

    // CopyJobStatusFailing is a CopyJobStatus enum value
    CopyJobStatusFailing = "FAILING"

    // CopyJobStatusFailed is a CopyJobStatus enum value
    CopyJobStatusFailed = "FAILED"

    // CopyJobStatusPartial is a CopyJobStatus enum value
    CopyJobStatusPartial = "PARTIAL"

    // CopyJobStatusAggregateAll is a CopyJobStatus enum value
    CopyJobStatusAggregateAll = "AGGREGATE_ALL"

    // CopyJobStatusAny is a CopyJobStatus enum value
    CopyJobStatusAny = "ANY"
)
const (
    // JobStateCreated is a JobState enum value
    JobStateCreated = "CREATED"

    // JobStatePending is a JobState enum value
    JobStatePending = "PENDING"

    // JobStateRunning is a JobState enum value
    JobStateRunning = "RUNNING"

    // JobStateAborting is a JobState enum value
    JobStateAborting = "ABORTING"

    // JobStateAborted is a JobState enum value
    JobStateAborted = "ABORTED"

    // JobStateCompleted is a JobState enum value
    JobStateCompleted = "COMPLETED"

    // JobStateFailed is a JobState enum value
    JobStateFailed = "FAILED"

    // JobStateExpired is a JobState enum value
    JobStateExpired = "EXPIRED"

    // JobStatePartial is a JobState enum value
    JobStatePartial = "PARTIAL"
)
const (
    // LegalHoldStatusCreating is a LegalHoldStatus enum value
    LegalHoldStatusCreating = "CREATING"

    // LegalHoldStatusActive is a LegalHoldStatus enum value
    LegalHoldStatusActive = "ACTIVE"

    // LegalHoldStatusCanceling is a LegalHoldStatus enum value
    LegalHoldStatusCanceling = "CANCELING"

    // LegalHoldStatusCanceled is a LegalHoldStatus enum value
    LegalHoldStatusCanceled = "CANCELED"
)
const (
    // RecoveryPointStatusCompleted is a RecoveryPointStatus enum value
    RecoveryPointStatusCompleted = "COMPLETED"

    // RecoveryPointStatusPartial is a RecoveryPointStatus enum value
    RecoveryPointStatusPartial = "PARTIAL"

    // RecoveryPointStatusDeleting is a RecoveryPointStatus enum value
    RecoveryPointStatusDeleting = "DELETING"

    // RecoveryPointStatusExpired is a RecoveryPointStatus enum value
    RecoveryPointStatusExpired = "EXPIRED"
)
const (
    // RestoreDeletionStatusDeleting is a RestoreDeletionStatus enum value
    RestoreDeletionStatusDeleting = "DELETING"

    // RestoreDeletionStatusFailed is a RestoreDeletionStatus enum value
    RestoreDeletionStatusFailed = "FAILED"

    // RestoreDeletionStatusSuccessful is a RestoreDeletionStatus enum value
    RestoreDeletionStatusSuccessful = "SUCCESSFUL"
)
const (
    // RestoreJobStateCreated is a RestoreJobState enum value
    RestoreJobStateCreated = "CREATED"

    // RestoreJobStatePending is a RestoreJobState enum value
    RestoreJobStatePending = "PENDING"

    // RestoreJobStateRunning is a RestoreJobState enum value
    RestoreJobStateRunning = "RUNNING"

    // RestoreJobStateAborted is a RestoreJobState enum value
    RestoreJobStateAborted = "ABORTED"

    // RestoreJobStateCompleted is a RestoreJobState enum value
    RestoreJobStateCompleted = "COMPLETED"

    // RestoreJobStateFailed is a RestoreJobState enum value
    RestoreJobStateFailed = "FAILED"

    // RestoreJobStateAggregateAll is a RestoreJobState enum value
    RestoreJobStateAggregateAll = "AGGREGATE_ALL"

    // RestoreJobStateAny is a RestoreJobState enum value
    RestoreJobStateAny = "ANY"
)
const (
    // RestoreJobStatusPending is a RestoreJobStatus enum value
    RestoreJobStatusPending = "PENDING"

    // RestoreJobStatusRunning is a RestoreJobStatus enum value
    RestoreJobStatusRunning = "RUNNING"

    // RestoreJobStatusCompleted is a RestoreJobStatus enum value
    RestoreJobStatusCompleted = "COMPLETED"

    // RestoreJobStatusAborted is a RestoreJobStatus enum value
    RestoreJobStatusAborted = "ABORTED"

    // RestoreJobStatusFailed is a RestoreJobStatus enum value
    RestoreJobStatusFailed = "FAILED"
)
const (
    // RestoreTestingRecoveryPointSelectionAlgorithmLatestWithinWindow is a RestoreTestingRecoveryPointSelectionAlgorithm enum value
    RestoreTestingRecoveryPointSelectionAlgorithmLatestWithinWindow = "LATEST_WITHIN_WINDOW"

    // RestoreTestingRecoveryPointSelectionAlgorithmRandomWithinWindow is a RestoreTestingRecoveryPointSelectionAlgorithm enum value
    RestoreTestingRecoveryPointSelectionAlgorithmRandomWithinWindow = "RANDOM_WITHIN_WINDOW"
)
const (
    // RestoreTestingRecoveryPointTypeContinuous is a RestoreTestingRecoveryPointType enum value
    RestoreTestingRecoveryPointTypeContinuous = "CONTINUOUS"

    // RestoreTestingRecoveryPointTypeSnapshot is a RestoreTestingRecoveryPointType enum value
    RestoreTestingRecoveryPointTypeSnapshot = "SNAPSHOT"
)
const (
    // RestoreValidationStatusFailed is a RestoreValidationStatus enum value
    RestoreValidationStatusFailed = "FAILED"

    // RestoreValidationStatusSuccessful is a RestoreValidationStatus enum value
    RestoreValidationStatusSuccessful = "SUCCESSFUL"

    // RestoreValidationStatusTimedOut is a RestoreValidationStatus enum value
    RestoreValidationStatusTimedOut = "TIMED_OUT"

    // RestoreValidationStatusValidating is a RestoreValidationStatus enum value
    RestoreValidationStatusValidating = "VALIDATING"
)
const (
    // StorageClassWarm is a StorageClass enum value
    StorageClassWarm = "WARM"

    // StorageClassCold is a StorageClass enum value
    StorageClassCold = "COLD"

    // StorageClassDeleted is a StorageClass enum value
    StorageClassDeleted = "DELETED"
)
const (
    // VaultEventBackupJobStarted is a VaultEvent enum value
    VaultEventBackupJobStarted = "BACKUP_JOB_STARTED"

    // VaultEventBackupJobCompleted is a VaultEvent enum value
    VaultEventBackupJobCompleted = "BACKUP_JOB_COMPLETED"

    // VaultEventBackupJobSuccessful is a VaultEvent enum value
    VaultEventBackupJobSuccessful = "BACKUP_JOB_SUCCESSFUL"

    // VaultEventBackupJobFailed is a VaultEvent enum value
    VaultEventBackupJobFailed = "BACKUP_JOB_FAILED"

    // VaultEventBackupJobExpired is a VaultEvent enum value
    VaultEventBackupJobExpired = "BACKUP_JOB_EXPIRED"

    // VaultEventRestoreJobStarted is a VaultEvent enum value
    VaultEventRestoreJobStarted = "RESTORE_JOB_STARTED"

    // VaultEventRestoreJobCompleted is a VaultEvent enum value
    VaultEventRestoreJobCompleted = "RESTORE_JOB_COMPLETED"

    // VaultEventRestoreJobSuccessful is a VaultEvent enum value
    VaultEventRestoreJobSuccessful = "RESTORE_JOB_SUCCESSFUL"

    // VaultEventRestoreJobFailed is a VaultEvent enum value
    VaultEventRestoreJobFailed = "RESTORE_JOB_FAILED"

    // VaultEventCopyJobStarted is a VaultEvent enum value
    VaultEventCopyJobStarted = "COPY_JOB_STARTED"

    // VaultEventCopyJobSuccessful is a VaultEvent enum value
    VaultEventCopyJobSuccessful = "COPY_JOB_SUCCESSFUL"

    // VaultEventCopyJobFailed is a VaultEvent enum value
    VaultEventCopyJobFailed = "COPY_JOB_FAILED"

    // VaultEventRecoveryPointModified is a VaultEvent enum value
    VaultEventRecoveryPointModified = "RECOVERY_POINT_MODIFIED"

    // VaultEventBackupPlanCreated is a VaultEvent enum value
    VaultEventBackupPlanCreated = "BACKUP_PLAN_CREATED"

    // VaultEventBackupPlanModified is a VaultEvent enum value
    VaultEventBackupPlanModified = "BACKUP_PLAN_MODIFIED"

    // VaultEventS3BackupObjectFailed is a VaultEvent enum value
    VaultEventS3BackupObjectFailed = "S3_BACKUP_OBJECT_FAILED"

    // VaultEventS3RestoreObjectFailed is a VaultEvent enum value
    VaultEventS3RestoreObjectFailed = "S3_RESTORE_OBJECT_FAILED"
)
const (
    // VaultStateCreating is a VaultState enum value
    VaultStateCreating = "CREATING"

    // VaultStateAvailable is a VaultState enum value
    VaultStateAvailable = "AVAILABLE"

    // VaultStateFailed is a VaultState enum value
    VaultStateFailed = "FAILED"
)
const (
    // VaultTypeBackupVault is a VaultType enum value
    VaultTypeBackupVault = "BACKUP_VAULT"

    // VaultTypeLogicallyAirGappedBackupVault is a VaultType enum value
    VaultTypeLogicallyAirGappedBackupVault = "LOGICALLY_AIR_GAPPED_BACKUP_VAULT"
)
const (

    // ErrCodeAlreadyExistsException for service response error code
    // "AlreadyExistsException".
    //
    // The required resource already exists.
    ErrCodeAlreadyExistsException = "AlreadyExistsException"

    // ErrCodeConflictException for service response error code
    // "ConflictException".
    //
    // Backup can't perform the action that you requested until it finishes performing
    // a previous action. Try again later.
    ErrCodeConflictException = "ConflictException"

    // ErrCodeDependencyFailureException for service response error code
    // "DependencyFailureException".
    //
    // A dependent Amazon Web Services service or resource returned an error to
    // the Backup service, and the action cannot be completed.
    ErrCodeDependencyFailureException = "DependencyFailureException"

    // ErrCodeInvalidParameterValueException for service response error code
    // "InvalidParameterValueException".
    //
    // Indicates that something is wrong with a parameter's value. For example,
    // the value is out of range.
    ErrCodeInvalidParameterValueException = "InvalidParameterValueException"

    // ErrCodeInvalidRequestException for service response error code
    // "InvalidRequestException".
    //
    // Indicates that something is wrong with the input to the request. For example,
    // a parameter is of the wrong type.
    ErrCodeInvalidRequestException = "InvalidRequestException"

    // ErrCodeInvalidResourceStateException for service response error code
    // "InvalidResourceStateException".
    //
    // Backup is already performing an action on this recovery point. It can't perform
    // the action you requested until the first action finishes. Try again later.
    ErrCodeInvalidResourceStateException = "InvalidResourceStateException"

    // ErrCodeLimitExceededException for service response error code
    // "LimitExceededException".
    //
    // A limit in the request has been exceeded; for example, a maximum number of
    // items allowed in a request.
    ErrCodeLimitExceededException = "LimitExceededException"

    // ErrCodeMissingParameterValueException for service response error code
    // "MissingParameterValueException".
    //
    // Indicates that a required parameter is missing.
    ErrCodeMissingParameterValueException = "MissingParameterValueException"

    // ErrCodeResourceNotFoundException for service response error code
    // "ResourceNotFoundException".
    //
    // A resource that is required for the action doesn't exist.
    ErrCodeResourceNotFoundException = "ResourceNotFoundException"

    // ErrCodeServiceUnavailableException for service response error code
    // "ServiceUnavailableException".
    //
    // The request failed due to a temporary failure of the server.
    ErrCodeServiceUnavailableException = "ServiceUnavailableException"
)
const (
    ServiceName = "Backup" // Name of service.
    EndpointsID = "backup" // ID to lookup a service endpoint with.
    ServiceID   = "Backup" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // ConditionTypeStringequals is a ConditionType enum value
    ConditionTypeStringequals = "STRINGEQUALS"
)

func AggregationPeriod_Values

func AggregationPeriod_Values() []string

AggregationPeriod_Values returns all elements of the AggregationPeriod enum

func BackupJobStatus_Values

func BackupJobStatus_Values() []string

BackupJobStatus_Values returns all elements of the BackupJobStatus enum

func ConditionType_Values

func ConditionType_Values() []string

ConditionType_Values returns all elements of the ConditionType enum

func CopyJobState_Values

func CopyJobState_Values() []string

CopyJobState_Values returns all elements of the CopyJobState enum

func CopyJobStatus_Values

func CopyJobStatus_Values() []string

CopyJobStatus_Values returns all elements of the CopyJobStatus enum

func JobState_Values

func JobState_Values() []string

JobState_Values returns all elements of the JobState enum

func LegalHoldStatus_Values

func LegalHoldStatus_Values() []string

LegalHoldStatus_Values returns all elements of the LegalHoldStatus enum

func RecoveryPointStatus_Values

func RecoveryPointStatus_Values() []string

RecoveryPointStatus_Values returns all elements of the RecoveryPointStatus enum

func RestoreDeletionStatus_Values

func RestoreDeletionStatus_Values() []string

RestoreDeletionStatus_Values returns all elements of the RestoreDeletionStatus enum

func RestoreJobState_Values

func RestoreJobState_Values() []string

RestoreJobState_Values returns all elements of the RestoreJobState enum

func RestoreJobStatus_Values

func RestoreJobStatus_Values() []string

RestoreJobStatus_Values returns all elements of the RestoreJobStatus enum

func RestoreTestingRecoveryPointSelectionAlgorithm_Values

func RestoreTestingRecoveryPointSelectionAlgorithm_Values() []string

RestoreTestingRecoveryPointSelectionAlgorithm_Values returns all elements of the RestoreTestingRecoveryPointSelectionAlgorithm enum

func RestoreTestingRecoveryPointType_Values

func RestoreTestingRecoveryPointType_Values() []string

RestoreTestingRecoveryPointType_Values returns all elements of the RestoreTestingRecoveryPointType enum

func RestoreValidationStatus_Values

func RestoreValidationStatus_Values() []string

RestoreValidationStatus_Values returns all elements of the RestoreValidationStatus enum

func StorageClass_Values

func StorageClass_Values() []string

StorageClass_Values returns all elements of the StorageClass enum

func VaultEvent_Values

func VaultEvent_Values() []string

VaultEvent_Values returns all elements of the VaultEvent enum

func VaultState_Values

func VaultState_Values() []string

VaultState_Values returns all elements of the VaultState enum

func VaultType_Values

func VaultType_Values() []string

VaultType_Values returns all elements of the VaultType enum

type AdvancedBackupSetting

type AdvancedBackupSetting struct {

    // Specifies the backup option for a selected resource. This option is only
    // available for Windows VSS backup jobs.
    //
    // Valid values:
    //
    // Set to "WindowsVSS":"enabled" to enable the WindowsVSS backup option and
    // create a Windows VSS backup.
    //
    // Set to "WindowsVSS":"disabled" to create a regular backup. The WindowsVSS
    // option is not enabled by default.
    //
    // If you specify an invalid option, you get an InvalidParameterValueException
    // exception.
    //
    // For more information about Windows VSS backups, see Creating a VSS-Enabled
    // Windows Backup (https://docs.aws.amazon.com/aws-backup/latest/devguide/windows-backups.html).
    BackupOptions map[string]*string `type:"map"`

    // Specifies an object containing resource type and backup options. The only
    // supported resource type is Amazon EC2 instances with Windows Volume Shadow
    // Copy Service (VSS). For a CloudFormation example, see the sample CloudFormation
    // template to enable Windows VSS (https://docs.aws.amazon.com/aws-backup/latest/devguide/integrate-cloudformation-with-aws-backup.html)
    // in the Backup User Guide.
    //
    // Valid values: EC2.
    ResourceType *string `type:"string"`
    // contains filtered or unexported fields
}

A list of backup options for each resource type.

func (AdvancedBackupSetting) GoString

func (s AdvancedBackupSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdvancedBackupSetting) SetBackupOptions

func (s *AdvancedBackupSetting) SetBackupOptions(v map[string]*string) *AdvancedBackupSetting

SetBackupOptions sets the BackupOptions field's value.

func (*AdvancedBackupSetting) SetResourceType

func (s *AdvancedBackupSetting) SetResourceType(v string) *AdvancedBackupSetting

SetResourceType sets the ResourceType field's value.

func (AdvancedBackupSetting) String

func (s AdvancedBackupSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AlreadyExistsException

type AlreadyExistsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Arn *string `type:"string"`

    Code_ *string `locationName:"Code" type:"string"`

    Context *string `type:"string"`

    CreatorRequestId *string `type:"string"`

    Message_ *string `locationName:"Message" type:"string"`

    Type *string `type:"string"`
    // contains filtered or unexported fields
}

The required resource already exists.

func (*AlreadyExistsException) Code

func (s *AlreadyExistsException) Code() string

Code returns the exception type name.

func (*AlreadyExistsException) Error

func (s *AlreadyExistsException) Error() string

func (AlreadyExistsException) GoString

func (s AlreadyExistsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlreadyExistsException) Message

func (s *AlreadyExistsException) Message() string

Message returns the exception's message.

func (*AlreadyExistsException) OrigErr

func (s *AlreadyExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AlreadyExistsException) RequestID

func (s *AlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AlreadyExistsException) StatusCode

func (s *AlreadyExistsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AlreadyExistsException) String

func (s AlreadyExistsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Backup

type Backup struct {
    *client.Client
}

Backup provides the API operation methods for making requests to AWS Backup. See this package's package overview docs for details on the service.

Backup methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *Backup

New creates a new instance of the Backup client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a Backup client from just a session.
svc := backup.New(mySession)

// Create a Backup client with additional configuration
svc := backup.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*Backup) CancelLegalHold

func (c *Backup) CancelLegalHold(input *CancelLegalHoldInput) (*CancelLegalHoldOutput, error)

CancelLegalHold API operation for AWS Backup.

This action removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation CancelLegalHold for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • InvalidResourceStateException Backup is already performing an action on this recovery point. It can't perform the action you requested until the first action finishes. Try again later.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CancelLegalHold

func (*Backup) CancelLegalHoldRequest

func (c *Backup) CancelLegalHoldRequest(input *CancelLegalHoldInput) (req *request.Request, output *CancelLegalHoldOutput)

CancelLegalHoldRequest generates a "aws/request.Request" representing the client's request for the CancelLegalHold operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CancelLegalHold for more information on using the CancelLegalHold API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CancelLegalHoldRequest method.
req, resp := client.CancelLegalHoldRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CancelLegalHold

func (*Backup) CancelLegalHoldWithContext

func (c *Backup) CancelLegalHoldWithContext(ctx aws.Context, input *CancelLegalHoldInput, opts ...request.Option) (*CancelLegalHoldOutput, error)

CancelLegalHoldWithContext is the same as CancelLegalHold with the addition of the ability to pass a context and additional request options.

See CancelLegalHold for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) CreateBackupPlan

func (c *Backup) CreateBackupPlan(input *CreateBackupPlanInput) (*CreateBackupPlanOutput, error)

CreateBackupPlan API operation for AWS Backup.

Creates a backup plan using a backup plan name and backup rules. A backup plan is a document that contains information that Backup uses to schedule tasks that create recovery points for resources.

If you call CreateBackupPlan with a plan that already exists, you receive an AlreadyExistsException exception.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation CreateBackupPlan for usage and error information.

Returned Error Types:

  • LimitExceededException A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

  • AlreadyExistsException The required resource already exists.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateBackupPlan

func (*Backup) CreateBackupPlanRequest

func (c *Backup) CreateBackupPlanRequest(input *CreateBackupPlanInput) (req *request.Request, output *CreateBackupPlanOutput)

CreateBackupPlanRequest generates a "aws/request.Request" representing the client's request for the CreateBackupPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateBackupPlan for more information on using the CreateBackupPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateBackupPlanRequest method.
req, resp := client.CreateBackupPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateBackupPlan

func (*Backup) CreateBackupPlanWithContext

func (c *Backup) CreateBackupPlanWithContext(ctx aws.Context, input *CreateBackupPlanInput, opts ...request.Option) (*CreateBackupPlanOutput, error)

CreateBackupPlanWithContext is the same as CreateBackupPlan with the addition of the ability to pass a context and additional request options.

See CreateBackupPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) CreateBackupSelection

func (c *Backup) CreateBackupSelection(input *CreateBackupSelectionInput) (*CreateBackupSelectionOutput, error)

CreateBackupSelection API operation for AWS Backup.

Creates a JSON document that specifies a set of resources to assign to a backup plan. For examples, see Assigning resources programmatically (https://docs.aws.amazon.com/aws-backup/latest/devguide/assigning-resources.html#assigning-resources-json).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation CreateBackupSelection for usage and error information.

Returned Error Types:

  • LimitExceededException A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

  • AlreadyExistsException The required resource already exists.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateBackupSelection

func (*Backup) CreateBackupSelectionRequest

func (c *Backup) CreateBackupSelectionRequest(input *CreateBackupSelectionInput) (req *request.Request, output *CreateBackupSelectionOutput)

CreateBackupSelectionRequest generates a "aws/request.Request" representing the client's request for the CreateBackupSelection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateBackupSelection for more information on using the CreateBackupSelection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateBackupSelectionRequest method.
req, resp := client.CreateBackupSelectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateBackupSelection

func (*Backup) CreateBackupSelectionWithContext

func (c *Backup) CreateBackupSelectionWithContext(ctx aws.Context, input *CreateBackupSelectionInput, opts ...request.Option) (*CreateBackupSelectionOutput, error)

CreateBackupSelectionWithContext is the same as CreateBackupSelection with the addition of the ability to pass a context and additional request options.

See CreateBackupSelection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) CreateBackupVault

func (c *Backup) CreateBackupVault(input *CreateBackupVaultInput) (*CreateBackupVaultOutput, error)

CreateBackupVault API operation for AWS Backup.

Creates a logical container where backups are stored. A CreateBackupVault request includes a name, optionally one or more resource tags, an encryption key, and a request ID.

Do not include sensitive data, such as passport numbers, in the name of a backup vault.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation CreateBackupVault for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • LimitExceededException A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

  • AlreadyExistsException The required resource already exists.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateBackupVault

func (*Backup) CreateBackupVaultRequest

func (c *Backup) CreateBackupVaultRequest(input *CreateBackupVaultInput) (req *request.Request, output *CreateBackupVaultOutput)

CreateBackupVaultRequest generates a "aws/request.Request" representing the client's request for the CreateBackupVault operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateBackupVault for more information on using the CreateBackupVault API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateBackupVaultRequest method.
req, resp := client.CreateBackupVaultRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateBackupVault

func (*Backup) CreateBackupVaultWithContext

func (c *Backup) CreateBackupVaultWithContext(ctx aws.Context, input *CreateBackupVaultInput, opts ...request.Option) (*CreateBackupVaultOutput, error)

CreateBackupVaultWithContext is the same as CreateBackupVault with the addition of the ability to pass a context and additional request options.

See CreateBackupVault for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) CreateFramework

func (c *Backup) CreateFramework(input *CreateFrameworkInput) (*CreateFrameworkOutput, error)

CreateFramework API operation for AWS Backup.

Creates a framework with one or more controls. A framework is a collection of controls that you can use to evaluate your backup practices. By using pre-built customizable controls to define your policies, you can evaluate whether your backup practices comply with your policies and which resources are not yet in compliance.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation CreateFramework for usage and error information.

Returned Error Types:

  • AlreadyExistsException The required resource already exists.

  • LimitExceededException A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateFramework

func (*Backup) CreateFrameworkRequest

func (c *Backup) CreateFrameworkRequest(input *CreateFrameworkInput) (req *request.Request, output *CreateFrameworkOutput)

CreateFrameworkRequest generates a "aws/request.Request" representing the client's request for the CreateFramework operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateFramework for more information on using the CreateFramework API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateFrameworkRequest method.
req, resp := client.CreateFrameworkRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateFramework

func (*Backup) CreateFrameworkWithContext

func (c *Backup) CreateFrameworkWithContext(ctx aws.Context, input *CreateFrameworkInput, opts ...request.Option) (*CreateFrameworkOutput, error)

CreateFrameworkWithContext is the same as CreateFramework with the addition of the ability to pass a context and additional request options.

See CreateFramework for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) CreateLegalHold

func (c *Backup) CreateLegalHold(input *CreateLegalHoldInput) (*CreateLegalHoldOutput, error)

CreateLegalHold API operation for AWS Backup.

This action creates a legal hold on a recovery point (backup). A legal hold is a restraint on altering or deleting a backup until an authorized user cancels the legal hold. Any actions to delete or disassociate a recovery point will fail with an error if one or more active legal holds are on the recovery point.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation CreateLegalHold for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • LimitExceededException A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateLegalHold

func (*Backup) CreateLegalHoldRequest

func (c *Backup) CreateLegalHoldRequest(input *CreateLegalHoldInput) (req *request.Request, output *CreateLegalHoldOutput)

CreateLegalHoldRequest generates a "aws/request.Request" representing the client's request for the CreateLegalHold operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateLegalHold for more information on using the CreateLegalHold API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateLegalHoldRequest method.
req, resp := client.CreateLegalHoldRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateLegalHold

func (*Backup) CreateLegalHoldWithContext

func (c *Backup) CreateLegalHoldWithContext(ctx aws.Context, input *CreateLegalHoldInput, opts ...request.Option) (*CreateLegalHoldOutput, error)

CreateLegalHoldWithContext is the same as CreateLegalHold with the addition of the ability to pass a context and additional request options.

See CreateLegalHold for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) CreateLogicallyAirGappedBackupVault

func (c *Backup) CreateLogicallyAirGappedBackupVault(input *CreateLogicallyAirGappedBackupVaultInput) (*CreateLogicallyAirGappedBackupVaultOutput, error)

CreateLogicallyAirGappedBackupVault API operation for AWS Backup.

This request creates a logical container to where backups may be copied.

This request includes a name, the Region, the maximum number of retention days, the minimum number of retention days, and optionally can include tags and a creator request ID.

Do not include sensitive data, such as passport numbers, in the name of a backup vault.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation CreateLogicallyAirGappedBackupVault for usage and error information.

Returned Error Types:

  • AlreadyExistsException The required resource already exists.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • LimitExceededException A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateLogicallyAirGappedBackupVault

func (*Backup) CreateLogicallyAirGappedBackupVaultRequest

func (c *Backup) CreateLogicallyAirGappedBackupVaultRequest(input *CreateLogicallyAirGappedBackupVaultInput) (req *request.Request, output *CreateLogicallyAirGappedBackupVaultOutput)

CreateLogicallyAirGappedBackupVaultRequest generates a "aws/request.Request" representing the client's request for the CreateLogicallyAirGappedBackupVault operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateLogicallyAirGappedBackupVault for more information on using the CreateLogicallyAirGappedBackupVault API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateLogicallyAirGappedBackupVaultRequest method.
req, resp := client.CreateLogicallyAirGappedBackupVaultRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateLogicallyAirGappedBackupVault

func (*Backup) CreateLogicallyAirGappedBackupVaultWithContext

func (c *Backup) CreateLogicallyAirGappedBackupVaultWithContext(ctx aws.Context, input *CreateLogicallyAirGappedBackupVaultInput, opts ...request.Option) (*CreateLogicallyAirGappedBackupVaultOutput, error)

CreateLogicallyAirGappedBackupVaultWithContext is the same as CreateLogicallyAirGappedBackupVault with the addition of the ability to pass a context and additional request options.

See CreateLogicallyAirGappedBackupVault for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) CreateReportPlan

func (c *Backup) CreateReportPlan(input *CreateReportPlanInput) (*CreateReportPlanOutput, error)

CreateReportPlan API operation for AWS Backup.

Creates a report plan. A report plan is a document that contains information about the contents of the report and where Backup will deliver it.

If you call CreateReportPlan with a plan that already exists, you receive an AlreadyExistsException exception.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation CreateReportPlan for usage and error information.

Returned Error Types:

  • AlreadyExistsException The required resource already exists.

  • LimitExceededException A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • MissingParameterValueException Indicates that a required parameter is missing.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateReportPlan

func (*Backup) CreateReportPlanRequest

func (c *Backup) CreateReportPlanRequest(input *CreateReportPlanInput) (req *request.Request, output *CreateReportPlanOutput)

CreateReportPlanRequest generates a "aws/request.Request" representing the client's request for the CreateReportPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateReportPlan for more information on using the CreateReportPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateReportPlanRequest method.
req, resp := client.CreateReportPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateReportPlan

func (*Backup) CreateReportPlanWithContext

func (c *Backup) CreateReportPlanWithContext(ctx aws.Context, input *CreateReportPlanInput, opts ...request.Option) (*CreateReportPlanOutput, error)

CreateReportPlanWithContext is the same as CreateReportPlan with the addition of the ability to pass a context and additional request options.

See CreateReportPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) CreateRestoreTestingPlan

func (c *Backup) CreateRestoreTestingPlan(input *CreateRestoreTestingPlanInput) (*CreateRestoreTestingPlanOutput, error)

CreateRestoreTestingPlan API operation for AWS Backup.

This is the first of two steps to create a restore testing plan; once this request is successful, finish the procedure with request CreateRestoreTestingSelection.

You must include the parameter RestoreTestingPlan. You may optionally include CreatorRequestId and Tags.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation CreateRestoreTestingPlan for usage and error information.

Returned Error Types:

  • AlreadyExistsException The required resource already exists.

  • ConflictException Backup can't perform the action that you requested until it finishes performing a previous action. Try again later.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • LimitExceededException A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateRestoreTestingPlan

func (*Backup) CreateRestoreTestingPlanRequest

func (c *Backup) CreateRestoreTestingPlanRequest(input *CreateRestoreTestingPlanInput) (req *request.Request, output *CreateRestoreTestingPlanOutput)

CreateRestoreTestingPlanRequest generates a "aws/request.Request" representing the client's request for the CreateRestoreTestingPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateRestoreTestingPlan for more information on using the CreateRestoreTestingPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateRestoreTestingPlanRequest method.
req, resp := client.CreateRestoreTestingPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateRestoreTestingPlan

func (*Backup) CreateRestoreTestingPlanWithContext

func (c *Backup) CreateRestoreTestingPlanWithContext(ctx aws.Context, input *CreateRestoreTestingPlanInput, opts ...request.Option) (*CreateRestoreTestingPlanOutput, error)

CreateRestoreTestingPlanWithContext is the same as CreateRestoreTestingPlan with the addition of the ability to pass a context and additional request options.

See CreateRestoreTestingPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) CreateRestoreTestingSelection

func (c *Backup) CreateRestoreTestingSelection(input *CreateRestoreTestingSelectionInput) (*CreateRestoreTestingSelectionOutput, error)

CreateRestoreTestingSelection API operation for AWS Backup.

This request can be sent after CreateRestoreTestingPlan request returns successfully. This is the second part of creating a resource testing plan, and it must be completed sequentially.

This consists of RestoreTestingSelectionName, ProtectedResourceType, and one of the following:

  • ProtectedResourceArns

  • ProtectedResourceConditions

Each protected resource type can have one single value.

A restore testing selection can include a wildcard value ("*") for ProtectedResourceArns along with ProtectedResourceConditions. Alternatively, you can include up to 30 specific protected resource ARNs in ProtectedResourceArns.

Cannot select by both protected resource types AND specific ARNs. Request will fail if both are included.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation CreateRestoreTestingSelection for usage and error information.

Returned Error Types:

  • AlreadyExistsException The required resource already exists.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • LimitExceededException A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateRestoreTestingSelection

func (*Backup) CreateRestoreTestingSelectionRequest

func (c *Backup) CreateRestoreTestingSelectionRequest(input *CreateRestoreTestingSelectionInput) (req *request.Request, output *CreateRestoreTestingSelectionOutput)

CreateRestoreTestingSelectionRequest generates a "aws/request.Request" representing the client's request for the CreateRestoreTestingSelection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateRestoreTestingSelection for more information on using the CreateRestoreTestingSelection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateRestoreTestingSelectionRequest method.
req, resp := client.CreateRestoreTestingSelectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateRestoreTestingSelection

func (*Backup) CreateRestoreTestingSelectionWithContext

func (c *Backup) CreateRestoreTestingSelectionWithContext(ctx aws.Context, input *CreateRestoreTestingSelectionInput, opts ...request.Option) (*CreateRestoreTestingSelectionOutput, error)

CreateRestoreTestingSelectionWithContext is the same as CreateRestoreTestingSelection with the addition of the ability to pass a context and additional request options.

See CreateRestoreTestingSelection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DeleteBackupPlan

func (c *Backup) DeleteBackupPlan(input *DeleteBackupPlanInput) (*DeleteBackupPlanOutput, error)

DeleteBackupPlan API operation for AWS Backup.

Deletes a backup plan. A backup plan can only be deleted after all associated selections of resources have been deleted. Deleting a backup plan deletes the current version of a backup plan. Previous versions, if any, will still exist.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DeleteBackupPlan for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteBackupPlan

func (*Backup) DeleteBackupPlanRequest

func (c *Backup) DeleteBackupPlanRequest(input *DeleteBackupPlanInput) (req *request.Request, output *DeleteBackupPlanOutput)

DeleteBackupPlanRequest generates a "aws/request.Request" representing the client's request for the DeleteBackupPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteBackupPlan for more information on using the DeleteBackupPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteBackupPlanRequest method.
req, resp := client.DeleteBackupPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteBackupPlan

func (*Backup) DeleteBackupPlanWithContext

func (c *Backup) DeleteBackupPlanWithContext(ctx aws.Context, input *DeleteBackupPlanInput, opts ...request.Option) (*DeleteBackupPlanOutput, error)

DeleteBackupPlanWithContext is the same as DeleteBackupPlan with the addition of the ability to pass a context and additional request options.

See DeleteBackupPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DeleteBackupSelection

func (c *Backup) DeleteBackupSelection(input *DeleteBackupSelectionInput) (*DeleteBackupSelectionOutput, error)

DeleteBackupSelection API operation for AWS Backup.

Deletes the resource selection associated with a backup plan that is specified by the SelectionId.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DeleteBackupSelection for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteBackupSelection

func (*Backup) DeleteBackupSelectionRequest

func (c *Backup) DeleteBackupSelectionRequest(input *DeleteBackupSelectionInput) (req *request.Request, output *DeleteBackupSelectionOutput)

DeleteBackupSelectionRequest generates a "aws/request.Request" representing the client's request for the DeleteBackupSelection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteBackupSelection for more information on using the DeleteBackupSelection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteBackupSelectionRequest method.
req, resp := client.DeleteBackupSelectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteBackupSelection

func (*Backup) DeleteBackupSelectionWithContext

func (c *Backup) DeleteBackupSelectionWithContext(ctx aws.Context, input *DeleteBackupSelectionInput, opts ...request.Option) (*DeleteBackupSelectionOutput, error)

DeleteBackupSelectionWithContext is the same as DeleteBackupSelection with the addition of the ability to pass a context and additional request options.

See DeleteBackupSelection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DeleteBackupVault

func (c *Backup) DeleteBackupVault(input *DeleteBackupVaultInput) (*DeleteBackupVaultOutput, error)

DeleteBackupVault API operation for AWS Backup.

Deletes the backup vault identified by its name. A vault can be deleted only if it is empty.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DeleteBackupVault for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteBackupVault

func (*Backup) DeleteBackupVaultAccessPolicy

func (c *Backup) DeleteBackupVaultAccessPolicy(input *DeleteBackupVaultAccessPolicyInput) (*DeleteBackupVaultAccessPolicyOutput, error)

DeleteBackupVaultAccessPolicy API operation for AWS Backup.

Deletes the policy document that manages permissions on a backup vault.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DeleteBackupVaultAccessPolicy for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteBackupVaultAccessPolicy

func (*Backup) DeleteBackupVaultAccessPolicyRequest

func (c *Backup) DeleteBackupVaultAccessPolicyRequest(input *DeleteBackupVaultAccessPolicyInput) (req *request.Request, output *DeleteBackupVaultAccessPolicyOutput)

DeleteBackupVaultAccessPolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteBackupVaultAccessPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteBackupVaultAccessPolicy for more information on using the DeleteBackupVaultAccessPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteBackupVaultAccessPolicyRequest method.
req, resp := client.DeleteBackupVaultAccessPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteBackupVaultAccessPolicy

func (*Backup) DeleteBackupVaultAccessPolicyWithContext

func (c *Backup) DeleteBackupVaultAccessPolicyWithContext(ctx aws.Context, input *DeleteBackupVaultAccessPolicyInput, opts ...request.Option) (*DeleteBackupVaultAccessPolicyOutput, error)

DeleteBackupVaultAccessPolicyWithContext is the same as DeleteBackupVaultAccessPolicy with the addition of the ability to pass a context and additional request options.

See DeleteBackupVaultAccessPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DeleteBackupVaultLockConfiguration

func (c *Backup) DeleteBackupVaultLockConfiguration(input *DeleteBackupVaultLockConfigurationInput) (*DeleteBackupVaultLockConfigurationOutput, error)

DeleteBackupVaultLockConfiguration API operation for AWS Backup.

Deletes Backup Vault Lock from a backup vault specified by a backup vault name.

If the Vault Lock configuration is immutable, then you cannot delete Vault Lock using API operations, and you will receive an InvalidRequestException if you attempt to do so. For more information, see Vault Lock (https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html) in the Backup Developer Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DeleteBackupVaultLockConfiguration for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteBackupVaultLockConfiguration

func (*Backup) DeleteBackupVaultLockConfigurationRequest

func (c *Backup) DeleteBackupVaultLockConfigurationRequest(input *DeleteBackupVaultLockConfigurationInput) (req *request.Request, output *DeleteBackupVaultLockConfigurationOutput)

DeleteBackupVaultLockConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteBackupVaultLockConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteBackupVaultLockConfiguration for more information on using the DeleteBackupVaultLockConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteBackupVaultLockConfigurationRequest method.
req, resp := client.DeleteBackupVaultLockConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteBackupVaultLockConfiguration

func (*Backup) DeleteBackupVaultLockConfigurationWithContext

func (c *Backup) DeleteBackupVaultLockConfigurationWithContext(ctx aws.Context, input *DeleteBackupVaultLockConfigurationInput, opts ...request.Option) (*DeleteBackupVaultLockConfigurationOutput, error)

DeleteBackupVaultLockConfigurationWithContext is the same as DeleteBackupVaultLockConfiguration with the addition of the ability to pass a context and additional request options.

See DeleteBackupVaultLockConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DeleteBackupVaultNotifications

func (c *Backup) DeleteBackupVaultNotifications(input *DeleteBackupVaultNotificationsInput) (*DeleteBackupVaultNotificationsOutput, error)

DeleteBackupVaultNotifications API operation for AWS Backup.

Deletes event notifications for the specified backup vault.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DeleteBackupVaultNotifications for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteBackupVaultNotifications

func (*Backup) DeleteBackupVaultNotificationsRequest

func (c *Backup) DeleteBackupVaultNotificationsRequest(input *DeleteBackupVaultNotificationsInput) (req *request.Request, output *DeleteBackupVaultNotificationsOutput)

DeleteBackupVaultNotificationsRequest generates a "aws/request.Request" representing the client's request for the DeleteBackupVaultNotifications operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteBackupVaultNotifications for more information on using the DeleteBackupVaultNotifications API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteBackupVaultNotificationsRequest method.
req, resp := client.DeleteBackupVaultNotificationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteBackupVaultNotifications

func (*Backup) DeleteBackupVaultNotificationsWithContext

func (c *Backup) DeleteBackupVaultNotificationsWithContext(ctx aws.Context, input *DeleteBackupVaultNotificationsInput, opts ...request.Option) (*DeleteBackupVaultNotificationsOutput, error)

DeleteBackupVaultNotificationsWithContext is the same as DeleteBackupVaultNotifications with the addition of the ability to pass a context and additional request options.

See DeleteBackupVaultNotifications for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DeleteBackupVaultRequest

func (c *Backup) DeleteBackupVaultRequest(input *DeleteBackupVaultInput) (req *request.Request, output *DeleteBackupVaultOutput)

DeleteBackupVaultRequest generates a "aws/request.Request" representing the client's request for the DeleteBackupVault operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteBackupVault for more information on using the DeleteBackupVault API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteBackupVaultRequest method.
req, resp := client.DeleteBackupVaultRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteBackupVault

func (*Backup) DeleteBackupVaultWithContext

func (c *Backup) DeleteBackupVaultWithContext(ctx aws.Context, input *DeleteBackupVaultInput, opts ...request.Option) (*DeleteBackupVaultOutput, error)

DeleteBackupVaultWithContext is the same as DeleteBackupVault with the addition of the ability to pass a context and additional request options.

See DeleteBackupVault for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DeleteFramework

func (c *Backup) DeleteFramework(input *DeleteFrameworkInput) (*DeleteFrameworkOutput, error)

DeleteFramework API operation for AWS Backup.

Deletes the framework specified by a framework name.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DeleteFramework for usage and error information.

Returned Error Types:

  • MissingParameterValueException Indicates that a required parameter is missing.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • ConflictException Backup can't perform the action that you requested until it finishes performing a previous action. Try again later.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteFramework

func (*Backup) DeleteFrameworkRequest

func (c *Backup) DeleteFrameworkRequest(input *DeleteFrameworkInput) (req *request.Request, output *DeleteFrameworkOutput)

DeleteFrameworkRequest generates a "aws/request.Request" representing the client's request for the DeleteFramework operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteFramework for more information on using the DeleteFramework API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteFrameworkRequest method.
req, resp := client.DeleteFrameworkRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteFramework

func (*Backup) DeleteFrameworkWithContext

func (c *Backup) DeleteFrameworkWithContext(ctx aws.Context, input *DeleteFrameworkInput, opts ...request.Option) (*DeleteFrameworkOutput, error)

DeleteFrameworkWithContext is the same as DeleteFramework with the addition of the ability to pass a context and additional request options.

See DeleteFramework for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DeleteRecoveryPoint

func (c *Backup) DeleteRecoveryPoint(input *DeleteRecoveryPointInput) (*DeleteRecoveryPointOutput, error)

DeleteRecoveryPoint API operation for AWS Backup.

Deletes the recovery point specified by a recovery point ID.

If the recovery point ID belongs to a continuous backup, calling this endpoint deletes the existing continuous backup and stops future continuous backup.

When an IAM role's permissions are insufficient to call this API, the service sends back an HTTP 200 response with an empty HTTP body, but the recovery point is not deleted. Instead, it enters an EXPIRED state.

EXPIRED recovery points can be deleted with this API once the IAM role has the iam:CreateServiceLinkedRole action. To learn more about adding this role, see Troubleshooting manual deletions (https://docs.aws.amazon.com/aws-backup/latest/devguide/deleting-backups.html#deleting-backups-troubleshooting).

If the user or role is deleted or the permission within the role is removed, the deletion will not be successful and will enter an EXPIRED state.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DeleteRecoveryPoint for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • InvalidResourceStateException Backup is already performing an action on this recovery point. It can't perform the action you requested until the first action finishes. Try again later.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteRecoveryPoint

func (*Backup) DeleteRecoveryPointRequest

func (c *Backup) DeleteRecoveryPointRequest(input *DeleteRecoveryPointInput) (req *request.Request, output *DeleteRecoveryPointOutput)

DeleteRecoveryPointRequest generates a "aws/request.Request" representing the client's request for the DeleteRecoveryPoint operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteRecoveryPoint for more information on using the DeleteRecoveryPoint API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteRecoveryPointRequest method.
req, resp := client.DeleteRecoveryPointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteRecoveryPoint

func (*Backup) DeleteRecoveryPointWithContext

func (c *Backup) DeleteRecoveryPointWithContext(ctx aws.Context, input *DeleteRecoveryPointInput, opts ...request.Option) (*DeleteRecoveryPointOutput, error)

DeleteRecoveryPointWithContext is the same as DeleteRecoveryPoint with the addition of the ability to pass a context and additional request options.

See DeleteRecoveryPoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DeleteReportPlan

func (c *Backup) DeleteReportPlan(input *DeleteReportPlanInput) (*DeleteReportPlanOutput, error)

DeleteReportPlan API operation for AWS Backup.

Deletes the report plan specified by a report plan name.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DeleteReportPlan for usage and error information.

Returned Error Types:

  • MissingParameterValueException Indicates that a required parameter is missing.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ConflictException Backup can't perform the action that you requested until it finishes performing a previous action. Try again later.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteReportPlan

func (*Backup) DeleteReportPlanRequest

func (c *Backup) DeleteReportPlanRequest(input *DeleteReportPlanInput) (req *request.Request, output *DeleteReportPlanOutput)

DeleteReportPlanRequest generates a "aws/request.Request" representing the client's request for the DeleteReportPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteReportPlan for more information on using the DeleteReportPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteReportPlanRequest method.
req, resp := client.DeleteReportPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteReportPlan

func (*Backup) DeleteReportPlanWithContext

func (c *Backup) DeleteReportPlanWithContext(ctx aws.Context, input *DeleteReportPlanInput, opts ...request.Option) (*DeleteReportPlanOutput, error)

DeleteReportPlanWithContext is the same as DeleteReportPlan with the addition of the ability to pass a context and additional request options.

See DeleteReportPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DeleteRestoreTestingPlan

func (c *Backup) DeleteRestoreTestingPlan(input *DeleteRestoreTestingPlanInput) (*DeleteRestoreTestingPlanOutput, error)

DeleteRestoreTestingPlan API operation for AWS Backup.

This request deletes the specified restore testing plan.

Deletion can only successfully occur if all associated restore testing selections are deleted first.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DeleteRestoreTestingPlan for usage and error information.

Returned Error Types:

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteRestoreTestingPlan

func (*Backup) DeleteRestoreTestingPlanRequest

func (c *Backup) DeleteRestoreTestingPlanRequest(input *DeleteRestoreTestingPlanInput) (req *request.Request, output *DeleteRestoreTestingPlanOutput)

DeleteRestoreTestingPlanRequest generates a "aws/request.Request" representing the client's request for the DeleteRestoreTestingPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteRestoreTestingPlan for more information on using the DeleteRestoreTestingPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteRestoreTestingPlanRequest method.
req, resp := client.DeleteRestoreTestingPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteRestoreTestingPlan

func (*Backup) DeleteRestoreTestingPlanWithContext

func (c *Backup) DeleteRestoreTestingPlanWithContext(ctx aws.Context, input *DeleteRestoreTestingPlanInput, opts ...request.Option) (*DeleteRestoreTestingPlanOutput, error)

DeleteRestoreTestingPlanWithContext is the same as DeleteRestoreTestingPlan with the addition of the ability to pass a context and additional request options.

See DeleteRestoreTestingPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DeleteRestoreTestingSelection

func (c *Backup) DeleteRestoreTestingSelection(input *DeleteRestoreTestingSelectionInput) (*DeleteRestoreTestingSelectionOutput, error)

DeleteRestoreTestingSelection API operation for AWS Backup.

Input the Restore Testing Plan name and Restore Testing Selection name.

All testing selections associated with a restore testing plan must be deleted before the restore testing plan can be deleted.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DeleteRestoreTestingSelection for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteRestoreTestingSelection

func (*Backup) DeleteRestoreTestingSelectionRequest

func (c *Backup) DeleteRestoreTestingSelectionRequest(input *DeleteRestoreTestingSelectionInput) (req *request.Request, output *DeleteRestoreTestingSelectionOutput)

DeleteRestoreTestingSelectionRequest generates a "aws/request.Request" representing the client's request for the DeleteRestoreTestingSelection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteRestoreTestingSelection for more information on using the DeleteRestoreTestingSelection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteRestoreTestingSelectionRequest method.
req, resp := client.DeleteRestoreTestingSelectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteRestoreTestingSelection

func (*Backup) DeleteRestoreTestingSelectionWithContext

func (c *Backup) DeleteRestoreTestingSelectionWithContext(ctx aws.Context, input *DeleteRestoreTestingSelectionInput, opts ...request.Option) (*DeleteRestoreTestingSelectionOutput, error)

DeleteRestoreTestingSelectionWithContext is the same as DeleteRestoreTestingSelection with the addition of the ability to pass a context and additional request options.

See DeleteRestoreTestingSelection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DescribeBackupJob

func (c *Backup) DescribeBackupJob(input *DescribeBackupJobInput) (*DescribeBackupJobOutput, error)

DescribeBackupJob API operation for AWS Backup.

Returns backup job details for the specified BackupJobId.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DescribeBackupJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • DependencyFailureException A dependent Amazon Web Services service or resource returned an error to the Backup service, and the action cannot be completed.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeBackupJob

func (*Backup) DescribeBackupJobRequest

func (c *Backup) DescribeBackupJobRequest(input *DescribeBackupJobInput) (req *request.Request, output *DescribeBackupJobOutput)

DescribeBackupJobRequest generates a "aws/request.Request" representing the client's request for the DescribeBackupJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeBackupJob for more information on using the DescribeBackupJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeBackupJobRequest method.
req, resp := client.DescribeBackupJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeBackupJob

func (*Backup) DescribeBackupJobWithContext

func (c *Backup) DescribeBackupJobWithContext(ctx aws.Context, input *DescribeBackupJobInput, opts ...request.Option) (*DescribeBackupJobOutput, error)

DescribeBackupJobWithContext is the same as DescribeBackupJob with the addition of the ability to pass a context and additional request options.

See DescribeBackupJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DescribeBackupVault

func (c *Backup) DescribeBackupVault(input *DescribeBackupVaultInput) (*DescribeBackupVaultOutput, error)

DescribeBackupVault API operation for AWS Backup.

Returns metadata about a backup vault specified by its name.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DescribeBackupVault for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeBackupVault

func (*Backup) DescribeBackupVaultRequest

func (c *Backup) DescribeBackupVaultRequest(input *DescribeBackupVaultInput) (req *request.Request, output *DescribeBackupVaultOutput)

DescribeBackupVaultRequest generates a "aws/request.Request" representing the client's request for the DescribeBackupVault operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeBackupVault for more information on using the DescribeBackupVault API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeBackupVaultRequest method.
req, resp := client.DescribeBackupVaultRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeBackupVault

func (*Backup) DescribeBackupVaultWithContext

func (c *Backup) DescribeBackupVaultWithContext(ctx aws.Context, input *DescribeBackupVaultInput, opts ...request.Option) (*DescribeBackupVaultOutput, error)

DescribeBackupVaultWithContext is the same as DescribeBackupVault with the addition of the ability to pass a context and additional request options.

See DescribeBackupVault for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DescribeCopyJob

func (c *Backup) DescribeCopyJob(input *DescribeCopyJobInput) (*DescribeCopyJobOutput, error)

DescribeCopyJob API operation for AWS Backup.

Returns metadata associated with creating a copy of a resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DescribeCopyJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeCopyJob

func (*Backup) DescribeCopyJobRequest

func (c *Backup) DescribeCopyJobRequest(input *DescribeCopyJobInput) (req *request.Request, output *DescribeCopyJobOutput)

DescribeCopyJobRequest generates a "aws/request.Request" representing the client's request for the DescribeCopyJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeCopyJob for more information on using the DescribeCopyJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeCopyJobRequest method.
req, resp := client.DescribeCopyJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeCopyJob

func (*Backup) DescribeCopyJobWithContext

func (c *Backup) DescribeCopyJobWithContext(ctx aws.Context, input *DescribeCopyJobInput, opts ...request.Option) (*DescribeCopyJobOutput, error)

DescribeCopyJobWithContext is the same as DescribeCopyJob with the addition of the ability to pass a context and additional request options.

See DescribeCopyJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DescribeFramework

func (c *Backup) DescribeFramework(input *DescribeFrameworkInput) (*DescribeFrameworkOutput, error)

DescribeFramework API operation for AWS Backup.

Returns the framework details for the specified FrameworkName.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DescribeFramework for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeFramework

func (*Backup) DescribeFrameworkRequest

func (c *Backup) DescribeFrameworkRequest(input *DescribeFrameworkInput) (req *request.Request, output *DescribeFrameworkOutput)

DescribeFrameworkRequest generates a "aws/request.Request" representing the client's request for the DescribeFramework operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeFramework for more information on using the DescribeFramework API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeFrameworkRequest method.
req, resp := client.DescribeFrameworkRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeFramework

func (*Backup) DescribeFrameworkWithContext

func (c *Backup) DescribeFrameworkWithContext(ctx aws.Context, input *DescribeFrameworkInput, opts ...request.Option) (*DescribeFrameworkOutput, error)

DescribeFrameworkWithContext is the same as DescribeFramework with the addition of the ability to pass a context and additional request options.

See DescribeFramework for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DescribeGlobalSettings

func (c *Backup) DescribeGlobalSettings(input *DescribeGlobalSettingsInput) (*DescribeGlobalSettingsOutput, error)

DescribeGlobalSettings API operation for AWS Backup.

Describes whether the Amazon Web Services account is opted in to cross-account backup. Returns an error if the account is not a member of an Organizations organization. Example: describe-global-settings --region us-west-2

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DescribeGlobalSettings for usage and error information.

Returned Error Types:

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeGlobalSettings

func (*Backup) DescribeGlobalSettingsRequest

func (c *Backup) DescribeGlobalSettingsRequest(input *DescribeGlobalSettingsInput) (req *request.Request, output *DescribeGlobalSettingsOutput)

DescribeGlobalSettingsRequest generates a "aws/request.Request" representing the client's request for the DescribeGlobalSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeGlobalSettings for more information on using the DescribeGlobalSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeGlobalSettingsRequest method.
req, resp := client.DescribeGlobalSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeGlobalSettings

func (*Backup) DescribeGlobalSettingsWithContext

func (c *Backup) DescribeGlobalSettingsWithContext(ctx aws.Context, input *DescribeGlobalSettingsInput, opts ...request.Option) (*DescribeGlobalSettingsOutput, error)

DescribeGlobalSettingsWithContext is the same as DescribeGlobalSettings with the addition of the ability to pass a context and additional request options.

See DescribeGlobalSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DescribeProtectedResource

func (c *Backup) DescribeProtectedResource(input *DescribeProtectedResourceInput) (*DescribeProtectedResourceOutput, error)

DescribeProtectedResource API operation for AWS Backup.

Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DescribeProtectedResource for usage and error information.

Returned Error Types:

  • MissingParameterValueException Indicates that a required parameter is missing.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeProtectedResource

func (*Backup) DescribeProtectedResourceRequest

func (c *Backup) DescribeProtectedResourceRequest(input *DescribeProtectedResourceInput) (req *request.Request, output *DescribeProtectedResourceOutput)

DescribeProtectedResourceRequest generates a "aws/request.Request" representing the client's request for the DescribeProtectedResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeProtectedResource for more information on using the DescribeProtectedResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeProtectedResourceRequest method.
req, resp := client.DescribeProtectedResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeProtectedResource

func (*Backup) DescribeProtectedResourceWithContext

func (c *Backup) DescribeProtectedResourceWithContext(ctx aws.Context, input *DescribeProtectedResourceInput, opts ...request.Option) (*DescribeProtectedResourceOutput, error)

DescribeProtectedResourceWithContext is the same as DescribeProtectedResource with the addition of the ability to pass a context and additional request options.

See DescribeProtectedResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DescribeRecoveryPoint

func (c *Backup) DescribeRecoveryPoint(input *DescribeRecoveryPointInput) (*DescribeRecoveryPointOutput, error)

DescribeRecoveryPoint API operation for AWS Backup.

Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DescribeRecoveryPoint for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeRecoveryPoint

func (*Backup) DescribeRecoveryPointRequest

func (c *Backup) DescribeRecoveryPointRequest(input *DescribeRecoveryPointInput) (req *request.Request, output *DescribeRecoveryPointOutput)

DescribeRecoveryPointRequest generates a "aws/request.Request" representing the client's request for the DescribeRecoveryPoint operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeRecoveryPoint for more information on using the DescribeRecoveryPoint API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeRecoveryPointRequest method.
req, resp := client.DescribeRecoveryPointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeRecoveryPoint

func (*Backup) DescribeRecoveryPointWithContext

func (c *Backup) DescribeRecoveryPointWithContext(ctx aws.Context, input *DescribeRecoveryPointInput, opts ...request.Option) (*DescribeRecoveryPointOutput, error)

DescribeRecoveryPointWithContext is the same as DescribeRecoveryPoint with the addition of the ability to pass a context and additional request options.

See DescribeRecoveryPoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DescribeRegionSettings

func (c *Backup) DescribeRegionSettings(input *DescribeRegionSettingsInput) (*DescribeRegionSettingsOutput, error)

DescribeRegionSettings API operation for AWS Backup.

Returns the current service opt-in settings for the Region. If service opt-in is enabled for a service, Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, Backup does not try to protect that service's resources in this Region.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DescribeRegionSettings for usage and error information.

Returned Error Types:

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeRegionSettings

func (*Backup) DescribeRegionSettingsRequest

func (c *Backup) DescribeRegionSettingsRequest(input *DescribeRegionSettingsInput) (req *request.Request, output *DescribeRegionSettingsOutput)

DescribeRegionSettingsRequest generates a "aws/request.Request" representing the client's request for the DescribeRegionSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeRegionSettings for more information on using the DescribeRegionSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeRegionSettingsRequest method.
req, resp := client.DescribeRegionSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeRegionSettings

func (*Backup) DescribeRegionSettingsWithContext

func (c *Backup) DescribeRegionSettingsWithContext(ctx aws.Context, input *DescribeRegionSettingsInput, opts ...request.Option) (*DescribeRegionSettingsOutput, error)

DescribeRegionSettingsWithContext is the same as DescribeRegionSettings with the addition of the ability to pass a context and additional request options.

See DescribeRegionSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DescribeReportJob

func (c *Backup) DescribeReportJob(input *DescribeReportJobInput) (*DescribeReportJobOutput, error)

DescribeReportJob API operation for AWS Backup.

Returns the details associated with creating a report as specified by its ReportJobId.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DescribeReportJob for usage and error information.

Returned Error Types:

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeReportJob

func (*Backup) DescribeReportJobRequest

func (c *Backup) DescribeReportJobRequest(input *DescribeReportJobInput) (req *request.Request, output *DescribeReportJobOutput)

DescribeReportJobRequest generates a "aws/request.Request" representing the client's request for the DescribeReportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeReportJob for more information on using the DescribeReportJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeReportJobRequest method.
req, resp := client.DescribeReportJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeReportJob

func (*Backup) DescribeReportJobWithContext

func (c *Backup) DescribeReportJobWithContext(ctx aws.Context, input *DescribeReportJobInput, opts ...request.Option) (*DescribeReportJobOutput, error)

DescribeReportJobWithContext is the same as DescribeReportJob with the addition of the ability to pass a context and additional request options.

See DescribeReportJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DescribeReportPlan

func (c *Backup) DescribeReportPlan(input *DescribeReportPlanInput) (*DescribeReportPlanOutput, error)

DescribeReportPlan API operation for AWS Backup.

Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DescribeReportPlan for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeReportPlan

func (*Backup) DescribeReportPlanRequest

func (c *Backup) DescribeReportPlanRequest(input *DescribeReportPlanInput) (req *request.Request, output *DescribeReportPlanOutput)

DescribeReportPlanRequest generates a "aws/request.Request" representing the client's request for the DescribeReportPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeReportPlan for more information on using the DescribeReportPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeReportPlanRequest method.
req, resp := client.DescribeReportPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeReportPlan

func (*Backup) DescribeReportPlanWithContext

func (c *Backup) DescribeReportPlanWithContext(ctx aws.Context, input *DescribeReportPlanInput, opts ...request.Option) (*DescribeReportPlanOutput, error)

DescribeReportPlanWithContext is the same as DescribeReportPlan with the addition of the ability to pass a context and additional request options.

See DescribeReportPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DescribeRestoreJob

func (c *Backup) DescribeRestoreJob(input *DescribeRestoreJobInput) (*DescribeRestoreJobOutput, error)

DescribeRestoreJob API operation for AWS Backup.

Returns metadata associated with a restore job that is specified by a job ID.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DescribeRestoreJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • DependencyFailureException A dependent Amazon Web Services service or resource returned an error to the Backup service, and the action cannot be completed.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeRestoreJob

func (*Backup) DescribeRestoreJobRequest

func (c *Backup) DescribeRestoreJobRequest(input *DescribeRestoreJobInput) (req *request.Request, output *DescribeRestoreJobOutput)

DescribeRestoreJobRequest generates a "aws/request.Request" representing the client's request for the DescribeRestoreJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeRestoreJob for more information on using the DescribeRestoreJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeRestoreJobRequest method.
req, resp := client.DescribeRestoreJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DescribeRestoreJob

func (*Backup) DescribeRestoreJobWithContext

func (c *Backup) DescribeRestoreJobWithContext(ctx aws.Context, input *DescribeRestoreJobInput, opts ...request.Option) (*DescribeRestoreJobOutput, error)

DescribeRestoreJobWithContext is the same as DescribeRestoreJob with the addition of the ability to pass a context and additional request options.

See DescribeRestoreJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DisassociateRecoveryPoint

func (c *Backup) DisassociateRecoveryPoint(input *DisassociateRecoveryPointInput) (*DisassociateRecoveryPointOutput, error)

DisassociateRecoveryPoint API operation for AWS Backup.

Deletes the specified continuous backup recovery point from Backup and releases control of that continuous backup to the source service, such as Amazon RDS. The source service will continue to create and retain continuous backups using the lifecycle that you specified in your original backup plan.

Does not support snapshot backup recovery points.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DisassociateRecoveryPoint for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • InvalidResourceStateException Backup is already performing an action on this recovery point. It can't perform the action you requested until the first action finishes. Try again later.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DisassociateRecoveryPoint

func (*Backup) DisassociateRecoveryPointFromParent

func (c *Backup) DisassociateRecoveryPointFromParent(input *DisassociateRecoveryPointFromParentInput) (*DisassociateRecoveryPointFromParentOutput, error)

DisassociateRecoveryPointFromParent API operation for AWS Backup.

This action to a specific child (nested) recovery point removes the relationship between the specified recovery point and its parent (composite) recovery point.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation DisassociateRecoveryPointFromParent for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DisassociateRecoveryPointFromParent

func (*Backup) DisassociateRecoveryPointFromParentRequest

func (c *Backup) DisassociateRecoveryPointFromParentRequest(input *DisassociateRecoveryPointFromParentInput) (req *request.Request, output *DisassociateRecoveryPointFromParentOutput)

DisassociateRecoveryPointFromParentRequest generates a "aws/request.Request" representing the client's request for the DisassociateRecoveryPointFromParent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateRecoveryPointFromParent for more information on using the DisassociateRecoveryPointFromParent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociateRecoveryPointFromParentRequest method.
req, resp := client.DisassociateRecoveryPointFromParentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DisassociateRecoveryPointFromParent

func (*Backup) DisassociateRecoveryPointFromParentWithContext

func (c *Backup) DisassociateRecoveryPointFromParentWithContext(ctx aws.Context, input *DisassociateRecoveryPointFromParentInput, opts ...request.Option) (*DisassociateRecoveryPointFromParentOutput, error)

DisassociateRecoveryPointFromParentWithContext is the same as DisassociateRecoveryPointFromParent with the addition of the ability to pass a context and additional request options.

See DisassociateRecoveryPointFromParent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) DisassociateRecoveryPointRequest

func (c *Backup) DisassociateRecoveryPointRequest(input *DisassociateRecoveryPointInput) (req *request.Request, output *DisassociateRecoveryPointOutput)

DisassociateRecoveryPointRequest generates a "aws/request.Request" representing the client's request for the DisassociateRecoveryPoint operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateRecoveryPoint for more information on using the DisassociateRecoveryPoint API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociateRecoveryPointRequest method.
req, resp := client.DisassociateRecoveryPointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DisassociateRecoveryPoint

func (*Backup) DisassociateRecoveryPointWithContext

func (c *Backup) DisassociateRecoveryPointWithContext(ctx aws.Context, input *DisassociateRecoveryPointInput, opts ...request.Option) (*DisassociateRecoveryPointOutput, error)

DisassociateRecoveryPointWithContext is the same as DisassociateRecoveryPoint with the addition of the ability to pass a context and additional request options.

See DisassociateRecoveryPoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ExportBackupPlanTemplate

func (c *Backup) ExportBackupPlanTemplate(input *ExportBackupPlanTemplateInput) (*ExportBackupPlanTemplateOutput, error)

ExportBackupPlanTemplate API operation for AWS Backup.

Returns the backup plan that is specified by the plan ID as a backup template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ExportBackupPlanTemplate for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ExportBackupPlanTemplate

func (*Backup) ExportBackupPlanTemplateRequest

func (c *Backup) ExportBackupPlanTemplateRequest(input *ExportBackupPlanTemplateInput) (req *request.Request, output *ExportBackupPlanTemplateOutput)

ExportBackupPlanTemplateRequest generates a "aws/request.Request" representing the client's request for the ExportBackupPlanTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ExportBackupPlanTemplate for more information on using the ExportBackupPlanTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ExportBackupPlanTemplateRequest method.
req, resp := client.ExportBackupPlanTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ExportBackupPlanTemplate

func (*Backup) ExportBackupPlanTemplateWithContext

func (c *Backup) ExportBackupPlanTemplateWithContext(ctx aws.Context, input *ExportBackupPlanTemplateInput, opts ...request.Option) (*ExportBackupPlanTemplateOutput, error)

ExportBackupPlanTemplateWithContext is the same as ExportBackupPlanTemplate with the addition of the ability to pass a context and additional request options.

See ExportBackupPlanTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) GetBackupPlan

func (c *Backup) GetBackupPlan(input *GetBackupPlanInput) (*GetBackupPlanOutput, error)

GetBackupPlan API operation for AWS Backup.

Returns BackupPlan details for the specified BackupPlanId. The details are the body of a backup plan in JSON format, in addition to plan metadata.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation GetBackupPlan for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetBackupPlan

func (*Backup) GetBackupPlanFromJSON

func (c *Backup) GetBackupPlanFromJSON(input *GetBackupPlanFromJSONInput) (*GetBackupPlanFromJSONOutput, error)

GetBackupPlanFromJSON API operation for AWS Backup.

Returns a valid JSON document specifying a backup plan or an error.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation GetBackupPlanFromJSON for usage and error information.

Returned Error Types:

  • LimitExceededException A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetBackupPlanFromJSON

func (*Backup) GetBackupPlanFromJSONRequest

func (c *Backup) GetBackupPlanFromJSONRequest(input *GetBackupPlanFromJSONInput) (req *request.Request, output *GetBackupPlanFromJSONOutput)

GetBackupPlanFromJSONRequest generates a "aws/request.Request" representing the client's request for the GetBackupPlanFromJSON operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetBackupPlanFromJSON for more information on using the GetBackupPlanFromJSON API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetBackupPlanFromJSONRequest method.
req, resp := client.GetBackupPlanFromJSONRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetBackupPlanFromJSON

func (*Backup) GetBackupPlanFromJSONWithContext

func (c *Backup) GetBackupPlanFromJSONWithContext(ctx aws.Context, input *GetBackupPlanFromJSONInput, opts ...request.Option) (*GetBackupPlanFromJSONOutput, error)

GetBackupPlanFromJSONWithContext is the same as GetBackupPlanFromJSON with the addition of the ability to pass a context and additional request options.

See GetBackupPlanFromJSON for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) GetBackupPlanFromTemplate

func (c *Backup) GetBackupPlanFromTemplate(input *GetBackupPlanFromTemplateInput) (*GetBackupPlanFromTemplateOutput, error)

GetBackupPlanFromTemplate API operation for AWS Backup.

Returns the template specified by its templateId as a backup plan.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation GetBackupPlanFromTemplate for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetBackupPlanFromTemplate

func (*Backup) GetBackupPlanFromTemplateRequest

func (c *Backup) GetBackupPlanFromTemplateRequest(input *GetBackupPlanFromTemplateInput) (req *request.Request, output *GetBackupPlanFromTemplateOutput)

GetBackupPlanFromTemplateRequest generates a "aws/request.Request" representing the client's request for the GetBackupPlanFromTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetBackupPlanFromTemplate for more information on using the GetBackupPlanFromTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetBackupPlanFromTemplateRequest method.
req, resp := client.GetBackupPlanFromTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetBackupPlanFromTemplate

func (*Backup) GetBackupPlanFromTemplateWithContext

func (c *Backup) GetBackupPlanFromTemplateWithContext(ctx aws.Context, input *GetBackupPlanFromTemplateInput, opts ...request.Option) (*GetBackupPlanFromTemplateOutput, error)

GetBackupPlanFromTemplateWithContext is the same as GetBackupPlanFromTemplate with the addition of the ability to pass a context and additional request options.

See GetBackupPlanFromTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) GetBackupPlanRequest

func (c *Backup) GetBackupPlanRequest(input *GetBackupPlanInput) (req *request.Request, output *GetBackupPlanOutput)

GetBackupPlanRequest generates a "aws/request.Request" representing the client's request for the GetBackupPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetBackupPlan for more information on using the GetBackupPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetBackupPlanRequest method.
req, resp := client.GetBackupPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetBackupPlan

func (*Backup) GetBackupPlanWithContext

func (c *Backup) GetBackupPlanWithContext(ctx aws.Context, input *GetBackupPlanInput, opts ...request.Option) (*GetBackupPlanOutput, error)

GetBackupPlanWithContext is the same as GetBackupPlan with the addition of the ability to pass a context and additional request options.

See GetBackupPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) GetBackupSelection

func (c *Backup) GetBackupSelection(input *GetBackupSelectionInput) (*GetBackupSelectionOutput, error)

GetBackupSelection API operation for AWS Backup.

Returns selection metadata and a document in JSON format that specifies a list of resources that are associated with a backup plan.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation GetBackupSelection for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetBackupSelection

func (*Backup) GetBackupSelectionRequest

func (c *Backup) GetBackupSelectionRequest(input *GetBackupSelectionInput) (req *request.Request, output *GetBackupSelectionOutput)

GetBackupSelectionRequest generates a "aws/request.Request" representing the client's request for the GetBackupSelection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetBackupSelection for more information on using the GetBackupSelection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetBackupSelectionRequest method.
req, resp := client.GetBackupSelectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetBackupSelection

func (*Backup) GetBackupSelectionWithContext

func (c *Backup) GetBackupSelectionWithContext(ctx aws.Context, input *GetBackupSelectionInput, opts ...request.Option) (*GetBackupSelectionOutput, error)

GetBackupSelectionWithContext is the same as GetBackupSelection with the addition of the ability to pass a context and additional request options.

See GetBackupSelection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) GetBackupVaultAccessPolicy

func (c *Backup) GetBackupVaultAccessPolicy(input *GetBackupVaultAccessPolicyInput) (*GetBackupVaultAccessPolicyOutput, error)

GetBackupVaultAccessPolicy API operation for AWS Backup.

Returns the access policy document that is associated with the named backup vault.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation GetBackupVaultAccessPolicy for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetBackupVaultAccessPolicy

func (*Backup) GetBackupVaultAccessPolicyRequest

func (c *Backup) GetBackupVaultAccessPolicyRequest(input *GetBackupVaultAccessPolicyInput) (req *request.Request, output *GetBackupVaultAccessPolicyOutput)

GetBackupVaultAccessPolicyRequest generates a "aws/request.Request" representing the client's request for the GetBackupVaultAccessPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetBackupVaultAccessPolicy for more information on using the GetBackupVaultAccessPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetBackupVaultAccessPolicyRequest method.
req, resp := client.GetBackupVaultAccessPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetBackupVaultAccessPolicy

func (*Backup) GetBackupVaultAccessPolicyWithContext

func (c *Backup) GetBackupVaultAccessPolicyWithContext(ctx aws.Context, input *GetBackupVaultAccessPolicyInput, opts ...request.Option) (*GetBackupVaultAccessPolicyOutput, error)

GetBackupVaultAccessPolicyWithContext is the same as GetBackupVaultAccessPolicy with the addition of the ability to pass a context and additional request options.

See GetBackupVaultAccessPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) GetBackupVaultNotifications

func (c *Backup) GetBackupVaultNotifications(input *GetBackupVaultNotificationsInput) (*GetBackupVaultNotificationsOutput, error)

GetBackupVaultNotifications API operation for AWS Backup.

Returns event notifications for the specified backup vault.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation GetBackupVaultNotifications for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetBackupVaultNotifications

func (*Backup) GetBackupVaultNotificationsRequest

func (c *Backup) GetBackupVaultNotificationsRequest(input *GetBackupVaultNotificationsInput) (req *request.Request, output *GetBackupVaultNotificationsOutput)

GetBackupVaultNotificationsRequest generates a "aws/request.Request" representing the client's request for the GetBackupVaultNotifications operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetBackupVaultNotifications for more information on using the GetBackupVaultNotifications API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetBackupVaultNotificationsRequest method.
req, resp := client.GetBackupVaultNotificationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetBackupVaultNotifications

func (*Backup) GetBackupVaultNotificationsWithContext

func (c *Backup) GetBackupVaultNotificationsWithContext(ctx aws.Context, input *GetBackupVaultNotificationsInput, opts ...request.Option) (*GetBackupVaultNotificationsOutput, error)

GetBackupVaultNotificationsWithContext is the same as GetBackupVaultNotifications with the addition of the ability to pass a context and additional request options.

See GetBackupVaultNotifications for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) GetLegalHold

func (c *Backup) GetLegalHold(input *GetLegalHoldInput) (*GetLegalHoldOutput, error)

GetLegalHold API operation for AWS Backup.

This action returns details for a specified legal hold. The details are the body of a legal hold in JSON format, in addition to metadata.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation GetLegalHold for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetLegalHold

func (*Backup) GetLegalHoldRequest

func (c *Backup) GetLegalHoldRequest(input *GetLegalHoldInput) (req *request.Request, output *GetLegalHoldOutput)

GetLegalHoldRequest generates a "aws/request.Request" representing the client's request for the GetLegalHold operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetLegalHold for more information on using the GetLegalHold API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetLegalHoldRequest method.
req, resp := client.GetLegalHoldRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetLegalHold

func (*Backup) GetLegalHoldWithContext

func (c *Backup) GetLegalHoldWithContext(ctx aws.Context, input *GetLegalHoldInput, opts ...request.Option) (*GetLegalHoldOutput, error)

GetLegalHoldWithContext is the same as GetLegalHold with the addition of the ability to pass a context and additional request options.

See GetLegalHold for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) GetRecoveryPointRestoreMetadata

func (c *Backup) GetRecoveryPointRestoreMetadata(input *GetRecoveryPointRestoreMetadataInput) (*GetRecoveryPointRestoreMetadataOutput, error)

GetRecoveryPointRestoreMetadata API operation for AWS Backup.

Returns a set of metadata key-value pairs that were used to create the backup.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation GetRecoveryPointRestoreMetadata for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetRecoveryPointRestoreMetadata

func (*Backup) GetRecoveryPointRestoreMetadataRequest

func (c *Backup) GetRecoveryPointRestoreMetadataRequest(input *GetRecoveryPointRestoreMetadataInput) (req *request.Request, output *GetRecoveryPointRestoreMetadataOutput)

GetRecoveryPointRestoreMetadataRequest generates a "aws/request.Request" representing the client's request for the GetRecoveryPointRestoreMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetRecoveryPointRestoreMetadata for more information on using the GetRecoveryPointRestoreMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetRecoveryPointRestoreMetadataRequest method.
req, resp := client.GetRecoveryPointRestoreMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetRecoveryPointRestoreMetadata

func (*Backup) GetRecoveryPointRestoreMetadataWithContext

func (c *Backup) GetRecoveryPointRestoreMetadataWithContext(ctx aws.Context, input *GetRecoveryPointRestoreMetadataInput, opts ...request.Option) (*GetRecoveryPointRestoreMetadataOutput, error)

GetRecoveryPointRestoreMetadataWithContext is the same as GetRecoveryPointRestoreMetadata with the addition of the ability to pass a context and additional request options.

See GetRecoveryPointRestoreMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) GetRestoreJobMetadata

func (c *Backup) GetRestoreJobMetadata(input *GetRestoreJobMetadataInput) (*GetRestoreJobMetadataOutput, error)

GetRestoreJobMetadata API operation for AWS Backup.

This request returns the metadata for the specified restore job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation GetRestoreJobMetadata for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetRestoreJobMetadata

func (*Backup) GetRestoreJobMetadataRequest

func (c *Backup) GetRestoreJobMetadataRequest(input *GetRestoreJobMetadataInput) (req *request.Request, output *GetRestoreJobMetadataOutput)

GetRestoreJobMetadataRequest generates a "aws/request.Request" representing the client's request for the GetRestoreJobMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetRestoreJobMetadata for more information on using the GetRestoreJobMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetRestoreJobMetadataRequest method.
req, resp := client.GetRestoreJobMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetRestoreJobMetadata

func (*Backup) GetRestoreJobMetadataWithContext

func (c *Backup) GetRestoreJobMetadataWithContext(ctx aws.Context, input *GetRestoreJobMetadataInput, opts ...request.Option) (*GetRestoreJobMetadataOutput, error)

GetRestoreJobMetadataWithContext is the same as GetRestoreJobMetadata with the addition of the ability to pass a context and additional request options.

See GetRestoreJobMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) GetRestoreTestingInferredMetadata

func (c *Backup) GetRestoreTestingInferredMetadata(input *GetRestoreTestingInferredMetadataInput) (*GetRestoreTestingInferredMetadataOutput, error)

GetRestoreTestingInferredMetadata API operation for AWS Backup.

This request returns the minimal required set of metadata needed to start a restore job with secure default settings. BackupVaultName and RecoveryPointArn are required parameters. BackupVaultAccountId is an optional parameter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation GetRestoreTestingInferredMetadata for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetRestoreTestingInferredMetadata

func (*Backup) GetRestoreTestingInferredMetadataRequest

func (c *Backup) GetRestoreTestingInferredMetadataRequest(input *GetRestoreTestingInferredMetadataInput) (req *request.Request, output *GetRestoreTestingInferredMetadataOutput)

GetRestoreTestingInferredMetadataRequest generates a "aws/request.Request" representing the client's request for the GetRestoreTestingInferredMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetRestoreTestingInferredMetadata for more information on using the GetRestoreTestingInferredMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetRestoreTestingInferredMetadataRequest method.
req, resp := client.GetRestoreTestingInferredMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetRestoreTestingInferredMetadata

func (*Backup) GetRestoreTestingInferredMetadataWithContext

func (c *Backup) GetRestoreTestingInferredMetadataWithContext(ctx aws.Context, input *GetRestoreTestingInferredMetadataInput, opts ...request.Option) (*GetRestoreTestingInferredMetadataOutput, error)

GetRestoreTestingInferredMetadataWithContext is the same as GetRestoreTestingInferredMetadata with the addition of the ability to pass a context and additional request options.

See GetRestoreTestingInferredMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) GetRestoreTestingPlan

func (c *Backup) GetRestoreTestingPlan(input *GetRestoreTestingPlanInput) (*GetRestoreTestingPlanOutput, error)

GetRestoreTestingPlan API operation for AWS Backup.

Returns RestoreTestingPlan details for the specified RestoreTestingPlanName. The details are the body of a restore testing plan in JSON format, in addition to plan metadata.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation GetRestoreTestingPlan for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetRestoreTestingPlan

func (*Backup) GetRestoreTestingPlanRequest

func (c *Backup) GetRestoreTestingPlanRequest(input *GetRestoreTestingPlanInput) (req *request.Request, output *GetRestoreTestingPlanOutput)

GetRestoreTestingPlanRequest generates a "aws/request.Request" representing the client's request for the GetRestoreTestingPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetRestoreTestingPlan for more information on using the GetRestoreTestingPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetRestoreTestingPlanRequest method.
req, resp := client.GetRestoreTestingPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetRestoreTestingPlan

func (*Backup) GetRestoreTestingPlanWithContext

func (c *Backup) GetRestoreTestingPlanWithContext(ctx aws.Context, input *GetRestoreTestingPlanInput, opts ...request.Option) (*GetRestoreTestingPlanOutput, error)

GetRestoreTestingPlanWithContext is the same as GetRestoreTestingPlan with the addition of the ability to pass a context and additional request options.

See GetRestoreTestingPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) GetRestoreTestingSelection

func (c *Backup) GetRestoreTestingSelection(input *GetRestoreTestingSelectionInput) (*GetRestoreTestingSelectionOutput, error)

GetRestoreTestingSelection API operation for AWS Backup.

Returns RestoreTestingSelection, which displays resources and elements of the restore testing plan.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation GetRestoreTestingSelection for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetRestoreTestingSelection

func (*Backup) GetRestoreTestingSelectionRequest

func (c *Backup) GetRestoreTestingSelectionRequest(input *GetRestoreTestingSelectionInput) (req *request.Request, output *GetRestoreTestingSelectionOutput)

GetRestoreTestingSelectionRequest generates a "aws/request.Request" representing the client's request for the GetRestoreTestingSelection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetRestoreTestingSelection for more information on using the GetRestoreTestingSelection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetRestoreTestingSelectionRequest method.
req, resp := client.GetRestoreTestingSelectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetRestoreTestingSelection

func (*Backup) GetRestoreTestingSelectionWithContext

func (c *Backup) GetRestoreTestingSelectionWithContext(ctx aws.Context, input *GetRestoreTestingSelectionInput, opts ...request.Option) (*GetRestoreTestingSelectionOutput, error)

GetRestoreTestingSelectionWithContext is the same as GetRestoreTestingSelection with the addition of the ability to pass a context and additional request options.

See GetRestoreTestingSelection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) GetSupportedResourceTypes

func (c *Backup) GetSupportedResourceTypes(input *GetSupportedResourceTypesInput) (*GetSupportedResourceTypesOutput, error)

GetSupportedResourceTypes API operation for AWS Backup.

Returns the Amazon Web Services resource types supported by Backup.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation GetSupportedResourceTypes for usage and error information.

Returned Error Types:

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetSupportedResourceTypes

func (*Backup) GetSupportedResourceTypesRequest

func (c *Backup) GetSupportedResourceTypesRequest(input *GetSupportedResourceTypesInput) (req *request.Request, output *GetSupportedResourceTypesOutput)

GetSupportedResourceTypesRequest generates a "aws/request.Request" representing the client's request for the GetSupportedResourceTypes operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetSupportedResourceTypes for more information on using the GetSupportedResourceTypes API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetSupportedResourceTypesRequest method.
req, resp := client.GetSupportedResourceTypesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/GetSupportedResourceTypes

func (*Backup) GetSupportedResourceTypesWithContext

func (c *Backup) GetSupportedResourceTypesWithContext(ctx aws.Context, input *GetSupportedResourceTypesInput, opts ...request.Option) (*GetSupportedResourceTypesOutput, error)

GetSupportedResourceTypesWithContext is the same as GetSupportedResourceTypes with the addition of the ability to pass a context and additional request options.

See GetSupportedResourceTypes for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListBackupJobSummaries

func (c *Backup) ListBackupJobSummaries(input *ListBackupJobSummariesInput) (*ListBackupJobSummariesOutput, error)

ListBackupJobSummaries API operation for AWS Backup.

This is a request for a summary of backup jobs created or running within the most recent 30 days. You can include parameters AccountID, State, ResourceType, MessageCategory, AggregationPeriod, MaxResults, or NextToken to filter results.

This request returns a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListBackupJobSummaries for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListBackupJobSummaries

func (*Backup) ListBackupJobSummariesPages

func (c *Backup) ListBackupJobSummariesPages(input *ListBackupJobSummariesInput, fn func(*ListBackupJobSummariesOutput, bool) bool) error

ListBackupJobSummariesPages iterates over the pages of a ListBackupJobSummaries operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListBackupJobSummaries method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListBackupJobSummaries operation.
pageNum := 0
err := client.ListBackupJobSummariesPages(params,
    func(page *backup.ListBackupJobSummariesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListBackupJobSummariesPagesWithContext

func (c *Backup) ListBackupJobSummariesPagesWithContext(ctx aws.Context, input *ListBackupJobSummariesInput, fn func(*ListBackupJobSummariesOutput, bool) bool, opts ...request.Option) error

ListBackupJobSummariesPagesWithContext same as ListBackupJobSummariesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListBackupJobSummariesRequest

func (c *Backup) ListBackupJobSummariesRequest(input *ListBackupJobSummariesInput) (req *request.Request, output *ListBackupJobSummariesOutput)

ListBackupJobSummariesRequest generates a "aws/request.Request" representing the client's request for the ListBackupJobSummaries operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListBackupJobSummaries for more information on using the ListBackupJobSummaries API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListBackupJobSummariesRequest method.
req, resp := client.ListBackupJobSummariesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListBackupJobSummaries

func (*Backup) ListBackupJobSummariesWithContext

func (c *Backup) ListBackupJobSummariesWithContext(ctx aws.Context, input *ListBackupJobSummariesInput, opts ...request.Option) (*ListBackupJobSummariesOutput, error)

ListBackupJobSummariesWithContext is the same as ListBackupJobSummaries with the addition of the ability to pass a context and additional request options.

See ListBackupJobSummaries for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListBackupJobs

func (c *Backup) ListBackupJobs(input *ListBackupJobsInput) (*ListBackupJobsOutput, error)

ListBackupJobs API operation for AWS Backup.

Returns a list of existing backup jobs for an authenticated account for the last 30 days. For a longer period of time, consider using these monitoring tools (https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListBackupJobs for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListBackupJobs

func (*Backup) ListBackupJobsPages

func (c *Backup) ListBackupJobsPages(input *ListBackupJobsInput, fn func(*ListBackupJobsOutput, bool) bool) error

ListBackupJobsPages iterates over the pages of a ListBackupJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListBackupJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListBackupJobs operation.
pageNum := 0
err := client.ListBackupJobsPages(params,
    func(page *backup.ListBackupJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListBackupJobsPagesWithContext

func (c *Backup) ListBackupJobsPagesWithContext(ctx aws.Context, input *ListBackupJobsInput, fn func(*ListBackupJobsOutput, bool) bool, opts ...request.Option) error

ListBackupJobsPagesWithContext same as ListBackupJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListBackupJobsRequest

func (c *Backup) ListBackupJobsRequest(input *ListBackupJobsInput) (req *request.Request, output *ListBackupJobsOutput)

ListBackupJobsRequest generates a "aws/request.Request" representing the client's request for the ListBackupJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListBackupJobs for more information on using the ListBackupJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListBackupJobsRequest method.
req, resp := client.ListBackupJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListBackupJobs

func (*Backup) ListBackupJobsWithContext

func (c *Backup) ListBackupJobsWithContext(ctx aws.Context, input *ListBackupJobsInput, opts ...request.Option) (*ListBackupJobsOutput, error)

ListBackupJobsWithContext is the same as ListBackupJobs with the addition of the ability to pass a context and additional request options.

See ListBackupJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListBackupPlanTemplates

func (c *Backup) ListBackupPlanTemplates(input *ListBackupPlanTemplatesInput) (*ListBackupPlanTemplatesOutput, error)

ListBackupPlanTemplates API operation for AWS Backup.

Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListBackupPlanTemplates for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListBackupPlanTemplates

func (*Backup) ListBackupPlanTemplatesPages

func (c *Backup) ListBackupPlanTemplatesPages(input *ListBackupPlanTemplatesInput, fn func(*ListBackupPlanTemplatesOutput, bool) bool) error

ListBackupPlanTemplatesPages iterates over the pages of a ListBackupPlanTemplates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListBackupPlanTemplates method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListBackupPlanTemplates operation.
pageNum := 0
err := client.ListBackupPlanTemplatesPages(params,
    func(page *backup.ListBackupPlanTemplatesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListBackupPlanTemplatesPagesWithContext

func (c *Backup) ListBackupPlanTemplatesPagesWithContext(ctx aws.Context, input *ListBackupPlanTemplatesInput, fn func(*ListBackupPlanTemplatesOutput, bool) bool, opts ...request.Option) error

ListBackupPlanTemplatesPagesWithContext same as ListBackupPlanTemplatesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListBackupPlanTemplatesRequest

func (c *Backup) ListBackupPlanTemplatesRequest(input *ListBackupPlanTemplatesInput) (req *request.Request, output *ListBackupPlanTemplatesOutput)

ListBackupPlanTemplatesRequest generates a "aws/request.Request" representing the client's request for the ListBackupPlanTemplates operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListBackupPlanTemplates for more information on using the ListBackupPlanTemplates API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListBackupPlanTemplatesRequest method.
req, resp := client.ListBackupPlanTemplatesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListBackupPlanTemplates

func (*Backup) ListBackupPlanTemplatesWithContext

func (c *Backup) ListBackupPlanTemplatesWithContext(ctx aws.Context, input *ListBackupPlanTemplatesInput, opts ...request.Option) (*ListBackupPlanTemplatesOutput, error)

ListBackupPlanTemplatesWithContext is the same as ListBackupPlanTemplates with the addition of the ability to pass a context and additional request options.

See ListBackupPlanTemplates for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListBackupPlanVersions

func (c *Backup) ListBackupPlanVersions(input *ListBackupPlanVersionsInput) (*ListBackupPlanVersionsOutput, error)

ListBackupPlanVersions API operation for AWS Backup.

Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListBackupPlanVersions for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListBackupPlanVersions

func (*Backup) ListBackupPlanVersionsPages

func (c *Backup) ListBackupPlanVersionsPages(input *ListBackupPlanVersionsInput, fn func(*ListBackupPlanVersionsOutput, bool) bool) error

ListBackupPlanVersionsPages iterates over the pages of a ListBackupPlanVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListBackupPlanVersions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListBackupPlanVersions operation.
pageNum := 0
err := client.ListBackupPlanVersionsPages(params,
    func(page *backup.ListBackupPlanVersionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListBackupPlanVersionsPagesWithContext

func (c *Backup) ListBackupPlanVersionsPagesWithContext(ctx aws.Context, input *ListBackupPlanVersionsInput, fn func(*ListBackupPlanVersionsOutput, bool) bool, opts ...request.Option) error

ListBackupPlanVersionsPagesWithContext same as ListBackupPlanVersionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListBackupPlanVersionsRequest

func (c *Backup) ListBackupPlanVersionsRequest(input *ListBackupPlanVersionsInput) (req *request.Request, output *ListBackupPlanVersionsOutput)

ListBackupPlanVersionsRequest generates a "aws/request.Request" representing the client's request for the ListBackupPlanVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListBackupPlanVersions for more information on using the ListBackupPlanVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListBackupPlanVersionsRequest method.
req, resp := client.ListBackupPlanVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListBackupPlanVersions

func (*Backup) ListBackupPlanVersionsWithContext

func (c *Backup) ListBackupPlanVersionsWithContext(ctx aws.Context, input *ListBackupPlanVersionsInput, opts ...request.Option) (*ListBackupPlanVersionsOutput, error)

ListBackupPlanVersionsWithContext is the same as ListBackupPlanVersions with the addition of the ability to pass a context and additional request options.

See ListBackupPlanVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListBackupPlans

func (c *Backup) ListBackupPlans(input *ListBackupPlansInput) (*ListBackupPlansOutput, error)

ListBackupPlans API operation for AWS Backup.

Returns a list of all active backup plans for an authenticated account. The list contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListBackupPlans for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListBackupPlans

func (*Backup) ListBackupPlansPages

func (c *Backup) ListBackupPlansPages(input *ListBackupPlansInput, fn func(*ListBackupPlansOutput, bool) bool) error

ListBackupPlansPages iterates over the pages of a ListBackupPlans operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListBackupPlans method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListBackupPlans operation.
pageNum := 0
err := client.ListBackupPlansPages(params,
    func(page *backup.ListBackupPlansOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListBackupPlansPagesWithContext

func (c *Backup) ListBackupPlansPagesWithContext(ctx aws.Context, input *ListBackupPlansInput, fn func(*ListBackupPlansOutput, bool) bool, opts ...request.Option) error

ListBackupPlansPagesWithContext same as ListBackupPlansPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListBackupPlansRequest

func (c *Backup) ListBackupPlansRequest(input *ListBackupPlansInput) (req *request.Request, output *ListBackupPlansOutput)

ListBackupPlansRequest generates a "aws/request.Request" representing the client's request for the ListBackupPlans operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListBackupPlans for more information on using the ListBackupPlans API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListBackupPlansRequest method.
req, resp := client.ListBackupPlansRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListBackupPlans

func (*Backup) ListBackupPlansWithContext

func (c *Backup) ListBackupPlansWithContext(ctx aws.Context, input *ListBackupPlansInput, opts ...request.Option) (*ListBackupPlansOutput, error)

ListBackupPlansWithContext is the same as ListBackupPlans with the addition of the ability to pass a context and additional request options.

See ListBackupPlans for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListBackupSelections

func (c *Backup) ListBackupSelections(input *ListBackupSelectionsInput) (*ListBackupSelectionsOutput, error)

ListBackupSelections API operation for AWS Backup.

Returns an array containing metadata of the resources associated with the target backup plan.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListBackupSelections for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListBackupSelections

func (*Backup) ListBackupSelectionsPages

func (c *Backup) ListBackupSelectionsPages(input *ListBackupSelectionsInput, fn func(*ListBackupSelectionsOutput, bool) bool) error

ListBackupSelectionsPages iterates over the pages of a ListBackupSelections operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListBackupSelections method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListBackupSelections operation.
pageNum := 0
err := client.ListBackupSelectionsPages(params,
    func(page *backup.ListBackupSelectionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListBackupSelectionsPagesWithContext

func (c *Backup) ListBackupSelectionsPagesWithContext(ctx aws.Context, input *ListBackupSelectionsInput, fn func(*ListBackupSelectionsOutput, bool) bool, opts ...request.Option) error

ListBackupSelectionsPagesWithContext same as ListBackupSelectionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListBackupSelectionsRequest

func (c *Backup) ListBackupSelectionsRequest(input *ListBackupSelectionsInput) (req *request.Request, output *ListBackupSelectionsOutput)

ListBackupSelectionsRequest generates a "aws/request.Request" representing the client's request for the ListBackupSelections operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListBackupSelections for more information on using the ListBackupSelections API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListBackupSelectionsRequest method.
req, resp := client.ListBackupSelectionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListBackupSelections

func (*Backup) ListBackupSelectionsWithContext

func (c *Backup) ListBackupSelectionsWithContext(ctx aws.Context, input *ListBackupSelectionsInput, opts ...request.Option) (*ListBackupSelectionsOutput, error)

ListBackupSelectionsWithContext is the same as ListBackupSelections with the addition of the ability to pass a context and additional request options.

See ListBackupSelections for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListBackupVaults

func (c *Backup) ListBackupVaults(input *ListBackupVaultsInput) (*ListBackupVaultsOutput, error)

ListBackupVaults API operation for AWS Backup.

Returns a list of recovery point storage containers along with information about them.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListBackupVaults for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListBackupVaults

func (*Backup) ListBackupVaultsPages

func (c *Backup) ListBackupVaultsPages(input *ListBackupVaultsInput, fn func(*ListBackupVaultsOutput, bool) bool) error

ListBackupVaultsPages iterates over the pages of a ListBackupVaults operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListBackupVaults method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListBackupVaults operation.
pageNum := 0
err := client.ListBackupVaultsPages(params,
    func(page *backup.ListBackupVaultsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListBackupVaultsPagesWithContext

func (c *Backup) ListBackupVaultsPagesWithContext(ctx aws.Context, input *ListBackupVaultsInput, fn func(*ListBackupVaultsOutput, bool) bool, opts ...request.Option) error

ListBackupVaultsPagesWithContext same as ListBackupVaultsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListBackupVaultsRequest

func (c *Backup) ListBackupVaultsRequest(input *ListBackupVaultsInput) (req *request.Request, output *ListBackupVaultsOutput)

ListBackupVaultsRequest generates a "aws/request.Request" representing the client's request for the ListBackupVaults operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListBackupVaults for more information on using the ListBackupVaults API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListBackupVaultsRequest method.
req, resp := client.ListBackupVaultsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListBackupVaults

func (*Backup) ListBackupVaultsWithContext

func (c *Backup) ListBackupVaultsWithContext(ctx aws.Context, input *ListBackupVaultsInput, opts ...request.Option) (*ListBackupVaultsOutput, error)

ListBackupVaultsWithContext is the same as ListBackupVaults with the addition of the ability to pass a context and additional request options.

See ListBackupVaults for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListCopyJobSummaries

func (c *Backup) ListCopyJobSummaries(input *ListCopyJobSummariesInput) (*ListCopyJobSummariesOutput, error)

ListCopyJobSummaries API operation for AWS Backup.

This request obtains a list of copy jobs created or running within the the most recent 30 days. You can include parameters AccountID, State, ResourceType, MessageCategory, AggregationPeriod, MaxResults, or NextToken to filter results.

This request returns a summary that contains Region, Account, State, RestourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListCopyJobSummaries for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListCopyJobSummaries

func (*Backup) ListCopyJobSummariesPages

func (c *Backup) ListCopyJobSummariesPages(input *ListCopyJobSummariesInput, fn func(*ListCopyJobSummariesOutput, bool) bool) error

ListCopyJobSummariesPages iterates over the pages of a ListCopyJobSummaries operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCopyJobSummaries method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListCopyJobSummaries operation.
pageNum := 0
err := client.ListCopyJobSummariesPages(params,
    func(page *backup.ListCopyJobSummariesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListCopyJobSummariesPagesWithContext

func (c *Backup) ListCopyJobSummariesPagesWithContext(ctx aws.Context, input *ListCopyJobSummariesInput, fn func(*ListCopyJobSummariesOutput, bool) bool, opts ...request.Option) error

ListCopyJobSummariesPagesWithContext same as ListCopyJobSummariesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListCopyJobSummariesRequest

func (c *Backup) ListCopyJobSummariesRequest(input *ListCopyJobSummariesInput) (req *request.Request, output *ListCopyJobSummariesOutput)

ListCopyJobSummariesRequest generates a "aws/request.Request" representing the client's request for the ListCopyJobSummaries operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCopyJobSummaries for more information on using the ListCopyJobSummaries API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCopyJobSummariesRequest method.
req, resp := client.ListCopyJobSummariesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListCopyJobSummaries

func (*Backup) ListCopyJobSummariesWithContext

func (c *Backup) ListCopyJobSummariesWithContext(ctx aws.Context, input *ListCopyJobSummariesInput, opts ...request.Option) (*ListCopyJobSummariesOutput, error)

ListCopyJobSummariesWithContext is the same as ListCopyJobSummaries with the addition of the ability to pass a context and additional request options.

See ListCopyJobSummaries for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListCopyJobs

func (c *Backup) ListCopyJobs(input *ListCopyJobsInput) (*ListCopyJobsOutput, error)

ListCopyJobs API operation for AWS Backup.

Returns metadata about your copy jobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListCopyJobs for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListCopyJobs

func (*Backup) ListCopyJobsPages

func (c *Backup) ListCopyJobsPages(input *ListCopyJobsInput, fn func(*ListCopyJobsOutput, bool) bool) error

ListCopyJobsPages iterates over the pages of a ListCopyJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCopyJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListCopyJobs operation.
pageNum := 0
err := client.ListCopyJobsPages(params,
    func(page *backup.ListCopyJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListCopyJobsPagesWithContext

func (c *Backup) ListCopyJobsPagesWithContext(ctx aws.Context, input *ListCopyJobsInput, fn func(*ListCopyJobsOutput, bool) bool, opts ...request.Option) error

ListCopyJobsPagesWithContext same as ListCopyJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListCopyJobsRequest

func (c *Backup) ListCopyJobsRequest(input *ListCopyJobsInput) (req *request.Request, output *ListCopyJobsOutput)

ListCopyJobsRequest generates a "aws/request.Request" representing the client's request for the ListCopyJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCopyJobs for more information on using the ListCopyJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCopyJobsRequest method.
req, resp := client.ListCopyJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListCopyJobs

func (*Backup) ListCopyJobsWithContext

func (c *Backup) ListCopyJobsWithContext(ctx aws.Context, input *ListCopyJobsInput, opts ...request.Option) (*ListCopyJobsOutput, error)

ListCopyJobsWithContext is the same as ListCopyJobs with the addition of the ability to pass a context and additional request options.

See ListCopyJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListFrameworks

func (c *Backup) ListFrameworks(input *ListFrameworksInput) (*ListFrameworksOutput, error)

ListFrameworks API operation for AWS Backup.

Returns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListFrameworks for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListFrameworks

func (*Backup) ListFrameworksPages

func (c *Backup) ListFrameworksPages(input *ListFrameworksInput, fn func(*ListFrameworksOutput, bool) bool) error

ListFrameworksPages iterates over the pages of a ListFrameworks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListFrameworks method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListFrameworks operation.
pageNum := 0
err := client.ListFrameworksPages(params,
    func(page *backup.ListFrameworksOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListFrameworksPagesWithContext

func (c *Backup) ListFrameworksPagesWithContext(ctx aws.Context, input *ListFrameworksInput, fn func(*ListFrameworksOutput, bool) bool, opts ...request.Option) error

ListFrameworksPagesWithContext same as ListFrameworksPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListFrameworksRequest

func (c *Backup) ListFrameworksRequest(input *ListFrameworksInput) (req *request.Request, output *ListFrameworksOutput)

ListFrameworksRequest generates a "aws/request.Request" representing the client's request for the ListFrameworks operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListFrameworks for more information on using the ListFrameworks API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListFrameworksRequest method.
req, resp := client.ListFrameworksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListFrameworks

func (*Backup) ListFrameworksWithContext

func (c *Backup) ListFrameworksWithContext(ctx aws.Context, input *ListFrameworksInput, opts ...request.Option) (*ListFrameworksOutput, error)

ListFrameworksWithContext is the same as ListFrameworks with the addition of the ability to pass a context and additional request options.

See ListFrameworks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListLegalHolds

func (c *Backup) ListLegalHolds(input *ListLegalHoldsInput) (*ListLegalHoldsOutput, error)

ListLegalHolds API operation for AWS Backup.

This action returns metadata about active and previous legal holds.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListLegalHolds for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListLegalHolds

func (*Backup) ListLegalHoldsPages

func (c *Backup) ListLegalHoldsPages(input *ListLegalHoldsInput, fn func(*ListLegalHoldsOutput, bool) bool) error

ListLegalHoldsPages iterates over the pages of a ListLegalHolds operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListLegalHolds method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListLegalHolds operation.
pageNum := 0
err := client.ListLegalHoldsPages(params,
    func(page *backup.ListLegalHoldsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListLegalHoldsPagesWithContext

func (c *Backup) ListLegalHoldsPagesWithContext(ctx aws.Context, input *ListLegalHoldsInput, fn func(*ListLegalHoldsOutput, bool) bool, opts ...request.Option) error

ListLegalHoldsPagesWithContext same as ListLegalHoldsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListLegalHoldsRequest

func (c *Backup) ListLegalHoldsRequest(input *ListLegalHoldsInput) (req *request.Request, output *ListLegalHoldsOutput)

ListLegalHoldsRequest generates a "aws/request.Request" representing the client's request for the ListLegalHolds operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListLegalHolds for more information on using the ListLegalHolds API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListLegalHoldsRequest method.
req, resp := client.ListLegalHoldsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListLegalHolds

func (*Backup) ListLegalHoldsWithContext

func (c *Backup) ListLegalHoldsWithContext(ctx aws.Context, input *ListLegalHoldsInput, opts ...request.Option) (*ListLegalHoldsOutput, error)

ListLegalHoldsWithContext is the same as ListLegalHolds with the addition of the ability to pass a context and additional request options.

See ListLegalHolds for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListProtectedResources

func (c *Backup) ListProtectedResources(input *ListProtectedResourcesInput) (*ListProtectedResourcesOutput, error)

ListProtectedResources API operation for AWS Backup.

Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListProtectedResources for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListProtectedResources

func (*Backup) ListProtectedResourcesByBackupVault

func (c *Backup) ListProtectedResourcesByBackupVault(input *ListProtectedResourcesByBackupVaultInput) (*ListProtectedResourcesByBackupVaultOutput, error)

ListProtectedResourcesByBackupVault API operation for AWS Backup.

This request lists the protected resources corresponding to each backup vault.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListProtectedResourcesByBackupVault for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListProtectedResourcesByBackupVault

func (*Backup) ListProtectedResourcesByBackupVaultPages

func (c *Backup) ListProtectedResourcesByBackupVaultPages(input *ListProtectedResourcesByBackupVaultInput, fn func(*ListProtectedResourcesByBackupVaultOutput, bool) bool) error

ListProtectedResourcesByBackupVaultPages iterates over the pages of a ListProtectedResourcesByBackupVault operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListProtectedResourcesByBackupVault method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListProtectedResourcesByBackupVault operation.
pageNum := 0
err := client.ListProtectedResourcesByBackupVaultPages(params,
    func(page *backup.ListProtectedResourcesByBackupVaultOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListProtectedResourcesByBackupVaultPagesWithContext

func (c *Backup) ListProtectedResourcesByBackupVaultPagesWithContext(ctx aws.Context, input *ListProtectedResourcesByBackupVaultInput, fn func(*ListProtectedResourcesByBackupVaultOutput, bool) bool, opts ...request.Option) error

ListProtectedResourcesByBackupVaultPagesWithContext same as ListProtectedResourcesByBackupVaultPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListProtectedResourcesByBackupVaultRequest

func (c *Backup) ListProtectedResourcesByBackupVaultRequest(input *ListProtectedResourcesByBackupVaultInput) (req *request.Request, output *ListProtectedResourcesByBackupVaultOutput)

ListProtectedResourcesByBackupVaultRequest generates a "aws/request.Request" representing the client's request for the ListProtectedResourcesByBackupVault operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListProtectedResourcesByBackupVault for more information on using the ListProtectedResourcesByBackupVault API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListProtectedResourcesByBackupVaultRequest method.
req, resp := client.ListProtectedResourcesByBackupVaultRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListProtectedResourcesByBackupVault

func (*Backup) ListProtectedResourcesByBackupVaultWithContext

func (c *Backup) ListProtectedResourcesByBackupVaultWithContext(ctx aws.Context, input *ListProtectedResourcesByBackupVaultInput, opts ...request.Option) (*ListProtectedResourcesByBackupVaultOutput, error)

ListProtectedResourcesByBackupVaultWithContext is the same as ListProtectedResourcesByBackupVault with the addition of the ability to pass a context and additional request options.

See ListProtectedResourcesByBackupVault for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListProtectedResourcesPages

func (c *Backup) ListProtectedResourcesPages(input *ListProtectedResourcesInput, fn func(*ListProtectedResourcesOutput, bool) bool) error

ListProtectedResourcesPages iterates over the pages of a ListProtectedResources operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListProtectedResources method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListProtectedResources operation.
pageNum := 0
err := client.ListProtectedResourcesPages(params,
    func(page *backup.ListProtectedResourcesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListProtectedResourcesPagesWithContext

func (c *Backup) ListProtectedResourcesPagesWithContext(ctx aws.Context, input *ListProtectedResourcesInput, fn func(*ListProtectedResourcesOutput, bool) bool, opts ...request.Option) error

ListProtectedResourcesPagesWithContext same as ListProtectedResourcesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListProtectedResourcesRequest

func (c *Backup) ListProtectedResourcesRequest(input *ListProtectedResourcesInput) (req *request.Request, output *ListProtectedResourcesOutput)

ListProtectedResourcesRequest generates a "aws/request.Request" representing the client's request for the ListProtectedResources operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListProtectedResources for more information on using the ListProtectedResources API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListProtectedResourcesRequest method.
req, resp := client.ListProtectedResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListProtectedResources

func (*Backup) ListProtectedResourcesWithContext

func (c *Backup) ListProtectedResourcesWithContext(ctx aws.Context, input *ListProtectedResourcesInput, opts ...request.Option) (*ListProtectedResourcesOutput, error)

ListProtectedResourcesWithContext is the same as ListProtectedResources with the addition of the ability to pass a context and additional request options.

See ListProtectedResources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRecoveryPointsByBackupVault

func (c *Backup) ListRecoveryPointsByBackupVault(input *ListRecoveryPointsByBackupVaultInput) (*ListRecoveryPointsByBackupVaultOutput, error)

ListRecoveryPointsByBackupVault API operation for AWS Backup.

Returns detailed information about the recovery points stored in a backup vault.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListRecoveryPointsByBackupVault for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRecoveryPointsByBackupVault

func (*Backup) ListRecoveryPointsByBackupVaultPages

func (c *Backup) ListRecoveryPointsByBackupVaultPages(input *ListRecoveryPointsByBackupVaultInput, fn func(*ListRecoveryPointsByBackupVaultOutput, bool) bool) error

ListRecoveryPointsByBackupVaultPages iterates over the pages of a ListRecoveryPointsByBackupVault operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListRecoveryPointsByBackupVault method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListRecoveryPointsByBackupVault operation.
pageNum := 0
err := client.ListRecoveryPointsByBackupVaultPages(params,
    func(page *backup.ListRecoveryPointsByBackupVaultOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListRecoveryPointsByBackupVaultPagesWithContext

func (c *Backup) ListRecoveryPointsByBackupVaultPagesWithContext(ctx aws.Context, input *ListRecoveryPointsByBackupVaultInput, fn func(*ListRecoveryPointsByBackupVaultOutput, bool) bool, opts ...request.Option) error

ListRecoveryPointsByBackupVaultPagesWithContext same as ListRecoveryPointsByBackupVaultPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRecoveryPointsByBackupVaultRequest

func (c *Backup) ListRecoveryPointsByBackupVaultRequest(input *ListRecoveryPointsByBackupVaultInput) (req *request.Request, output *ListRecoveryPointsByBackupVaultOutput)

ListRecoveryPointsByBackupVaultRequest generates a "aws/request.Request" representing the client's request for the ListRecoveryPointsByBackupVault operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRecoveryPointsByBackupVault for more information on using the ListRecoveryPointsByBackupVault API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRecoveryPointsByBackupVaultRequest method.
req, resp := client.ListRecoveryPointsByBackupVaultRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRecoveryPointsByBackupVault

func (*Backup) ListRecoveryPointsByBackupVaultWithContext

func (c *Backup) ListRecoveryPointsByBackupVaultWithContext(ctx aws.Context, input *ListRecoveryPointsByBackupVaultInput, opts ...request.Option) (*ListRecoveryPointsByBackupVaultOutput, error)

ListRecoveryPointsByBackupVaultWithContext is the same as ListRecoveryPointsByBackupVault with the addition of the ability to pass a context and additional request options.

See ListRecoveryPointsByBackupVault for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRecoveryPointsByLegalHold

func (c *Backup) ListRecoveryPointsByLegalHold(input *ListRecoveryPointsByLegalHoldInput) (*ListRecoveryPointsByLegalHoldOutput, error)

ListRecoveryPointsByLegalHold API operation for AWS Backup.

This action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListRecoveryPointsByLegalHold for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRecoveryPointsByLegalHold

func (*Backup) ListRecoveryPointsByLegalHoldPages

func (c *Backup) ListRecoveryPointsByLegalHoldPages(input *ListRecoveryPointsByLegalHoldInput, fn func(*ListRecoveryPointsByLegalHoldOutput, bool) bool) error

ListRecoveryPointsByLegalHoldPages iterates over the pages of a ListRecoveryPointsByLegalHold operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListRecoveryPointsByLegalHold method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListRecoveryPointsByLegalHold operation.
pageNum := 0
err := client.ListRecoveryPointsByLegalHoldPages(params,
    func(page *backup.ListRecoveryPointsByLegalHoldOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListRecoveryPointsByLegalHoldPagesWithContext

func (c *Backup) ListRecoveryPointsByLegalHoldPagesWithContext(ctx aws.Context, input *ListRecoveryPointsByLegalHoldInput, fn func(*ListRecoveryPointsByLegalHoldOutput, bool) bool, opts ...request.Option) error

ListRecoveryPointsByLegalHoldPagesWithContext same as ListRecoveryPointsByLegalHoldPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRecoveryPointsByLegalHoldRequest

func (c *Backup) ListRecoveryPointsByLegalHoldRequest(input *ListRecoveryPointsByLegalHoldInput) (req *request.Request, output *ListRecoveryPointsByLegalHoldOutput)

ListRecoveryPointsByLegalHoldRequest generates a "aws/request.Request" representing the client's request for the ListRecoveryPointsByLegalHold operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRecoveryPointsByLegalHold for more information on using the ListRecoveryPointsByLegalHold API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRecoveryPointsByLegalHoldRequest method.
req, resp := client.ListRecoveryPointsByLegalHoldRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRecoveryPointsByLegalHold

func (*Backup) ListRecoveryPointsByLegalHoldWithContext

func (c *Backup) ListRecoveryPointsByLegalHoldWithContext(ctx aws.Context, input *ListRecoveryPointsByLegalHoldInput, opts ...request.Option) (*ListRecoveryPointsByLegalHoldOutput, error)

ListRecoveryPointsByLegalHoldWithContext is the same as ListRecoveryPointsByLegalHold with the addition of the ability to pass a context and additional request options.

See ListRecoveryPointsByLegalHold for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRecoveryPointsByResource

func (c *Backup) ListRecoveryPointsByResource(input *ListRecoveryPointsByResourceInput) (*ListRecoveryPointsByResourceOutput, error)

ListRecoveryPointsByResource API operation for AWS Backup.

Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN).

For Amazon EFS and Amazon EC2, this action only lists recovery points created by Backup.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListRecoveryPointsByResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRecoveryPointsByResource

func (*Backup) ListRecoveryPointsByResourcePages

func (c *Backup) ListRecoveryPointsByResourcePages(input *ListRecoveryPointsByResourceInput, fn func(*ListRecoveryPointsByResourceOutput, bool) bool) error

ListRecoveryPointsByResourcePages iterates over the pages of a ListRecoveryPointsByResource operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListRecoveryPointsByResource method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListRecoveryPointsByResource operation.
pageNum := 0
err := client.ListRecoveryPointsByResourcePages(params,
    func(page *backup.ListRecoveryPointsByResourceOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListRecoveryPointsByResourcePagesWithContext

func (c *Backup) ListRecoveryPointsByResourcePagesWithContext(ctx aws.Context, input *ListRecoveryPointsByResourceInput, fn func(*ListRecoveryPointsByResourceOutput, bool) bool, opts ...request.Option) error

ListRecoveryPointsByResourcePagesWithContext same as ListRecoveryPointsByResourcePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRecoveryPointsByResourceRequest

func (c *Backup) ListRecoveryPointsByResourceRequest(input *ListRecoveryPointsByResourceInput) (req *request.Request, output *ListRecoveryPointsByResourceOutput)

ListRecoveryPointsByResourceRequest generates a "aws/request.Request" representing the client's request for the ListRecoveryPointsByResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRecoveryPointsByResource for more information on using the ListRecoveryPointsByResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRecoveryPointsByResourceRequest method.
req, resp := client.ListRecoveryPointsByResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRecoveryPointsByResource

func (*Backup) ListRecoveryPointsByResourceWithContext

func (c *Backup) ListRecoveryPointsByResourceWithContext(ctx aws.Context, input *ListRecoveryPointsByResourceInput, opts ...request.Option) (*ListRecoveryPointsByResourceOutput, error)

ListRecoveryPointsByResourceWithContext is the same as ListRecoveryPointsByResource with the addition of the ability to pass a context and additional request options.

See ListRecoveryPointsByResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListReportJobs

func (c *Backup) ListReportJobs(input *ListReportJobsInput) (*ListReportJobsOutput, error)

ListReportJobs API operation for AWS Backup.

Returns details about your report jobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListReportJobs for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListReportJobs

func (*Backup) ListReportJobsPages

func (c *Backup) ListReportJobsPages(input *ListReportJobsInput, fn func(*ListReportJobsOutput, bool) bool) error

ListReportJobsPages iterates over the pages of a ListReportJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListReportJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListReportJobs operation.
pageNum := 0
err := client.ListReportJobsPages(params,
    func(page *backup.ListReportJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListReportJobsPagesWithContext

func (c *Backup) ListReportJobsPagesWithContext(ctx aws.Context, input *ListReportJobsInput, fn func(*ListReportJobsOutput, bool) bool, opts ...request.Option) error

ListReportJobsPagesWithContext same as ListReportJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListReportJobsRequest

func (c *Backup) ListReportJobsRequest(input *ListReportJobsInput) (req *request.Request, output *ListReportJobsOutput)

ListReportJobsRequest generates a "aws/request.Request" representing the client's request for the ListReportJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListReportJobs for more information on using the ListReportJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListReportJobsRequest method.
req, resp := client.ListReportJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListReportJobs

func (*Backup) ListReportJobsWithContext

func (c *Backup) ListReportJobsWithContext(ctx aws.Context, input *ListReportJobsInput, opts ...request.Option) (*ListReportJobsOutput, error)

ListReportJobsWithContext is the same as ListReportJobs with the addition of the ability to pass a context and additional request options.

See ListReportJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListReportPlans

func (c *Backup) ListReportPlans(input *ListReportPlansInput) (*ListReportPlansOutput, error)

ListReportPlans API operation for AWS Backup.

Returns a list of your report plans. For detailed information about a single report plan, use DescribeReportPlan.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListReportPlans for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListReportPlans

func (*Backup) ListReportPlansPages

func (c *Backup) ListReportPlansPages(input *ListReportPlansInput, fn func(*ListReportPlansOutput, bool) bool) error

ListReportPlansPages iterates over the pages of a ListReportPlans operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListReportPlans method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListReportPlans operation.
pageNum := 0
err := client.ListReportPlansPages(params,
    func(page *backup.ListReportPlansOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListReportPlansPagesWithContext

func (c *Backup) ListReportPlansPagesWithContext(ctx aws.Context, input *ListReportPlansInput, fn func(*ListReportPlansOutput, bool) bool, opts ...request.Option) error

ListReportPlansPagesWithContext same as ListReportPlansPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListReportPlansRequest

func (c *Backup) ListReportPlansRequest(input *ListReportPlansInput) (req *request.Request, output *ListReportPlansOutput)

ListReportPlansRequest generates a "aws/request.Request" representing the client's request for the ListReportPlans operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListReportPlans for more information on using the ListReportPlans API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListReportPlansRequest method.
req, resp := client.ListReportPlansRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListReportPlans

func (*Backup) ListReportPlansWithContext

func (c *Backup) ListReportPlansWithContext(ctx aws.Context, input *ListReportPlansInput, opts ...request.Option) (*ListReportPlansOutput, error)

ListReportPlansWithContext is the same as ListReportPlans with the addition of the ability to pass a context and additional request options.

See ListReportPlans for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRestoreJobSummaries

func (c *Backup) ListRestoreJobSummaries(input *ListRestoreJobSummariesInput) (*ListRestoreJobSummariesOutput, error)

ListRestoreJobSummaries API operation for AWS Backup.

This request obtains a summary of restore jobs created or running within the the most recent 30 days. You can include parameters AccountID, State, ResourceType, AggregationPeriod, MaxResults, or NextToken to filter results.

This request returns a summary that contains Region, Account, State, RestourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListRestoreJobSummaries for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRestoreJobSummaries

func (*Backup) ListRestoreJobSummariesPages

func (c *Backup) ListRestoreJobSummariesPages(input *ListRestoreJobSummariesInput, fn func(*ListRestoreJobSummariesOutput, bool) bool) error

ListRestoreJobSummariesPages iterates over the pages of a ListRestoreJobSummaries operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListRestoreJobSummaries method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListRestoreJobSummaries operation.
pageNum := 0
err := client.ListRestoreJobSummariesPages(params,
    func(page *backup.ListRestoreJobSummariesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListRestoreJobSummariesPagesWithContext

func (c *Backup) ListRestoreJobSummariesPagesWithContext(ctx aws.Context, input *ListRestoreJobSummariesInput, fn func(*ListRestoreJobSummariesOutput, bool) bool, opts ...request.Option) error

ListRestoreJobSummariesPagesWithContext same as ListRestoreJobSummariesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRestoreJobSummariesRequest

func (c *Backup) ListRestoreJobSummariesRequest(input *ListRestoreJobSummariesInput) (req *request.Request, output *ListRestoreJobSummariesOutput)

ListRestoreJobSummariesRequest generates a "aws/request.Request" representing the client's request for the ListRestoreJobSummaries operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRestoreJobSummaries for more information on using the ListRestoreJobSummaries API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRestoreJobSummariesRequest method.
req, resp := client.ListRestoreJobSummariesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRestoreJobSummaries

func (*Backup) ListRestoreJobSummariesWithContext

func (c *Backup) ListRestoreJobSummariesWithContext(ctx aws.Context, input *ListRestoreJobSummariesInput, opts ...request.Option) (*ListRestoreJobSummariesOutput, error)

ListRestoreJobSummariesWithContext is the same as ListRestoreJobSummaries with the addition of the ability to pass a context and additional request options.

See ListRestoreJobSummaries for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRestoreJobs

func (c *Backup) ListRestoreJobs(input *ListRestoreJobsInput) (*ListRestoreJobsOutput, error)

ListRestoreJobs API operation for AWS Backup.

Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListRestoreJobs for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRestoreJobs

func (*Backup) ListRestoreJobsByProtectedResource

func (c *Backup) ListRestoreJobsByProtectedResource(input *ListRestoreJobsByProtectedResourceInput) (*ListRestoreJobsByProtectedResourceOutput, error)

ListRestoreJobsByProtectedResource API operation for AWS Backup.

This returns restore jobs that contain the specified protected resource.

You must include ResourceArn. You can optionally include NextToken, ByStatus, MaxResults, ByRecoveryPointCreationDateAfter , and ByRecoveryPointCreationDateBefore.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListRestoreJobsByProtectedResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRestoreJobsByProtectedResource

func (*Backup) ListRestoreJobsByProtectedResourcePages

func (c *Backup) ListRestoreJobsByProtectedResourcePages(input *ListRestoreJobsByProtectedResourceInput, fn func(*ListRestoreJobsByProtectedResourceOutput, bool) bool) error

ListRestoreJobsByProtectedResourcePages iterates over the pages of a ListRestoreJobsByProtectedResource operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListRestoreJobsByProtectedResource method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListRestoreJobsByProtectedResource operation.
pageNum := 0
err := client.ListRestoreJobsByProtectedResourcePages(params,
    func(page *backup.ListRestoreJobsByProtectedResourceOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListRestoreJobsByProtectedResourcePagesWithContext

func (c *Backup) ListRestoreJobsByProtectedResourcePagesWithContext(ctx aws.Context, input *ListRestoreJobsByProtectedResourceInput, fn func(*ListRestoreJobsByProtectedResourceOutput, bool) bool, opts ...request.Option) error

ListRestoreJobsByProtectedResourcePagesWithContext same as ListRestoreJobsByProtectedResourcePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRestoreJobsByProtectedResourceRequest

func (c *Backup) ListRestoreJobsByProtectedResourceRequest(input *ListRestoreJobsByProtectedResourceInput) (req *request.Request, output *ListRestoreJobsByProtectedResourceOutput)

ListRestoreJobsByProtectedResourceRequest generates a "aws/request.Request" representing the client's request for the ListRestoreJobsByProtectedResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRestoreJobsByProtectedResource for more information on using the ListRestoreJobsByProtectedResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRestoreJobsByProtectedResourceRequest method.
req, resp := client.ListRestoreJobsByProtectedResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRestoreJobsByProtectedResource

func (*Backup) ListRestoreJobsByProtectedResourceWithContext

func (c *Backup) ListRestoreJobsByProtectedResourceWithContext(ctx aws.Context, input *ListRestoreJobsByProtectedResourceInput, opts ...request.Option) (*ListRestoreJobsByProtectedResourceOutput, error)

ListRestoreJobsByProtectedResourceWithContext is the same as ListRestoreJobsByProtectedResource with the addition of the ability to pass a context and additional request options.

See ListRestoreJobsByProtectedResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRestoreJobsPages

func (c *Backup) ListRestoreJobsPages(input *ListRestoreJobsInput, fn func(*ListRestoreJobsOutput, bool) bool) error

ListRestoreJobsPages iterates over the pages of a ListRestoreJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListRestoreJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListRestoreJobs operation.
pageNum := 0
err := client.ListRestoreJobsPages(params,
    func(page *backup.ListRestoreJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListRestoreJobsPagesWithContext

func (c *Backup) ListRestoreJobsPagesWithContext(ctx aws.Context, input *ListRestoreJobsInput, fn func(*ListRestoreJobsOutput, bool) bool, opts ...request.Option) error

ListRestoreJobsPagesWithContext same as ListRestoreJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRestoreJobsRequest

func (c *Backup) ListRestoreJobsRequest(input *ListRestoreJobsInput) (req *request.Request, output *ListRestoreJobsOutput)

ListRestoreJobsRequest generates a "aws/request.Request" representing the client's request for the ListRestoreJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRestoreJobs for more information on using the ListRestoreJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRestoreJobsRequest method.
req, resp := client.ListRestoreJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRestoreJobs

func (*Backup) ListRestoreJobsWithContext

func (c *Backup) ListRestoreJobsWithContext(ctx aws.Context, input *ListRestoreJobsInput, opts ...request.Option) (*ListRestoreJobsOutput, error)

ListRestoreJobsWithContext is the same as ListRestoreJobs with the addition of the ability to pass a context and additional request options.

See ListRestoreJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRestoreTestingPlans

func (c *Backup) ListRestoreTestingPlans(input *ListRestoreTestingPlansInput) (*ListRestoreTestingPlansOutput, error)

ListRestoreTestingPlans API operation for AWS Backup.

Returns a list of restore testing plans.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListRestoreTestingPlans for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRestoreTestingPlans

func (*Backup) ListRestoreTestingPlansPages

func (c *Backup) ListRestoreTestingPlansPages(input *ListRestoreTestingPlansInput, fn func(*ListRestoreTestingPlansOutput, bool) bool) error

ListRestoreTestingPlansPages iterates over the pages of a ListRestoreTestingPlans operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListRestoreTestingPlans method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListRestoreTestingPlans operation.
pageNum := 0
err := client.ListRestoreTestingPlansPages(params,
    func(page *backup.ListRestoreTestingPlansOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListRestoreTestingPlansPagesWithContext

func (c *Backup) ListRestoreTestingPlansPagesWithContext(ctx aws.Context, input *ListRestoreTestingPlansInput, fn func(*ListRestoreTestingPlansOutput, bool) bool, opts ...request.Option) error

ListRestoreTestingPlansPagesWithContext same as ListRestoreTestingPlansPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRestoreTestingPlansRequest

func (c *Backup) ListRestoreTestingPlansRequest(input *ListRestoreTestingPlansInput) (req *request.Request, output *ListRestoreTestingPlansOutput)

ListRestoreTestingPlansRequest generates a "aws/request.Request" representing the client's request for the ListRestoreTestingPlans operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRestoreTestingPlans for more information on using the ListRestoreTestingPlans API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRestoreTestingPlansRequest method.
req, resp := client.ListRestoreTestingPlansRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRestoreTestingPlans

func (*Backup) ListRestoreTestingPlansWithContext

func (c *Backup) ListRestoreTestingPlansWithContext(ctx aws.Context, input *ListRestoreTestingPlansInput, opts ...request.Option) (*ListRestoreTestingPlansOutput, error)

ListRestoreTestingPlansWithContext is the same as ListRestoreTestingPlans with the addition of the ability to pass a context and additional request options.

See ListRestoreTestingPlans for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRestoreTestingSelections

func (c *Backup) ListRestoreTestingSelections(input *ListRestoreTestingSelectionsInput) (*ListRestoreTestingSelectionsOutput, error)

ListRestoreTestingSelections API operation for AWS Backup.

Returns a list of restore testing selections. Can be filtered by MaxResults and RestoreTestingPlanName.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListRestoreTestingSelections for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRestoreTestingSelections

func (*Backup) ListRestoreTestingSelectionsPages

func (c *Backup) ListRestoreTestingSelectionsPages(input *ListRestoreTestingSelectionsInput, fn func(*ListRestoreTestingSelectionsOutput, bool) bool) error

ListRestoreTestingSelectionsPages iterates over the pages of a ListRestoreTestingSelections operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListRestoreTestingSelections method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListRestoreTestingSelections operation.
pageNum := 0
err := client.ListRestoreTestingSelectionsPages(params,
    func(page *backup.ListRestoreTestingSelectionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListRestoreTestingSelectionsPagesWithContext

func (c *Backup) ListRestoreTestingSelectionsPagesWithContext(ctx aws.Context, input *ListRestoreTestingSelectionsInput, fn func(*ListRestoreTestingSelectionsOutput, bool) bool, opts ...request.Option) error

ListRestoreTestingSelectionsPagesWithContext same as ListRestoreTestingSelectionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListRestoreTestingSelectionsRequest

func (c *Backup) ListRestoreTestingSelectionsRequest(input *ListRestoreTestingSelectionsInput) (req *request.Request, output *ListRestoreTestingSelectionsOutput)

ListRestoreTestingSelectionsRequest generates a "aws/request.Request" representing the client's request for the ListRestoreTestingSelections operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListRestoreTestingSelections for more information on using the ListRestoreTestingSelections API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListRestoreTestingSelectionsRequest method.
req, resp := client.ListRestoreTestingSelectionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListRestoreTestingSelections

func (*Backup) ListRestoreTestingSelectionsWithContext

func (c *Backup) ListRestoreTestingSelectionsWithContext(ctx aws.Context, input *ListRestoreTestingSelectionsInput, opts ...request.Option) (*ListRestoreTestingSelectionsOutput, error)

ListRestoreTestingSelectionsWithContext is the same as ListRestoreTestingSelections with the addition of the ability to pass a context and additional request options.

See ListRestoreTestingSelections for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListTags

func (c *Backup) ListTags(input *ListTagsInput) (*ListTagsOutput, error)

ListTags API operation for AWS Backup.

Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.

ListTags only works for resource types that support full Backup management of their backups. Those resource types are listed in the "Full Backup management" section of the Feature availability by resource (https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource) table.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation ListTags for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListTags

func (*Backup) ListTagsPages

func (c *Backup) ListTagsPages(input *ListTagsInput, fn func(*ListTagsOutput, bool) bool) error

ListTagsPages iterates over the pages of a ListTags operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTags method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTags operation.
pageNum := 0
err := client.ListTagsPages(params,
    func(page *backup.ListTagsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Backup) ListTagsPagesWithContext

func (c *Backup) ListTagsPagesWithContext(ctx aws.Context, input *ListTagsInput, fn func(*ListTagsOutput, bool) bool, opts ...request.Option) error

ListTagsPagesWithContext same as ListTagsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) ListTagsRequest

func (c *Backup) ListTagsRequest(input *ListTagsInput) (req *request.Request, output *ListTagsOutput)

ListTagsRequest generates a "aws/request.Request" representing the client's request for the ListTags operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTags for more information on using the ListTags API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsRequest method.
req, resp := client.ListTagsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ListTags

func (*Backup) ListTagsWithContext

func (c *Backup) ListTagsWithContext(ctx aws.Context, input *ListTagsInput, opts ...request.Option) (*ListTagsOutput, error)

ListTagsWithContext is the same as ListTags with the addition of the ability to pass a context and additional request options.

See ListTags for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) PutBackupVaultAccessPolicy

func (c *Backup) PutBackupVaultAccessPolicy(input *PutBackupVaultAccessPolicyInput) (*PutBackupVaultAccessPolicyOutput, error)

PutBackupVaultAccessPolicy API operation for AWS Backup.

Sets a resource-based policy that is used to manage access permissions on the target backup vault. Requires a backup vault name and an access policy document in JSON format.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation PutBackupVaultAccessPolicy for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/PutBackupVaultAccessPolicy

func (*Backup) PutBackupVaultAccessPolicyRequest

func (c *Backup) PutBackupVaultAccessPolicyRequest(input *PutBackupVaultAccessPolicyInput) (req *request.Request, output *PutBackupVaultAccessPolicyOutput)

PutBackupVaultAccessPolicyRequest generates a "aws/request.Request" representing the client's request for the PutBackupVaultAccessPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutBackupVaultAccessPolicy for more information on using the PutBackupVaultAccessPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutBackupVaultAccessPolicyRequest method.
req, resp := client.PutBackupVaultAccessPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/PutBackupVaultAccessPolicy

func (*Backup) PutBackupVaultAccessPolicyWithContext

func (c *Backup) PutBackupVaultAccessPolicyWithContext(ctx aws.Context, input *PutBackupVaultAccessPolicyInput, opts ...request.Option) (*PutBackupVaultAccessPolicyOutput, error)

PutBackupVaultAccessPolicyWithContext is the same as PutBackupVaultAccessPolicy with the addition of the ability to pass a context and additional request options.

See PutBackupVaultAccessPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) PutBackupVaultLockConfiguration

func (c *Backup) PutBackupVaultLockConfiguration(input *PutBackupVaultLockConfigurationInput) (*PutBackupVaultLockConfigurationOutput, error)

PutBackupVaultLockConfiguration API operation for AWS Backup.

Applies Backup Vault Lock to a backup vault, preventing attempts to delete any recovery point stored in or created in a backup vault. Vault Lock also prevents attempts to update the lifecycle policy that controls the retention period of any recovery point currently stored in a backup vault. If specified, Vault Lock enforces a minimum and maximum retention period for future backup and copy jobs that target a backup vault.

Backup Vault Lock has been assessed by Cohasset Associates for use in environments that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about how Backup Vault Lock relates to these regulations, see the Cohasset Associates Compliance Assessment. (samples/cohassetreport.zip)

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation PutBackupVaultLockConfiguration for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/PutBackupVaultLockConfiguration

func (*Backup) PutBackupVaultLockConfigurationRequest

func (c *Backup) PutBackupVaultLockConfigurationRequest(input *PutBackupVaultLockConfigurationInput) (req *request.Request, output *PutBackupVaultLockConfigurationOutput)

PutBackupVaultLockConfigurationRequest generates a "aws/request.Request" representing the client's request for the PutBackupVaultLockConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutBackupVaultLockConfiguration for more information on using the PutBackupVaultLockConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutBackupVaultLockConfigurationRequest method.
req, resp := client.PutBackupVaultLockConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/PutBackupVaultLockConfiguration

func (*Backup) PutBackupVaultLockConfigurationWithContext

func (c *Backup) PutBackupVaultLockConfigurationWithContext(ctx aws.Context, input *PutBackupVaultLockConfigurationInput, opts ...request.Option) (*PutBackupVaultLockConfigurationOutput, error)

PutBackupVaultLockConfigurationWithContext is the same as PutBackupVaultLockConfiguration with the addition of the ability to pass a context and additional request options.

See PutBackupVaultLockConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) PutBackupVaultNotifications

func (c *Backup) PutBackupVaultNotifications(input *PutBackupVaultNotificationsInput) (*PutBackupVaultNotificationsOutput, error)

PutBackupVaultNotifications API operation for AWS Backup.

Turns on notifications on a backup vault for the specified topic and events.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation PutBackupVaultNotifications for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/PutBackupVaultNotifications

func (*Backup) PutBackupVaultNotificationsRequest

func (c *Backup) PutBackupVaultNotificationsRequest(input *PutBackupVaultNotificationsInput) (req *request.Request, output *PutBackupVaultNotificationsOutput)

PutBackupVaultNotificationsRequest generates a "aws/request.Request" representing the client's request for the PutBackupVaultNotifications operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutBackupVaultNotifications for more information on using the PutBackupVaultNotifications API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutBackupVaultNotificationsRequest method.
req, resp := client.PutBackupVaultNotificationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/PutBackupVaultNotifications

func (*Backup) PutBackupVaultNotificationsWithContext

func (c *Backup) PutBackupVaultNotificationsWithContext(ctx aws.Context, input *PutBackupVaultNotificationsInput, opts ...request.Option) (*PutBackupVaultNotificationsOutput, error)

PutBackupVaultNotificationsWithContext is the same as PutBackupVaultNotifications with the addition of the ability to pass a context and additional request options.

See PutBackupVaultNotifications for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) PutRestoreValidationResult

func (c *Backup) PutRestoreValidationResult(input *PutRestoreValidationResultInput) (*PutRestoreValidationResultOutput, error)

PutRestoreValidationResult API operation for AWS Backup.

This request allows you to send your independent self-run restore test validation results. RestoreJobId and ValidationStatus are required. Optionally, you can input a ValidationStatusMessage.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation PutRestoreValidationResult for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/PutRestoreValidationResult

func (*Backup) PutRestoreValidationResultRequest

func (c *Backup) PutRestoreValidationResultRequest(input *PutRestoreValidationResultInput) (req *request.Request, output *PutRestoreValidationResultOutput)

PutRestoreValidationResultRequest generates a "aws/request.Request" representing the client's request for the PutRestoreValidationResult operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutRestoreValidationResult for more information on using the PutRestoreValidationResult API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutRestoreValidationResultRequest method.
req, resp := client.PutRestoreValidationResultRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/PutRestoreValidationResult

func (*Backup) PutRestoreValidationResultWithContext

func (c *Backup) PutRestoreValidationResultWithContext(ctx aws.Context, input *PutRestoreValidationResultInput, opts ...request.Option) (*PutRestoreValidationResultOutput, error)

PutRestoreValidationResultWithContext is the same as PutRestoreValidationResult with the addition of the ability to pass a context and additional request options.

See PutRestoreValidationResult for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) StartBackupJob

func (c *Backup) StartBackupJob(input *StartBackupJobInput) (*StartBackupJobOutput, error)

StartBackupJob API operation for AWS Backup.

Starts an on-demand backup job for the specified resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation StartBackupJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • LimitExceededException A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/StartBackupJob

func (*Backup) StartBackupJobRequest

func (c *Backup) StartBackupJobRequest(input *StartBackupJobInput) (req *request.Request, output *StartBackupJobOutput)

StartBackupJobRequest generates a "aws/request.Request" representing the client's request for the StartBackupJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartBackupJob for more information on using the StartBackupJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartBackupJobRequest method.
req, resp := client.StartBackupJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/StartBackupJob

func (*Backup) StartBackupJobWithContext

func (c *Backup) StartBackupJobWithContext(ctx aws.Context, input *StartBackupJobInput, opts ...request.Option) (*StartBackupJobOutput, error)

StartBackupJobWithContext is the same as StartBackupJob with the addition of the ability to pass a context and additional request options.

See StartBackupJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) StartCopyJob

func (c *Backup) StartCopyJob(input *StartCopyJobInput) (*StartCopyJobOutput, error)

StartCopyJob API operation for AWS Backup.

Starts a job to create a one-time copy of the specified resource.

Does not support continuous backups.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation StartCopyJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • LimitExceededException A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/StartCopyJob

func (*Backup) StartCopyJobRequest

func (c *Backup) StartCopyJobRequest(input *StartCopyJobInput) (req *request.Request, output *StartCopyJobOutput)

StartCopyJobRequest generates a "aws/request.Request" representing the client's request for the StartCopyJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartCopyJob for more information on using the StartCopyJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartCopyJobRequest method.
req, resp := client.StartCopyJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/StartCopyJob

func (*Backup) StartCopyJobWithContext

func (c *Backup) StartCopyJobWithContext(ctx aws.Context, input *StartCopyJobInput, opts ...request.Option) (*StartCopyJobOutput, error)

StartCopyJobWithContext is the same as StartCopyJob with the addition of the ability to pass a context and additional request options.

See StartCopyJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) StartReportJob

func (c *Backup) StartReportJob(input *StartReportJobInput) (*StartReportJobOutput, error)

StartReportJob API operation for AWS Backup.

Starts an on-demand report job for the specified report plan.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation StartReportJob for usage and error information.

Returned Error Types:

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/StartReportJob

func (*Backup) StartReportJobRequest

func (c *Backup) StartReportJobRequest(input *StartReportJobInput) (req *request.Request, output *StartReportJobOutput)

StartReportJobRequest generates a "aws/request.Request" representing the client's request for the StartReportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartReportJob for more information on using the StartReportJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartReportJobRequest method.
req, resp := client.StartReportJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/StartReportJob

func (*Backup) StartReportJobWithContext

func (c *Backup) StartReportJobWithContext(ctx aws.Context, input *StartReportJobInput, opts ...request.Option) (*StartReportJobOutput, error)

StartReportJobWithContext is the same as StartReportJob with the addition of the ability to pass a context and additional request options.

See StartReportJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) StartRestoreJob

func (c *Backup) StartRestoreJob(input *StartRestoreJobInput) (*StartRestoreJobOutput, error)

StartRestoreJob API operation for AWS Backup.

Recovers the saved resource identified by an Amazon Resource Name (ARN).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation StartRestoreJob for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/StartRestoreJob

func (*Backup) StartRestoreJobRequest

func (c *Backup) StartRestoreJobRequest(input *StartRestoreJobInput) (req *request.Request, output *StartRestoreJobOutput)

StartRestoreJobRequest generates a "aws/request.Request" representing the client's request for the StartRestoreJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartRestoreJob for more information on using the StartRestoreJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartRestoreJobRequest method.
req, resp := client.StartRestoreJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/StartRestoreJob

func (*Backup) StartRestoreJobWithContext

func (c *Backup) StartRestoreJobWithContext(ctx aws.Context, input *StartRestoreJobInput, opts ...request.Option) (*StartRestoreJobOutput, error)

StartRestoreJobWithContext is the same as StartRestoreJob with the addition of the ability to pass a context and additional request options.

See StartRestoreJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) StopBackupJob

func (c *Backup) StopBackupJob(input *StopBackupJobInput) (*StopBackupJobOutput, error)

StopBackupJob API operation for AWS Backup.

Attempts to cancel a job to create a one-time backup of a resource.

This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, Amazon FSx for NetApp ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation StopBackupJob for usage and error information.

Returned Error Types:

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/StopBackupJob

func (*Backup) StopBackupJobRequest

func (c *Backup) StopBackupJobRequest(input *StopBackupJobInput) (req *request.Request, output *StopBackupJobOutput)

StopBackupJobRequest generates a "aws/request.Request" representing the client's request for the StopBackupJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopBackupJob for more information on using the StopBackupJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopBackupJobRequest method.
req, resp := client.StopBackupJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/StopBackupJob

func (*Backup) StopBackupJobWithContext

func (c *Backup) StopBackupJobWithContext(ctx aws.Context, input *StopBackupJobInput, opts ...request.Option) (*StopBackupJobOutput, error)

StopBackupJobWithContext is the same as StopBackupJob with the addition of the ability to pass a context and additional request options.

See StopBackupJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) TagResource

func (c *Backup) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for AWS Backup.

Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation TagResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • LimitExceededException A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/TagResource

func (*Backup) TagResourceRequest

func (c *Backup) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TagResource for more information on using the TagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TagResourceRequest method.
req, resp := client.TagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/TagResource

func (*Backup) TagResourceWithContext

func (c *Backup) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.

See TagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) UntagResource

func (c *Backup) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for AWS Backup.

Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation UntagResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UntagResource

func (*Backup) UntagResourceRequest

func (c *Backup) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UntagResource for more information on using the UntagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UntagResourceRequest method.
req, resp := client.UntagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UntagResource

func (*Backup) UntagResourceWithContext

func (c *Backup) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) UpdateBackupPlan

func (c *Backup) UpdateBackupPlan(input *UpdateBackupPlanInput) (*UpdateBackupPlanOutput, error)

UpdateBackupPlan API operation for AWS Backup.

Updates an existing backup plan identified by its backupPlanId with the input document in JSON format. The new version is uniquely identified by a VersionId.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation UpdateBackupPlan for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateBackupPlan

func (*Backup) UpdateBackupPlanRequest

func (c *Backup) UpdateBackupPlanRequest(input *UpdateBackupPlanInput) (req *request.Request, output *UpdateBackupPlanOutput)

UpdateBackupPlanRequest generates a "aws/request.Request" representing the client's request for the UpdateBackupPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateBackupPlan for more information on using the UpdateBackupPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateBackupPlanRequest method.
req, resp := client.UpdateBackupPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateBackupPlan

func (*Backup) UpdateBackupPlanWithContext

func (c *Backup) UpdateBackupPlanWithContext(ctx aws.Context, input *UpdateBackupPlanInput, opts ...request.Option) (*UpdateBackupPlanOutput, error)

UpdateBackupPlanWithContext is the same as UpdateBackupPlan with the addition of the ability to pass a context and additional request options.

See UpdateBackupPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) UpdateFramework

func (c *Backup) UpdateFramework(input *UpdateFrameworkInput) (*UpdateFrameworkOutput, error)

UpdateFramework API operation for AWS Backup.

Updates an existing framework identified by its FrameworkName with the input document in JSON format.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation UpdateFramework for usage and error information.

Returned Error Types:

  • AlreadyExistsException The required resource already exists.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • LimitExceededException A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ConflictException Backup can't perform the action that you requested until it finishes performing a previous action. Try again later.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateFramework

func (*Backup) UpdateFrameworkRequest

func (c *Backup) UpdateFrameworkRequest(input *UpdateFrameworkInput) (req *request.Request, output *UpdateFrameworkOutput)

UpdateFrameworkRequest generates a "aws/request.Request" representing the client's request for the UpdateFramework operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateFramework for more information on using the UpdateFramework API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateFrameworkRequest method.
req, resp := client.UpdateFrameworkRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateFramework

func (*Backup) UpdateFrameworkWithContext

func (c *Backup) UpdateFrameworkWithContext(ctx aws.Context, input *UpdateFrameworkInput, opts ...request.Option) (*UpdateFrameworkOutput, error)

UpdateFrameworkWithContext is the same as UpdateFramework with the addition of the ability to pass a context and additional request options.

See UpdateFramework for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) UpdateGlobalSettings

func (c *Backup) UpdateGlobalSettings(input *UpdateGlobalSettingsInput) (*UpdateGlobalSettingsOutput, error)

UpdateGlobalSettings API operation for AWS Backup.

Updates whether the Amazon Web Services account is opted in to cross-account backup. Returns an error if the account is not an Organizations management account. Use the DescribeGlobalSettings API to determine the current settings.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation UpdateGlobalSettings for usage and error information.

Returned Error Types:

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateGlobalSettings

func (*Backup) UpdateGlobalSettingsRequest

func (c *Backup) UpdateGlobalSettingsRequest(input *UpdateGlobalSettingsInput) (req *request.Request, output *UpdateGlobalSettingsOutput)

UpdateGlobalSettingsRequest generates a "aws/request.Request" representing the client's request for the UpdateGlobalSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateGlobalSettings for more information on using the UpdateGlobalSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateGlobalSettingsRequest method.
req, resp := client.UpdateGlobalSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateGlobalSettings

func (*Backup) UpdateGlobalSettingsWithContext

func (c *Backup) UpdateGlobalSettingsWithContext(ctx aws.Context, input *UpdateGlobalSettingsInput, opts ...request.Option) (*UpdateGlobalSettingsOutput, error)

UpdateGlobalSettingsWithContext is the same as UpdateGlobalSettings with the addition of the ability to pass a context and additional request options.

See UpdateGlobalSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) UpdateRecoveryPointLifecycle

func (c *Backup) UpdateRecoveryPointLifecycle(input *UpdateRecoveryPointLifecycleInput) (*UpdateRecoveryPointLifecycleOutput, error)

UpdateRecoveryPointLifecycle API operation for AWS Backup.

Sets the transition lifecycle of a recovery point.

The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.

Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the Feature availability by resource (https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource) table. Backup ignores this expression for other resource types.

This operation does not support continuous backups.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation UpdateRecoveryPointLifecycle for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • InvalidRequestException Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateRecoveryPointLifecycle

func (*Backup) UpdateRecoveryPointLifecycleRequest

func (c *Backup) UpdateRecoveryPointLifecycleRequest(input *UpdateRecoveryPointLifecycleInput) (req *request.Request, output *UpdateRecoveryPointLifecycleOutput)

UpdateRecoveryPointLifecycleRequest generates a "aws/request.Request" representing the client's request for the UpdateRecoveryPointLifecycle operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateRecoveryPointLifecycle for more information on using the UpdateRecoveryPointLifecycle API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateRecoveryPointLifecycleRequest method.
req, resp := client.UpdateRecoveryPointLifecycleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateRecoveryPointLifecycle

func (*Backup) UpdateRecoveryPointLifecycleWithContext

func (c *Backup) UpdateRecoveryPointLifecycleWithContext(ctx aws.Context, input *UpdateRecoveryPointLifecycleInput, opts ...request.Option) (*UpdateRecoveryPointLifecycleOutput, error)

UpdateRecoveryPointLifecycleWithContext is the same as UpdateRecoveryPointLifecycle with the addition of the ability to pass a context and additional request options.

See UpdateRecoveryPointLifecycle for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) UpdateRegionSettings

func (c *Backup) UpdateRegionSettings(input *UpdateRegionSettingsInput) (*UpdateRegionSettingsOutput, error)

UpdateRegionSettings API operation for AWS Backup.

Updates the current service opt-in settings for the Region.

Use the DescribeRegionSettings API to determine the resource types that are supported.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation UpdateRegionSettings for usage and error information.

Returned Error Types:

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateRegionSettings

func (*Backup) UpdateRegionSettingsRequest

func (c *Backup) UpdateRegionSettingsRequest(input *UpdateRegionSettingsInput) (req *request.Request, output *UpdateRegionSettingsOutput)

UpdateRegionSettingsRequest generates a "aws/request.Request" representing the client's request for the UpdateRegionSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateRegionSettings for more information on using the UpdateRegionSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateRegionSettingsRequest method.
req, resp := client.UpdateRegionSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateRegionSettings

func (*Backup) UpdateRegionSettingsWithContext

func (c *Backup) UpdateRegionSettingsWithContext(ctx aws.Context, input *UpdateRegionSettingsInput, opts ...request.Option) (*UpdateRegionSettingsOutput, error)

UpdateRegionSettingsWithContext is the same as UpdateRegionSettings with the addition of the ability to pass a context and additional request options.

See UpdateRegionSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) UpdateReportPlan

func (c *Backup) UpdateReportPlan(input *UpdateReportPlanInput) (*UpdateReportPlanOutput, error)

UpdateReportPlan API operation for AWS Backup.

Updates an existing report plan identified by its ReportPlanName with the input document in JSON format.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation UpdateReportPlan for usage and error information.

Returned Error Types:

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ConflictException Backup can't perform the action that you requested until it finishes performing a previous action. Try again later.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateReportPlan

func (*Backup) UpdateReportPlanRequest

func (c *Backup) UpdateReportPlanRequest(input *UpdateReportPlanInput) (req *request.Request, output *UpdateReportPlanOutput)

UpdateReportPlanRequest generates a "aws/request.Request" representing the client's request for the UpdateReportPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateReportPlan for more information on using the UpdateReportPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateReportPlanRequest method.
req, resp := client.UpdateReportPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateReportPlan

func (*Backup) UpdateReportPlanWithContext

func (c *Backup) UpdateReportPlanWithContext(ctx aws.Context, input *UpdateReportPlanInput, opts ...request.Option) (*UpdateReportPlanOutput, error)

UpdateReportPlanWithContext is the same as UpdateReportPlan with the addition of the ability to pass a context and additional request options.

See UpdateReportPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) UpdateRestoreTestingPlan

func (c *Backup) UpdateRestoreTestingPlan(input *UpdateRestoreTestingPlanInput) (*UpdateRestoreTestingPlanOutput, error)

UpdateRestoreTestingPlan API operation for AWS Backup.

This request will send changes to your specified restore testing plan. RestoreTestingPlanName cannot be updated after it is created.

RecoveryPointSelection can contain:

  • Algorithm

  • ExcludeVaults

  • IncludeVaults

  • RecoveryPointTypes

  • SelectionWindowDays

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation UpdateRestoreTestingPlan for usage and error information.

Returned Error Types:

  • ConflictException Backup can't perform the action that you requested until it finishes performing a previous action. Try again later.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateRestoreTestingPlan

func (*Backup) UpdateRestoreTestingPlanRequest

func (c *Backup) UpdateRestoreTestingPlanRequest(input *UpdateRestoreTestingPlanInput) (req *request.Request, output *UpdateRestoreTestingPlanOutput)

UpdateRestoreTestingPlanRequest generates a "aws/request.Request" representing the client's request for the UpdateRestoreTestingPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateRestoreTestingPlan for more information on using the UpdateRestoreTestingPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateRestoreTestingPlanRequest method.
req, resp := client.UpdateRestoreTestingPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateRestoreTestingPlan

func (*Backup) UpdateRestoreTestingPlanWithContext

func (c *Backup) UpdateRestoreTestingPlanWithContext(ctx aws.Context, input *UpdateRestoreTestingPlanInput, opts ...request.Option) (*UpdateRestoreTestingPlanOutput, error)

UpdateRestoreTestingPlanWithContext is the same as UpdateRestoreTestingPlan with the addition of the ability to pass a context and additional request options.

See UpdateRestoreTestingPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*Backup) UpdateRestoreTestingSelection

func (c *Backup) UpdateRestoreTestingSelection(input *UpdateRestoreTestingSelectionInput) (*UpdateRestoreTestingSelectionOutput, error)

UpdateRestoreTestingSelection API operation for AWS Backup.

Most elements except the RestoreTestingSelectionName can be updated with this request.

RestoreTestingSelection can use either protected resource ARNs or conditions, but not both. That is, if your selection has ProtectedResourceArns, requesting an update with the parameter ProtectedResourceConditions will be unsuccessful.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Backup's API operation UpdateRestoreTestingSelection for usage and error information.

Returned Error Types:

  • ConflictException Backup can't perform the action that you requested until it finishes performing a previous action. Try again later.

  • InvalidParameterValueException Indicates that something is wrong with a parameter's value. For example, the value is out of range.

  • MissingParameterValueException Indicates that a required parameter is missing.

  • ResourceNotFoundException A resource that is required for the action doesn't exist.

  • ServiceUnavailableException The request failed due to a temporary failure of the server.

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateRestoreTestingSelection

func (*Backup) UpdateRestoreTestingSelectionRequest

func (c *Backup) UpdateRestoreTestingSelectionRequest(input *UpdateRestoreTestingSelectionInput) (req *request.Request, output *UpdateRestoreTestingSelectionOutput)

UpdateRestoreTestingSelectionRequest generates a "aws/request.Request" representing the client's request for the UpdateRestoreTestingSelection operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateRestoreTestingSelection for more information on using the UpdateRestoreTestingSelection API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateRestoreTestingSelectionRequest method.
req, resp := client.UpdateRestoreTestingSelectionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UpdateRestoreTestingSelection

func (*Backup) UpdateRestoreTestingSelectionWithContext

func (c *Backup) UpdateRestoreTestingSelectionWithContext(ctx aws.Context, input *UpdateRestoreTestingSelectionInput, opts ...request.Option) (*UpdateRestoreTestingSelectionOutput, error)

UpdateRestoreTestingSelectionWithContext is the same as UpdateRestoreTestingSelection with the addition of the ability to pass a context and additional request options.

See UpdateRestoreTestingSelection for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type BackupJobSummary

type BackupJobSummary struct {

    // The account ID that owns the jobs within the summary.
    AccountId *string `type:"string"`

    // The value as a number of jobs in a job summary.
    Count *int64 `type:"integer"`

    // The value of time in number format of a job end time.
    //
    // This value is the time in Unix format, Coordinated Universal Time (UTC),
    // and accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    EndTime *time.Time `type:"timestamp"`

    // This parameter is the job count for the specified message category.
    //
    // Example strings include AccessDenied, Success, and InvalidParameters. See
    // Monitoring (https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html)
    // for a list of MessageCategory strings.
    //
    // The the value ANY returns count of all message categories.
    //
    // AGGREGATE_ALL aggregates job counts for all message categories and returns
    // the sum.
    MessageCategory *string `type:"string"`

    // The Amazon Web Services Regions within the job summary.
    Region *string `type:"string"`

    // This value is the job count for the specified resource type. The request
    // GetSupportedResourceTypes returns strings for supported resource types.
    ResourceType *string `type:"string"`

    // The value of time in number format of a job start time.
    //
    // This value is the time in Unix format, Coordinated Universal Time (UTC),
    // and accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    StartTime *time.Time `type:"timestamp"`

    // This value is job count for jobs with the specified state.
    State *string `type:"string" enum:"BackupJobStatus"`
    // contains filtered or unexported fields
}

This is a summary of jobs created or running within the most recent 30 days.

The returned summary may contain the following: Region, Account, State, RestourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

func (BackupJobSummary) GoString

func (s BackupJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BackupJobSummary) SetAccountId

func (s *BackupJobSummary) SetAccountId(v string) *BackupJobSummary

SetAccountId sets the AccountId field's value.

func (*BackupJobSummary) SetCount

func (s *BackupJobSummary) SetCount(v int64) *BackupJobSummary

SetCount sets the Count field's value.

func (*BackupJobSummary) SetEndTime

func (s *BackupJobSummary) SetEndTime(v time.Time) *BackupJobSummary

SetEndTime sets the EndTime field's value.

func (*BackupJobSummary) SetMessageCategory

func (s *BackupJobSummary) SetMessageCategory(v string) *BackupJobSummary

SetMessageCategory sets the MessageCategory field's value.

func (*BackupJobSummary) SetRegion

func (s *BackupJobSummary) SetRegion(v string) *BackupJobSummary

SetRegion sets the Region field's value.

func (*BackupJobSummary) SetResourceType

func (s *BackupJobSummary) SetResourceType(v string) *BackupJobSummary

SetResourceType sets the ResourceType field's value.

func (*BackupJobSummary) SetStartTime

func (s *BackupJobSummary) SetStartTime(v time.Time) *BackupJobSummary

SetStartTime sets the StartTime field's value.

func (*BackupJobSummary) SetState

func (s *BackupJobSummary) SetState(v string) *BackupJobSummary

SetState sets the State field's value.

func (BackupJobSummary) String

func (s BackupJobSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CalculatedLifecycle

type CalculatedLifecycle struct {

    // A timestamp that specifies when to delete a recovery point.
    DeleteAt *time.Time `type:"timestamp"`

    // A timestamp that specifies when to transition a recovery point to cold storage.
    MoveToColdStorageAt *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

Contains DeleteAt and MoveToColdStorageAt timestamps, which are used to specify a lifecycle for a recovery point.

The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.

Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the Feature availability by resource (https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource) table. Backup ignores this expression for other resource types.

func (CalculatedLifecycle) GoString

func (s CalculatedLifecycle) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CalculatedLifecycle) SetDeleteAt

func (s *CalculatedLifecycle) SetDeleteAt(v time.Time) *CalculatedLifecycle

SetDeleteAt sets the DeleteAt field's value.

func (*CalculatedLifecycle) SetMoveToColdStorageAt

func (s *CalculatedLifecycle) SetMoveToColdStorageAt(v time.Time) *CalculatedLifecycle

SetMoveToColdStorageAt sets the MoveToColdStorageAt field's value.

func (CalculatedLifecycle) String

func (s CalculatedLifecycle) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CancelLegalHoldInput

type CancelLegalHoldInput struct {

    // String describing the reason for removing the legal hold.
    //
    // CancelDescription is a required field
    CancelDescription *string `location:"querystring" locationName:"cancelDescription" type:"string" required:"true"`

    // Legal hold ID required to remove the specified legal hold on a recovery point.
    //
    // LegalHoldId is a required field
    LegalHoldId *string `location:"uri" locationName:"legalHoldId" type:"string" required:"true"`

    // The integer amount in days specifying amount of days after this API operation
    // to remove legal hold.
    RetainRecordInDays *int64 `location:"querystring" locationName:"retainRecordInDays" type:"long"`
    // contains filtered or unexported fields
}

func (CancelLegalHoldInput) GoString

func (s CancelLegalHoldInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelLegalHoldInput) SetCancelDescription

func (s *CancelLegalHoldInput) SetCancelDescription(v string) *CancelLegalHoldInput

SetCancelDescription sets the CancelDescription field's value.

func (*CancelLegalHoldInput) SetLegalHoldId

func (s *CancelLegalHoldInput) SetLegalHoldId(v string) *CancelLegalHoldInput

SetLegalHoldId sets the LegalHoldId field's value.

func (*CancelLegalHoldInput) SetRetainRecordInDays

func (s *CancelLegalHoldInput) SetRetainRecordInDays(v int64) *CancelLegalHoldInput

SetRetainRecordInDays sets the RetainRecordInDays field's value.

func (CancelLegalHoldInput) String

func (s CancelLegalHoldInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelLegalHoldInput) Validate

func (s *CancelLegalHoldInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelLegalHoldOutput

type CancelLegalHoldOutput struct {
    // contains filtered or unexported fields
}

func (CancelLegalHoldOutput) GoString

func (s CancelLegalHoldOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CancelLegalHoldOutput) String

func (s CancelLegalHoldOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Condition

type Condition struct {

    // The key in a key-value pair. For example, in the tag Department: Accounting,
    // Department is the key.
    //
    // ConditionKey is a required field
    ConditionKey *string `type:"string" required:"true"`

    // An operation applied to a key-value pair used to assign resources to your
    // backup plan. Condition only supports StringEquals. For more flexible assignment
    // options, including StringLike and the ability to exclude resources from your
    // backup plan, use Conditions (with an "s" on the end) for your BackupSelection
    // (https://docs.aws.amazon.com/aws-backup/latest/devguide/API_BackupSelection.html).
    //
    // ConditionType is a required field
    ConditionType *string `type:"string" required:"true" enum:"ConditionType"`

    // The value in a key-value pair. For example, in the tag Department: Accounting,
    // Accounting is the value.
    //
    // ConditionValue is a required field
    ConditionValue *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains an array of triplets made up of a condition type (such as StringEquals), a key, and a value. Used to filter resources using their tags and assign them to a backup plan. Case sensitive.

func (Condition) GoString

func (s Condition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Condition) SetConditionKey

func (s *Condition) SetConditionKey(v string) *Condition

SetConditionKey sets the ConditionKey field's value.

func (*Condition) SetConditionType

func (s *Condition) SetConditionType(v string) *Condition

SetConditionType sets the ConditionType field's value.

func (*Condition) SetConditionValue

func (s *Condition) SetConditionValue(v string) *Condition

SetConditionValue sets the ConditionValue field's value.

func (Condition) String

func (s Condition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Condition) Validate

func (s *Condition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConditionParameter

type ConditionParameter struct {

    // The key in a key-value pair. For example, in the tag Department: Accounting,
    // Department is the key.
    ConditionKey *string `type:"string"`

    // The value in a key-value pair. For example, in the tag Department: Accounting,
    // Accounting is the value.
    ConditionValue *string `type:"string"`
    // contains filtered or unexported fields
}

Includes information about tags you define to assign tagged resources to a backup plan.

func (ConditionParameter) GoString

func (s ConditionParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionParameter) SetConditionKey

func (s *ConditionParameter) SetConditionKey(v string) *ConditionParameter

SetConditionKey sets the ConditionKey field's value.

func (*ConditionParameter) SetConditionValue

func (s *ConditionParameter) SetConditionValue(v string) *ConditionParameter

SetConditionValue sets the ConditionValue field's value.

func (ConditionParameter) String

func (s ConditionParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Conditions

type Conditions struct {

    // Filters the values of your tagged resources for only those resources that
    // you tagged with the same value. Also called "exact matching."
    StringEquals []*ConditionParameter `type:"list"`

    // Filters the values of your tagged resources for matching tag values with
    // the use of a wildcard character (*) anywhere in the string. For example,
    // "prod*" or "*rod*" matches the tag value "production".
    StringLike []*ConditionParameter `type:"list"`

    // Filters the values of your tagged resources for only those resources that
    // you tagged that do not have the same value. Also called "negated matching."
    StringNotEquals []*ConditionParameter `type:"list"`

    // Filters the values of your tagged resources for non-matching tag values with
    // the use of a wildcard character (*) anywhere in the string.
    StringNotLike []*ConditionParameter `type:"list"`
    // contains filtered or unexported fields
}

Contains information about which resources to include or exclude from a backup plan using their tags. Conditions are case sensitive.

func (Conditions) GoString

func (s Conditions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Conditions) SetStringEquals

func (s *Conditions) SetStringEquals(v []*ConditionParameter) *Conditions

SetStringEquals sets the StringEquals field's value.

func (*Conditions) SetStringLike

func (s *Conditions) SetStringLike(v []*ConditionParameter) *Conditions

SetStringLike sets the StringLike field's value.

func (*Conditions) SetStringNotEquals

func (s *Conditions) SetStringNotEquals(v []*ConditionParameter) *Conditions

SetStringNotEquals sets the StringNotEquals field's value.

func (*Conditions) SetStringNotLike

func (s *Conditions) SetStringNotLike(v []*ConditionParameter) *Conditions

SetStringNotLike sets the StringNotLike field's value.

func (Conditions) String

func (s Conditions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConflictException

type ConflictException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Code_ *string `locationName:"Code" type:"string"`

    Context *string `type:"string"`

    Message_ *string `locationName:"Message" type:"string"`

    Type *string `type:"string"`
    // contains filtered or unexported fields
}

Backup can't perform the action that you requested until it finishes performing a previous action. Try again later.

func (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

func (s ConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String

func (s ConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ControlInputParameter

type ControlInputParameter struct {

    // The name of a parameter, for example, BackupPlanFrequency.
    ParameterName *string `type:"string"`

    // The value of parameter, for example, hourly.
    ParameterValue *string `type:"string"`
    // contains filtered or unexported fields
}

A list of parameters for a control. A control can have zero, one, or more than one parameter. An example of a control with two parameters is: "backup plan frequency is at least daily and the retention period is at least 1 year". The first parameter is daily. The second parameter is 1 year.

func (ControlInputParameter) GoString

func (s ControlInputParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ControlInputParameter) SetParameterName

func (s *ControlInputParameter) SetParameterName(v string) *ControlInputParameter

SetParameterName sets the ParameterName field's value.

func (*ControlInputParameter) SetParameterValue

func (s *ControlInputParameter) SetParameterValue(v string) *ControlInputParameter

SetParameterValue sets the ParameterValue field's value.

func (ControlInputParameter) String

func (s ControlInputParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ControlScope

type ControlScope struct {

    // The ID of the only Amazon Web Services resource that you want your control
    // scope to contain.
    ComplianceResourceIds []*string `min:"1" type:"list"`

    // Describes whether the control scope includes one or more types of resources,
    // such as EFS or RDS.
    ComplianceResourceTypes []*string `type:"list"`

    // The tag key-value pair applied to those Amazon Web Services resources that
    // you want to trigger an evaluation for a rule. A maximum of one key-value
    // pair can be provided. The tag value is optional, but it cannot be an empty
    // string. The structure to assign a tag is: [{"Key":"string","Value":"string"}].
    Tags map[string]*string `type:"map"`
    // contains filtered or unexported fields
}

A framework consists of one or more controls. Each control has its own control scope. The control scope can include one or more resource types, a combination of a tag key and value, or a combination of one resource type and one resource ID. If no scope is specified, evaluations for the rule are triggered when any resource in your recording group changes in configuration.

To set a control scope that includes all of a particular resource, leave the ControlScope empty or do not pass it when calling CreateFramework.

func (ControlScope) GoString

func (s ControlScope) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ControlScope) SetComplianceResourceIds

func (s *ControlScope) SetComplianceResourceIds(v []*string) *ControlScope

SetComplianceResourceIds sets the ComplianceResourceIds field's value.

func (*ControlScope) SetComplianceResourceTypes

func (s *ControlScope) SetComplianceResourceTypes(v []*string) *ControlScope

SetComplianceResourceTypes sets the ComplianceResourceTypes field's value.

func (*ControlScope) SetTags

func (s *ControlScope) SetTags(v map[string]*string) *ControlScope

SetTags sets the Tags field's value.

func (ControlScope) String

func (s ControlScope) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ControlScope) Validate

func (s *ControlScope) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CopyAction

type CopyAction struct {

    // An Amazon Resource Name (ARN) that uniquely identifies the destination backup
    // vault for the copied backup. For example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    //
    // DestinationBackupVaultArn is a required field
    DestinationBackupVaultArn *string `type:"string" required:"true"`

    // Contains an array of Transition objects specifying how long in days before
    // a recovery point transitions to cold storage or is deleted.
    //
    // Backups transitioned to cold storage must be stored in cold storage for a
    // minimum of 90 days. Therefore, on the console, the “retention” setting
    // must be 90 days greater than the “transition to cold after days” setting.
    // The “transition to cold after days” setting cannot be changed after a
    // backup has been transitioned to cold.
    //
    // Resource types that are able to be transitioned to cold storage are listed
    // in the "Lifecycle to cold storage" section of the Feature availability by
    // resource (https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource)
    // table. Backup ignores this expression for other resource types.
    Lifecycle *Lifecycle `type:"structure"`
    // contains filtered or unexported fields
}

The details of the copy operation.

func (CopyAction) GoString

func (s CopyAction) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CopyAction) SetDestinationBackupVaultArn

func (s *CopyAction) SetDestinationBackupVaultArn(v string) *CopyAction

SetDestinationBackupVaultArn sets the DestinationBackupVaultArn field's value.

func (*CopyAction) SetLifecycle

func (s *CopyAction) SetLifecycle(v *Lifecycle) *CopyAction

SetLifecycle sets the Lifecycle field's value.

func (CopyAction) String

func (s CopyAction) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CopyAction) Validate

func (s *CopyAction) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CopyJob

type CopyJob struct {

    // The account ID that owns the copy job.
    AccountId *string `type:"string"`

    // The size, in bytes, of a copy job.
    BackupSizeInBytes *int64 `type:"long"`

    // This returns the statistics of the included child (nested) copy jobs.
    ChildJobsInState map[string]*int64 `type:"map"`

    // The date and time a copy job is completed, in Unix format and Coordinated
    // Universal Time (UTC). The value of CompletionDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CompletionDate *time.Time `type:"timestamp"`

    // This is the identifier of a resource within a composite group, such as nested
    // (child) recovery point belonging to a composite (parent) stack. The ID is
    // transferred from the logical ID (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resources-section-structure.html#resources-section-structure-syntax)
    // within a stack.
    CompositeMemberIdentifier *string `type:"string"`

    // Uniquely identifies a copy job.
    CopyJobId *string `type:"string"`

    // Contains information about the backup plan and rule that Backup used to initiate
    // the recovery point backup.
    CreatedBy *RecoveryPointCreator `type:"structure"`

    // The date and time a copy job is created, in Unix format and Coordinated Universal
    // Time (UTC). The value of CreationDate is accurate to milliseconds. For example,
    // the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
    // AM.
    CreationDate *time.Time `type:"timestamp"`

    // An Amazon Resource Name (ARN) that uniquely identifies a destination copy
    // vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    DestinationBackupVaultArn *string `type:"string"`

    // An ARN that uniquely identifies a destination recovery point; for example,
    // arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    DestinationRecoveryPointArn *string `type:"string"`

    // Specifies the IAM role ARN used to copy the target recovery point; for example,
    // arn:aws:iam::123456789012:role/S3Access.
    IamRoleArn *string `type:"string"`

    // This is a boolean value indicating this is a parent (composite) copy job.
    IsParent *bool `type:"boolean"`

    // This parameter is the job count for the specified message category.
    //
    // Example strings may include AccessDenied, SUCCESS, AGGREGATE_ALL, and InvalidParameters.
    // See Monitoring (https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html)
    // for a list of MessageCategory strings.
    //
    // The the value ANY returns count of all message categories.
    //
    // AGGREGATE_ALL aggregates job counts for all message categories and returns
    // the sum
    MessageCategory *string `type:"string"`

    // This is the number of child (nested) copy jobs.
    NumberOfChildJobs *int64 `type:"long"`

    // This uniquely identifies a request to Backup to copy a resource. The return
    // will be the parent (composite) job ID.
    ParentJobId *string `type:"string"`

    // The Amazon Web Services resource to be copied; for example, an Amazon Elastic
    // Block Store (Amazon EBS) volume or an Amazon Relational Database Service
    // (Amazon RDS) database.
    ResourceArn *string `type:"string"`

    // This is the non-unique name of the resource that belongs to the specified
    // backup.
    ResourceName *string `type:"string"`

    // The type of Amazon Web Services resource to be copied; for example, an Amazon
    // Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database
    // Service (Amazon RDS) database.
    ResourceType *string `type:"string"`

    // An Amazon Resource Name (ARN) that uniquely identifies a source copy vault;
    // for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    SourceBackupVaultArn *string `type:"string"`

    // An ARN that uniquely identifies a source recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    SourceRecoveryPointArn *string `type:"string"`

    // The current state of a copy job.
    State *string `type:"string" enum:"CopyJobState"`

    // A detailed message explaining the status of the job to copy a resource.
    StatusMessage *string `type:"string"`
    // contains filtered or unexported fields
}

Contains detailed information about a copy job.

func (CopyJob) GoString

func (s CopyJob) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CopyJob) SetAccountId

func (s *CopyJob) SetAccountId(v string) *CopyJob

SetAccountId sets the AccountId field's value.

func (*CopyJob) SetBackupSizeInBytes

func (s *CopyJob) SetBackupSizeInBytes(v int64) *CopyJob

SetBackupSizeInBytes sets the BackupSizeInBytes field's value.

func (*CopyJob) SetChildJobsInState

func (s *CopyJob) SetChildJobsInState(v map[string]*int64) *CopyJob

SetChildJobsInState sets the ChildJobsInState field's value.

func (*CopyJob) SetCompletionDate

func (s *CopyJob) SetCompletionDate(v time.Time) *CopyJob

SetCompletionDate sets the CompletionDate field's value.

func (*CopyJob) SetCompositeMemberIdentifier

func (s *CopyJob) SetCompositeMemberIdentifier(v string) *CopyJob

SetCompositeMemberIdentifier sets the CompositeMemberIdentifier field's value.

func (*CopyJob) SetCopyJobId

func (s *CopyJob) SetCopyJobId(v string) *CopyJob

SetCopyJobId sets the CopyJobId field's value.

func (*CopyJob) SetCreatedBy

func (s *CopyJob) SetCreatedBy(v *RecoveryPointCreator) *CopyJob

SetCreatedBy sets the CreatedBy field's value.

func (*CopyJob) SetCreationDate

func (s *CopyJob) SetCreationDate(v time.Time) *CopyJob

SetCreationDate sets the CreationDate field's value.

func (*CopyJob) SetDestinationBackupVaultArn

func (s *CopyJob) SetDestinationBackupVaultArn(v string) *CopyJob

SetDestinationBackupVaultArn sets the DestinationBackupVaultArn field's value.

func (*CopyJob) SetDestinationRecoveryPointArn

func (s *CopyJob) SetDestinationRecoveryPointArn(v string) *CopyJob

SetDestinationRecoveryPointArn sets the DestinationRecoveryPointArn field's value.

func (*CopyJob) SetIamRoleArn

func (s *CopyJob) SetIamRoleArn(v string) *CopyJob

SetIamRoleArn sets the IamRoleArn field's value.

func (*CopyJob) SetIsParent

func (s *CopyJob) SetIsParent(v bool) *CopyJob

SetIsParent sets the IsParent field's value.

func (*CopyJob) SetMessageCategory

func (s *CopyJob) SetMessageCategory(v string) *CopyJob

SetMessageCategory sets the MessageCategory field's value.

func (*CopyJob) SetNumberOfChildJobs

func (s *CopyJob) SetNumberOfChildJobs(v int64) *CopyJob

SetNumberOfChildJobs sets the NumberOfChildJobs field's value.

func (*CopyJob) SetParentJobId

func (s *CopyJob) SetParentJobId(v string) *CopyJob

SetParentJobId sets the ParentJobId field's value.

func (*CopyJob) SetResourceArn

func (s *CopyJob) SetResourceArn(v string) *CopyJob

SetResourceArn sets the ResourceArn field's value.

func (*CopyJob) SetResourceName

func (s *CopyJob) SetResourceName(v string) *CopyJob

SetResourceName sets the ResourceName field's value.

func (*CopyJob) SetResourceType

func (s *CopyJob) SetResourceType(v string) *CopyJob

SetResourceType sets the ResourceType field's value.

func (*CopyJob) SetSourceBackupVaultArn

func (s *CopyJob) SetSourceBackupVaultArn(v string) *CopyJob

SetSourceBackupVaultArn sets the SourceBackupVaultArn field's value.

func (*CopyJob) SetSourceRecoveryPointArn

func (s *CopyJob) SetSourceRecoveryPointArn(v string) *CopyJob

SetSourceRecoveryPointArn sets the SourceRecoveryPointArn field's value.

func (*CopyJob) SetState

func (s *CopyJob) SetState(v string) *CopyJob

SetState sets the State field's value.

func (*CopyJob) SetStatusMessage

func (s *CopyJob) SetStatusMessage(v string) *CopyJob

SetStatusMessage sets the StatusMessage field's value.

func (CopyJob) String

func (s CopyJob) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CopyJobSummary

type CopyJobSummary struct {

    // The account ID that owns the jobs within the summary.
    AccountId *string `type:"string"`

    // The value as a number of jobs in a job summary.
    Count *int64 `type:"integer"`

    // The value of time in number format of a job end time.
    //
    // This value is the time in Unix format, Coordinated Universal Time (UTC),
    // and accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    EndTime *time.Time `type:"timestamp"`

    // This parameter is the job count for the specified message category.
    //
    // Example strings include AccessDenied, Success, and InvalidParameters. See
    // Monitoring (https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html)
    // for a list of MessageCategory strings.
    //
    // The the value ANY returns count of all message categories.
    //
    // AGGREGATE_ALL aggregates job counts for all message categories and returns
    // the sum.
    MessageCategory *string `type:"string"`

    // This is the Amazon Web Services Regions within the job summary.
    Region *string `type:"string"`

    // This value is the job count for the specified resource type. The request
    // GetSupportedResourceTypes returns strings for supported resource types
    ResourceType *string `type:"string"`

    // The value of time in number format of a job start time.
    //
    // This value is the time in Unix format, Coordinated Universal Time (UTC),
    // and accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    StartTime *time.Time `type:"timestamp"`

    // This value is job count for jobs with the specified state.
    State *string `type:"string" enum:"CopyJobStatus"`
    // contains filtered or unexported fields
}

This is a summary of copy jobs created or running within the most recent 30 days.

The returned summary may contain the following: Region, Account, State, RestourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

func (CopyJobSummary) GoString

func (s CopyJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CopyJobSummary) SetAccountId

func (s *CopyJobSummary) SetAccountId(v string) *CopyJobSummary

SetAccountId sets the AccountId field's value.

func (*CopyJobSummary) SetCount

func (s *CopyJobSummary) SetCount(v int64) *CopyJobSummary

SetCount sets the Count field's value.

func (*CopyJobSummary) SetEndTime

func (s *CopyJobSummary) SetEndTime(v time.Time) *CopyJobSummary

SetEndTime sets the EndTime field's value.

func (*CopyJobSummary) SetMessageCategory

func (s *CopyJobSummary) SetMessageCategory(v string) *CopyJobSummary

SetMessageCategory sets the MessageCategory field's value.

func (*CopyJobSummary) SetRegion

func (s *CopyJobSummary) SetRegion(v string) *CopyJobSummary

SetRegion sets the Region field's value.

func (*CopyJobSummary) SetResourceType

func (s *CopyJobSummary) SetResourceType(v string) *CopyJobSummary

SetResourceType sets the ResourceType field's value.

func (*CopyJobSummary) SetStartTime

func (s *CopyJobSummary) SetStartTime(v time.Time) *CopyJobSummary

SetStartTime sets the StartTime field's value.

func (*CopyJobSummary) SetState

func (s *CopyJobSummary) SetState(v string) *CopyJobSummary

SetState sets the State field's value.

func (CopyJobSummary) String

func (s CopyJobSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateBackupPlanInput

type CreateBackupPlanInput struct {

    // Specifies the body of a backup plan. Includes a BackupPlanName and one or
    // more sets of Rules.
    //
    // BackupPlan is a required field
    BackupPlan *PlanInput `type:"structure" required:"true"`

    // To help organize your resources, you can assign your own metadata to the
    // resources that you create. Each tag is a key-value pair. The specified tags
    // are assigned to all backups created with this plan.
    //
    // BackupPlanTags is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateBackupPlanInput's
    // String and GoString methods.
    BackupPlanTags map[string]*string `type:"map" sensitive:"true"`

    // Identifies the request and allows failed requests to be retried without the
    // risk of running the operation twice. If the request includes a CreatorRequestId
    // that matches an existing backup plan, that plan is returned. This parameter
    // is optional.
    //
    // If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
    CreatorRequestId *string `type:"string"`
    // contains filtered or unexported fields
}

func (CreateBackupPlanInput) GoString

func (s CreateBackupPlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBackupPlanInput) SetBackupPlan

func (s *CreateBackupPlanInput) SetBackupPlan(v *PlanInput) *CreateBackupPlanInput

SetBackupPlan sets the BackupPlan field's value.

func (*CreateBackupPlanInput) SetBackupPlanTags

func (s *CreateBackupPlanInput) SetBackupPlanTags(v map[string]*string) *CreateBackupPlanInput

SetBackupPlanTags sets the BackupPlanTags field's value.

func (*CreateBackupPlanInput) SetCreatorRequestId

func (s *CreateBackupPlanInput) SetCreatorRequestId(v string) *CreateBackupPlanInput

SetCreatorRequestId sets the CreatorRequestId field's value.

func (CreateBackupPlanInput) String

func (s CreateBackupPlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBackupPlanInput) Validate

func (s *CreateBackupPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateBackupPlanOutput

type CreateBackupPlanOutput struct {

    // A list of BackupOptions settings for a resource type. This option is only
    // available for Windows Volume Shadow Copy Service (VSS) backup jobs.
    AdvancedBackupSettings []*AdvancedBackupSetting `type:"list"`

    // An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for
    // example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.
    BackupPlanArn *string `type:"string"`

    // Uniquely identifies a backup plan.
    BackupPlanId *string `type:"string"`

    // The date and time that a backup plan is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most
    // 1,024 bytes long. They cannot be edited.
    VersionId *string `type:"string"`
    // contains filtered or unexported fields
}

func (CreateBackupPlanOutput) GoString

func (s CreateBackupPlanOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBackupPlanOutput) SetAdvancedBackupSettings

func (s *CreateBackupPlanOutput) SetAdvancedBackupSettings(v []*AdvancedBackupSetting) *CreateBackupPlanOutput

SetAdvancedBackupSettings sets the AdvancedBackupSettings field's value.

func (*CreateBackupPlanOutput) SetBackupPlanArn

func (s *CreateBackupPlanOutput) SetBackupPlanArn(v string) *CreateBackupPlanOutput

SetBackupPlanArn sets the BackupPlanArn field's value.

func (*CreateBackupPlanOutput) SetBackupPlanId

func (s *CreateBackupPlanOutput) SetBackupPlanId(v string) *CreateBackupPlanOutput

SetBackupPlanId sets the BackupPlanId field's value.

func (*CreateBackupPlanOutput) SetCreationDate

func (s *CreateBackupPlanOutput) SetCreationDate(v time.Time) *CreateBackupPlanOutput

SetCreationDate sets the CreationDate field's value.

func (*CreateBackupPlanOutput) SetVersionId

func (s *CreateBackupPlanOutput) SetVersionId(v string) *CreateBackupPlanOutput

SetVersionId sets the VersionId field's value.

func (CreateBackupPlanOutput) String

func (s CreateBackupPlanOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateBackupSelectionInput

type CreateBackupSelectionInput struct {

    // Uniquely identifies the backup plan to be associated with the selection of
    // resources.
    //
    // BackupPlanId is a required field
    BackupPlanId *string `location:"uri" locationName:"backupPlanId" type:"string" required:"true"`

    // Specifies the body of a request to assign a set of resources to a backup
    // plan.
    //
    // BackupSelection is a required field
    BackupSelection *Selection `type:"structure" required:"true"`

    // A unique string that identifies the request and allows failed requests to
    // be retried without the risk of running the operation twice. This parameter
    // is optional.
    //
    // If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
    CreatorRequestId *string `type:"string"`
    // contains filtered or unexported fields
}

func (CreateBackupSelectionInput) GoString

func (s CreateBackupSelectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBackupSelectionInput) SetBackupPlanId

func (s *CreateBackupSelectionInput) SetBackupPlanId(v string) *CreateBackupSelectionInput

SetBackupPlanId sets the BackupPlanId field's value.

func (*CreateBackupSelectionInput) SetBackupSelection

func (s *CreateBackupSelectionInput) SetBackupSelection(v *Selection) *CreateBackupSelectionInput

SetBackupSelection sets the BackupSelection field's value.

func (*CreateBackupSelectionInput) SetCreatorRequestId

func (s *CreateBackupSelectionInput) SetCreatorRequestId(v string) *CreateBackupSelectionInput

SetCreatorRequestId sets the CreatorRequestId field's value.

func (CreateBackupSelectionInput) String

func (s CreateBackupSelectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBackupSelectionInput) Validate

func (s *CreateBackupSelectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateBackupSelectionOutput

type CreateBackupSelectionOutput struct {

    // Uniquely identifies a backup plan.
    BackupPlanId *string `type:"string"`

    // The date and time a backup selection is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // Uniquely identifies the body of a request to assign a set of resources to
    // a backup plan.
    SelectionId *string `type:"string"`
    // contains filtered or unexported fields
}

func (CreateBackupSelectionOutput) GoString

func (s CreateBackupSelectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBackupSelectionOutput) SetBackupPlanId

func (s *CreateBackupSelectionOutput) SetBackupPlanId(v string) *CreateBackupSelectionOutput

SetBackupPlanId sets the BackupPlanId field's value.

func (*CreateBackupSelectionOutput) SetCreationDate

func (s *CreateBackupSelectionOutput) SetCreationDate(v time.Time) *CreateBackupSelectionOutput

SetCreationDate sets the CreationDate field's value.

func (*CreateBackupSelectionOutput) SetSelectionId

func (s *CreateBackupSelectionOutput) SetSelectionId(v string) *CreateBackupSelectionOutput

SetSelectionId sets the SelectionId field's value.

func (CreateBackupSelectionOutput) String

func (s CreateBackupSelectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateBackupVaultInput

type CreateBackupVaultInput struct {

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of letters,
    // numbers, and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`

    // Metadata that you can assign to help organize the resources that you create.
    // Each tag is a key-value pair.
    //
    // BackupVaultTags is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateBackupVaultInput's
    // String and GoString methods.
    BackupVaultTags map[string]*string `type:"map" sensitive:"true"`

    // A unique string that identifies the request and allows failed requests to
    // be retried without the risk of running the operation twice. This parameter
    // is optional.
    //
    // If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
    CreatorRequestId *string `type:"string"`

    // The server-side encryption key that is used to protect your backups; for
    // example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.
    EncryptionKeyArn *string `type:"string"`
    // contains filtered or unexported fields
}

func (CreateBackupVaultInput) GoString

func (s CreateBackupVaultInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBackupVaultInput) SetBackupVaultName

func (s *CreateBackupVaultInput) SetBackupVaultName(v string) *CreateBackupVaultInput

SetBackupVaultName sets the BackupVaultName field's value.

func (*CreateBackupVaultInput) SetBackupVaultTags

func (s *CreateBackupVaultInput) SetBackupVaultTags(v map[string]*string) *CreateBackupVaultInput

SetBackupVaultTags sets the BackupVaultTags field's value.

func (*CreateBackupVaultInput) SetCreatorRequestId

func (s *CreateBackupVaultInput) SetCreatorRequestId(v string) *CreateBackupVaultInput

SetCreatorRequestId sets the CreatorRequestId field's value.

func (*CreateBackupVaultInput) SetEncryptionKeyArn

func (s *CreateBackupVaultInput) SetEncryptionKeyArn(v string) *CreateBackupVaultInput

SetEncryptionKeyArn sets the EncryptionKeyArn field's value.

func (CreateBackupVaultInput) String

func (s CreateBackupVaultInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBackupVaultInput) Validate

func (s *CreateBackupVaultInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateBackupVaultOutput

type CreateBackupVaultOutput struct {

    // An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for
    // example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    BackupVaultArn *string `type:"string"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Region where they are created. They consist of lowercase letters, numbers,
    // and hyphens.
    BackupVaultName *string `type:"string"`

    // The date and time a backup vault is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

func (CreateBackupVaultOutput) GoString

func (s CreateBackupVaultOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateBackupVaultOutput) SetBackupVaultArn

func (s *CreateBackupVaultOutput) SetBackupVaultArn(v string) *CreateBackupVaultOutput

SetBackupVaultArn sets the BackupVaultArn field's value.

func (*CreateBackupVaultOutput) SetBackupVaultName

func (s *CreateBackupVaultOutput) SetBackupVaultName(v string) *CreateBackupVaultOutput

SetBackupVaultName sets the BackupVaultName field's value.

func (*CreateBackupVaultOutput) SetCreationDate

func (s *CreateBackupVaultOutput) SetCreationDate(v time.Time) *CreateBackupVaultOutput

SetCreationDate sets the CreationDate field's value.

func (CreateBackupVaultOutput) String

func (s CreateBackupVaultOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateFrameworkInput

type CreateFrameworkInput struct {

    // A list of the controls that make up the framework. Each control in the list
    // has a name, input parameters, and scope.
    //
    // FrameworkControls is a required field
    FrameworkControls []*FrameworkControl `type:"list" required:"true"`

    // An optional description of the framework with a maximum of 1,024 characters.
    FrameworkDescription *string `type:"string"`

    // The unique name of the framework. The name must be between 1 and 256 characters,
    // starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9),
    // and underscores (_).
    //
    // FrameworkName is a required field
    FrameworkName *string `min:"1" type:"string" required:"true"`

    // Metadata that you can assign to help organize the frameworks that you create.
    // Each tag is a key-value pair.
    FrameworkTags map[string]*string `type:"map"`

    // A customer-chosen string that you can use to distinguish between otherwise
    // identical calls to CreateFrameworkInput. Retrying a successful request with
    // the same idempotency token results in a success message with no action taken.
    IdempotencyToken *string `type:"string" idempotencyToken:"true"`
    // contains filtered or unexported fields
}

func (CreateFrameworkInput) GoString

func (s CreateFrameworkInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFrameworkInput) SetFrameworkControls

func (s *CreateFrameworkInput) SetFrameworkControls(v []*FrameworkControl) *CreateFrameworkInput

SetFrameworkControls sets the FrameworkControls field's value.

func (*CreateFrameworkInput) SetFrameworkDescription

func (s *CreateFrameworkInput) SetFrameworkDescription(v string) *CreateFrameworkInput

SetFrameworkDescription sets the FrameworkDescription field's value.

func (*CreateFrameworkInput) SetFrameworkName

func (s *CreateFrameworkInput) SetFrameworkName(v string) *CreateFrameworkInput

SetFrameworkName sets the FrameworkName field's value.

func (*CreateFrameworkInput) SetFrameworkTags

func (s *CreateFrameworkInput) SetFrameworkTags(v map[string]*string) *CreateFrameworkInput

SetFrameworkTags sets the FrameworkTags field's value.

func (*CreateFrameworkInput) SetIdempotencyToken

func (s *CreateFrameworkInput) SetIdempotencyToken(v string) *CreateFrameworkInput

SetIdempotencyToken sets the IdempotencyToken field's value.

func (CreateFrameworkInput) String

func (s CreateFrameworkInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFrameworkInput) Validate

func (s *CreateFrameworkInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateFrameworkOutput

type CreateFrameworkOutput struct {

    // An Amazon Resource Name (ARN) that uniquely identifies a resource. The format
    // of the ARN depends on the resource type.
    FrameworkArn *string `type:"string"`

    // The unique name of the framework. The name must be between 1 and 256 characters,
    // starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9),
    // and underscores (_).
    FrameworkName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateFrameworkOutput) GoString

func (s CreateFrameworkOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFrameworkOutput) SetFrameworkArn

func (s *CreateFrameworkOutput) SetFrameworkArn(v string) *CreateFrameworkOutput

SetFrameworkArn sets the FrameworkArn field's value.

func (*CreateFrameworkOutput) SetFrameworkName

func (s *CreateFrameworkOutput) SetFrameworkName(v string) *CreateFrameworkOutput

SetFrameworkName sets the FrameworkName field's value.

func (CreateFrameworkOutput) String

func (s CreateFrameworkOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateLegalHoldInput

type CreateLegalHoldInput struct {

    // This is the string description of the legal hold.
    //
    // Description is a required field
    Description *string `type:"string" required:"true"`

    // This is a user-chosen string used to distinguish between otherwise identical
    // calls. Retrying a successful request with the same idempotency token results
    // in a success message with no action taken.
    IdempotencyToken *string `type:"string"`

    // This specifies criteria to assign a set of resources, such as resource types
    // or backup vaults.
    RecoveryPointSelection *RecoveryPointSelection `type:"structure"`

    // Optional tags to include. A tag is a key-value pair you can use to manage,
    // filter, and search for your resources. Allowed characters include UTF-8 letters,
    // numbers, spaces, and the following characters: + - = . _ : /.
    //
    // Tags is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateLegalHoldInput's
    // String and GoString methods.
    Tags map[string]*string `type:"map" sensitive:"true"`

    // This is the string title of the legal hold.
    //
    // Title is a required field
    Title *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateLegalHoldInput) GoString

func (s CreateLegalHoldInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateLegalHoldInput) SetDescription

func (s *CreateLegalHoldInput) SetDescription(v string) *CreateLegalHoldInput

SetDescription sets the Description field's value.

func (*CreateLegalHoldInput) SetIdempotencyToken

func (s *CreateLegalHoldInput) SetIdempotencyToken(v string) *CreateLegalHoldInput

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*CreateLegalHoldInput) SetRecoveryPointSelection

func (s *CreateLegalHoldInput) SetRecoveryPointSelection(v *RecoveryPointSelection) *CreateLegalHoldInput

SetRecoveryPointSelection sets the RecoveryPointSelection field's value.

func (*CreateLegalHoldInput) SetTags

func (s *CreateLegalHoldInput) SetTags(v map[string]*string) *CreateLegalHoldInput

SetTags sets the Tags field's value.

func (*CreateLegalHoldInput) SetTitle

func (s *CreateLegalHoldInput) SetTitle(v string) *CreateLegalHoldInput

SetTitle sets the Title field's value.

func (CreateLegalHoldInput) String

func (s CreateLegalHoldInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateLegalHoldInput) Validate

func (s *CreateLegalHoldInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateLegalHoldOutput

type CreateLegalHoldOutput struct {

    // Time in number format when legal hold was created.
    CreationDate *time.Time `type:"timestamp"`

    // This is the returned string description of the legal hold.
    Description *string `type:"string"`

    // This is the ARN (Amazon Resource Number) of the created legal hold.
    LegalHoldArn *string `type:"string"`

    // Legal hold ID returned for the specified legal hold on a recovery point.
    LegalHoldId *string `type:"string"`

    // This specifies criteria to assign a set of resources, such as resource types
    // or backup vaults.
    RecoveryPointSelection *RecoveryPointSelection `type:"structure"`

    // This displays the status of the legal hold returned after creating the legal
    // hold. Statuses can be ACTIVE, PENDING, CANCELED, CANCELING, or FAILED.
    Status *string `type:"string" enum:"LegalHoldStatus"`

    // This is the string title of the legal hold returned after creating the legal
    // hold.
    Title *string `type:"string"`
    // contains filtered or unexported fields
}

func (CreateLegalHoldOutput) GoString

func (s CreateLegalHoldOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateLegalHoldOutput) SetCreationDate

func (s *CreateLegalHoldOutput) SetCreationDate(v time.Time) *CreateLegalHoldOutput

SetCreationDate sets the CreationDate field's value.

func (*CreateLegalHoldOutput) SetDescription

func (s *CreateLegalHoldOutput) SetDescription(v string) *CreateLegalHoldOutput

SetDescription sets the Description field's value.

func (*CreateLegalHoldOutput) SetLegalHoldArn

func (s *CreateLegalHoldOutput) SetLegalHoldArn(v string) *CreateLegalHoldOutput

SetLegalHoldArn sets the LegalHoldArn field's value.

func (*CreateLegalHoldOutput) SetLegalHoldId

func (s *CreateLegalHoldOutput) SetLegalHoldId(v string) *CreateLegalHoldOutput

SetLegalHoldId sets the LegalHoldId field's value.

func (*CreateLegalHoldOutput) SetRecoveryPointSelection

func (s *CreateLegalHoldOutput) SetRecoveryPointSelection(v *RecoveryPointSelection) *CreateLegalHoldOutput

SetRecoveryPointSelection sets the RecoveryPointSelection field's value.

func (*CreateLegalHoldOutput) SetStatus

func (s *CreateLegalHoldOutput) SetStatus(v string) *CreateLegalHoldOutput

SetStatus sets the Status field's value.

func (*CreateLegalHoldOutput) SetTitle

func (s *CreateLegalHoldOutput) SetTitle(v string) *CreateLegalHoldOutput

SetTitle sets the Title field's value.

func (CreateLegalHoldOutput) String

func (s CreateLegalHoldOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateLogicallyAirGappedBackupVaultInput

type CreateLogicallyAirGappedBackupVaultInput struct {

    // This is the name of the vault that is being created.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`

    // These are the tags that will be included in the newly-created vault.
    //
    // BackupVaultTags is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateLogicallyAirGappedBackupVaultInput's
    // String and GoString methods.
    BackupVaultTags map[string]*string `type:"map" sensitive:"true"`

    // This is the ID of the creation request.
    //
    // This parameter is optional. If used, this parameter must contain 1 to 50
    // alphanumeric or '-_.' characters.
    CreatorRequestId *string `type:"string"`

    // This is the setting that specifies the maximum retention period that the
    // vault retains its recovery points. If this parameter is not specified, Backup
    // does not enforce a maximum retention period on the recovery points in the
    // vault (allowing indefinite storage).
    //
    // If specified, any backup or copy job to the vault must have a lifecycle policy
    // with a retention period equal to or shorter than the maximum retention period.
    // If the job retention period is longer than that maximum retention period,
    // then the vault fails the backup or copy job, and you should either modify
    // your lifecycle settings or use a different vault.
    //
    // MaxRetentionDays is a required field
    MaxRetentionDays *int64 `type:"long" required:"true"`

    // This setting specifies the minimum retention period that the vault retains
    // its recovery points. If this parameter is not specified, no minimum retention
    // period is enforced.
    //
    // If specified, any backup or copy job to the vault must have a lifecycle policy
    // with a retention period equal to or longer than the minimum retention period.
    // If a job retention period is shorter than that minimum retention period,
    // then the vault fails the backup or copy job, and you should either modify
    // your lifecycle settings or use a different vault.
    //
    // MinRetentionDays is a required field
    MinRetentionDays *int64 `type:"long" required:"true"`
    // contains filtered or unexported fields
}

func (CreateLogicallyAirGappedBackupVaultInput) GoString

func (s CreateLogicallyAirGappedBackupVaultInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateLogicallyAirGappedBackupVaultInput) SetBackupVaultName

func (s *CreateLogicallyAirGappedBackupVaultInput) SetBackupVaultName(v string) *CreateLogicallyAirGappedBackupVaultInput

SetBackupVaultName sets the BackupVaultName field's value.

func (*CreateLogicallyAirGappedBackupVaultInput) SetBackupVaultTags

func (s *CreateLogicallyAirGappedBackupVaultInput) SetBackupVaultTags(v map[string]*string) *CreateLogicallyAirGappedBackupVaultInput

SetBackupVaultTags sets the BackupVaultTags field's value.

func (*CreateLogicallyAirGappedBackupVaultInput) SetCreatorRequestId

func (s *CreateLogicallyAirGappedBackupVaultInput) SetCreatorRequestId(v string) *CreateLogicallyAirGappedBackupVaultInput

SetCreatorRequestId sets the CreatorRequestId field's value.

func (*CreateLogicallyAirGappedBackupVaultInput) SetMaxRetentionDays

func (s *CreateLogicallyAirGappedBackupVaultInput) SetMaxRetentionDays(v int64) *CreateLogicallyAirGappedBackupVaultInput

SetMaxRetentionDays sets the MaxRetentionDays field's value.

func (*CreateLogicallyAirGappedBackupVaultInput) SetMinRetentionDays

func (s *CreateLogicallyAirGappedBackupVaultInput) SetMinRetentionDays(v int64) *CreateLogicallyAirGappedBackupVaultInput

SetMinRetentionDays sets the MinRetentionDays field's value.

func (CreateLogicallyAirGappedBackupVaultInput) String

func (s CreateLogicallyAirGappedBackupVaultInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateLogicallyAirGappedBackupVaultInput) Validate

func (s *CreateLogicallyAirGappedBackupVaultInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateLogicallyAirGappedBackupVaultOutput

type CreateLogicallyAirGappedBackupVaultOutput struct {

    // This is the ARN (Amazon Resource Name) of the vault being created.
    BackupVaultArn *string `type:"string"`

    // The name of a logical container where backups are stored. Logically air-gapped
    // backup vaults are identified by names that are unique to the account used
    // to create them and the Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    BackupVaultName *string `type:"string"`

    // The date and time when the vault was created.
    //
    // This value is in Unix format, Coordinated Universal Time (UTC), and accurate
    // to milliseconds. For example, the value 1516925490.087 represents Friday,
    // January 26, 2018 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // This is the current state of the vault.
    VaultState *string `type:"string" enum:"VaultState"`
    // contains filtered or unexported fields
}

func (CreateLogicallyAirGappedBackupVaultOutput) GoString

func (s CreateLogicallyAirGappedBackupVaultOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateLogicallyAirGappedBackupVaultOutput) SetBackupVaultArn

func (s *CreateLogicallyAirGappedBackupVaultOutput) SetBackupVaultArn(v string) *CreateLogicallyAirGappedBackupVaultOutput

SetBackupVaultArn sets the BackupVaultArn field's value.

func (*CreateLogicallyAirGappedBackupVaultOutput) SetBackupVaultName

func (s *CreateLogicallyAirGappedBackupVaultOutput) SetBackupVaultName(v string) *CreateLogicallyAirGappedBackupVaultOutput

SetBackupVaultName sets the BackupVaultName field's value.

func (*CreateLogicallyAirGappedBackupVaultOutput) SetCreationDate

func (s *CreateLogicallyAirGappedBackupVaultOutput) SetCreationDate(v time.Time) *CreateLogicallyAirGappedBackupVaultOutput

SetCreationDate sets the CreationDate field's value.

func (*CreateLogicallyAirGappedBackupVaultOutput) SetVaultState

func (s *CreateLogicallyAirGappedBackupVaultOutput) SetVaultState(v string) *CreateLogicallyAirGappedBackupVaultOutput

SetVaultState sets the VaultState field's value.

func (CreateLogicallyAirGappedBackupVaultOutput) String

func (s CreateLogicallyAirGappedBackupVaultOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateReportPlanInput

type CreateReportPlanInput struct {

    // A customer-chosen string that you can use to distinguish between otherwise
    // identical calls to CreateReportPlanInput. Retrying a successful request with
    // the same idempotency token results in a success message with no action taken.
    IdempotencyToken *string `type:"string" idempotencyToken:"true"`

    // A structure that contains information about where and how to deliver your
    // reports, specifically your Amazon S3 bucket name, S3 key prefix, and the
    // formats of your reports.
    //
    // ReportDeliveryChannel is a required field
    ReportDeliveryChannel *ReportDeliveryChannel `type:"structure" required:"true"`

    // An optional description of the report plan with a maximum of 1,024 characters.
    ReportPlanDescription *string `type:"string"`

    // The unique name of the report plan. The name must be between 1 and 256 characters,
    // starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9),
    // and underscores (_).
    //
    // ReportPlanName is a required field
    ReportPlanName *string `min:"1" type:"string" required:"true"`

    // Metadata that you can assign to help organize the report plans that you create.
    // Each tag is a key-value pair.
    ReportPlanTags map[string]*string `type:"map"`

    // Identifies the report template for the report. Reports are built using a
    // report template. The report templates are:
    //
    // RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT
    // | COPY_JOB_REPORT | RESTORE_JOB_REPORT
    //
    // If the report template is RESOURCE_COMPLIANCE_REPORT or CONTROL_COMPLIANCE_REPORT,
    // this API resource also describes the report coverage by Amazon Web Services
    // Regions and frameworks.
    //
    // ReportSetting is a required field
    ReportSetting *ReportSetting `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateReportPlanInput) GoString

func (s CreateReportPlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateReportPlanInput) SetIdempotencyToken

func (s *CreateReportPlanInput) SetIdempotencyToken(v string) *CreateReportPlanInput

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*CreateReportPlanInput) SetReportDeliveryChannel

func (s *CreateReportPlanInput) SetReportDeliveryChannel(v *ReportDeliveryChannel) *CreateReportPlanInput

SetReportDeliveryChannel sets the ReportDeliveryChannel field's value.

func (*CreateReportPlanInput) SetReportPlanDescription

func (s *CreateReportPlanInput) SetReportPlanDescription(v string) *CreateReportPlanInput

SetReportPlanDescription sets the ReportPlanDescription field's value.

func (*CreateReportPlanInput) SetReportPlanName

func (s *CreateReportPlanInput) SetReportPlanName(v string) *CreateReportPlanInput

SetReportPlanName sets the ReportPlanName field's value.

func (*CreateReportPlanInput) SetReportPlanTags

func (s *CreateReportPlanInput) SetReportPlanTags(v map[string]*string) *CreateReportPlanInput

SetReportPlanTags sets the ReportPlanTags field's value.

func (*CreateReportPlanInput) SetReportSetting

func (s *CreateReportPlanInput) SetReportSetting(v *ReportSetting) *CreateReportPlanInput

SetReportSetting sets the ReportSetting field's value.

func (CreateReportPlanInput) String

func (s CreateReportPlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateReportPlanInput) Validate

func (s *CreateReportPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateReportPlanOutput

type CreateReportPlanOutput struct {

    // The date and time a backup vault is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationTime is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationTime *time.Time `type:"timestamp"`

    // An Amazon Resource Name (ARN) that uniquely identifies a resource. The format
    // of the ARN depends on the resource type.
    ReportPlanArn *string `type:"string"`

    // The unique name of the report plan.
    ReportPlanName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateReportPlanOutput) GoString

func (s CreateReportPlanOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateReportPlanOutput) SetCreationTime

func (s *CreateReportPlanOutput) SetCreationTime(v time.Time) *CreateReportPlanOutput

SetCreationTime sets the CreationTime field's value.

func (*CreateReportPlanOutput) SetReportPlanArn

func (s *CreateReportPlanOutput) SetReportPlanArn(v string) *CreateReportPlanOutput

SetReportPlanArn sets the ReportPlanArn field's value.

func (*CreateReportPlanOutput) SetReportPlanName

func (s *CreateReportPlanOutput) SetReportPlanName(v string) *CreateReportPlanOutput

SetReportPlanName sets the ReportPlanName field's value.

func (CreateReportPlanOutput) String

func (s CreateReportPlanOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateRestoreTestingPlanInput

type CreateRestoreTestingPlanInput struct {

    // This is a unique string that identifies the request and allows failed requests
    // to be retriedwithout the risk of running the operation twice. This parameter
    // is optional. If used, this parameter must contain 1 to 50 alphanumeric or
    // '-_.' characters.
    CreatorRequestId *string `type:"string"`

    // A restore testing plan must contain a unique RestoreTestingPlanName string
    // you create and must contain a ScheduleExpression cron. You may optionally
    // include a StartWindowHours integer and a CreatorRequestId string.
    //
    // The RestoreTestingPlanName is a unique string that is the name of the restore
    // testing plan. This cannot be changed after creation, and it must consist
    // of only alphanumeric characters and underscores.
    //
    // RestoreTestingPlan is a required field
    RestoreTestingPlan *RestoreTestingPlanForCreate `type:"structure" required:"true"`

    // Optional tags to include. A tag is a key-value pair you can use to manage,
    // filter, and search for your resources. Allowed characters include UTF-8 letters,numbers,
    // spaces, and the following characters: + - = . _ : /.
    //
    // Tags is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateRestoreTestingPlanInput's
    // String and GoString methods.
    Tags map[string]*string `type:"map" sensitive:"true"`
    // contains filtered or unexported fields
}

func (CreateRestoreTestingPlanInput) GoString

func (s CreateRestoreTestingPlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateRestoreTestingPlanInput) SetCreatorRequestId

func (s *CreateRestoreTestingPlanInput) SetCreatorRequestId(v string) *CreateRestoreTestingPlanInput

SetCreatorRequestId sets the CreatorRequestId field's value.

func (*CreateRestoreTestingPlanInput) SetRestoreTestingPlan

func (s *CreateRestoreTestingPlanInput) SetRestoreTestingPlan(v *RestoreTestingPlanForCreate) *CreateRestoreTestingPlanInput

SetRestoreTestingPlan sets the RestoreTestingPlan field's value.

func (*CreateRestoreTestingPlanInput) SetTags

func (s *CreateRestoreTestingPlanInput) SetTags(v map[string]*string) *CreateRestoreTestingPlanInput

SetTags sets the Tags field's value.

func (CreateRestoreTestingPlanInput) String

func (s CreateRestoreTestingPlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateRestoreTestingPlanInput) Validate

func (s *CreateRestoreTestingPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateRestoreTestingPlanOutput

type CreateRestoreTestingPlanOutput struct {

    // The date and time a restore testing plan was created, in Unix format and
    // Coordinated Universal Time (UTC). The value of CreationTime is accurate to
    // milliseconds. For example, the value 1516925490.087 represents Friday, January
    // 26, 2018 12:11:30.087AM.
    //
    // CreationTime is a required field
    CreationTime *time.Time `type:"timestamp" required:"true"`

    // An Amazon Resource Name (ARN) that uniquely identifies the created restore
    // testing plan.
    //
    // RestoreTestingPlanArn is a required field
    RestoreTestingPlanArn *string `type:"string" required:"true"`

    // This unique string is the name of the restore testing plan.
    //
    // The name cannot be changed after creation. The name consists of only alphanumeric
    // characters and underscores. Maximum length is 50.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateRestoreTestingPlanOutput) GoString

func (s CreateRestoreTestingPlanOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateRestoreTestingPlanOutput) SetCreationTime

func (s *CreateRestoreTestingPlanOutput) SetCreationTime(v time.Time) *CreateRestoreTestingPlanOutput

SetCreationTime sets the CreationTime field's value.

func (*CreateRestoreTestingPlanOutput) SetRestoreTestingPlanArn

func (s *CreateRestoreTestingPlanOutput) SetRestoreTestingPlanArn(v string) *CreateRestoreTestingPlanOutput

SetRestoreTestingPlanArn sets the RestoreTestingPlanArn field's value.

func (*CreateRestoreTestingPlanOutput) SetRestoreTestingPlanName

func (s *CreateRestoreTestingPlanOutput) SetRestoreTestingPlanName(v string) *CreateRestoreTestingPlanOutput

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (CreateRestoreTestingPlanOutput) String

func (s CreateRestoreTestingPlanOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateRestoreTestingSelectionInput

type CreateRestoreTestingSelectionInput struct {

    // This is an optional unique string that identifies the request and allows
    // failed requests to be retried without the risk of running the operation twice.
    // If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
    CreatorRequestId *string `type:"string"`

    // Input the restore testing plan name that was returned from the related CreateRestoreTestingPlan
    // request.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `location:"uri" locationName:"RestoreTestingPlanName" type:"string" required:"true"`

    // This consists of RestoreTestingSelectionName, ProtectedResourceType, and
    // one of the following:
    //
    //    * ProtectedResourceArns
    //
    //    * ProtectedResourceConditions
    //
    // Each protected resource type can have one single value.
    //
    // A restore testing selection can include a wildcard value ("*") for ProtectedResourceArns
    // along with ProtectedResourceConditions. Alternatively, you can include up
    // to 30 specific protected resource ARNs in ProtectedResourceArns.
    //
    // RestoreTestingSelection is a required field
    RestoreTestingSelection *RestoreTestingSelectionForCreate `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (CreateRestoreTestingSelectionInput) GoString

func (s CreateRestoreTestingSelectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateRestoreTestingSelectionInput) SetCreatorRequestId

func (s *CreateRestoreTestingSelectionInput) SetCreatorRequestId(v string) *CreateRestoreTestingSelectionInput

SetCreatorRequestId sets the CreatorRequestId field's value.

func (*CreateRestoreTestingSelectionInput) SetRestoreTestingPlanName

func (s *CreateRestoreTestingSelectionInput) SetRestoreTestingPlanName(v string) *CreateRestoreTestingSelectionInput

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (*CreateRestoreTestingSelectionInput) SetRestoreTestingSelection

func (s *CreateRestoreTestingSelectionInput) SetRestoreTestingSelection(v *RestoreTestingSelectionForCreate) *CreateRestoreTestingSelectionInput

SetRestoreTestingSelection sets the RestoreTestingSelection field's value.

func (CreateRestoreTestingSelectionInput) String

func (s CreateRestoreTestingSelectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateRestoreTestingSelectionInput) Validate

func (s *CreateRestoreTestingSelectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateRestoreTestingSelectionOutput

type CreateRestoreTestingSelectionOutput struct {

    // This is the time the resource testing selection was created successfully.
    //
    // CreationTime is a required field
    CreationTime *time.Time `type:"timestamp" required:"true"`

    // This is the ARN of the restore testing plan with which the restore testing
    // selection is associated.
    //
    // RestoreTestingPlanArn is a required field
    RestoreTestingPlanArn *string `type:"string" required:"true"`

    // Unique string that is the name of the restore testing plan.
    //
    // The name cannot be changed after creation. The name consists of only alphanumeric
    // characters and underscores. Maximum length is 50.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `type:"string" required:"true"`

    // This is the unique name of the restore testing selection that belongs to
    // the related restore testing plan.
    //
    // RestoreTestingSelectionName is a required field
    RestoreTestingSelectionName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateRestoreTestingSelectionOutput) GoString

func (s CreateRestoreTestingSelectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateRestoreTestingSelectionOutput) SetCreationTime

func (s *CreateRestoreTestingSelectionOutput) SetCreationTime(v time.Time) *CreateRestoreTestingSelectionOutput

SetCreationTime sets the CreationTime field's value.

func (*CreateRestoreTestingSelectionOutput) SetRestoreTestingPlanArn

func (s *CreateRestoreTestingSelectionOutput) SetRestoreTestingPlanArn(v string) *CreateRestoreTestingSelectionOutput

SetRestoreTestingPlanArn sets the RestoreTestingPlanArn field's value.

func (*CreateRestoreTestingSelectionOutput) SetRestoreTestingPlanName

func (s *CreateRestoreTestingSelectionOutput) SetRestoreTestingPlanName(v string) *CreateRestoreTestingSelectionOutput

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (*CreateRestoreTestingSelectionOutput) SetRestoreTestingSelectionName

func (s *CreateRestoreTestingSelectionOutput) SetRestoreTestingSelectionName(v string) *CreateRestoreTestingSelectionOutput

SetRestoreTestingSelectionName sets the RestoreTestingSelectionName field's value.

func (CreateRestoreTestingSelectionOutput) String

func (s CreateRestoreTestingSelectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DateRange

type DateRange struct {

    // This value is the beginning date, inclusive.
    //
    // The date and time are in Unix format and Coordinated Universal Time (UTC),
    // and it is accurate to milliseconds (milliseconds are optional).
    //
    // FromDate is a required field
    FromDate *time.Time `type:"timestamp" required:"true"`

    // This value is the end date, inclusive.
    //
    // The date and time are in Unix format and Coordinated Universal Time (UTC),
    // and it is accurate to milliseconds (milliseconds are optional).
    //
    // ToDate is a required field
    ToDate *time.Time `type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

This is a resource filter containing FromDate: DateTime and ToDate: DateTime. Both values are required. Future DateTime values are not permitted.

The date and time are in Unix format and Coordinated Universal Time (UTC), and it is accurate to milliseconds ((milliseconds are optional). For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

func (DateRange) GoString

func (s DateRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateRange) SetFromDate

func (s *DateRange) SetFromDate(v time.Time) *DateRange

SetFromDate sets the FromDate field's value.

func (*DateRange) SetToDate

func (s *DateRange) SetToDate(v time.Time) *DateRange

SetToDate sets the ToDate field's value.

func (DateRange) String

func (s DateRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DateRange) Validate

func (s *DateRange) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBackupPlanInput

type DeleteBackupPlanInput struct {

    // Uniquely identifies a backup plan.
    //
    // BackupPlanId is a required field
    BackupPlanId *string `location:"uri" locationName:"backupPlanId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteBackupPlanInput) GoString

func (s DeleteBackupPlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBackupPlanInput) SetBackupPlanId

func (s *DeleteBackupPlanInput) SetBackupPlanId(v string) *DeleteBackupPlanInput

SetBackupPlanId sets the BackupPlanId field's value.

func (DeleteBackupPlanInput) String

func (s DeleteBackupPlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBackupPlanInput) Validate

func (s *DeleteBackupPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBackupPlanOutput

type DeleteBackupPlanOutput struct {

    // An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for
    // example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.
    BackupPlanArn *string `type:"string"`

    // Uniquely identifies a backup plan.
    BackupPlanId *string `type:"string"`

    // The date and time a backup plan is deleted, in Unix format and Coordinated
    // Universal Time (UTC). The value of DeletionDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    DeletionDate *time.Time `type:"timestamp"`

    // Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most
    // 1,024 bytes long. Version IDs cannot be edited.
    VersionId *string `type:"string"`
    // contains filtered or unexported fields
}

func (DeleteBackupPlanOutput) GoString

func (s DeleteBackupPlanOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBackupPlanOutput) SetBackupPlanArn

func (s *DeleteBackupPlanOutput) SetBackupPlanArn(v string) *DeleteBackupPlanOutput

SetBackupPlanArn sets the BackupPlanArn field's value.

func (*DeleteBackupPlanOutput) SetBackupPlanId

func (s *DeleteBackupPlanOutput) SetBackupPlanId(v string) *DeleteBackupPlanOutput

SetBackupPlanId sets the BackupPlanId field's value.

func (*DeleteBackupPlanOutput) SetDeletionDate

func (s *DeleteBackupPlanOutput) SetDeletionDate(v time.Time) *DeleteBackupPlanOutput

SetDeletionDate sets the DeletionDate field's value.

func (*DeleteBackupPlanOutput) SetVersionId

func (s *DeleteBackupPlanOutput) SetVersionId(v string) *DeleteBackupPlanOutput

SetVersionId sets the VersionId field's value.

func (DeleteBackupPlanOutput) String

func (s DeleteBackupPlanOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteBackupSelectionInput

type DeleteBackupSelectionInput struct {

    // Uniquely identifies a backup plan.
    //
    // BackupPlanId is a required field
    BackupPlanId *string `location:"uri" locationName:"backupPlanId" type:"string" required:"true"`

    // Uniquely identifies the body of a request to assign a set of resources to
    // a backup plan.
    //
    // SelectionId is a required field
    SelectionId *string `location:"uri" locationName:"selectionId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteBackupSelectionInput) GoString

func (s DeleteBackupSelectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBackupSelectionInput) SetBackupPlanId

func (s *DeleteBackupSelectionInput) SetBackupPlanId(v string) *DeleteBackupSelectionInput

SetBackupPlanId sets the BackupPlanId field's value.

func (*DeleteBackupSelectionInput) SetSelectionId

func (s *DeleteBackupSelectionInput) SetSelectionId(v string) *DeleteBackupSelectionInput

SetSelectionId sets the SelectionId field's value.

func (DeleteBackupSelectionInput) String

func (s DeleteBackupSelectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBackupSelectionInput) Validate

func (s *DeleteBackupSelectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBackupSelectionOutput

type DeleteBackupSelectionOutput struct {
    // contains filtered or unexported fields
}

func (DeleteBackupSelectionOutput) GoString

func (s DeleteBackupSelectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteBackupSelectionOutput) String

func (s DeleteBackupSelectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteBackupVaultAccessPolicyInput

type DeleteBackupVaultAccessPolicyInput struct {

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteBackupVaultAccessPolicyInput) GoString

func (s DeleteBackupVaultAccessPolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBackupVaultAccessPolicyInput) SetBackupVaultName

func (s *DeleteBackupVaultAccessPolicyInput) SetBackupVaultName(v string) *DeleteBackupVaultAccessPolicyInput

SetBackupVaultName sets the BackupVaultName field's value.

func (DeleteBackupVaultAccessPolicyInput) String

func (s DeleteBackupVaultAccessPolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBackupVaultAccessPolicyInput) Validate

func (s *DeleteBackupVaultAccessPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBackupVaultAccessPolicyOutput

type DeleteBackupVaultAccessPolicyOutput struct {
    // contains filtered or unexported fields
}

func (DeleteBackupVaultAccessPolicyOutput) GoString

func (s DeleteBackupVaultAccessPolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteBackupVaultAccessPolicyOutput) String

func (s DeleteBackupVaultAccessPolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteBackupVaultInput

type DeleteBackupVaultInput struct {

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteBackupVaultInput) GoString

func (s DeleteBackupVaultInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBackupVaultInput) SetBackupVaultName

func (s *DeleteBackupVaultInput) SetBackupVaultName(v string) *DeleteBackupVaultInput

SetBackupVaultName sets the BackupVaultName field's value.

func (DeleteBackupVaultInput) String

func (s DeleteBackupVaultInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBackupVaultInput) Validate

func (s *DeleteBackupVaultInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBackupVaultLockConfigurationInput

type DeleteBackupVaultLockConfigurationInput struct {

    // The name of the backup vault from which to delete Backup Vault Lock.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteBackupVaultLockConfigurationInput) GoString

func (s DeleteBackupVaultLockConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBackupVaultLockConfigurationInput) SetBackupVaultName

func (s *DeleteBackupVaultLockConfigurationInput) SetBackupVaultName(v string) *DeleteBackupVaultLockConfigurationInput

SetBackupVaultName sets the BackupVaultName field's value.

func (DeleteBackupVaultLockConfigurationInput) String

func (s DeleteBackupVaultLockConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBackupVaultLockConfigurationInput) Validate

func (s *DeleteBackupVaultLockConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBackupVaultLockConfigurationOutput

type DeleteBackupVaultLockConfigurationOutput struct {
    // contains filtered or unexported fields
}

func (DeleteBackupVaultLockConfigurationOutput) GoString

func (s DeleteBackupVaultLockConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteBackupVaultLockConfigurationOutput) String

func (s DeleteBackupVaultLockConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteBackupVaultNotificationsInput

type DeleteBackupVaultNotificationsInput struct {

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Region where they are created. They consist of lowercase letters, numbers,
    // and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteBackupVaultNotificationsInput) GoString

func (s DeleteBackupVaultNotificationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBackupVaultNotificationsInput) SetBackupVaultName

func (s *DeleteBackupVaultNotificationsInput) SetBackupVaultName(v string) *DeleteBackupVaultNotificationsInput

SetBackupVaultName sets the BackupVaultName field's value.

func (DeleteBackupVaultNotificationsInput) String

func (s DeleteBackupVaultNotificationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteBackupVaultNotificationsInput) Validate

func (s *DeleteBackupVaultNotificationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteBackupVaultNotificationsOutput

type DeleteBackupVaultNotificationsOutput struct {
    // contains filtered or unexported fields
}

func (DeleteBackupVaultNotificationsOutput) GoString

func (s DeleteBackupVaultNotificationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteBackupVaultNotificationsOutput) String

func (s DeleteBackupVaultNotificationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteBackupVaultOutput

type DeleteBackupVaultOutput struct {
    // contains filtered or unexported fields
}

func (DeleteBackupVaultOutput) GoString

func (s DeleteBackupVaultOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteBackupVaultOutput) String

func (s DeleteBackupVaultOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteFrameworkInput

type DeleteFrameworkInput struct {

    // The unique name of a framework.
    //
    // FrameworkName is a required field
    FrameworkName *string `location:"uri" locationName:"frameworkName" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteFrameworkInput) GoString

func (s DeleteFrameworkInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteFrameworkInput) SetFrameworkName

func (s *DeleteFrameworkInput) SetFrameworkName(v string) *DeleteFrameworkInput

SetFrameworkName sets the FrameworkName field's value.

func (DeleteFrameworkInput) String

func (s DeleteFrameworkInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteFrameworkInput) Validate

func (s *DeleteFrameworkInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteFrameworkOutput

type DeleteFrameworkOutput struct {
    // contains filtered or unexported fields
}

func (DeleteFrameworkOutput) GoString

func (s DeleteFrameworkOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteFrameworkOutput) String

func (s DeleteFrameworkOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteRecoveryPointInput

type DeleteRecoveryPointInput struct {

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`

    // An Amazon Resource Name (ARN) that uniquely identifies a recovery point;
    // for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    //
    // RecoveryPointArn is a required field
    RecoveryPointArn *string `location:"uri" locationName:"recoveryPointArn" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteRecoveryPointInput) GoString

func (s DeleteRecoveryPointInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteRecoveryPointInput) SetBackupVaultName

func (s *DeleteRecoveryPointInput) SetBackupVaultName(v string) *DeleteRecoveryPointInput

SetBackupVaultName sets the BackupVaultName field's value.

func (*DeleteRecoveryPointInput) SetRecoveryPointArn

func (s *DeleteRecoveryPointInput) SetRecoveryPointArn(v string) *DeleteRecoveryPointInput

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (DeleteRecoveryPointInput) String

func (s DeleteRecoveryPointInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteRecoveryPointInput) Validate

func (s *DeleteRecoveryPointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteRecoveryPointOutput

type DeleteRecoveryPointOutput struct {
    // contains filtered or unexported fields
}

func (DeleteRecoveryPointOutput) GoString

func (s DeleteRecoveryPointOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteRecoveryPointOutput) String

func (s DeleteRecoveryPointOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteReportPlanInput

type DeleteReportPlanInput struct {

    // The unique name of a report plan.
    //
    // ReportPlanName is a required field
    ReportPlanName *string `location:"uri" locationName:"reportPlanName" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteReportPlanInput) GoString

func (s DeleteReportPlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteReportPlanInput) SetReportPlanName

func (s *DeleteReportPlanInput) SetReportPlanName(v string) *DeleteReportPlanInput

SetReportPlanName sets the ReportPlanName field's value.

func (DeleteReportPlanInput) String

func (s DeleteReportPlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteReportPlanInput) Validate

func (s *DeleteReportPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteReportPlanOutput

type DeleteReportPlanOutput struct {
    // contains filtered or unexported fields
}

func (DeleteReportPlanOutput) GoString

func (s DeleteReportPlanOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteReportPlanOutput) String

func (s DeleteReportPlanOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteRestoreTestingPlanInput

type DeleteRestoreTestingPlanInput struct {

    // Required unique name of the restore testing plan you wish to delete.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `location:"uri" locationName:"RestoreTestingPlanName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteRestoreTestingPlanInput) GoString

func (s DeleteRestoreTestingPlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteRestoreTestingPlanInput) SetRestoreTestingPlanName

func (s *DeleteRestoreTestingPlanInput) SetRestoreTestingPlanName(v string) *DeleteRestoreTestingPlanInput

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (DeleteRestoreTestingPlanInput) String

func (s DeleteRestoreTestingPlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteRestoreTestingPlanInput) Validate

func (s *DeleteRestoreTestingPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteRestoreTestingPlanOutput

type DeleteRestoreTestingPlanOutput struct {
    // contains filtered or unexported fields
}

func (DeleteRestoreTestingPlanOutput) GoString

func (s DeleteRestoreTestingPlanOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteRestoreTestingPlanOutput) String

func (s DeleteRestoreTestingPlanOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteRestoreTestingSelectionInput

type DeleteRestoreTestingSelectionInput struct {

    // Required unique name of the restore testing plan that contains the restore
    // testing selection you wish to delete.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `location:"uri" locationName:"RestoreTestingPlanName" type:"string" required:"true"`

    // Required unique name of the restore testing selection you wish to delete.
    //
    // RestoreTestingSelectionName is a required field
    RestoreTestingSelectionName *string `location:"uri" locationName:"RestoreTestingSelectionName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteRestoreTestingSelectionInput) GoString

func (s DeleteRestoreTestingSelectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteRestoreTestingSelectionInput) SetRestoreTestingPlanName

func (s *DeleteRestoreTestingSelectionInput) SetRestoreTestingPlanName(v string) *DeleteRestoreTestingSelectionInput

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (*DeleteRestoreTestingSelectionInput) SetRestoreTestingSelectionName

func (s *DeleteRestoreTestingSelectionInput) SetRestoreTestingSelectionName(v string) *DeleteRestoreTestingSelectionInput

SetRestoreTestingSelectionName sets the RestoreTestingSelectionName field's value.

func (DeleteRestoreTestingSelectionInput) String

func (s DeleteRestoreTestingSelectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteRestoreTestingSelectionInput) Validate

func (s *DeleteRestoreTestingSelectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteRestoreTestingSelectionOutput

type DeleteRestoreTestingSelectionOutput struct {
    // contains filtered or unexported fields
}

func (DeleteRestoreTestingSelectionOutput) GoString

func (s DeleteRestoreTestingSelectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteRestoreTestingSelectionOutput) String

func (s DeleteRestoreTestingSelectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DependencyFailureException

type DependencyFailureException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Code_ *string `locationName:"Code" type:"string"`

    Context *string `type:"string"`

    Message_ *string `locationName:"Message" type:"string"`

    Type *string `type:"string"`
    // contains filtered or unexported fields
}

A dependent Amazon Web Services service or resource returned an error to the Backup service, and the action cannot be completed.

func (*DependencyFailureException) Code

func (s *DependencyFailureException) Code() string

Code returns the exception type name.

func (*DependencyFailureException) Error

func (s *DependencyFailureException) Error() string

func (DependencyFailureException) GoString

func (s DependencyFailureException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DependencyFailureException) Message

func (s *DependencyFailureException) Message() string

Message returns the exception's message.

func (*DependencyFailureException) OrigErr

func (s *DependencyFailureException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DependencyFailureException) RequestID

func (s *DependencyFailureException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DependencyFailureException) StatusCode

func (s *DependencyFailureException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DependencyFailureException) String

func (s DependencyFailureException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeBackupJobInput

type DescribeBackupJobInput struct {

    // Uniquely identifies a request to Backup to back up a resource.
    //
    // BackupJobId is a required field
    BackupJobId *string `location:"uri" locationName:"backupJobId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeBackupJobInput) GoString

func (s DescribeBackupJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBackupJobInput) SetBackupJobId

func (s *DescribeBackupJobInput) SetBackupJobId(v string) *DescribeBackupJobInput

SetBackupJobId sets the BackupJobId field's value.

func (DescribeBackupJobInput) String

func (s DescribeBackupJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBackupJobInput) Validate

func (s *DescribeBackupJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeBackupJobOutput

type DescribeBackupJobOutput struct {

    // Returns the account ID that owns the backup job.
    AccountId *string `type:"string"`

    // Uniquely identifies a request to Backup to back up a resource.
    BackupJobId *string `type:"string"`

    // Represents the options specified as part of backup plan or on-demand backup
    // job.
    BackupOptions map[string]*string `type:"map"`

    // The size, in bytes, of a backup.
    BackupSizeInBytes *int64 `type:"long"`

    // Represents the actual backup type selected for a backup job. For example,
    // if a successful Windows Volume Shadow Copy Service (VSS) backup was taken,
    // BackupType returns "WindowsVSS". If BackupType is empty, then the backup
    // type was a regular backup.
    BackupType *string `type:"string"`

    // An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for
    // example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    BackupVaultArn *string `type:"string"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    BackupVaultName *string `type:"string"`

    // The size in bytes transferred to a backup vault at the time that the job
    // status was queried.
    BytesTransferred *int64 `type:"long"`

    // This returns the statistics of the included child (nested) backup jobs.
    ChildJobsInState map[string]*int64 `type:"map"`

    // The date and time that a job to create a backup job is completed, in Unix
    // format and Coordinated Universal Time (UTC). The value of CompletionDate
    // is accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    CompletionDate *time.Time `type:"timestamp"`

    // Contains identifying information about the creation of a backup job, including
    // the BackupPlanArn, BackupPlanId, BackupPlanVersion, and BackupRuleId of the
    // backup plan that is used to create it.
    CreatedBy *RecoveryPointCreator `type:"structure"`

    // The date and time that a backup job is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // The date and time that a job to back up resources is expected to be completed,
    // in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
    // is accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    ExpectedCompletionDate *time.Time `type:"timestamp"`

    // Specifies the IAM role ARN used to create the target recovery point; for
    // example, arn:aws:iam::123456789012:role/S3Access.
    IamRoleArn *string `type:"string"`

    // This is the date a backup job was initiated.
    InitiationDate *time.Time `type:"timestamp"`

    // This returns the boolean value that a backup job is a parent (composite)
    // job.
    IsParent *bool `type:"boolean"`

    // This is the job count for the specified message category.
    //
    // Example strings may include AccessDenied, SUCCESS, AGGREGATE_ALL, and INVALIDPARAMETERS.
    // View Monitoring (https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html)
    // for a list of accepted MessageCategory strings.
    MessageCategory *string `type:"string"`

    // This returns the number of child (nested) backup jobs.
    NumberOfChildJobs *int64 `type:"long"`

    // This returns the parent (composite) resource backup job ID.
    ParentJobId *string `type:"string"`

    // Contains an estimated percentage that is complete of a job at the time the
    // job status was queried.
    PercentDone *string `type:"string"`

    // An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    RecoveryPointArn *string `type:"string"`

    // An ARN that uniquely identifies a saved resource. The format of the ARN depends
    // on the resource type.
    ResourceArn *string `type:"string"`

    // This is the non-unique name of the resource that belongs to the specified
    // backup.
    ResourceName *string `type:"string"`

    // The type of Amazon Web Services resource to be backed up; for example, an
    // Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database
    // Service (Amazon RDS) database.
    ResourceType *string `type:"string"`

    // Specifies the time in Unix format and Coordinated Universal Time (UTC) when
    // a backup job must be started before it is canceled. The value is calculated
    // by adding the start window to the scheduled time. So if the scheduled time
    // were 6:00 PM and the start window is 2 hours, the StartBy time would be 8:00
    // PM on the date specified. The value of StartBy is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    StartBy *time.Time `type:"timestamp"`

    // The current state of a backup job.
    State *string `type:"string" enum:"JobState"`

    // A detailed message explaining the status of the job to back up a resource.
    StatusMessage *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeBackupJobOutput) GoString

func (s DescribeBackupJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBackupJobOutput) SetAccountId

func (s *DescribeBackupJobOutput) SetAccountId(v string) *DescribeBackupJobOutput

SetAccountId sets the AccountId field's value.

func (*DescribeBackupJobOutput) SetBackupJobId

func (s *DescribeBackupJobOutput) SetBackupJobId(v string) *DescribeBackupJobOutput

SetBackupJobId sets the BackupJobId field's value.

func (*DescribeBackupJobOutput) SetBackupOptions

func (s *DescribeBackupJobOutput) SetBackupOptions(v map[string]*string) *DescribeBackupJobOutput

SetBackupOptions sets the BackupOptions field's value.

func (*DescribeBackupJobOutput) SetBackupSizeInBytes

func (s *DescribeBackupJobOutput) SetBackupSizeInBytes(v int64) *DescribeBackupJobOutput

SetBackupSizeInBytes sets the BackupSizeInBytes field's value.

func (*DescribeBackupJobOutput) SetBackupType

func (s *DescribeBackupJobOutput) SetBackupType(v string) *DescribeBackupJobOutput

SetBackupType sets the BackupType field's value.

func (*DescribeBackupJobOutput) SetBackupVaultArn

func (s *DescribeBackupJobOutput) SetBackupVaultArn(v string) *DescribeBackupJobOutput

SetBackupVaultArn sets the BackupVaultArn field's value.

func (*DescribeBackupJobOutput) SetBackupVaultName

func (s *DescribeBackupJobOutput) SetBackupVaultName(v string) *DescribeBackupJobOutput

SetBackupVaultName sets the BackupVaultName field's value.

func (*DescribeBackupJobOutput) SetBytesTransferred

func (s *DescribeBackupJobOutput) SetBytesTransferred(v int64) *DescribeBackupJobOutput

SetBytesTransferred sets the BytesTransferred field's value.

func (*DescribeBackupJobOutput) SetChildJobsInState

func (s *DescribeBackupJobOutput) SetChildJobsInState(v map[string]*int64) *DescribeBackupJobOutput

SetChildJobsInState sets the ChildJobsInState field's value.

func (*DescribeBackupJobOutput) SetCompletionDate

func (s *DescribeBackupJobOutput) SetCompletionDate(v time.Time) *DescribeBackupJobOutput

SetCompletionDate sets the CompletionDate field's value.

func (*DescribeBackupJobOutput) SetCreatedBy

func (s *DescribeBackupJobOutput) SetCreatedBy(v *RecoveryPointCreator) *DescribeBackupJobOutput

SetCreatedBy sets the CreatedBy field's value.

func (*DescribeBackupJobOutput) SetCreationDate

func (s *DescribeBackupJobOutput) SetCreationDate(v time.Time) *DescribeBackupJobOutput

SetCreationDate sets the CreationDate field's value.

func (*DescribeBackupJobOutput) SetExpectedCompletionDate

func (s *DescribeBackupJobOutput) SetExpectedCompletionDate(v time.Time) *DescribeBackupJobOutput

SetExpectedCompletionDate sets the ExpectedCompletionDate field's value.

func (*DescribeBackupJobOutput) SetIamRoleArn

func (s *DescribeBackupJobOutput) SetIamRoleArn(v string) *DescribeBackupJobOutput

SetIamRoleArn sets the IamRoleArn field's value.

func (*DescribeBackupJobOutput) SetInitiationDate

func (s *DescribeBackupJobOutput) SetInitiationDate(v time.Time) *DescribeBackupJobOutput

SetInitiationDate sets the InitiationDate field's value.

func (*DescribeBackupJobOutput) SetIsParent

func (s *DescribeBackupJobOutput) SetIsParent(v bool) *DescribeBackupJobOutput

SetIsParent sets the IsParent field's value.

func (*DescribeBackupJobOutput) SetMessageCategory

func (s *DescribeBackupJobOutput) SetMessageCategory(v string) *DescribeBackupJobOutput

SetMessageCategory sets the MessageCategory field's value.

func (*DescribeBackupJobOutput) SetNumberOfChildJobs

func (s *DescribeBackupJobOutput) SetNumberOfChildJobs(v int64) *DescribeBackupJobOutput

SetNumberOfChildJobs sets the NumberOfChildJobs field's value.

func (*DescribeBackupJobOutput) SetParentJobId

func (s *DescribeBackupJobOutput) SetParentJobId(v string) *DescribeBackupJobOutput

SetParentJobId sets the ParentJobId field's value.

func (*DescribeBackupJobOutput) SetPercentDone

func (s *DescribeBackupJobOutput) SetPercentDone(v string) *DescribeBackupJobOutput

SetPercentDone sets the PercentDone field's value.

func (*DescribeBackupJobOutput) SetRecoveryPointArn

func (s *DescribeBackupJobOutput) SetRecoveryPointArn(v string) *DescribeBackupJobOutput

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (*DescribeBackupJobOutput) SetResourceArn

func (s *DescribeBackupJobOutput) SetResourceArn(v string) *DescribeBackupJobOutput

SetResourceArn sets the ResourceArn field's value.

func (*DescribeBackupJobOutput) SetResourceName

func (s *DescribeBackupJobOutput) SetResourceName(v string) *DescribeBackupJobOutput

SetResourceName sets the ResourceName field's value.

func (*DescribeBackupJobOutput) SetResourceType

func (s *DescribeBackupJobOutput) SetResourceType(v string) *DescribeBackupJobOutput

SetResourceType sets the ResourceType field's value.

func (*DescribeBackupJobOutput) SetStartBy

func (s *DescribeBackupJobOutput) SetStartBy(v time.Time) *DescribeBackupJobOutput

SetStartBy sets the StartBy field's value.

func (*DescribeBackupJobOutput) SetState

func (s *DescribeBackupJobOutput) SetState(v string) *DescribeBackupJobOutput

SetState sets the State field's value.

func (*DescribeBackupJobOutput) SetStatusMessage

func (s *DescribeBackupJobOutput) SetStatusMessage(v string) *DescribeBackupJobOutput

SetStatusMessage sets the StatusMessage field's value.

func (DescribeBackupJobOutput) String

func (s DescribeBackupJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeBackupVaultInput

type DescribeBackupVaultInput struct {

    // This is the account ID of the specified backup vault.
    BackupVaultAccountId *string `location:"querystring" locationName:"backupVaultAccountId" type:"string"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeBackupVaultInput) GoString

func (s DescribeBackupVaultInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBackupVaultInput) SetBackupVaultAccountId

func (s *DescribeBackupVaultInput) SetBackupVaultAccountId(v string) *DescribeBackupVaultInput

SetBackupVaultAccountId sets the BackupVaultAccountId field's value.

func (*DescribeBackupVaultInput) SetBackupVaultName

func (s *DescribeBackupVaultInput) SetBackupVaultName(v string) *DescribeBackupVaultInput

SetBackupVaultName sets the BackupVaultName field's value.

func (DescribeBackupVaultInput) String

func (s DescribeBackupVaultInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBackupVaultInput) Validate

func (s *DescribeBackupVaultInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeBackupVaultOutput

type DescribeBackupVaultOutput struct {

    // An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for
    // example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    BackupVaultArn *string `type:"string"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Region where they are created. They consist of lowercase letters, numbers,
    // and hyphens.
    BackupVaultName *string `type:"string"`

    // The date and time that a backup vault is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // A unique string that identifies the request and allows failed requests to
    // be retried without the risk of running the operation twice. This parameter
    // is optional. If used, this parameter must contain 1 to 50 alphanumeric or
    // '-_.' characters.
    CreatorRequestId *string `type:"string"`

    // The server-side encryption key that is used to protect your backups; for
    // example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.
    EncryptionKeyArn *string `type:"string"`

    // The date and time when Backup Vault Lock configuration cannot be changed
    // or deleted.
    //
    // If you applied Vault Lock to your vault without specifying a lock date, you
    // can change any of your Vault Lock settings, or delete Vault Lock from the
    // vault entirely, at any time.
    //
    // This value is in Unix format, Coordinated Universal Time (UTC), and accurate
    // to milliseconds. For example, the value 1516925490.087 represents Friday,
    // January 26, 2018 12:11:30.087 AM.
    LockDate *time.Time `type:"timestamp"`

    // A Boolean that indicates whether Backup Vault Lock is currently protecting
    // the backup vault. True means that Vault Lock causes delete or update operations
    // on the recovery points stored in the vault to fail.
    Locked *bool `type:"boolean"`

    // The Backup Vault Lock setting that specifies the maximum retention period
    // that the vault retains its recovery points. If this parameter is not specified,
    // Vault Lock does not enforce a maximum retention period on the recovery points
    // in the vault (allowing indefinite storage).
    //
    // If specified, any backup or copy job to the vault must have a lifecycle policy
    // with a retention period equal to or shorter than the maximum retention period.
    // If the job's retention period is longer than that maximum retention period,
    // then the vault fails the backup or copy job, and you should either modify
    // your lifecycle settings or use a different vault. Recovery points already
    // stored in the vault prior to Vault Lock are not affected.
    MaxRetentionDays *int64 `type:"long"`

    // The Backup Vault Lock setting that specifies the minimum retention period
    // that the vault retains its recovery points. If this parameter is not specified,
    // Vault Lock does not enforce a minimum retention period.
    //
    // If specified, any backup or copy job to the vault must have a lifecycle policy
    // with a retention period equal to or longer than the minimum retention period.
    // If the job's retention period is shorter than that minimum retention period,
    // then the vault fails the backup or copy job, and you should either modify
    // your lifecycle settings or use a different vault. Recovery points already
    // stored in the vault prior to Vault Lock are not affected.
    MinRetentionDays *int64 `type:"long"`

    // The number of recovery points that are stored in a backup vault.
    NumberOfRecoveryPoints *int64 `type:"long"`

    // This is the type of vault described.
    VaultType *string `type:"string" enum:"VaultType"`
    // contains filtered or unexported fields
}

func (DescribeBackupVaultOutput) GoString

func (s DescribeBackupVaultOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeBackupVaultOutput) SetBackupVaultArn

func (s *DescribeBackupVaultOutput) SetBackupVaultArn(v string) *DescribeBackupVaultOutput

SetBackupVaultArn sets the BackupVaultArn field's value.

func (*DescribeBackupVaultOutput) SetBackupVaultName

func (s *DescribeBackupVaultOutput) SetBackupVaultName(v string) *DescribeBackupVaultOutput

SetBackupVaultName sets the BackupVaultName field's value.

func (*DescribeBackupVaultOutput) SetCreationDate

func (s *DescribeBackupVaultOutput) SetCreationDate(v time.Time) *DescribeBackupVaultOutput

SetCreationDate sets the CreationDate field's value.

func (*DescribeBackupVaultOutput) SetCreatorRequestId

func (s *DescribeBackupVaultOutput) SetCreatorRequestId(v string) *DescribeBackupVaultOutput

SetCreatorRequestId sets the CreatorRequestId field's value.

func (*DescribeBackupVaultOutput) SetEncryptionKeyArn

func (s *DescribeBackupVaultOutput) SetEncryptionKeyArn(v string) *DescribeBackupVaultOutput

SetEncryptionKeyArn sets the EncryptionKeyArn field's value.

func (*DescribeBackupVaultOutput) SetLockDate

func (s *DescribeBackupVaultOutput) SetLockDate(v time.Time) *DescribeBackupVaultOutput

SetLockDate sets the LockDate field's value.

func (*DescribeBackupVaultOutput) SetLocked

func (s *DescribeBackupVaultOutput) SetLocked(v bool) *DescribeBackupVaultOutput

SetLocked sets the Locked field's value.

func (*DescribeBackupVaultOutput) SetMaxRetentionDays

func (s *DescribeBackupVaultOutput) SetMaxRetentionDays(v int64) *DescribeBackupVaultOutput

SetMaxRetentionDays sets the MaxRetentionDays field's value.

func (*DescribeBackupVaultOutput) SetMinRetentionDays

func (s *DescribeBackupVaultOutput) SetMinRetentionDays(v int64) *DescribeBackupVaultOutput

SetMinRetentionDays sets the MinRetentionDays field's value.

func (*DescribeBackupVaultOutput) SetNumberOfRecoveryPoints

func (s *DescribeBackupVaultOutput) SetNumberOfRecoveryPoints(v int64) *DescribeBackupVaultOutput

SetNumberOfRecoveryPoints sets the NumberOfRecoveryPoints field's value.

func (*DescribeBackupVaultOutput) SetVaultType

func (s *DescribeBackupVaultOutput) SetVaultType(v string) *DescribeBackupVaultOutput

SetVaultType sets the VaultType field's value.

func (DescribeBackupVaultOutput) String

func (s DescribeBackupVaultOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeCopyJobInput

type DescribeCopyJobInput struct {

    // Uniquely identifies a copy job.
    //
    // CopyJobId is a required field
    CopyJobId *string `location:"uri" locationName:"copyJobId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeCopyJobInput) GoString

func (s DescribeCopyJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCopyJobInput) SetCopyJobId

func (s *DescribeCopyJobInput) SetCopyJobId(v string) *DescribeCopyJobInput

SetCopyJobId sets the CopyJobId field's value.

func (DescribeCopyJobInput) String

func (s DescribeCopyJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCopyJobInput) Validate

func (s *DescribeCopyJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeCopyJobOutput

type DescribeCopyJobOutput struct {

    // Contains detailed information about a copy job.
    CopyJob *CopyJob `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeCopyJobOutput) GoString

func (s DescribeCopyJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCopyJobOutput) SetCopyJob

func (s *DescribeCopyJobOutput) SetCopyJob(v *CopyJob) *DescribeCopyJobOutput

SetCopyJob sets the CopyJob field's value.

func (DescribeCopyJobOutput) String

func (s DescribeCopyJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeFrameworkInput

type DescribeFrameworkInput struct {

    // The unique name of a framework.
    //
    // FrameworkName is a required field
    FrameworkName *string `location:"uri" locationName:"frameworkName" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeFrameworkInput) GoString

func (s DescribeFrameworkInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFrameworkInput) SetFrameworkName

func (s *DescribeFrameworkInput) SetFrameworkName(v string) *DescribeFrameworkInput

SetFrameworkName sets the FrameworkName field's value.

func (DescribeFrameworkInput) String

func (s DescribeFrameworkInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFrameworkInput) Validate

func (s *DescribeFrameworkInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeFrameworkOutput

type DescribeFrameworkOutput struct {

    // The date and time that a framework is created, in ISO 8601 representation.
    // The value of CreationTime is accurate to milliseconds. For example, 2020-07-10T15:00:00.000-08:00
    // represents the 10th of July 2020 at 3:00 PM 8 hours behind UTC.
    CreationTime *time.Time `type:"timestamp"`

    // The deployment status of a framework. The statuses are:
    //
    // CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED
    // | FAILED
    DeploymentStatus *string `type:"string"`

    // An Amazon Resource Name (ARN) that uniquely identifies a resource. The format
    // of the ARN depends on the resource type.
    FrameworkArn *string `type:"string"`

    // A list of the controls that make up the framework. Each control in the list
    // has a name, input parameters, and scope.
    FrameworkControls []*FrameworkControl `type:"list"`

    // An optional description of the framework.
    FrameworkDescription *string `type:"string"`

    // The unique name of a framework.
    FrameworkName *string `min:"1" type:"string"`

    // A framework consists of one or more controls. Each control governs a resource,
    // such as backup plans, backup selections, backup vaults, or recovery points.
    // You can also turn Config recording on or off for each resource. The statuses
    // are:
    //
    //    * ACTIVE when recording is turned on for all resources governed by the
    //    framework.
    //
    //    * PARTIALLY_ACTIVE when recording is turned off for at least one resource
    //    governed by the framework.
    //
    //    * INACTIVE when recording is turned off for all resources governed by
    //    the framework.
    //
    //    * UNAVAILABLE when Backup is unable to validate recording status at this
    //    time.
    FrameworkStatus *string `type:"string"`

    // A customer-chosen string that you can use to distinguish between otherwise
    // identical calls to DescribeFrameworkOutput. Retrying a successful request
    // with the same idempotency token results in a success message with no action
    // taken.
    IdempotencyToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeFrameworkOutput) GoString

func (s DescribeFrameworkOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFrameworkOutput) SetCreationTime

func (s *DescribeFrameworkOutput) SetCreationTime(v time.Time) *DescribeFrameworkOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribeFrameworkOutput) SetDeploymentStatus

func (s *DescribeFrameworkOutput) SetDeploymentStatus(v string) *DescribeFrameworkOutput

SetDeploymentStatus sets the DeploymentStatus field's value.

func (*DescribeFrameworkOutput) SetFrameworkArn

func (s *DescribeFrameworkOutput) SetFrameworkArn(v string) *DescribeFrameworkOutput

SetFrameworkArn sets the FrameworkArn field's value.

func (*DescribeFrameworkOutput) SetFrameworkControls

func (s *DescribeFrameworkOutput) SetFrameworkControls(v []*FrameworkControl) *DescribeFrameworkOutput

SetFrameworkControls sets the FrameworkControls field's value.

func (*DescribeFrameworkOutput) SetFrameworkDescription

func (s *DescribeFrameworkOutput) SetFrameworkDescription(v string) *DescribeFrameworkOutput

SetFrameworkDescription sets the FrameworkDescription field's value.

func (*DescribeFrameworkOutput) SetFrameworkName

func (s *DescribeFrameworkOutput) SetFrameworkName(v string) *DescribeFrameworkOutput

SetFrameworkName sets the FrameworkName field's value.

func (*DescribeFrameworkOutput) SetFrameworkStatus

func (s *DescribeFrameworkOutput) SetFrameworkStatus(v string) *DescribeFrameworkOutput

SetFrameworkStatus sets the FrameworkStatus field's value.

func (*DescribeFrameworkOutput) SetIdempotencyToken

func (s *DescribeFrameworkOutput) SetIdempotencyToken(v string) *DescribeFrameworkOutput

SetIdempotencyToken sets the IdempotencyToken field's value.

func (DescribeFrameworkOutput) String

func (s DescribeFrameworkOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeGlobalSettingsInput

type DescribeGlobalSettingsInput struct {
    // contains filtered or unexported fields
}

func (DescribeGlobalSettingsInput) GoString

func (s DescribeGlobalSettingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DescribeGlobalSettingsInput) String

func (s DescribeGlobalSettingsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeGlobalSettingsOutput

type DescribeGlobalSettingsOutput struct {

    // The status of the flag isCrossAccountBackupEnabled.
    GlobalSettings map[string]*string `type:"map"`

    // The date and time that the flag isCrossAccountBackupEnabled was last updated.
    // This update is in Unix format and Coordinated Universal Time (UTC). The value
    // of LastUpdateTime is accurate to milliseconds. For example, the value 1516925490.087
    // represents Friday, January 26, 2018 12:11:30.087 AM.
    LastUpdateTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

func (DescribeGlobalSettingsOutput) GoString

func (s DescribeGlobalSettingsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeGlobalSettingsOutput) SetGlobalSettings

func (s *DescribeGlobalSettingsOutput) SetGlobalSettings(v map[string]*string) *DescribeGlobalSettingsOutput

SetGlobalSettings sets the GlobalSettings field's value.

func (*DescribeGlobalSettingsOutput) SetLastUpdateTime

func (s *DescribeGlobalSettingsOutput) SetLastUpdateTime(v time.Time) *DescribeGlobalSettingsOutput

SetLastUpdateTime sets the LastUpdateTime field's value.

func (DescribeGlobalSettingsOutput) String

func (s DescribeGlobalSettingsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeProtectedResourceInput

type DescribeProtectedResourceInput struct {

    // An Amazon Resource Name (ARN) that uniquely identifies a resource. The format
    // of the ARN depends on the resource type.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeProtectedResourceInput) GoString

func (s DescribeProtectedResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProtectedResourceInput) SetResourceArn

func (s *DescribeProtectedResourceInput) SetResourceArn(v string) *DescribeProtectedResourceInput

SetResourceArn sets the ResourceArn field's value.

func (DescribeProtectedResourceInput) String

func (s DescribeProtectedResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProtectedResourceInput) Validate

func (s *DescribeProtectedResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeProtectedResourceOutput

type DescribeProtectedResourceOutput struct {

    // The date and time that a resource was last backed up, in Unix format and
    // Coordinated Universal Time (UTC). The value of LastBackupTime is accurate
    // to milliseconds. For example, the value 1516925490.087 represents Friday,
    // January 26, 2018 12:11:30.087 AM.
    LastBackupTime *time.Time `type:"timestamp"`

    // This is the ARN (Amazon Resource Name) of the backup vault that contains
    // the most recent backup recovery point.
    LastBackupVaultArn *string `type:"string"`

    // This is the ARN (Amazon Resource Name) of the most recent recovery point.
    LastRecoveryPointArn *string `type:"string"`

    // This is the time in minutes the most recent restore job took to complete.
    LatestRestoreExecutionTimeMinutes *int64 `type:"long"`

    // This is the creation date of the most recent restore job.
    LatestRestoreJobCreationDate *time.Time `type:"timestamp"`

    // This is the date the most recent recovery point was created.
    LatestRestoreRecoveryPointCreationDate *time.Time `type:"timestamp"`

    // An ARN that uniquely identifies a resource. The format of the ARN depends
    // on the resource type.
    ResourceArn *string `type:"string"`

    // This is the non-unique name of the resource that belongs to the specified
    // backup.
    ResourceName *string `type:"string"`

    // The type of Amazon Web Services resource saved as a recovery point; for example,
    // an Amazon EBS volume or an Amazon RDS database.
    ResourceType *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeProtectedResourceOutput) GoString

func (s DescribeProtectedResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProtectedResourceOutput) SetLastBackupTime

func (s *DescribeProtectedResourceOutput) SetLastBackupTime(v time.Time) *DescribeProtectedResourceOutput

SetLastBackupTime sets the LastBackupTime field's value.

func (*DescribeProtectedResourceOutput) SetLastBackupVaultArn

func (s *DescribeProtectedResourceOutput) SetLastBackupVaultArn(v string) *DescribeProtectedResourceOutput

SetLastBackupVaultArn sets the LastBackupVaultArn field's value.

func (*DescribeProtectedResourceOutput) SetLastRecoveryPointArn

func (s *DescribeProtectedResourceOutput) SetLastRecoveryPointArn(v string) *DescribeProtectedResourceOutput

SetLastRecoveryPointArn sets the LastRecoveryPointArn field's value.

func (*DescribeProtectedResourceOutput) SetLatestRestoreExecutionTimeMinutes

func (s *DescribeProtectedResourceOutput) SetLatestRestoreExecutionTimeMinutes(v int64) *DescribeProtectedResourceOutput

SetLatestRestoreExecutionTimeMinutes sets the LatestRestoreExecutionTimeMinutes field's value.

func (*DescribeProtectedResourceOutput) SetLatestRestoreJobCreationDate

func (s *DescribeProtectedResourceOutput) SetLatestRestoreJobCreationDate(v time.Time) *DescribeProtectedResourceOutput

SetLatestRestoreJobCreationDate sets the LatestRestoreJobCreationDate field's value.

func (*DescribeProtectedResourceOutput) SetLatestRestoreRecoveryPointCreationDate

func (s *DescribeProtectedResourceOutput) SetLatestRestoreRecoveryPointCreationDate(v time.Time) *DescribeProtectedResourceOutput

SetLatestRestoreRecoveryPointCreationDate sets the LatestRestoreRecoveryPointCreationDate field's value.

func (*DescribeProtectedResourceOutput) SetResourceArn

func (s *DescribeProtectedResourceOutput) SetResourceArn(v string) *DescribeProtectedResourceOutput

SetResourceArn sets the ResourceArn field's value.

func (*DescribeProtectedResourceOutput) SetResourceName

func (s *DescribeProtectedResourceOutput) SetResourceName(v string) *DescribeProtectedResourceOutput

SetResourceName sets the ResourceName field's value.

func (*DescribeProtectedResourceOutput) SetResourceType

func (s *DescribeProtectedResourceOutput) SetResourceType(v string) *DescribeProtectedResourceOutput

SetResourceType sets the ResourceType field's value.

func (DescribeProtectedResourceOutput) String

func (s DescribeProtectedResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeRecoveryPointInput

type DescribeRecoveryPointInput struct {

    // This is the account ID of the specified backup vault.
    BackupVaultAccountId *string `location:"querystring" locationName:"backupVaultAccountId" type:"string"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`

    // An Amazon Resource Name (ARN) that uniquely identifies a recovery point;
    // for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    //
    // RecoveryPointArn is a required field
    RecoveryPointArn *string `location:"uri" locationName:"recoveryPointArn" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeRecoveryPointInput) GoString

func (s DescribeRecoveryPointInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRecoveryPointInput) SetBackupVaultAccountId

func (s *DescribeRecoveryPointInput) SetBackupVaultAccountId(v string) *DescribeRecoveryPointInput

SetBackupVaultAccountId sets the BackupVaultAccountId field's value.

func (*DescribeRecoveryPointInput) SetBackupVaultName

func (s *DescribeRecoveryPointInput) SetBackupVaultName(v string) *DescribeRecoveryPointInput

SetBackupVaultName sets the BackupVaultName field's value.

func (*DescribeRecoveryPointInput) SetRecoveryPointArn

func (s *DescribeRecoveryPointInput) SetRecoveryPointArn(v string) *DescribeRecoveryPointInput

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (DescribeRecoveryPointInput) String

func (s DescribeRecoveryPointInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRecoveryPointInput) Validate

func (s *DescribeRecoveryPointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeRecoveryPointOutput

type DescribeRecoveryPointOutput struct {

    // The size, in bytes, of a backup.
    BackupSizeInBytes *int64 `type:"long"`

    // An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    BackupVaultArn *string `type:"string"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Region where they are created. They consist of lowercase letters, numbers,
    // and hyphens.
    BackupVaultName *string `type:"string"`

    // A CalculatedLifecycle object containing DeleteAt and MoveToColdStorageAt
    // timestamps.
    CalculatedLifecycle *CalculatedLifecycle `type:"structure"`

    // The date and time that a job to create a recovery point is completed, in
    // Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
    // is accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    CompletionDate *time.Time `type:"timestamp"`

    // This is the identifier of a resource within a composite group, such as nested
    // (child) recovery point belonging to a composite (parent) stack. The ID is
    // transferred from the logical ID (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resources-section-structure.html#resources-section-structure-syntax)
    // within a stack.
    CompositeMemberIdentifier *string `type:"string"`

    // Contains identifying information about the creation of a recovery point,
    // including the BackupPlanArn, BackupPlanId, BackupPlanVersion, and BackupRuleId
    // of the backup plan used to create it.
    CreatedBy *RecoveryPointCreator `type:"structure"`

    // The date and time that a recovery point is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // The server-side encryption key used to protect your backups; for example,
    // arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.
    EncryptionKeyArn *string `type:"string"`

    // Specifies the IAM role ARN used to create the target recovery point; for
    // example, arn:aws:iam::123456789012:role/S3Access.
    IamRoleArn *string `type:"string"`

    // A Boolean value that is returned as TRUE if the specified recovery point
    // is encrypted, or FALSE if the recovery point is not encrypted.
    IsEncrypted *bool `type:"boolean"`

    // This returns the boolean value that a recovery point is a parent (composite)
    // job.
    IsParent *bool `type:"boolean"`

    // The date and time that a recovery point was last restored, in Unix format
    // and Coordinated Universal Time (UTC). The value of LastRestoreTime is accurate
    // to milliseconds. For example, the value 1516925490.087 represents Friday,
    // January 26, 2018 12:11:30.087 AM.
    LastRestoreTime *time.Time `type:"timestamp"`

    // The lifecycle defines when a protected resource is transitioned to cold storage
    // and when it expires. Backup transitions and expires backups automatically
    // according to the lifecycle that you define.
    //
    // Backups that are transitioned to cold storage must be stored in cold storage
    // for a minimum of 90 days. Therefore, the “retention” setting must be
    // 90 days greater than the “transition to cold after days” setting. The
    // “transition to cold after days” setting cannot be changed after a backup
    // has been transitioned to cold.
    //
    // Resource types that are able to be transitioned to cold storage are listed
    // in the "Lifecycle to cold storage" section of the Feature availability by
    // resource (https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource)
    // table. Backup ignores this expression for other resource types.
    Lifecycle *Lifecycle `type:"structure"`

    // This is an ARN that uniquely identifies a parent (composite) recovery point;
    // for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    ParentRecoveryPointArn *string `type:"string"`

    // An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    RecoveryPointArn *string `type:"string"`

    // An ARN that uniquely identifies a saved resource. The format of the ARN depends
    // on the resource type.
    ResourceArn *string `type:"string"`

    // This is the non-unique name of the resource that belongs to the specified
    // backup.
    ResourceName *string `type:"string"`

    // The type of Amazon Web Services resource to save as a recovery point; for
    // example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational
    // Database Service (Amazon RDS) database.
    ResourceType *string `type:"string"`

    // An Amazon Resource Name (ARN) that uniquely identifies the source vault where
    // the resource was originally backed up in; for example, arn:aws:backup:us-east-1:123456789012:vault:BackupVault.
    // If the recovery is restored to the same Amazon Web Services account or Region,
    // this value will be null.
    SourceBackupVaultArn *string `type:"string"`

    // A status code specifying the state of the recovery point.
    //
    // PARTIAL status indicates Backup could not create the recovery point before
    // the backup window closed. To increase your backup plan window using the API,
    // see UpdateBackupPlan (https://docs.aws.amazon.com/aws-backup/latest/devguide/API_UpdateBackupPlan.html).
    // You can also increase your backup plan window using the Console by choosing
    // and editing your backup plan.
    //
    // EXPIRED status indicates that the recovery point has exceeded its retention
    // period, but Backup lacks permission or is otherwise unable to delete it.
    // To manually delete these recovery points, see Step 3: Delete the recovery
    // points (https://docs.aws.amazon.com/aws-backup/latest/devguide/gs-cleanup-resources.html#cleanup-backups)
    // in the Clean up resources section of Getting started.
    //
    // STOPPED status occurs on a continuous backup where a user has taken some
    // action that causes the continuous backup to be disabled. This can be caused
    // by the removal of permissions, turning off versioning, turning off events
    // being sent to EventBridge, or disabling the EventBridge rules that are put
    // in place by Backup.
    //
    // To resolve STOPPED status, ensure that all requested permissions are in place
    // and that versioning is enabled on the S3 bucket. Once these conditions are
    // met, the next instance of a backup rule running will result in a new continuous
    // recovery point being created. The recovery points with STOPPED status do
    // not need to be deleted.
    //
    // For SAP HANA on Amazon EC2 STOPPED status occurs due to user action, application
    // misconfiguration, or backup failure. To ensure that future continuous backups
    // succeed, refer to the recovery point status and check SAP HANA for details.
    Status *string `type:"string" enum:"RecoveryPointStatus"`

    // A status message explaining the status of the recovery point.
    StatusMessage *string `type:"string"`

    // Specifies the storage class of the recovery point. Valid values are WARM
    // or COLD.
    StorageClass *string `type:"string" enum:"StorageClass"`

    // This is the type of vault in which the described recovery point is stored.
    VaultType *string `type:"string" enum:"VaultType"`
    // contains filtered or unexported fields
}

func (DescribeRecoveryPointOutput) GoString

func (s DescribeRecoveryPointOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRecoveryPointOutput) SetBackupSizeInBytes

func (s *DescribeRecoveryPointOutput) SetBackupSizeInBytes(v int64) *DescribeRecoveryPointOutput

SetBackupSizeInBytes sets the BackupSizeInBytes field's value.

func (*DescribeRecoveryPointOutput) SetBackupVaultArn

func (s *DescribeRecoveryPointOutput) SetBackupVaultArn(v string) *DescribeRecoveryPointOutput

SetBackupVaultArn sets the BackupVaultArn field's value.

func (*DescribeRecoveryPointOutput) SetBackupVaultName

func (s *DescribeRecoveryPointOutput) SetBackupVaultName(v string) *DescribeRecoveryPointOutput

SetBackupVaultName sets the BackupVaultName field's value.

func (*DescribeRecoveryPointOutput) SetCalculatedLifecycle

func (s *DescribeRecoveryPointOutput) SetCalculatedLifecycle(v *CalculatedLifecycle) *DescribeRecoveryPointOutput

SetCalculatedLifecycle sets the CalculatedLifecycle field's value.

func (*DescribeRecoveryPointOutput) SetCompletionDate

func (s *DescribeRecoveryPointOutput) SetCompletionDate(v time.Time) *DescribeRecoveryPointOutput

SetCompletionDate sets the CompletionDate field's value.

func (*DescribeRecoveryPointOutput) SetCompositeMemberIdentifier

func (s *DescribeRecoveryPointOutput) SetCompositeMemberIdentifier(v string) *DescribeRecoveryPointOutput

SetCompositeMemberIdentifier sets the CompositeMemberIdentifier field's value.

func (*DescribeRecoveryPointOutput) SetCreatedBy

func (s *DescribeRecoveryPointOutput) SetCreatedBy(v *RecoveryPointCreator) *DescribeRecoveryPointOutput

SetCreatedBy sets the CreatedBy field's value.

func (*DescribeRecoveryPointOutput) SetCreationDate

func (s *DescribeRecoveryPointOutput) SetCreationDate(v time.Time) *DescribeRecoveryPointOutput

SetCreationDate sets the CreationDate field's value.

func (*DescribeRecoveryPointOutput) SetEncryptionKeyArn

func (s *DescribeRecoveryPointOutput) SetEncryptionKeyArn(v string) *DescribeRecoveryPointOutput

SetEncryptionKeyArn sets the EncryptionKeyArn field's value.

func (*DescribeRecoveryPointOutput) SetIamRoleArn

func (s *DescribeRecoveryPointOutput) SetIamRoleArn(v string) *DescribeRecoveryPointOutput

SetIamRoleArn sets the IamRoleArn field's value.

func (*DescribeRecoveryPointOutput) SetIsEncrypted

func (s *DescribeRecoveryPointOutput) SetIsEncrypted(v bool) *DescribeRecoveryPointOutput

SetIsEncrypted sets the IsEncrypted field's value.

func (*DescribeRecoveryPointOutput) SetIsParent

func (s *DescribeRecoveryPointOutput) SetIsParent(v bool) *DescribeRecoveryPointOutput

SetIsParent sets the IsParent field's value.

func (*DescribeRecoveryPointOutput) SetLastRestoreTime

func (s *DescribeRecoveryPointOutput) SetLastRestoreTime(v time.Time) *DescribeRecoveryPointOutput

SetLastRestoreTime sets the LastRestoreTime field's value.

func (*DescribeRecoveryPointOutput) SetLifecycle

func (s *DescribeRecoveryPointOutput) SetLifecycle(v *Lifecycle) *DescribeRecoveryPointOutput

SetLifecycle sets the Lifecycle field's value.

func (*DescribeRecoveryPointOutput) SetParentRecoveryPointArn

func (s *DescribeRecoveryPointOutput) SetParentRecoveryPointArn(v string) *DescribeRecoveryPointOutput

SetParentRecoveryPointArn sets the ParentRecoveryPointArn field's value.

func (*DescribeRecoveryPointOutput) SetRecoveryPointArn

func (s *DescribeRecoveryPointOutput) SetRecoveryPointArn(v string) *DescribeRecoveryPointOutput

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (*DescribeRecoveryPointOutput) SetResourceArn

func (s *DescribeRecoveryPointOutput) SetResourceArn(v string) *DescribeRecoveryPointOutput

SetResourceArn sets the ResourceArn field's value.

func (*DescribeRecoveryPointOutput) SetResourceName

func (s *DescribeRecoveryPointOutput) SetResourceName(v string) *DescribeRecoveryPointOutput

SetResourceName sets the ResourceName field's value.

func (*DescribeRecoveryPointOutput) SetResourceType

func (s *DescribeRecoveryPointOutput) SetResourceType(v string) *DescribeRecoveryPointOutput

SetResourceType sets the ResourceType field's value.

func (*DescribeRecoveryPointOutput) SetSourceBackupVaultArn

func (s *DescribeRecoveryPointOutput) SetSourceBackupVaultArn(v string) *DescribeRecoveryPointOutput

SetSourceBackupVaultArn sets the SourceBackupVaultArn field's value.

func (*DescribeRecoveryPointOutput) SetStatus

func (s *DescribeRecoveryPointOutput) SetStatus(v string) *DescribeRecoveryPointOutput

SetStatus sets the Status field's value.

func (*DescribeRecoveryPointOutput) SetStatusMessage

func (s *DescribeRecoveryPointOutput) SetStatusMessage(v string) *DescribeRecoveryPointOutput

SetStatusMessage sets the StatusMessage field's value.

func (*DescribeRecoveryPointOutput) SetStorageClass

func (s *DescribeRecoveryPointOutput) SetStorageClass(v string) *DescribeRecoveryPointOutput

SetStorageClass sets the StorageClass field's value.

func (*DescribeRecoveryPointOutput) SetVaultType

func (s *DescribeRecoveryPointOutput) SetVaultType(v string) *DescribeRecoveryPointOutput

SetVaultType sets the VaultType field's value.

func (DescribeRecoveryPointOutput) String

func (s DescribeRecoveryPointOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeRegionSettingsInput

type DescribeRegionSettingsInput struct {
    // contains filtered or unexported fields
}

func (DescribeRegionSettingsInput) GoString

func (s DescribeRegionSettingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DescribeRegionSettingsInput) String

func (s DescribeRegionSettingsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeRegionSettingsOutput

type DescribeRegionSettingsOutput struct {

    // Returns whether Backup fully manages the backups for a resource type.
    //
    // For the benefits of full Backup management, see Full Backup management (https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#full-management).
    //
    // For a list of resource types and whether each supports full Backup management,
    // see the Feature availability by resource (https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource)
    // table.
    //
    // If "DynamoDB":false, you can enable full Backup management for DynamoDB backup
    // by enabling Backup's advanced DynamoDB backup features (https://docs.aws.amazon.com/aws-backup/latest/devguide/advanced-ddb-backup.html#advanced-ddb-backup-enable-cli).
    ResourceTypeManagementPreference map[string]*bool `type:"map"`

    // Returns a list of all services along with the opt-in preferences in the Region.
    ResourceTypeOptInPreference map[string]*bool `type:"map"`
    // contains filtered or unexported fields
}

func (DescribeRegionSettingsOutput) GoString

func (s DescribeRegionSettingsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRegionSettingsOutput) SetResourceTypeManagementPreference

func (s *DescribeRegionSettingsOutput) SetResourceTypeManagementPreference(v map[string]*bool) *DescribeRegionSettingsOutput

SetResourceTypeManagementPreference sets the ResourceTypeManagementPreference field's value.

func (*DescribeRegionSettingsOutput) SetResourceTypeOptInPreference

func (s *DescribeRegionSettingsOutput) SetResourceTypeOptInPreference(v map[string]*bool) *DescribeRegionSettingsOutput

SetResourceTypeOptInPreference sets the ResourceTypeOptInPreference field's value.

func (DescribeRegionSettingsOutput) String

func (s DescribeRegionSettingsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeReportJobInput

type DescribeReportJobInput struct {

    // The identifier of the report job. A unique, randomly generated, Unicode,
    // UTF-8 encoded string that is at most 1,024 bytes long. The report job ID
    // cannot be edited.
    //
    // ReportJobId is a required field
    ReportJobId *string `location:"uri" locationName:"reportJobId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeReportJobInput) GoString

func (s DescribeReportJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReportJobInput) SetReportJobId

func (s *DescribeReportJobInput) SetReportJobId(v string) *DescribeReportJobInput

SetReportJobId sets the ReportJobId field's value.

func (DescribeReportJobInput) String

func (s DescribeReportJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReportJobInput) Validate

func (s *DescribeReportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeReportJobOutput

type DescribeReportJobOutput struct {

    // A list of information about a report job, including its completion and creation
    // times, report destination, unique report job ID, Amazon Resource Name (ARN),
    // report template, status, and status message.
    ReportJob *ReportJob `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeReportJobOutput) GoString

func (s DescribeReportJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReportJobOutput) SetReportJob

func (s *DescribeReportJobOutput) SetReportJob(v *ReportJob) *DescribeReportJobOutput

SetReportJob sets the ReportJob field's value.

func (DescribeReportJobOutput) String

func (s DescribeReportJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeReportPlanInput

type DescribeReportPlanInput struct {

    // The unique name of a report plan.
    //
    // ReportPlanName is a required field
    ReportPlanName *string `location:"uri" locationName:"reportPlanName" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeReportPlanInput) GoString

func (s DescribeReportPlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReportPlanInput) SetReportPlanName

func (s *DescribeReportPlanInput) SetReportPlanName(v string) *DescribeReportPlanInput

SetReportPlanName sets the ReportPlanName field's value.

func (DescribeReportPlanInput) String

func (s DescribeReportPlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReportPlanInput) Validate

func (s *DescribeReportPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeReportPlanOutput

type DescribeReportPlanOutput struct {

    // Returns details about the report plan that is specified by its name. These
    // details include the report plan's Amazon Resource Name (ARN), description,
    // settings, delivery channel, deployment status, creation time, and last attempted
    // and successful run times.
    ReportPlan *ReportPlan `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeReportPlanOutput) GoString

func (s DescribeReportPlanOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReportPlanOutput) SetReportPlan

func (s *DescribeReportPlanOutput) SetReportPlan(v *ReportPlan) *DescribeReportPlanOutput

SetReportPlan sets the ReportPlan field's value.

func (DescribeReportPlanOutput) String

func (s DescribeReportPlanOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeRestoreJobInput

type DescribeRestoreJobInput struct {

    // Uniquely identifies the job that restores a recovery point.
    //
    // RestoreJobId is a required field
    RestoreJobId *string `location:"uri" locationName:"restoreJobId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeRestoreJobInput) GoString

func (s DescribeRestoreJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRestoreJobInput) SetRestoreJobId

func (s *DescribeRestoreJobInput) SetRestoreJobId(v string) *DescribeRestoreJobInput

SetRestoreJobId sets the RestoreJobId field's value.

func (DescribeRestoreJobInput) String

func (s DescribeRestoreJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRestoreJobInput) Validate

func (s *DescribeRestoreJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeRestoreJobOutput

type DescribeRestoreJobOutput struct {

    // Returns the account ID that owns the restore job.
    AccountId *string `type:"string"`

    // The size, in bytes, of the restored resource.
    BackupSizeInBytes *int64 `type:"long"`

    // The date and time that a job to restore a recovery point is completed, in
    // Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
    // is accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    CompletionDate *time.Time `type:"timestamp"`

    // Contains identifying information about the creation of a restore job.
    CreatedBy *RestoreJobCreator `type:"structure"`

    // An Amazon Resource Name (ARN) that uniquely identifies a resource whose recovery
    // point is being restored. The format of the ARN depends on the resource type
    // of the backed-up resource.
    CreatedResourceArn *string `type:"string"`

    // The date and time that a restore job is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // This notes the status of the data generated by the restore test. The status
    // may be Deleting, Failed, or Successful.
    DeletionStatus *string `type:"string" enum:"RestoreDeletionStatus"`

    // This describes the restore job deletion status.
    DeletionStatusMessage *string `type:"string"`

    // The amount of time in minutes that a job restoring a recovery point is expected
    // to take.
    ExpectedCompletionTimeMinutes *int64 `type:"long"`

    // Specifies the IAM role ARN used to create the target recovery point; for
    // example, arn:aws:iam::123456789012:role/S3Access.
    IamRoleArn *string `type:"string"`

    // Contains an estimated percentage that is complete of a job at the time the
    // job status was queried.
    PercentDone *string `type:"string"`

    // An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    RecoveryPointArn *string `type:"string"`

    // This is the creation date of the recovery point made by the specifed restore
    // job.
    RecoveryPointCreationDate *time.Time `type:"timestamp"`

    // Returns metadata associated with a restore job listed by resource type.
    ResourceType *string `type:"string"`

    // Uniquely identifies the job that restores a recovery point.
    RestoreJobId *string `type:"string"`

    // Status code specifying the state of the job that is initiated by Backup to
    // restore a recovery point.
    Status *string `type:"string" enum:"RestoreJobStatus"`

    // A message showing the status of a job to restore a recovery point.
    StatusMessage *string `type:"string"`

    // This is the status of validation run on the indicated restore job.
    ValidationStatus *string `type:"string" enum:"RestoreValidationStatus"`

    // This describes the status of validation run on the indicated restore job.
    ValidationStatusMessage *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribeRestoreJobOutput) GoString

func (s DescribeRestoreJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeRestoreJobOutput) SetAccountId

func (s *DescribeRestoreJobOutput) SetAccountId(v string) *DescribeRestoreJobOutput

SetAccountId sets the AccountId field's value.

func (*DescribeRestoreJobOutput) SetBackupSizeInBytes

func (s *DescribeRestoreJobOutput) SetBackupSizeInBytes(v int64) *DescribeRestoreJobOutput

SetBackupSizeInBytes sets the BackupSizeInBytes field's value.

func (*DescribeRestoreJobOutput) SetCompletionDate

func (s *DescribeRestoreJobOutput) SetCompletionDate(v time.Time) *DescribeRestoreJobOutput

SetCompletionDate sets the CompletionDate field's value.

func (*DescribeRestoreJobOutput) SetCreatedBy

func (s *DescribeRestoreJobOutput) SetCreatedBy(v *RestoreJobCreator) *DescribeRestoreJobOutput

SetCreatedBy sets the CreatedBy field's value.

func (*DescribeRestoreJobOutput) SetCreatedResourceArn

func (s *DescribeRestoreJobOutput) SetCreatedResourceArn(v string) *DescribeRestoreJobOutput

SetCreatedResourceArn sets the CreatedResourceArn field's value.

func (*DescribeRestoreJobOutput) SetCreationDate

func (s *DescribeRestoreJobOutput) SetCreationDate(v time.Time) *DescribeRestoreJobOutput

SetCreationDate sets the CreationDate field's value.

func (*DescribeRestoreJobOutput) SetDeletionStatus

func (s *DescribeRestoreJobOutput) SetDeletionStatus(v string) *DescribeRestoreJobOutput

SetDeletionStatus sets the DeletionStatus field's value.

func (*DescribeRestoreJobOutput) SetDeletionStatusMessage

func (s *DescribeRestoreJobOutput) SetDeletionStatusMessage(v string) *DescribeRestoreJobOutput

SetDeletionStatusMessage sets the DeletionStatusMessage field's value.

func (*DescribeRestoreJobOutput) SetExpectedCompletionTimeMinutes

func (s *DescribeRestoreJobOutput) SetExpectedCompletionTimeMinutes(v int64) *DescribeRestoreJobOutput

SetExpectedCompletionTimeMinutes sets the ExpectedCompletionTimeMinutes field's value.

func (*DescribeRestoreJobOutput) SetIamRoleArn

func (s *DescribeRestoreJobOutput) SetIamRoleArn(v string) *DescribeRestoreJobOutput

SetIamRoleArn sets the IamRoleArn field's value.

func (*DescribeRestoreJobOutput) SetPercentDone

func (s *DescribeRestoreJobOutput) SetPercentDone(v string) *DescribeRestoreJobOutput

SetPercentDone sets the PercentDone field's value.

func (*DescribeRestoreJobOutput) SetRecoveryPointArn

func (s *DescribeRestoreJobOutput) SetRecoveryPointArn(v string) *DescribeRestoreJobOutput

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (*DescribeRestoreJobOutput) SetRecoveryPointCreationDate

func (s *DescribeRestoreJobOutput) SetRecoveryPointCreationDate(v time.Time) *DescribeRestoreJobOutput

SetRecoveryPointCreationDate sets the RecoveryPointCreationDate field's value.

func (*DescribeRestoreJobOutput) SetResourceType

func (s *DescribeRestoreJobOutput) SetResourceType(v string) *DescribeRestoreJobOutput

SetResourceType sets the ResourceType field's value.

func (*DescribeRestoreJobOutput) SetRestoreJobId

func (s *DescribeRestoreJobOutput) SetRestoreJobId(v string) *DescribeRestoreJobOutput

SetRestoreJobId sets the RestoreJobId field's value.

func (*DescribeRestoreJobOutput) SetStatus

func (s *DescribeRestoreJobOutput) SetStatus(v string) *DescribeRestoreJobOutput

SetStatus sets the Status field's value.

func (*DescribeRestoreJobOutput) SetStatusMessage

func (s *DescribeRestoreJobOutput) SetStatusMessage(v string) *DescribeRestoreJobOutput

SetStatusMessage sets the StatusMessage field's value.

func (*DescribeRestoreJobOutput) SetValidationStatus

func (s *DescribeRestoreJobOutput) SetValidationStatus(v string) *DescribeRestoreJobOutput

SetValidationStatus sets the ValidationStatus field's value.

func (*DescribeRestoreJobOutput) SetValidationStatusMessage

func (s *DescribeRestoreJobOutput) SetValidationStatusMessage(v string) *DescribeRestoreJobOutput

SetValidationStatusMessage sets the ValidationStatusMessage field's value.

func (DescribeRestoreJobOutput) String

func (s DescribeRestoreJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisassociateRecoveryPointFromParentInput

type DisassociateRecoveryPointFromParentInput struct {

    // This is the name of a logical container where the child (nested) recovery
    // point is stored. Backup vaults are identified by names that are unique to
    // the account used to create them and the Amazon Web Services Region where
    // they are created. They consist of lowercase letters, numbers, and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`

    // This is the Amazon Resource Name (ARN) that uniquely identifies the child
    // (nested) recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    //
    // RecoveryPointArn is a required field
    RecoveryPointArn *string `location:"uri" locationName:"recoveryPointArn" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DisassociateRecoveryPointFromParentInput) GoString

func (s DisassociateRecoveryPointFromParentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateRecoveryPointFromParentInput) SetBackupVaultName

func (s *DisassociateRecoveryPointFromParentInput) SetBackupVaultName(v string) *DisassociateRecoveryPointFromParentInput

SetBackupVaultName sets the BackupVaultName field's value.

func (*DisassociateRecoveryPointFromParentInput) SetRecoveryPointArn

func (s *DisassociateRecoveryPointFromParentInput) SetRecoveryPointArn(v string) *DisassociateRecoveryPointFromParentInput

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (DisassociateRecoveryPointFromParentInput) String

func (s DisassociateRecoveryPointFromParentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateRecoveryPointFromParentInput) Validate

func (s *DisassociateRecoveryPointFromParentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisassociateRecoveryPointFromParentOutput

type DisassociateRecoveryPointFromParentOutput struct {
    // contains filtered or unexported fields
}

func (DisassociateRecoveryPointFromParentOutput) GoString

func (s DisassociateRecoveryPointFromParentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DisassociateRecoveryPointFromParentOutput) String

func (s DisassociateRecoveryPointFromParentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisassociateRecoveryPointInput

type DisassociateRecoveryPointInput struct {

    // The unique name of an Backup vault.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`

    // An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery
    // point.
    //
    // RecoveryPointArn is a required field
    RecoveryPointArn *string `location:"uri" locationName:"recoveryPointArn" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DisassociateRecoveryPointInput) GoString

func (s DisassociateRecoveryPointInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateRecoveryPointInput) SetBackupVaultName

func (s *DisassociateRecoveryPointInput) SetBackupVaultName(v string) *DisassociateRecoveryPointInput

SetBackupVaultName sets the BackupVaultName field's value.

func (*DisassociateRecoveryPointInput) SetRecoveryPointArn

func (s *DisassociateRecoveryPointInput) SetRecoveryPointArn(v string) *DisassociateRecoveryPointInput

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (DisassociateRecoveryPointInput) String

func (s DisassociateRecoveryPointInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateRecoveryPointInput) Validate

func (s *DisassociateRecoveryPointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisassociateRecoveryPointOutput

type DisassociateRecoveryPointOutput struct {
    // contains filtered or unexported fields
}

func (DisassociateRecoveryPointOutput) GoString

func (s DisassociateRecoveryPointOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DisassociateRecoveryPointOutput) String

func (s DisassociateRecoveryPointOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ExportBackupPlanTemplateInput

type ExportBackupPlanTemplateInput struct {

    // Uniquely identifies a backup plan.
    //
    // BackupPlanId is a required field
    BackupPlanId *string `location:"uri" locationName:"backupPlanId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ExportBackupPlanTemplateInput) GoString

func (s ExportBackupPlanTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportBackupPlanTemplateInput) SetBackupPlanId

func (s *ExportBackupPlanTemplateInput) SetBackupPlanId(v string) *ExportBackupPlanTemplateInput

SetBackupPlanId sets the BackupPlanId field's value.

func (ExportBackupPlanTemplateInput) String

func (s ExportBackupPlanTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportBackupPlanTemplateInput) Validate

func (s *ExportBackupPlanTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExportBackupPlanTemplateOutput

type ExportBackupPlanTemplateOutput struct {

    // The body of a backup plan template in JSON format.
    //
    // This is a signed JSON document that cannot be modified before being passed
    // to GetBackupPlanFromJSON.
    BackupPlanTemplateJson *string `type:"string"`
    // contains filtered or unexported fields
}

func (ExportBackupPlanTemplateOutput) GoString

func (s ExportBackupPlanTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExportBackupPlanTemplateOutput) SetBackupPlanTemplateJson

func (s *ExportBackupPlanTemplateOutput) SetBackupPlanTemplateJson(v string) *ExportBackupPlanTemplateOutput

SetBackupPlanTemplateJson sets the BackupPlanTemplateJson field's value.

func (ExportBackupPlanTemplateOutput) String

func (s ExportBackupPlanTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Framework

type Framework struct {

    // The date and time that a framework is created, in ISO 8601 representation.
    // The value of CreationTime is accurate to milliseconds. For example, 2020-07-10T15:00:00.000-08:00
    // represents the 10th of July 2020 at 3:00 PM 8 hours behind UTC.
    CreationTime *time.Time `type:"timestamp"`

    // The deployment status of a framework. The statuses are:
    //
    // CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED
    // | FAILED
    DeploymentStatus *string `type:"string"`

    // An Amazon Resource Name (ARN) that uniquely identifies a resource. The format
    // of the ARN depends on the resource type.
    FrameworkArn *string `type:"string"`

    // An optional description of the framework with a maximum 1,024 characters.
    FrameworkDescription *string `type:"string"`

    // The unique name of a framework. This name is between 1 and 256 characters,
    // starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9),
    // and underscores (_).
    FrameworkName *string `min:"1" type:"string"`

    // The number of controls contained by the framework.
    NumberOfControls *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Contains detailed information about a framework. Frameworks contain controls, which evaluate and report on your backup events and resources. Frameworks generate daily compliance results.

func (Framework) GoString

func (s Framework) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Framework) SetCreationTime

func (s *Framework) SetCreationTime(v time.Time) *Framework

SetCreationTime sets the CreationTime field's value.

func (*Framework) SetDeploymentStatus

func (s *Framework) SetDeploymentStatus(v string) *Framework

SetDeploymentStatus sets the DeploymentStatus field's value.

func (*Framework) SetFrameworkArn

func (s *Framework) SetFrameworkArn(v string) *Framework

SetFrameworkArn sets the FrameworkArn field's value.

func (*Framework) SetFrameworkDescription

func (s *Framework) SetFrameworkDescription(v string) *Framework

SetFrameworkDescription sets the FrameworkDescription field's value.

func (*Framework) SetFrameworkName

func (s *Framework) SetFrameworkName(v string) *Framework

SetFrameworkName sets the FrameworkName field's value.

func (*Framework) SetNumberOfControls

func (s *Framework) SetNumberOfControls(v int64) *Framework

SetNumberOfControls sets the NumberOfControls field's value.

func (Framework) String

func (s Framework) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FrameworkControl

type FrameworkControl struct {

    // A list of ParameterName and ParameterValue pairs.
    ControlInputParameters []*ControlInputParameter `type:"list"`

    // The name of a control. This name is between 1 and 256 characters.
    //
    // ControlName is a required field
    ControlName *string `type:"string" required:"true"`

    // The scope of a control. The control scope defines what the control will evaluate.
    // Three examples of control scopes are: a specific backup plan, all backup
    // plans with a specific tag, or all backup plans.
    //
    // For more information, see ControlScope. (https://docs.aws.amazon.com/aws-backup/latest/devguide/API_ControlScope.html)
    ControlScope *ControlScope `type:"structure"`
    // contains filtered or unexported fields
}

Contains detailed information about all of the controls of a framework. Each framework must contain at least one control.

func (FrameworkControl) GoString

func (s FrameworkControl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FrameworkControl) SetControlInputParameters

func (s *FrameworkControl) SetControlInputParameters(v []*ControlInputParameter) *FrameworkControl

SetControlInputParameters sets the ControlInputParameters field's value.

func (*FrameworkControl) SetControlName

func (s *FrameworkControl) SetControlName(v string) *FrameworkControl

SetControlName sets the ControlName field's value.

func (*FrameworkControl) SetControlScope

func (s *FrameworkControl) SetControlScope(v *ControlScope) *FrameworkControl

SetControlScope sets the ControlScope field's value.

func (FrameworkControl) String

func (s FrameworkControl) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FrameworkControl) Validate

func (s *FrameworkControl) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetBackupPlanFromJSONInput

type GetBackupPlanFromJSONInput struct {

    // A customer-supplied backup plan document in JSON format.
    //
    // BackupPlanTemplateJson is a required field
    BackupPlanTemplateJson *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetBackupPlanFromJSONInput) GoString

func (s GetBackupPlanFromJSONInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupPlanFromJSONInput) SetBackupPlanTemplateJson

func (s *GetBackupPlanFromJSONInput) SetBackupPlanTemplateJson(v string) *GetBackupPlanFromJSONInput

SetBackupPlanTemplateJson sets the BackupPlanTemplateJson field's value.

func (GetBackupPlanFromJSONInput) String

func (s GetBackupPlanFromJSONInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupPlanFromJSONInput) Validate

func (s *GetBackupPlanFromJSONInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetBackupPlanFromJSONOutput

type GetBackupPlanFromJSONOutput struct {

    // Specifies the body of a backup plan. Includes a BackupPlanName and one or
    // more sets of Rules.
    BackupPlan *Plan `type:"structure"`
    // contains filtered or unexported fields
}

func (GetBackupPlanFromJSONOutput) GoString

func (s GetBackupPlanFromJSONOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupPlanFromJSONOutput) SetBackupPlan

func (s *GetBackupPlanFromJSONOutput) SetBackupPlan(v *Plan) *GetBackupPlanFromJSONOutput

SetBackupPlan sets the BackupPlan field's value.

func (GetBackupPlanFromJSONOutput) String

func (s GetBackupPlanFromJSONOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetBackupPlanFromTemplateInput

type GetBackupPlanFromTemplateInput struct {

    // Uniquely identifies a stored backup plan template.
    //
    // BackupPlanTemplateId is a required field
    BackupPlanTemplateId *string `location:"uri" locationName:"templateId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetBackupPlanFromTemplateInput) GoString

func (s GetBackupPlanFromTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupPlanFromTemplateInput) SetBackupPlanTemplateId

func (s *GetBackupPlanFromTemplateInput) SetBackupPlanTemplateId(v string) *GetBackupPlanFromTemplateInput

SetBackupPlanTemplateId sets the BackupPlanTemplateId field's value.

func (GetBackupPlanFromTemplateInput) String

func (s GetBackupPlanFromTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupPlanFromTemplateInput) Validate

func (s *GetBackupPlanFromTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetBackupPlanFromTemplateOutput

type GetBackupPlanFromTemplateOutput struct {

    // Returns the body of a backup plan based on the target template, including
    // the name, rules, and backup vault of the plan.
    BackupPlanDocument *Plan `type:"structure"`
    // contains filtered or unexported fields
}

func (GetBackupPlanFromTemplateOutput) GoString

func (s GetBackupPlanFromTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupPlanFromTemplateOutput) SetBackupPlanDocument

func (s *GetBackupPlanFromTemplateOutput) SetBackupPlanDocument(v *Plan) *GetBackupPlanFromTemplateOutput

SetBackupPlanDocument sets the BackupPlanDocument field's value.

func (GetBackupPlanFromTemplateOutput) String

func (s GetBackupPlanFromTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetBackupPlanInput

type GetBackupPlanInput struct {

    // Uniquely identifies a backup plan.
    //
    // BackupPlanId is a required field
    BackupPlanId *string `location:"uri" locationName:"backupPlanId" type:"string" required:"true"`

    // Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most
    // 1,024 bytes long. Version IDs cannot be edited.
    VersionId *string `location:"querystring" locationName:"versionId" type:"string"`
    // contains filtered or unexported fields
}

func (GetBackupPlanInput) GoString

func (s GetBackupPlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupPlanInput) SetBackupPlanId

func (s *GetBackupPlanInput) SetBackupPlanId(v string) *GetBackupPlanInput

SetBackupPlanId sets the BackupPlanId field's value.

func (*GetBackupPlanInput) SetVersionId

func (s *GetBackupPlanInput) SetVersionId(v string) *GetBackupPlanInput

SetVersionId sets the VersionId field's value.

func (GetBackupPlanInput) String

func (s GetBackupPlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupPlanInput) Validate

func (s *GetBackupPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetBackupPlanOutput

type GetBackupPlanOutput struct {

    // Contains a list of BackupOptions for each resource type. The list is populated
    // only if the advanced option is set for the backup plan.
    AdvancedBackupSettings []*AdvancedBackupSetting `type:"list"`

    // Specifies the body of a backup plan. Includes a BackupPlanName and one or
    // more sets of Rules.
    BackupPlan *Plan `type:"structure"`

    // An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for
    // example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.
    BackupPlanArn *string `type:"string"`

    // Uniquely identifies a backup plan.
    BackupPlanId *string `type:"string"`

    // The date and time that a backup plan is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // A unique string that identifies the request and allows failed requests to
    // be retried without the risk of running the operation twice.
    CreatorRequestId *string `type:"string"`

    // The date and time that a backup plan is deleted, in Unix format and Coordinated
    // Universal Time (UTC). The value of DeletionDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    DeletionDate *time.Time `type:"timestamp"`

    // The last time a job to back up resources was run with this backup plan. A
    // date and time, in Unix format and Coordinated Universal Time (UTC). The value
    // of LastExecutionDate is accurate to milliseconds. For example, the value
    // 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
    LastExecutionDate *time.Time `type:"timestamp"`

    // Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most
    // 1,024 bytes long. Version IDs cannot be edited.
    VersionId *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetBackupPlanOutput) GoString

func (s GetBackupPlanOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupPlanOutput) SetAdvancedBackupSettings

func (s *GetBackupPlanOutput) SetAdvancedBackupSettings(v []*AdvancedBackupSetting) *GetBackupPlanOutput

SetAdvancedBackupSettings sets the AdvancedBackupSettings field's value.

func (*GetBackupPlanOutput) SetBackupPlan

func (s *GetBackupPlanOutput) SetBackupPlan(v *Plan) *GetBackupPlanOutput

SetBackupPlan sets the BackupPlan field's value.

func (*GetBackupPlanOutput) SetBackupPlanArn

func (s *GetBackupPlanOutput) SetBackupPlanArn(v string) *GetBackupPlanOutput

SetBackupPlanArn sets the BackupPlanArn field's value.

func (*GetBackupPlanOutput) SetBackupPlanId

func (s *GetBackupPlanOutput) SetBackupPlanId(v string) *GetBackupPlanOutput

SetBackupPlanId sets the BackupPlanId field's value.

func (*GetBackupPlanOutput) SetCreationDate

func (s *GetBackupPlanOutput) SetCreationDate(v time.Time) *GetBackupPlanOutput

SetCreationDate sets the CreationDate field's value.

func (*GetBackupPlanOutput) SetCreatorRequestId

func (s *GetBackupPlanOutput) SetCreatorRequestId(v string) *GetBackupPlanOutput

SetCreatorRequestId sets the CreatorRequestId field's value.

func (*GetBackupPlanOutput) SetDeletionDate

func (s *GetBackupPlanOutput) SetDeletionDate(v time.Time) *GetBackupPlanOutput

SetDeletionDate sets the DeletionDate field's value.

func (*GetBackupPlanOutput) SetLastExecutionDate

func (s *GetBackupPlanOutput) SetLastExecutionDate(v time.Time) *GetBackupPlanOutput

SetLastExecutionDate sets the LastExecutionDate field's value.

func (*GetBackupPlanOutput) SetVersionId

func (s *GetBackupPlanOutput) SetVersionId(v string) *GetBackupPlanOutput

SetVersionId sets the VersionId field's value.

func (GetBackupPlanOutput) String

func (s GetBackupPlanOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetBackupSelectionInput

type GetBackupSelectionInput struct {

    // Uniquely identifies a backup plan.
    //
    // BackupPlanId is a required field
    BackupPlanId *string `location:"uri" locationName:"backupPlanId" type:"string" required:"true"`

    // Uniquely identifies the body of a request to assign a set of resources to
    // a backup plan.
    //
    // SelectionId is a required field
    SelectionId *string `location:"uri" locationName:"selectionId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetBackupSelectionInput) GoString

func (s GetBackupSelectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupSelectionInput) SetBackupPlanId

func (s *GetBackupSelectionInput) SetBackupPlanId(v string) *GetBackupSelectionInput

SetBackupPlanId sets the BackupPlanId field's value.

func (*GetBackupSelectionInput) SetSelectionId

func (s *GetBackupSelectionInput) SetSelectionId(v string) *GetBackupSelectionInput

SetSelectionId sets the SelectionId field's value.

func (GetBackupSelectionInput) String

func (s GetBackupSelectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupSelectionInput) Validate

func (s *GetBackupSelectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetBackupSelectionOutput

type GetBackupSelectionOutput struct {

    // Uniquely identifies a backup plan.
    BackupPlanId *string `type:"string"`

    // Specifies the body of a request to assign a set of resources to a backup
    // plan.
    BackupSelection *Selection `type:"structure"`

    // The date and time a backup selection is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // A unique string that identifies the request and allows failed requests to
    // be retried without the risk of running the operation twice.
    CreatorRequestId *string `type:"string"`

    // Uniquely identifies the body of a request to assign a set of resources to
    // a backup plan.
    SelectionId *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetBackupSelectionOutput) GoString

func (s GetBackupSelectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupSelectionOutput) SetBackupPlanId

func (s *GetBackupSelectionOutput) SetBackupPlanId(v string) *GetBackupSelectionOutput

SetBackupPlanId sets the BackupPlanId field's value.

func (*GetBackupSelectionOutput) SetBackupSelection

func (s *GetBackupSelectionOutput) SetBackupSelection(v *Selection) *GetBackupSelectionOutput

SetBackupSelection sets the BackupSelection field's value.

func (*GetBackupSelectionOutput) SetCreationDate

func (s *GetBackupSelectionOutput) SetCreationDate(v time.Time) *GetBackupSelectionOutput

SetCreationDate sets the CreationDate field's value.

func (*GetBackupSelectionOutput) SetCreatorRequestId

func (s *GetBackupSelectionOutput) SetCreatorRequestId(v string) *GetBackupSelectionOutput

SetCreatorRequestId sets the CreatorRequestId field's value.

func (*GetBackupSelectionOutput) SetSelectionId

func (s *GetBackupSelectionOutput) SetSelectionId(v string) *GetBackupSelectionOutput

SetSelectionId sets the SelectionId field's value.

func (GetBackupSelectionOutput) String

func (s GetBackupSelectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetBackupVaultAccessPolicyInput

type GetBackupVaultAccessPolicyInput struct {

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetBackupVaultAccessPolicyInput) GoString

func (s GetBackupVaultAccessPolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupVaultAccessPolicyInput) SetBackupVaultName

func (s *GetBackupVaultAccessPolicyInput) SetBackupVaultName(v string) *GetBackupVaultAccessPolicyInput

SetBackupVaultName sets the BackupVaultName field's value.

func (GetBackupVaultAccessPolicyInput) String

func (s GetBackupVaultAccessPolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupVaultAccessPolicyInput) Validate

func (s *GetBackupVaultAccessPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetBackupVaultAccessPolicyOutput

type GetBackupVaultAccessPolicyOutput struct {

    // An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for
    // example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    BackupVaultArn *string `type:"string"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Region where they are created. They consist of lowercase letters, numbers,
    // and hyphens.
    BackupVaultName *string `type:"string"`

    // The backup vault access policy document in JSON format.
    Policy *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetBackupVaultAccessPolicyOutput) GoString

func (s GetBackupVaultAccessPolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupVaultAccessPolicyOutput) SetBackupVaultArn

func (s *GetBackupVaultAccessPolicyOutput) SetBackupVaultArn(v string) *GetBackupVaultAccessPolicyOutput

SetBackupVaultArn sets the BackupVaultArn field's value.

func (*GetBackupVaultAccessPolicyOutput) SetBackupVaultName

func (s *GetBackupVaultAccessPolicyOutput) SetBackupVaultName(v string) *GetBackupVaultAccessPolicyOutput

SetBackupVaultName sets the BackupVaultName field's value.

func (*GetBackupVaultAccessPolicyOutput) SetPolicy

func (s *GetBackupVaultAccessPolicyOutput) SetPolicy(v string) *GetBackupVaultAccessPolicyOutput

SetPolicy sets the Policy field's value.

func (GetBackupVaultAccessPolicyOutput) String

func (s GetBackupVaultAccessPolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetBackupVaultNotificationsInput

type GetBackupVaultNotificationsInput struct {

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetBackupVaultNotificationsInput) GoString

func (s GetBackupVaultNotificationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupVaultNotificationsInput) SetBackupVaultName

func (s *GetBackupVaultNotificationsInput) SetBackupVaultName(v string) *GetBackupVaultNotificationsInput

SetBackupVaultName sets the BackupVaultName field's value.

func (GetBackupVaultNotificationsInput) String

func (s GetBackupVaultNotificationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupVaultNotificationsInput) Validate

func (s *GetBackupVaultNotificationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetBackupVaultNotificationsOutput

type GetBackupVaultNotificationsOutput struct {

    // An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for
    // example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    BackupVaultArn *string `type:"string"`

    // An array of events that indicate the status of jobs to back up resources
    // to the backup vault.
    BackupVaultEvents []*string `type:"list" enum:"VaultEvent"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Region where they are created. They consist of lowercase letters, numbers,
    // and hyphens.
    BackupVaultName *string `type:"string"`

    // An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon
    // SNS) topic; for example, arn:aws:sns:us-west-2:111122223333:MyTopic.
    SNSTopicArn *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetBackupVaultNotificationsOutput) GoString

func (s GetBackupVaultNotificationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetBackupVaultNotificationsOutput) SetBackupVaultArn

func (s *GetBackupVaultNotificationsOutput) SetBackupVaultArn(v string) *GetBackupVaultNotificationsOutput

SetBackupVaultArn sets the BackupVaultArn field's value.

func (*GetBackupVaultNotificationsOutput) SetBackupVaultEvents

func (s *GetBackupVaultNotificationsOutput) SetBackupVaultEvents(v []*string) *GetBackupVaultNotificationsOutput

SetBackupVaultEvents sets the BackupVaultEvents field's value.

func (*GetBackupVaultNotificationsOutput) SetBackupVaultName

func (s *GetBackupVaultNotificationsOutput) SetBackupVaultName(v string) *GetBackupVaultNotificationsOutput

SetBackupVaultName sets the BackupVaultName field's value.

func (*GetBackupVaultNotificationsOutput) SetSNSTopicArn

func (s *GetBackupVaultNotificationsOutput) SetSNSTopicArn(v string) *GetBackupVaultNotificationsOutput

SetSNSTopicArn sets the SNSTopicArn field's value.

func (GetBackupVaultNotificationsOutput) String

func (s GetBackupVaultNotificationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetLegalHoldInput

type GetLegalHoldInput struct {

    // This is the ID required to use GetLegalHold. This unique ID is associated
    // with a specific legal hold.
    //
    // LegalHoldId is a required field
    LegalHoldId *string `location:"uri" locationName:"legalHoldId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetLegalHoldInput) GoString

func (s GetLegalHoldInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetLegalHoldInput) SetLegalHoldId

func (s *GetLegalHoldInput) SetLegalHoldId(v string) *GetLegalHoldInput

SetLegalHoldId sets the LegalHoldId field's value.

func (GetLegalHoldInput) String

func (s GetLegalHoldInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetLegalHoldInput) Validate

func (s *GetLegalHoldInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetLegalHoldOutput

type GetLegalHoldOutput struct {

    // String describing the reason for removing the legal hold.
    CancelDescription *string `type:"string"`

    // Time in number when legal hold was cancelled.
    CancellationDate *time.Time `type:"timestamp"`

    // Time in number format when legal hold was created.
    CreationDate *time.Time `type:"timestamp"`

    // This is the returned string description of the legal hold.
    Description *string `type:"string"`

    // This is the returned framework ARN for the specified legal hold. An Amazon
    // Resource Name (ARN) uniquely identifies a resource. The format of the ARN
    // depends on the resource type.
    LegalHoldArn *string `type:"string"`

    // This is the returned ID associated with a specified legal hold.
    LegalHoldId *string `type:"string"`

    // This specifies criteria to assign a set of resources, such as resource types
    // or backup vaults.
    RecoveryPointSelection *RecoveryPointSelection `type:"structure"`

    // This is the date and time until which the legal hold record will be retained.
    RetainRecordUntil *time.Time `type:"timestamp"`

    // This is the status of the legal hold. Statuses can be ACTIVE, CREATING, CANCELED,
    // and CANCELING.
    Status *string `type:"string" enum:"LegalHoldStatus"`

    // This is the string title of the legal hold.
    Title *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetLegalHoldOutput) GoString

func (s GetLegalHoldOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetLegalHoldOutput) SetCancelDescription

func (s *GetLegalHoldOutput) SetCancelDescription(v string) *GetLegalHoldOutput

SetCancelDescription sets the CancelDescription field's value.

func (*GetLegalHoldOutput) SetCancellationDate

func (s *GetLegalHoldOutput) SetCancellationDate(v time.Time) *GetLegalHoldOutput

SetCancellationDate sets the CancellationDate field's value.

func (*GetLegalHoldOutput) SetCreationDate

func (s *GetLegalHoldOutput) SetCreationDate(v time.Time) *GetLegalHoldOutput

SetCreationDate sets the CreationDate field's value.

func (*GetLegalHoldOutput) SetDescription

func (s *GetLegalHoldOutput) SetDescription(v string) *GetLegalHoldOutput

SetDescription sets the Description field's value.

func (*GetLegalHoldOutput) SetLegalHoldArn

func (s *GetLegalHoldOutput) SetLegalHoldArn(v string) *GetLegalHoldOutput

SetLegalHoldArn sets the LegalHoldArn field's value.

func (*GetLegalHoldOutput) SetLegalHoldId

func (s *GetLegalHoldOutput) SetLegalHoldId(v string) *GetLegalHoldOutput

SetLegalHoldId sets the LegalHoldId field's value.

func (*GetLegalHoldOutput) SetRecoveryPointSelection

func (s *GetLegalHoldOutput) SetRecoveryPointSelection(v *RecoveryPointSelection) *GetLegalHoldOutput

SetRecoveryPointSelection sets the RecoveryPointSelection field's value.

func (*GetLegalHoldOutput) SetRetainRecordUntil

func (s *GetLegalHoldOutput) SetRetainRecordUntil(v time.Time) *GetLegalHoldOutput

SetRetainRecordUntil sets the RetainRecordUntil field's value.

func (*GetLegalHoldOutput) SetStatus

func (s *GetLegalHoldOutput) SetStatus(v string) *GetLegalHoldOutput

SetStatus sets the Status field's value.

func (*GetLegalHoldOutput) SetTitle

func (s *GetLegalHoldOutput) SetTitle(v string) *GetLegalHoldOutput

SetTitle sets the Title field's value.

func (GetLegalHoldOutput) String

func (s GetLegalHoldOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetRecoveryPointRestoreMetadataInput

type GetRecoveryPointRestoreMetadataInput struct {

    // This is the account ID of the specified backup vault.
    BackupVaultAccountId *string `location:"querystring" locationName:"backupVaultAccountId" type:"string"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`

    // An Amazon Resource Name (ARN) that uniquely identifies a recovery point;
    // for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    //
    // RecoveryPointArn is a required field
    RecoveryPointArn *string `location:"uri" locationName:"recoveryPointArn" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetRecoveryPointRestoreMetadataInput) GoString

func (s GetRecoveryPointRestoreMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRecoveryPointRestoreMetadataInput) SetBackupVaultAccountId

func (s *GetRecoveryPointRestoreMetadataInput) SetBackupVaultAccountId(v string) *GetRecoveryPointRestoreMetadataInput

SetBackupVaultAccountId sets the BackupVaultAccountId field's value.

func (*GetRecoveryPointRestoreMetadataInput) SetBackupVaultName

func (s *GetRecoveryPointRestoreMetadataInput) SetBackupVaultName(v string) *GetRecoveryPointRestoreMetadataInput

SetBackupVaultName sets the BackupVaultName field's value.

func (*GetRecoveryPointRestoreMetadataInput) SetRecoveryPointArn

func (s *GetRecoveryPointRestoreMetadataInput) SetRecoveryPointArn(v string) *GetRecoveryPointRestoreMetadataInput

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (GetRecoveryPointRestoreMetadataInput) String

func (s GetRecoveryPointRestoreMetadataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRecoveryPointRestoreMetadataInput) Validate

func (s *GetRecoveryPointRestoreMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetRecoveryPointRestoreMetadataOutput

type GetRecoveryPointRestoreMetadataOutput struct {

    // An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    BackupVaultArn *string `type:"string"`

    // An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    RecoveryPointArn *string `type:"string"`

    // This is the resource type associated with the recovery point.
    ResourceType *string `type:"string"`

    // The set of metadata key-value pairs that describe the original configuration
    // of the backed-up resource. These values vary depending on the service that
    // is being restored.
    //
    // RestoreMetadata is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by GetRecoveryPointRestoreMetadataOutput's
    // String and GoString methods.
    RestoreMetadata map[string]*string `type:"map" sensitive:"true"`
    // contains filtered or unexported fields
}

func (GetRecoveryPointRestoreMetadataOutput) GoString

func (s GetRecoveryPointRestoreMetadataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRecoveryPointRestoreMetadataOutput) SetBackupVaultArn

func (s *GetRecoveryPointRestoreMetadataOutput) SetBackupVaultArn(v string) *GetRecoveryPointRestoreMetadataOutput

SetBackupVaultArn sets the BackupVaultArn field's value.

func (*GetRecoveryPointRestoreMetadataOutput) SetRecoveryPointArn

func (s *GetRecoveryPointRestoreMetadataOutput) SetRecoveryPointArn(v string) *GetRecoveryPointRestoreMetadataOutput

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (*GetRecoveryPointRestoreMetadataOutput) SetResourceType

func (s *GetRecoveryPointRestoreMetadataOutput) SetResourceType(v string) *GetRecoveryPointRestoreMetadataOutput

SetResourceType sets the ResourceType field's value.

func (*GetRecoveryPointRestoreMetadataOutput) SetRestoreMetadata

func (s *GetRecoveryPointRestoreMetadataOutput) SetRestoreMetadata(v map[string]*string) *GetRecoveryPointRestoreMetadataOutput

SetRestoreMetadata sets the RestoreMetadata field's value.

func (GetRecoveryPointRestoreMetadataOutput) String

func (s GetRecoveryPointRestoreMetadataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetRestoreJobMetadataInput

type GetRestoreJobMetadataInput struct {

    // This is a unique identifier of a restore job within Backup.
    //
    // RestoreJobId is a required field
    RestoreJobId *string `location:"uri" locationName:"restoreJobId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetRestoreJobMetadataInput) GoString

func (s GetRestoreJobMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRestoreJobMetadataInput) SetRestoreJobId

func (s *GetRestoreJobMetadataInput) SetRestoreJobId(v string) *GetRestoreJobMetadataInput

SetRestoreJobId sets the RestoreJobId field's value.

func (GetRestoreJobMetadataInput) String

func (s GetRestoreJobMetadataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRestoreJobMetadataInput) Validate

func (s *GetRestoreJobMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetRestoreJobMetadataOutput

type GetRestoreJobMetadataOutput struct {

    // This contains the metadata of the specified backup job.
    //
    // Metadata is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by GetRestoreJobMetadataOutput's
    // String and GoString methods.
    Metadata map[string]*string `type:"map" sensitive:"true"`

    // This is a unique identifier of a restore job within Backup.
    RestoreJobId *string `type:"string"`
    // contains filtered or unexported fields
}

func (GetRestoreJobMetadataOutput) GoString

func (s GetRestoreJobMetadataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRestoreJobMetadataOutput) SetMetadata

func (s *GetRestoreJobMetadataOutput) SetMetadata(v map[string]*string) *GetRestoreJobMetadataOutput

SetMetadata sets the Metadata field's value.

func (*GetRestoreJobMetadataOutput) SetRestoreJobId

func (s *GetRestoreJobMetadataOutput) SetRestoreJobId(v string) *GetRestoreJobMetadataOutput

SetRestoreJobId sets the RestoreJobId field's value.

func (GetRestoreJobMetadataOutput) String

func (s GetRestoreJobMetadataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetRestoreTestingInferredMetadataInput

type GetRestoreTestingInferredMetadataInput struct {

    // This is the account ID of the specified backup vault.
    BackupVaultAccountId *string `location:"querystring" locationName:"BackupVaultAccountId" type:"string"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web ServicesRegion where they are created. They consist of letters,
    // numbers, and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"querystring" locationName:"BackupVaultName" type:"string" required:"true"`

    // An Amazon Resource Name (ARN) that uniquely identifies a recovery point;
    // for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    //
    // RecoveryPointArn is a required field
    RecoveryPointArn *string `location:"querystring" locationName:"RecoveryPointArn" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetRestoreTestingInferredMetadataInput) GoString

func (s GetRestoreTestingInferredMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRestoreTestingInferredMetadataInput) SetBackupVaultAccountId

func (s *GetRestoreTestingInferredMetadataInput) SetBackupVaultAccountId(v string) *GetRestoreTestingInferredMetadataInput

SetBackupVaultAccountId sets the BackupVaultAccountId field's value.

func (*GetRestoreTestingInferredMetadataInput) SetBackupVaultName

func (s *GetRestoreTestingInferredMetadataInput) SetBackupVaultName(v string) *GetRestoreTestingInferredMetadataInput

SetBackupVaultName sets the BackupVaultName field's value.

func (*GetRestoreTestingInferredMetadataInput) SetRecoveryPointArn

func (s *GetRestoreTestingInferredMetadataInput) SetRecoveryPointArn(v string) *GetRestoreTestingInferredMetadataInput

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (GetRestoreTestingInferredMetadataInput) String

func (s GetRestoreTestingInferredMetadataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRestoreTestingInferredMetadataInput) Validate

func (s *GetRestoreTestingInferredMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetRestoreTestingInferredMetadataOutput

type GetRestoreTestingInferredMetadataOutput struct {

    // This is a string map of the metadata inferred from the request.
    //
    // InferredMetadata is a required field
    InferredMetadata map[string]*string `type:"map" required:"true"`
    // contains filtered or unexported fields
}

func (GetRestoreTestingInferredMetadataOutput) GoString

func (s GetRestoreTestingInferredMetadataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRestoreTestingInferredMetadataOutput) SetInferredMetadata

func (s *GetRestoreTestingInferredMetadataOutput) SetInferredMetadata(v map[string]*string) *GetRestoreTestingInferredMetadataOutput

SetInferredMetadata sets the InferredMetadata field's value.

func (GetRestoreTestingInferredMetadataOutput) String

func (s GetRestoreTestingInferredMetadataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetRestoreTestingPlanInput

type GetRestoreTestingPlanInput struct {

    // Required unique name of the restore testing plan.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `location:"uri" locationName:"RestoreTestingPlanName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetRestoreTestingPlanInput) GoString

func (s GetRestoreTestingPlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRestoreTestingPlanInput) SetRestoreTestingPlanName

func (s *GetRestoreTestingPlanInput) SetRestoreTestingPlanName(v string) *GetRestoreTestingPlanInput

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (GetRestoreTestingPlanInput) String

func (s GetRestoreTestingPlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRestoreTestingPlanInput) Validate

func (s *GetRestoreTestingPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetRestoreTestingPlanOutput

type GetRestoreTestingPlanOutput struct {

    // Specifies the body of a restore testing plan. Includes RestoreTestingPlanName.
    //
    // RestoreTestingPlan is a required field
    RestoreTestingPlan *RestoreTestingPlanForGet `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (GetRestoreTestingPlanOutput) GoString

func (s GetRestoreTestingPlanOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRestoreTestingPlanOutput) SetRestoreTestingPlan

func (s *GetRestoreTestingPlanOutput) SetRestoreTestingPlan(v *RestoreTestingPlanForGet) *GetRestoreTestingPlanOutput

SetRestoreTestingPlan sets the RestoreTestingPlan field's value.

func (GetRestoreTestingPlanOutput) String

func (s GetRestoreTestingPlanOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetRestoreTestingSelectionInput

type GetRestoreTestingSelectionInput struct {

    // Required unique name of the restore testing plan.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `location:"uri" locationName:"RestoreTestingPlanName" type:"string" required:"true"`

    // Required unique name of the restore testing selection.
    //
    // RestoreTestingSelectionName is a required field
    RestoreTestingSelectionName *string `location:"uri" locationName:"RestoreTestingSelectionName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (GetRestoreTestingSelectionInput) GoString

func (s GetRestoreTestingSelectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRestoreTestingSelectionInput) SetRestoreTestingPlanName

func (s *GetRestoreTestingSelectionInput) SetRestoreTestingPlanName(v string) *GetRestoreTestingSelectionInput

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (*GetRestoreTestingSelectionInput) SetRestoreTestingSelectionName

func (s *GetRestoreTestingSelectionInput) SetRestoreTestingSelectionName(v string) *GetRestoreTestingSelectionInput

SetRestoreTestingSelectionName sets the RestoreTestingSelectionName field's value.

func (GetRestoreTestingSelectionInput) String

func (s GetRestoreTestingSelectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRestoreTestingSelectionInput) Validate

func (s *GetRestoreTestingSelectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetRestoreTestingSelectionOutput

type GetRestoreTestingSelectionOutput struct {

    // Unique name of the restore testing selection.
    //
    // RestoreTestingSelection is a required field
    RestoreTestingSelection *RestoreTestingSelectionForGet `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (GetRestoreTestingSelectionOutput) GoString

func (s GetRestoreTestingSelectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetRestoreTestingSelectionOutput) SetRestoreTestingSelection

func (s *GetRestoreTestingSelectionOutput) SetRestoreTestingSelection(v *RestoreTestingSelectionForGet) *GetRestoreTestingSelectionOutput

SetRestoreTestingSelection sets the RestoreTestingSelection field's value.

func (GetRestoreTestingSelectionOutput) String

func (s GetRestoreTestingSelectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetSupportedResourceTypesInput

type GetSupportedResourceTypesInput struct {
    // contains filtered or unexported fields
}

func (GetSupportedResourceTypesInput) GoString

func (s GetSupportedResourceTypesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (GetSupportedResourceTypesInput) String

func (s GetSupportedResourceTypesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetSupportedResourceTypesOutput

type GetSupportedResourceTypesOutput struct {

    // Contains a string with the supported Amazon Web Services resource types:
    //
    //    * Aurora for Amazon Aurora
    //
    //    * DynamoDB for Amazon DynamoDB
    //
    //    * EBS for Amazon Elastic Block Store
    //
    //    * EC2 for Amazon Elastic Compute Cloud
    //
    //    * EFS for Amazon Elastic File System
    //
    //    * FSX for Amazon FSx
    //
    //    * RDS for Amazon Relational Database Service
    //
    //    * Storage Gateway for Storage Gateway
    //
    //    * DocDB for Amazon DocumentDB (with MongoDB compatibility)
    //
    //    * Neptune for Amazon Neptune
    ResourceTypes []*string `type:"list"`
    // contains filtered or unexported fields
}

func (GetSupportedResourceTypesOutput) GoString

func (s GetSupportedResourceTypesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSupportedResourceTypesOutput) SetResourceTypes

func (s *GetSupportedResourceTypesOutput) SetResourceTypes(v []*string) *GetSupportedResourceTypesOutput

SetResourceTypes sets the ResourceTypes field's value.

func (GetSupportedResourceTypesOutput) String

func (s GetSupportedResourceTypesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidParameterValueException

type InvalidParameterValueException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Code_ *string `locationName:"Code" type:"string"`

    Context *string `type:"string"`

    Message_ *string `locationName:"Message" type:"string"`

    Type *string `type:"string"`
    // contains filtered or unexported fields
}

Indicates that something is wrong with a parameter's value. For example, the value is out of range.

func (*InvalidParameterValueException) Code

func (s *InvalidParameterValueException) Code() string

Code returns the exception type name.

func (*InvalidParameterValueException) Error

func (s *InvalidParameterValueException) Error() string

func (InvalidParameterValueException) GoString

func (s InvalidParameterValueException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidParameterValueException) Message

func (s *InvalidParameterValueException) Message() string

Message returns the exception's message.

func (*InvalidParameterValueException) OrigErr

func (s *InvalidParameterValueException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidParameterValueException) RequestID

func (s *InvalidParameterValueException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidParameterValueException) StatusCode

func (s *InvalidParameterValueException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidParameterValueException) String

func (s InvalidParameterValueException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidRequestException

type InvalidRequestException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Code_ *string `locationName:"Code" type:"string"`

    Context *string `type:"string"`

    Message_ *string `locationName:"Message" type:"string"`

    Type *string `type:"string"`
    // contains filtered or unexported fields
}

Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.

func (*InvalidRequestException) Code

func (s *InvalidRequestException) Code() string

Code returns the exception type name.

func (*InvalidRequestException) Error

func (s *InvalidRequestException) Error() string

func (InvalidRequestException) GoString

func (s InvalidRequestException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidRequestException) Message

func (s *InvalidRequestException) Message() string

Message returns the exception's message.

func (*InvalidRequestException) OrigErr

func (s *InvalidRequestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidRequestException) RequestID

func (s *InvalidRequestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidRequestException) StatusCode

func (s *InvalidRequestException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidRequestException) String

func (s InvalidRequestException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidResourceStateException

type InvalidResourceStateException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Code_ *string `locationName:"Code" type:"string"`

    Context *string `type:"string"`

    Message_ *string `locationName:"Message" type:"string"`

    Type *string `type:"string"`
    // contains filtered or unexported fields
}

Backup is already performing an action on this recovery point. It can't perform the action you requested until the first action finishes. Try again later.

func (*InvalidResourceStateException) Code

func (s *InvalidResourceStateException) Code() string

Code returns the exception type name.

func (*InvalidResourceStateException) Error

func (s *InvalidResourceStateException) Error() string

func (InvalidResourceStateException) GoString

func (s InvalidResourceStateException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidResourceStateException) Message

func (s *InvalidResourceStateException) Message() string

Message returns the exception's message.

func (*InvalidResourceStateException) OrigErr

func (s *InvalidResourceStateException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidResourceStateException) RequestID

func (s *InvalidResourceStateException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidResourceStateException) StatusCode

func (s *InvalidResourceStateException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidResourceStateException) String

func (s InvalidResourceStateException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Job

type Job struct {

    // The account ID that owns the backup job.
    AccountId *string `type:"string"`

    // Uniquely identifies a request to Backup to back up a resource.
    BackupJobId *string `type:"string"`

    // Specifies the backup option for a selected resource. This option is only
    // available for Windows Volume Shadow Copy Service (VSS) backup jobs.
    //
    // Valid values: Set to "WindowsVSS":"enabled" to enable the WindowsVSS backup
    // option and create a Windows VSS backup. Set to "WindowsVSS":"disabled" to
    // create a regular backup. If you specify an invalid option, you get an InvalidParameterValueException
    // exception.
    BackupOptions map[string]*string `type:"map"`

    // The size, in bytes, of a backup.
    BackupSizeInBytes *int64 `type:"long"`

    // Represents the type of backup for a backup job.
    BackupType *string `type:"string"`

    // An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for
    // example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    BackupVaultArn *string `type:"string"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    BackupVaultName *string `type:"string"`

    // The size in bytes transferred to a backup vault at the time that the job
    // status was queried.
    BytesTransferred *int64 `type:"long"`

    // The date and time a job to create a backup job is completed, in Unix format
    // and Coordinated Universal Time (UTC). The value of CompletionDate is accurate
    // to milliseconds. For example, the value 1516925490.087 represents Friday,
    // January 26, 2018 12:11:30.087 AM.
    CompletionDate *time.Time `type:"timestamp"`

    // Contains identifying information about the creation of a backup job, including
    // the BackupPlanArn, BackupPlanId, BackupPlanVersion, and BackupRuleId of the
    // backup plan used to create it.
    CreatedBy *RecoveryPointCreator `type:"structure"`

    // The date and time a backup job is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // The date and time a job to back up resources is expected to be completed,
    // in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
    // is accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    ExpectedCompletionDate *time.Time `type:"timestamp"`

    // Specifies the IAM role ARN used to create the target recovery point. IAM
    // roles other than the default role must include either AWSBackup or AwsBackup
    // in the role name. For example, arn:aws:iam::123456789012:role/AWSBackupRDSAccess.
    // Role names without those strings lack permissions to perform backup jobs.
    IamRoleArn *string `type:"string"`

    // This is the date on which the backup job was initiated.
    InitiationDate *time.Time `type:"timestamp"`

    // This is a boolean value indicating this is a parent (composite) backup job.
    IsParent *bool `type:"boolean"`

    // This parameter is the job count for the specified message category.
    //
    // Example strings may include AccessDenied, SUCCESS, AGGREGATE_ALL, and INVALIDPARAMETERS.
    // See Monitoring (https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html)
    // for a list of MessageCategory strings.
    //
    // The the value ANY returns count of all message categories.
    //
    // AGGREGATE_ALL aggregates job counts for all message categories and returns
    // the sum.
    MessageCategory *string `type:"string"`

    // This uniquely identifies a request to Backup to back up a resource. The return
    // will be the parent (composite) job ID.
    ParentJobId *string `type:"string"`

    // Contains an estimated percentage complete of a job at the time the job status
    // was queried.
    PercentDone *string `type:"string"`

    // An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    RecoveryPointArn *string `type:"string"`

    // An ARN that uniquely identifies a resource. The format of the ARN depends
    // on the resource type.
    ResourceArn *string `type:"string"`

    // This is the non-unique name of the resource that belongs to the specified
    // backup.
    ResourceName *string `type:"string"`

    // The type of Amazon Web Services resource to be backed up; for example, an
    // Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database
    // Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS)
    // backups, the only supported resource type is Amazon EC2.
    ResourceType *string `type:"string"`

    // Specifies the time in Unix format and Coordinated Universal Time (UTC) when
    // a backup job must be started before it is canceled. The value is calculated
    // by adding the start window to the scheduled time. So if the scheduled time
    // were 6:00 PM and the start window is 2 hours, the StartBy time would be 8:00
    // PM on the date specified. The value of StartBy is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    StartBy *time.Time `type:"timestamp"`

    // The current state of a backup job.
    State *string `type:"string" enum:"JobState"`

    // A detailed message explaining the status of the job to back up a resource.
    StatusMessage *string `type:"string"`
    // contains filtered or unexported fields
}

Contains detailed information about a backup job.

func (Job) GoString

func (s Job) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Job) SetAccountId

func (s *Job) SetAccountId(v string) *Job

SetAccountId sets the AccountId field's value.

func (*Job) SetBackupJobId

func (s *Job) SetBackupJobId(v string) *Job

SetBackupJobId sets the BackupJobId field's value.

func (*Job) SetBackupOptions

func (s *Job) SetBackupOptions(v map[string]*string) *Job

SetBackupOptions sets the BackupOptions field's value.

func (*Job) SetBackupSizeInBytes

func (s *Job) SetBackupSizeInBytes(v int64) *Job

SetBackupSizeInBytes sets the BackupSizeInBytes field's value.

func (*Job) SetBackupType

func (s *Job) SetBackupType(v string) *Job

SetBackupType sets the BackupType field's value.

func (*Job) SetBackupVaultArn

func (s *Job) SetBackupVaultArn(v string) *Job

SetBackupVaultArn sets the BackupVaultArn field's value.

func (*Job) SetBackupVaultName

func (s *Job) SetBackupVaultName(v string) *Job

SetBackupVaultName sets the BackupVaultName field's value.

func (*Job) SetBytesTransferred

func (s *Job) SetBytesTransferred(v int64) *Job

SetBytesTransferred sets the BytesTransferred field's value.

func (*Job) SetCompletionDate

func (s *Job) SetCompletionDate(v time.Time) *Job

SetCompletionDate sets the CompletionDate field's value.

func (*Job) SetCreatedBy

func (s *Job) SetCreatedBy(v *RecoveryPointCreator) *Job

SetCreatedBy sets the CreatedBy field's value.

func (*Job) SetCreationDate

func (s *Job) SetCreationDate(v time.Time) *Job

SetCreationDate sets the CreationDate field's value.

func (*Job) SetExpectedCompletionDate

func (s *Job) SetExpectedCompletionDate(v time.Time) *Job

SetExpectedCompletionDate sets the ExpectedCompletionDate field's value.

func (*Job) SetIamRoleArn

func (s *Job) SetIamRoleArn(v string) *Job

SetIamRoleArn sets the IamRoleArn field's value.

func (*Job) SetInitiationDate

func (s *Job) SetInitiationDate(v time.Time) *Job

SetInitiationDate sets the InitiationDate field's value.

func (*Job) SetIsParent

func (s *Job) SetIsParent(v bool) *Job

SetIsParent sets the IsParent field's value.

func (*Job) SetMessageCategory

func (s *Job) SetMessageCategory(v string) *Job

SetMessageCategory sets the MessageCategory field's value.

func (*Job) SetParentJobId

func (s *Job) SetParentJobId(v string) *Job

SetParentJobId sets the ParentJobId field's value.

func (*Job) SetPercentDone

func (s *Job) SetPercentDone(v string) *Job

SetPercentDone sets the PercentDone field's value.

func (*Job) SetRecoveryPointArn

func (s *Job) SetRecoveryPointArn(v string) *Job

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (*Job) SetResourceArn

func (s *Job) SetResourceArn(v string) *Job

SetResourceArn sets the ResourceArn field's value.

func (*Job) SetResourceName

func (s *Job) SetResourceName(v string) *Job

SetResourceName sets the ResourceName field's value.

func (*Job) SetResourceType

func (s *Job) SetResourceType(v string) *Job

SetResourceType sets the ResourceType field's value.

func (*Job) SetStartBy

func (s *Job) SetStartBy(v time.Time) *Job

SetStartBy sets the StartBy field's value.

func (*Job) SetState

func (s *Job) SetState(v string) *Job

SetState sets the State field's value.

func (*Job) SetStatusMessage

func (s *Job) SetStatusMessage(v string) *Job

SetStatusMessage sets the StatusMessage field's value.

func (Job) String

func (s Job) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type KeyValue

type KeyValue struct {

    // The tag key (String). The key can't start with aws:.
    //
    // Length Constraints: Minimum length of 1. Maximum length of 128.
    //
    // Pattern: ^(?![aA]{1}[wW]{1}[sS]{1}:)([\p{L}\p{Z}\p{N}_.:/=+\-@]+)$
    //
    // Key is a required field
    Key *string `type:"string" required:"true"`

    // The value of the key.
    //
    // Length Constraints: Maximum length of 256.
    //
    // Pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
    //
    // Value is a required field
    Value *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Pair of two related strings. Allowed characters are letters, white space, and numbers that can be represented in UTF-8 and the following characters: + - = . _ : /

func (KeyValue) GoString

func (s KeyValue) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KeyValue) SetKey

func (s *KeyValue) SetKey(v string) *KeyValue

SetKey sets the Key field's value.

func (*KeyValue) SetValue

func (s *KeyValue) SetValue(v string) *KeyValue

SetValue sets the Value field's value.

func (KeyValue) String

func (s KeyValue) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KeyValue) Validate

func (s *KeyValue) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LegalHold

type LegalHold struct {

    // This is the time in number format when legal hold was cancelled.
    CancellationDate *time.Time `type:"timestamp"`

    // This is the time in number format when legal hold was created.
    CreationDate *time.Time `type:"timestamp"`

    // This is the description of a legal hold.
    Description *string `type:"string"`

    // This is an Amazon Resource Number (ARN) that uniquely identifies the legal
    // hold; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    LegalHoldArn *string `type:"string"`

    // ID of specific legal hold on one or more recovery points.
    LegalHoldId *string `type:"string"`

    // This is the status of the legal hold. Statuses can be ACTIVE, CREATING, CANCELED,
    // and CANCELING.
    Status *string `type:"string" enum:"LegalHoldStatus"`

    // This is the title of a legal hold.
    Title *string `type:"string"`
    // contains filtered or unexported fields
}

A legal hold is an administrative tool that helps prevent backups from being deleted while under a hold. While the hold is in place, backups under a hold cannot be deleted and lifecycle policies that would alter the backup status (such as transition to cold storage) are delayed until the legal hold is removed. A backup can have more than one legal hold. Legal holds are applied to one or more backups (also known as recovery points). These backups can be filtered by resource types and by resource IDs.

func (LegalHold) GoString

func (s LegalHold) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LegalHold) SetCancellationDate

func (s *LegalHold) SetCancellationDate(v time.Time) *LegalHold

SetCancellationDate sets the CancellationDate field's value.

func (*LegalHold) SetCreationDate

func (s *LegalHold) SetCreationDate(v time.Time) *LegalHold

SetCreationDate sets the CreationDate field's value.

func (*LegalHold) SetDescription

func (s *LegalHold) SetDescription(v string) *LegalHold

SetDescription sets the Description field's value.

func (*LegalHold) SetLegalHoldArn

func (s *LegalHold) SetLegalHoldArn(v string) *LegalHold

SetLegalHoldArn sets the LegalHoldArn field's value.

func (*LegalHold) SetLegalHoldId

func (s *LegalHold) SetLegalHoldId(v string) *LegalHold

SetLegalHoldId sets the LegalHoldId field's value.

func (*LegalHold) SetStatus

func (s *LegalHold) SetStatus(v string) *LegalHold

SetStatus sets the Status field's value.

func (*LegalHold) SetTitle

func (s *LegalHold) SetTitle(v string) *LegalHold

SetTitle sets the Title field's value.

func (LegalHold) String

func (s LegalHold) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Lifecycle

type Lifecycle struct {

    // Specifies the number of days after creation that a recovery point is deleted.
    // Must be greater than 90 days plus MoveToColdStorageAfterDays.
    DeleteAfterDays *int64 `type:"long"`

    // Specifies the number of days after creation that a recovery point is moved
    // to cold storage.
    MoveToColdStorageAfterDays *int64 `type:"long"`

    // Optional Boolean. If this is true, this setting will instruct your backup
    // plan to transition supported resources to archive (cold) storage tier in
    // accordance with your lifecycle settings.
    OptInToArchiveForSupportedResources *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Contains an array of Transition objects specifying how long in days before a recovery point transitions to cold storage or is deleted.

Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, on the console, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.

Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the Feature availability by resource (https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource) table. Backup ignores this expression for other resource types.

func (Lifecycle) GoString

func (s Lifecycle) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Lifecycle) SetDeleteAfterDays

func (s *Lifecycle) SetDeleteAfterDays(v int64) *Lifecycle

SetDeleteAfterDays sets the DeleteAfterDays field's value.

func (*Lifecycle) SetMoveToColdStorageAfterDays

func (s *Lifecycle) SetMoveToColdStorageAfterDays(v int64) *Lifecycle

SetMoveToColdStorageAfterDays sets the MoveToColdStorageAfterDays field's value.

func (*Lifecycle) SetOptInToArchiveForSupportedResources

func (s *Lifecycle) SetOptInToArchiveForSupportedResources(v bool) *Lifecycle

SetOptInToArchiveForSupportedResources sets the OptInToArchiveForSupportedResources field's value.

func (Lifecycle) String

func (s Lifecycle) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LimitExceededException

type LimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Code_ *string `locationName:"Code" type:"string"`

    Context *string `type:"string"`

    Message_ *string `locationName:"Message" type:"string"`

    Type *string `type:"string"`
    // contains filtered or unexported fields
}

A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.

func (*LimitExceededException) Code

func (s *LimitExceededException) Code() string

Code returns the exception type name.

func (*LimitExceededException) Error

func (s *LimitExceededException) Error() string

func (LimitExceededException) GoString

func (s LimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LimitExceededException) Message

func (s *LimitExceededException) Message() string

Message returns the exception's message.

func (*LimitExceededException) OrigErr

func (s *LimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*LimitExceededException) RequestID

func (s *LimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*LimitExceededException) StatusCode

func (s *LimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (LimitExceededException) String

func (s LimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListBackupJobSummariesInput

type ListBackupJobSummariesInput struct {

    // Returns the job count for the specified account.
    //
    // If the request is sent from a member account or an account not part of Amazon
    // Web Services Organizations, jobs within requestor's account will be returned.
    //
    // Root, admin, and delegated administrator accounts can use the value ANY to
    // return job counts from every account in the organization.
    //
    // AGGREGATE_ALL aggregates job counts from all accounts within the authenticated
    // organization, then returns the sum.
    AccountId *string `location:"querystring" locationName:"AccountId" type:"string"`

    // This is the period that sets the boundaries for returned results.
    //
    // Acceptable values include
    //
    //    * ONE_DAY for daily job count for the prior 14 days.
    //
    //    * SEVEN_DAYS for the aggregated job count for the prior 7 days.
    //
    //    * FOURTEEN_DAYS for aggregated job count for prior 14 days.
    AggregationPeriod *string `location:"querystring" locationName:"AggregationPeriod" type:"string" enum:"AggregationPeriod"`

    // This parameter sets the maximum number of items to be returned.
    //
    // The value is an integer. Range of accepted values is from 1 to 500.
    MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"`

    // This parameter returns the job count for the specified message category.
    //
    // Example accepted strings include AccessDenied, Success, and InvalidParameters.
    // See Monitoring (https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html)
    // for a list of accepted MessageCategory strings.
    //
    // The the value ANY returns count of all message categories.
    //
    // AGGREGATE_ALL aggregates job counts for all message categories and returns
    // the sum.
    MessageCategory *string `location:"querystring" locationName:"MessageCategory" type:"string"`

    // The next item following a partial list of returned resources. For example,
    // if a request is made to return MaxResults number of resources, NextToken
    // allows you to return more items in your list starting at the location pointed
    // to by the next token.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`

    // Returns the job count for the specified resource type. Use request GetSupportedResourceTypes
    // to obtain strings for supported resource types.
    //
    // The the value ANY returns count of all resource types.
    //
    // AGGREGATE_ALL aggregates job counts for all resource types and returns the
    // sum.
    //
    // The type of Amazon Web Services resource to be backed up; for example, an
    // Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database
    // Service (Amazon RDS) database.
    ResourceType *string `location:"querystring" locationName:"ResourceType" type:"string"`

    // This parameter returns the job count for jobs with the specified state.
    //
    // The the value ANY returns count of all states.
    //
    // AGGREGATE_ALL aggregates job counts for all states and returns the sum.
    //
    // Completed with issues is a status found only in the Backup console. For API,
    // this status refers to jobs with a state of COMPLETED and a MessageCategory
    // with a value other than SUCCESS; that is, the status is completed but comes
    // with a status message. To obtain the job count for Completed with issues,
    // run two GET requests, and subtract the second, smaller number:
    //
    // GET /audit/backup-job-summaries?AggregationPeriod=FOURTEEN_DAYS&State=COMPLETED
    //
    // GET /audit/backup-job-summaries?AggregationPeriod=FOURTEEN_DAYS&MessageCategory=SUCCESS&State=COMPLETED
    State *string `location:"querystring" locationName:"State" type:"string" enum:"BackupJobStatus"`
    // contains filtered or unexported fields
}

func (ListBackupJobSummariesInput) GoString

func (s ListBackupJobSummariesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupJobSummariesInput) SetAccountId

func (s *ListBackupJobSummariesInput) SetAccountId(v string) *ListBackupJobSummariesInput

SetAccountId sets the AccountId field's value.

func (*ListBackupJobSummariesInput) SetAggregationPeriod

func (s *ListBackupJobSummariesInput) SetAggregationPeriod(v string) *ListBackupJobSummariesInput

SetAggregationPeriod sets the AggregationPeriod field's value.

func (*ListBackupJobSummariesInput) SetMaxResults

func (s *ListBackupJobSummariesInput) SetMaxResults(v int64) *ListBackupJobSummariesInput

SetMaxResults sets the MaxResults field's value.

func (*ListBackupJobSummariesInput) SetMessageCategory

func (s *ListBackupJobSummariesInput) SetMessageCategory(v string) *ListBackupJobSummariesInput

SetMessageCategory sets the MessageCategory field's value.

func (*ListBackupJobSummariesInput) SetNextToken

func (s *ListBackupJobSummariesInput) SetNextToken(v string) *ListBackupJobSummariesInput

SetNextToken sets the NextToken field's value.

func (*ListBackupJobSummariesInput) SetResourceType

func (s *ListBackupJobSummariesInput) SetResourceType(v string) *ListBackupJobSummariesInput

SetResourceType sets the ResourceType field's value.

func (*ListBackupJobSummariesInput) SetState

func (s *ListBackupJobSummariesInput) SetState(v string) *ListBackupJobSummariesInput

SetState sets the State field's value.

func (ListBackupJobSummariesInput) String

func (s ListBackupJobSummariesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupJobSummariesInput) Validate

func (s *ListBackupJobSummariesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListBackupJobSummariesOutput

type ListBackupJobSummariesOutput struct {

    // This is the period that sets the boundaries for returned results.
    //
    //    * ONE_DAY for daily job count for the prior 14 days.
    //
    //    * SEVEN_DAYS for the aggregated job count for the prior 7 days.
    //
    //    * FOURTEEN_DAYS for aggregated job count for prior 14 days.
    AggregationPeriod *string `type:"string"`

    // This request returns a summary that contains Region, Account, State, ResourceType,
    // MessageCategory, StartTime, EndTime, and Count of included jobs.
    BackupJobSummaries []*BackupJobSummary `type:"list"`

    // The next item following a partial list of returned resources. For example,
    // if a request is made to return MaxResults number of resources, NextToken
    // allows you to return more items in your list starting at the location pointed
    // to by the next token.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListBackupJobSummariesOutput) GoString

func (s ListBackupJobSummariesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupJobSummariesOutput) SetAggregationPeriod

func (s *ListBackupJobSummariesOutput) SetAggregationPeriod(v string) *ListBackupJobSummariesOutput

SetAggregationPeriod sets the AggregationPeriod field's value.

func (*ListBackupJobSummariesOutput) SetBackupJobSummaries

func (s *ListBackupJobSummariesOutput) SetBackupJobSummaries(v []*BackupJobSummary) *ListBackupJobSummariesOutput

SetBackupJobSummaries sets the BackupJobSummaries field's value.

func (*ListBackupJobSummariesOutput) SetNextToken

func (s *ListBackupJobSummariesOutput) SetNextToken(v string) *ListBackupJobSummariesOutput

SetNextToken sets the NextToken field's value.

func (ListBackupJobSummariesOutput) String

func (s ListBackupJobSummariesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListBackupJobsInput

type ListBackupJobsInput struct {

    // The account ID to list the jobs from. Returns only backup jobs associated
    // with the specified account ID.
    //
    // If used from an Organizations management account, passing * returns all jobs
    // across the organization.
    ByAccountId *string `location:"querystring" locationName:"accountId" type:"string"`

    // Returns only backup jobs that will be stored in the specified backup vault.
    // Backup vaults are identified by names that are unique to the account used
    // to create them and the Amazon Web Services Region where they are created.
    // They consist of lowercase letters, numbers, and hyphens.
    ByBackupVaultName *string `location:"querystring" locationName:"backupVaultName" type:"string"`

    // Returns only backup jobs completed after a date expressed in Unix format
    // and Coordinated Universal Time (UTC).
    ByCompleteAfter *time.Time `location:"querystring" locationName:"completeAfter" type:"timestamp"`

    // Returns only backup jobs completed before a date expressed in Unix format
    // and Coordinated Universal Time (UTC).
    ByCompleteBefore *time.Time `location:"querystring" locationName:"completeBefore" type:"timestamp"`

    // Returns only backup jobs that were created after the specified date.
    ByCreatedAfter *time.Time `location:"querystring" locationName:"createdAfter" type:"timestamp"`

    // Returns only backup jobs that were created before the specified date.
    ByCreatedBefore *time.Time `location:"querystring" locationName:"createdBefore" type:"timestamp"`

    // This is an optional parameter that can be used to filter out jobs with a
    // MessageCategory which matches the value you input.
    //
    // Example strings may include AccessDenied, SUCCESS, AGGREGATE_ALL, and InvalidParameters.
    //
    // View Monitoring (https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html)
    //
    // The wildcard () returns count of all message categories.
    //
    // AGGREGATE_ALL aggregates job counts for all message categories and returns
    // the sum.
    ByMessageCategory *string `location:"querystring" locationName:"messageCategory" type:"string"`

    // This is a filter to list child (nested) jobs based on parent job ID.
    ByParentJobId *string `location:"querystring" locationName:"parentJobId" type:"string"`

    // Returns only backup jobs that match the specified resource Amazon Resource
    // Name (ARN).
    ByResourceArn *string `location:"querystring" locationName:"resourceArn" type:"string"`

    // Returns only backup jobs for the specified resources:
    //
    //    * Aurora for Amazon Aurora
    //
    //    * CloudFormation for CloudFormation
    //
    //    * DocumentDB for Amazon DocumentDB (with MongoDB compatibility)
    //
    //    * DynamoDB for Amazon DynamoDB
    //
    //    * EBS for Amazon Elastic Block Store
    //
    //    * EC2 for Amazon Elastic Compute Cloud
    //
    //    * EFS for Amazon Elastic File System
    //
    //    * FSx for Amazon FSx
    //
    //    * Neptune for Amazon Neptune
    //
    //    * Redshift for Amazon Redshift
    //
    //    * RDS for Amazon Relational Database Service
    //
    //    * SAP HANA on Amazon EC2 for SAP HANA databases
    //
    //    * Storage Gateway for Storage Gateway
    //
    //    * S3 for Amazon S3
    //
    //    * Timestream for Amazon Timestream
    //
    //    * VirtualMachine for virtual machines
    ByResourceType *string `location:"querystring" locationName:"resourceType" type:"string"`

    // Returns only backup jobs that are in the specified state.
    //
    // Completed with issues is a status found only in the Backup console. For API,
    // this status refers to jobs with a state of COMPLETED and a MessageCategory
    // with a value other than SUCCESS; that is, the status is completed but comes
    // with a status message.
    //
    // To obtain the job count for Completed with issues, run two GET requests,
    // and subtract the second, smaller number:
    //
    // GET /backup-jobs/?state=COMPLETED
    //
    // GET /backup-jobs/?messageCategory=SUCCESS&state=COMPLETED
    ByState *string `location:"querystring" locationName:"state" type:"string" enum:"JobState"`

    // The maximum number of items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListBackupJobsInput) GoString

func (s ListBackupJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupJobsInput) SetByAccountId

func (s *ListBackupJobsInput) SetByAccountId(v string) *ListBackupJobsInput

SetByAccountId sets the ByAccountId field's value.

func (*ListBackupJobsInput) SetByBackupVaultName

func (s *ListBackupJobsInput) SetByBackupVaultName(v string) *ListBackupJobsInput

SetByBackupVaultName sets the ByBackupVaultName field's value.

func (*ListBackupJobsInput) SetByCompleteAfter

func (s *ListBackupJobsInput) SetByCompleteAfter(v time.Time) *ListBackupJobsInput

SetByCompleteAfter sets the ByCompleteAfter field's value.

func (*ListBackupJobsInput) SetByCompleteBefore

func (s *ListBackupJobsInput) SetByCompleteBefore(v time.Time) *ListBackupJobsInput

SetByCompleteBefore sets the ByCompleteBefore field's value.

func (*ListBackupJobsInput) SetByCreatedAfter

func (s *ListBackupJobsInput) SetByCreatedAfter(v time.Time) *ListBackupJobsInput

SetByCreatedAfter sets the ByCreatedAfter field's value.

func (*ListBackupJobsInput) SetByCreatedBefore

func (s *ListBackupJobsInput) SetByCreatedBefore(v time.Time) *ListBackupJobsInput

SetByCreatedBefore sets the ByCreatedBefore field's value.

func (*ListBackupJobsInput) SetByMessageCategory

func (s *ListBackupJobsInput) SetByMessageCategory(v string) *ListBackupJobsInput

SetByMessageCategory sets the ByMessageCategory field's value.

func (*ListBackupJobsInput) SetByParentJobId

func (s *ListBackupJobsInput) SetByParentJobId(v string) *ListBackupJobsInput

SetByParentJobId sets the ByParentJobId field's value.

func (*ListBackupJobsInput) SetByResourceArn

func (s *ListBackupJobsInput) SetByResourceArn(v string) *ListBackupJobsInput

SetByResourceArn sets the ByResourceArn field's value.

func (*ListBackupJobsInput) SetByResourceType

func (s *ListBackupJobsInput) SetByResourceType(v string) *ListBackupJobsInput

SetByResourceType sets the ByResourceType field's value.

func (*ListBackupJobsInput) SetByState

func (s *ListBackupJobsInput) SetByState(v string) *ListBackupJobsInput

SetByState sets the ByState field's value.

func (*ListBackupJobsInput) SetMaxResults

func (s *ListBackupJobsInput) SetMaxResults(v int64) *ListBackupJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListBackupJobsInput) SetNextToken

func (s *ListBackupJobsInput) SetNextToken(v string) *ListBackupJobsInput

SetNextToken sets the NextToken field's value.

func (ListBackupJobsInput) String

func (s ListBackupJobsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupJobsInput) Validate

func (s *ListBackupJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListBackupJobsOutput

type ListBackupJobsOutput struct {

    // An array of structures containing metadata about your backup jobs returned
    // in JSON format.
    BackupJobs []*Job `type:"list"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListBackupJobsOutput) GoString

func (s ListBackupJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupJobsOutput) SetBackupJobs

func (s *ListBackupJobsOutput) SetBackupJobs(v []*Job) *ListBackupJobsOutput

SetBackupJobs sets the BackupJobs field's value.

func (*ListBackupJobsOutput) SetNextToken

func (s *ListBackupJobsOutput) SetNextToken(v string) *ListBackupJobsOutput

SetNextToken sets the NextToken field's value.

func (ListBackupJobsOutput) String

func (s ListBackupJobsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListBackupPlanTemplatesInput

type ListBackupPlanTemplatesInput struct {

    // The maximum number of items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListBackupPlanTemplatesInput) GoString

func (s ListBackupPlanTemplatesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupPlanTemplatesInput) SetMaxResults

func (s *ListBackupPlanTemplatesInput) SetMaxResults(v int64) *ListBackupPlanTemplatesInput

SetMaxResults sets the MaxResults field's value.

func (*ListBackupPlanTemplatesInput) SetNextToken

func (s *ListBackupPlanTemplatesInput) SetNextToken(v string) *ListBackupPlanTemplatesInput

SetNextToken sets the NextToken field's value.

func (ListBackupPlanTemplatesInput) String

func (s ListBackupPlanTemplatesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupPlanTemplatesInput) Validate

func (s *ListBackupPlanTemplatesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListBackupPlanTemplatesOutput

type ListBackupPlanTemplatesOutput struct {

    // An array of template list items containing metadata about your saved templates.
    BackupPlanTemplatesList []*PlanTemplatesListMember `type:"list"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListBackupPlanTemplatesOutput) GoString

func (s ListBackupPlanTemplatesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupPlanTemplatesOutput) SetBackupPlanTemplatesList

func (s *ListBackupPlanTemplatesOutput) SetBackupPlanTemplatesList(v []*PlanTemplatesListMember) *ListBackupPlanTemplatesOutput

SetBackupPlanTemplatesList sets the BackupPlanTemplatesList field's value.

func (*ListBackupPlanTemplatesOutput) SetNextToken

func (s *ListBackupPlanTemplatesOutput) SetNextToken(v string) *ListBackupPlanTemplatesOutput

SetNextToken sets the NextToken field's value.

func (ListBackupPlanTemplatesOutput) String

func (s ListBackupPlanTemplatesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListBackupPlanVersionsInput

type ListBackupPlanVersionsInput struct {

    // Uniquely identifies a backup plan.
    //
    // BackupPlanId is a required field
    BackupPlanId *string `location:"uri" locationName:"backupPlanId" type:"string" required:"true"`

    // The maximum number of items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListBackupPlanVersionsInput) GoString

func (s ListBackupPlanVersionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupPlanVersionsInput) SetBackupPlanId

func (s *ListBackupPlanVersionsInput) SetBackupPlanId(v string) *ListBackupPlanVersionsInput

SetBackupPlanId sets the BackupPlanId field's value.

func (*ListBackupPlanVersionsInput) SetMaxResults

func (s *ListBackupPlanVersionsInput) SetMaxResults(v int64) *ListBackupPlanVersionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListBackupPlanVersionsInput) SetNextToken

func (s *ListBackupPlanVersionsInput) SetNextToken(v string) *ListBackupPlanVersionsInput

SetNextToken sets the NextToken field's value.

func (ListBackupPlanVersionsInput) String

func (s ListBackupPlanVersionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupPlanVersionsInput) Validate

func (s *ListBackupPlanVersionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListBackupPlanVersionsOutput

type ListBackupPlanVersionsOutput struct {

    // An array of version list items containing metadata about your backup plans.
    BackupPlanVersionsList []*PlansListMember `type:"list"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListBackupPlanVersionsOutput) GoString

func (s ListBackupPlanVersionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupPlanVersionsOutput) SetBackupPlanVersionsList

func (s *ListBackupPlanVersionsOutput) SetBackupPlanVersionsList(v []*PlansListMember) *ListBackupPlanVersionsOutput

SetBackupPlanVersionsList sets the BackupPlanVersionsList field's value.

func (*ListBackupPlanVersionsOutput) SetNextToken

func (s *ListBackupPlanVersionsOutput) SetNextToken(v string) *ListBackupPlanVersionsOutput

SetNextToken sets the NextToken field's value.

func (ListBackupPlanVersionsOutput) String

func (s ListBackupPlanVersionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListBackupPlansInput

type ListBackupPlansInput struct {

    // A Boolean value with a default value of FALSE that returns deleted backup
    // plans when set to TRUE.
    IncludeDeleted *bool `location:"querystring" locationName:"includeDeleted" type:"boolean"`

    // The maximum number of items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListBackupPlansInput) GoString

func (s ListBackupPlansInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupPlansInput) SetIncludeDeleted

func (s *ListBackupPlansInput) SetIncludeDeleted(v bool) *ListBackupPlansInput

SetIncludeDeleted sets the IncludeDeleted field's value.

func (*ListBackupPlansInput) SetMaxResults

func (s *ListBackupPlansInput) SetMaxResults(v int64) *ListBackupPlansInput

SetMaxResults sets the MaxResults field's value.

func (*ListBackupPlansInput) SetNextToken

func (s *ListBackupPlansInput) SetNextToken(v string) *ListBackupPlansInput

SetNextToken sets the NextToken field's value.

func (ListBackupPlansInput) String

func (s ListBackupPlansInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupPlansInput) Validate

func (s *ListBackupPlansInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListBackupPlansOutput

type ListBackupPlansOutput struct {

    // An array of backup plan list items containing metadata about your saved backup
    // plans.
    BackupPlansList []*PlansListMember `type:"list"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListBackupPlansOutput) GoString

func (s ListBackupPlansOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupPlansOutput) SetBackupPlansList

func (s *ListBackupPlansOutput) SetBackupPlansList(v []*PlansListMember) *ListBackupPlansOutput

SetBackupPlansList sets the BackupPlansList field's value.

func (*ListBackupPlansOutput) SetNextToken

func (s *ListBackupPlansOutput) SetNextToken(v string) *ListBackupPlansOutput

SetNextToken sets the NextToken field's value.

func (ListBackupPlansOutput) String

func (s ListBackupPlansOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListBackupSelectionsInput

type ListBackupSelectionsInput struct {

    // Uniquely identifies a backup plan.
    //
    // BackupPlanId is a required field
    BackupPlanId *string `location:"uri" locationName:"backupPlanId" type:"string" required:"true"`

    // The maximum number of items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListBackupSelectionsInput) GoString

func (s ListBackupSelectionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupSelectionsInput) SetBackupPlanId

func (s *ListBackupSelectionsInput) SetBackupPlanId(v string) *ListBackupSelectionsInput

SetBackupPlanId sets the BackupPlanId field's value.

func (*ListBackupSelectionsInput) SetMaxResults

func (s *ListBackupSelectionsInput) SetMaxResults(v int64) *ListBackupSelectionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListBackupSelectionsInput) SetNextToken

func (s *ListBackupSelectionsInput) SetNextToken(v string) *ListBackupSelectionsInput

SetNextToken sets the NextToken field's value.

func (ListBackupSelectionsInput) String

func (s ListBackupSelectionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupSelectionsInput) Validate

func (s *ListBackupSelectionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListBackupSelectionsOutput

type ListBackupSelectionsOutput struct {

    // An array of backup selection list items containing metadata about each resource
    // in the list.
    BackupSelectionsList []*SelectionsListMember `type:"list"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListBackupSelectionsOutput) GoString

func (s ListBackupSelectionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupSelectionsOutput) SetBackupSelectionsList

func (s *ListBackupSelectionsOutput) SetBackupSelectionsList(v []*SelectionsListMember) *ListBackupSelectionsOutput

SetBackupSelectionsList sets the BackupSelectionsList field's value.

func (*ListBackupSelectionsOutput) SetNextToken

func (s *ListBackupSelectionsOutput) SetNextToken(v string) *ListBackupSelectionsOutput

SetNextToken sets the NextToken field's value.

func (ListBackupSelectionsOutput) String

func (s ListBackupSelectionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListBackupVaultsInput

type ListBackupVaultsInput struct {

    // This parameter will sort the list of vaults by shared vaults.
    ByShared *bool `location:"querystring" locationName:"shared" type:"boolean"`

    // This parameter will sort the list of vaults by vault type.
    ByVaultType *string `location:"querystring" locationName:"vaultType" type:"string" enum:"VaultType"`

    // The maximum number of items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListBackupVaultsInput) GoString

func (s ListBackupVaultsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupVaultsInput) SetByShared

func (s *ListBackupVaultsInput) SetByShared(v bool) *ListBackupVaultsInput

SetByShared sets the ByShared field's value.

func (*ListBackupVaultsInput) SetByVaultType

func (s *ListBackupVaultsInput) SetByVaultType(v string) *ListBackupVaultsInput

SetByVaultType sets the ByVaultType field's value.

func (*ListBackupVaultsInput) SetMaxResults

func (s *ListBackupVaultsInput) SetMaxResults(v int64) *ListBackupVaultsInput

SetMaxResults sets the MaxResults field's value.

func (*ListBackupVaultsInput) SetNextToken

func (s *ListBackupVaultsInput) SetNextToken(v string) *ListBackupVaultsInput

SetNextToken sets the NextToken field's value.

func (ListBackupVaultsInput) String

func (s ListBackupVaultsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupVaultsInput) Validate

func (s *ListBackupVaultsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListBackupVaultsOutput

type ListBackupVaultsOutput struct {

    // An array of backup vault list members containing vault metadata, including
    // Amazon Resource Name (ARN), display name, creation date, number of saved
    // recovery points, and encryption information if the resources saved in the
    // backup vault are encrypted.
    BackupVaultList []*VaultListMember `type:"list"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListBackupVaultsOutput) GoString

func (s ListBackupVaultsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListBackupVaultsOutput) SetBackupVaultList

func (s *ListBackupVaultsOutput) SetBackupVaultList(v []*VaultListMember) *ListBackupVaultsOutput

SetBackupVaultList sets the BackupVaultList field's value.

func (*ListBackupVaultsOutput) SetNextToken

func (s *ListBackupVaultsOutput) SetNextToken(v string) *ListBackupVaultsOutput

SetNextToken sets the NextToken field's value.

func (ListBackupVaultsOutput) String

func (s ListBackupVaultsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCopyJobSummariesInput

type ListCopyJobSummariesInput struct {

    // Returns the job count for the specified account.
    //
    // If the request is sent from a member account or an account not part of Amazon
    // Web Services Organizations, jobs within requestor's account will be returned.
    //
    // Root, admin, and delegated administrator accounts can use the value ANY to
    // return job counts from every account in the organization.
    //
    // AGGREGATE_ALL aggregates job counts from all accounts within the authenticated
    // organization, then returns the sum.
    AccountId *string `location:"querystring" locationName:"AccountId" type:"string"`

    // This is the period that sets the boundaries for returned results.
    //
    //    * ONE_DAY for daily job count for the prior 14 days.
    //
    //    * SEVEN_DAYS for the aggregated job count for the prior 7 days.
    //
    //    * FOURTEEN_DAYS for aggregated job count for prior 14 days.
    AggregationPeriod *string `location:"querystring" locationName:"AggregationPeriod" type:"string" enum:"AggregationPeriod"`

    // This parameter sets the maximum number of items to be returned.
    //
    // The value is an integer. Range of accepted values is from 1 to 500.
    MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"`

    // This parameter returns the job count for the specified message category.
    //
    // Example accepted strings include AccessDenied, Success, and InvalidParameters.
    // See Monitoring (https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html)
    // for a list of accepted MessageCategory strings.
    //
    // The the value ANY returns count of all message categories.
    //
    // AGGREGATE_ALL aggregates job counts for all message categories and returns
    // the sum.
    MessageCategory *string `location:"querystring" locationName:"MessageCategory" type:"string"`

    // The next item following a partial list of returned resources. For example,
    // if a request is made to return MaxResults number of resources, NextToken
    // allows you to return more items in your list starting at the location pointed
    // to by the next token.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`

    // Returns the job count for the specified resource type. Use request GetSupportedResourceTypes
    // to obtain strings for supported resource types.
    //
    // The the value ANY returns count of all resource types.
    //
    // AGGREGATE_ALL aggregates job counts for all resource types and returns the
    // sum.
    //
    // The type of Amazon Web Services resource to be backed up; for example, an
    // Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database
    // Service (Amazon RDS) database.
    ResourceType *string `location:"querystring" locationName:"ResourceType" type:"string"`

    // This parameter returns the job count for jobs with the specified state.
    //
    // The the value ANY returns count of all states.
    //
    // AGGREGATE_ALL aggregates job counts for all states and returns the sum.
    State *string `location:"querystring" locationName:"State" type:"string" enum:"CopyJobStatus"`
    // contains filtered or unexported fields
}

func (ListCopyJobSummariesInput) GoString

func (s ListCopyJobSummariesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCopyJobSummariesInput) SetAccountId

func (s *ListCopyJobSummariesInput) SetAccountId(v string) *ListCopyJobSummariesInput

SetAccountId sets the AccountId field's value.

func (*ListCopyJobSummariesInput) SetAggregationPeriod

func (s *ListCopyJobSummariesInput) SetAggregationPeriod(v string) *ListCopyJobSummariesInput

SetAggregationPeriod sets the AggregationPeriod field's value.

func (*ListCopyJobSummariesInput) SetMaxResults

func (s *ListCopyJobSummariesInput) SetMaxResults(v int64) *ListCopyJobSummariesInput

SetMaxResults sets the MaxResults field's value.

func (*ListCopyJobSummariesInput) SetMessageCategory

func (s *ListCopyJobSummariesInput) SetMessageCategory(v string) *ListCopyJobSummariesInput

SetMessageCategory sets the MessageCategory field's value.

func (*ListCopyJobSummariesInput) SetNextToken

func (s *ListCopyJobSummariesInput) SetNextToken(v string) *ListCopyJobSummariesInput

SetNextToken sets the NextToken field's value.

func (*ListCopyJobSummariesInput) SetResourceType

func (s *ListCopyJobSummariesInput) SetResourceType(v string) *ListCopyJobSummariesInput

SetResourceType sets the ResourceType field's value.

func (*ListCopyJobSummariesInput) SetState

func (s *ListCopyJobSummariesInput) SetState(v string) *ListCopyJobSummariesInput

SetState sets the State field's value.

func (ListCopyJobSummariesInput) String

func (s ListCopyJobSummariesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCopyJobSummariesInput) Validate

func (s *ListCopyJobSummariesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListCopyJobSummariesOutput

type ListCopyJobSummariesOutput struct {

    // This is the period that sets the boundaries for returned results.
    //
    //    * ONE_DAY for daily job count for the prior 14 days.
    //
    //    * SEVEN_DAYS for the aggregated job count for the prior 7 days.
    //
    //    * FOURTEEN_DAYS for aggregated job count for prior 14 days.
    AggregationPeriod *string `type:"string"`

    // This return shows a summary that contains Region, Account, State, ResourceType,
    // MessageCategory, StartTime, EndTime, and Count of included jobs.
    CopyJobSummaries []*CopyJobSummary `type:"list"`

    // The next item following a partial list of returned resources. For example,
    // if a request is made to return MaxResults number of resources, NextToken
    // allows you to return more items in your list starting at the location pointed
    // to by the next token.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListCopyJobSummariesOutput) GoString

func (s ListCopyJobSummariesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCopyJobSummariesOutput) SetAggregationPeriod

func (s *ListCopyJobSummariesOutput) SetAggregationPeriod(v string) *ListCopyJobSummariesOutput

SetAggregationPeriod sets the AggregationPeriod field's value.

func (*ListCopyJobSummariesOutput) SetCopyJobSummaries

func (s *ListCopyJobSummariesOutput) SetCopyJobSummaries(v []*CopyJobSummary) *ListCopyJobSummariesOutput

SetCopyJobSummaries sets the CopyJobSummaries field's value.

func (*ListCopyJobSummariesOutput) SetNextToken

func (s *ListCopyJobSummariesOutput) SetNextToken(v string) *ListCopyJobSummariesOutput

SetNextToken sets the NextToken field's value.

func (ListCopyJobSummariesOutput) String

func (s ListCopyJobSummariesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCopyJobsInput

type ListCopyJobsInput struct {

    // The account ID to list the jobs from. Returns only copy jobs associated with
    // the specified account ID.
    ByAccountId *string `location:"querystring" locationName:"accountId" type:"string"`

    // Returns only copy jobs completed after a date expressed in Unix format and
    // Coordinated Universal Time (UTC).
    ByCompleteAfter *time.Time `location:"querystring" locationName:"completeAfter" type:"timestamp"`

    // Returns only copy jobs completed before a date expressed in Unix format and
    // Coordinated Universal Time (UTC).
    ByCompleteBefore *time.Time `location:"querystring" locationName:"completeBefore" type:"timestamp"`

    // Returns only copy jobs that were created after the specified date.
    ByCreatedAfter *time.Time `location:"querystring" locationName:"createdAfter" type:"timestamp"`

    // Returns only copy jobs that were created before the specified date.
    ByCreatedBefore *time.Time `location:"querystring" locationName:"createdBefore" type:"timestamp"`

    // An Amazon Resource Name (ARN) that uniquely identifies a source backup vault
    // to copy from; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    ByDestinationVaultArn *string `location:"querystring" locationName:"destinationVaultArn" type:"string"`

    // This is an optional parameter that can be used to filter out jobs with a
    // MessageCategory which matches the value you input.
    //
    // Example strings may include AccessDenied, SUCCESS, AGGREGATE_ALL, and INVALIDPARAMETERS.
    //
    // View Monitoring (https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html)
    // for a list of accepted strings.
    //
    // The the value ANY returns count of all message categories.
    //
    // AGGREGATE_ALL aggregates job counts for all message categories and returns
    // the sum.
    ByMessageCategory *string `location:"querystring" locationName:"messageCategory" type:"string"`

    // This is a filter to list child (nested) jobs based on parent job ID.
    ByParentJobId *string `location:"querystring" locationName:"parentJobId" type:"string"`

    // Returns only copy jobs that match the specified resource Amazon Resource
    // Name (ARN).
    ByResourceArn *string `location:"querystring" locationName:"resourceArn" type:"string"`

    // Returns only backup jobs for the specified resources:
    //
    //    * Aurora for Amazon Aurora
    //
    //    * CloudFormation for CloudFormation
    //
    //    * DocumentDB for Amazon DocumentDB (with MongoDB compatibility)
    //
    //    * DynamoDB for Amazon DynamoDB
    //
    //    * EBS for Amazon Elastic Block Store
    //
    //    * EC2 for Amazon Elastic Compute Cloud
    //
    //    * EFS for Amazon Elastic File System
    //
    //    * FSx for Amazon FSx
    //
    //    * Neptune for Amazon Neptune
    //
    //    * Redshift for Amazon Redshift
    //
    //    * RDS for Amazon Relational Database Service
    //
    //    * SAP HANA on Amazon EC2 for SAP HANA databases
    //
    //    * Storage Gateway for Storage Gateway
    //
    //    * S3 for Amazon S3
    //
    //    * Timestream for Amazon Timestream
    //
    //    * VirtualMachine for virtual machines
    ByResourceType *string `location:"querystring" locationName:"resourceType" type:"string"`

    // Returns only copy jobs that are in the specified state.
    ByState *string `location:"querystring" locationName:"state" type:"string" enum:"CopyJobState"`

    // The maximum number of items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListCopyJobsInput) GoString

func (s ListCopyJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCopyJobsInput) SetByAccountId

func (s *ListCopyJobsInput) SetByAccountId(v string) *ListCopyJobsInput

SetByAccountId sets the ByAccountId field's value.

func (*ListCopyJobsInput) SetByCompleteAfter

func (s *ListCopyJobsInput) SetByCompleteAfter(v time.Time) *ListCopyJobsInput

SetByCompleteAfter sets the ByCompleteAfter field's value.

func (*ListCopyJobsInput) SetByCompleteBefore

func (s *ListCopyJobsInput) SetByCompleteBefore(v time.Time) *ListCopyJobsInput

SetByCompleteBefore sets the ByCompleteBefore field's value.

func (*ListCopyJobsInput) SetByCreatedAfter

func (s *ListCopyJobsInput) SetByCreatedAfter(v time.Time) *ListCopyJobsInput

SetByCreatedAfter sets the ByCreatedAfter field's value.

func (*ListCopyJobsInput) SetByCreatedBefore

func (s *ListCopyJobsInput) SetByCreatedBefore(v time.Time) *ListCopyJobsInput

SetByCreatedBefore sets the ByCreatedBefore field's value.

func (*ListCopyJobsInput) SetByDestinationVaultArn

func (s *ListCopyJobsInput) SetByDestinationVaultArn(v string) *ListCopyJobsInput

SetByDestinationVaultArn sets the ByDestinationVaultArn field's value.

func (*ListCopyJobsInput) SetByMessageCategory

func (s *ListCopyJobsInput) SetByMessageCategory(v string) *ListCopyJobsInput

SetByMessageCategory sets the ByMessageCategory field's value.

func (*ListCopyJobsInput) SetByParentJobId

func (s *ListCopyJobsInput) SetByParentJobId(v string) *ListCopyJobsInput

SetByParentJobId sets the ByParentJobId field's value.

func (*ListCopyJobsInput) SetByResourceArn

func (s *ListCopyJobsInput) SetByResourceArn(v string) *ListCopyJobsInput

SetByResourceArn sets the ByResourceArn field's value.

func (*ListCopyJobsInput) SetByResourceType

func (s *ListCopyJobsInput) SetByResourceType(v string) *ListCopyJobsInput

SetByResourceType sets the ByResourceType field's value.

func (*ListCopyJobsInput) SetByState

func (s *ListCopyJobsInput) SetByState(v string) *ListCopyJobsInput

SetByState sets the ByState field's value.

func (*ListCopyJobsInput) SetMaxResults

func (s *ListCopyJobsInput) SetMaxResults(v int64) *ListCopyJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListCopyJobsInput) SetNextToken

func (s *ListCopyJobsInput) SetNextToken(v string) *ListCopyJobsInput

SetNextToken sets the NextToken field's value.

func (ListCopyJobsInput) String

func (s ListCopyJobsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCopyJobsInput) Validate

func (s *ListCopyJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListCopyJobsOutput

type ListCopyJobsOutput struct {

    // An array of structures containing metadata about your copy jobs returned
    // in JSON format.
    CopyJobs []*CopyJob `type:"list"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListCopyJobsOutput) GoString

func (s ListCopyJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCopyJobsOutput) SetCopyJobs

func (s *ListCopyJobsOutput) SetCopyJobs(v []*CopyJob) *ListCopyJobsOutput

SetCopyJobs sets the CopyJobs field's value.

func (*ListCopyJobsOutput) SetNextToken

func (s *ListCopyJobsOutput) SetNextToken(v string) *ListCopyJobsOutput

SetNextToken sets the NextToken field's value.

func (ListCopyJobsOutput) String

func (s ListCopyJobsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListFrameworksInput

type ListFrameworksInput struct {

    // The number of desired results from 1 to 1000. Optional. If unspecified, the
    // query will return 1 MB of data.
    MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"`

    // An identifier that was returned from the previous call to this operation,
    // which can be used to return the next set of items in the list.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListFrameworksInput) GoString

func (s ListFrameworksInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFrameworksInput) SetMaxResults

func (s *ListFrameworksInput) SetMaxResults(v int64) *ListFrameworksInput

SetMaxResults sets the MaxResults field's value.

func (*ListFrameworksInput) SetNextToken

func (s *ListFrameworksInput) SetNextToken(v string) *ListFrameworksInput

SetNextToken sets the NextToken field's value.

func (ListFrameworksInput) String

func (s ListFrameworksInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFrameworksInput) Validate

func (s *ListFrameworksInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListFrameworksOutput

type ListFrameworksOutput struct {

    // A list of frameworks with details for each framework, including the framework
    // name, Amazon Resource Name (ARN), description, number of controls, creation
    // time, and deployment status.
    Frameworks []*Framework `type:"list"`

    // An identifier that was returned from the previous call to this operation,
    // which can be used to return the next set of items in the list.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListFrameworksOutput) GoString

func (s ListFrameworksOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFrameworksOutput) SetFrameworks

func (s *ListFrameworksOutput) SetFrameworks(v []*Framework) *ListFrameworksOutput

SetFrameworks sets the Frameworks field's value.

func (*ListFrameworksOutput) SetNextToken

func (s *ListFrameworksOutput) SetNextToken(v string) *ListFrameworksOutput

SetNextToken sets the NextToken field's value.

func (ListFrameworksOutput) String

func (s ListFrameworksOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListLegalHoldsInput

type ListLegalHoldsInput struct {

    // The maximum number of resource list items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned resources. For example,
    // if a request is made to return MaxResults number of resources, NextToken
    // allows you to return more items in your list starting at the location pointed
    // to by the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListLegalHoldsInput) GoString

func (s ListLegalHoldsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLegalHoldsInput) SetMaxResults

func (s *ListLegalHoldsInput) SetMaxResults(v int64) *ListLegalHoldsInput

SetMaxResults sets the MaxResults field's value.

func (*ListLegalHoldsInput) SetNextToken

func (s *ListLegalHoldsInput) SetNextToken(v string) *ListLegalHoldsInput

SetNextToken sets the NextToken field's value.

func (ListLegalHoldsInput) String

func (s ListLegalHoldsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLegalHoldsInput) Validate

func (s *ListLegalHoldsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListLegalHoldsOutput

type ListLegalHoldsOutput struct {

    // This is an array of returned legal holds, both active and previous.
    LegalHolds []*LegalHold `type:"list"`

    // The next item following a partial list of returned resources. For example,
    // if a request is made to return MaxResults number of resources, NextToken
    // allows you to return more items in your list starting at the location pointed
    // to by the next token.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

func (ListLegalHoldsOutput) GoString

func (s ListLegalHoldsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLegalHoldsOutput) SetLegalHolds

func (s *ListLegalHoldsOutput) SetLegalHolds(v []*LegalHold) *ListLegalHoldsOutput

SetLegalHolds sets the LegalHolds field's value.

func (*ListLegalHoldsOutput) SetNextToken

func (s *ListLegalHoldsOutput) SetNextToken(v string) *ListLegalHoldsOutput

SetNextToken sets the NextToken field's value.

func (ListLegalHoldsOutput) String

func (s ListLegalHoldsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListProtectedResourcesByBackupVaultInput

type ListProtectedResourcesByBackupVaultInput struct {

    // This is the list of protected resources by backup vault within the vault(s)
    // you specify by account ID.
    BackupVaultAccountId *string `location:"querystring" locationName:"backupVaultAccountId" type:"string"`

    // This is the list of protected resources by backup vault within the vault(s)
    // you specify by name.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`

    // The maximum number of items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListProtectedResourcesByBackupVaultInput) GoString

func (s ListProtectedResourcesByBackupVaultInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProtectedResourcesByBackupVaultInput) SetBackupVaultAccountId

func (s *ListProtectedResourcesByBackupVaultInput) SetBackupVaultAccountId(v string) *ListProtectedResourcesByBackupVaultInput

SetBackupVaultAccountId sets the BackupVaultAccountId field's value.

func (*ListProtectedResourcesByBackupVaultInput) SetBackupVaultName

func (s *ListProtectedResourcesByBackupVaultInput) SetBackupVaultName(v string) *ListProtectedResourcesByBackupVaultInput

SetBackupVaultName sets the BackupVaultName field's value.

func (*ListProtectedResourcesByBackupVaultInput) SetMaxResults

func (s *ListProtectedResourcesByBackupVaultInput) SetMaxResults(v int64) *ListProtectedResourcesByBackupVaultInput

SetMaxResults sets the MaxResults field's value.

func (*ListProtectedResourcesByBackupVaultInput) SetNextToken

func (s *ListProtectedResourcesByBackupVaultInput) SetNextToken(v string) *ListProtectedResourcesByBackupVaultInput

SetNextToken sets the NextToken field's value.

func (ListProtectedResourcesByBackupVaultInput) String

func (s ListProtectedResourcesByBackupVaultInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProtectedResourcesByBackupVaultInput) Validate

func (s *ListProtectedResourcesByBackupVaultInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListProtectedResourcesByBackupVaultOutput

type ListProtectedResourcesByBackupVaultOutput struct {

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `type:"string"`

    // These are the results returned for the request ListProtectedResourcesByBackupVault.
    Results []*ProtectedResource `type:"list"`
    // contains filtered or unexported fields
}

func (ListProtectedResourcesByBackupVaultOutput) GoString

func (s ListProtectedResourcesByBackupVaultOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProtectedResourcesByBackupVaultOutput) SetNextToken

func (s *ListProtectedResourcesByBackupVaultOutput) SetNextToken(v string) *ListProtectedResourcesByBackupVaultOutput

SetNextToken sets the NextToken field's value.

func (*ListProtectedResourcesByBackupVaultOutput) SetResults

func (s *ListProtectedResourcesByBackupVaultOutput) SetResults(v []*ProtectedResource) *ListProtectedResourcesByBackupVaultOutput

SetResults sets the Results field's value.

func (ListProtectedResourcesByBackupVaultOutput) String

func (s ListProtectedResourcesByBackupVaultOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListProtectedResourcesInput

type ListProtectedResourcesInput struct {

    // The maximum number of items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListProtectedResourcesInput) GoString

func (s ListProtectedResourcesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProtectedResourcesInput) SetMaxResults

func (s *ListProtectedResourcesInput) SetMaxResults(v int64) *ListProtectedResourcesInput

SetMaxResults sets the MaxResults field's value.

func (*ListProtectedResourcesInput) SetNextToken

func (s *ListProtectedResourcesInput) SetNextToken(v string) *ListProtectedResourcesInput

SetNextToken sets the NextToken field's value.

func (ListProtectedResourcesInput) String

func (s ListProtectedResourcesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProtectedResourcesInput) Validate

func (s *ListProtectedResourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListProtectedResourcesOutput

type ListProtectedResourcesOutput struct {

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `type:"string"`

    // An array of resources successfully backed up by Backup including the time
    // the resource was saved, an Amazon Resource Name (ARN) of the resource, and
    // a resource type.
    Results []*ProtectedResource `type:"list"`
    // contains filtered or unexported fields
}

func (ListProtectedResourcesOutput) GoString

func (s ListProtectedResourcesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProtectedResourcesOutput) SetNextToken

func (s *ListProtectedResourcesOutput) SetNextToken(v string) *ListProtectedResourcesOutput

SetNextToken sets the NextToken field's value.

func (*ListProtectedResourcesOutput) SetResults

func (s *ListProtectedResourcesOutput) SetResults(v []*ProtectedResource) *ListProtectedResourcesOutput

SetResults sets the Results field's value.

func (ListProtectedResourcesOutput) String

func (s ListProtectedResourcesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListRecoveryPointsByBackupVaultInput

type ListRecoveryPointsByBackupVaultInput struct {

    // This parameter will sort the list of recovery points by account ID.
    BackupVaultAccountId *string `location:"querystring" locationName:"backupVaultAccountId" type:"string"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    //
    // Backup vault name might not be available when a supported service creates
    // the backup.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`

    // Returns only recovery points that match the specified backup plan ID.
    ByBackupPlanId *string `location:"querystring" locationName:"backupPlanId" type:"string"`

    // Returns only recovery points that were created after the specified timestamp.
    ByCreatedAfter *time.Time `location:"querystring" locationName:"createdAfter" type:"timestamp"`

    // Returns only recovery points that were created before the specified timestamp.
    ByCreatedBefore *time.Time `location:"querystring" locationName:"createdBefore" type:"timestamp"`

    // This returns only recovery points that match the specified parent (composite)
    // recovery point Amazon Resource Name (ARN).
    ByParentRecoveryPointArn *string `location:"querystring" locationName:"parentRecoveryPointArn" type:"string"`

    // Returns only recovery points that match the specified resource Amazon Resource
    // Name (ARN).
    ByResourceArn *string `location:"querystring" locationName:"resourceArn" type:"string"`

    // Returns only recovery points that match the specified resource type(s):
    //
    //    * Aurora for Amazon Aurora
    //
    //    * CloudFormation for CloudFormation
    //
    //    * DocumentDB for Amazon DocumentDB (with MongoDB compatibility)
    //
    //    * DynamoDB for Amazon DynamoDB
    //
    //    * EBS for Amazon Elastic Block Store
    //
    //    * EC2 for Amazon Elastic Compute Cloud
    //
    //    * EFS for Amazon Elastic File System
    //
    //    * FSx for Amazon FSx
    //
    //    * Neptune for Amazon Neptune
    //
    //    * Redshift for Amazon Redshift
    //
    //    * RDS for Amazon Relational Database Service
    //
    //    * SAP HANA on Amazon EC2 for SAP HANA databases
    //
    //    * Storage Gateway for Storage Gateway
    //
    //    * S3 for Amazon S3
    //
    //    * Timestream for Amazon Timestream
    //
    //    * VirtualMachine for virtual machines
    ByResourceType *string `location:"querystring" locationName:"resourceType" type:"string"`

    // The maximum number of items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListRecoveryPointsByBackupVaultInput) GoString

func (s ListRecoveryPointsByBackupVaultInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRecoveryPointsByBackupVaultInput) SetBackupVaultAccountId

func (s *ListRecoveryPointsByBackupVaultInput) SetBackupVaultAccountId(v string) *ListRecoveryPointsByBackupVaultInput

SetBackupVaultAccountId sets the BackupVaultAccountId field's value.

func (*ListRecoveryPointsByBackupVaultInput) SetBackupVaultName

func (s *ListRecoveryPointsByBackupVaultInput) SetBackupVaultName(v string) *ListRecoveryPointsByBackupVaultInput

SetBackupVaultName sets the BackupVaultName field's value.

func (*ListRecoveryPointsByBackupVaultInput) SetByBackupPlanId

func (s *ListRecoveryPointsByBackupVaultInput) SetByBackupPlanId(v string) *ListRecoveryPointsByBackupVaultInput

SetByBackupPlanId sets the ByBackupPlanId field's value.

func (*ListRecoveryPointsByBackupVaultInput) SetByCreatedAfter

func (s *ListRecoveryPointsByBackupVaultInput) SetByCreatedAfter(v time.Time) *ListRecoveryPointsByBackupVaultInput

SetByCreatedAfter sets the ByCreatedAfter field's value.

func (*ListRecoveryPointsByBackupVaultInput) SetByCreatedBefore

func (s *ListRecoveryPointsByBackupVaultInput) SetByCreatedBefore(v time.Time) *ListRecoveryPointsByBackupVaultInput

SetByCreatedBefore sets the ByCreatedBefore field's value.

func (*ListRecoveryPointsByBackupVaultInput) SetByParentRecoveryPointArn

func (s *ListRecoveryPointsByBackupVaultInput) SetByParentRecoveryPointArn(v string) *ListRecoveryPointsByBackupVaultInput

SetByParentRecoveryPointArn sets the ByParentRecoveryPointArn field's value.

func (*ListRecoveryPointsByBackupVaultInput) SetByResourceArn

func (s *ListRecoveryPointsByBackupVaultInput) SetByResourceArn(v string) *ListRecoveryPointsByBackupVaultInput

SetByResourceArn sets the ByResourceArn field's value.

func (*ListRecoveryPointsByBackupVaultInput) SetByResourceType

func (s *ListRecoveryPointsByBackupVaultInput) SetByResourceType(v string) *ListRecoveryPointsByBackupVaultInput

SetByResourceType sets the ByResourceType field's value.

func (*ListRecoveryPointsByBackupVaultInput) SetMaxResults

func (s *ListRecoveryPointsByBackupVaultInput) SetMaxResults(v int64) *ListRecoveryPointsByBackupVaultInput

SetMaxResults sets the MaxResults field's value.

func (*ListRecoveryPointsByBackupVaultInput) SetNextToken

func (s *ListRecoveryPointsByBackupVaultInput) SetNextToken(v string) *ListRecoveryPointsByBackupVaultInput

SetNextToken sets the NextToken field's value.

func (ListRecoveryPointsByBackupVaultInput) String

func (s ListRecoveryPointsByBackupVaultInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRecoveryPointsByBackupVaultInput) Validate

func (s *ListRecoveryPointsByBackupVaultInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRecoveryPointsByBackupVaultOutput

type ListRecoveryPointsByBackupVaultOutput struct {

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `type:"string"`

    // An array of objects that contain detailed information about recovery points
    // saved in a backup vault.
    RecoveryPoints []*RecoveryPointByBackupVault `type:"list"`
    // contains filtered or unexported fields
}

func (ListRecoveryPointsByBackupVaultOutput) GoString

func (s ListRecoveryPointsByBackupVaultOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRecoveryPointsByBackupVaultOutput) SetNextToken

func (s *ListRecoveryPointsByBackupVaultOutput) SetNextToken(v string) *ListRecoveryPointsByBackupVaultOutput

SetNextToken sets the NextToken field's value.

func (*ListRecoveryPointsByBackupVaultOutput) SetRecoveryPoints

func (s *ListRecoveryPointsByBackupVaultOutput) SetRecoveryPoints(v []*RecoveryPointByBackupVault) *ListRecoveryPointsByBackupVaultOutput

SetRecoveryPoints sets the RecoveryPoints field's value.

func (ListRecoveryPointsByBackupVaultOutput) String

func (s ListRecoveryPointsByBackupVaultOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListRecoveryPointsByLegalHoldInput

type ListRecoveryPointsByLegalHoldInput struct {

    // This is the ID of the legal hold.
    //
    // LegalHoldId is a required field
    LegalHoldId *string `location:"uri" locationName:"legalHoldId" type:"string" required:"true"`

    // This is the maximum number of resource list items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // This is the next item following a partial list of returned resources. For
    // example, if a request is made to return MaxResults number of resources, NextToken
    // allows you to return more items in your list starting at the location pointed
    // to by the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListRecoveryPointsByLegalHoldInput) GoString

func (s ListRecoveryPointsByLegalHoldInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRecoveryPointsByLegalHoldInput) SetLegalHoldId

func (s *ListRecoveryPointsByLegalHoldInput) SetLegalHoldId(v string) *ListRecoveryPointsByLegalHoldInput

SetLegalHoldId sets the LegalHoldId field's value.

func (*ListRecoveryPointsByLegalHoldInput) SetMaxResults

func (s *ListRecoveryPointsByLegalHoldInput) SetMaxResults(v int64) *ListRecoveryPointsByLegalHoldInput

SetMaxResults sets the MaxResults field's value.

func (*ListRecoveryPointsByLegalHoldInput) SetNextToken

func (s *ListRecoveryPointsByLegalHoldInput) SetNextToken(v string) *ListRecoveryPointsByLegalHoldInput

SetNextToken sets the NextToken field's value.

func (ListRecoveryPointsByLegalHoldInput) String

func (s ListRecoveryPointsByLegalHoldInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRecoveryPointsByLegalHoldInput) Validate

func (s *ListRecoveryPointsByLegalHoldInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRecoveryPointsByLegalHoldOutput

type ListRecoveryPointsByLegalHoldOutput struct {

    // This return is the next item following a partial list of returned resources.
    NextToken *string `type:"string"`

    // This is a list of the recovery points returned by ListRecoveryPointsByLegalHold.
    RecoveryPoints []*RecoveryPointMember `type:"list"`
    // contains filtered or unexported fields
}

func (ListRecoveryPointsByLegalHoldOutput) GoString

func (s ListRecoveryPointsByLegalHoldOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRecoveryPointsByLegalHoldOutput) SetNextToken

func (s *ListRecoveryPointsByLegalHoldOutput) SetNextToken(v string) *ListRecoveryPointsByLegalHoldOutput

SetNextToken sets the NextToken field's value.

func (*ListRecoveryPointsByLegalHoldOutput) SetRecoveryPoints

func (s *ListRecoveryPointsByLegalHoldOutput) SetRecoveryPoints(v []*RecoveryPointMember) *ListRecoveryPointsByLegalHoldOutput

SetRecoveryPoints sets the RecoveryPoints field's value.

func (ListRecoveryPointsByLegalHoldOutput) String

func (s ListRecoveryPointsByLegalHoldOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListRecoveryPointsByResourceInput

type ListRecoveryPointsByResourceInput struct {

    // This attribute filters recovery points based on ownership.
    //
    // If this is set to TRUE, the response will contain recovery points associated
    // with the selected resources that are managed by Backup.
    //
    // If this is set to FALSE, the response will contain all recovery points associated
    // with the selected resource.
    //
    // Type: Boolean
    ManagedByAWSBackupOnly *bool `location:"querystring" locationName:"managedByAWSBackupOnly" type:"boolean"`

    // The maximum number of items to be returned.
    //
    // Amazon RDS requires a value of at least 20.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

    // An ARN that uniquely identifies a resource. The format of the ARN depends
    // on the resource type.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListRecoveryPointsByResourceInput) GoString

func (s ListRecoveryPointsByResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRecoveryPointsByResourceInput) SetManagedByAWSBackupOnly

func (s *ListRecoveryPointsByResourceInput) SetManagedByAWSBackupOnly(v bool) *ListRecoveryPointsByResourceInput

SetManagedByAWSBackupOnly sets the ManagedByAWSBackupOnly field's value.

func (*ListRecoveryPointsByResourceInput) SetMaxResults

func (s *ListRecoveryPointsByResourceInput) SetMaxResults(v int64) *ListRecoveryPointsByResourceInput

SetMaxResults sets the MaxResults field's value.

func (*ListRecoveryPointsByResourceInput) SetNextToken

func (s *ListRecoveryPointsByResourceInput) SetNextToken(v string) *ListRecoveryPointsByResourceInput

SetNextToken sets the NextToken field's value.

func (*ListRecoveryPointsByResourceInput) SetResourceArn

func (s *ListRecoveryPointsByResourceInput) SetResourceArn(v string) *ListRecoveryPointsByResourceInput

SetResourceArn sets the ResourceArn field's value.

func (ListRecoveryPointsByResourceInput) String

func (s ListRecoveryPointsByResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRecoveryPointsByResourceInput) Validate

func (s *ListRecoveryPointsByResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRecoveryPointsByResourceOutput

type ListRecoveryPointsByResourceOutput struct {

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `type:"string"`

    // An array of objects that contain detailed information about recovery points
    // of the specified resource type.
    //
    // Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
    RecoveryPoints []*RecoveryPointByResource `type:"list"`
    // contains filtered or unexported fields
}

func (ListRecoveryPointsByResourceOutput) GoString

func (s ListRecoveryPointsByResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRecoveryPointsByResourceOutput) SetNextToken

func (s *ListRecoveryPointsByResourceOutput) SetNextToken(v string) *ListRecoveryPointsByResourceOutput

SetNextToken sets the NextToken field's value.

func (*ListRecoveryPointsByResourceOutput) SetRecoveryPoints

func (s *ListRecoveryPointsByResourceOutput) SetRecoveryPoints(v []*RecoveryPointByResource) *ListRecoveryPointsByResourceOutput

SetRecoveryPoints sets the RecoveryPoints field's value.

func (ListRecoveryPointsByResourceOutput) String

func (s ListRecoveryPointsByResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListReportJobsInput

type ListReportJobsInput struct {

    // Returns only report jobs that were created after the date and time specified
    // in Unix format and Coordinated Universal Time (UTC). For example, the value
    // 1516925490 represents Friday, January 26, 2018 12:11:30 AM.
    ByCreationAfter *time.Time `location:"querystring" locationName:"CreationAfter" type:"timestamp"`

    // Returns only report jobs that were created before the date and time specified
    // in Unix format and Coordinated Universal Time (UTC). For example, the value
    // 1516925490 represents Friday, January 26, 2018 12:11:30 AM.
    ByCreationBefore *time.Time `location:"querystring" locationName:"CreationBefore" type:"timestamp"`

    // Returns only report jobs with the specified report plan name.
    ByReportPlanName *string `location:"querystring" locationName:"ReportPlanName" min:"1" type:"string"`

    // Returns only report jobs that are in the specified status. The statuses are:
    //
    // CREATED | RUNNING | COMPLETED | FAILED
    ByStatus *string `location:"querystring" locationName:"Status" type:"string"`

    // The number of desired results from 1 to 1000. Optional. If unspecified, the
    // query will return 1 MB of data.
    MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"`

    // An identifier that was returned from the previous call to this operation,
    // which can be used to return the next set of items in the list.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListReportJobsInput) GoString

func (s ListReportJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListReportJobsInput) SetByCreationAfter

func (s *ListReportJobsInput) SetByCreationAfter(v time.Time) *ListReportJobsInput

SetByCreationAfter sets the ByCreationAfter field's value.

func (*ListReportJobsInput) SetByCreationBefore

func (s *ListReportJobsInput) SetByCreationBefore(v time.Time) *ListReportJobsInput

SetByCreationBefore sets the ByCreationBefore field's value.

func (*ListReportJobsInput) SetByReportPlanName

func (s *ListReportJobsInput) SetByReportPlanName(v string) *ListReportJobsInput

SetByReportPlanName sets the ByReportPlanName field's value.

func (*ListReportJobsInput) SetByStatus

func (s *ListReportJobsInput) SetByStatus(v string) *ListReportJobsInput

SetByStatus sets the ByStatus field's value.

func (*ListReportJobsInput) SetMaxResults

func (s *ListReportJobsInput) SetMaxResults(v int64) *ListReportJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListReportJobsInput) SetNextToken

func (s *ListReportJobsInput) SetNextToken(v string) *ListReportJobsInput

SetNextToken sets the NextToken field's value.

func (ListReportJobsInput) String

func (s ListReportJobsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListReportJobsInput) Validate

func (s *ListReportJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListReportJobsOutput

type ListReportJobsOutput struct {

    // An identifier that was returned from the previous call to this operation,
    // which can be used to return the next set of items in the list.
    NextToken *string `type:"string"`

    // Details about your report jobs in JSON format.
    ReportJobs []*ReportJob `type:"list"`
    // contains filtered or unexported fields
}

func (ListReportJobsOutput) GoString

func (s ListReportJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListReportJobsOutput) SetNextToken

func (s *ListReportJobsOutput) SetNextToken(v string) *ListReportJobsOutput

SetNextToken sets the NextToken field's value.

func (*ListReportJobsOutput) SetReportJobs

func (s *ListReportJobsOutput) SetReportJobs(v []*ReportJob) *ListReportJobsOutput

SetReportJobs sets the ReportJobs field's value.

func (ListReportJobsOutput) String

func (s ListReportJobsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListReportPlansInput

type ListReportPlansInput struct {

    // The number of desired results from 1 to 1000. Optional. If unspecified, the
    // query will return 1 MB of data.
    MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"`

    // An identifier that was returned from the previous call to this operation,
    // which can be used to return the next set of items in the list.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListReportPlansInput) GoString

func (s ListReportPlansInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListReportPlansInput) SetMaxResults

func (s *ListReportPlansInput) SetMaxResults(v int64) *ListReportPlansInput

SetMaxResults sets the MaxResults field's value.

func (*ListReportPlansInput) SetNextToken

func (s *ListReportPlansInput) SetNextToken(v string) *ListReportPlansInput

SetNextToken sets the NextToken field's value.

func (ListReportPlansInput) String

func (s ListReportPlansInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListReportPlansInput) Validate

func (s *ListReportPlansInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListReportPlansOutput

type ListReportPlansOutput struct {

    // An identifier that was returned from the previous call to this operation,
    // which can be used to return the next set of items in the list.
    NextToken *string `type:"string"`

    // A list of your report plans with detailed information for each plan. This
    // information includes the Amazon Resource Name (ARN), report plan name, description,
    // settings, delivery channel, deployment status, creation time, and last times
    // the report plan attempted to and successfully ran.
    ReportPlans []*ReportPlan `type:"list"`
    // contains filtered or unexported fields
}

func (ListReportPlansOutput) GoString

func (s ListReportPlansOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListReportPlansOutput) SetNextToken

func (s *ListReportPlansOutput) SetNextToken(v string) *ListReportPlansOutput

SetNextToken sets the NextToken field's value.

func (*ListReportPlansOutput) SetReportPlans

func (s *ListReportPlansOutput) SetReportPlans(v []*ReportPlan) *ListReportPlansOutput

SetReportPlans sets the ReportPlans field's value.

func (ListReportPlansOutput) String

func (s ListReportPlansOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListRestoreJobSummariesInput

type ListRestoreJobSummariesInput struct {

    // Returns the job count for the specified account.
    //
    // If the request is sent from a member account or an account not part of Amazon
    // Web Services Organizations, jobs within requestor's account will be returned.
    //
    // Root, admin, and delegated administrator accounts can use the value ANY to
    // return job counts from every account in the organization.
    //
    // AGGREGATE_ALL aggregates job counts from all accounts within the authenticated
    // organization, then returns the sum.
    AccountId *string `location:"querystring" locationName:"AccountId" type:"string"`

    // This is the period that sets the boundaries for returned results.
    //
    // Acceptable values include
    //
    //    * ONE_DAY for daily job count for the prior 14 days.
    //
    //    * SEVEN_DAYS for the aggregated job count for the prior 7 days.
    //
    //    * FOURTEEN_DAYS for aggregated job count for prior 14 days.
    AggregationPeriod *string `location:"querystring" locationName:"AggregationPeriod" type:"string" enum:"AggregationPeriod"`

    // This parameter sets the maximum number of items to be returned.
    //
    // The value is an integer. Range of accepted values is from 1 to 500.
    MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned resources. For example,
    // if a request is made to return MaxResults number of resources, NextToken
    // allows you to return more items in your list starting at the location pointed
    // to by the next token.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`

    // Returns the job count for the specified resource type. Use request GetSupportedResourceTypes
    // to obtain strings for supported resource types.
    //
    // The the value ANY returns count of all resource types.
    //
    // AGGREGATE_ALL aggregates job counts for all resource types and returns the
    // sum.
    //
    // The type of Amazon Web Services resource to be backed up; for example, an
    // Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database
    // Service (Amazon RDS) database.
    ResourceType *string `location:"querystring" locationName:"ResourceType" type:"string"`

    // This parameter returns the job count for jobs with the specified state.
    //
    // The the value ANY returns count of all states.
    //
    // AGGREGATE_ALL aggregates job counts for all states and returns the sum.
    State *string `location:"querystring" locationName:"State" type:"string" enum:"RestoreJobState"`
    // contains filtered or unexported fields
}

func (ListRestoreJobSummariesInput) GoString

func (s ListRestoreJobSummariesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRestoreJobSummariesInput) SetAccountId

func (s *ListRestoreJobSummariesInput) SetAccountId(v string) *ListRestoreJobSummariesInput

SetAccountId sets the AccountId field's value.

func (*ListRestoreJobSummariesInput) SetAggregationPeriod

func (s *ListRestoreJobSummariesInput) SetAggregationPeriod(v string) *ListRestoreJobSummariesInput

SetAggregationPeriod sets the AggregationPeriod field's value.

func (*ListRestoreJobSummariesInput) SetMaxResults

func (s *ListRestoreJobSummariesInput) SetMaxResults(v int64) *ListRestoreJobSummariesInput

SetMaxResults sets the MaxResults field's value.

func (*ListRestoreJobSummariesInput) SetNextToken

func (s *ListRestoreJobSummariesInput) SetNextToken(v string) *ListRestoreJobSummariesInput

SetNextToken sets the NextToken field's value.

func (*ListRestoreJobSummariesInput) SetResourceType

func (s *ListRestoreJobSummariesInput) SetResourceType(v string) *ListRestoreJobSummariesInput

SetResourceType sets the ResourceType field's value.

func (*ListRestoreJobSummariesInput) SetState

func (s *ListRestoreJobSummariesInput) SetState(v string) *ListRestoreJobSummariesInput

SetState sets the State field's value.

func (ListRestoreJobSummariesInput) String

func (s ListRestoreJobSummariesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRestoreJobSummariesInput) Validate

func (s *ListRestoreJobSummariesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRestoreJobSummariesOutput

type ListRestoreJobSummariesOutput struct {

    // This is the period that sets the boundaries for returned results.
    //
    //    * ONE_DAY for daily job count for the prior 14 days.
    //
    //    * SEVEN_DAYS for the aggregated job count for the prior 7 days.
    //
    //    * FOURTEEN_DAYS for aggregated job count for prior 14 days.
    AggregationPeriod *string `type:"string"`

    // The next item following a partial list of returned resources. For example,
    // if a request is made to return MaxResults number of resources, NextToken
    // allows you to return more items in your list starting at the location pointed
    // to by the next token.
    NextToken *string `type:"string"`

    // This return contains a summary that contains Region, Account, State, ResourceType,
    // MessageCategory, StartTime, EndTime, and Count of included jobs.
    RestoreJobSummaries []*RestoreJobSummary `type:"list"`
    // contains filtered or unexported fields
}

func (ListRestoreJobSummariesOutput) GoString

func (s ListRestoreJobSummariesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRestoreJobSummariesOutput) SetAggregationPeriod

func (s *ListRestoreJobSummariesOutput) SetAggregationPeriod(v string) *ListRestoreJobSummariesOutput

SetAggregationPeriod sets the AggregationPeriod field's value.

func (*ListRestoreJobSummariesOutput) SetNextToken

func (s *ListRestoreJobSummariesOutput) SetNextToken(v string) *ListRestoreJobSummariesOutput

SetNextToken sets the NextToken field's value.

func (*ListRestoreJobSummariesOutput) SetRestoreJobSummaries

func (s *ListRestoreJobSummariesOutput) SetRestoreJobSummaries(v []*RestoreJobSummary) *ListRestoreJobSummariesOutput

SetRestoreJobSummaries sets the RestoreJobSummaries field's value.

func (ListRestoreJobSummariesOutput) String

func (s ListRestoreJobSummariesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListRestoreJobsByProtectedResourceInput

type ListRestoreJobsByProtectedResourceInput struct {

    // Returns only restore jobs of recovery points that were created after the
    // specified date.
    ByRecoveryPointCreationDateAfter *time.Time `location:"querystring" locationName:"recoveryPointCreationDateAfter" type:"timestamp"`

    // Returns only restore jobs of recovery points that were created before the
    // specified date.
    ByRecoveryPointCreationDateBefore *time.Time `location:"querystring" locationName:"recoveryPointCreationDateBefore" type:"timestamp"`

    // Returns only restore jobs associated with the specified job status.
    ByStatus *string `location:"querystring" locationName:"status" type:"string" enum:"RestoreJobStatus"`

    // The maximum number of items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request ismade to return MaxResults number of items, NextToken allows you
    // to return more items in your list starting at the location pointed to by
    // the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

    // Returns only restore jobs that match the specified resource Amazon Resource
    // Name (ARN).
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListRestoreJobsByProtectedResourceInput) GoString

func (s ListRestoreJobsByProtectedResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRestoreJobsByProtectedResourceInput) SetByRecoveryPointCreationDateAfter

func (s *ListRestoreJobsByProtectedResourceInput) SetByRecoveryPointCreationDateAfter(v time.Time) *ListRestoreJobsByProtectedResourceInput

SetByRecoveryPointCreationDateAfter sets the ByRecoveryPointCreationDateAfter field's value.

func (*ListRestoreJobsByProtectedResourceInput) SetByRecoveryPointCreationDateBefore

func (s *ListRestoreJobsByProtectedResourceInput) SetByRecoveryPointCreationDateBefore(v time.Time) *ListRestoreJobsByProtectedResourceInput

SetByRecoveryPointCreationDateBefore sets the ByRecoveryPointCreationDateBefore field's value.

func (*ListRestoreJobsByProtectedResourceInput) SetByStatus

func (s *ListRestoreJobsByProtectedResourceInput) SetByStatus(v string) *ListRestoreJobsByProtectedResourceInput

SetByStatus sets the ByStatus field's value.

func (*ListRestoreJobsByProtectedResourceInput) SetMaxResults

func (s *ListRestoreJobsByProtectedResourceInput) SetMaxResults(v int64) *ListRestoreJobsByProtectedResourceInput

SetMaxResults sets the MaxResults field's value.

func (*ListRestoreJobsByProtectedResourceInput) SetNextToken

func (s *ListRestoreJobsByProtectedResourceInput) SetNextToken(v string) *ListRestoreJobsByProtectedResourceInput

SetNextToken sets the NextToken field's value.

func (*ListRestoreJobsByProtectedResourceInput) SetResourceArn

func (s *ListRestoreJobsByProtectedResourceInput) SetResourceArn(v string) *ListRestoreJobsByProtectedResourceInput

SetResourceArn sets the ResourceArn field's value.

func (ListRestoreJobsByProtectedResourceInput) String

func (s ListRestoreJobsByProtectedResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRestoreJobsByProtectedResourceInput) Validate

func (s *ListRestoreJobsByProtectedResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRestoreJobsByProtectedResourceOutput

type ListRestoreJobsByProtectedResourceOutput struct {

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // youto return more items in your list starting at the location pointed to
    // by the next token
    NextToken *string `type:"string"`

    // An array of objects that contain detailed information about jobs to restore
    // saved resources.>
    RestoreJobs []*RestoreJobsListMember `type:"list"`
    // contains filtered or unexported fields
}

func (ListRestoreJobsByProtectedResourceOutput) GoString

func (s ListRestoreJobsByProtectedResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRestoreJobsByProtectedResourceOutput) SetNextToken

func (s *ListRestoreJobsByProtectedResourceOutput) SetNextToken(v string) *ListRestoreJobsByProtectedResourceOutput

SetNextToken sets the NextToken field's value.

func (*ListRestoreJobsByProtectedResourceOutput) SetRestoreJobs

func (s *ListRestoreJobsByProtectedResourceOutput) SetRestoreJobs(v []*RestoreJobsListMember) *ListRestoreJobsByProtectedResourceOutput

SetRestoreJobs sets the RestoreJobs field's value.

func (ListRestoreJobsByProtectedResourceOutput) String

func (s ListRestoreJobsByProtectedResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListRestoreJobsInput

type ListRestoreJobsInput struct {

    // The account ID to list the jobs from. Returns only restore jobs associated
    // with the specified account ID.
    ByAccountId *string `location:"querystring" locationName:"accountId" type:"string"`

    // Returns only copy jobs completed after a date expressed in Unix format and
    // Coordinated Universal Time (UTC).
    ByCompleteAfter *time.Time `location:"querystring" locationName:"completeAfter" type:"timestamp"`

    // Returns only copy jobs completed before a date expressed in Unix format and
    // Coordinated Universal Time (UTC).
    ByCompleteBefore *time.Time `location:"querystring" locationName:"completeBefore" type:"timestamp"`

    // Returns only restore jobs that were created after the specified date.
    ByCreatedAfter *time.Time `location:"querystring" locationName:"createdAfter" type:"timestamp"`

    // Returns only restore jobs that were created before the specified date.
    ByCreatedBefore *time.Time `location:"querystring" locationName:"createdBefore" type:"timestamp"`

    // Include this parameter to return only restore jobs for the specified resources:
    //
    //    * Aurora for Amazon Aurora
    //
    //    * CloudFormation for CloudFormation
    //
    //    * DocumentDB for Amazon DocumentDB (with MongoDB compatibility)
    //
    //    * DynamoDB for Amazon DynamoDB
    //
    //    * EBS for Amazon Elastic Block Store
    //
    //    * EC2 for Amazon Elastic Compute Cloud
    //
    //    * EFS for Amazon Elastic File System
    //
    //    * FSx for Amazon FSx
    //
    //    * Neptune for Amazon Neptune
    //
    //    * Redshift for Amazon Redshift
    //
    //    * RDS for Amazon Relational Database Service
    //
    //    * SAP HANA on Amazon EC2 for SAP HANA databases
    //
    //    * Storage Gateway for Storage Gateway
    //
    //    * S3 for Amazon S3
    //
    //    * Timestream for Amazon Timestream
    //
    //    * VirtualMachine for virtual machines
    ByResourceType *string `location:"querystring" locationName:"resourceType" type:"string"`

    // This returns only restore testing jobs that match the specified resource
    // Amazon Resource Name (ARN).
    ByRestoreTestingPlanArn *string `location:"querystring" locationName:"restoreTestingPlanArn" type:"string"`

    // Returns only restore jobs associated with the specified job status.
    ByStatus *string `location:"querystring" locationName:"status" type:"string" enum:"RestoreJobStatus"`

    // The maximum number of items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListRestoreJobsInput) GoString

func (s ListRestoreJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRestoreJobsInput) SetByAccountId

func (s *ListRestoreJobsInput) SetByAccountId(v string) *ListRestoreJobsInput

SetByAccountId sets the ByAccountId field's value.

func (*ListRestoreJobsInput) SetByCompleteAfter

func (s *ListRestoreJobsInput) SetByCompleteAfter(v time.Time) *ListRestoreJobsInput

SetByCompleteAfter sets the ByCompleteAfter field's value.

func (*ListRestoreJobsInput) SetByCompleteBefore

func (s *ListRestoreJobsInput) SetByCompleteBefore(v time.Time) *ListRestoreJobsInput

SetByCompleteBefore sets the ByCompleteBefore field's value.

func (*ListRestoreJobsInput) SetByCreatedAfter

func (s *ListRestoreJobsInput) SetByCreatedAfter(v time.Time) *ListRestoreJobsInput

SetByCreatedAfter sets the ByCreatedAfter field's value.

func (*ListRestoreJobsInput) SetByCreatedBefore

func (s *ListRestoreJobsInput) SetByCreatedBefore(v time.Time) *ListRestoreJobsInput

SetByCreatedBefore sets the ByCreatedBefore field's value.

func (*ListRestoreJobsInput) SetByResourceType

func (s *ListRestoreJobsInput) SetByResourceType(v string) *ListRestoreJobsInput

SetByResourceType sets the ByResourceType field's value.

func (*ListRestoreJobsInput) SetByRestoreTestingPlanArn

func (s *ListRestoreJobsInput) SetByRestoreTestingPlanArn(v string) *ListRestoreJobsInput

SetByRestoreTestingPlanArn sets the ByRestoreTestingPlanArn field's value.

func (*ListRestoreJobsInput) SetByStatus

func (s *ListRestoreJobsInput) SetByStatus(v string) *ListRestoreJobsInput

SetByStatus sets the ByStatus field's value.

func (*ListRestoreJobsInput) SetMaxResults

func (s *ListRestoreJobsInput) SetMaxResults(v int64) *ListRestoreJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListRestoreJobsInput) SetNextToken

func (s *ListRestoreJobsInput) SetNextToken(v string) *ListRestoreJobsInput

SetNextToken sets the NextToken field's value.

func (ListRestoreJobsInput) String

func (s ListRestoreJobsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRestoreJobsInput) Validate

func (s *ListRestoreJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRestoreJobsOutput

type ListRestoreJobsOutput struct {

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `type:"string"`

    // An array of objects that contain detailed information about jobs to restore
    // saved resources.
    RestoreJobs []*RestoreJobsListMember `type:"list"`
    // contains filtered or unexported fields
}

func (ListRestoreJobsOutput) GoString

func (s ListRestoreJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRestoreJobsOutput) SetNextToken

func (s *ListRestoreJobsOutput) SetNextToken(v string) *ListRestoreJobsOutput

SetNextToken sets the NextToken field's value.

func (*ListRestoreJobsOutput) SetRestoreJobs

func (s *ListRestoreJobsOutput) SetRestoreJobs(v []*RestoreJobsListMember) *ListRestoreJobsOutput

SetRestoreJobs sets the RestoreJobs field's value.

func (ListRestoreJobsOutput) String

func (s ListRestoreJobsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListRestoreTestingPlansInput

type ListRestoreTestingPlansInput struct {

    // The maximum number of items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the nexttoken.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`
    // contains filtered or unexported fields
}

func (ListRestoreTestingPlansInput) GoString

func (s ListRestoreTestingPlansInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRestoreTestingPlansInput) SetMaxResults

func (s *ListRestoreTestingPlansInput) SetMaxResults(v int64) *ListRestoreTestingPlansInput

SetMaxResults sets the MaxResults field's value.

func (*ListRestoreTestingPlansInput) SetNextToken

func (s *ListRestoreTestingPlansInput) SetNextToken(v string) *ListRestoreTestingPlansInput

SetNextToken sets the NextToken field's value.

func (ListRestoreTestingPlansInput) String

func (s ListRestoreTestingPlansInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRestoreTestingPlansInput) Validate

func (s *ListRestoreTestingPlansInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRestoreTestingPlansOutput

type ListRestoreTestingPlansOutput struct {

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the nexttoken.
    NextToken *string `type:"string"`

    // This is a returned list of restore testing plans.
    //
    // RestoreTestingPlans is a required field
    RestoreTestingPlans []*RestoreTestingPlanForList `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (ListRestoreTestingPlansOutput) GoString

func (s ListRestoreTestingPlansOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRestoreTestingPlansOutput) SetNextToken

func (s *ListRestoreTestingPlansOutput) SetNextToken(v string) *ListRestoreTestingPlansOutput

SetNextToken sets the NextToken field's value.

func (*ListRestoreTestingPlansOutput) SetRestoreTestingPlans

func (s *ListRestoreTestingPlansOutput) SetRestoreTestingPlans(v []*RestoreTestingPlanForList) *ListRestoreTestingPlansOutput

SetRestoreTestingPlans sets the RestoreTestingPlans field's value.

func (ListRestoreTestingPlansOutput) String

func (s ListRestoreTestingPlansOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListRestoreTestingSelectionsInput

type ListRestoreTestingSelectionsInput struct {

    // The maximum number of items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"MaxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the nexttoken.
    NextToken *string `location:"querystring" locationName:"NextToken" type:"string"`

    // Returns restore testing selections by the specified restore testing plan
    // name.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `location:"uri" locationName:"RestoreTestingPlanName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListRestoreTestingSelectionsInput) GoString

func (s ListRestoreTestingSelectionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRestoreTestingSelectionsInput) SetMaxResults

func (s *ListRestoreTestingSelectionsInput) SetMaxResults(v int64) *ListRestoreTestingSelectionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListRestoreTestingSelectionsInput) SetNextToken

func (s *ListRestoreTestingSelectionsInput) SetNextToken(v string) *ListRestoreTestingSelectionsInput

SetNextToken sets the NextToken field's value.

func (*ListRestoreTestingSelectionsInput) SetRestoreTestingPlanName

func (s *ListRestoreTestingSelectionsInput) SetRestoreTestingPlanName(v string) *ListRestoreTestingSelectionsInput

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (ListRestoreTestingSelectionsInput) String

func (s ListRestoreTestingSelectionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRestoreTestingSelectionsInput) Validate

func (s *ListRestoreTestingSelectionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListRestoreTestingSelectionsOutput

type ListRestoreTestingSelectionsOutput struct {

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the nexttoken.
    NextToken *string `type:"string"`

    // The returned restore testing selections associated with the restore testing
    // plan.
    //
    // RestoreTestingSelections is a required field
    RestoreTestingSelections []*RestoreTestingSelectionForList `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (ListRestoreTestingSelectionsOutput) GoString

func (s ListRestoreTestingSelectionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListRestoreTestingSelectionsOutput) SetNextToken

func (s *ListRestoreTestingSelectionsOutput) SetNextToken(v string) *ListRestoreTestingSelectionsOutput

SetNextToken sets the NextToken field's value.

func (*ListRestoreTestingSelectionsOutput) SetRestoreTestingSelections

func (s *ListRestoreTestingSelectionsOutput) SetRestoreTestingSelections(v []*RestoreTestingSelectionForList) *ListRestoreTestingSelectionsOutput

SetRestoreTestingSelections sets the RestoreTestingSelections field's value.

func (ListRestoreTestingSelectionsOutput) String

func (s ListRestoreTestingSelectionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsInput

type ListTagsInput struct {

    // The maximum number of items to be returned.
    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

    // An Amazon Resource Name (ARN) that uniquely identifies a resource. The format
    // of the ARN depends on the type of resource. Valid targets for ListTags are
    // recovery points, backup plans, and backup vaults.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListTagsInput) GoString

func (s ListTagsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsInput) SetMaxResults

func (s *ListTagsInput) SetMaxResults(v int64) *ListTagsInput

SetMaxResults sets the MaxResults field's value.

func (*ListTagsInput) SetNextToken

func (s *ListTagsInput) SetNextToken(v string) *ListTagsInput

SetNextToken sets the NextToken field's value.

func (*ListTagsInput) SetResourceArn

func (s *ListTagsInput) SetResourceArn(v string) *ListTagsInput

SetResourceArn sets the ResourceArn field's value.

func (ListTagsInput) String

func (s ListTagsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsInput) Validate

func (s *ListTagsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsOutput

type ListTagsOutput struct {

    // The next item following a partial list of returned items. For example, if
    // a request is made to return MaxResults number of items, NextToken allows
    // you to return more items in your list starting at the location pointed to
    // by the next token.
    NextToken *string `type:"string"`

    // To help organize your resources, you can assign your own metadata to the
    // resources you create. Each tag is a key-value pair.
    //
    // Tags is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by ListTagsOutput's
    // String and GoString methods.
    Tags map[string]*string `type:"map" sensitive:"true"`
    // contains filtered or unexported fields
}

func (ListTagsOutput) GoString

func (s ListTagsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsOutput) SetNextToken

func (s *ListTagsOutput) SetNextToken(v string) *ListTagsOutput

SetNextToken sets the NextToken field's value.

func (*ListTagsOutput) SetTags

func (s *ListTagsOutput) SetTags(v map[string]*string) *ListTagsOutput

SetTags sets the Tags field's value.

func (ListTagsOutput) String

func (s ListTagsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MissingParameterValueException

type MissingParameterValueException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Code_ *string `locationName:"Code" type:"string"`

    Context *string `type:"string"`

    Message_ *string `locationName:"Message" type:"string"`

    Type *string `type:"string"`
    // contains filtered or unexported fields
}

Indicates that a required parameter is missing.

func (*MissingParameterValueException) Code

func (s *MissingParameterValueException) Code() string

Code returns the exception type name.

func (*MissingParameterValueException) Error

func (s *MissingParameterValueException) Error() string

func (MissingParameterValueException) GoString

func (s MissingParameterValueException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MissingParameterValueException) Message

func (s *MissingParameterValueException) Message() string

Message returns the exception's message.

func (*MissingParameterValueException) OrigErr

func (s *MissingParameterValueException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*MissingParameterValueException) RequestID

func (s *MissingParameterValueException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*MissingParameterValueException) StatusCode

func (s *MissingParameterValueException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (MissingParameterValueException) String

func (s MissingParameterValueException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Plan

type Plan struct {

    // Contains a list of BackupOptions for each resource type.
    AdvancedBackupSettings []*AdvancedBackupSetting `type:"list"`

    // The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.'
    // characters.
    //
    // BackupPlanName is a required field
    BackupPlanName *string `type:"string" required:"true"`

    // An array of BackupRule objects, each of which specifies a scheduled task
    // that is used to back up a selection of resources.
    //
    // Rules is a required field
    Rules []*Rule `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Contains an optional backup plan display name and an array of BackupRule objects, each of which specifies a backup rule. Each rule in a backup plan is a separate scheduled task and can back up a different selection of Amazon Web Services resources.

func (Plan) GoString

func (s Plan) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Plan) SetAdvancedBackupSettings

func (s *Plan) SetAdvancedBackupSettings(v []*AdvancedBackupSetting) *Plan

SetAdvancedBackupSettings sets the AdvancedBackupSettings field's value.

func (*Plan) SetBackupPlanName

func (s *Plan) SetBackupPlanName(v string) *Plan

SetBackupPlanName sets the BackupPlanName field's value.

func (*Plan) SetRules

func (s *Plan) SetRules(v []*Rule) *Plan

SetRules sets the Rules field's value.

func (Plan) String

func (s Plan) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PlanInput

type PlanInput struct {

    // Specifies a list of BackupOptions for each resource type. These settings
    // are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.
    AdvancedBackupSettings []*AdvancedBackupSetting `type:"list"`

    // The display name of a backup plan. Must contain 1 to 50 alphanumeric or '-_.'
    // characters.
    //
    // BackupPlanName is a required field
    BackupPlanName *string `type:"string" required:"true"`

    // An array of BackupRule objects, each of which specifies a scheduled task
    // that is used to back up a selection of resources.
    //
    // Rules is a required field
    Rules []*RuleInput `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Contains an optional backup plan display name and an array of BackupRule objects, each of which specifies a backup rule. Each rule in a backup plan is a separate scheduled task.

func (PlanInput) GoString

func (s PlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PlanInput) SetAdvancedBackupSettings

func (s *PlanInput) SetAdvancedBackupSettings(v []*AdvancedBackupSetting) *PlanInput

SetAdvancedBackupSettings sets the AdvancedBackupSettings field's value.

func (*PlanInput) SetBackupPlanName

func (s *PlanInput) SetBackupPlanName(v string) *PlanInput

SetBackupPlanName sets the BackupPlanName field's value.

func (*PlanInput) SetRules

func (s *PlanInput) SetRules(v []*RuleInput) *PlanInput

SetRules sets the Rules field's value.

func (PlanInput) String

func (s PlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PlanInput) Validate

func (s *PlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PlanTemplatesListMember

type PlanTemplatesListMember struct {

    // Uniquely identifies a stored backup plan template.
    BackupPlanTemplateId *string `type:"string"`

    // The optional display name of a backup plan template.
    BackupPlanTemplateName *string `type:"string"`
    // contains filtered or unexported fields
}

An object specifying metadata associated with a backup plan template.

func (PlanTemplatesListMember) GoString

func (s PlanTemplatesListMember) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PlanTemplatesListMember) SetBackupPlanTemplateId

func (s *PlanTemplatesListMember) SetBackupPlanTemplateId(v string) *PlanTemplatesListMember

SetBackupPlanTemplateId sets the BackupPlanTemplateId field's value.

func (*PlanTemplatesListMember) SetBackupPlanTemplateName

func (s *PlanTemplatesListMember) SetBackupPlanTemplateName(v string) *PlanTemplatesListMember

SetBackupPlanTemplateName sets the BackupPlanTemplateName field's value.

func (PlanTemplatesListMember) String

func (s PlanTemplatesListMember) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PlansListMember

type PlansListMember struct {

    // Contains a list of BackupOptions for a resource type.
    AdvancedBackupSettings []*AdvancedBackupSetting `type:"list"`

    // An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for
    // example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.
    BackupPlanArn *string `type:"string"`

    // Uniquely identifies a backup plan.
    BackupPlanId *string `type:"string"`

    // The display name of a saved backup plan.
    BackupPlanName *string `type:"string"`

    // The date and time a resource backup plan is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // A unique string that identifies the request and allows failed requests to
    // be retried without the risk of running the operation twice. This parameter
    // is optional.
    //
    // If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
    CreatorRequestId *string `type:"string"`

    // The date and time a backup plan is deleted, in Unix format and Coordinated
    // Universal Time (UTC). The value of DeletionDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    DeletionDate *time.Time `type:"timestamp"`

    // The last time a job to back up resources was run with this rule. A date and
    // time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
    // is accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    LastExecutionDate *time.Time `type:"timestamp"`

    // Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most
    // 1,024 bytes long. Version IDs cannot be edited.
    VersionId *string `type:"string"`
    // contains filtered or unexported fields
}

Contains metadata about a backup plan.

func (PlansListMember) GoString

func (s PlansListMember) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PlansListMember) SetAdvancedBackupSettings

func (s *PlansListMember) SetAdvancedBackupSettings(v []*AdvancedBackupSetting) *PlansListMember

SetAdvancedBackupSettings sets the AdvancedBackupSettings field's value.

func (*PlansListMember) SetBackupPlanArn

func (s *PlansListMember) SetBackupPlanArn(v string) *PlansListMember

SetBackupPlanArn sets the BackupPlanArn field's value.

func (*PlansListMember) SetBackupPlanId

func (s *PlansListMember) SetBackupPlanId(v string) *PlansListMember

SetBackupPlanId sets the BackupPlanId field's value.

func (*PlansListMember) SetBackupPlanName

func (s *PlansListMember) SetBackupPlanName(v string) *PlansListMember

SetBackupPlanName sets the BackupPlanName field's value.

func (*PlansListMember) SetCreationDate

func (s *PlansListMember) SetCreationDate(v time.Time) *PlansListMember

SetCreationDate sets the CreationDate field's value.

func (*PlansListMember) SetCreatorRequestId

func (s *PlansListMember) SetCreatorRequestId(v string) *PlansListMember

SetCreatorRequestId sets the CreatorRequestId field's value.

func (*PlansListMember) SetDeletionDate

func (s *PlansListMember) SetDeletionDate(v time.Time) *PlansListMember

SetDeletionDate sets the DeletionDate field's value.

func (*PlansListMember) SetLastExecutionDate

func (s *PlansListMember) SetLastExecutionDate(v time.Time) *PlansListMember

SetLastExecutionDate sets the LastExecutionDate field's value.

func (*PlansListMember) SetVersionId

func (s *PlansListMember) SetVersionId(v string) *PlansListMember

SetVersionId sets the VersionId field's value.

func (PlansListMember) String

func (s PlansListMember) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProtectedResource

type ProtectedResource struct {

    // The date and time a resource was last backed up, in Unix format and Coordinated
    // Universal Time (UTC). The value of LastBackupTime is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    LastBackupTime *time.Time `type:"timestamp"`

    // This is the ARN (Amazon Resource Name) of the backup vault that contains
    // the most recent backup recovery point.
    LastBackupVaultArn *string `type:"string"`

    // This is the ARN (Amazon Resource Name) of the most recent recovery point.
    LastRecoveryPointArn *string `type:"string"`

    // An Amazon Resource Name (ARN) that uniquely identifies a resource. The format
    // of the ARN depends on the resource type.
    ResourceArn *string `type:"string"`

    // This is the non-unique name of the resource that belongs to the specified
    // backup.
    ResourceName *string `type:"string"`

    // The type of Amazon Web Services resource; for example, an Amazon Elastic
    // Block Store (Amazon EBS) volume or an Amazon Relational Database Service
    // (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups,
    // the only supported resource type is Amazon EC2.
    ResourceType *string `type:"string"`
    // contains filtered or unexported fields
}

A structure that contains information about a backed-up resource.

func (ProtectedResource) GoString

func (s ProtectedResource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProtectedResource) SetLastBackupTime

func (s *ProtectedResource) SetLastBackupTime(v time.Time) *ProtectedResource

SetLastBackupTime sets the LastBackupTime field's value.

func (*ProtectedResource) SetLastBackupVaultArn

func (s *ProtectedResource) SetLastBackupVaultArn(v string) *ProtectedResource

SetLastBackupVaultArn sets the LastBackupVaultArn field's value.

func (*ProtectedResource) SetLastRecoveryPointArn

func (s *ProtectedResource) SetLastRecoveryPointArn(v string) *ProtectedResource

SetLastRecoveryPointArn sets the LastRecoveryPointArn field's value.

func (*ProtectedResource) SetResourceArn

func (s *ProtectedResource) SetResourceArn(v string) *ProtectedResource

SetResourceArn sets the ResourceArn field's value.

func (*ProtectedResource) SetResourceName

func (s *ProtectedResource) SetResourceName(v string) *ProtectedResource

SetResourceName sets the ResourceName field's value.

func (*ProtectedResource) SetResourceType

func (s *ProtectedResource) SetResourceType(v string) *ProtectedResource

SetResourceType sets the ResourceType field's value.

func (ProtectedResource) String

func (s ProtectedResource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProtectedResourceConditions

type ProtectedResourceConditions struct {

    // Filters the values of your tagged resources for only those resources that
    // you tagged with the same value. Also called "exact matching."
    StringEquals []*KeyValue `type:"list"`

    // Filters the values of your tagged resources for only those resources that
    // you tagged that do not have the same value. Also called "negated matching."
    StringNotEquals []*KeyValue `type:"list"`
    // contains filtered or unexported fields
}

A list of conditions that you define for resources in your restore testing plan using tags.

For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo", "Value": "true" },. Condition operators are case sensitive.

func (ProtectedResourceConditions) GoString

func (s ProtectedResourceConditions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProtectedResourceConditions) SetStringEquals

func (s *ProtectedResourceConditions) SetStringEquals(v []*KeyValue) *ProtectedResourceConditions

SetStringEquals sets the StringEquals field's value.

func (*ProtectedResourceConditions) SetStringNotEquals

func (s *ProtectedResourceConditions) SetStringNotEquals(v []*KeyValue) *ProtectedResourceConditions

SetStringNotEquals sets the StringNotEquals field's value.

func (ProtectedResourceConditions) String

func (s ProtectedResourceConditions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProtectedResourceConditions) Validate

func (s *ProtectedResourceConditions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutBackupVaultAccessPolicyInput

type PutBackupVaultAccessPolicyInput struct {

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`

    // The backup vault access policy document in JSON format.
    Policy *string `type:"string"`
    // contains filtered or unexported fields
}

func (PutBackupVaultAccessPolicyInput) GoString

func (s PutBackupVaultAccessPolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutBackupVaultAccessPolicyInput) SetBackupVaultName

func (s *PutBackupVaultAccessPolicyInput) SetBackupVaultName(v string) *PutBackupVaultAccessPolicyInput

SetBackupVaultName sets the BackupVaultName field's value.

func (*PutBackupVaultAccessPolicyInput) SetPolicy

func (s *PutBackupVaultAccessPolicyInput) SetPolicy(v string) *PutBackupVaultAccessPolicyInput

SetPolicy sets the Policy field's value.

func (PutBackupVaultAccessPolicyInput) String

func (s PutBackupVaultAccessPolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutBackupVaultAccessPolicyInput) Validate

func (s *PutBackupVaultAccessPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutBackupVaultAccessPolicyOutput

type PutBackupVaultAccessPolicyOutput struct {
    // contains filtered or unexported fields
}

func (PutBackupVaultAccessPolicyOutput) GoString

func (s PutBackupVaultAccessPolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutBackupVaultAccessPolicyOutput) String

func (s PutBackupVaultAccessPolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutBackupVaultLockConfigurationInput

type PutBackupVaultLockConfigurationInput struct {

    // The Backup Vault Lock configuration that specifies the name of the backup
    // vault it protects.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`

    // The Backup Vault Lock configuration that specifies the number of days before
    // the lock date. For example, setting ChangeableForDays to 30 on Jan. 1, 2022
    // at 8pm UTC will set the lock date to Jan. 31, 2022 at 8pm UTC.
    //
    // Backup enforces a 72-hour cooling-off period before Vault Lock takes effect
    // and becomes immutable. Therefore, you must set ChangeableForDays to 3 or
    // greater.
    //
    // Before the lock date, you can delete Vault Lock from the vault using DeleteBackupVaultLockConfiguration
    // or change the Vault Lock configuration using PutBackupVaultLockConfiguration.
    // On and after the lock date, the Vault Lock becomes immutable and cannot be
    // changed or deleted.
    //
    // If this parameter is not specified, you can delete Vault Lock from the vault
    // using DeleteBackupVaultLockConfiguration or change the Vault Lock configuration
    // using PutBackupVaultLockConfiguration at any time.
    ChangeableForDays *int64 `type:"long"`

    // The Backup Vault Lock configuration that specifies the maximum retention
    // period that the vault retains its recovery points. This setting can be useful
    // if, for example, your organization's policies require you to destroy certain
    // data after retaining it for four years (1460 days).
    //
    // If this parameter is not included, Vault Lock does not enforce a maximum
    // retention period on the recovery points in the vault. If this parameter is
    // included without a value, Vault Lock will not enforce a maximum retention
    // period.
    //
    // If this parameter is specified, any backup or copy job to the vault must
    // have a lifecycle policy with a retention period equal to or shorter than
    // the maximum retention period. If the job's retention period is longer than
    // that maximum retention period, then the vault fails the backup or copy job,
    // and you should either modify your lifecycle settings or use a different vault.
    // The longest maximum retention period you can specify is 36500 days (approximately
    // 100 years). Recovery points already saved in the vault prior to Vault Lock
    // are not affected.
    MaxRetentionDays *int64 `type:"long"`

    // The Backup Vault Lock configuration that specifies the minimum retention
    // period that the vault retains its recovery points. This setting can be useful
    // if, for example, your organization's policies require you to retain certain
    // data for at least seven years (2555 days).
    //
    // If this parameter is not specified, Vault Lock will not enforce a minimum
    // retention period.
    //
    // If this parameter is specified, any backup or copy job to the vault must
    // have a lifecycle policy with a retention period equal to or longer than the
    // minimum retention period. If the job's retention period is shorter than that
    // minimum retention period, then the vault fails that backup or copy job, and
    // you should either modify your lifecycle settings or use a different vault.
    // The shortest minimum retention period you can specify is 1 day. Recovery
    // points already saved in the vault prior to Vault Lock are not affected.
    MinRetentionDays *int64 `type:"long"`
    // contains filtered or unexported fields
}

func (PutBackupVaultLockConfigurationInput) GoString

func (s PutBackupVaultLockConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutBackupVaultLockConfigurationInput) SetBackupVaultName

func (s *PutBackupVaultLockConfigurationInput) SetBackupVaultName(v string) *PutBackupVaultLockConfigurationInput

SetBackupVaultName sets the BackupVaultName field's value.

func (*PutBackupVaultLockConfigurationInput) SetChangeableForDays

func (s *PutBackupVaultLockConfigurationInput) SetChangeableForDays(v int64) *PutBackupVaultLockConfigurationInput

SetChangeableForDays sets the ChangeableForDays field's value.

func (*PutBackupVaultLockConfigurationInput) SetMaxRetentionDays

func (s *PutBackupVaultLockConfigurationInput) SetMaxRetentionDays(v int64) *PutBackupVaultLockConfigurationInput

SetMaxRetentionDays sets the MaxRetentionDays field's value.

func (*PutBackupVaultLockConfigurationInput) SetMinRetentionDays

func (s *PutBackupVaultLockConfigurationInput) SetMinRetentionDays(v int64) *PutBackupVaultLockConfigurationInput

SetMinRetentionDays sets the MinRetentionDays field's value.

func (PutBackupVaultLockConfigurationInput) String

func (s PutBackupVaultLockConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutBackupVaultLockConfigurationInput) Validate

func (s *PutBackupVaultLockConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutBackupVaultLockConfigurationOutput

type PutBackupVaultLockConfigurationOutput struct {
    // contains filtered or unexported fields
}

func (PutBackupVaultLockConfigurationOutput) GoString

func (s PutBackupVaultLockConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutBackupVaultLockConfigurationOutput) String

func (s PutBackupVaultLockConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutBackupVaultNotificationsInput

type PutBackupVaultNotificationsInput struct {

    // An array of events that indicate the status of jobs to back up resources
    // to the backup vault.
    //
    // For common use cases and code samples, see Using Amazon SNS to track Backup
    // events (https://docs.aws.amazon.com/aws-backup/latest/devguide/sns-notifications.html).
    //
    // The following events are supported:
    //
    //    * BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED
    //
    //    * COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED
    //
    //    * RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED | RECOVERY_POINT_MODIFIED
    //
    //    * S3_BACKUP_OBJECT_FAILED | S3_RESTORE_OBJECT_FAILED
    //
    // The list below shows items that are deprecated events (for reference) and
    // are no longer in use. They are no longer supported and will not return statuses
    // or notifications. Refer to the list above for current supported events.
    //
    // BackupVaultEvents is a required field
    BackupVaultEvents []*string `type:"list" required:"true" enum:"VaultEvent"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s
    // events; for example, arn:aws:sns:us-west-2:111122223333:MyVaultTopic.
    //
    // SNSTopicArn is a required field
    SNSTopicArn *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (PutBackupVaultNotificationsInput) GoString

func (s PutBackupVaultNotificationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutBackupVaultNotificationsInput) SetBackupVaultEvents

func (s *PutBackupVaultNotificationsInput) SetBackupVaultEvents(v []*string) *PutBackupVaultNotificationsInput

SetBackupVaultEvents sets the BackupVaultEvents field's value.

func (*PutBackupVaultNotificationsInput) SetBackupVaultName

func (s *PutBackupVaultNotificationsInput) SetBackupVaultName(v string) *PutBackupVaultNotificationsInput

SetBackupVaultName sets the BackupVaultName field's value.

func (*PutBackupVaultNotificationsInput) SetSNSTopicArn

func (s *PutBackupVaultNotificationsInput) SetSNSTopicArn(v string) *PutBackupVaultNotificationsInput

SetSNSTopicArn sets the SNSTopicArn field's value.

func (PutBackupVaultNotificationsInput) String

func (s PutBackupVaultNotificationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutBackupVaultNotificationsInput) Validate

func (s *PutBackupVaultNotificationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutBackupVaultNotificationsOutput

type PutBackupVaultNotificationsOutput struct {
    // contains filtered or unexported fields
}

func (PutBackupVaultNotificationsOutput) GoString

func (s PutBackupVaultNotificationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutBackupVaultNotificationsOutput) String

func (s PutBackupVaultNotificationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutRestoreValidationResultInput

type PutRestoreValidationResultInput struct {

    // This is a unique identifier of a restore job within Backup.
    //
    // RestoreJobId is a required field
    RestoreJobId *string `location:"uri" locationName:"restoreJobId" type:"string" required:"true"`

    // This is the status of your restore validation.
    //
    // ValidationStatus is a required field
    ValidationStatus *string `type:"string" required:"true" enum:"RestoreValidationStatus"`

    // This is an optional message string you can input to describe the validation
    // status for the restore test validation.
    ValidationStatusMessage *string `type:"string"`
    // contains filtered or unexported fields
}

func (PutRestoreValidationResultInput) GoString

func (s PutRestoreValidationResultInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutRestoreValidationResultInput) SetRestoreJobId

func (s *PutRestoreValidationResultInput) SetRestoreJobId(v string) *PutRestoreValidationResultInput

SetRestoreJobId sets the RestoreJobId field's value.

func (*PutRestoreValidationResultInput) SetValidationStatus

func (s *PutRestoreValidationResultInput) SetValidationStatus(v string) *PutRestoreValidationResultInput

SetValidationStatus sets the ValidationStatus field's value.

func (*PutRestoreValidationResultInput) SetValidationStatusMessage

func (s *PutRestoreValidationResultInput) SetValidationStatusMessage(v string) *PutRestoreValidationResultInput

SetValidationStatusMessage sets the ValidationStatusMessage field's value.

func (PutRestoreValidationResultInput) String

func (s PutRestoreValidationResultInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutRestoreValidationResultInput) Validate

func (s *PutRestoreValidationResultInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutRestoreValidationResultOutput

type PutRestoreValidationResultOutput struct {
    // contains filtered or unexported fields
}

func (PutRestoreValidationResultOutput) GoString

func (s PutRestoreValidationResultOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (PutRestoreValidationResultOutput) String

func (s PutRestoreValidationResultOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecoveryPointByBackupVault

type RecoveryPointByBackupVault struct {

    // The size, in bytes, of a backup.
    BackupSizeInBytes *int64 `type:"long"`

    // An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    BackupVaultArn *string `type:"string"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    BackupVaultName *string `type:"string"`

    // A CalculatedLifecycle object containing DeleteAt and MoveToColdStorageAt
    // timestamps.
    CalculatedLifecycle *CalculatedLifecycle `type:"structure"`

    // The date and time a job to restore a recovery point is completed, in Unix
    // format and Coordinated Universal Time (UTC). The value of CompletionDate
    // is accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    CompletionDate *time.Time `type:"timestamp"`

    // This is the identifier of a resource within a composite group, such as nested
    // (child) recovery point belonging to a composite (parent) stack. The ID is
    // transferred from the logical ID (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resources-section-structure.html#resources-section-structure-syntax)
    // within a stack.
    CompositeMemberIdentifier *string `type:"string"`

    // Contains identifying information about the creation of a recovery point,
    // including the BackupPlanArn, BackupPlanId, BackupPlanVersion, and BackupRuleId
    // of the backup plan that is used to create it.
    CreatedBy *RecoveryPointCreator `type:"structure"`

    // The date and time a recovery point is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // The server-side encryption key that is used to protect your backups; for
    // example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.
    EncryptionKeyArn *string `type:"string"`

    // Specifies the IAM role ARN used to create the target recovery point; for
    // example, arn:aws:iam::123456789012:role/S3Access.
    IamRoleArn *string `type:"string"`

    // A Boolean value that is returned as TRUE if the specified recovery point
    // is encrypted, or FALSE if the recovery point is not encrypted.
    IsEncrypted *bool `type:"boolean"`

    // This is a boolean value indicating this is a parent (composite) recovery
    // point.
    IsParent *bool `type:"boolean"`

    // The date and time a recovery point was last restored, in Unix format and
    // Coordinated Universal Time (UTC). The value of LastRestoreTime is accurate
    // to milliseconds. For example, the value 1516925490.087 represents Friday,
    // January 26, 2018 12:11:30.087 AM.
    LastRestoreTime *time.Time `type:"timestamp"`

    // The lifecycle defines when a protected resource is transitioned to cold storage
    // and when it expires. Backup transitions and expires backups automatically
    // according to the lifecycle that you define.
    //
    // Backups transitioned to cold storage must be stored in cold storage for a
    // minimum of 90 days. Therefore, the “retention” setting must be 90 days
    // greater than the “transition to cold after days” setting. The “transition
    // to cold after days” setting cannot be changed after a backup has been transitioned
    // to cold.
    //
    // Resource types that are able to be transitioned to cold storage are listed
    // in the "Lifecycle to cold storage" section of the Feature availability by
    // resource (https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource)
    // table. Backup ignores this expression for other resource types.
    Lifecycle *Lifecycle `type:"structure"`

    // This is the Amazon Resource Name (ARN) of the parent (composite) recovery
    // point.
    ParentRecoveryPointArn *string `type:"string"`

    // An Amazon Resource Name (ARN) that uniquely identifies a recovery point;
    // for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    RecoveryPointArn *string `type:"string"`

    // An ARN that uniquely identifies a resource. The format of the ARN depends
    // on the resource type.
    ResourceArn *string `type:"string"`

    // This is the non-unique name of the resource that belongs to the specified
    // backup.
    ResourceName *string `type:"string"`

    // The type of Amazon Web Services resource saved as a recovery point; for example,
    // an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational
    // Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service
    // (VSS) backups, the only supported resource type is Amazon EC2.
    ResourceType *string `type:"string"`

    // The backup vault where the recovery point was originally copied from. If
    // the recovery point is restored to the same account this value will be null.
    SourceBackupVaultArn *string `type:"string"`

    // A status code specifying the state of the recovery point.
    Status *string `type:"string" enum:"RecoveryPointStatus"`

    // A message explaining the reason of the recovery point deletion failure.
    StatusMessage *string `type:"string"`

    // This is the type of vault in which the described recovery point is stored.
    VaultType *string `type:"string" enum:"VaultType"`
    // contains filtered or unexported fields
}

Contains detailed information about the recovery points stored in a backup vault.

func (RecoveryPointByBackupVault) GoString

func (s RecoveryPointByBackupVault) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoveryPointByBackupVault) SetBackupSizeInBytes

func (s *RecoveryPointByBackupVault) SetBackupSizeInBytes(v int64) *RecoveryPointByBackupVault

SetBackupSizeInBytes sets the BackupSizeInBytes field's value.

func (*RecoveryPointByBackupVault) SetBackupVaultArn

func (s *RecoveryPointByBackupVault) SetBackupVaultArn(v string) *RecoveryPointByBackupVault

SetBackupVaultArn sets the BackupVaultArn field's value.

func (*RecoveryPointByBackupVault) SetBackupVaultName

func (s *RecoveryPointByBackupVault) SetBackupVaultName(v string) *RecoveryPointByBackupVault

SetBackupVaultName sets the BackupVaultName field's value.

func (*RecoveryPointByBackupVault) SetCalculatedLifecycle

func (s *RecoveryPointByBackupVault) SetCalculatedLifecycle(v *CalculatedLifecycle) *RecoveryPointByBackupVault

SetCalculatedLifecycle sets the CalculatedLifecycle field's value.

func (*RecoveryPointByBackupVault) SetCompletionDate

func (s *RecoveryPointByBackupVault) SetCompletionDate(v time.Time) *RecoveryPointByBackupVault

SetCompletionDate sets the CompletionDate field's value.

func (*RecoveryPointByBackupVault) SetCompositeMemberIdentifier

func (s *RecoveryPointByBackupVault) SetCompositeMemberIdentifier(v string) *RecoveryPointByBackupVault

SetCompositeMemberIdentifier sets the CompositeMemberIdentifier field's value.

func (*RecoveryPointByBackupVault) SetCreatedBy

func (s *RecoveryPointByBackupVault) SetCreatedBy(v *RecoveryPointCreator) *RecoveryPointByBackupVault

SetCreatedBy sets the CreatedBy field's value.

func (*RecoveryPointByBackupVault) SetCreationDate

func (s *RecoveryPointByBackupVault) SetCreationDate(v time.Time) *RecoveryPointByBackupVault

SetCreationDate sets the CreationDate field's value.

func (*RecoveryPointByBackupVault) SetEncryptionKeyArn

func (s *RecoveryPointByBackupVault) SetEncryptionKeyArn(v string) *RecoveryPointByBackupVault

SetEncryptionKeyArn sets the EncryptionKeyArn field's value.

func (*RecoveryPointByBackupVault) SetIamRoleArn

func (s *RecoveryPointByBackupVault) SetIamRoleArn(v string) *RecoveryPointByBackupVault

SetIamRoleArn sets the IamRoleArn field's value.

func (*RecoveryPointByBackupVault) SetIsEncrypted

func (s *RecoveryPointByBackupVault) SetIsEncrypted(v bool) *RecoveryPointByBackupVault

SetIsEncrypted sets the IsEncrypted field's value.

func (*RecoveryPointByBackupVault) SetIsParent

func (s *RecoveryPointByBackupVault) SetIsParent(v bool) *RecoveryPointByBackupVault

SetIsParent sets the IsParent field's value.

func (*RecoveryPointByBackupVault) SetLastRestoreTime

func (s *RecoveryPointByBackupVault) SetLastRestoreTime(v time.Time) *RecoveryPointByBackupVault

SetLastRestoreTime sets the LastRestoreTime field's value.

func (*RecoveryPointByBackupVault) SetLifecycle

func (s *RecoveryPointByBackupVault) SetLifecycle(v *Lifecycle) *RecoveryPointByBackupVault

SetLifecycle sets the Lifecycle field's value.

func (*RecoveryPointByBackupVault) SetParentRecoveryPointArn

func (s *RecoveryPointByBackupVault) SetParentRecoveryPointArn(v string) *RecoveryPointByBackupVault

SetParentRecoveryPointArn sets the ParentRecoveryPointArn field's value.

func (*RecoveryPointByBackupVault) SetRecoveryPointArn

func (s *RecoveryPointByBackupVault) SetRecoveryPointArn(v string) *RecoveryPointByBackupVault

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (*RecoveryPointByBackupVault) SetResourceArn

func (s *RecoveryPointByBackupVault) SetResourceArn(v string) *RecoveryPointByBackupVault

SetResourceArn sets the ResourceArn field's value.

func (*RecoveryPointByBackupVault) SetResourceName

func (s *RecoveryPointByBackupVault) SetResourceName(v string) *RecoveryPointByBackupVault

SetResourceName sets the ResourceName field's value.

func (*RecoveryPointByBackupVault) SetResourceType

func (s *RecoveryPointByBackupVault) SetResourceType(v string) *RecoveryPointByBackupVault

SetResourceType sets the ResourceType field's value.

func (*RecoveryPointByBackupVault) SetSourceBackupVaultArn

func (s *RecoveryPointByBackupVault) SetSourceBackupVaultArn(v string) *RecoveryPointByBackupVault

SetSourceBackupVaultArn sets the SourceBackupVaultArn field's value.

func (*RecoveryPointByBackupVault) SetStatus

func (s *RecoveryPointByBackupVault) SetStatus(v string) *RecoveryPointByBackupVault

SetStatus sets the Status field's value.

func (*RecoveryPointByBackupVault) SetStatusMessage

func (s *RecoveryPointByBackupVault) SetStatusMessage(v string) *RecoveryPointByBackupVault

SetStatusMessage sets the StatusMessage field's value.

func (*RecoveryPointByBackupVault) SetVaultType

func (s *RecoveryPointByBackupVault) SetVaultType(v string) *RecoveryPointByBackupVault

SetVaultType sets the VaultType field's value.

func (RecoveryPointByBackupVault) String

func (s RecoveryPointByBackupVault) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecoveryPointByResource

type RecoveryPointByResource struct {

    // The size, in bytes, of a backup.
    BackupSizeBytes *int64 `type:"long"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    BackupVaultName *string `type:"string"`

    // The date and time a recovery point is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // The server-side encryption key that is used to protect your backups; for
    // example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.
    EncryptionKeyArn *string `type:"string"`

    // This is a boolean value indicating this is a parent (composite) recovery
    // point.
    IsParent *bool `type:"boolean"`

    // This is the Amazon Resource Name (ARN) of the parent (composite) recovery
    // point.
    ParentRecoveryPointArn *string `type:"string"`

    // An Amazon Resource Name (ARN) that uniquely identifies a recovery point;
    // for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    RecoveryPointArn *string `type:"string"`

    // This is the non-unique name of the resource that belongs to the specified
    // backup.
    ResourceName *string `type:"string"`

    // A status code specifying the state of the recovery point.
    Status *string `type:"string" enum:"RecoveryPointStatus"`

    // A message explaining the reason of the recovery point deletion failure.
    StatusMessage *string `type:"string"`

    // This is the type of vault in which the described recovery point is stored.
    VaultType *string `type:"string" enum:"VaultType"`
    // contains filtered or unexported fields
}

Contains detailed information about a saved recovery point.

func (RecoveryPointByResource) GoString

func (s RecoveryPointByResource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoveryPointByResource) SetBackupSizeBytes

func (s *RecoveryPointByResource) SetBackupSizeBytes(v int64) *RecoveryPointByResource

SetBackupSizeBytes sets the BackupSizeBytes field's value.

func (*RecoveryPointByResource) SetBackupVaultName

func (s *RecoveryPointByResource) SetBackupVaultName(v string) *RecoveryPointByResource

SetBackupVaultName sets the BackupVaultName field's value.

func (*RecoveryPointByResource) SetCreationDate

func (s *RecoveryPointByResource) SetCreationDate(v time.Time) *RecoveryPointByResource

SetCreationDate sets the CreationDate field's value.

func (*RecoveryPointByResource) SetEncryptionKeyArn

func (s *RecoveryPointByResource) SetEncryptionKeyArn(v string) *RecoveryPointByResource

SetEncryptionKeyArn sets the EncryptionKeyArn field's value.

func (*RecoveryPointByResource) SetIsParent

func (s *RecoveryPointByResource) SetIsParent(v bool) *RecoveryPointByResource

SetIsParent sets the IsParent field's value.

func (*RecoveryPointByResource) SetParentRecoveryPointArn

func (s *RecoveryPointByResource) SetParentRecoveryPointArn(v string) *RecoveryPointByResource

SetParentRecoveryPointArn sets the ParentRecoveryPointArn field's value.

func (*RecoveryPointByResource) SetRecoveryPointArn

func (s *RecoveryPointByResource) SetRecoveryPointArn(v string) *RecoveryPointByResource

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (*RecoveryPointByResource) SetResourceName

func (s *RecoveryPointByResource) SetResourceName(v string) *RecoveryPointByResource

SetResourceName sets the ResourceName field's value.

func (*RecoveryPointByResource) SetStatus

func (s *RecoveryPointByResource) SetStatus(v string) *RecoveryPointByResource

SetStatus sets the Status field's value.

func (*RecoveryPointByResource) SetStatusMessage

func (s *RecoveryPointByResource) SetStatusMessage(v string) *RecoveryPointByResource

SetStatusMessage sets the StatusMessage field's value.

func (*RecoveryPointByResource) SetVaultType

func (s *RecoveryPointByResource) SetVaultType(v string) *RecoveryPointByResource

SetVaultType sets the VaultType field's value.

func (RecoveryPointByResource) String

func (s RecoveryPointByResource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecoveryPointCreator

type RecoveryPointCreator struct {

    // An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for
    // example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.
    BackupPlanArn *string `type:"string"`

    // Uniquely identifies a backup plan.
    BackupPlanId *string `type:"string"`

    // Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings
    // that are at most 1,024 bytes long. They cannot be edited.
    BackupPlanVersion *string `type:"string"`

    // Uniquely identifies a rule used to schedule the backup of a selection of
    // resources.
    BackupRuleId *string `type:"string"`
    // contains filtered or unexported fields
}

Contains information about the backup plan and rule that Backup used to initiate the recovery point backup.

func (RecoveryPointCreator) GoString

func (s RecoveryPointCreator) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoveryPointCreator) SetBackupPlanArn

func (s *RecoveryPointCreator) SetBackupPlanArn(v string) *RecoveryPointCreator

SetBackupPlanArn sets the BackupPlanArn field's value.

func (*RecoveryPointCreator) SetBackupPlanId

func (s *RecoveryPointCreator) SetBackupPlanId(v string) *RecoveryPointCreator

SetBackupPlanId sets the BackupPlanId field's value.

func (*RecoveryPointCreator) SetBackupPlanVersion

func (s *RecoveryPointCreator) SetBackupPlanVersion(v string) *RecoveryPointCreator

SetBackupPlanVersion sets the BackupPlanVersion field's value.

func (*RecoveryPointCreator) SetBackupRuleId

func (s *RecoveryPointCreator) SetBackupRuleId(v string) *RecoveryPointCreator

SetBackupRuleId sets the BackupRuleId field's value.

func (RecoveryPointCreator) String

func (s RecoveryPointCreator) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecoveryPointMember

type RecoveryPointMember struct {

    // This is the name of the backup vault (the logical container in which backups
    // are stored).
    BackupVaultName *string `type:"string"`

    // This is the Amazon Resource Name (ARN) of the parent (composite) recovery
    // point.
    RecoveryPointArn *string `type:"string"`

    // This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.
    ResourceArn *string `type:"string"`

    // This is the Amazon Web Services resource type that is saved as a recovery
    // point.
    ResourceType *string `type:"string"`
    // contains filtered or unexported fields
}

This is a recovery point which is a child (nested) recovery point of a parent (composite) recovery point. These recovery points can be disassociated from their parent (composite) recovery point, in which case they will no longer be a member.

func (RecoveryPointMember) GoString

func (s RecoveryPointMember) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoveryPointMember) SetBackupVaultName

func (s *RecoveryPointMember) SetBackupVaultName(v string) *RecoveryPointMember

SetBackupVaultName sets the BackupVaultName field's value.

func (*RecoveryPointMember) SetRecoveryPointArn

func (s *RecoveryPointMember) SetRecoveryPointArn(v string) *RecoveryPointMember

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (*RecoveryPointMember) SetResourceArn

func (s *RecoveryPointMember) SetResourceArn(v string) *RecoveryPointMember

SetResourceArn sets the ResourceArn field's value.

func (*RecoveryPointMember) SetResourceType

func (s *RecoveryPointMember) SetResourceType(v string) *RecoveryPointMember

SetResourceType sets the ResourceType field's value.

func (RecoveryPointMember) String

func (s RecoveryPointMember) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecoveryPointSelection

type RecoveryPointSelection struct {

    // This is a resource filter containing FromDate: DateTime and ToDate: DateTime.
    // Both values are required. Future DateTime values are not permitted.
    //
    // The date and time are in Unix format and Coordinated Universal Time (UTC),
    // and it is accurate to milliseconds ((milliseconds are optional). For example,
    // the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
    // AM.
    DateRange *DateRange `type:"structure"`

    // These are the resources included in the resource selection (including type
    // of resources and vaults).
    ResourceIdentifiers []*string `type:"list"`

    // These are the names of the vaults in which the selected recovery points are
    // contained.
    VaultNames []*string `type:"list"`
    // contains filtered or unexported fields
}

This specifies criteria to assign a set of resources, such as resource types or backup vaults.

func (RecoveryPointSelection) GoString

func (s RecoveryPointSelection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoveryPointSelection) SetDateRange

func (s *RecoveryPointSelection) SetDateRange(v *DateRange) *RecoveryPointSelection

SetDateRange sets the DateRange field's value.

func (*RecoveryPointSelection) SetResourceIdentifiers

func (s *RecoveryPointSelection) SetResourceIdentifiers(v []*string) *RecoveryPointSelection

SetResourceIdentifiers sets the ResourceIdentifiers field's value.

func (*RecoveryPointSelection) SetVaultNames

func (s *RecoveryPointSelection) SetVaultNames(v []*string) *RecoveryPointSelection

SetVaultNames sets the VaultNames field's value.

func (RecoveryPointSelection) String

func (s RecoveryPointSelection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecoveryPointSelection) Validate

func (s *RecoveryPointSelection) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReportDeliveryChannel

type ReportDeliveryChannel struct {

    // A list of the format of your reports: CSV, JSON, or both. If not specified,
    // the default format is CSV.
    Formats []*string `type:"list"`

    // The unique name of the S3 bucket that receives your reports.
    //
    // S3BucketName is a required field
    S3BucketName *string `type:"string" required:"true"`

    // The prefix for where Backup Audit Manager delivers your reports to Amazon
    // S3. The prefix is this part of the following path: s3://your-bucket-name/prefix/Backup/us-west-2/year/month/day/report-name.
    // If not specified, there is no prefix.
    S3KeyPrefix *string `type:"string"`
    // contains filtered or unexported fields
}

Contains information from your report plan about where to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.

func (ReportDeliveryChannel) GoString

func (s ReportDeliveryChannel) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReportDeliveryChannel) SetFormats

func (s *ReportDeliveryChannel) SetFormats(v []*string) *ReportDeliveryChannel

SetFormats sets the Formats field's value.

func (*ReportDeliveryChannel) SetS3BucketName

func (s *ReportDeliveryChannel) SetS3BucketName(v string) *ReportDeliveryChannel

SetS3BucketName sets the S3BucketName field's value.

func (*ReportDeliveryChannel) SetS3KeyPrefix

func (s *ReportDeliveryChannel) SetS3KeyPrefix(v string) *ReportDeliveryChannel

SetS3KeyPrefix sets the S3KeyPrefix field's value.

func (ReportDeliveryChannel) String

func (s ReportDeliveryChannel) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReportDeliveryChannel) Validate

func (s *ReportDeliveryChannel) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReportDestination

type ReportDestination struct {

    // The unique name of the Amazon S3 bucket that receives your reports.
    S3BucketName *string `type:"string"`

    // The object key that uniquely identifies your reports in your S3 bucket.
    S3Keys []*string `type:"list"`
    // contains filtered or unexported fields
}

Contains information from your report job about your report destination.

func (ReportDestination) GoString

func (s ReportDestination) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReportDestination) SetS3BucketName

func (s *ReportDestination) SetS3BucketName(v string) *ReportDestination

SetS3BucketName sets the S3BucketName field's value.

func (*ReportDestination) SetS3Keys

func (s *ReportDestination) SetS3Keys(v []*string) *ReportDestination

SetS3Keys sets the S3Keys field's value.

func (ReportDestination) String

func (s ReportDestination) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReportJob

type ReportJob struct {

    // The date and time that a report job is completed, in Unix format and Coordinated
    // Universal Time (UTC). The value of CompletionTime is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CompletionTime *time.Time `type:"timestamp"`

    // The date and time that a report job is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationTime is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationTime *time.Time `type:"timestamp"`

    // The S3 bucket name and S3 keys for the destination where the report job publishes
    // the report.
    ReportDestination *ReportDestination `type:"structure"`

    // The identifier for a report job. A unique, randomly generated, Unicode, UTF-8
    // encoded string that is at most 1,024 bytes long. Report job IDs cannot be
    // edited.
    ReportJobId *string `type:"string"`

    // An Amazon Resource Name (ARN) that uniquely identifies a resource. The format
    // of the ARN depends on the resource type.
    ReportPlanArn *string `type:"string"`

    // Identifies the report template for the report. Reports are built using a
    // report template. The report templates are:
    //
    // RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT
    // | COPY_JOB_REPORT | RESTORE_JOB_REPORT
    ReportTemplate *string `type:"string"`

    // The status of a report job. The statuses are:
    //
    // CREATED | RUNNING | COMPLETED | FAILED
    //
    // COMPLETED means that the report is available for your review at your designated
    // destination. If the status is FAILED, review the StatusMessage for the reason.
    Status *string `type:"string"`

    // A message explaining the status of the report job.
    StatusMessage *string `type:"string"`
    // contains filtered or unexported fields
}

Contains detailed information about a report job. A report job compiles a report based on a report plan and publishes it to Amazon S3.

func (ReportJob) GoString

func (s ReportJob) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReportJob) SetCompletionTime

func (s *ReportJob) SetCompletionTime(v time.Time) *ReportJob

SetCompletionTime sets the CompletionTime field's value.

func (*ReportJob) SetCreationTime

func (s *ReportJob) SetCreationTime(v time.Time) *ReportJob

SetCreationTime sets the CreationTime field's value.

func (*ReportJob) SetReportDestination

func (s *ReportJob) SetReportDestination(v *ReportDestination) *ReportJob

SetReportDestination sets the ReportDestination field's value.

func (*ReportJob) SetReportJobId

func (s *ReportJob) SetReportJobId(v string) *ReportJob

SetReportJobId sets the ReportJobId field's value.

func (*ReportJob) SetReportPlanArn

func (s *ReportJob) SetReportPlanArn(v string) *ReportJob

SetReportPlanArn sets the ReportPlanArn field's value.

func (*ReportJob) SetReportTemplate

func (s *ReportJob) SetReportTemplate(v string) *ReportJob

SetReportTemplate sets the ReportTemplate field's value.

func (*ReportJob) SetStatus

func (s *ReportJob) SetStatus(v string) *ReportJob

SetStatus sets the Status field's value.

func (*ReportJob) SetStatusMessage

func (s *ReportJob) SetStatusMessage(v string) *ReportJob

SetStatusMessage sets the StatusMessage field's value.

func (ReportJob) String

func (s ReportJob) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReportPlan

type ReportPlan struct {

    // The date and time that a report plan is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationTime is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationTime *time.Time `type:"timestamp"`

    // The deployment status of a report plan. The statuses are:
    //
    // CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED
    DeploymentStatus *string `type:"string"`

    // The date and time that a report job associated with this report plan last
    // attempted to run, in Unix format and Coordinated Universal Time (UTC). The
    // value of LastAttemptedExecutionTime is accurate to milliseconds. For example,
    // the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
    // AM.
    LastAttemptedExecutionTime *time.Time `type:"timestamp"`

    // The date and time that a report job associated with this report plan last
    // successfully ran, in Unix format and Coordinated Universal Time (UTC). The
    // value of LastSuccessfulExecutionTime is accurate to milliseconds. For example,
    // the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
    // AM.
    LastSuccessfulExecutionTime *time.Time `type:"timestamp"`

    // Contains information about where and how to deliver your reports, specifically
    // your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.
    ReportDeliveryChannel *ReportDeliveryChannel `type:"structure"`

    // An Amazon Resource Name (ARN) that uniquely identifies a resource. The format
    // of the ARN depends on the resource type.
    ReportPlanArn *string `type:"string"`

    // An optional description of the report plan with a maximum 1,024 characters.
    ReportPlanDescription *string `type:"string"`

    // The unique name of the report plan. This name is between 1 and 256 characters
    // starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9),
    // and underscores (_).
    ReportPlanName *string `min:"1" type:"string"`

    // Identifies the report template for the report. Reports are built using a
    // report template. The report templates are:
    //
    // RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT
    // | COPY_JOB_REPORT | RESTORE_JOB_REPORT
    //
    // If the report template is RESOURCE_COMPLIANCE_REPORT or CONTROL_COMPLIANCE_REPORT,
    // this API resource also describes the report coverage by Amazon Web Services
    // Regions and frameworks.
    ReportSetting *ReportSetting `type:"structure"`
    // contains filtered or unexported fields
}

Contains detailed information about a report plan.

func (ReportPlan) GoString

func (s ReportPlan) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReportPlan) SetCreationTime

func (s *ReportPlan) SetCreationTime(v time.Time) *ReportPlan

SetCreationTime sets the CreationTime field's value.

func (*ReportPlan) SetDeploymentStatus

func (s *ReportPlan) SetDeploymentStatus(v string) *ReportPlan

SetDeploymentStatus sets the DeploymentStatus field's value.

func (*ReportPlan) SetLastAttemptedExecutionTime

func (s *ReportPlan) SetLastAttemptedExecutionTime(v time.Time) *ReportPlan

SetLastAttemptedExecutionTime sets the LastAttemptedExecutionTime field's value.

func (*ReportPlan) SetLastSuccessfulExecutionTime

func (s *ReportPlan) SetLastSuccessfulExecutionTime(v time.Time) *ReportPlan

SetLastSuccessfulExecutionTime sets the LastSuccessfulExecutionTime field's value.

func (*ReportPlan) SetReportDeliveryChannel

func (s *ReportPlan) SetReportDeliveryChannel(v *ReportDeliveryChannel) *ReportPlan

SetReportDeliveryChannel sets the ReportDeliveryChannel field's value.

func (*ReportPlan) SetReportPlanArn

func (s *ReportPlan) SetReportPlanArn(v string) *ReportPlan

SetReportPlanArn sets the ReportPlanArn field's value.

func (*ReportPlan) SetReportPlanDescription

func (s *ReportPlan) SetReportPlanDescription(v string) *ReportPlan

SetReportPlanDescription sets the ReportPlanDescription field's value.

func (*ReportPlan) SetReportPlanName

func (s *ReportPlan) SetReportPlanName(v string) *ReportPlan

SetReportPlanName sets the ReportPlanName field's value.

func (*ReportPlan) SetReportSetting

func (s *ReportPlan) SetReportSetting(v *ReportSetting) *ReportPlan

SetReportSetting sets the ReportSetting field's value.

func (ReportPlan) String

func (s ReportPlan) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ReportSetting

type ReportSetting struct {

    // These are the accounts to be included in the report.
    Accounts []*string `type:"list"`

    // The Amazon Resource Names (ARNs) of the frameworks a report covers.
    FrameworkArns []*string `type:"list"`

    // The number of frameworks a report covers.
    NumberOfFrameworks *int64 `type:"integer"`

    // These are the Organizational Units to be included in the report.
    OrganizationUnits []*string `type:"list"`

    // These are the Regions to be included in the report.
    Regions []*string `type:"list"`

    // Identifies the report template for the report. Reports are built using a
    // report template. The report templates are:
    //
    // RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT
    // | COPY_JOB_REPORT | RESTORE_JOB_REPORT
    //
    // ReportTemplate is a required field
    ReportTemplate *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Contains detailed information about a report setting.

func (ReportSetting) GoString

func (s ReportSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReportSetting) SetAccounts

func (s *ReportSetting) SetAccounts(v []*string) *ReportSetting

SetAccounts sets the Accounts field's value.

func (*ReportSetting) SetFrameworkArns

func (s *ReportSetting) SetFrameworkArns(v []*string) *ReportSetting

SetFrameworkArns sets the FrameworkArns field's value.

func (*ReportSetting) SetNumberOfFrameworks

func (s *ReportSetting) SetNumberOfFrameworks(v int64) *ReportSetting

SetNumberOfFrameworks sets the NumberOfFrameworks field's value.

func (*ReportSetting) SetOrganizationUnits

func (s *ReportSetting) SetOrganizationUnits(v []*string) *ReportSetting

SetOrganizationUnits sets the OrganizationUnits field's value.

func (*ReportSetting) SetRegions

func (s *ReportSetting) SetRegions(v []*string) *ReportSetting

SetRegions sets the Regions field's value.

func (*ReportSetting) SetReportTemplate

func (s *ReportSetting) SetReportTemplate(v string) *ReportSetting

SetReportTemplate sets the ReportTemplate field's value.

func (ReportSetting) String

func (s ReportSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ReportSetting) Validate

func (s *ReportSetting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceNotFoundException

type ResourceNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Code_ *string `locationName:"Code" type:"string"`

    Context *string `type:"string"`

    Message_ *string `locationName:"Message" type:"string"`

    Type *string `type:"string"`
    // contains filtered or unexported fields
}

A resource that is required for the action doesn't exist.

func (*ResourceNotFoundException) Code

func (s *ResourceNotFoundException) Code() string

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceNotFoundException) Message

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RestoreJobCreator

type RestoreJobCreator struct {

    // An Amazon Resource Name (ARN) that uniquely identifies a restore testing
    // plan.
    RestoreTestingPlanArn *string `type:"string"`
    // contains filtered or unexported fields
}

Contains information about the restore testing plan that Backup used to initiate the restore job.

func (RestoreJobCreator) GoString

func (s RestoreJobCreator) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreJobCreator) SetRestoreTestingPlanArn

func (s *RestoreJobCreator) SetRestoreTestingPlanArn(v string) *RestoreJobCreator

SetRestoreTestingPlanArn sets the RestoreTestingPlanArn field's value.

func (RestoreJobCreator) String

func (s RestoreJobCreator) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RestoreJobSummary

type RestoreJobSummary struct {

    // The account ID that owns the jobs within the summary.
    AccountId *string `type:"string"`

    // The value as a number of jobs in a job summary.
    Count *int64 `type:"integer"`

    // The value of time in number format of a job end time.
    //
    // This value is the time in Unix format, Coordinated Universal Time (UTC),
    // and accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    EndTime *time.Time `type:"timestamp"`

    // The Amazon Web Services Regions within the job summary.
    Region *string `type:"string"`

    // This value is the job count for the specified resource type. The request
    // GetSupportedResourceTypes returns strings for supported resource types.
    ResourceType *string `type:"string"`

    // The value of time in number format of a job start time.
    //
    // This value is the time in Unix format, Coordinated Universal Time (UTC),
    // and accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    StartTime *time.Time `type:"timestamp"`

    // This value is job count for jobs with the specified state.
    State *string `type:"string" enum:"RestoreJobState"`
    // contains filtered or unexported fields
}

This is a summary of restore jobs created or running within the most recent 30 days.

The returned summary may contain the following: Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

func (RestoreJobSummary) GoString

func (s RestoreJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreJobSummary) SetAccountId

func (s *RestoreJobSummary) SetAccountId(v string) *RestoreJobSummary

SetAccountId sets the AccountId field's value.

func (*RestoreJobSummary) SetCount

func (s *RestoreJobSummary) SetCount(v int64) *RestoreJobSummary

SetCount sets the Count field's value.

func (*RestoreJobSummary) SetEndTime

func (s *RestoreJobSummary) SetEndTime(v time.Time) *RestoreJobSummary

SetEndTime sets the EndTime field's value.

func (*RestoreJobSummary) SetRegion

func (s *RestoreJobSummary) SetRegion(v string) *RestoreJobSummary

SetRegion sets the Region field's value.

func (*RestoreJobSummary) SetResourceType

func (s *RestoreJobSummary) SetResourceType(v string) *RestoreJobSummary

SetResourceType sets the ResourceType field's value.

func (*RestoreJobSummary) SetStartTime

func (s *RestoreJobSummary) SetStartTime(v time.Time) *RestoreJobSummary

SetStartTime sets the StartTime field's value.

func (*RestoreJobSummary) SetState

func (s *RestoreJobSummary) SetState(v string) *RestoreJobSummary

SetState sets the State field's value.

func (RestoreJobSummary) String

func (s RestoreJobSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RestoreJobsListMember

type RestoreJobsListMember struct {

    // The account ID that owns the restore job.
    AccountId *string `type:"string"`

    // The size, in bytes, of the restored resource.
    BackupSizeInBytes *int64 `type:"long"`

    // The date and time a job to restore a recovery point is completed, in Unix
    // format and Coordinated Universal Time (UTC). The value of CompletionDate
    // is accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    CompletionDate *time.Time `type:"timestamp"`

    // Contains identifying information about the creation of a restore job.
    CreatedBy *RestoreJobCreator `type:"structure"`

    // An Amazon Resource Name (ARN) that uniquely identifies a resource. The format
    // of the ARN depends on the resource type.
    CreatedResourceArn *string `type:"string"`

    // The date and time a restore job is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // This notes the status of the data generated by the restore test. The status
    // may be Deleting, Failed, or Successful.
    DeletionStatus *string `type:"string" enum:"RestoreDeletionStatus"`

    // This describes the restore job deletion status.
    DeletionStatusMessage *string `type:"string"`

    // The amount of time in minutes that a job restoring a recovery point is expected
    // to take.
    ExpectedCompletionTimeMinutes *int64 `type:"long"`

    // Specifies the IAM role ARN used to create the target recovery point; for
    // example, arn:aws:iam::123456789012:role/S3Access.
    IamRoleArn *string `type:"string"`

    // Contains an estimated percentage complete of a job at the time the job status
    // was queried.
    PercentDone *string `type:"string"`

    // An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    RecoveryPointArn *string `type:"string"`

    // The date on which a recovery point was created.
    RecoveryPointCreationDate *time.Time `type:"timestamp"`

    // The resource type of the listed restore jobs; for example, an Amazon Elastic
    // Block Store (Amazon EBS) volume or an Amazon Relational Database Service
    // (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups,
    // the only supported resource type is Amazon EC2.
    ResourceType *string `type:"string"`

    // Uniquely identifies the job that restores a recovery point.
    RestoreJobId *string `type:"string"`

    // A status code specifying the state of the job initiated by Backup to restore
    // a recovery point.
    Status *string `type:"string" enum:"RestoreJobStatus"`

    // A detailed message explaining the status of the job to restore a recovery
    // point.
    StatusMessage *string `type:"string"`

    // This is the status of validation run on the indicated restore job.
    ValidationStatus *string `type:"string" enum:"RestoreValidationStatus"`

    // This describes the status of validation run on the indicated restore job.
    ValidationStatusMessage *string `type:"string"`
    // contains filtered or unexported fields
}

Contains metadata about a restore job.

func (RestoreJobsListMember) GoString

func (s RestoreJobsListMember) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreJobsListMember) SetAccountId

func (s *RestoreJobsListMember) SetAccountId(v string) *RestoreJobsListMember

SetAccountId sets the AccountId field's value.

func (*RestoreJobsListMember) SetBackupSizeInBytes

func (s *RestoreJobsListMember) SetBackupSizeInBytes(v int64) *RestoreJobsListMember

SetBackupSizeInBytes sets the BackupSizeInBytes field's value.

func (*RestoreJobsListMember) SetCompletionDate

func (s *RestoreJobsListMember) SetCompletionDate(v time.Time) *RestoreJobsListMember

SetCompletionDate sets the CompletionDate field's value.

func (*RestoreJobsListMember) SetCreatedBy

func (s *RestoreJobsListMember) SetCreatedBy(v *RestoreJobCreator) *RestoreJobsListMember

SetCreatedBy sets the CreatedBy field's value.

func (*RestoreJobsListMember) SetCreatedResourceArn

func (s *RestoreJobsListMember) SetCreatedResourceArn(v string) *RestoreJobsListMember

SetCreatedResourceArn sets the CreatedResourceArn field's value.

func (*RestoreJobsListMember) SetCreationDate

func (s *RestoreJobsListMember) SetCreationDate(v time.Time) *RestoreJobsListMember

SetCreationDate sets the CreationDate field's value.

func (*RestoreJobsListMember) SetDeletionStatus

func (s *RestoreJobsListMember) SetDeletionStatus(v string) *RestoreJobsListMember

SetDeletionStatus sets the DeletionStatus field's value.

func (*RestoreJobsListMember) SetDeletionStatusMessage

func (s *RestoreJobsListMember) SetDeletionStatusMessage(v string) *RestoreJobsListMember

SetDeletionStatusMessage sets the DeletionStatusMessage field's value.

func (*RestoreJobsListMember) SetExpectedCompletionTimeMinutes

func (s *RestoreJobsListMember) SetExpectedCompletionTimeMinutes(v int64) *RestoreJobsListMember

SetExpectedCompletionTimeMinutes sets the ExpectedCompletionTimeMinutes field's value.

func (*RestoreJobsListMember) SetIamRoleArn

func (s *RestoreJobsListMember) SetIamRoleArn(v string) *RestoreJobsListMember

SetIamRoleArn sets the IamRoleArn field's value.

func (*RestoreJobsListMember) SetPercentDone

func (s *RestoreJobsListMember) SetPercentDone(v string) *RestoreJobsListMember

SetPercentDone sets the PercentDone field's value.

func (*RestoreJobsListMember) SetRecoveryPointArn

func (s *RestoreJobsListMember) SetRecoveryPointArn(v string) *RestoreJobsListMember

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (*RestoreJobsListMember) SetRecoveryPointCreationDate

func (s *RestoreJobsListMember) SetRecoveryPointCreationDate(v time.Time) *RestoreJobsListMember

SetRecoveryPointCreationDate sets the RecoveryPointCreationDate field's value.

func (*RestoreJobsListMember) SetResourceType

func (s *RestoreJobsListMember) SetResourceType(v string) *RestoreJobsListMember

SetResourceType sets the ResourceType field's value.

func (*RestoreJobsListMember) SetRestoreJobId

func (s *RestoreJobsListMember) SetRestoreJobId(v string) *RestoreJobsListMember

SetRestoreJobId sets the RestoreJobId field's value.

func (*RestoreJobsListMember) SetStatus

func (s *RestoreJobsListMember) SetStatus(v string) *RestoreJobsListMember

SetStatus sets the Status field's value.

func (*RestoreJobsListMember) SetStatusMessage

func (s *RestoreJobsListMember) SetStatusMessage(v string) *RestoreJobsListMember

SetStatusMessage sets the StatusMessage field's value.

func (*RestoreJobsListMember) SetValidationStatus

func (s *RestoreJobsListMember) SetValidationStatus(v string) *RestoreJobsListMember

SetValidationStatus sets the ValidationStatus field's value.

func (*RestoreJobsListMember) SetValidationStatusMessage

func (s *RestoreJobsListMember) SetValidationStatusMessage(v string) *RestoreJobsListMember

SetValidationStatusMessage sets the ValidationStatusMessage field's value.

func (RestoreJobsListMember) String

func (s RestoreJobsListMember) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RestoreTestingPlanForCreate

type RestoreTestingPlanForCreate struct {

    // Required: Algorithm; Required: Recovery point types; IncludeVaults (one or
    // more). Optional: SelectionWindowDays ('30' if not specified); ExcludeVaults
    // (list of selectors), defaults to empty list if not listed.
    //
    // RecoveryPointSelection is a required field
    RecoveryPointSelection *RestoreTestingRecoveryPointSelection `type:"structure" required:"true"`

    // The RestoreTestingPlanName is a unique string that is the name of the restore
    // testing plan. This cannot be changed after creation, and it must consist
    // of only alphanumeric characters and underscores.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `type:"string" required:"true"`

    // A CRON expression in specified timezone when a restore testing plan is executed.
    //
    // ScheduleExpression is a required field
    ScheduleExpression *string `type:"string" required:"true"`

    // Optional. This is the timezone in which the schedule expression is set. By
    // default, ScheduleExpressions are in UTC. You can modify this to a specified
    // timezone.
    ScheduleExpressionTimezone *string `type:"string"`

    // Defaults to 24 hours.
    //
    // A value in hours after a restore test is scheduled before a job will be canceled
    // if it doesn't start successfully. This value is optional. If this value is
    // included, this parameter has a maximum value of 168 hours (one week).
    StartWindowHours *int64 `type:"integer"`
    // contains filtered or unexported fields
}

This contains metadata about a restore testing plan.

func (RestoreTestingPlanForCreate) GoString

func (s RestoreTestingPlanForCreate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreTestingPlanForCreate) SetRecoveryPointSelection

func (s *RestoreTestingPlanForCreate) SetRecoveryPointSelection(v *RestoreTestingRecoveryPointSelection) *RestoreTestingPlanForCreate

SetRecoveryPointSelection sets the RecoveryPointSelection field's value.

func (*RestoreTestingPlanForCreate) SetRestoreTestingPlanName

func (s *RestoreTestingPlanForCreate) SetRestoreTestingPlanName(v string) *RestoreTestingPlanForCreate

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (*RestoreTestingPlanForCreate) SetScheduleExpression

func (s *RestoreTestingPlanForCreate) SetScheduleExpression(v string) *RestoreTestingPlanForCreate

SetScheduleExpression sets the ScheduleExpression field's value.

func (*RestoreTestingPlanForCreate) SetScheduleExpressionTimezone

func (s *RestoreTestingPlanForCreate) SetScheduleExpressionTimezone(v string) *RestoreTestingPlanForCreate

SetScheduleExpressionTimezone sets the ScheduleExpressionTimezone field's value.

func (*RestoreTestingPlanForCreate) SetStartWindowHours

func (s *RestoreTestingPlanForCreate) SetStartWindowHours(v int64) *RestoreTestingPlanForCreate

SetStartWindowHours sets the StartWindowHours field's value.

func (RestoreTestingPlanForCreate) String

func (s RestoreTestingPlanForCreate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreTestingPlanForCreate) Validate

func (s *RestoreTestingPlanForCreate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestoreTestingPlanForGet

type RestoreTestingPlanForGet struct {

    // The date and time that a restore testing plan was created, in Unix format
    // and Coordinated Universal Time (UTC). The value of CreationTime is accurate
    // to milliseconds. For example, the value 1516925490.087 represents Friday,
    // January 26, 2018 12:11:30.087 AM.
    //
    // CreationTime is a required field
    CreationTime *time.Time `type:"timestamp" required:"true"`

    // This identifies the request and allows failed requests to be retried without
    // the risk of running the operation twice. If the request includes a CreatorRequestId
    // that matches an existing backup plan, that plan is returned. This parameter
    // is optional.
    //
    // If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
    CreatorRequestId *string `type:"string"`

    // The last time a restore test was run with the specified restore testing plan.
    // A date and time, in Unix format and Coordinated Universal Time (UTC). The
    // value of LastExecutionDate is accurate to milliseconds. For example, the
    // value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
    LastExecutionTime *time.Time `type:"timestamp"`

    // The date and time that the restore testing plan was updated. This update
    // is in Unix format and Coordinated Universal Time (UTC). The value of LastUpdateTime
    // is accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    LastUpdateTime *time.Time `type:"timestamp"`

    // The specified criteria to assign a set of resources, such as recovery point
    // types or backup vaults.
    //
    // RecoveryPointSelection is a required field
    RecoveryPointSelection *RestoreTestingRecoveryPointSelection `type:"structure" required:"true"`

    // An Amazon Resource Name (ARN) that uniquely identifies a restore testing
    // plan.
    //
    // RestoreTestingPlanArn is a required field
    RestoreTestingPlanArn *string `type:"string" required:"true"`

    // This is the restore testing plan name.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `type:"string" required:"true"`

    // A CRON expression in specified timezone when a restore testing plan is executed.
    //
    // ScheduleExpression is a required field
    ScheduleExpression *string `type:"string" required:"true"`

    // Optional. This is the timezone in which the schedule expression is set. By
    // default, ScheduleExpressions are in UTC. You can modify this to a specified
    // timezone.
    ScheduleExpressionTimezone *string `type:"string"`

    // Defaults to 24 hours.
    //
    // A value in hours after a restore test is scheduled before a job will be canceled
    // if it doesn't start successfully. This value is optional. If this value is
    // included, this parameter has a maximum value of 168 hours (one week).
    StartWindowHours *int64 `type:"integer"`
    // contains filtered or unexported fields
}

This contains metadata about a restore testing plan.

func (RestoreTestingPlanForGet) GoString

func (s RestoreTestingPlanForGet) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreTestingPlanForGet) SetCreationTime

func (s *RestoreTestingPlanForGet) SetCreationTime(v time.Time) *RestoreTestingPlanForGet

SetCreationTime sets the CreationTime field's value.

func (*RestoreTestingPlanForGet) SetCreatorRequestId

func (s *RestoreTestingPlanForGet) SetCreatorRequestId(v string) *RestoreTestingPlanForGet

SetCreatorRequestId sets the CreatorRequestId field's value.

func (*RestoreTestingPlanForGet) SetLastExecutionTime

func (s *RestoreTestingPlanForGet) SetLastExecutionTime(v time.Time) *RestoreTestingPlanForGet

SetLastExecutionTime sets the LastExecutionTime field's value.

func (*RestoreTestingPlanForGet) SetLastUpdateTime

func (s *RestoreTestingPlanForGet) SetLastUpdateTime(v time.Time) *RestoreTestingPlanForGet

SetLastUpdateTime sets the LastUpdateTime field's value.

func (*RestoreTestingPlanForGet) SetRecoveryPointSelection

func (s *RestoreTestingPlanForGet) SetRecoveryPointSelection(v *RestoreTestingRecoveryPointSelection) *RestoreTestingPlanForGet

SetRecoveryPointSelection sets the RecoveryPointSelection field's value.

func (*RestoreTestingPlanForGet) SetRestoreTestingPlanArn

func (s *RestoreTestingPlanForGet) SetRestoreTestingPlanArn(v string) *RestoreTestingPlanForGet

SetRestoreTestingPlanArn sets the RestoreTestingPlanArn field's value.

func (*RestoreTestingPlanForGet) SetRestoreTestingPlanName

func (s *RestoreTestingPlanForGet) SetRestoreTestingPlanName(v string) *RestoreTestingPlanForGet

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (*RestoreTestingPlanForGet) SetScheduleExpression

func (s *RestoreTestingPlanForGet) SetScheduleExpression(v string) *RestoreTestingPlanForGet

SetScheduleExpression sets the ScheduleExpression field's value.

func (*RestoreTestingPlanForGet) SetScheduleExpressionTimezone

func (s *RestoreTestingPlanForGet) SetScheduleExpressionTimezone(v string) *RestoreTestingPlanForGet

SetScheduleExpressionTimezone sets the ScheduleExpressionTimezone field's value.

func (*RestoreTestingPlanForGet) SetStartWindowHours

func (s *RestoreTestingPlanForGet) SetStartWindowHours(v int64) *RestoreTestingPlanForGet

SetStartWindowHours sets the StartWindowHours field's value.

func (RestoreTestingPlanForGet) String

func (s RestoreTestingPlanForGet) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RestoreTestingPlanForList

type RestoreTestingPlanForList struct {

    // The date and time that a restore testing plan was created, in Unix format
    // and Coordinated Universal Time (UTC). The value of CreationTime is accurate
    // to milliseconds. For example, the value 1516925490.087 represents Friday,
    // January 26, 2018 12:11:30.087 AM.
    //
    // CreationTime is a required field
    CreationTime *time.Time `type:"timestamp" required:"true"`

    // The last time a restore test was run with the specified restore testing plan.
    // A date and time, in Unix format and Coordinated Universal Time (UTC). The
    // value of LastExecutionDate is accurate to milliseconds. For example, the
    // value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
    LastExecutionTime *time.Time `type:"timestamp"`

    // The date and time that the restore testing plan was updated. This update
    // is in Unix format and Coordinated Universal Time (UTC). The value of LastUpdateTime
    // is accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26, 2018 12:11:30.087 AM.
    LastUpdateTime *time.Time `type:"timestamp"`

    // An Amazon Resource Name (ARN) that uniquely identifiesa restore testing plan.
    //
    // RestoreTestingPlanArn is a required field
    RestoreTestingPlanArn *string `type:"string" required:"true"`

    // This is the restore testing plan name.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `type:"string" required:"true"`

    // A CRON expression in specified timezone when a restore testing plan is executed.
    //
    // ScheduleExpression is a required field
    ScheduleExpression *string `type:"string" required:"true"`

    // Optional. This is the timezone in which the schedule expression is set. By
    // default, ScheduleExpressions are in UTC. You can modify this to a specified
    // timezone.
    ScheduleExpressionTimezone *string `type:"string"`

    // Defaults to 24 hours.
    //
    // A value in hours after a restore test is scheduled before a job will be canceled
    // if it doesn't start successfully. This value is optional. If this value is
    // included, this parameter has a maximum value of 168 hours (one week).
    StartWindowHours *int64 `type:"integer"`
    // contains filtered or unexported fields
}

This contains metadata about a restore testing plan.

func (RestoreTestingPlanForList) GoString

func (s RestoreTestingPlanForList) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreTestingPlanForList) SetCreationTime

func (s *RestoreTestingPlanForList) SetCreationTime(v time.Time) *RestoreTestingPlanForList

SetCreationTime sets the CreationTime field's value.

func (*RestoreTestingPlanForList) SetLastExecutionTime

func (s *RestoreTestingPlanForList) SetLastExecutionTime(v time.Time) *RestoreTestingPlanForList

SetLastExecutionTime sets the LastExecutionTime field's value.

func (*RestoreTestingPlanForList) SetLastUpdateTime

func (s *RestoreTestingPlanForList) SetLastUpdateTime(v time.Time) *RestoreTestingPlanForList

SetLastUpdateTime sets the LastUpdateTime field's value.

func (*RestoreTestingPlanForList) SetRestoreTestingPlanArn

func (s *RestoreTestingPlanForList) SetRestoreTestingPlanArn(v string) *RestoreTestingPlanForList

SetRestoreTestingPlanArn sets the RestoreTestingPlanArn field's value.

func (*RestoreTestingPlanForList) SetRestoreTestingPlanName

func (s *RestoreTestingPlanForList) SetRestoreTestingPlanName(v string) *RestoreTestingPlanForList

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (*RestoreTestingPlanForList) SetScheduleExpression

func (s *RestoreTestingPlanForList) SetScheduleExpression(v string) *RestoreTestingPlanForList

SetScheduleExpression sets the ScheduleExpression field's value.

func (*RestoreTestingPlanForList) SetScheduleExpressionTimezone

func (s *RestoreTestingPlanForList) SetScheduleExpressionTimezone(v string) *RestoreTestingPlanForList

SetScheduleExpressionTimezone sets the ScheduleExpressionTimezone field's value.

func (*RestoreTestingPlanForList) SetStartWindowHours

func (s *RestoreTestingPlanForList) SetStartWindowHours(v int64) *RestoreTestingPlanForList

SetStartWindowHours sets the StartWindowHours field's value.

func (RestoreTestingPlanForList) String

func (s RestoreTestingPlanForList) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RestoreTestingPlanForUpdate

type RestoreTestingPlanForUpdate struct {

    // Required: Algorithm; RecoveryPointTypes; IncludeVaults (one or more).
    //
    // Optional: SelectionWindowDays ('30' if not specified); ExcludeVaults (defaults
    // to empty list if not listed).
    RecoveryPointSelection *RestoreTestingRecoveryPointSelection `type:"structure"`

    // A CRON expression in specified timezone when a restore testing plan is executed.
    ScheduleExpression *string `type:"string"`

    // Optional. This is the timezone in which the schedule expression is set. By
    // default, ScheduleExpressions are in UTC. You can modify this to a specified
    // timezone.
    ScheduleExpressionTimezone *string `type:"string"`

    // Defaults to 24 hours.
    //
    // A value in hours after a restore test is scheduled before a job will be canceled
    // if it doesn't start successfully. This value is optional. If this value is
    // included, this parameter has a maximum value of 168 hours (one week).
    StartWindowHours *int64 `type:"integer"`
    // contains filtered or unexported fields
}

This contains metadata about a restore testing plan.

func (RestoreTestingPlanForUpdate) GoString

func (s RestoreTestingPlanForUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreTestingPlanForUpdate) SetRecoveryPointSelection

func (s *RestoreTestingPlanForUpdate) SetRecoveryPointSelection(v *RestoreTestingRecoveryPointSelection) *RestoreTestingPlanForUpdate

SetRecoveryPointSelection sets the RecoveryPointSelection field's value.

func (*RestoreTestingPlanForUpdate) SetScheduleExpression

func (s *RestoreTestingPlanForUpdate) SetScheduleExpression(v string) *RestoreTestingPlanForUpdate

SetScheduleExpression sets the ScheduleExpression field's value.

func (*RestoreTestingPlanForUpdate) SetScheduleExpressionTimezone

func (s *RestoreTestingPlanForUpdate) SetScheduleExpressionTimezone(v string) *RestoreTestingPlanForUpdate

SetScheduleExpressionTimezone sets the ScheduleExpressionTimezone field's value.

func (*RestoreTestingPlanForUpdate) SetStartWindowHours

func (s *RestoreTestingPlanForUpdate) SetStartWindowHours(v int64) *RestoreTestingPlanForUpdate

SetStartWindowHours sets the StartWindowHours field's value.

func (RestoreTestingPlanForUpdate) String

func (s RestoreTestingPlanForUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RestoreTestingRecoveryPointSelection

type RestoreTestingRecoveryPointSelection struct {

    // Acceptable values include "LATEST_WITHIN_WINDOW" or "RANDOM_WITHIN_WINDOW"
    Algorithm *string `type:"string" enum:"RestoreTestingRecoveryPointSelectionAlgorithm"`

    // Accepted values include specific ARNs or list of selectors. Defaults to empty
    // list if not listed.
    ExcludeVaults []*string `type:"list"`

    // Accepted values include wildcard ["*"] or by specific ARNs or ARN wilcard
    // replacement ["arn:aws:backup:us-west-2:123456789012:backup-vault:asdf", ...]
    // ["arn:aws:backup:*:*:backup-vault:asdf-*", ...]
    IncludeVaults []*string `type:"list"`

    // These are the types of recovery points.
    RecoveryPointTypes []*string `type:"list" enum:"RestoreTestingRecoveryPointType"`

    // Accepted values are integers from 1 to 365.
    SelectionWindowDays *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Required: Algorithm; Required: Recovery point types; IncludeVaults(one or more). Optional: SelectionWindowDays ('30' if not specified);ExcludeVaults (list of selectors), defaults to empty list if not listed.

func (RestoreTestingRecoveryPointSelection) GoString

func (s RestoreTestingRecoveryPointSelection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreTestingRecoveryPointSelection) SetAlgorithm

func (s *RestoreTestingRecoveryPointSelection) SetAlgorithm(v string) *RestoreTestingRecoveryPointSelection

SetAlgorithm sets the Algorithm field's value.

func (*RestoreTestingRecoveryPointSelection) SetExcludeVaults

func (s *RestoreTestingRecoveryPointSelection) SetExcludeVaults(v []*string) *RestoreTestingRecoveryPointSelection

SetExcludeVaults sets the ExcludeVaults field's value.

func (*RestoreTestingRecoveryPointSelection) SetIncludeVaults

func (s *RestoreTestingRecoveryPointSelection) SetIncludeVaults(v []*string) *RestoreTestingRecoveryPointSelection

SetIncludeVaults sets the IncludeVaults field's value.

func (*RestoreTestingRecoveryPointSelection) SetRecoveryPointTypes

func (s *RestoreTestingRecoveryPointSelection) SetRecoveryPointTypes(v []*string) *RestoreTestingRecoveryPointSelection

SetRecoveryPointTypes sets the RecoveryPointTypes field's value.

func (*RestoreTestingRecoveryPointSelection) SetSelectionWindowDays

func (s *RestoreTestingRecoveryPointSelection) SetSelectionWindowDays(v int64) *RestoreTestingRecoveryPointSelection

SetSelectionWindowDays sets the SelectionWindowDays field's value.

func (RestoreTestingRecoveryPointSelection) String

func (s RestoreTestingRecoveryPointSelection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RestoreTestingSelectionForCreate

type RestoreTestingSelectionForCreate struct {

    // The Amazon Resource Name (ARN) of the IAM role that Backup uses to create
    // the target resource; for example: arn:aws:iam::123456789012:role/S3Access.
    //
    // IamRoleArn is a required field
    IamRoleArn *string `type:"string" required:"true"`

    // Each protected resource can be filtered by its specific ARNs, such as ProtectedResourceArns:
    // ["arn:aws:...", "arn:aws:..."] or by a wildcard: ProtectedResourceArns: ["*"],
    // but not both.
    ProtectedResourceArns []*string `type:"list"`

    // If you have included the wildcard in ProtectedResourceArns, you can include
    // resource conditions, such as ProtectedResourceConditions: { StringEquals:
    // [{ key: "XXXX", value: "YYYY" }].
    ProtectedResourceConditions *ProtectedResourceConditions `type:"structure"`

    // The type of Amazon Web Services resource included in a restore testing selection;
    // for example, an Amazon EBS volume or an Amazon RDS database.
    //
    // Supported resource types accepted include:
    //
    //    * Aurora for Amazon Aurora
    //
    //    * DocumentDB for Amazon DocumentDB (with MongoDB compatibility)
    //
    //    * DynamoDB for Amazon DynamoDB
    //
    //    * EBS for Amazon Elastic Block Store
    //
    //    * EC2 for Amazon Elastic Compute Cloud
    //
    //    * EFS for Amazon Elastic File System
    //
    //    * FSx for Amazon FSx
    //
    //    * Neptune for Amazon Neptune
    //
    //    * RDS for Amazon Relational Database Service
    //
    //    * S3 for Amazon S3
    //
    // ProtectedResourceType is a required field
    ProtectedResourceType *string `type:"string" required:"true"`

    // You can override certain restore metadata keys by including the parameter
    // RestoreMetadataOverrides in the body of RestoreTestingSelection. Key values
    // are not case sensitive.
    //
    // See the complete list of restore testing inferred metadata (https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-testing-inferred-metadata.html).
    //
    // RestoreMetadataOverrides is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by RestoreTestingSelectionForCreate's
    // String and GoString methods.
    RestoreMetadataOverrides map[string]*string `type:"map" sensitive:"true"`

    // This is the unique name of the restore testing selection that belongs to
    // the related restore testing plan.
    //
    // RestoreTestingSelectionName is a required field
    RestoreTestingSelectionName *string `type:"string" required:"true"`

    // This is amount of hours (1 to 168) available to run a validation script on
    // the data. The data will be deleted upon the completion of the validation
    // script or the end of the specified retention period, whichever comes first.
    ValidationWindowHours *int64 `type:"integer"`
    // contains filtered or unexported fields
}

This contains metadata about a specific restore testing selection.

ProtectedResourceType is required, such as Amazon EBS or Amazon EC2.

This consists of RestoreTestingSelectionName, ProtectedResourceType, and one of the following:

  • ProtectedResourceArns

  • ProtectedResourceConditions

Each protected resource type can have one single value.

A restore testing selection can include a wildcard value ("*") for ProtectedResourceArns along with ProtectedResourceConditions. Alternatively, you can include up to 30 specific protected resource ARNs in ProtectedResourceArns.

ProtectedResourceConditions examples include as StringEquals and StringNotEquals.

func (RestoreTestingSelectionForCreate) GoString

func (s RestoreTestingSelectionForCreate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreTestingSelectionForCreate) SetIamRoleArn

func (s *RestoreTestingSelectionForCreate) SetIamRoleArn(v string) *RestoreTestingSelectionForCreate

SetIamRoleArn sets the IamRoleArn field's value.

func (*RestoreTestingSelectionForCreate) SetProtectedResourceArns

func (s *RestoreTestingSelectionForCreate) SetProtectedResourceArns(v []*string) *RestoreTestingSelectionForCreate

SetProtectedResourceArns sets the ProtectedResourceArns field's value.

func (*RestoreTestingSelectionForCreate) SetProtectedResourceConditions

func (s *RestoreTestingSelectionForCreate) SetProtectedResourceConditions(v *ProtectedResourceConditions) *RestoreTestingSelectionForCreate

SetProtectedResourceConditions sets the ProtectedResourceConditions field's value.

func (*RestoreTestingSelectionForCreate) SetProtectedResourceType

func (s *RestoreTestingSelectionForCreate) SetProtectedResourceType(v string) *RestoreTestingSelectionForCreate

SetProtectedResourceType sets the ProtectedResourceType field's value.

func (*RestoreTestingSelectionForCreate) SetRestoreMetadataOverrides

func (s *RestoreTestingSelectionForCreate) SetRestoreMetadataOverrides(v map[string]*string) *RestoreTestingSelectionForCreate

SetRestoreMetadataOverrides sets the RestoreMetadataOverrides field's value.

func (*RestoreTestingSelectionForCreate) SetRestoreTestingSelectionName

func (s *RestoreTestingSelectionForCreate) SetRestoreTestingSelectionName(v string) *RestoreTestingSelectionForCreate

SetRestoreTestingSelectionName sets the RestoreTestingSelectionName field's value.

func (*RestoreTestingSelectionForCreate) SetValidationWindowHours

func (s *RestoreTestingSelectionForCreate) SetValidationWindowHours(v int64) *RestoreTestingSelectionForCreate

SetValidationWindowHours sets the ValidationWindowHours field's value.

func (RestoreTestingSelectionForCreate) String

func (s RestoreTestingSelectionForCreate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreTestingSelectionForCreate) Validate

func (s *RestoreTestingSelectionForCreate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestoreTestingSelectionForGet

type RestoreTestingSelectionForGet struct {

    // The date and time that a restore testing selection was created, in Unix format
    // and Coordinated Universal Time (UTC). The value of CreationTime is accurate
    // to milliseconds. For example, the value 1516925490.087 represents Friday,
    // January 26, 201812:11:30.087 AM.
    //
    // CreationTime is a required field
    CreationTime *time.Time `type:"timestamp" required:"true"`

    // This identifies the request and allows failed requests to be retried without
    // the risk of running the operation twice. If the request includes a CreatorRequestId
    // that matches an existing backup plan, that plan is returned. This parameter
    // is optional.
    //
    // If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
    CreatorRequestId *string `type:"string"`

    // The Amazon Resource Name (ARN) of the IAM role that Backup uses to create
    // the target resource; for example:arn:aws:iam::123456789012:role/S3Access.
    //
    // IamRoleArn is a required field
    IamRoleArn *string `type:"string" required:"true"`

    // You can include specific ARNs, such as ProtectedResourceArns: ["arn:aws:...",
    // "arn:aws:..."] or you can include a wildcard: ProtectedResourceArns: ["*"],
    // but not both.
    ProtectedResourceArns []*string `type:"list"`

    // In a resource testing selection, this parameter filters by specific conditions
    // such as StringEquals or StringNotEquals.
    ProtectedResourceConditions *ProtectedResourceConditions `type:"structure"`

    // The type of Amazon Web Services resource included in a resource testing selection;
    // for example, an Amazon EBS volume or an Amazon RDS database.
    //
    // ProtectedResourceType is a required field
    ProtectedResourceType *string `type:"string" required:"true"`

    // You can override certain restore metadata keys by including the parameter
    // RestoreMetadataOverrides in the body of RestoreTestingSelection. Key values
    // are not case sensitive.
    //
    // See the complete list of restore testing inferred metadata (https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-testing-inferred-metadata.html).
    //
    // RestoreMetadataOverrides is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by RestoreTestingSelectionForGet's
    // String and GoString methods.
    RestoreMetadataOverrides map[string]*string `type:"map" sensitive:"true"`

    // The RestoreTestingPlanName is a unique string that is the name of the restore
    // testing plan.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `type:"string" required:"true"`

    // This is the unique name of the restore testing selection that belongs to
    // the related restore testing plan.
    //
    // RestoreTestingSelectionName is a required field
    RestoreTestingSelectionName *string `type:"string" required:"true"`

    // This is amount of hours (1 to 168) available to run a validation script on
    // the data. The data will be deleted upon the completion of the validation
    // script or the end of the specified retention period, whichever comes first.
    ValidationWindowHours *int64 `type:"integer"`
    // contains filtered or unexported fields
}

This contains metadata about a restore testing selection.

func (RestoreTestingSelectionForGet) GoString

func (s RestoreTestingSelectionForGet) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreTestingSelectionForGet) SetCreationTime

func (s *RestoreTestingSelectionForGet) SetCreationTime(v time.Time) *RestoreTestingSelectionForGet

SetCreationTime sets the CreationTime field's value.

func (*RestoreTestingSelectionForGet) SetCreatorRequestId

func (s *RestoreTestingSelectionForGet) SetCreatorRequestId(v string) *RestoreTestingSelectionForGet

SetCreatorRequestId sets the CreatorRequestId field's value.

func (*RestoreTestingSelectionForGet) SetIamRoleArn

func (s *RestoreTestingSelectionForGet) SetIamRoleArn(v string) *RestoreTestingSelectionForGet

SetIamRoleArn sets the IamRoleArn field's value.

func (*RestoreTestingSelectionForGet) SetProtectedResourceArns

func (s *RestoreTestingSelectionForGet) SetProtectedResourceArns(v []*string) *RestoreTestingSelectionForGet

SetProtectedResourceArns sets the ProtectedResourceArns field's value.

func (*RestoreTestingSelectionForGet) SetProtectedResourceConditions

func (s *RestoreTestingSelectionForGet) SetProtectedResourceConditions(v *ProtectedResourceConditions) *RestoreTestingSelectionForGet

SetProtectedResourceConditions sets the ProtectedResourceConditions field's value.

func (*RestoreTestingSelectionForGet) SetProtectedResourceType

func (s *RestoreTestingSelectionForGet) SetProtectedResourceType(v string) *RestoreTestingSelectionForGet

SetProtectedResourceType sets the ProtectedResourceType field's value.

func (*RestoreTestingSelectionForGet) SetRestoreMetadataOverrides

func (s *RestoreTestingSelectionForGet) SetRestoreMetadataOverrides(v map[string]*string) *RestoreTestingSelectionForGet

SetRestoreMetadataOverrides sets the RestoreMetadataOverrides field's value.

func (*RestoreTestingSelectionForGet) SetRestoreTestingPlanName

func (s *RestoreTestingSelectionForGet) SetRestoreTestingPlanName(v string) *RestoreTestingSelectionForGet

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (*RestoreTestingSelectionForGet) SetRestoreTestingSelectionName

func (s *RestoreTestingSelectionForGet) SetRestoreTestingSelectionName(v string) *RestoreTestingSelectionForGet

SetRestoreTestingSelectionName sets the RestoreTestingSelectionName field's value.

func (*RestoreTestingSelectionForGet) SetValidationWindowHours

func (s *RestoreTestingSelectionForGet) SetValidationWindowHours(v int64) *RestoreTestingSelectionForGet

SetValidationWindowHours sets the ValidationWindowHours field's value.

func (RestoreTestingSelectionForGet) String

func (s RestoreTestingSelectionForGet) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RestoreTestingSelectionForList

type RestoreTestingSelectionForList struct {

    // This is the date and time that a restore testing selection was created, in
    // Unix format and Coordinated Universal Time (UTC). The value of CreationTime
    // is accurate to milliseconds. For example, the value 1516925490.087 represents
    // Friday, January 26,2018 12:11:30.087 AM.
    //
    // CreationTime is a required field
    CreationTime *time.Time `type:"timestamp" required:"true"`

    // The Amazon Resource Name (ARN) of the IAM role that Backup uses to create
    // the target resource; for example: arn:aws:iam::123456789012:role/S3Access.
    //
    // IamRoleArn is a required field
    IamRoleArn *string `type:"string" required:"true"`

    // The type of Amazon Web Services resource included in a restore testing selection;
    // for example, an Amazon EBS volume or an Amazon RDS database.
    //
    // ProtectedResourceType is a required field
    ProtectedResourceType *string `type:"string" required:"true"`

    // Unique string that is the name of the restore testing plan.
    //
    // The name cannot be changed after creation. The name must consist of only
    // alphanumeric characters and underscores. Maximum length is 50.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `type:"string" required:"true"`

    // Unique name of a restore testing selection.
    //
    // RestoreTestingSelectionName is a required field
    RestoreTestingSelectionName *string `type:"string" required:"true"`

    // This value represents the time, in hours, data is retained after a restore
    // test so that optional validation can be completed.
    //
    // Accepted value is an integer between 0 and 168 (the hourly equivalent of
    // seven days).
    ValidationWindowHours *int64 `type:"integer"`
    // contains filtered or unexported fields
}

This contains metadata about a restore testing selection.

func (RestoreTestingSelectionForList) GoString

func (s RestoreTestingSelectionForList) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreTestingSelectionForList) SetCreationTime

func (s *RestoreTestingSelectionForList) SetCreationTime(v time.Time) *RestoreTestingSelectionForList

SetCreationTime sets the CreationTime field's value.

func (*RestoreTestingSelectionForList) SetIamRoleArn

func (s *RestoreTestingSelectionForList) SetIamRoleArn(v string) *RestoreTestingSelectionForList

SetIamRoleArn sets the IamRoleArn field's value.

func (*RestoreTestingSelectionForList) SetProtectedResourceType

func (s *RestoreTestingSelectionForList) SetProtectedResourceType(v string) *RestoreTestingSelectionForList

SetProtectedResourceType sets the ProtectedResourceType field's value.

func (*RestoreTestingSelectionForList) SetRestoreTestingPlanName

func (s *RestoreTestingSelectionForList) SetRestoreTestingPlanName(v string) *RestoreTestingSelectionForList

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (*RestoreTestingSelectionForList) SetRestoreTestingSelectionName

func (s *RestoreTestingSelectionForList) SetRestoreTestingSelectionName(v string) *RestoreTestingSelectionForList

SetRestoreTestingSelectionName sets the RestoreTestingSelectionName field's value.

func (*RestoreTestingSelectionForList) SetValidationWindowHours

func (s *RestoreTestingSelectionForList) SetValidationWindowHours(v int64) *RestoreTestingSelectionForList

SetValidationWindowHours sets the ValidationWindowHours field's value.

func (RestoreTestingSelectionForList) String

func (s RestoreTestingSelectionForList) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RestoreTestingSelectionForUpdate

type RestoreTestingSelectionForUpdate struct {

    // The Amazon Resource Name (ARN) of the IAM role that Backup uses to create
    // the target resource; for example: arn:aws:iam::123456789012:role/S3Access.
    IamRoleArn *string `type:"string"`

    // You can include a list of specific ARNs, such as ProtectedResourceArns: ["arn:aws:...",
    // "arn:aws:..."] or you can include a wildcard: ProtectedResourceArns: ["*"],
    // but not both.
    ProtectedResourceArns []*string `type:"list"`

    // A list of conditions that you define for resources in your restore testing
    // plan using tags.
    //
    // For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo", "Value":
    // "true" },. Condition operators are case sensitive.
    ProtectedResourceConditions *ProtectedResourceConditions `type:"structure"`

    // You can override certain restore metadata keys by including the parameter
    // RestoreMetadataOverrides in the body of RestoreTestingSelection. Key values
    // are not case sensitive.
    //
    // See the complete list of restore testing inferred metadata (https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-testing-inferred-metadata.html).
    //
    // RestoreMetadataOverrides is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by RestoreTestingSelectionForUpdate's
    // String and GoString methods.
    RestoreMetadataOverrides map[string]*string `type:"map" sensitive:"true"`

    // This value represents the time, in hours, data is retained after a restore
    // test so that optional validation can be completed.
    //
    // Accepted value is an integer between 0 and 168 (the hourly equivalent of
    // seven days).
    ValidationWindowHours *int64 `type:"integer"`
    // contains filtered or unexported fields
}

This contains metadata about a restore testing selection.

func (RestoreTestingSelectionForUpdate) GoString

func (s RestoreTestingSelectionForUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreTestingSelectionForUpdate) SetIamRoleArn

func (s *RestoreTestingSelectionForUpdate) SetIamRoleArn(v string) *RestoreTestingSelectionForUpdate

SetIamRoleArn sets the IamRoleArn field's value.

func (*RestoreTestingSelectionForUpdate) SetProtectedResourceArns

func (s *RestoreTestingSelectionForUpdate) SetProtectedResourceArns(v []*string) *RestoreTestingSelectionForUpdate

SetProtectedResourceArns sets the ProtectedResourceArns field's value.

func (*RestoreTestingSelectionForUpdate) SetProtectedResourceConditions

func (s *RestoreTestingSelectionForUpdate) SetProtectedResourceConditions(v *ProtectedResourceConditions) *RestoreTestingSelectionForUpdate

SetProtectedResourceConditions sets the ProtectedResourceConditions field's value.

func (*RestoreTestingSelectionForUpdate) SetRestoreMetadataOverrides

func (s *RestoreTestingSelectionForUpdate) SetRestoreMetadataOverrides(v map[string]*string) *RestoreTestingSelectionForUpdate

SetRestoreMetadataOverrides sets the RestoreMetadataOverrides field's value.

func (*RestoreTestingSelectionForUpdate) SetValidationWindowHours

func (s *RestoreTestingSelectionForUpdate) SetValidationWindowHours(v int64) *RestoreTestingSelectionForUpdate

SetValidationWindowHours sets the ValidationWindowHours field's value.

func (RestoreTestingSelectionForUpdate) String

func (s RestoreTestingSelectionForUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestoreTestingSelectionForUpdate) Validate

func (s *RestoreTestingSelectionForUpdate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Rule

type Rule struct {

    // A value in minutes after a backup job is successfully started before it must
    // be completed or it will be canceled by Backup. This value is optional.
    CompletionWindowMinutes *int64 `type:"long"`

    // An array of CopyAction objects, which contains the details of the copy operation.
    CopyActions []*CopyAction `type:"list"`

    // Specifies whether Backup creates continuous backups. True causes Backup to
    // create continuous backups capable of point-in-time restore (PITR). False
    // (or not specified) causes Backup to create snapshot backups.
    EnableContinuousBackup *bool `type:"boolean"`

    // The lifecycle defines when a protected resource is transitioned to cold storage
    // and when it expires. Backup transitions and expires backups automatically
    // according to the lifecycle that you define.
    //
    // Backups transitioned to cold storage must be stored in cold storage for a
    // minimum of 90 days. Therefore, the “retention” setting must be 90 days
    // greater than the “transition to cold after days” setting. The “transition
    // to cold after days” setting cannot be changed after a backup has been transitioned
    // to cold.
    //
    // Resource types that are able to be transitioned to cold storage are listed
    // in the "Lifecycle to cold storage" section of the Feature availability by
    // resource (https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource)
    // table. Backup ignores this expression for other resource types.
    Lifecycle *Lifecycle `type:"structure"`

    // An array of key-value pair strings that are assigned to resources that are
    // associated with this rule when restored from backup.
    //
    // RecoveryPointTags is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by Rule's
    // String and GoString methods.
    RecoveryPointTags map[string]*string `type:"map" sensitive:"true"`

    // Uniquely identifies a rule that is used to schedule the backup of a selection
    // of resources.
    RuleId *string `type:"string"`

    // A display name for a backup rule. Must contain 1 to 50 alphanumeric or '-_.'
    // characters.
    //
    // RuleName is a required field
    RuleName *string `type:"string" required:"true"`

    // A cron expression in UTC specifying when Backup initiates a backup job. For
    // more information about Amazon Web Services cron expressions, see Schedule
    // Expressions for Rules (https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html)
    // in the Amazon CloudWatch Events User Guide.. Two examples of Amazon Web Services
    // cron expressions are 15 * ? * * * (take a backup every hour at 15 minutes
    // past the hour) and 0 12 * * ? * (take a backup every day at 12 noon UTC).
    // For a table of examples, click the preceding link and scroll down the page.
    ScheduleExpression *string `type:"string"`

    // This is the timezone in which the schedule expression is set. By default,
    // ScheduleExpressions are in UTC. You can modify this to a specified timezone.
    ScheduleExpressionTimezone *string `type:"string"`

    // A value in minutes after a backup is scheduled before a job will be canceled
    // if it doesn't start successfully. This value is optional. If this value is
    // included, it must be at least 60 minutes to avoid errors.
    //
    // During the start window, the backup job status remains in CREATED status
    // until it has successfully begun or until the start window time has run out.
    // If within the start window time Backup receives an error that allows the
    // job to be retried, Backup will automatically retry to begin the job at least
    // every 10 minutes until the backup successfully begins (the job status changes
    // to RUNNING) or until the job status changes to EXPIRED (which is expected
    // to occur when the start window time is over).
    StartWindowMinutes *int64 `type:"long"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    //
    // TargetBackupVaultName is a required field
    TargetBackupVaultName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Specifies a scheduled task used to back up a selection of resources.

func (Rule) GoString

func (s Rule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Rule) SetCompletionWindowMinutes

func (s *Rule) SetCompletionWindowMinutes(v int64) *Rule

SetCompletionWindowMinutes sets the CompletionWindowMinutes field's value.

func (*Rule) SetCopyActions

func (s *Rule) SetCopyActions(v []*CopyAction) *Rule

SetCopyActions sets the CopyActions field's value.

func (*Rule) SetEnableContinuousBackup

func (s *Rule) SetEnableContinuousBackup(v bool) *Rule

SetEnableContinuousBackup sets the EnableContinuousBackup field's value.

func (*Rule) SetLifecycle

func (s *Rule) SetLifecycle(v *Lifecycle) *Rule

SetLifecycle sets the Lifecycle field's value.

func (*Rule) SetRecoveryPointTags

func (s *Rule) SetRecoveryPointTags(v map[string]*string) *Rule

SetRecoveryPointTags sets the RecoveryPointTags field's value.

func (*Rule) SetRuleId

func (s *Rule) SetRuleId(v string) *Rule

SetRuleId sets the RuleId field's value.

func (*Rule) SetRuleName

func (s *Rule) SetRuleName(v string) *Rule

SetRuleName sets the RuleName field's value.

func (*Rule) SetScheduleExpression

func (s *Rule) SetScheduleExpression(v string) *Rule

SetScheduleExpression sets the ScheduleExpression field's value.

func (*Rule) SetScheduleExpressionTimezone

func (s *Rule) SetScheduleExpressionTimezone(v string) *Rule

SetScheduleExpressionTimezone sets the ScheduleExpressionTimezone field's value.

func (*Rule) SetStartWindowMinutes

func (s *Rule) SetStartWindowMinutes(v int64) *Rule

SetStartWindowMinutes sets the StartWindowMinutes field's value.

func (*Rule) SetTargetBackupVaultName

func (s *Rule) SetTargetBackupVaultName(v string) *Rule

SetTargetBackupVaultName sets the TargetBackupVaultName field's value.

func (Rule) String

func (s Rule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RuleInput

type RuleInput struct {

    // A value in minutes after a backup job is successfully started before it must
    // be completed or it will be canceled by Backup. This value is optional.
    CompletionWindowMinutes *int64 `type:"long"`

    // An array of CopyAction objects, which contains the details of the copy operation.
    CopyActions []*CopyAction `type:"list"`

    // Specifies whether Backup creates continuous backups. True causes Backup to
    // create continuous backups capable of point-in-time restore (PITR). False
    // (or not specified) causes Backup to create snapshot backups.
    EnableContinuousBackup *bool `type:"boolean"`

    // The lifecycle defines when a protected resource is transitioned to cold storage
    // and when it expires. Backup will transition and expire backups automatically
    // according to the lifecycle that you define.
    //
    // Backups transitioned to cold storage must be stored in cold storage for a
    // minimum of 90 days. Therefore, the “retention” setting must be 90 days
    // greater than the “transition to cold after days” setting. The “transition
    // to cold after days” setting cannot be changed after a backup has been transitioned
    // to cold.
    //
    // Resource types that are able to be transitioned to cold storage are listed
    // in the "Lifecycle to cold storage" section of the Feature availability by
    // resource (https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource)
    // table. Backup ignores this expression for other resource types.
    //
    // This parameter has a maximum value of 100 years (36,500 days).
    Lifecycle *Lifecycle `type:"structure"`

    // To help organize your resources, you can assign your own metadata to the
    // resources that you create. Each tag is a key-value pair.
    //
    // RecoveryPointTags is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by RuleInput's
    // String and GoString methods.
    RecoveryPointTags map[string]*string `type:"map" sensitive:"true"`

    // A display name for a backup rule. Must contain 1 to 50 alphanumeric or '-_.'
    // characters.
    //
    // RuleName is a required field
    RuleName *string `type:"string" required:"true"`

    // A CRON expression in UTC specifying when Backup initiates a backup job.
    ScheduleExpression *string `type:"string"`

    // This is the timezone in which the schedule expression is set. By default,
    // ScheduleExpressions are in UTC. You can modify this to a specified timezone.
    ScheduleExpressionTimezone *string `type:"string"`

    // A value in minutes after a backup is scheduled before a job will be canceled
    // if it doesn't start successfully. This value is optional. If this value is
    // included, it must be at least 60 minutes to avoid errors.
    //
    // This parameter has a maximum value of 100 years (52,560,000 minutes).
    //
    // During the start window, the backup job status remains in CREATED status
    // until it has successfully begun or until the start window time has run out.
    // If within the start window time Backup receives an error that allows the
    // job to be retried, Backup will automatically retry to begin the job at least
    // every 10 minutes until the backup successfully begins (the job status changes
    // to RUNNING) or until the job status changes to EXPIRED (which is expected
    // to occur when the start window time is over).
    StartWindowMinutes *int64 `type:"long"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    //
    // TargetBackupVaultName is a required field
    TargetBackupVaultName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Specifies a scheduled task used to back up a selection of resources.

func (RuleInput) GoString

func (s RuleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RuleInput) SetCompletionWindowMinutes

func (s *RuleInput) SetCompletionWindowMinutes(v int64) *RuleInput

SetCompletionWindowMinutes sets the CompletionWindowMinutes field's value.

func (*RuleInput) SetCopyActions

func (s *RuleInput) SetCopyActions(v []*CopyAction) *RuleInput

SetCopyActions sets the CopyActions field's value.

func (*RuleInput) SetEnableContinuousBackup

func (s *RuleInput) SetEnableContinuousBackup(v bool) *RuleInput

SetEnableContinuousBackup sets the EnableContinuousBackup field's value.

func (*RuleInput) SetLifecycle

func (s *RuleInput) SetLifecycle(v *Lifecycle) *RuleInput

SetLifecycle sets the Lifecycle field's value.

func (*RuleInput) SetRecoveryPointTags

func (s *RuleInput) SetRecoveryPointTags(v map[string]*string) *RuleInput

SetRecoveryPointTags sets the RecoveryPointTags field's value.

func (*RuleInput) SetRuleName

func (s *RuleInput) SetRuleName(v string) *RuleInput

SetRuleName sets the RuleName field's value.

func (*RuleInput) SetScheduleExpression

func (s *RuleInput) SetScheduleExpression(v string) *RuleInput

SetScheduleExpression sets the ScheduleExpression field's value.

func (*RuleInput) SetScheduleExpressionTimezone

func (s *RuleInput) SetScheduleExpressionTimezone(v string) *RuleInput

SetScheduleExpressionTimezone sets the ScheduleExpressionTimezone field's value.

func (*RuleInput) SetStartWindowMinutes

func (s *RuleInput) SetStartWindowMinutes(v int64) *RuleInput

SetStartWindowMinutes sets the StartWindowMinutes field's value.

func (*RuleInput) SetTargetBackupVaultName

func (s *RuleInput) SetTargetBackupVaultName(v string) *RuleInput

SetTargetBackupVaultName sets the TargetBackupVaultName field's value.

func (RuleInput) String

func (s RuleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RuleInput) Validate

func (s *RuleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Selection

type Selection struct {

    // A list of conditions that you define to assign resources to your backup plans
    // using tags. For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo",
    // "Value": "true" },. Condition operators are case sensitive.
    //
    // Conditions differs from ListOfTags as follows:
    //
    //    * When you specify more than one condition, you only assign the resources
    //    that match ALL conditions (using AND logic).
    //
    //    * Conditions supports StringEquals, StringLike, StringNotEquals, and StringNotLike.
    //    ListOfTags only supports StringEquals.
    Conditions *Conditions `type:"structure"`

    // The ARN of the IAM role that Backup uses to authenticate when backing up
    // the target resource; for example, arn:aws:iam::123456789012:role/S3Access.
    //
    // IamRoleArn is a required field
    IamRoleArn *string `type:"string" required:"true"`

    // A list of conditions that you define to assign resources to your backup plans
    // using tags. For example, "StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo",
    // "Value": "true" },. Condition operators are case sensitive.
    //
    // ListOfTags differs from Conditions as follows:
    //
    //    * When you specify more than one condition, you assign all resources that
    //    match AT LEAST ONE condition (using OR logic).
    //
    //    * ListOfTags only supports StringEquals. Conditions supports StringEquals,
    //    StringLike, StringNotEquals, and StringNotLike.
    ListOfTags []*Condition `type:"list"`

    // A list of Amazon Resource Names (ARNs) to exclude from a backup plan. The
    // maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.
    //
    // If you need to exclude many resources from a backup plan, consider a different
    // resource selection strategy, such as assigning only one or a few resource
    // types or refining your resource selection using tags.
    NotResources []*string `type:"list"`

    // A list of Amazon Resource Names (ARNs) to assign to a backup plan. The maximum
    // number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.
    //
    // If you need to assign many resources to a backup plan, consider a different
    // resource selection strategy, such as assigning all resources of a resource
    // type or refining your resource selection using tags.
    Resources []*string `type:"list"`

    // The display name of a resource selection document. Must contain 1 to 50 alphanumeric
    // or '-_.' characters.
    //
    // SelectionName is a required field
    SelectionName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

Used to specify a set of resources to a backup plan.

Specifying your desired Conditions, ListOfTags, NotResources, and/or Resources is recommended. If none of these are specified, Backup will attempt to select all supported and opted-in storage resources, which could have unintended cost implications.

func (Selection) GoString

func (s Selection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Selection) SetConditions

func (s *Selection) SetConditions(v *Conditions) *Selection

SetConditions sets the Conditions field's value.

func (*Selection) SetIamRoleArn

func (s *Selection) SetIamRoleArn(v string) *Selection

SetIamRoleArn sets the IamRoleArn field's value.

func (*Selection) SetListOfTags

func (s *Selection) SetListOfTags(v []*Condition) *Selection

SetListOfTags sets the ListOfTags field's value.

func (*Selection) SetNotResources

func (s *Selection) SetNotResources(v []*string) *Selection

SetNotResources sets the NotResources field's value.

func (*Selection) SetResources

func (s *Selection) SetResources(v []*string) *Selection

SetResources sets the Resources field's value.

func (*Selection) SetSelectionName

func (s *Selection) SetSelectionName(v string) *Selection

SetSelectionName sets the SelectionName field's value.

func (Selection) String

func (s Selection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Selection) Validate

func (s *Selection) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SelectionsListMember

type SelectionsListMember struct {

    // Uniquely identifies a backup plan.
    BackupPlanId *string `type:"string"`

    // The date and time a backup plan is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // A unique string that identifies the request and allows failed requests to
    // be retried without the risk of running the operation twice. This parameter
    // is optional.
    //
    // If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
    CreatorRequestId *string `type:"string"`

    // Specifies the IAM role Amazon Resource Name (ARN) to create the target recovery
    // point; for example, arn:aws:iam::123456789012:role/S3Access.
    IamRoleArn *string `type:"string"`

    // Uniquely identifies a request to assign a set of resources to a backup plan.
    SelectionId *string `type:"string"`

    // The display name of a resource selection document.
    SelectionName *string `type:"string"`
    // contains filtered or unexported fields
}

Contains metadata about a BackupSelection object.

func (SelectionsListMember) GoString

func (s SelectionsListMember) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SelectionsListMember) SetBackupPlanId

func (s *SelectionsListMember) SetBackupPlanId(v string) *SelectionsListMember

SetBackupPlanId sets the BackupPlanId field's value.

func (*SelectionsListMember) SetCreationDate

func (s *SelectionsListMember) SetCreationDate(v time.Time) *SelectionsListMember

SetCreationDate sets the CreationDate field's value.

func (*SelectionsListMember) SetCreatorRequestId

func (s *SelectionsListMember) SetCreatorRequestId(v string) *SelectionsListMember

SetCreatorRequestId sets the CreatorRequestId field's value.

func (*SelectionsListMember) SetIamRoleArn

func (s *SelectionsListMember) SetIamRoleArn(v string) *SelectionsListMember

SetIamRoleArn sets the IamRoleArn field's value.

func (*SelectionsListMember) SetSelectionId

func (s *SelectionsListMember) SetSelectionId(v string) *SelectionsListMember

SetSelectionId sets the SelectionId field's value.

func (*SelectionsListMember) SetSelectionName

func (s *SelectionsListMember) SetSelectionName(v string) *SelectionsListMember

SetSelectionName sets the SelectionName field's value.

func (SelectionsListMember) String

func (s SelectionsListMember) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceUnavailableException

type ServiceUnavailableException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Code_ *string `locationName:"Code" type:"string"`

    Context *string `type:"string"`

    Message_ *string `locationName:"Message" type:"string"`

    Type *string `type:"string"`
    // contains filtered or unexported fields
}

The request failed due to a temporary failure of the server.

func (*ServiceUnavailableException) Code

func (s *ServiceUnavailableException) Code() string

Code returns the exception type name.

func (*ServiceUnavailableException) Error

func (s *ServiceUnavailableException) Error() string

func (ServiceUnavailableException) GoString

func (s ServiceUnavailableException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceUnavailableException) Message

func (s *ServiceUnavailableException) Message() string

Message returns the exception's message.

func (*ServiceUnavailableException) OrigErr

func (s *ServiceUnavailableException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceUnavailableException) RequestID

func (s *ServiceUnavailableException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceUnavailableException) StatusCode

func (s *ServiceUnavailableException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServiceUnavailableException) String

func (s ServiceUnavailableException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartBackupJobInput

type StartBackupJobInput struct {

    // Specifies the backup option for a selected resource. This option is only
    // available for Windows Volume Shadow Copy Service (VSS) backup jobs.
    //
    // Valid values: Set to "WindowsVSS":"enabled" to enable the WindowsVSS backup
    // option and create a Windows VSS backup. Set to "WindowsVSS""disabled" to
    // create a regular backup. The WindowsVSS option is not enabled by default.
    BackupOptions map[string]*string `type:"map"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `type:"string" required:"true"`

    // A value in minutes during which a successfully started backup must complete,
    // or else Backup will cancel the job. This value is optional. This value begins
    // counting down from when the backup was scheduled. It does not add additional
    // time for StartWindowMinutes, or if the backup started later than scheduled.
    //
    // Like StartWindowMinutes, this parameter has a maximum value of 100 years
    // (52,560,000 minutes).
    CompleteWindowMinutes *int64 `type:"long"`

    // Specifies the IAM role ARN used to create the target recovery point; for
    // example, arn:aws:iam::123456789012:role/S3Access.
    //
    // IamRoleArn is a required field
    IamRoleArn *string `type:"string" required:"true"`

    // A customer-chosen string that you can use to distinguish between otherwise
    // identical calls to StartBackupJob. Retrying a successful request with the
    // same idempotency token results in a success message with no action taken.
    IdempotencyToken *string `type:"string"`

    // The lifecycle defines when a protected resource is transitioned to cold storage
    // and when it expires. Backup will transition and expire backups automatically
    // according to the lifecycle that you define.
    //
    // Backups transitioned to cold storage must be stored in cold storage for a
    // minimum of 90 days. Therefore, the “retention” setting must be 90 days
    // greater than the “transition to cold after days” setting. The “transition
    // to cold after days” setting cannot be changed after a backup has been transitioned
    // to cold.
    //
    // Resource types that are able to be transitioned to cold storage are listed
    // in the "Lifecycle to cold storage" section of the Feature availability by
    // resource (https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource)
    // table. Backup ignores this expression for other resource types.
    //
    // This parameter has a maximum value of 100 years (36,500 days).
    Lifecycle *Lifecycle `type:"structure"`

    // To help organize your resources, you can assign your own metadata to the
    // resources that you create. Each tag is a key-value pair.
    //
    // RecoveryPointTags is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by StartBackupJobInput's
    // String and GoString methods.
    RecoveryPointTags map[string]*string `type:"map" sensitive:"true"`

    // An Amazon Resource Name (ARN) that uniquely identifies a resource. The format
    // of the ARN depends on the resource type.
    //
    // ResourceArn is a required field
    ResourceArn *string `type:"string" required:"true"`

    // A value in minutes after a backup is scheduled before a job will be canceled
    // if it doesn't start successfully. This value is optional, and the default
    // is 8 hours. If this value is included, it must be at least 60 minutes to
    // avoid errors.
    //
    // This parameter has a maximum value of 100 years (52,560,000 minutes).
    //
    // During the start window, the backup job status remains in CREATED status
    // until it has successfully begun or until the start window time has run out.
    // If within the start window time Backup receives an error that allows the
    // job to be retried, Backup will automatically retry to begin the job at least
    // every 10 minutes until the backup successfully begins (the job status changes
    // to RUNNING) or until the job status changes to EXPIRED (which is expected
    // to occur when the start window time is over).
    StartWindowMinutes *int64 `type:"long"`
    // contains filtered or unexported fields
}

func (StartBackupJobInput) GoString

func (s StartBackupJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartBackupJobInput) SetBackupOptions

func (s *StartBackupJobInput) SetBackupOptions(v map[string]*string) *StartBackupJobInput

SetBackupOptions sets the BackupOptions field's value.

func (*StartBackupJobInput) SetBackupVaultName

func (s *StartBackupJobInput) SetBackupVaultName(v string) *StartBackupJobInput

SetBackupVaultName sets the BackupVaultName field's value.

func (*StartBackupJobInput) SetCompleteWindowMinutes

func (s *StartBackupJobInput) SetCompleteWindowMinutes(v int64) *StartBackupJobInput

SetCompleteWindowMinutes sets the CompleteWindowMinutes field's value.

func (*StartBackupJobInput) SetIamRoleArn

func (s *StartBackupJobInput) SetIamRoleArn(v string) *StartBackupJobInput

SetIamRoleArn sets the IamRoleArn field's value.

func (*StartBackupJobInput) SetIdempotencyToken

func (s *StartBackupJobInput) SetIdempotencyToken(v string) *StartBackupJobInput

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*StartBackupJobInput) SetLifecycle

func (s *StartBackupJobInput) SetLifecycle(v *Lifecycle) *StartBackupJobInput

SetLifecycle sets the Lifecycle field's value.

func (*StartBackupJobInput) SetRecoveryPointTags

func (s *StartBackupJobInput) SetRecoveryPointTags(v map[string]*string) *StartBackupJobInput

SetRecoveryPointTags sets the RecoveryPointTags field's value.

func (*StartBackupJobInput) SetResourceArn

func (s *StartBackupJobInput) SetResourceArn(v string) *StartBackupJobInput

SetResourceArn sets the ResourceArn field's value.

func (*StartBackupJobInput) SetStartWindowMinutes

func (s *StartBackupJobInput) SetStartWindowMinutes(v int64) *StartBackupJobInput

SetStartWindowMinutes sets the StartWindowMinutes field's value.

func (StartBackupJobInput) String

func (s StartBackupJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartBackupJobInput) Validate

func (s *StartBackupJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartBackupJobOutput

type StartBackupJobOutput struct {

    // Uniquely identifies a request to Backup to back up a resource.
    BackupJobId *string `type:"string"`

    // The date and time that a backup job is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // This is a returned boolean value indicating this is a parent (composite)
    // backup job.
    IsParent *bool `type:"boolean"`

    // Note: This field is only returned for Amazon EFS and Advanced DynamoDB resources.
    //
    // An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    RecoveryPointArn *string `type:"string"`
    // contains filtered or unexported fields
}

func (StartBackupJobOutput) GoString

func (s StartBackupJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartBackupJobOutput) SetBackupJobId

func (s *StartBackupJobOutput) SetBackupJobId(v string) *StartBackupJobOutput

SetBackupJobId sets the BackupJobId field's value.

func (*StartBackupJobOutput) SetCreationDate

func (s *StartBackupJobOutput) SetCreationDate(v time.Time) *StartBackupJobOutput

SetCreationDate sets the CreationDate field's value.

func (*StartBackupJobOutput) SetIsParent

func (s *StartBackupJobOutput) SetIsParent(v bool) *StartBackupJobOutput

SetIsParent sets the IsParent field's value.

func (*StartBackupJobOutput) SetRecoveryPointArn

func (s *StartBackupJobOutput) SetRecoveryPointArn(v string) *StartBackupJobOutput

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (StartBackupJobOutput) String

func (s StartBackupJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartCopyJobInput

type StartCopyJobInput struct {

    // An Amazon Resource Name (ARN) that uniquely identifies a destination backup
    // vault to copy to; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    //
    // DestinationBackupVaultArn is a required field
    DestinationBackupVaultArn *string `type:"string" required:"true"`

    // Specifies the IAM role ARN used to copy the target recovery point; for example,
    // arn:aws:iam::123456789012:role/S3Access.
    //
    // IamRoleArn is a required field
    IamRoleArn *string `type:"string" required:"true"`

    // A customer-chosen string that you can use to distinguish between otherwise
    // identical calls to StartCopyJob. Retrying a successful request with the same
    // idempotency token results in a success message with no action taken.
    IdempotencyToken *string `type:"string"`

    // Contains an array of Transition objects specifying how long in days before
    // a recovery point transitions to cold storage or is deleted.
    //
    // Backups transitioned to cold storage must be stored in cold storage for a
    // minimum of 90 days. Therefore, on the console, the “retention” setting
    // must be 90 days greater than the “transition to cold after days” setting.
    // The “transition to cold after days” setting cannot be changed after a
    // backup has been transitioned to cold.
    //
    // Resource types that are able to be transitioned to cold storage are listed
    // in the "Lifecycle to cold storage" section of the Feature availability by
    // resource (https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource)
    // table. Backup ignores this expression for other resource types.
    Lifecycle *Lifecycle `type:"structure"`

    // An ARN that uniquely identifies a recovery point to use for the copy job;
    // for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    //
    // RecoveryPointArn is a required field
    RecoveryPointArn *string `type:"string" required:"true"`

    // The name of a logical source container where backups are stored. Backup vaults
    // are identified by names that are unique to the account used to create them
    // and the Amazon Web Services Region where they are created. They consist of
    // lowercase letters, numbers, and hyphens.
    //
    // SourceBackupVaultName is a required field
    SourceBackupVaultName *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (StartCopyJobInput) GoString

func (s StartCopyJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartCopyJobInput) SetDestinationBackupVaultArn

func (s *StartCopyJobInput) SetDestinationBackupVaultArn(v string) *StartCopyJobInput

SetDestinationBackupVaultArn sets the DestinationBackupVaultArn field's value.

func (*StartCopyJobInput) SetIamRoleArn

func (s *StartCopyJobInput) SetIamRoleArn(v string) *StartCopyJobInput

SetIamRoleArn sets the IamRoleArn field's value.

func (*StartCopyJobInput) SetIdempotencyToken

func (s *StartCopyJobInput) SetIdempotencyToken(v string) *StartCopyJobInput

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*StartCopyJobInput) SetLifecycle

func (s *StartCopyJobInput) SetLifecycle(v *Lifecycle) *StartCopyJobInput

SetLifecycle sets the Lifecycle field's value.

func (*StartCopyJobInput) SetRecoveryPointArn

func (s *StartCopyJobInput) SetRecoveryPointArn(v string) *StartCopyJobInput

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (*StartCopyJobInput) SetSourceBackupVaultName

func (s *StartCopyJobInput) SetSourceBackupVaultName(v string) *StartCopyJobInput

SetSourceBackupVaultName sets the SourceBackupVaultName field's value.

func (StartCopyJobInput) String

func (s StartCopyJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartCopyJobInput) Validate

func (s *StartCopyJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartCopyJobOutput

type StartCopyJobOutput struct {

    // Uniquely identifies a copy job.
    CopyJobId *string `type:"string"`

    // The date and time that a copy job is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // This is a returned boolean value indicating this is a parent (composite)
    // copy job.
    IsParent *bool `type:"boolean"`
    // contains filtered or unexported fields
}

func (StartCopyJobOutput) GoString

func (s StartCopyJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartCopyJobOutput) SetCopyJobId

func (s *StartCopyJobOutput) SetCopyJobId(v string) *StartCopyJobOutput

SetCopyJobId sets the CopyJobId field's value.

func (*StartCopyJobOutput) SetCreationDate

func (s *StartCopyJobOutput) SetCreationDate(v time.Time) *StartCopyJobOutput

SetCreationDate sets the CreationDate field's value.

func (*StartCopyJobOutput) SetIsParent

func (s *StartCopyJobOutput) SetIsParent(v bool) *StartCopyJobOutput

SetIsParent sets the IsParent field's value.

func (StartCopyJobOutput) String

func (s StartCopyJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartReportJobInput

type StartReportJobInput struct {

    // A customer-chosen string that you can use to distinguish between otherwise
    // identical calls to StartReportJobInput. Retrying a successful request with
    // the same idempotency token results in a success message with no action taken.
    IdempotencyToken *string `type:"string" idempotencyToken:"true"`

    // The unique name of a report plan.
    //
    // ReportPlanName is a required field
    ReportPlanName *string `location:"uri" locationName:"reportPlanName" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (StartReportJobInput) GoString

func (s StartReportJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartReportJobInput) SetIdempotencyToken

func (s *StartReportJobInput) SetIdempotencyToken(v string) *StartReportJobInput

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*StartReportJobInput) SetReportPlanName

func (s *StartReportJobInput) SetReportPlanName(v string) *StartReportJobInput

SetReportPlanName sets the ReportPlanName field's value.

func (StartReportJobInput) String

func (s StartReportJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartReportJobInput) Validate

func (s *StartReportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartReportJobOutput

type StartReportJobOutput struct {

    // The identifier of the report job. A unique, randomly generated, Unicode,
    // UTF-8 encoded string that is at most 1,024 bytes long. The report job ID
    // cannot be edited.
    ReportJobId *string `type:"string"`
    // contains filtered or unexported fields
}

func (StartReportJobOutput) GoString

func (s StartReportJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartReportJobOutput) SetReportJobId

func (s *StartReportJobOutput) SetReportJobId(v string) *StartReportJobOutput

SetReportJobId sets the ReportJobId field's value.

func (StartReportJobOutput) String

func (s StartReportJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartRestoreJobInput

type StartRestoreJobInput struct {

    // This is an optional parameter. If this equals True, tags included in the
    // backup will be copied to the restored resource.
    //
    // This can only be applied to backups created through Backup.
    CopySourceTagsToRestoredResource *bool `type:"boolean"`

    // The Amazon Resource Name (ARN) of the IAM role that Backup uses to create
    // the target resource; for example: arn:aws:iam::123456789012:role/S3Access.
    IamRoleArn *string `type:"string"`

    // A customer-chosen string that you can use to distinguish between otherwise
    // identical calls to StartRestoreJob. Retrying a successful request with the
    // same idempotency token results in a success message with no action taken.
    IdempotencyToken *string `type:"string"`

    // A set of metadata key-value pairs. Contains information, such as a resource
    // name, required to restore a recovery point.
    //
    // You can get configuration metadata about a resource at the time it was backed
    // up by calling GetRecoveryPointRestoreMetadata. However, values in addition
    // to those provided by GetRecoveryPointRestoreMetadata might be required to
    // restore a resource. For example, you might need to provide a new resource
    // name if the original already exists.
    //
    // You need to specify specific metadata to restore an Amazon Elastic File System
    // (Amazon EFS) instance:
    //
    //    * file-system-id: The ID of the Amazon EFS file system that is backed
    //    up by Backup. Returned in GetRecoveryPointRestoreMetadata.
    //
    //    * Encrypted: A Boolean value that, if true, specifies that the file system
    //    is encrypted. If KmsKeyId is specified, Encrypted must be set to true.
    //
    //    * KmsKeyId: Specifies the Amazon Web Services KMS key that is used to
    //    encrypt the restored file system. You can specify a key from another Amazon
    //    Web Services account provided that key it is properly shared with your
    //    account via Amazon Web Services KMS.
    //
    //    * PerformanceMode: Specifies the throughput mode of the file system.
    //
    //    * CreationToken: A user-supplied value that ensures the uniqueness (idempotency)
    //    of the request.
    //
    //    * newFileSystem: A Boolean value that, if true, specifies that the recovery
    //    point is restored to a new Amazon EFS file system.
    //
    //    * ItemsToRestore: An array of one to five strings where each string is
    //    a file path. Use ItemsToRestore to restore specific files or directories
    //    rather than the entire file system. This parameter is optional. For example,
    //    "itemsToRestore":"[\"/my.test\"]".
    //
    // Metadata is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by StartRestoreJobInput's
    // String and GoString methods.
    //
    // Metadata is a required field
    Metadata map[string]*string `type:"map" required:"true" sensitive:"true"`

    // An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    //
    // RecoveryPointArn is a required field
    RecoveryPointArn *string `type:"string" required:"true"`

    // Starts a job to restore a recovery point for one of the following resources:
    //
    //    * Aurora for Amazon Aurora
    //
    //    * DocumentDB for Amazon DocumentDB (with MongoDB compatibility)
    //
    //    * CloudFormation for CloudFormation
    //
    //    * DynamoDB for Amazon DynamoDB
    //
    //    * EBS for Amazon Elastic Block Store
    //
    //    * EC2 for Amazon Elastic Compute Cloud
    //
    //    * EFS for Amazon Elastic File System
    //
    //    * FSx for Amazon FSx
    //
    //    * Neptune for Amazon Neptune
    //
    //    * RDS for Amazon Relational Database Service
    //
    //    * Redshift for Amazon Redshift
    //
    //    * Storage Gateway for Storage Gateway
    //
    //    * S3 for Amazon S3
    //
    //    * Timestream for Amazon Timestream
    //
    //    * VirtualMachine for virtual machines
    ResourceType *string `type:"string"`
    // contains filtered or unexported fields
}

func (StartRestoreJobInput) GoString

func (s StartRestoreJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartRestoreJobInput) SetCopySourceTagsToRestoredResource

func (s *StartRestoreJobInput) SetCopySourceTagsToRestoredResource(v bool) *StartRestoreJobInput

SetCopySourceTagsToRestoredResource sets the CopySourceTagsToRestoredResource field's value.

func (*StartRestoreJobInput) SetIamRoleArn

func (s *StartRestoreJobInput) SetIamRoleArn(v string) *StartRestoreJobInput

SetIamRoleArn sets the IamRoleArn field's value.

func (*StartRestoreJobInput) SetIdempotencyToken

func (s *StartRestoreJobInput) SetIdempotencyToken(v string) *StartRestoreJobInput

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*StartRestoreJobInput) SetMetadata

func (s *StartRestoreJobInput) SetMetadata(v map[string]*string) *StartRestoreJobInput

SetMetadata sets the Metadata field's value.

func (*StartRestoreJobInput) SetRecoveryPointArn

func (s *StartRestoreJobInput) SetRecoveryPointArn(v string) *StartRestoreJobInput

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (*StartRestoreJobInput) SetResourceType

func (s *StartRestoreJobInput) SetResourceType(v string) *StartRestoreJobInput

SetResourceType sets the ResourceType field's value.

func (StartRestoreJobInput) String

func (s StartRestoreJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartRestoreJobInput) Validate

func (s *StartRestoreJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartRestoreJobOutput

type StartRestoreJobOutput struct {

    // Uniquely identifies the job that restores a recovery point.
    RestoreJobId *string `type:"string"`
    // contains filtered or unexported fields
}

func (StartRestoreJobOutput) GoString

func (s StartRestoreJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartRestoreJobOutput) SetRestoreJobId

func (s *StartRestoreJobOutput) SetRestoreJobId(v string) *StartRestoreJobOutput

SetRestoreJobId sets the RestoreJobId field's value.

func (StartRestoreJobOutput) String

func (s StartRestoreJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopBackupJobInput

type StopBackupJobInput struct {

    // Uniquely identifies a request to Backup to back up a resource.
    //
    // BackupJobId is a required field
    BackupJobId *string `location:"uri" locationName:"backupJobId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (StopBackupJobInput) GoString

func (s StopBackupJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopBackupJobInput) SetBackupJobId

func (s *StopBackupJobInput) SetBackupJobId(v string) *StopBackupJobInput

SetBackupJobId sets the BackupJobId field's value.

func (StopBackupJobInput) String

func (s StopBackupJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopBackupJobInput) Validate

func (s *StopBackupJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopBackupJobOutput

type StopBackupJobOutput struct {
    // contains filtered or unexported fields
}

func (StopBackupJobOutput) GoString

func (s StopBackupJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopBackupJobOutput) String

func (s StopBackupJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TagResourceInput

type TagResourceInput struct {

    // An ARN that uniquely identifies a resource. The format of the ARN depends
    // on the type of the tagged resource.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`

    // Key-value pairs that are used to help organize your resources. You can assign
    // your own metadata to the resources you create. For clarity, this is the structure
    // to assign tags: [{"Key":"string","Value":"string"}].
    //
    // Tags is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by TagResourceInput's
    // String and GoString methods.
    //
    // Tags is a required field
    Tags map[string]*string `type:"map" required:"true" sensitive:"true"`
    // contains filtered or unexported fields
}

func (TagResourceInput) GoString

func (s TagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) SetResourceArn

func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*TagResourceInput) SetTags

func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String

func (s TagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagResourceInput) Validate

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput

type TagResourceOutput struct {
    // contains filtered or unexported fields
}

func (TagResourceOutput) GoString

func (s TagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (TagResourceOutput) String

func (s TagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UntagResourceInput

type UntagResourceInput struct {

    // An ARN that uniquely identifies a resource. The format of the ARN depends
    // on the type of the tagged resource.
    //
    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resourceArn" type:"string" required:"true"`

    // A list of keys to identify which key-value tags to remove from a resource.
    //
    // TagKeyList is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by UntagResourceInput's
    // String and GoString methods.
    //
    // TagKeyList is a required field
    TagKeyList []*string `type:"list" required:"true" sensitive:"true"`
    // contains filtered or unexported fields
}

func (UntagResourceInput) GoString

func (s UntagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) SetResourceArn

func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*UntagResourceInput) SetTagKeyList

func (s *UntagResourceInput) SetTagKeyList(v []*string) *UntagResourceInput

SetTagKeyList sets the TagKeyList field's value.

func (UntagResourceInput) String

func (s UntagResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UntagResourceInput) Validate

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput

type UntagResourceOutput struct {
    // contains filtered or unexported fields
}

func (UntagResourceOutput) GoString

func (s UntagResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UntagResourceOutput) String

func (s UntagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateBackupPlanInput

type UpdateBackupPlanInput struct {

    // Specifies the body of a backup plan. Includes a BackupPlanName and one or
    // more sets of Rules.
    //
    // BackupPlan is a required field
    BackupPlan *PlanInput `type:"structure" required:"true"`

    // Uniquely identifies a backup plan.
    //
    // BackupPlanId is a required field
    BackupPlanId *string `location:"uri" locationName:"backupPlanId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateBackupPlanInput) GoString

func (s UpdateBackupPlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateBackupPlanInput) SetBackupPlan

func (s *UpdateBackupPlanInput) SetBackupPlan(v *PlanInput) *UpdateBackupPlanInput

SetBackupPlan sets the BackupPlan field's value.

func (*UpdateBackupPlanInput) SetBackupPlanId

func (s *UpdateBackupPlanInput) SetBackupPlanId(v string) *UpdateBackupPlanInput

SetBackupPlanId sets the BackupPlanId field's value.

func (UpdateBackupPlanInput) String

func (s UpdateBackupPlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateBackupPlanInput) Validate

func (s *UpdateBackupPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateBackupPlanOutput

type UpdateBackupPlanOutput struct {

    // Contains a list of BackupOptions for each resource type.
    AdvancedBackupSettings []*AdvancedBackupSetting `type:"list"`

    // An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for
    // example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50.
    BackupPlanArn *string `type:"string"`

    // Uniquely identifies a backup plan.
    BackupPlanId *string `type:"string"`

    // The date and time a backup plan is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most
    // 1,024 bytes long. Version Ids cannot be edited.
    VersionId *string `type:"string"`
    // contains filtered or unexported fields
}

func (UpdateBackupPlanOutput) GoString

func (s UpdateBackupPlanOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateBackupPlanOutput) SetAdvancedBackupSettings

func (s *UpdateBackupPlanOutput) SetAdvancedBackupSettings(v []*AdvancedBackupSetting) *UpdateBackupPlanOutput

SetAdvancedBackupSettings sets the AdvancedBackupSettings field's value.

func (*UpdateBackupPlanOutput) SetBackupPlanArn

func (s *UpdateBackupPlanOutput) SetBackupPlanArn(v string) *UpdateBackupPlanOutput

SetBackupPlanArn sets the BackupPlanArn field's value.

func (*UpdateBackupPlanOutput) SetBackupPlanId

func (s *UpdateBackupPlanOutput) SetBackupPlanId(v string) *UpdateBackupPlanOutput

SetBackupPlanId sets the BackupPlanId field's value.

func (*UpdateBackupPlanOutput) SetCreationDate

func (s *UpdateBackupPlanOutput) SetCreationDate(v time.Time) *UpdateBackupPlanOutput

SetCreationDate sets the CreationDate field's value.

func (*UpdateBackupPlanOutput) SetVersionId

func (s *UpdateBackupPlanOutput) SetVersionId(v string) *UpdateBackupPlanOutput

SetVersionId sets the VersionId field's value.

func (UpdateBackupPlanOutput) String

func (s UpdateBackupPlanOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateFrameworkInput

type UpdateFrameworkInput struct {

    // A list of the controls that make up the framework. Each control in the list
    // has a name, input parameters, and scope.
    FrameworkControls []*FrameworkControl `type:"list"`

    // An optional description of the framework with a maximum 1,024 characters.
    FrameworkDescription *string `type:"string"`

    // The unique name of a framework. This name is between 1 and 256 characters,
    // starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9),
    // and underscores (_).
    //
    // FrameworkName is a required field
    FrameworkName *string `location:"uri" locationName:"frameworkName" min:"1" type:"string" required:"true"`

    // A customer-chosen string that you can use to distinguish between otherwise
    // identical calls to UpdateFrameworkInput. Retrying a successful request with
    // the same idempotency token results in a success message with no action taken.
    IdempotencyToken *string `type:"string" idempotencyToken:"true"`
    // contains filtered or unexported fields
}

func (UpdateFrameworkInput) GoString

func (s UpdateFrameworkInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFrameworkInput) SetFrameworkControls

func (s *UpdateFrameworkInput) SetFrameworkControls(v []*FrameworkControl) *UpdateFrameworkInput

SetFrameworkControls sets the FrameworkControls field's value.

func (*UpdateFrameworkInput) SetFrameworkDescription

func (s *UpdateFrameworkInput) SetFrameworkDescription(v string) *UpdateFrameworkInput

SetFrameworkDescription sets the FrameworkDescription field's value.

func (*UpdateFrameworkInput) SetFrameworkName

func (s *UpdateFrameworkInput) SetFrameworkName(v string) *UpdateFrameworkInput

SetFrameworkName sets the FrameworkName field's value.

func (*UpdateFrameworkInput) SetIdempotencyToken

func (s *UpdateFrameworkInput) SetIdempotencyToken(v string) *UpdateFrameworkInput

SetIdempotencyToken sets the IdempotencyToken field's value.

func (UpdateFrameworkInput) String

func (s UpdateFrameworkInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFrameworkInput) Validate

func (s *UpdateFrameworkInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateFrameworkOutput

type UpdateFrameworkOutput struct {

    // The date and time that a framework is created, in ISO 8601 representation.
    // The value of CreationTime is accurate to milliseconds. For example, 2020-07-10T15:00:00.000-08:00
    // represents the 10th of July 2020 at 3:00 PM 8 hours behind UTC.
    CreationTime *time.Time `type:"timestamp"`

    // An Amazon Resource Name (ARN) that uniquely identifies a resource. The format
    // of the ARN depends on the resource type.
    FrameworkArn *string `type:"string"`

    // The unique name of a framework. This name is between 1 and 256 characters,
    // starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9),
    // and underscores (_).
    FrameworkName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (UpdateFrameworkOutput) GoString

func (s UpdateFrameworkOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFrameworkOutput) SetCreationTime

func (s *UpdateFrameworkOutput) SetCreationTime(v time.Time) *UpdateFrameworkOutput

SetCreationTime sets the CreationTime field's value.

func (*UpdateFrameworkOutput) SetFrameworkArn

func (s *UpdateFrameworkOutput) SetFrameworkArn(v string) *UpdateFrameworkOutput

SetFrameworkArn sets the FrameworkArn field's value.

func (*UpdateFrameworkOutput) SetFrameworkName

func (s *UpdateFrameworkOutput) SetFrameworkName(v string) *UpdateFrameworkOutput

SetFrameworkName sets the FrameworkName field's value.

func (UpdateFrameworkOutput) String

func (s UpdateFrameworkOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateGlobalSettingsInput

type UpdateGlobalSettingsInput struct {

    // A value for isCrossAccountBackupEnabled and a Region. Example: update-global-settings
    // --global-settings isCrossAccountBackupEnabled=false --region us-west-2.
    GlobalSettings map[string]*string `type:"map"`
    // contains filtered or unexported fields
}

func (UpdateGlobalSettingsInput) GoString

func (s UpdateGlobalSettingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateGlobalSettingsInput) SetGlobalSettings

func (s *UpdateGlobalSettingsInput) SetGlobalSettings(v map[string]*string) *UpdateGlobalSettingsInput

SetGlobalSettings sets the GlobalSettings field's value.

func (UpdateGlobalSettingsInput) String

func (s UpdateGlobalSettingsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateGlobalSettingsOutput

type UpdateGlobalSettingsOutput struct {
    // contains filtered or unexported fields
}

func (UpdateGlobalSettingsOutput) GoString

func (s UpdateGlobalSettingsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateGlobalSettingsOutput) String

func (s UpdateGlobalSettingsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateRecoveryPointLifecycleInput

type UpdateRecoveryPointLifecycleInput struct {

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    //
    // BackupVaultName is a required field
    BackupVaultName *string `location:"uri" locationName:"backupVaultName" type:"string" required:"true"`

    // The lifecycle defines when a protected resource is transitioned to cold storage
    // and when it expires. Backup transitions and expires backups automatically
    // according to the lifecycle that you define.
    //
    // Backups transitioned to cold storage must be stored in cold storage for a
    // minimum of 90 days. Therefore, the “retention” setting must be 90 days
    // greater than the “transition to cold after days” setting. The “transition
    // to cold after days” setting cannot be changed after a backup has been transitioned
    // to cold.
    Lifecycle *Lifecycle `type:"structure"`

    // An Amazon Resource Name (ARN) that uniquely identifies a recovery point;
    // for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    //
    // RecoveryPointArn is a required field
    RecoveryPointArn *string `location:"uri" locationName:"recoveryPointArn" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateRecoveryPointLifecycleInput) GoString

func (s UpdateRecoveryPointLifecycleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRecoveryPointLifecycleInput) SetBackupVaultName

func (s *UpdateRecoveryPointLifecycleInput) SetBackupVaultName(v string) *UpdateRecoveryPointLifecycleInput

SetBackupVaultName sets the BackupVaultName field's value.

func (*UpdateRecoveryPointLifecycleInput) SetLifecycle

func (s *UpdateRecoveryPointLifecycleInput) SetLifecycle(v *Lifecycle) *UpdateRecoveryPointLifecycleInput

SetLifecycle sets the Lifecycle field's value.

func (*UpdateRecoveryPointLifecycleInput) SetRecoveryPointArn

func (s *UpdateRecoveryPointLifecycleInput) SetRecoveryPointArn(v string) *UpdateRecoveryPointLifecycleInput

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (UpdateRecoveryPointLifecycleInput) String

func (s UpdateRecoveryPointLifecycleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRecoveryPointLifecycleInput) Validate

func (s *UpdateRecoveryPointLifecycleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateRecoveryPointLifecycleOutput

type UpdateRecoveryPointLifecycleOutput struct {

    // An ARN that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    BackupVaultArn *string `type:"string"`

    // A CalculatedLifecycle object containing DeleteAt and MoveToColdStorageAt
    // timestamps.
    CalculatedLifecycle *CalculatedLifecycle `type:"structure"`

    // The lifecycle defines when a protected resource is transitioned to cold storage
    // and when it expires. Backup transitions and expires backups automatically
    // according to the lifecycle that you define.
    //
    // Backups transitioned to cold storage must be stored in cold storage for a
    // minimum of 90 days. Therefore, the “retention” setting must be 90 days
    // greater than the “transition to cold after days” setting. The “transition
    // to cold after days” setting cannot be changed after a backup has been transitioned
    // to cold.
    //
    // Resource types that are able to be transitioned to cold storage are listed
    // in the "Lifecycle to cold storage" section of the Feature availability by
    // resource (https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html#features-by-resource)
    // table. Backup ignores this expression for other resource types.
    Lifecycle *Lifecycle `type:"structure"`

    // An Amazon Resource Name (ARN) that uniquely identifies a recovery point;
    // for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
    RecoveryPointArn *string `type:"string"`
    // contains filtered or unexported fields
}

func (UpdateRecoveryPointLifecycleOutput) GoString

func (s UpdateRecoveryPointLifecycleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRecoveryPointLifecycleOutput) SetBackupVaultArn

func (s *UpdateRecoveryPointLifecycleOutput) SetBackupVaultArn(v string) *UpdateRecoveryPointLifecycleOutput

SetBackupVaultArn sets the BackupVaultArn field's value.

func (*UpdateRecoveryPointLifecycleOutput) SetCalculatedLifecycle

func (s *UpdateRecoveryPointLifecycleOutput) SetCalculatedLifecycle(v *CalculatedLifecycle) *UpdateRecoveryPointLifecycleOutput

SetCalculatedLifecycle sets the CalculatedLifecycle field's value.

func (*UpdateRecoveryPointLifecycleOutput) SetLifecycle

func (s *UpdateRecoveryPointLifecycleOutput) SetLifecycle(v *Lifecycle) *UpdateRecoveryPointLifecycleOutput

SetLifecycle sets the Lifecycle field's value.

func (*UpdateRecoveryPointLifecycleOutput) SetRecoveryPointArn

func (s *UpdateRecoveryPointLifecycleOutput) SetRecoveryPointArn(v string) *UpdateRecoveryPointLifecycleOutput

SetRecoveryPointArn sets the RecoveryPointArn field's value.

func (UpdateRecoveryPointLifecycleOutput) String

func (s UpdateRecoveryPointLifecycleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateRegionSettingsInput

type UpdateRegionSettingsInput struct {

    // Enables or disables full Backup management of backups for a resource type.
    // To enable full Backup management for DynamoDB along with Backup's advanced
    // DynamoDB backup features (https://docs.aws.amazon.com/aws-backup/latest/devguide/advanced-ddb-backup.html),
    // follow the procedure to enable advanced DynamoDB backup programmatically
    // (https://docs.aws.amazon.com/aws-backup/latest/devguide/advanced-ddb-backup.html#advanced-ddb-backup-enable-cli).
    ResourceTypeManagementPreference map[string]*bool `type:"map"`

    // Updates the list of services along with the opt-in preferences for the Region.
    //
    // If resource assignments are only based on tags, then service opt-in settings
    // are applied. If a resource type is explicitly assigned to a backup plan,
    // such as Amazon S3, Amazon EC2, or Amazon RDS, it will be included in the
    // backup even if the opt-in is not enabled for that particular service. If
    // both a resource type and tags are specified in a resource assignment, the
    // resource type specified in the backup plan takes priority over the tag condition.
    // Service opt-in settings are disregarded in this situation.
    ResourceTypeOptInPreference map[string]*bool `type:"map"`
    // contains filtered or unexported fields
}

func (UpdateRegionSettingsInput) GoString

func (s UpdateRegionSettingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRegionSettingsInput) SetResourceTypeManagementPreference

func (s *UpdateRegionSettingsInput) SetResourceTypeManagementPreference(v map[string]*bool) *UpdateRegionSettingsInput

SetResourceTypeManagementPreference sets the ResourceTypeManagementPreference field's value.

func (*UpdateRegionSettingsInput) SetResourceTypeOptInPreference

func (s *UpdateRegionSettingsInput) SetResourceTypeOptInPreference(v map[string]*bool) *UpdateRegionSettingsInput

SetResourceTypeOptInPreference sets the ResourceTypeOptInPreference field's value.

func (UpdateRegionSettingsInput) String

func (s UpdateRegionSettingsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateRegionSettingsOutput

type UpdateRegionSettingsOutput struct {
    // contains filtered or unexported fields
}

func (UpdateRegionSettingsOutput) GoString

func (s UpdateRegionSettingsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateRegionSettingsOutput) String

func (s UpdateRegionSettingsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateReportPlanInput

type UpdateReportPlanInput struct {

    // A customer-chosen string that you can use to distinguish between otherwise
    // identical calls to UpdateReportPlanInput. Retrying a successful request with
    // the same idempotency token results in a success message with no action taken.
    IdempotencyToken *string `type:"string" idempotencyToken:"true"`

    // A structure that contains information about where to deliver your reports,
    // specifically your Amazon S3 bucket name, S3 key prefix, and the formats of
    // your reports.
    ReportDeliveryChannel *ReportDeliveryChannel `type:"structure"`

    // An optional description of the report plan with a maximum 1,024 characters.
    ReportPlanDescription *string `type:"string"`

    // The unique name of the report plan. This name is between 1 and 256 characters,
    // starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9),
    // and underscores (_).
    //
    // ReportPlanName is a required field
    ReportPlanName *string `location:"uri" locationName:"reportPlanName" min:"1" type:"string" required:"true"`

    // Identifies the report template for the report. Reports are built using a
    // report template. The report templates are:
    //
    // RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT
    // | COPY_JOB_REPORT | RESTORE_JOB_REPORT
    //
    // If the report template is RESOURCE_COMPLIANCE_REPORT or CONTROL_COMPLIANCE_REPORT,
    // this API resource also describes the report coverage by Amazon Web Services
    // Regions and frameworks.
    ReportSetting *ReportSetting `type:"structure"`
    // contains filtered or unexported fields
}

func (UpdateReportPlanInput) GoString

func (s UpdateReportPlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateReportPlanInput) SetIdempotencyToken

func (s *UpdateReportPlanInput) SetIdempotencyToken(v string) *UpdateReportPlanInput

SetIdempotencyToken sets the IdempotencyToken field's value.

func (*UpdateReportPlanInput) SetReportDeliveryChannel

func (s *UpdateReportPlanInput) SetReportDeliveryChannel(v *ReportDeliveryChannel) *UpdateReportPlanInput

SetReportDeliveryChannel sets the ReportDeliveryChannel field's value.

func (*UpdateReportPlanInput) SetReportPlanDescription

func (s *UpdateReportPlanInput) SetReportPlanDescription(v string) *UpdateReportPlanInput

SetReportPlanDescription sets the ReportPlanDescription field's value.

func (*UpdateReportPlanInput) SetReportPlanName

func (s *UpdateReportPlanInput) SetReportPlanName(v string) *UpdateReportPlanInput

SetReportPlanName sets the ReportPlanName field's value.

func (*UpdateReportPlanInput) SetReportSetting

func (s *UpdateReportPlanInput) SetReportSetting(v *ReportSetting) *UpdateReportPlanInput

SetReportSetting sets the ReportSetting field's value.

func (UpdateReportPlanInput) String

func (s UpdateReportPlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateReportPlanInput) Validate

func (s *UpdateReportPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateReportPlanOutput

type UpdateReportPlanOutput struct {

    // The date and time that a report plan is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationTime is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationTime *time.Time `type:"timestamp"`

    // An Amazon Resource Name (ARN) that uniquely identifies a resource. The format
    // of the ARN depends on the resource type.
    ReportPlanArn *string `type:"string"`

    // The unique name of the report plan.
    ReportPlanName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (UpdateReportPlanOutput) GoString

func (s UpdateReportPlanOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateReportPlanOutput) SetCreationTime

func (s *UpdateReportPlanOutput) SetCreationTime(v time.Time) *UpdateReportPlanOutput

SetCreationTime sets the CreationTime field's value.

func (*UpdateReportPlanOutput) SetReportPlanArn

func (s *UpdateReportPlanOutput) SetReportPlanArn(v string) *UpdateReportPlanOutput

SetReportPlanArn sets the ReportPlanArn field's value.

func (*UpdateReportPlanOutput) SetReportPlanName

func (s *UpdateReportPlanOutput) SetReportPlanName(v string) *UpdateReportPlanOutput

SetReportPlanName sets the ReportPlanName field's value.

func (UpdateReportPlanOutput) String

func (s UpdateReportPlanOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateRestoreTestingPlanInput

type UpdateRestoreTestingPlanInput struct {

    // Specifies the body of a restore testing plan.
    //
    // RestoreTestingPlan is a required field
    RestoreTestingPlan *RestoreTestingPlanForUpdate `type:"structure" required:"true"`

    // This is the restore testing plan name you wish to update.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `location:"uri" locationName:"RestoreTestingPlanName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateRestoreTestingPlanInput) GoString

func (s UpdateRestoreTestingPlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRestoreTestingPlanInput) SetRestoreTestingPlan

func (s *UpdateRestoreTestingPlanInput) SetRestoreTestingPlan(v *RestoreTestingPlanForUpdate) *UpdateRestoreTestingPlanInput

SetRestoreTestingPlan sets the RestoreTestingPlan field's value.

func (*UpdateRestoreTestingPlanInput) SetRestoreTestingPlanName

func (s *UpdateRestoreTestingPlanInput) SetRestoreTestingPlanName(v string) *UpdateRestoreTestingPlanInput

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (UpdateRestoreTestingPlanInput) String

func (s UpdateRestoreTestingPlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRestoreTestingPlanInput) Validate

func (s *UpdateRestoreTestingPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateRestoreTestingPlanOutput

type UpdateRestoreTestingPlanOutput struct {

    // This is the time the resource testing plan was created.
    //
    // CreationTime is a required field
    CreationTime *time.Time `type:"timestamp" required:"true"`

    // Unique ARN (Amazon Resource Name) of the restore testing plan.
    //
    // RestoreTestingPlanArn is a required field
    RestoreTestingPlanArn *string `type:"string" required:"true"`

    // The name cannot be changed after creation. The name consists of only alphanumeric
    // characters and underscores. Maximum length is 50.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `type:"string" required:"true"`

    // This is the time the update completed for the restore testing plan.
    //
    // UpdateTime is a required field
    UpdateTime *time.Time `type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateRestoreTestingPlanOutput) GoString

func (s UpdateRestoreTestingPlanOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRestoreTestingPlanOutput) SetCreationTime

func (s *UpdateRestoreTestingPlanOutput) SetCreationTime(v time.Time) *UpdateRestoreTestingPlanOutput

SetCreationTime sets the CreationTime field's value.

func (*UpdateRestoreTestingPlanOutput) SetRestoreTestingPlanArn

func (s *UpdateRestoreTestingPlanOutput) SetRestoreTestingPlanArn(v string) *UpdateRestoreTestingPlanOutput

SetRestoreTestingPlanArn sets the RestoreTestingPlanArn field's value.

func (*UpdateRestoreTestingPlanOutput) SetRestoreTestingPlanName

func (s *UpdateRestoreTestingPlanOutput) SetRestoreTestingPlanName(v string) *UpdateRestoreTestingPlanOutput

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (*UpdateRestoreTestingPlanOutput) SetUpdateTime

func (s *UpdateRestoreTestingPlanOutput) SetUpdateTime(v time.Time) *UpdateRestoreTestingPlanOutput

SetUpdateTime sets the UpdateTime field's value.

func (UpdateRestoreTestingPlanOutput) String

func (s UpdateRestoreTestingPlanOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateRestoreTestingSelectionInput

type UpdateRestoreTestingSelectionInput struct {

    // The restore testing plan name is required to update the indicated testing
    // plan.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `location:"uri" locationName:"RestoreTestingPlanName" type:"string" required:"true"`

    // To update your restore testing selection, you can use either protected resource
    // ARNs or conditions, but not both. That is, if your selection has ProtectedResourceArns,
    // requesting an update with the parameter ProtectedResourceConditions will
    // be unsuccessful.
    //
    // RestoreTestingSelection is a required field
    RestoreTestingSelection *RestoreTestingSelectionForUpdate `type:"structure" required:"true"`

    // This is the required restore testing selection name of the restore testing
    // selection you wish to update.
    //
    // RestoreTestingSelectionName is a required field
    RestoreTestingSelectionName *string `location:"uri" locationName:"RestoreTestingSelectionName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateRestoreTestingSelectionInput) GoString

func (s UpdateRestoreTestingSelectionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRestoreTestingSelectionInput) SetRestoreTestingPlanName

func (s *UpdateRestoreTestingSelectionInput) SetRestoreTestingPlanName(v string) *UpdateRestoreTestingSelectionInput

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (*UpdateRestoreTestingSelectionInput) SetRestoreTestingSelection

func (s *UpdateRestoreTestingSelectionInput) SetRestoreTestingSelection(v *RestoreTestingSelectionForUpdate) *UpdateRestoreTestingSelectionInput

SetRestoreTestingSelection sets the RestoreTestingSelection field's value.

func (*UpdateRestoreTestingSelectionInput) SetRestoreTestingSelectionName

func (s *UpdateRestoreTestingSelectionInput) SetRestoreTestingSelectionName(v string) *UpdateRestoreTestingSelectionInput

SetRestoreTestingSelectionName sets the RestoreTestingSelectionName field's value.

func (UpdateRestoreTestingSelectionInput) String

func (s UpdateRestoreTestingSelectionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRestoreTestingSelectionInput) Validate

func (s *UpdateRestoreTestingSelectionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateRestoreTestingSelectionOutput

type UpdateRestoreTestingSelectionOutput struct {

    // This is the time the resource testing selection was updated successfully.
    //
    // CreationTime is a required field
    CreationTime *time.Time `type:"timestamp" required:"true"`

    // Unique string that is the name of the restore testing plan.
    //
    // RestoreTestingPlanArn is a required field
    RestoreTestingPlanArn *string `type:"string" required:"true"`

    // This is the restore testing plan with which the updated restore testing selection
    // is associated.
    //
    // RestoreTestingPlanName is a required field
    RestoreTestingPlanName *string `type:"string" required:"true"`

    // This is the returned restore testing selection name.
    //
    // RestoreTestingSelectionName is a required field
    RestoreTestingSelectionName *string `type:"string" required:"true"`

    // This is the time the update completed for the restore testing selection.
    //
    // UpdateTime is a required field
    UpdateTime *time.Time `type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateRestoreTestingSelectionOutput) GoString

func (s UpdateRestoreTestingSelectionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateRestoreTestingSelectionOutput) SetCreationTime

func (s *UpdateRestoreTestingSelectionOutput) SetCreationTime(v time.Time) *UpdateRestoreTestingSelectionOutput

SetCreationTime sets the CreationTime field's value.

func (*UpdateRestoreTestingSelectionOutput) SetRestoreTestingPlanArn

func (s *UpdateRestoreTestingSelectionOutput) SetRestoreTestingPlanArn(v string) *UpdateRestoreTestingSelectionOutput

SetRestoreTestingPlanArn sets the RestoreTestingPlanArn field's value.

func (*UpdateRestoreTestingSelectionOutput) SetRestoreTestingPlanName

func (s *UpdateRestoreTestingSelectionOutput) SetRestoreTestingPlanName(v string) *UpdateRestoreTestingSelectionOutput

SetRestoreTestingPlanName sets the RestoreTestingPlanName field's value.

func (*UpdateRestoreTestingSelectionOutput) SetRestoreTestingSelectionName

func (s *UpdateRestoreTestingSelectionOutput) SetRestoreTestingSelectionName(v string) *UpdateRestoreTestingSelectionOutput

SetRestoreTestingSelectionName sets the RestoreTestingSelectionName field's value.

func (*UpdateRestoreTestingSelectionOutput) SetUpdateTime

func (s *UpdateRestoreTestingSelectionOutput) SetUpdateTime(v time.Time) *UpdateRestoreTestingSelectionOutput

SetUpdateTime sets the UpdateTime field's value.

func (UpdateRestoreTestingSelectionOutput) String

func (s UpdateRestoreTestingSelectionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VaultListMember

type VaultListMember struct {

    // An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for
    // example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.
    BackupVaultArn *string `type:"string"`

    // The name of a logical container where backups are stored. Backup vaults are
    // identified by names that are unique to the account used to create them and
    // the Amazon Web Services Region where they are created. They consist of lowercase
    // letters, numbers, and hyphens.
    BackupVaultName *string `type:"string"`

    // The date and time a resource backup is created, in Unix format and Coordinated
    // Universal Time (UTC). The value of CreationDate is accurate to milliseconds.
    // For example, the value 1516925490.087 represents Friday, January 26, 2018
    // 12:11:30.087 AM.
    CreationDate *time.Time `type:"timestamp"`

    // A unique string that identifies the request and allows failed requests to
    // be retried without the risk of running the operation twice. This parameter
    // is optional.
    //
    // If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
    CreatorRequestId *string `type:"string"`

    // A server-side encryption key you can specify to encrypt your backups from
    // services that support full Backup management; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.
    // If you specify a key, you must specify its ARN, not its alias. If you do
    // not specify a key, Backup creates a KMS key for you by default.
    //
    // To learn which Backup services support full Backup management and how Backup
    // handles encryption for backups from services that do not yet support full
    // Backup, see Encryption for backups in Backup (https://docs.aws.amazon.com/aws-backup/latest/devguide/encryption.html)
    EncryptionKeyArn *string `type:"string"`

    // The date and time when Backup Vault Lock configuration becomes immutable,
    // meaning it cannot be changed or deleted.
    //
    // If you applied Vault Lock to your vault without specifying a lock date, you
    // can change your Vault Lock settings, or delete Vault Lock from the vault
    // entirely, at any time.
    //
    // This value is in Unix format, Coordinated Universal Time (UTC), and accurate
    // to milliseconds. For example, the value 1516925490.087 represents Friday,
    // January 26, 2018 12:11:30.087 AM.
    LockDate *time.Time `type:"timestamp"`

    // A Boolean value that indicates whether Backup Vault Lock applies to the selected
    // backup vault. If true, Vault Lock prevents delete and update operations on
    // the recovery points in the selected vault.
    Locked *bool `type:"boolean"`

    // The Backup Vault Lock setting that specifies the maximum retention period
    // that the vault retains its recovery points. If this parameter is not specified,
    // Vault Lock does not enforce a maximum retention period on the recovery points
    // in the vault (allowing indefinite storage).
    //
    // If specified, any backup or copy job to the vault must have a lifecycle policy
    // with a retention period equal to or shorter than the maximum retention period.
    // If the job's retention period is longer than that maximum retention period,
    // then the vault fails the backup or copy job, and you should either modify
    // your lifecycle settings or use a different vault. Recovery points already
    // stored in the vault prior to Vault Lock are not affected.
    MaxRetentionDays *int64 `type:"long"`

    // The Backup Vault Lock setting that specifies the minimum retention period
    // that the vault retains its recovery points. If this parameter is not specified,
    // Vault Lock does not enforce a minimum retention period.
    //
    // If specified, any backup or copy job to the vault must have a lifecycle policy
    // with a retention period equal to or longer than the minimum retention period.
    // If the job's retention period is shorter than that minimum retention period,
    // then the vault fails the backup or copy job, and you should either modify
    // your lifecycle settings or use a different vault. Recovery points already
    // stored in the vault prior to Vault Lock are not affected.
    MinRetentionDays *int64 `type:"long"`

    // The number of recovery points that are stored in a backup vault.
    NumberOfRecoveryPoints *int64 `type:"long"`
    // contains filtered or unexported fields
}

Contains metadata about a backup vault.

func (VaultListMember) GoString

func (s VaultListMember) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VaultListMember) SetBackupVaultArn

func (s *VaultListMember) SetBackupVaultArn(v string) *VaultListMember

SetBackupVaultArn sets the BackupVaultArn field's value.

func (*VaultListMember) SetBackupVaultName

func (s *VaultListMember) SetBackupVaultName(v string) *VaultListMember

SetBackupVaultName sets the BackupVaultName field's value.

func (*VaultListMember) SetCreationDate

func (s *VaultListMember) SetCreationDate(v time.Time) *VaultListMember

SetCreationDate sets the CreationDate field's value.

func (*VaultListMember) SetCreatorRequestId

func (s *VaultListMember) SetCreatorRequestId(v string) *VaultListMember

SetCreatorRequestId sets the CreatorRequestId field's value.

func (*VaultListMember) SetEncryptionKeyArn

func (s *VaultListMember) SetEncryptionKeyArn(v string) *VaultListMember

SetEncryptionKeyArn sets the EncryptionKeyArn field's value.

func (*VaultListMember) SetLockDate

func (s *VaultListMember) SetLockDate(v time.Time) *VaultListMember

SetLockDate sets the LockDate field's value.

func (*VaultListMember) SetLocked

func (s *VaultListMember) SetLocked(v bool) *VaultListMember

SetLocked sets the Locked field's value.

func (*VaultListMember) SetMaxRetentionDays

func (s *VaultListMember) SetMaxRetentionDays(v int64) *VaultListMember

SetMaxRetentionDays sets the MaxRetentionDays field's value.

func (*VaultListMember) SetMinRetentionDays

func (s *VaultListMember) SetMinRetentionDays(v int64) *VaultListMember

SetMinRetentionDays sets the MinRetentionDays field's value.

func (*VaultListMember) SetNumberOfRecoveryPoints

func (s *VaultListMember) SetNumberOfRecoveryPoints(v int64) *VaultListMember

SetNumberOfRecoveryPoints sets the NumberOfRecoveryPoints field's value.

func (VaultListMember) String

func (s VaultListMember) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".