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