Passed
Pull Request — master (#22)
by eval
01:26
created

CreateDeliverabilityTestReport   A

Complexity

Conditions 1

Size

Total Lines 2
Code Lines 2

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 2
nop 2
dl 0
loc 2
rs 10
c 0
b 0
f 0
1
package pinpointemail
2
3
import (
4
	"context"
5
6
	SDK "github.com/aws/aws-sdk-go-v2/service/pinpointemail"
7
)
8
9
// RawCreateConfigurationSet executes `CreateConfigurationSet` raw operation.
10
func (svc *PinpointEmail) RawCreateConfigurationSet(ctx context.Context, in *SDK.CreateConfigurationSetInput) (*SDK.CreateConfigurationSetResponse, error) {
11
	return svc.client.CreateConfigurationSetRequest(in).Send(ctx)
12
}
13
14
// RawCreateConfigurationSetEventDestination executes `CreateConfigurationSetEventDestination` raw operation.
15
func (svc *PinpointEmail) RawCreateConfigurationSetEventDestination(ctx context.Context, in *SDK.CreateConfigurationSetEventDestinationInput) (*SDK.CreateConfigurationSetEventDestinationResponse, error) {
16
	return svc.client.CreateConfigurationSetEventDestinationRequest(in).Send(ctx)
17
}
18
19
// RawCreateDedicatedIpPool executes `CreateDedicatedIpPool` raw operation.
20
func (svc *PinpointEmail) RawCreateDedicatedIpPool(ctx context.Context, in *SDK.CreateDedicatedIpPoolInput) (*SDK.CreateDedicatedIpPoolResponse, error) {
0 ignored issues
show
introduced by
method RawCreateDedicatedIpPool should be RawCreateDedicatedIPPool
Loading history...
21
	return svc.client.CreateDedicatedIpPoolRequest(in).Send(ctx)
22
}
23
24
// RawCreateDeliverabilityTestReport executes `CreateDeliverabilityTestReport` raw operation.
25
func (svc *PinpointEmail) RawCreateDeliverabilityTestReport(ctx context.Context, in *SDK.CreateDeliverabilityTestReportInput) (*SDK.CreateDeliverabilityTestReportResponse, error) {
26
	return svc.client.CreateDeliverabilityTestReportRequest(in).Send(ctx)
27
}
28
29
// RawCreateEmailIdentity executes `CreateEmailIdentity` raw operation.
30
func (svc *PinpointEmail) RawCreateEmailIdentity(ctx context.Context, in *SDK.CreateEmailIdentityInput) (*SDK.CreateEmailIdentityResponse, error) {
31
	return svc.client.CreateEmailIdentityRequest(in).Send(ctx)
32
}
33
34
// RawDeleteConfigurationSet executes `DeleteConfigurationSet` raw operation.
35
func (svc *PinpointEmail) RawDeleteConfigurationSet(ctx context.Context, in *SDK.DeleteConfigurationSetInput) (*SDK.DeleteConfigurationSetResponse, error) {
36
	return svc.client.DeleteConfigurationSetRequest(in).Send(ctx)
37
}
38
39
// RawDeleteConfigurationSetEventDestination executes `DeleteConfigurationSetEventDestination` raw operation.
40
func (svc *PinpointEmail) RawDeleteConfigurationSetEventDestination(ctx context.Context, in *SDK.DeleteConfigurationSetEventDestinationInput) (*SDK.DeleteConfigurationSetEventDestinationResponse, error) {
41
	return svc.client.DeleteConfigurationSetEventDestinationRequest(in).Send(ctx)
42
}
43
44
// RawDeleteDedicatedIpPool executes `DeleteDedicatedIpPool` raw operation.
45
func (svc *PinpointEmail) RawDeleteDedicatedIpPool(ctx context.Context, in *SDK.DeleteDedicatedIpPoolInput) (*SDK.DeleteDedicatedIpPoolResponse, error) {
0 ignored issues
show
introduced by
method RawDeleteDedicatedIpPool should be RawDeleteDedicatedIPPool
Loading history...
46
	return svc.client.DeleteDedicatedIpPoolRequest(in).Send(ctx)
47
}
48
49
// RawDeleteEmailIdentity executes `DeleteEmailIdentity` raw operation.
50
func (svc *PinpointEmail) RawDeleteEmailIdentity(ctx context.Context, in *SDK.DeleteEmailIdentityInput) (*SDK.DeleteEmailIdentityResponse, error) {
51
	return svc.client.DeleteEmailIdentityRequest(in).Send(ctx)
52
}
53
54
// RawGetAccount executes `GetAccount` raw operation.
55
func (svc *PinpointEmail) RawGetAccount(ctx context.Context, in *SDK.GetAccountInput) (*SDK.GetAccountResponse, error) {
56
	return svc.client.GetAccountRequest(in).Send(ctx)
57
}
58
59
// RawGetBlacklistReports executes `GetBlacklistReports` raw operation.
60
func (svc *PinpointEmail) RawGetBlacklistReports(ctx context.Context, in *SDK.GetBlacklistReportsInput) (*SDK.GetBlacklistReportsResponse, error) {
61
	return svc.client.GetBlacklistReportsRequest(in).Send(ctx)
62
}
63
64
// RawGetConfigurationSet executes `GetConfigurationSet` raw operation.
65
func (svc *PinpointEmail) RawGetConfigurationSet(ctx context.Context, in *SDK.GetConfigurationSetInput) (*SDK.GetConfigurationSetResponse, error) {
66
	return svc.client.GetConfigurationSetRequest(in).Send(ctx)
67
}
68
69
// RawGetConfigurationSetEventDestinations executes `GetConfigurationSetEventDestinations` raw operation.
70
func (svc *PinpointEmail) RawGetConfigurationSetEventDestinations(ctx context.Context, in *SDK.GetConfigurationSetEventDestinationsInput) (*SDK.GetConfigurationSetEventDestinationsResponse, error) {
71
	return svc.client.GetConfigurationSetEventDestinationsRequest(in).Send(ctx)
72
}
73
74
// RawGetDedicatedIp executes `GetDedicatedIp` raw operation.
75
func (svc *PinpointEmail) RawGetDedicatedIp(ctx context.Context, in *SDK.GetDedicatedIpInput) (*SDK.GetDedicatedIpResponse, error) {
0 ignored issues
show
introduced by
method RawGetDedicatedIp should be RawGetDedicatedIP
Loading history...
76
	return svc.client.GetDedicatedIpRequest(in).Send(ctx)
77
}
78
79
// RawGetDedicatedIps executes `GetDedicatedIps` raw operation.
80
func (svc *PinpointEmail) RawGetDedicatedIps(ctx context.Context, in *SDK.GetDedicatedIpsInput) (*SDK.GetDedicatedIpsResponse, error) {
81
	return svc.client.GetDedicatedIpsRequest(in).Send(ctx)
82
}
83
84
// RawGetDeliverabilityDashboardOptions executes `GetDeliverabilityDashboardOptions` raw operation.
85
func (svc *PinpointEmail) RawGetDeliverabilityDashboardOptions(ctx context.Context, in *SDK.GetDeliverabilityDashboardOptionsInput) (*SDK.GetDeliverabilityDashboardOptionsResponse, error) {
86
	return svc.client.GetDeliverabilityDashboardOptionsRequest(in).Send(ctx)
87
}
88
89
// RawGetDeliverabilityTestReport executes `GetDeliverabilityTestReport` raw operation.
90
func (svc *PinpointEmail) RawGetDeliverabilityTestReport(ctx context.Context, in *SDK.GetDeliverabilityTestReportInput) (*SDK.GetDeliverabilityTestReportResponse, error) {
91
	return svc.client.GetDeliverabilityTestReportRequest(in).Send(ctx)
92
}
93
94
// RawGetDomainDeliverabilityCampaign executes `GetDomainDeliverabilityCampaign` raw operation.
95
func (svc *PinpointEmail) RawGetDomainDeliverabilityCampaign(ctx context.Context, in *SDK.GetDomainDeliverabilityCampaignInput) (*SDK.GetDomainDeliverabilityCampaignResponse, error) {
96
	return svc.client.GetDomainDeliverabilityCampaignRequest(in).Send(ctx)
97
}
98
99
// RawGetDomainStatisticsReport executes `GetDomainStatisticsReport` raw operation.
100
func (svc *PinpointEmail) RawGetDomainStatisticsReport(ctx context.Context, in *SDK.GetDomainStatisticsReportInput) (*SDK.GetDomainStatisticsReportResponse, error) {
101
	return svc.client.GetDomainStatisticsReportRequest(in).Send(ctx)
102
}
103
104
// RawGetEmailIdentity executes `GetEmailIdentity` raw operation.
105
func (svc *PinpointEmail) RawGetEmailIdentity(ctx context.Context, in *SDK.GetEmailIdentityInput) (*SDK.GetEmailIdentityResponse, error) {
106
	return svc.client.GetEmailIdentityRequest(in).Send(ctx)
107
}
108
109
// RawListConfigurationSets executes `ListConfigurationSets` raw operation.
110
func (svc *PinpointEmail) RawListConfigurationSets(ctx context.Context, in *SDK.ListConfigurationSetsInput) (*SDK.ListConfigurationSetsResponse, error) {
111
	return svc.client.ListConfigurationSetsRequest(in).Send(ctx)
112
}
113
114
// RawListDedicatedIpPools executes `ListDedicatedIpPools` raw operation.
115
func (svc *PinpointEmail) RawListDedicatedIpPools(ctx context.Context, in *SDK.ListDedicatedIpPoolsInput) (*SDK.ListDedicatedIpPoolsResponse, error) {
0 ignored issues
show
introduced by
method RawListDedicatedIpPools should be RawListDedicatedIPPools
Loading history...
116
	return svc.client.ListDedicatedIpPoolsRequest(in).Send(ctx)
117
}
118
119
// RawListDeliverabilityTestReports executes `ListDeliverabilityTestReports` raw operation.
120
func (svc *PinpointEmail) RawListDeliverabilityTestReports(ctx context.Context, in *SDK.ListDeliverabilityTestReportsInput) (*SDK.ListDeliverabilityTestReportsResponse, error) {
121
	return svc.client.ListDeliverabilityTestReportsRequest(in).Send(ctx)
122
}
123
124
// RawListDomainDeliverabilityCampaigns executes `ListDomainDeliverabilityCampaigns` raw operation.
125
func (svc *PinpointEmail) RawListDomainDeliverabilityCampaigns(ctx context.Context, in *SDK.ListDomainDeliverabilityCampaignsInput) (*SDK.ListDomainDeliverabilityCampaignsResponse, error) {
126
	return svc.client.ListDomainDeliverabilityCampaignsRequest(in).Send(ctx)
127
}
128
129
// RawListEmailIdentities executes `ListEmailIdentities` raw operation.
130
func (svc *PinpointEmail) RawListEmailIdentities(ctx context.Context, in *SDK.ListEmailIdentitiesInput) (*SDK.ListEmailIdentitiesResponse, error) {
131
	return svc.client.ListEmailIdentitiesRequest(in).Send(ctx)
132
}
133
134
// RawListTagsForResource executes `ListTagsForResource` raw operation.
135
func (svc *PinpointEmail) RawListTagsForResource(ctx context.Context, in *SDK.ListTagsForResourceInput) (*SDK.ListTagsForResourceResponse, error) {
136
	return svc.client.ListTagsForResourceRequest(in).Send(ctx)
137
}
138
139
// RawPutAccountDedicatedIpWarmupAttributes executes `PutAccountDedicatedIpWarmupAttributes` raw operation.
140
func (svc *PinpointEmail) RawPutAccountDedicatedIpWarmupAttributes(ctx context.Context, in *SDK.PutAccountDedicatedIpWarmupAttributesInput) (*SDK.PutAccountDedicatedIpWarmupAttributesResponse, error) {
0 ignored issues
show
introduced by
method RawPutAccountDedicatedIpWarmupAttributes should be RawPutAccountDedicatedIPWarmupAttributes
Loading history...
141
	return svc.client.PutAccountDedicatedIpWarmupAttributesRequest(in).Send(ctx)
142
}
143
144
// RawPutAccountSendingAttributes executes `PutAccountSendingAttributes` raw operation.
145
func (svc *PinpointEmail) RawPutAccountSendingAttributes(ctx context.Context, in *SDK.PutAccountSendingAttributesInput) (*SDK.PutAccountSendingAttributesResponse, error) {
146
	return svc.client.PutAccountSendingAttributesRequest(in).Send(ctx)
147
}
148
149
// RawPutConfigurationSetDeliveryOptions executes `PutConfigurationSetDeliveryOptions` raw operation.
150
func (svc *PinpointEmail) RawPutConfigurationSetDeliveryOptions(ctx context.Context, in *SDK.PutConfigurationSetDeliveryOptionsInput) (*SDK.PutConfigurationSetDeliveryOptionsResponse, error) {
151
	return svc.client.PutConfigurationSetDeliveryOptionsRequest(in).Send(ctx)
152
}
153
154
// RawPutConfigurationSetReputationOptions executes `PutConfigurationSetReputationOptions` raw operation.
155
func (svc *PinpointEmail) RawPutConfigurationSetReputationOptions(ctx context.Context, in *SDK.PutConfigurationSetReputationOptionsInput) (*SDK.PutConfigurationSetReputationOptionsResponse, error) {
156
	return svc.client.PutConfigurationSetReputationOptionsRequest(in).Send(ctx)
157
}
158
159
// RawPutConfigurationSetSendingOptions executes `PutConfigurationSetSendingOptions` raw operation.
160
func (svc *PinpointEmail) RawPutConfigurationSetSendingOptions(ctx context.Context, in *SDK.PutConfigurationSetSendingOptionsInput) (*SDK.PutConfigurationSetSendingOptionsResponse, error) {
161
	return svc.client.PutConfigurationSetSendingOptionsRequest(in).Send(ctx)
162
}
163
164
// RawPutConfigurationSetTrackingOptions executes `PutConfigurationSetTrackingOptions` raw operation.
165
func (svc *PinpointEmail) RawPutConfigurationSetTrackingOptions(ctx context.Context, in *SDK.PutConfigurationSetTrackingOptionsInput) (*SDK.PutConfigurationSetTrackingOptionsResponse, error) {
166
	return svc.client.PutConfigurationSetTrackingOptionsRequest(in).Send(ctx)
167
}
168
169
// RawPutDedicatedIpInPool executes `PutDedicatedIpInPool` raw operation.
170
func (svc *PinpointEmail) RawPutDedicatedIpInPool(ctx context.Context, in *SDK.PutDedicatedIpInPoolInput) (*SDK.PutDedicatedIpInPoolResponse, error) {
0 ignored issues
show
introduced by
method RawPutDedicatedIpInPool should be RawPutDedicatedIPInPool
Loading history...
171
	return svc.client.PutDedicatedIpInPoolRequest(in).Send(ctx)
172
}
173
174
// RawPutDedicatedIpWarmupAttributes executes `PutDedicatedIpWarmupAttributes` raw operation.
175
func (svc *PinpointEmail) RawPutDedicatedIpWarmupAttributes(ctx context.Context, in *SDK.PutDedicatedIpWarmupAttributesInput) (*SDK.PutDedicatedIpWarmupAttributesResponse, error) {
0 ignored issues
show
introduced by
method RawPutDedicatedIpWarmupAttributes should be RawPutDedicatedIPWarmupAttributes
Loading history...
176
	return svc.client.PutDedicatedIpWarmupAttributesRequest(in).Send(ctx)
177
}
178
179
// RawPutDeliverabilityDashboardOption executes `PutDeliverabilityDashboardOption` raw operation.
180
func (svc *PinpointEmail) RawPutDeliverabilityDashboardOption(ctx context.Context, in *SDK.PutDeliverabilityDashboardOptionInput) (*SDK.PutDeliverabilityDashboardOptionResponse, error) {
181
	return svc.client.PutDeliverabilityDashboardOptionRequest(in).Send(ctx)
182
}
183
184
// RawPutEmailIdentityDkimAttributes executes `PutEmailIdentityDkimAttributes` raw operation.
185
func (svc *PinpointEmail) RawPutEmailIdentityDkimAttributes(ctx context.Context, in *SDK.PutEmailIdentityDkimAttributesInput) (*SDK.PutEmailIdentityDkimAttributesResponse, error) {
186
	return svc.client.PutEmailIdentityDkimAttributesRequest(in).Send(ctx)
187
}
188
189
// RawPutEmailIdentityFeedbackAttributes executes `PutEmailIdentityFeedbackAttributes` raw operation.
190
func (svc *PinpointEmail) RawPutEmailIdentityFeedbackAttributes(ctx context.Context, in *SDK.PutEmailIdentityFeedbackAttributesInput) (*SDK.PutEmailIdentityFeedbackAttributesResponse, error) {
191
	return svc.client.PutEmailIdentityFeedbackAttributesRequest(in).Send(ctx)
192
}
193
194
// RawPutEmailIdentityMailFromAttributes executes `PutEmailIdentityMailFromAttributes` raw operation.
195
func (svc *PinpointEmail) RawPutEmailIdentityMailFromAttributes(ctx context.Context, in *SDK.PutEmailIdentityMailFromAttributesInput) (*SDK.PutEmailIdentityMailFromAttributesResponse, error) {
196
	return svc.client.PutEmailIdentityMailFromAttributesRequest(in).Send(ctx)
197
}
198
199
// RawSendEmail executes `SendEmail` raw operation.
200
func (svc *PinpointEmail) RawSendEmail(ctx context.Context, in *SDK.SendEmailInput) (*SDK.SendEmailResponse, error) {
201
	return svc.client.SendEmailRequest(in).Send(ctx)
202
}
203
204
// RawTagResource executes `TagResource` raw operation.
205
func (svc *PinpointEmail) RawTagResource(ctx context.Context, in *SDK.TagResourceInput) (*SDK.TagResourceResponse, error) {
206
	return svc.client.TagResourceRequest(in).Send(ctx)
207
}
208
209
// RawUntagResource executes `UntagResource` raw operation.
210
func (svc *PinpointEmail) RawUntagResource(ctx context.Context, in *SDK.UntagResourceInput) (*SDK.UntagResourceResponse, error) {
211
	return svc.client.UntagResourceRequest(in).Send(ctx)
212
}
213
214
// RawUpdateConfigurationSetEventDestination executes `UpdateConfigurationSetEventDestination` raw operation.
215
func (svc *PinpointEmail) RawUpdateConfigurationSetEventDestination(ctx context.Context, in *SDK.UpdateConfigurationSetEventDestinationInput) (*SDK.UpdateConfigurationSetEventDestinationResponse, error) {
216
	return svc.client.UpdateConfigurationSetEventDestinationRequest(in).Send(ctx)
217
}
218