@aws-sdk/client-sesv2 3.856.0 → 3.858.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +103 -7
- package/dist-cjs/index.js +710 -23
- package/dist-es/SESv2.js +24 -0
- package/dist-es/commands/CreateTenantCommand.js +22 -0
- package/dist-es/commands/CreateTenantResourceAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteTenantCommand.js +22 -0
- package/dist-es/commands/DeleteTenantResourceAssociationCommand.js +22 -0
- package/dist-es/commands/GetReputationEntityCommand.js +22 -0
- package/dist-es/commands/GetTenantCommand.js +22 -0
- package/dist-es/commands/ListReputationEntitiesCommand.js +22 -0
- package/dist-es/commands/ListResourceTenantsCommand.js +22 -0
- package/dist-es/commands/ListTenantResourcesCommand.js +22 -0
- package/dist-es/commands/ListTenantsCommand.js +22 -0
- package/dist-es/commands/PutAccountDetailsCommand.js +1 -1
- package/dist-es/commands/UpdateReputationEntityCustomerManagedStatusCommand.js +22 -0
- package/dist-es/commands/UpdateReputationEntityPolicyCommand.js +22 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/models_0.js +21 -10
- package/dist-es/models/models_1.js +15 -0
- package/dist-es/pagination/ListReputationEntitiesPaginator.js +4 -0
- package/dist-es/pagination/ListResourceTenantsPaginator.js +4 -0
- package/dist-es/pagination/ListTenantResourcesPaginator.js +4 -0
- package/dist-es/pagination/ListTenantsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +395 -0
- package/dist-types/SESv2.d.ts +86 -0
- package/dist-types/SESv2Client.d.ts +14 -2
- package/dist-types/commands/CreateTenantCommand.d.ts +105 -0
- package/dist-types/commands/CreateTenantResourceAssociationCommand.d.ts +89 -0
- package/dist-types/commands/DeleteTenantCommand.d.ts +81 -0
- package/dist-types/commands/DeleteTenantResourceAssociationCommand.d.ts +83 -0
- package/dist-types/commands/GetReputationEntityCommand.d.ts +105 -0
- package/dist-types/commands/GetTenantCommand.d.ts +94 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/ListReputationEntitiesCommand.d.ts +107 -0
- package/dist-types/commands/ListResourceTenantsCommand.d.ts +94 -0
- package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTenantResourcesCommand.d.ts +95 -0
- package/dist-types/commands/ListTenantsCommand.d.ts +89 -0
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountDetailsCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetArchivingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -0
- package/dist-types/commands/SendEmailCommand.d.ts +1 -0
- package/dist-types/commands/UpdateReputationEntityCustomerManagedStatusCommand.d.ts +89 -0
- package/dist-types/commands/UpdateReputationEntityPolicyCommand.d.ts +85 -0
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +399 -314
- package/dist-types/models/models_1.d.ts +612 -1
- package/dist-types/pagination/ListReputationEntitiesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceTenantsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTenantResourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTenantsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +108 -0
- package/dist-types/ts3.4/SESv2.d.ts +212 -0
- package/dist-types/ts3.4/SESv2Client.d.ts +74 -2
- package/dist-types/ts3.4/commands/CreateTenantCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateTenantResourceAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteTenantCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteTenantResourceAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetReputationEntityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTenantCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListReputationEntitiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListResourceTenantsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTenantResourcesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTenantsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAccountVdmAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationSetArchivingOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateReputationEntityCustomerManagedStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateReputationEntityPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +104 -69
- package/dist-types/ts3.4/models/models_1.d.ts +131 -0
- package/dist-types/ts3.4/pagination/ListReputationEntitiesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceTenantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTenantResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTenantsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +144 -0
- package/package.json +12 -12
|
@@ -105,6 +105,14 @@ import {
|
|
|
105
105
|
CreateMultiRegionEndpointCommandInput,
|
|
106
106
|
CreateMultiRegionEndpointCommandOutput,
|
|
107
107
|
} from "./commands/CreateMultiRegionEndpointCommand";
|
|
108
|
+
import {
|
|
109
|
+
CreateTenantCommandInput,
|
|
110
|
+
CreateTenantCommandOutput,
|
|
111
|
+
} from "./commands/CreateTenantCommand";
|
|
112
|
+
import {
|
|
113
|
+
CreateTenantResourceAssociationCommandInput,
|
|
114
|
+
CreateTenantResourceAssociationCommandOutput,
|
|
115
|
+
} from "./commands/CreateTenantResourceAssociationCommand";
|
|
108
116
|
import {
|
|
109
117
|
DeleteConfigurationSetCommandInput,
|
|
110
118
|
DeleteConfigurationSetCommandOutput,
|
|
@@ -149,6 +157,14 @@ import {
|
|
|
149
157
|
DeleteSuppressedDestinationCommandInput,
|
|
150
158
|
DeleteSuppressedDestinationCommandOutput,
|
|
151
159
|
} from "./commands/DeleteSuppressedDestinationCommand";
|
|
160
|
+
import {
|
|
161
|
+
DeleteTenantCommandInput,
|
|
162
|
+
DeleteTenantCommandOutput,
|
|
163
|
+
} from "./commands/DeleteTenantCommand";
|
|
164
|
+
import {
|
|
165
|
+
DeleteTenantResourceAssociationCommandInput,
|
|
166
|
+
DeleteTenantResourceAssociationCommandOutput,
|
|
167
|
+
} from "./commands/DeleteTenantResourceAssociationCommand";
|
|
152
168
|
import {
|
|
153
169
|
GetAccountCommandInput,
|
|
154
170
|
GetAccountCommandOutput,
|
|
@@ -233,10 +249,18 @@ import {
|
|
|
233
249
|
GetMultiRegionEndpointCommandInput,
|
|
234
250
|
GetMultiRegionEndpointCommandOutput,
|
|
235
251
|
} from "./commands/GetMultiRegionEndpointCommand";
|
|
252
|
+
import {
|
|
253
|
+
GetReputationEntityCommandInput,
|
|
254
|
+
GetReputationEntityCommandOutput,
|
|
255
|
+
} from "./commands/GetReputationEntityCommand";
|
|
236
256
|
import {
|
|
237
257
|
GetSuppressedDestinationCommandInput,
|
|
238
258
|
GetSuppressedDestinationCommandOutput,
|
|
239
259
|
} from "./commands/GetSuppressedDestinationCommand";
|
|
260
|
+
import {
|
|
261
|
+
GetTenantCommandInput,
|
|
262
|
+
GetTenantCommandOutput,
|
|
263
|
+
} from "./commands/GetTenantCommand";
|
|
240
264
|
import {
|
|
241
265
|
ListConfigurationSetsCommandInput,
|
|
242
266
|
ListConfigurationSetsCommandOutput,
|
|
@@ -289,6 +313,14 @@ import {
|
|
|
289
313
|
ListRecommendationsCommandInput,
|
|
290
314
|
ListRecommendationsCommandOutput,
|
|
291
315
|
} from "./commands/ListRecommendationsCommand";
|
|
316
|
+
import {
|
|
317
|
+
ListReputationEntitiesCommandInput,
|
|
318
|
+
ListReputationEntitiesCommandOutput,
|
|
319
|
+
} from "./commands/ListReputationEntitiesCommand";
|
|
320
|
+
import {
|
|
321
|
+
ListResourceTenantsCommandInput,
|
|
322
|
+
ListResourceTenantsCommandOutput,
|
|
323
|
+
} from "./commands/ListResourceTenantsCommand";
|
|
292
324
|
import {
|
|
293
325
|
ListSuppressedDestinationsCommandInput,
|
|
294
326
|
ListSuppressedDestinationsCommandOutput,
|
|
@@ -297,6 +329,14 @@ import {
|
|
|
297
329
|
ListTagsForResourceCommandInput,
|
|
298
330
|
ListTagsForResourceCommandOutput,
|
|
299
331
|
} from "./commands/ListTagsForResourceCommand";
|
|
332
|
+
import {
|
|
333
|
+
ListTenantResourcesCommandInput,
|
|
334
|
+
ListTenantResourcesCommandOutput,
|
|
335
|
+
} from "./commands/ListTenantResourcesCommand";
|
|
336
|
+
import {
|
|
337
|
+
ListTenantsCommandInput,
|
|
338
|
+
ListTenantsCommandOutput,
|
|
339
|
+
} from "./commands/ListTenantsCommand";
|
|
300
340
|
import {
|
|
301
341
|
PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
302
342
|
PutAccountDedicatedIpWarmupAttributesCommandOutput,
|
|
@@ -433,6 +473,14 @@ import {
|
|
|
433
473
|
UpdateEmailTemplateCommandInput,
|
|
434
474
|
UpdateEmailTemplateCommandOutput,
|
|
435
475
|
} from "./commands/UpdateEmailTemplateCommand";
|
|
476
|
+
import {
|
|
477
|
+
UpdateReputationEntityCustomerManagedStatusCommandInput,
|
|
478
|
+
UpdateReputationEntityCustomerManagedStatusCommandOutput,
|
|
479
|
+
} from "./commands/UpdateReputationEntityCustomerManagedStatusCommand";
|
|
480
|
+
import {
|
|
481
|
+
UpdateReputationEntityPolicyCommandInput,
|
|
482
|
+
UpdateReputationEntityPolicyCommandOutput,
|
|
483
|
+
} from "./commands/UpdateReputationEntityPolicyCommand";
|
|
436
484
|
import {
|
|
437
485
|
ClientInputEndpointParameters,
|
|
438
486
|
ClientResolvedEndpointParameters,
|
|
@@ -456,6 +504,8 @@ export type ServiceInputTypes =
|
|
|
456
504
|
| CreateExportJobCommandInput
|
|
457
505
|
| CreateImportJobCommandInput
|
|
458
506
|
| CreateMultiRegionEndpointCommandInput
|
|
507
|
+
| CreateTenantCommandInput
|
|
508
|
+
| CreateTenantResourceAssociationCommandInput
|
|
459
509
|
| DeleteConfigurationSetCommandInput
|
|
460
510
|
| DeleteConfigurationSetEventDestinationCommandInput
|
|
461
511
|
| DeleteContactCommandInput
|
|
@@ -467,6 +517,8 @@ export type ServiceInputTypes =
|
|
|
467
517
|
| DeleteEmailTemplateCommandInput
|
|
468
518
|
| DeleteMultiRegionEndpointCommandInput
|
|
469
519
|
| DeleteSuppressedDestinationCommandInput
|
|
520
|
+
| DeleteTenantCommandInput
|
|
521
|
+
| DeleteTenantResourceAssociationCommandInput
|
|
470
522
|
| GetAccountCommandInput
|
|
471
523
|
| GetBlacklistReportsCommandInput
|
|
472
524
|
| GetConfigurationSetCommandInput
|
|
@@ -488,7 +540,9 @@ export type ServiceInputTypes =
|
|
|
488
540
|
| GetImportJobCommandInput
|
|
489
541
|
| GetMessageInsightsCommandInput
|
|
490
542
|
| GetMultiRegionEndpointCommandInput
|
|
543
|
+
| GetReputationEntityCommandInput
|
|
491
544
|
| GetSuppressedDestinationCommandInput
|
|
545
|
+
| GetTenantCommandInput
|
|
492
546
|
| ListConfigurationSetsCommandInput
|
|
493
547
|
| ListContactListsCommandInput
|
|
494
548
|
| ListContactsCommandInput
|
|
@@ -502,8 +556,12 @@ export type ServiceInputTypes =
|
|
|
502
556
|
| ListImportJobsCommandInput
|
|
503
557
|
| ListMultiRegionEndpointsCommandInput
|
|
504
558
|
| ListRecommendationsCommandInput
|
|
559
|
+
| ListReputationEntitiesCommandInput
|
|
560
|
+
| ListResourceTenantsCommandInput
|
|
505
561
|
| ListSuppressedDestinationsCommandInput
|
|
506
562
|
| ListTagsForResourceCommandInput
|
|
563
|
+
| ListTenantResourcesCommandInput
|
|
564
|
+
| ListTenantsCommandInput
|
|
507
565
|
| PutAccountDedicatedIpWarmupAttributesCommandInput
|
|
508
566
|
| PutAccountDetailsCommandInput
|
|
509
567
|
| PutAccountSendingAttributesCommandInput
|
|
@@ -537,7 +595,9 @@ export type ServiceInputTypes =
|
|
|
537
595
|
| UpdateContactListCommandInput
|
|
538
596
|
| UpdateCustomVerificationEmailTemplateCommandInput
|
|
539
597
|
| UpdateEmailIdentityPolicyCommandInput
|
|
540
|
-
| UpdateEmailTemplateCommandInput
|
|
598
|
+
| UpdateEmailTemplateCommandInput
|
|
599
|
+
| UpdateReputationEntityCustomerManagedStatusCommandInput
|
|
600
|
+
| UpdateReputationEntityPolicyCommandInput;
|
|
541
601
|
export type ServiceOutputTypes =
|
|
542
602
|
| BatchGetMetricDataCommandOutput
|
|
543
603
|
| CancelExportJobCommandOutput
|
|
@@ -554,6 +614,8 @@ export type ServiceOutputTypes =
|
|
|
554
614
|
| CreateExportJobCommandOutput
|
|
555
615
|
| CreateImportJobCommandOutput
|
|
556
616
|
| CreateMultiRegionEndpointCommandOutput
|
|
617
|
+
| CreateTenantCommandOutput
|
|
618
|
+
| CreateTenantResourceAssociationCommandOutput
|
|
557
619
|
| DeleteConfigurationSetCommandOutput
|
|
558
620
|
| DeleteConfigurationSetEventDestinationCommandOutput
|
|
559
621
|
| DeleteContactCommandOutput
|
|
@@ -565,6 +627,8 @@ export type ServiceOutputTypes =
|
|
|
565
627
|
| DeleteEmailTemplateCommandOutput
|
|
566
628
|
| DeleteMultiRegionEndpointCommandOutput
|
|
567
629
|
| DeleteSuppressedDestinationCommandOutput
|
|
630
|
+
| DeleteTenantCommandOutput
|
|
631
|
+
| DeleteTenantResourceAssociationCommandOutput
|
|
568
632
|
| GetAccountCommandOutput
|
|
569
633
|
| GetBlacklistReportsCommandOutput
|
|
570
634
|
| GetConfigurationSetCommandOutput
|
|
@@ -586,7 +650,9 @@ export type ServiceOutputTypes =
|
|
|
586
650
|
| GetImportJobCommandOutput
|
|
587
651
|
| GetMessageInsightsCommandOutput
|
|
588
652
|
| GetMultiRegionEndpointCommandOutput
|
|
653
|
+
| GetReputationEntityCommandOutput
|
|
589
654
|
| GetSuppressedDestinationCommandOutput
|
|
655
|
+
| GetTenantCommandOutput
|
|
590
656
|
| ListConfigurationSetsCommandOutput
|
|
591
657
|
| ListContactListsCommandOutput
|
|
592
658
|
| ListContactsCommandOutput
|
|
@@ -600,8 +666,12 @@ export type ServiceOutputTypes =
|
|
|
600
666
|
| ListImportJobsCommandOutput
|
|
601
667
|
| ListMultiRegionEndpointsCommandOutput
|
|
602
668
|
| ListRecommendationsCommandOutput
|
|
669
|
+
| ListReputationEntitiesCommandOutput
|
|
670
|
+
| ListResourceTenantsCommandOutput
|
|
603
671
|
| ListSuppressedDestinationsCommandOutput
|
|
604
672
|
| ListTagsForResourceCommandOutput
|
|
673
|
+
| ListTenantResourcesCommandOutput
|
|
674
|
+
| ListTenantsCommandOutput
|
|
605
675
|
| PutAccountDedicatedIpWarmupAttributesCommandOutput
|
|
606
676
|
| PutAccountDetailsCommandOutput
|
|
607
677
|
| PutAccountSendingAttributesCommandOutput
|
|
@@ -635,7 +705,9 @@ export type ServiceOutputTypes =
|
|
|
635
705
|
| UpdateContactListCommandOutput
|
|
636
706
|
| UpdateCustomVerificationEmailTemplateCommandOutput
|
|
637
707
|
| UpdateEmailIdentityPolicyCommandOutput
|
|
638
|
-
| UpdateEmailTemplateCommandOutput
|
|
708
|
+
| UpdateEmailTemplateCommandOutput
|
|
709
|
+
| UpdateReputationEntityCustomerManagedStatusCommandOutput
|
|
710
|
+
| UpdateReputationEntityPolicyCommandOutput;
|
|
639
711
|
export interface ClientDefaults
|
|
640
712
|
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
641
713
|
requestHandler?: __HttpHandlerUserInput;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CreateTenantRequest, CreateTenantResponse } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
SESv2ClientResolvedConfig,
|
|
8
|
+
} from "../SESv2Client";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface CreateTenantCommandInput extends CreateTenantRequest {}
|
|
12
|
+
export interface CreateTenantCommandOutput
|
|
13
|
+
extends CreateTenantResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const CreateTenantCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: CreateTenantCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
CreateTenantCommandInput,
|
|
20
|
+
CreateTenantCommandOutput,
|
|
21
|
+
SESv2ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: CreateTenantCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
CreateTenantCommandInput,
|
|
29
|
+
CreateTenantCommandOutput,
|
|
30
|
+
SESv2ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class CreateTenantCommand extends CreateTenantCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateTenantRequest;
|
|
40
|
+
output: CreateTenantResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateTenantCommandInput;
|
|
44
|
+
output: CreateTenantCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateTenantResourceAssociationRequest,
|
|
5
|
+
CreateTenantResourceAssociationResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
SESv2ClientResolvedConfig,
|
|
11
|
+
} from "../SESv2Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateTenantResourceAssociationCommandInput
|
|
15
|
+
extends CreateTenantResourceAssociationRequest {}
|
|
16
|
+
export interface CreateTenantResourceAssociationCommandOutput
|
|
17
|
+
extends CreateTenantResourceAssociationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateTenantResourceAssociationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateTenantResourceAssociationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateTenantResourceAssociationCommandInput,
|
|
24
|
+
CreateTenantResourceAssociationCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateTenantResourceAssociationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateTenantResourceAssociationCommandInput,
|
|
33
|
+
CreateTenantResourceAssociationCommandOutput,
|
|
34
|
+
SESv2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateTenantResourceAssociationCommand extends CreateTenantResourceAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateTenantResourceAssociationRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateTenantResourceAssociationCommandInput;
|
|
48
|
+
output: CreateTenantResourceAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DeleteTenantRequest, DeleteTenantResponse } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
SESv2ClientResolvedConfig,
|
|
8
|
+
} from "../SESv2Client";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteTenantCommandInput extends DeleteTenantRequest {}
|
|
12
|
+
export interface DeleteTenantCommandOutput
|
|
13
|
+
extends DeleteTenantResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const DeleteTenantCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteTenantCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteTenantCommandInput,
|
|
20
|
+
DeleteTenantCommandOutput,
|
|
21
|
+
SESv2ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: DeleteTenantCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteTenantCommandInput,
|
|
29
|
+
DeleteTenantCommandOutput,
|
|
30
|
+
SESv2ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteTenantCommand extends DeleteTenantCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteTenantRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteTenantCommandInput;
|
|
44
|
+
output: DeleteTenantCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteTenantResourceAssociationRequest,
|
|
5
|
+
DeleteTenantResourceAssociationResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
SESv2ClientResolvedConfig,
|
|
11
|
+
} from "../SESv2Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteTenantResourceAssociationCommandInput
|
|
15
|
+
extends DeleteTenantResourceAssociationRequest {}
|
|
16
|
+
export interface DeleteTenantResourceAssociationCommandOutput
|
|
17
|
+
extends DeleteTenantResourceAssociationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteTenantResourceAssociationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteTenantResourceAssociationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteTenantResourceAssociationCommandInput,
|
|
24
|
+
DeleteTenantResourceAssociationCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteTenantResourceAssociationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteTenantResourceAssociationCommandInput,
|
|
33
|
+
DeleteTenantResourceAssociationCommandOutput,
|
|
34
|
+
SESv2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteTenantResourceAssociationCommand extends DeleteTenantResourceAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteTenantResourceAssociationRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteTenantResourceAssociationCommandInput;
|
|
48
|
+
output: DeleteTenantResourceAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetReputationEntityRequest,
|
|
5
|
+
GetReputationEntityResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
SESv2ClientResolvedConfig,
|
|
11
|
+
} from "../SESv2Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetReputationEntityCommandInput
|
|
15
|
+
extends GetReputationEntityRequest {}
|
|
16
|
+
export interface GetReputationEntityCommandOutput
|
|
17
|
+
extends GetReputationEntityResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetReputationEntityCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetReputationEntityCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetReputationEntityCommandInput,
|
|
24
|
+
GetReputationEntityCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetReputationEntityCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetReputationEntityCommandInput,
|
|
33
|
+
GetReputationEntityCommandOutput,
|
|
34
|
+
SESv2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetReputationEntityCommand extends GetReputationEntityCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetReputationEntityRequest;
|
|
44
|
+
output: GetReputationEntityResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetReputationEntityCommandInput;
|
|
48
|
+
output: GetReputationEntityCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GetTenantRequest, GetTenantResponse } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
SESv2ClientResolvedConfig,
|
|
8
|
+
} from "../SESv2Client";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetTenantCommandInput extends GetTenantRequest {}
|
|
12
|
+
export interface GetTenantCommandOutput
|
|
13
|
+
extends GetTenantResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetTenantCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetTenantCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetTenantCommandInput,
|
|
20
|
+
GetTenantCommandOutput,
|
|
21
|
+
SESv2ClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: GetTenantCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetTenantCommandInput,
|
|
29
|
+
GetTenantCommandOutput,
|
|
30
|
+
SESv2ClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetTenantCommand extends GetTenantCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetTenantRequest;
|
|
40
|
+
output: GetTenantResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetTenantCommandInput;
|
|
44
|
+
output: GetTenantCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListReputationEntitiesRequest,
|
|
5
|
+
ListReputationEntitiesResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
SESv2ClientResolvedConfig,
|
|
11
|
+
} from "../SESv2Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListReputationEntitiesCommandInput
|
|
15
|
+
extends ListReputationEntitiesRequest {}
|
|
16
|
+
export interface ListReputationEntitiesCommandOutput
|
|
17
|
+
extends ListReputationEntitiesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListReputationEntitiesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListReputationEntitiesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListReputationEntitiesCommandInput,
|
|
24
|
+
ListReputationEntitiesCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListReputationEntitiesCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListReputationEntitiesCommandInput,
|
|
33
|
+
ListReputationEntitiesCommandOutput,
|
|
34
|
+
SESv2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListReputationEntitiesCommand extends ListReputationEntitiesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListReputationEntitiesRequest;
|
|
44
|
+
output: ListReputationEntitiesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListReputationEntitiesCommandInput;
|
|
48
|
+
output: ListReputationEntitiesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListResourceTenantsRequest,
|
|
5
|
+
ListResourceTenantsResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
SESv2ClientResolvedConfig,
|
|
11
|
+
} from "../SESv2Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListResourceTenantsCommandInput
|
|
15
|
+
extends ListResourceTenantsRequest {}
|
|
16
|
+
export interface ListResourceTenantsCommandOutput
|
|
17
|
+
extends ListResourceTenantsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListResourceTenantsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListResourceTenantsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListResourceTenantsCommandInput,
|
|
24
|
+
ListResourceTenantsCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListResourceTenantsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListResourceTenantsCommandInput,
|
|
33
|
+
ListResourceTenantsCommandOutput,
|
|
34
|
+
SESv2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListResourceTenantsCommand extends ListResourceTenantsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListResourceTenantsRequest;
|
|
44
|
+
output: ListResourceTenantsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListResourceTenantsCommandInput;
|
|
48
|
+
output: ListResourceTenantsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListSuppressedDestinationsRequest,
|
|
5
5
|
ListSuppressedDestinationsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
ServiceInputTypes,
|
|
9
9
|
ServiceOutputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListTenantResourcesRequest,
|
|
5
|
+
ListTenantResourcesResponse,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
SESv2ClientResolvedConfig,
|
|
11
|
+
} from "../SESv2Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListTenantResourcesCommandInput
|
|
15
|
+
extends ListTenantResourcesRequest {}
|
|
16
|
+
export interface ListTenantResourcesCommandOutput
|
|
17
|
+
extends ListTenantResourcesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListTenantResourcesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListTenantResourcesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListTenantResourcesCommandInput,
|
|
24
|
+
ListTenantResourcesCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListTenantResourcesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListTenantResourcesCommandInput,
|
|
33
|
+
ListTenantResourcesCommandOutput,
|
|
34
|
+
SESv2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListTenantResourcesCommand extends ListTenantResourcesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTenantResourcesRequest;
|
|
44
|
+
output: ListTenantResourcesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTenantResourcesCommandInput;
|
|
48
|
+
output: ListTenantResourcesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|