Documentation ¶
Overview ¶
Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package cloudwatchdouble contains test double implementation of cloudwatchiface.CloudWatchAPI
Package cloudwatchdouble provides a TestDouble implementation of cloudwatchiface.CloudWatchAPI ¶
Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00
Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00
Index ¶
- type CloudWatchDouble
- func (d *CloudWatchDouble) DeleteAlarms(i0 *cloudwatch.DeleteAlarmsInput) (r0 *cloudwatch.DeleteAlarmsOutput, r1 error)
- func (d *CloudWatchDouble) DeleteAlarmsRequest(i0 *cloudwatch.DeleteAlarmsInput) (r0 *request.Request, r1 *cloudwatch.DeleteAlarmsOutput)
- func (d *CloudWatchDouble) DeleteAlarmsWithContext(i0 context.Context, i1 *cloudwatch.DeleteAlarmsInput, i2 ...request.Option) (r0 *cloudwatch.DeleteAlarmsOutput, r1 error)
- func (d *CloudWatchDouble) DeleteAnomalyDetector(i0 *cloudwatch.DeleteAnomalyDetectorInput) (r0 *cloudwatch.DeleteAnomalyDetectorOutput, r1 error)
- func (d *CloudWatchDouble) DeleteAnomalyDetectorRequest(i0 *cloudwatch.DeleteAnomalyDetectorInput) (r0 *request.Request, r1 *cloudwatch.DeleteAnomalyDetectorOutput)
- func (d *CloudWatchDouble) DeleteAnomalyDetectorWithContext(i0 context.Context, i1 *cloudwatch.DeleteAnomalyDetectorInput, ...) (r0 *cloudwatch.DeleteAnomalyDetectorOutput, r1 error)
- func (d *CloudWatchDouble) DeleteDashboards(i0 *cloudwatch.DeleteDashboardsInput) (r0 *cloudwatch.DeleteDashboardsOutput, r1 error)
- func (d *CloudWatchDouble) DeleteDashboardsRequest(i0 *cloudwatch.DeleteDashboardsInput) (r0 *request.Request, r1 *cloudwatch.DeleteDashboardsOutput)
- func (d *CloudWatchDouble) DeleteDashboardsWithContext(i0 context.Context, i1 *cloudwatch.DeleteDashboardsInput, i2 ...request.Option) (r0 *cloudwatch.DeleteDashboardsOutput, r1 error)
- func (d *CloudWatchDouble) DeleteInsightRules(i0 *cloudwatch.DeleteInsightRulesInput) (r0 *cloudwatch.DeleteInsightRulesOutput, r1 error)
- func (d *CloudWatchDouble) DeleteInsightRulesRequest(i0 *cloudwatch.DeleteInsightRulesInput) (r0 *request.Request, r1 *cloudwatch.DeleteInsightRulesOutput)
- func (d *CloudWatchDouble) DeleteInsightRulesWithContext(i0 context.Context, i1 *cloudwatch.DeleteInsightRulesInput, ...) (r0 *cloudwatch.DeleteInsightRulesOutput, r1 error)
- func (d *CloudWatchDouble) DescribeAlarmHistory(i0 *cloudwatch.DescribeAlarmHistoryInput) (r0 *cloudwatch.DescribeAlarmHistoryOutput, r1 error)
- func (d *CloudWatchDouble) DescribeAlarmHistoryPages(i0 *cloudwatch.DescribeAlarmHistoryInput, ...) (r0 error)
- func (d *CloudWatchDouble) DescribeAlarmHistoryPagesWithContext(i0 context.Context, i1 *cloudwatch.DescribeAlarmHistoryInput, ...) (r0 error)
- func (d *CloudWatchDouble) DescribeAlarmHistoryRequest(i0 *cloudwatch.DescribeAlarmHistoryInput) (r0 *request.Request, r1 *cloudwatch.DescribeAlarmHistoryOutput)
- func (d *CloudWatchDouble) DescribeAlarmHistoryWithContext(i0 context.Context, i1 *cloudwatch.DescribeAlarmHistoryInput, ...) (r0 *cloudwatch.DescribeAlarmHistoryOutput, r1 error)
- func (d *CloudWatchDouble) DescribeAlarms(i0 *cloudwatch.DescribeAlarmsInput) (r0 *cloudwatch.DescribeAlarmsOutput, r1 error)
- func (d *CloudWatchDouble) DescribeAlarmsForMetric(i0 *cloudwatch.DescribeAlarmsForMetricInput) (r0 *cloudwatch.DescribeAlarmsForMetricOutput, r1 error)
- func (d *CloudWatchDouble) DescribeAlarmsForMetricRequest(i0 *cloudwatch.DescribeAlarmsForMetricInput) (r0 *request.Request, r1 *cloudwatch.DescribeAlarmsForMetricOutput)
- func (d *CloudWatchDouble) DescribeAlarmsForMetricWithContext(i0 context.Context, i1 *cloudwatch.DescribeAlarmsForMetricInput, ...) (r0 *cloudwatch.DescribeAlarmsForMetricOutput, r1 error)
- func (d *CloudWatchDouble) DescribeAlarmsPages(i0 *cloudwatch.DescribeAlarmsInput, ...) (r0 error)
- func (d *CloudWatchDouble) DescribeAlarmsPagesWithContext(i0 context.Context, i1 *cloudwatch.DescribeAlarmsInput, ...) (r0 error)
- func (d *CloudWatchDouble) DescribeAlarmsRequest(i0 *cloudwatch.DescribeAlarmsInput) (r0 *request.Request, r1 *cloudwatch.DescribeAlarmsOutput)
- func (d *CloudWatchDouble) DescribeAlarmsWithContext(i0 context.Context, i1 *cloudwatch.DescribeAlarmsInput, i2 ...request.Option) (r0 *cloudwatch.DescribeAlarmsOutput, r1 error)
- func (d *CloudWatchDouble) DescribeAnomalyDetectors(i0 *cloudwatch.DescribeAnomalyDetectorsInput) (r0 *cloudwatch.DescribeAnomalyDetectorsOutput, r1 error)
- func (d *CloudWatchDouble) DescribeAnomalyDetectorsRequest(i0 *cloudwatch.DescribeAnomalyDetectorsInput) (r0 *request.Request, r1 *cloudwatch.DescribeAnomalyDetectorsOutput)
- func (d *CloudWatchDouble) DescribeAnomalyDetectorsWithContext(i0 context.Context, i1 *cloudwatch.DescribeAnomalyDetectorsInput, ...) (r0 *cloudwatch.DescribeAnomalyDetectorsOutput, r1 error)
- func (d *CloudWatchDouble) DescribeInsightRules(i0 *cloudwatch.DescribeInsightRulesInput) (r0 *cloudwatch.DescribeInsightRulesOutput, r1 error)
- func (d *CloudWatchDouble) DescribeInsightRulesPages(i0 *cloudwatch.DescribeInsightRulesInput, ...) (r0 error)
- func (d *CloudWatchDouble) DescribeInsightRulesPagesWithContext(i0 context.Context, i1 *cloudwatch.DescribeInsightRulesInput, ...) (r0 error)
- func (d *CloudWatchDouble) DescribeInsightRulesRequest(i0 *cloudwatch.DescribeInsightRulesInput) (r0 *request.Request, r1 *cloudwatch.DescribeInsightRulesOutput)
- func (d *CloudWatchDouble) DescribeInsightRulesWithContext(i0 context.Context, i1 *cloudwatch.DescribeInsightRulesInput, ...) (r0 *cloudwatch.DescribeInsightRulesOutput, r1 error)
- func (d *CloudWatchDouble) DisableAlarmActions(i0 *cloudwatch.DisableAlarmActionsInput) (r0 *cloudwatch.DisableAlarmActionsOutput, r1 error)
- func (d *CloudWatchDouble) DisableAlarmActionsRequest(i0 *cloudwatch.DisableAlarmActionsInput) (r0 *request.Request, r1 *cloudwatch.DisableAlarmActionsOutput)
- func (d *CloudWatchDouble) DisableAlarmActionsWithContext(i0 context.Context, i1 *cloudwatch.DisableAlarmActionsInput, ...) (r0 *cloudwatch.DisableAlarmActionsOutput, r1 error)
- func (d *CloudWatchDouble) DisableInsightRules(i0 *cloudwatch.DisableInsightRulesInput) (r0 *cloudwatch.DisableInsightRulesOutput, r1 error)
- func (d *CloudWatchDouble) DisableInsightRulesRequest(i0 *cloudwatch.DisableInsightRulesInput) (r0 *request.Request, r1 *cloudwatch.DisableInsightRulesOutput)
- func (d *CloudWatchDouble) DisableInsightRulesWithContext(i0 context.Context, i1 *cloudwatch.DisableInsightRulesInput, ...) (r0 *cloudwatch.DisableInsightRulesOutput, r1 error)
- func (d *CloudWatchDouble) EnableAlarmActions(i0 *cloudwatch.EnableAlarmActionsInput) (r0 *cloudwatch.EnableAlarmActionsOutput, r1 error)
- func (d *CloudWatchDouble) EnableAlarmActionsRequest(i0 *cloudwatch.EnableAlarmActionsInput) (r0 *request.Request, r1 *cloudwatch.EnableAlarmActionsOutput)
- func (d *CloudWatchDouble) EnableAlarmActionsWithContext(i0 context.Context, i1 *cloudwatch.EnableAlarmActionsInput, ...) (r0 *cloudwatch.EnableAlarmActionsOutput, r1 error)
- func (d *CloudWatchDouble) EnableInsightRules(i0 *cloudwatch.EnableInsightRulesInput) (r0 *cloudwatch.EnableInsightRulesOutput, r1 error)
- func (d *CloudWatchDouble) EnableInsightRulesRequest(i0 *cloudwatch.EnableInsightRulesInput) (r0 *request.Request, r1 *cloudwatch.EnableInsightRulesOutput)
- func (d *CloudWatchDouble) EnableInsightRulesWithContext(i0 context.Context, i1 *cloudwatch.EnableInsightRulesInput, ...) (r0 *cloudwatch.EnableInsightRulesOutput, r1 error)
- func (d *CloudWatchDouble) GetDashboard(i0 *cloudwatch.GetDashboardInput) (r0 *cloudwatch.GetDashboardOutput, r1 error)
- func (d *CloudWatchDouble) GetDashboardRequest(i0 *cloudwatch.GetDashboardInput) (r0 *request.Request, r1 *cloudwatch.GetDashboardOutput)
- func (d *CloudWatchDouble) GetDashboardWithContext(i0 context.Context, i1 *cloudwatch.GetDashboardInput, i2 ...request.Option) (r0 *cloudwatch.GetDashboardOutput, r1 error)
- func (d *CloudWatchDouble) GetInsightRuleReport(i0 *cloudwatch.GetInsightRuleReportInput) (r0 *cloudwatch.GetInsightRuleReportOutput, r1 error)
- func (d *CloudWatchDouble) GetInsightRuleReportRequest(i0 *cloudwatch.GetInsightRuleReportInput) (r0 *request.Request, r1 *cloudwatch.GetInsightRuleReportOutput)
- func (d *CloudWatchDouble) GetInsightRuleReportWithContext(i0 context.Context, i1 *cloudwatch.GetInsightRuleReportInput, ...) (r0 *cloudwatch.GetInsightRuleReportOutput, r1 error)
- func (d *CloudWatchDouble) GetMetricData(i0 *cloudwatch.GetMetricDataInput) (r0 *cloudwatch.GetMetricDataOutput, r1 error)
- func (d *CloudWatchDouble) GetMetricDataPages(i0 *cloudwatch.GetMetricDataInput, ...) (r0 error)
- func (d *CloudWatchDouble) GetMetricDataPagesWithContext(i0 context.Context, i1 *cloudwatch.GetMetricDataInput, ...) (r0 error)
- func (d *CloudWatchDouble) GetMetricDataRequest(i0 *cloudwatch.GetMetricDataInput) (r0 *request.Request, r1 *cloudwatch.GetMetricDataOutput)
- func (d *CloudWatchDouble) GetMetricDataWithContext(i0 context.Context, i1 *cloudwatch.GetMetricDataInput, i2 ...request.Option) (r0 *cloudwatch.GetMetricDataOutput, r1 error)
- func (d *CloudWatchDouble) GetMetricStatistics(i0 *cloudwatch.GetMetricStatisticsInput) (r0 *cloudwatch.GetMetricStatisticsOutput, r1 error)
- func (d *CloudWatchDouble) GetMetricStatisticsRequest(i0 *cloudwatch.GetMetricStatisticsInput) (r0 *request.Request, r1 *cloudwatch.GetMetricStatisticsOutput)
- func (d *CloudWatchDouble) GetMetricStatisticsWithContext(i0 context.Context, i1 *cloudwatch.GetMetricStatisticsInput, ...) (r0 *cloudwatch.GetMetricStatisticsOutput, r1 error)
- func (d *CloudWatchDouble) GetMetricWidgetImage(i0 *cloudwatch.GetMetricWidgetImageInput) (r0 *cloudwatch.GetMetricWidgetImageOutput, r1 error)
- func (d *CloudWatchDouble) GetMetricWidgetImageRequest(i0 *cloudwatch.GetMetricWidgetImageInput) (r0 *request.Request, r1 *cloudwatch.GetMetricWidgetImageOutput)
- func (d *CloudWatchDouble) GetMetricWidgetImageWithContext(i0 context.Context, i1 *cloudwatch.GetMetricWidgetImageInput, ...) (r0 *cloudwatch.GetMetricWidgetImageOutput, r1 error)
- func (d *CloudWatchDouble) ListDashboards(i0 *cloudwatch.ListDashboardsInput) (r0 *cloudwatch.ListDashboardsOutput, r1 error)
- func (d *CloudWatchDouble) ListDashboardsPages(i0 *cloudwatch.ListDashboardsInput, ...) (r0 error)
- func (d *CloudWatchDouble) ListDashboardsPagesWithContext(i0 context.Context, i1 *cloudwatch.ListDashboardsInput, ...) (r0 error)
- func (d *CloudWatchDouble) ListDashboardsRequest(i0 *cloudwatch.ListDashboardsInput) (r0 *request.Request, r1 *cloudwatch.ListDashboardsOutput)
- func (d *CloudWatchDouble) ListDashboardsWithContext(i0 context.Context, i1 *cloudwatch.ListDashboardsInput, i2 ...request.Option) (r0 *cloudwatch.ListDashboardsOutput, r1 error)
- func (d *CloudWatchDouble) ListMetrics(i0 *cloudwatch.ListMetricsInput) (r0 *cloudwatch.ListMetricsOutput, r1 error)
- func (d *CloudWatchDouble) ListMetricsPages(i0 *cloudwatch.ListMetricsInput, ...) (r0 error)
- func (d *CloudWatchDouble) ListMetricsPagesWithContext(i0 context.Context, i1 *cloudwatch.ListMetricsInput, ...) (r0 error)
- func (d *CloudWatchDouble) ListMetricsRequest(i0 *cloudwatch.ListMetricsInput) (r0 *request.Request, r1 *cloudwatch.ListMetricsOutput)
- func (d *CloudWatchDouble) ListMetricsWithContext(i0 context.Context, i1 *cloudwatch.ListMetricsInput, i2 ...request.Option) (r0 *cloudwatch.ListMetricsOutput, r1 error)
- func (d *CloudWatchDouble) ListTagsForResource(i0 *cloudwatch.ListTagsForResourceInput) (r0 *cloudwatch.ListTagsForResourceOutput, r1 error)
- func (d *CloudWatchDouble) ListTagsForResourceRequest(i0 *cloudwatch.ListTagsForResourceInput) (r0 *request.Request, r1 *cloudwatch.ListTagsForResourceOutput)
- func (d *CloudWatchDouble) ListTagsForResourceWithContext(i0 context.Context, i1 *cloudwatch.ListTagsForResourceInput, ...) (r0 *cloudwatch.ListTagsForResourceOutput, r1 error)
- func (d *CloudWatchDouble) PutAnomalyDetector(i0 *cloudwatch.PutAnomalyDetectorInput) (r0 *cloudwatch.PutAnomalyDetectorOutput, r1 error)
- func (d *CloudWatchDouble) PutAnomalyDetectorRequest(i0 *cloudwatch.PutAnomalyDetectorInput) (r0 *request.Request, r1 *cloudwatch.PutAnomalyDetectorOutput)
- func (d *CloudWatchDouble) PutAnomalyDetectorWithContext(i0 context.Context, i1 *cloudwatch.PutAnomalyDetectorInput, ...) (r0 *cloudwatch.PutAnomalyDetectorOutput, r1 error)
- func (d *CloudWatchDouble) PutDashboard(i0 *cloudwatch.PutDashboardInput) (r0 *cloudwatch.PutDashboardOutput, r1 error)
- func (d *CloudWatchDouble) PutDashboardRequest(i0 *cloudwatch.PutDashboardInput) (r0 *request.Request, r1 *cloudwatch.PutDashboardOutput)
- func (d *CloudWatchDouble) PutDashboardWithContext(i0 context.Context, i1 *cloudwatch.PutDashboardInput, i2 ...request.Option) (r0 *cloudwatch.PutDashboardOutput, r1 error)
- func (d *CloudWatchDouble) PutInsightRule(i0 *cloudwatch.PutInsightRuleInput) (r0 *cloudwatch.PutInsightRuleOutput, r1 error)
- func (d *CloudWatchDouble) PutInsightRuleRequest(i0 *cloudwatch.PutInsightRuleInput) (r0 *request.Request, r1 *cloudwatch.PutInsightRuleOutput)
- func (d *CloudWatchDouble) PutInsightRuleWithContext(i0 context.Context, i1 *cloudwatch.PutInsightRuleInput, i2 ...request.Option) (r0 *cloudwatch.PutInsightRuleOutput, r1 error)
- func (d *CloudWatchDouble) PutMetricAlarm(i0 *cloudwatch.PutMetricAlarmInput) (r0 *cloudwatch.PutMetricAlarmOutput, r1 error)
- func (d *CloudWatchDouble) PutMetricAlarmRequest(i0 *cloudwatch.PutMetricAlarmInput) (r0 *request.Request, r1 *cloudwatch.PutMetricAlarmOutput)
- func (d *CloudWatchDouble) PutMetricAlarmWithContext(i0 context.Context, i1 *cloudwatch.PutMetricAlarmInput, i2 ...request.Option) (r0 *cloudwatch.PutMetricAlarmOutput, r1 error)
- func (d *CloudWatchDouble) PutMetricData(i0 *cloudwatch.PutMetricDataInput) (r0 *cloudwatch.PutMetricDataOutput, r1 error)
- func (d *CloudWatchDouble) PutMetricDataRequest(i0 *cloudwatch.PutMetricDataInput) (r0 *request.Request, r1 *cloudwatch.PutMetricDataOutput)
- func (d *CloudWatchDouble) PutMetricDataWithContext(i0 context.Context, i1 *cloudwatch.PutMetricDataInput, i2 ...request.Option) (r0 *cloudwatch.PutMetricDataOutput, r1 error)
- func (d *CloudWatchDouble) SetAlarmState(i0 *cloudwatch.SetAlarmStateInput) (r0 *cloudwatch.SetAlarmStateOutput, r1 error)
- func (d *CloudWatchDouble) SetAlarmStateRequest(i0 *cloudwatch.SetAlarmStateInput) (r0 *request.Request, r1 *cloudwatch.SetAlarmStateOutput)
- func (d *CloudWatchDouble) SetAlarmStateWithContext(i0 context.Context, i1 *cloudwatch.SetAlarmStateInput, i2 ...request.Option) (r0 *cloudwatch.SetAlarmStateOutput, r1 error)
- func (d *CloudWatchDouble) TagResource(i0 *cloudwatch.TagResourceInput) (r0 *cloudwatch.TagResourceOutput, r1 error)
- func (d *CloudWatchDouble) TagResourceRequest(i0 *cloudwatch.TagResourceInput) (r0 *request.Request, r1 *cloudwatch.TagResourceOutput)
- func (d *CloudWatchDouble) TagResourceWithContext(i0 context.Context, i1 *cloudwatch.TagResourceInput, i2 ...request.Option) (r0 *cloudwatch.TagResourceOutput, r1 error)
- func (d *CloudWatchDouble) UntagResource(i0 *cloudwatch.UntagResourceInput) (r0 *cloudwatch.UntagResourceOutput, r1 error)
- func (d *CloudWatchDouble) UntagResourceRequest(i0 *cloudwatch.UntagResourceInput) (r0 *request.Request, r1 *cloudwatch.UntagResourceOutput)
- func (d *CloudWatchDouble) UntagResourceWithContext(i0 context.Context, i1 *cloudwatch.UntagResourceInput, i2 ...request.Option) (r0 *cloudwatch.UntagResourceOutput, r1 error)
- func (d *CloudWatchDouble) WaitUntilAlarmExists(i0 *cloudwatch.DescribeAlarmsInput) (r0 error)
- func (d *CloudWatchDouble) WaitUntilAlarmExistsWithContext(i0 context.Context, i1 *cloudwatch.DescribeAlarmsInput, ...) (r0 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudWatchDouble ¶
type CloudWatchDouble struct { cloudwatchiface.CloudWatchAPI *awsdouble.AWSTestDouble }
CloudWatchDouble is TestDouble for cloudwatchiface.CloudWatchAPI
func NewDouble ¶
func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *CloudWatchDouble
Constructor for CloudWatchDouble Default configuration will ensure
API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.
WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.
Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.
This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.
func (*CloudWatchDouble) DeleteAlarms ¶
func (d *CloudWatchDouble) DeleteAlarms(i0 *cloudwatch.DeleteAlarmsInput) (r0 *cloudwatch.DeleteAlarmsOutput, r1 error)
func (*CloudWatchDouble) DeleteAlarmsRequest ¶
func (d *CloudWatchDouble) DeleteAlarmsRequest(i0 *cloudwatch.DeleteAlarmsInput) (r0 *request.Request, r1 *cloudwatch.DeleteAlarmsOutput)
func (*CloudWatchDouble) DeleteAlarmsWithContext ¶
func (d *CloudWatchDouble) DeleteAlarmsWithContext(i0 context.Context, i1 *cloudwatch.DeleteAlarmsInput, i2 ...request.Option) (r0 *cloudwatch.DeleteAlarmsOutput, r1 error)
func (*CloudWatchDouble) DeleteAnomalyDetector ¶
func (d *CloudWatchDouble) DeleteAnomalyDetector(i0 *cloudwatch.DeleteAnomalyDetectorInput) (r0 *cloudwatch.DeleteAnomalyDetectorOutput, r1 error)
func (*CloudWatchDouble) DeleteAnomalyDetectorRequest ¶
func (d *CloudWatchDouble) DeleteAnomalyDetectorRequest(i0 *cloudwatch.DeleteAnomalyDetectorInput) (r0 *request.Request, r1 *cloudwatch.DeleteAnomalyDetectorOutput)
func (*CloudWatchDouble) DeleteAnomalyDetectorWithContext ¶
func (d *CloudWatchDouble) DeleteAnomalyDetectorWithContext(i0 context.Context, i1 *cloudwatch.DeleteAnomalyDetectorInput, i2 ...request.Option) (r0 *cloudwatch.DeleteAnomalyDetectorOutput, r1 error)
func (*CloudWatchDouble) DeleteDashboards ¶
func (d *CloudWatchDouble) DeleteDashboards(i0 *cloudwatch.DeleteDashboardsInput) (r0 *cloudwatch.DeleteDashboardsOutput, r1 error)
func (*CloudWatchDouble) DeleteDashboardsRequest ¶
func (d *CloudWatchDouble) DeleteDashboardsRequest(i0 *cloudwatch.DeleteDashboardsInput) (r0 *request.Request, r1 *cloudwatch.DeleteDashboardsOutput)
func (*CloudWatchDouble) DeleteDashboardsWithContext ¶
func (d *CloudWatchDouble) DeleteDashboardsWithContext(i0 context.Context, i1 *cloudwatch.DeleteDashboardsInput, i2 ...request.Option) (r0 *cloudwatch.DeleteDashboardsOutput, r1 error)
func (*CloudWatchDouble) DeleteInsightRules ¶
func (d *CloudWatchDouble) DeleteInsightRules(i0 *cloudwatch.DeleteInsightRulesInput) (r0 *cloudwatch.DeleteInsightRulesOutput, r1 error)
func (*CloudWatchDouble) DeleteInsightRulesRequest ¶
func (d *CloudWatchDouble) DeleteInsightRulesRequest(i0 *cloudwatch.DeleteInsightRulesInput) (r0 *request.Request, r1 *cloudwatch.DeleteInsightRulesOutput)
func (*CloudWatchDouble) DeleteInsightRulesWithContext ¶
func (d *CloudWatchDouble) DeleteInsightRulesWithContext(i0 context.Context, i1 *cloudwatch.DeleteInsightRulesInput, i2 ...request.Option) (r0 *cloudwatch.DeleteInsightRulesOutput, r1 error)
func (*CloudWatchDouble) DescribeAlarmHistory ¶
func (d *CloudWatchDouble) DescribeAlarmHistory(i0 *cloudwatch.DescribeAlarmHistoryInput) (r0 *cloudwatch.DescribeAlarmHistoryOutput, r1 error)
func (*CloudWatchDouble) DescribeAlarmHistoryPages ¶
func (d *CloudWatchDouble) DescribeAlarmHistoryPages(i0 *cloudwatch.DescribeAlarmHistoryInput, i1 func(*cloudwatch.DescribeAlarmHistoryOutput, bool) bool) (r0 error)
func (*CloudWatchDouble) DescribeAlarmHistoryPagesWithContext ¶
func (d *CloudWatchDouble) DescribeAlarmHistoryPagesWithContext(i0 context.Context, i1 *cloudwatch.DescribeAlarmHistoryInput, i2 func(*cloudwatch.DescribeAlarmHistoryOutput, bool) bool, i3 ...request.Option) (r0 error)
func (*CloudWatchDouble) DescribeAlarmHistoryRequest ¶
func (d *CloudWatchDouble) DescribeAlarmHistoryRequest(i0 *cloudwatch.DescribeAlarmHistoryInput) (r0 *request.Request, r1 *cloudwatch.DescribeAlarmHistoryOutput)
func (*CloudWatchDouble) DescribeAlarmHistoryWithContext ¶
func (d *CloudWatchDouble) DescribeAlarmHistoryWithContext(i0 context.Context, i1 *cloudwatch.DescribeAlarmHistoryInput, i2 ...request.Option) (r0 *cloudwatch.DescribeAlarmHistoryOutput, r1 error)
func (*CloudWatchDouble) DescribeAlarms ¶
func (d *CloudWatchDouble) DescribeAlarms(i0 *cloudwatch.DescribeAlarmsInput) (r0 *cloudwatch.DescribeAlarmsOutput, r1 error)
func (*CloudWatchDouble) DescribeAlarmsForMetric ¶
func (d *CloudWatchDouble) DescribeAlarmsForMetric(i0 *cloudwatch.DescribeAlarmsForMetricInput) (r0 *cloudwatch.DescribeAlarmsForMetricOutput, r1 error)
func (*CloudWatchDouble) DescribeAlarmsForMetricRequest ¶
func (d *CloudWatchDouble) DescribeAlarmsForMetricRequest(i0 *cloudwatch.DescribeAlarmsForMetricInput) (r0 *request.Request, r1 *cloudwatch.DescribeAlarmsForMetricOutput)
func (*CloudWatchDouble) DescribeAlarmsForMetricWithContext ¶
func (d *CloudWatchDouble) DescribeAlarmsForMetricWithContext(i0 context.Context, i1 *cloudwatch.DescribeAlarmsForMetricInput, i2 ...request.Option) (r0 *cloudwatch.DescribeAlarmsForMetricOutput, r1 error)
func (*CloudWatchDouble) DescribeAlarmsPages ¶
func (d *CloudWatchDouble) DescribeAlarmsPages(i0 *cloudwatch.DescribeAlarmsInput, i1 func(*cloudwatch.DescribeAlarmsOutput, bool) bool) (r0 error)
func (*CloudWatchDouble) DescribeAlarmsPagesWithContext ¶
func (d *CloudWatchDouble) DescribeAlarmsPagesWithContext(i0 context.Context, i1 *cloudwatch.DescribeAlarmsInput, i2 func(*cloudwatch.DescribeAlarmsOutput, bool) bool, i3 ...request.Option) (r0 error)
func (*CloudWatchDouble) DescribeAlarmsRequest ¶
func (d *CloudWatchDouble) DescribeAlarmsRequest(i0 *cloudwatch.DescribeAlarmsInput) (r0 *request.Request, r1 *cloudwatch.DescribeAlarmsOutput)
func (*CloudWatchDouble) DescribeAlarmsWithContext ¶
func (d *CloudWatchDouble) DescribeAlarmsWithContext(i0 context.Context, i1 *cloudwatch.DescribeAlarmsInput, i2 ...request.Option) (r0 *cloudwatch.DescribeAlarmsOutput, r1 error)
func (*CloudWatchDouble) DescribeAnomalyDetectors ¶
func (d *CloudWatchDouble) DescribeAnomalyDetectors(i0 *cloudwatch.DescribeAnomalyDetectorsInput) (r0 *cloudwatch.DescribeAnomalyDetectorsOutput, r1 error)
func (*CloudWatchDouble) DescribeAnomalyDetectorsRequest ¶
func (d *CloudWatchDouble) DescribeAnomalyDetectorsRequest(i0 *cloudwatch.DescribeAnomalyDetectorsInput) (r0 *request.Request, r1 *cloudwatch.DescribeAnomalyDetectorsOutput)
func (*CloudWatchDouble) DescribeAnomalyDetectorsWithContext ¶
func (d *CloudWatchDouble) DescribeAnomalyDetectorsWithContext(i0 context.Context, i1 *cloudwatch.DescribeAnomalyDetectorsInput, i2 ...request.Option) (r0 *cloudwatch.DescribeAnomalyDetectorsOutput, r1 error)
func (*CloudWatchDouble) DescribeInsightRules ¶
func (d *CloudWatchDouble) DescribeInsightRules(i0 *cloudwatch.DescribeInsightRulesInput) (r0 *cloudwatch.DescribeInsightRulesOutput, r1 error)
func (*CloudWatchDouble) DescribeInsightRulesPages ¶
func (d *CloudWatchDouble) DescribeInsightRulesPages(i0 *cloudwatch.DescribeInsightRulesInput, i1 func(*cloudwatch.DescribeInsightRulesOutput, bool) bool) (r0 error)
func (*CloudWatchDouble) DescribeInsightRulesPagesWithContext ¶
func (d *CloudWatchDouble) DescribeInsightRulesPagesWithContext(i0 context.Context, i1 *cloudwatch.DescribeInsightRulesInput, i2 func(*cloudwatch.DescribeInsightRulesOutput, bool) bool, i3 ...request.Option) (r0 error)
func (*CloudWatchDouble) DescribeInsightRulesRequest ¶
func (d *CloudWatchDouble) DescribeInsightRulesRequest(i0 *cloudwatch.DescribeInsightRulesInput) (r0 *request.Request, r1 *cloudwatch.DescribeInsightRulesOutput)
func (*CloudWatchDouble) DescribeInsightRulesWithContext ¶
func (d *CloudWatchDouble) DescribeInsightRulesWithContext(i0 context.Context, i1 *cloudwatch.DescribeInsightRulesInput, i2 ...request.Option) (r0 *cloudwatch.DescribeInsightRulesOutput, r1 error)
func (*CloudWatchDouble) DisableAlarmActions ¶
func (d *CloudWatchDouble) DisableAlarmActions(i0 *cloudwatch.DisableAlarmActionsInput) (r0 *cloudwatch.DisableAlarmActionsOutput, r1 error)
func (*CloudWatchDouble) DisableAlarmActionsRequest ¶
func (d *CloudWatchDouble) DisableAlarmActionsRequest(i0 *cloudwatch.DisableAlarmActionsInput) (r0 *request.Request, r1 *cloudwatch.DisableAlarmActionsOutput)
func (*CloudWatchDouble) DisableAlarmActionsWithContext ¶
func (d *CloudWatchDouble) DisableAlarmActionsWithContext(i0 context.Context, i1 *cloudwatch.DisableAlarmActionsInput, i2 ...request.Option) (r0 *cloudwatch.DisableAlarmActionsOutput, r1 error)
func (*CloudWatchDouble) DisableInsightRules ¶
func (d *CloudWatchDouble) DisableInsightRules(i0 *cloudwatch.DisableInsightRulesInput) (r0 *cloudwatch.DisableInsightRulesOutput, r1 error)
func (*CloudWatchDouble) DisableInsightRulesRequest ¶
func (d *CloudWatchDouble) DisableInsightRulesRequest(i0 *cloudwatch.DisableInsightRulesInput) (r0 *request.Request, r1 *cloudwatch.DisableInsightRulesOutput)
func (*CloudWatchDouble) DisableInsightRulesWithContext ¶
func (d *CloudWatchDouble) DisableInsightRulesWithContext(i0 context.Context, i1 *cloudwatch.DisableInsightRulesInput, i2 ...request.Option) (r0 *cloudwatch.DisableInsightRulesOutput, r1 error)
func (*CloudWatchDouble) EnableAlarmActions ¶
func (d *CloudWatchDouble) EnableAlarmActions(i0 *cloudwatch.EnableAlarmActionsInput) (r0 *cloudwatch.EnableAlarmActionsOutput, r1 error)
func (*CloudWatchDouble) EnableAlarmActionsRequest ¶
func (d *CloudWatchDouble) EnableAlarmActionsRequest(i0 *cloudwatch.EnableAlarmActionsInput) (r0 *request.Request, r1 *cloudwatch.EnableAlarmActionsOutput)
func (*CloudWatchDouble) EnableAlarmActionsWithContext ¶
func (d *CloudWatchDouble) EnableAlarmActionsWithContext(i0 context.Context, i1 *cloudwatch.EnableAlarmActionsInput, i2 ...request.Option) (r0 *cloudwatch.EnableAlarmActionsOutput, r1 error)
func (*CloudWatchDouble) EnableInsightRules ¶
func (d *CloudWatchDouble) EnableInsightRules(i0 *cloudwatch.EnableInsightRulesInput) (r0 *cloudwatch.EnableInsightRulesOutput, r1 error)
func (*CloudWatchDouble) EnableInsightRulesRequest ¶
func (d *CloudWatchDouble) EnableInsightRulesRequest(i0 *cloudwatch.EnableInsightRulesInput) (r0 *request.Request, r1 *cloudwatch.EnableInsightRulesOutput)
func (*CloudWatchDouble) EnableInsightRulesWithContext ¶
func (d *CloudWatchDouble) EnableInsightRulesWithContext(i0 context.Context, i1 *cloudwatch.EnableInsightRulesInput, i2 ...request.Option) (r0 *cloudwatch.EnableInsightRulesOutput, r1 error)
func (*CloudWatchDouble) GetDashboard ¶
func (d *CloudWatchDouble) GetDashboard(i0 *cloudwatch.GetDashboardInput) (r0 *cloudwatch.GetDashboardOutput, r1 error)
func (*CloudWatchDouble) GetDashboardRequest ¶
func (d *CloudWatchDouble) GetDashboardRequest(i0 *cloudwatch.GetDashboardInput) (r0 *request.Request, r1 *cloudwatch.GetDashboardOutput)
func (*CloudWatchDouble) GetDashboardWithContext ¶
func (d *CloudWatchDouble) GetDashboardWithContext(i0 context.Context, i1 *cloudwatch.GetDashboardInput, i2 ...request.Option) (r0 *cloudwatch.GetDashboardOutput, r1 error)
func (*CloudWatchDouble) GetInsightRuleReport ¶
func (d *CloudWatchDouble) GetInsightRuleReport(i0 *cloudwatch.GetInsightRuleReportInput) (r0 *cloudwatch.GetInsightRuleReportOutput, r1 error)
func (*CloudWatchDouble) GetInsightRuleReportRequest ¶
func (d *CloudWatchDouble) GetInsightRuleReportRequest(i0 *cloudwatch.GetInsightRuleReportInput) (r0 *request.Request, r1 *cloudwatch.GetInsightRuleReportOutput)
func (*CloudWatchDouble) GetInsightRuleReportWithContext ¶
func (d *CloudWatchDouble) GetInsightRuleReportWithContext(i0 context.Context, i1 *cloudwatch.GetInsightRuleReportInput, i2 ...request.Option) (r0 *cloudwatch.GetInsightRuleReportOutput, r1 error)
func (*CloudWatchDouble) GetMetricData ¶
func (d *CloudWatchDouble) GetMetricData(i0 *cloudwatch.GetMetricDataInput) (r0 *cloudwatch.GetMetricDataOutput, r1 error)
func (*CloudWatchDouble) GetMetricDataPages ¶
func (d *CloudWatchDouble) GetMetricDataPages(i0 *cloudwatch.GetMetricDataInput, i1 func(*cloudwatch.GetMetricDataOutput, bool) bool) (r0 error)
func (*CloudWatchDouble) GetMetricDataPagesWithContext ¶
func (d *CloudWatchDouble) GetMetricDataPagesWithContext(i0 context.Context, i1 *cloudwatch.GetMetricDataInput, i2 func(*cloudwatch.GetMetricDataOutput, bool) bool, i3 ...request.Option) (r0 error)
func (*CloudWatchDouble) GetMetricDataRequest ¶
func (d *CloudWatchDouble) GetMetricDataRequest(i0 *cloudwatch.GetMetricDataInput) (r0 *request.Request, r1 *cloudwatch.GetMetricDataOutput)
func (*CloudWatchDouble) GetMetricDataWithContext ¶
func (d *CloudWatchDouble) GetMetricDataWithContext(i0 context.Context, i1 *cloudwatch.GetMetricDataInput, i2 ...request.Option) (r0 *cloudwatch.GetMetricDataOutput, r1 error)
func (*CloudWatchDouble) GetMetricStatistics ¶
func (d *CloudWatchDouble) GetMetricStatistics(i0 *cloudwatch.GetMetricStatisticsInput) (r0 *cloudwatch.GetMetricStatisticsOutput, r1 error)
func (*CloudWatchDouble) GetMetricStatisticsRequest ¶
func (d *CloudWatchDouble) GetMetricStatisticsRequest(i0 *cloudwatch.GetMetricStatisticsInput) (r0 *request.Request, r1 *cloudwatch.GetMetricStatisticsOutput)
func (*CloudWatchDouble) GetMetricStatisticsWithContext ¶
func (d *CloudWatchDouble) GetMetricStatisticsWithContext(i0 context.Context, i1 *cloudwatch.GetMetricStatisticsInput, i2 ...request.Option) (r0 *cloudwatch.GetMetricStatisticsOutput, r1 error)
func (*CloudWatchDouble) GetMetricWidgetImage ¶
func (d *CloudWatchDouble) GetMetricWidgetImage(i0 *cloudwatch.GetMetricWidgetImageInput) (r0 *cloudwatch.GetMetricWidgetImageOutput, r1 error)
func (*CloudWatchDouble) GetMetricWidgetImageRequest ¶
func (d *CloudWatchDouble) GetMetricWidgetImageRequest(i0 *cloudwatch.GetMetricWidgetImageInput) (r0 *request.Request, r1 *cloudwatch.GetMetricWidgetImageOutput)
func (*CloudWatchDouble) GetMetricWidgetImageWithContext ¶
func (d *CloudWatchDouble) GetMetricWidgetImageWithContext(i0 context.Context, i1 *cloudwatch.GetMetricWidgetImageInput, i2 ...request.Option) (r0 *cloudwatch.GetMetricWidgetImageOutput, r1 error)
func (*CloudWatchDouble) ListDashboards ¶
func (d *CloudWatchDouble) ListDashboards(i0 *cloudwatch.ListDashboardsInput) (r0 *cloudwatch.ListDashboardsOutput, r1 error)
func (*CloudWatchDouble) ListDashboardsPages ¶
func (d *CloudWatchDouble) ListDashboardsPages(i0 *cloudwatch.ListDashboardsInput, i1 func(*cloudwatch.ListDashboardsOutput, bool) bool) (r0 error)
func (*CloudWatchDouble) ListDashboardsPagesWithContext ¶
func (d *CloudWatchDouble) ListDashboardsPagesWithContext(i0 context.Context, i1 *cloudwatch.ListDashboardsInput, i2 func(*cloudwatch.ListDashboardsOutput, bool) bool, i3 ...request.Option) (r0 error)
func (*CloudWatchDouble) ListDashboardsRequest ¶
func (d *CloudWatchDouble) ListDashboardsRequest(i0 *cloudwatch.ListDashboardsInput) (r0 *request.Request, r1 *cloudwatch.ListDashboardsOutput)
func (*CloudWatchDouble) ListDashboardsWithContext ¶
func (d *CloudWatchDouble) ListDashboardsWithContext(i0 context.Context, i1 *cloudwatch.ListDashboardsInput, i2 ...request.Option) (r0 *cloudwatch.ListDashboardsOutput, r1 error)
func (*CloudWatchDouble) ListMetrics ¶
func (d *CloudWatchDouble) ListMetrics(i0 *cloudwatch.ListMetricsInput) (r0 *cloudwatch.ListMetricsOutput, r1 error)
func (*CloudWatchDouble) ListMetricsPages ¶
func (d *CloudWatchDouble) ListMetricsPages(i0 *cloudwatch.ListMetricsInput, i1 func(*cloudwatch.ListMetricsOutput, bool) bool) (r0 error)
func (*CloudWatchDouble) ListMetricsPagesWithContext ¶
func (d *CloudWatchDouble) ListMetricsPagesWithContext(i0 context.Context, i1 *cloudwatch.ListMetricsInput, i2 func(*cloudwatch.ListMetricsOutput, bool) bool, i3 ...request.Option) (r0 error)
func (*CloudWatchDouble) ListMetricsRequest ¶
func (d *CloudWatchDouble) ListMetricsRequest(i0 *cloudwatch.ListMetricsInput) (r0 *request.Request, r1 *cloudwatch.ListMetricsOutput)
func (*CloudWatchDouble) ListMetricsWithContext ¶
func (d *CloudWatchDouble) ListMetricsWithContext(i0 context.Context, i1 *cloudwatch.ListMetricsInput, i2 ...request.Option) (r0 *cloudwatch.ListMetricsOutput, r1 error)
func (*CloudWatchDouble) ListTagsForResource ¶
func (d *CloudWatchDouble) ListTagsForResource(i0 *cloudwatch.ListTagsForResourceInput) (r0 *cloudwatch.ListTagsForResourceOutput, r1 error)
func (*CloudWatchDouble) ListTagsForResourceRequest ¶
func (d *CloudWatchDouble) ListTagsForResourceRequest(i0 *cloudwatch.ListTagsForResourceInput) (r0 *request.Request, r1 *cloudwatch.ListTagsForResourceOutput)
func (*CloudWatchDouble) ListTagsForResourceWithContext ¶
func (d *CloudWatchDouble) ListTagsForResourceWithContext(i0 context.Context, i1 *cloudwatch.ListTagsForResourceInput, i2 ...request.Option) (r0 *cloudwatch.ListTagsForResourceOutput, r1 error)
func (*CloudWatchDouble) PutAnomalyDetector ¶
func (d *CloudWatchDouble) PutAnomalyDetector(i0 *cloudwatch.PutAnomalyDetectorInput) (r0 *cloudwatch.PutAnomalyDetectorOutput, r1 error)
func (*CloudWatchDouble) PutAnomalyDetectorRequest ¶
func (d *CloudWatchDouble) PutAnomalyDetectorRequest(i0 *cloudwatch.PutAnomalyDetectorInput) (r0 *request.Request, r1 *cloudwatch.PutAnomalyDetectorOutput)
func (*CloudWatchDouble) PutAnomalyDetectorWithContext ¶
func (d *CloudWatchDouble) PutAnomalyDetectorWithContext(i0 context.Context, i1 *cloudwatch.PutAnomalyDetectorInput, i2 ...request.Option) (r0 *cloudwatch.PutAnomalyDetectorOutput, r1 error)
func (*CloudWatchDouble) PutDashboard ¶
func (d *CloudWatchDouble) PutDashboard(i0 *cloudwatch.PutDashboardInput) (r0 *cloudwatch.PutDashboardOutput, r1 error)
func (*CloudWatchDouble) PutDashboardRequest ¶
func (d *CloudWatchDouble) PutDashboardRequest(i0 *cloudwatch.PutDashboardInput) (r0 *request.Request, r1 *cloudwatch.PutDashboardOutput)
func (*CloudWatchDouble) PutDashboardWithContext ¶
func (d *CloudWatchDouble) PutDashboardWithContext(i0 context.Context, i1 *cloudwatch.PutDashboardInput, i2 ...request.Option) (r0 *cloudwatch.PutDashboardOutput, r1 error)
func (*CloudWatchDouble) PutInsightRule ¶
func (d *CloudWatchDouble) PutInsightRule(i0 *cloudwatch.PutInsightRuleInput) (r0 *cloudwatch.PutInsightRuleOutput, r1 error)
func (*CloudWatchDouble) PutInsightRuleRequest ¶
func (d *CloudWatchDouble) PutInsightRuleRequest(i0 *cloudwatch.PutInsightRuleInput) (r0 *request.Request, r1 *cloudwatch.PutInsightRuleOutput)
func (*CloudWatchDouble) PutInsightRuleWithContext ¶
func (d *CloudWatchDouble) PutInsightRuleWithContext(i0 context.Context, i1 *cloudwatch.PutInsightRuleInput, i2 ...request.Option) (r0 *cloudwatch.PutInsightRuleOutput, r1 error)
func (*CloudWatchDouble) PutMetricAlarm ¶
func (d *CloudWatchDouble) PutMetricAlarm(i0 *cloudwatch.PutMetricAlarmInput) (r0 *cloudwatch.PutMetricAlarmOutput, r1 error)
func (*CloudWatchDouble) PutMetricAlarmRequest ¶
func (d *CloudWatchDouble) PutMetricAlarmRequest(i0 *cloudwatch.PutMetricAlarmInput) (r0 *request.Request, r1 *cloudwatch.PutMetricAlarmOutput)
func (*CloudWatchDouble) PutMetricAlarmWithContext ¶
func (d *CloudWatchDouble) PutMetricAlarmWithContext(i0 context.Context, i1 *cloudwatch.PutMetricAlarmInput, i2 ...request.Option) (r0 *cloudwatch.PutMetricAlarmOutput, r1 error)
func (*CloudWatchDouble) PutMetricData ¶
func (d *CloudWatchDouble) PutMetricData(i0 *cloudwatch.PutMetricDataInput) (r0 *cloudwatch.PutMetricDataOutput, r1 error)
func (*CloudWatchDouble) PutMetricDataRequest ¶
func (d *CloudWatchDouble) PutMetricDataRequest(i0 *cloudwatch.PutMetricDataInput) (r0 *request.Request, r1 *cloudwatch.PutMetricDataOutput)
func (*CloudWatchDouble) PutMetricDataWithContext ¶
func (d *CloudWatchDouble) PutMetricDataWithContext(i0 context.Context, i1 *cloudwatch.PutMetricDataInput, i2 ...request.Option) (r0 *cloudwatch.PutMetricDataOutput, r1 error)
func (*CloudWatchDouble) SetAlarmState ¶
func (d *CloudWatchDouble) SetAlarmState(i0 *cloudwatch.SetAlarmStateInput) (r0 *cloudwatch.SetAlarmStateOutput, r1 error)
func (*CloudWatchDouble) SetAlarmStateRequest ¶
func (d *CloudWatchDouble) SetAlarmStateRequest(i0 *cloudwatch.SetAlarmStateInput) (r0 *request.Request, r1 *cloudwatch.SetAlarmStateOutput)
func (*CloudWatchDouble) SetAlarmStateWithContext ¶
func (d *CloudWatchDouble) SetAlarmStateWithContext(i0 context.Context, i1 *cloudwatch.SetAlarmStateInput, i2 ...request.Option) (r0 *cloudwatch.SetAlarmStateOutput, r1 error)
func (*CloudWatchDouble) TagResource ¶
func (d *CloudWatchDouble) TagResource(i0 *cloudwatch.TagResourceInput) (r0 *cloudwatch.TagResourceOutput, r1 error)
func (*CloudWatchDouble) TagResourceRequest ¶
func (d *CloudWatchDouble) TagResourceRequest(i0 *cloudwatch.TagResourceInput) (r0 *request.Request, r1 *cloudwatch.TagResourceOutput)
func (*CloudWatchDouble) TagResourceWithContext ¶
func (d *CloudWatchDouble) TagResourceWithContext(i0 context.Context, i1 *cloudwatch.TagResourceInput, i2 ...request.Option) (r0 *cloudwatch.TagResourceOutput, r1 error)
func (*CloudWatchDouble) UntagResource ¶
func (d *CloudWatchDouble) UntagResource(i0 *cloudwatch.UntagResourceInput) (r0 *cloudwatch.UntagResourceOutput, r1 error)
func (*CloudWatchDouble) UntagResourceRequest ¶
func (d *CloudWatchDouble) UntagResourceRequest(i0 *cloudwatch.UntagResourceInput) (r0 *request.Request, r1 *cloudwatch.UntagResourceOutput)
func (*CloudWatchDouble) UntagResourceWithContext ¶
func (d *CloudWatchDouble) UntagResourceWithContext(i0 context.Context, i1 *cloudwatch.UntagResourceInput, i2 ...request.Option) (r0 *cloudwatch.UntagResourceOutput, r1 error)
func (*CloudWatchDouble) WaitUntilAlarmExists ¶
func (d *CloudWatchDouble) WaitUntilAlarmExists(i0 *cloudwatch.DescribeAlarmsInput) (r0 error)
func (*CloudWatchDouble) WaitUntilAlarmExistsWithContext ¶
func (d *CloudWatchDouble) WaitUntilAlarmExistsWithContext(i0 context.Context, i1 *cloudwatch.DescribeAlarmsInput, i2 ...request.WaiterOption) (r0 error)