@@ -65,6 +65,13 @@ public Task<CreateMultiRegionEndpointResponse> CreateMultiRegionEndpointAsync(Cr
6565 CancellationToken cancellationToken = new ( ) )
6666 => throw new NotImplementedException ( ) ;
6767
68+ public Task < CreateTenantResponse > CreateTenantAsync ( CreateTenantRequest request , CancellationToken cancellationToken = new ( ) )
69+ => throw new NotImplementedException ( ) ;
70+
71+ public Task < CreateTenantResourceAssociationResponse > CreateTenantResourceAssociationAsync ( CreateTenantResourceAssociationRequest request ,
72+ CancellationToken cancellationToken = new ( ) )
73+ => throw new NotImplementedException ( ) ;
74+
6875 public Task < DeleteConfigurationSetResponse > DeleteConfigurationSetAsync ( DeleteConfigurationSetRequest request , CancellationToken cancellationToken = default )
6976 => throw new NotImplementedException ( ) ;
7077
@@ -103,6 +110,13 @@ public Task<DeleteSuppressedDestinationResponse> DeleteSuppressedDestinationAsyn
103110 CancellationToken cancellationToken = default )
104111 => throw new NotImplementedException ( ) ;
105112
113+ public Task < DeleteTenantResponse > DeleteTenantAsync ( DeleteTenantRequest request , CancellationToken cancellationToken = new ( ) )
114+ => throw new NotImplementedException ( ) ;
115+
116+ public Task < DeleteTenantResourceAssociationResponse > DeleteTenantResourceAssociationAsync ( DeleteTenantResourceAssociationRequest request ,
117+ CancellationToken cancellationToken = new ( ) )
118+ => throw new NotImplementedException ( ) ;
119+
106120 public Task < GetAccountResponse > GetAccountAsync ( GetAccountRequest request , CancellationToken cancellationToken = default )
107121 => throw new NotImplementedException ( ) ;
108122
@@ -173,10 +187,16 @@ public Task<GetMessageInsightsResponse> GetMessageInsightsAsync(GetMessageInsigh
173187 public Task < GetMultiRegionEndpointResponse > GetMultiRegionEndpointAsync ( GetMultiRegionEndpointRequest request , CancellationToken cancellationToken = new ( ) )
174188 => throw new NotImplementedException ( ) ;
175189
190+ public Task < GetReputationEntityResponse > GetReputationEntityAsync ( GetReputationEntityRequest request , CancellationToken cancellationToken = new ( ) )
191+ => throw new NotImplementedException ( ) ;
192+
176193 public Task < GetSuppressedDestinationResponse > GetSuppressedDestinationAsync ( GetSuppressedDestinationRequest request ,
177194 CancellationToken cancellationToken = default )
178195 => throw new NotImplementedException ( ) ;
179196
197+ public Task < GetTenantResponse > GetTenantAsync ( GetTenantRequest request , CancellationToken cancellationToken = new ( ) )
198+ => throw new NotImplementedException ( ) ;
199+
180200 public Task < ListConfigurationSetsResponse > ListConfigurationSetsAsync ( ListConfigurationSetsRequest request , CancellationToken cancellationToken = default )
181201 => throw new NotImplementedException ( ) ;
182202
@@ -221,13 +241,25 @@ public Task<ListMultiRegionEndpointsResponse> ListMultiRegionEndpointsAsync(List
221241 public Task < ListRecommendationsResponse > ListRecommendationsAsync ( ListRecommendationsRequest request , CancellationToken cancellationToken = default )
222242 => throw new NotImplementedException ( ) ;
223243
244+ public Task < ListReputationEntitiesResponse > ListReputationEntitiesAsync ( ListReputationEntitiesRequest request , CancellationToken cancellationToken = new ( ) )
245+ => throw new NotImplementedException ( ) ;
246+
247+ public Task < ListResourceTenantsResponse > ListResourceTenantsAsync ( ListResourceTenantsRequest request , CancellationToken cancellationToken = new ( ) )
248+ => throw new NotImplementedException ( ) ;
249+
224250 public Task < ListSuppressedDestinationsResponse > ListSuppressedDestinationsAsync ( ListSuppressedDestinationsRequest request ,
225251 CancellationToken cancellationToken = default )
226252 => throw new NotImplementedException ( ) ;
227253
228254 public Task < ListTagsForResourceResponse > ListTagsForResourceAsync ( ListTagsForResourceRequest request , CancellationToken cancellationToken = default )
229255 => throw new NotImplementedException ( ) ;
230256
257+ public Task < ListTenantResourcesResponse > ListTenantResourcesAsync ( ListTenantResourcesRequest request , CancellationToken cancellationToken = new ( ) )
258+ => throw new NotImplementedException ( ) ;
259+
260+ public Task < ListTenantsResponse > ListTenantsAsync ( ListTenantsRequest request , CancellationToken cancellationToken = new ( ) )
261+ => throw new NotImplementedException ( ) ;
262+
231263 public Task < PutAccountDedicatedIpWarmupAttributesResponse > PutAccountDedicatedIpWarmupAttributesAsync ( PutAccountDedicatedIpWarmupAttributesRequest request ,
232264 CancellationToken cancellationToken = default )
233265 => throw new NotImplementedException ( ) ;
@@ -246,9 +278,8 @@ public Task<PutAccountSuppressionAttributesResponse> PutAccountSuppressionAttrib
246278 public Task < PutAccountVdmAttributesResponse > PutAccountVdmAttributesAsync ( PutAccountVdmAttributesRequest request , CancellationToken cancellationToken = default )
247279 => throw new NotImplementedException ( ) ;
248280
249- public Task < PutConfigurationSetArchivingOptionsResponse > PutConfigurationSetArchivingOptionsAsync (
250- PutConfigurationSetArchivingOptionsRequest request ,
251- CancellationToken cancellationToken = new ( ) )
281+ public Task < PutConfigurationSetArchivingOptionsResponse > PutConfigurationSetArchivingOptionsAsync ( PutConfigurationSetArchivingOptionsRequest request ,
282+ CancellationToken cancellationToken = new ( ) )
252283 => throw new NotImplementedException ( ) ;
253284
254285 public Task < PutConfigurationSetDeliveryOptionsResponse > PutConfigurationSetDeliveryOptionsAsync ( PutConfigurationSetDeliveryOptionsRequest request ,
@@ -352,6 +383,15 @@ public Task<UpdateEmailIdentityPolicyResponse> UpdateEmailIdentityPolicyAsync(Up
352383 public Task < UpdateEmailTemplateResponse > UpdateEmailTemplateAsync ( UpdateEmailTemplateRequest request , CancellationToken cancellationToken = default )
353384 => throw new NotImplementedException ( ) ;
354385
386+ public Task < UpdateReputationEntityCustomerManagedStatusResponse > UpdateReputationEntityCustomerManagedStatusAsync (
387+ UpdateReputationEntityCustomerManagedStatusRequest request ,
388+ CancellationToken cancellationToken = new ( ) )
389+ => throw new NotImplementedException ( ) ;
390+
391+ public Task < UpdateReputationEntityPolicyResponse > UpdateReputationEntityPolicyAsync ( UpdateReputationEntityPolicyRequest request ,
392+ CancellationToken cancellationToken = new ( ) )
393+ => throw new NotImplementedException ( ) ;
394+
355395 public Endpoint DetermineServiceOperationEndpoint ( AmazonWebServiceRequest request )
356396 => throw new NotImplementedException ( ) ;
357397
0 commit comments