@aws-sdk/client-ses 3.1087.0 → 3.1089.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.
Files changed (91) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/SES.d.ts +219 -345
  3. package/dist-types/ts3.4/SESClient.d.ts +16 -32
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -3
  32. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -3
  40. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
  41. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +3 -8
  44. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +3 -8
  48. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -3
  49. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -5
  56. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -5
  67. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
  74. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +3 -4
  77. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +5 -10
  78. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  79. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  80. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  81. package/dist-types/ts3.4/models/enums.d.ts +9 -18
  82. package/dist-types/ts3.4/models/errors.d.ts +33 -150
  83. package/dist-types/ts3.4/models/models_0.d.ts +4 -12
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  88. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  89. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  90. package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +3 -7
  91. package/package.json +39 -39
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -168,10 +165,7 @@ import {
168
165
  GetSendStatisticsCommandInput,
169
166
  GetSendStatisticsCommandOutput,
170
167
  } from "./commands/GetSendStatisticsCommand";
171
- import {
172
- GetTemplateCommandInput,
173
- GetTemplateCommandOutput,
174
- } from "./commands/GetTemplateCommand";
168
+ import { GetTemplateCommandInput, GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
175
169
  import {
176
170
  ListConfigurationSetsCommandInput,
177
171
  ListConfigurationSetsCommandOutput,
@@ -216,10 +210,7 @@ import {
216
210
  ReorderReceiptRuleSetCommandInput,
217
211
  ReorderReceiptRuleSetCommandOutput,
218
212
  } from "./commands/ReorderReceiptRuleSetCommand";
219
- import {
220
- SendBounceCommandInput,
221
- SendBounceCommandOutput,
222
- } from "./commands/SendBounceCommand";
213
+ import { SendBounceCommandInput, SendBounceCommandOutput } from "./commands/SendBounceCommand";
223
214
  import {
224
215
  SendBulkTemplatedEmailCommandInput,
225
216
  SendBulkTemplatedEmailCommandOutput,
@@ -228,10 +219,7 @@ import {
228
219
  SendCustomVerificationEmailCommandInput,
229
220
  SendCustomVerificationEmailCommandOutput,
230
221
  } from "./commands/SendCustomVerificationEmailCommand";
231
- import {
232
- SendEmailCommandInput,
233
- SendEmailCommandOutput,
234
- } from "./commands/SendEmailCommand";
222
+ import { SendEmailCommandInput, SendEmailCommandOutput } from "./commands/SendEmailCommand";
235
223
  import {
236
224
  SendRawEmailCommandInput,
237
225
  SendRawEmailCommandOutput,
@@ -471,8 +459,7 @@ export type ServiceOutputTypes =
471
459
  | VerifyDomainIdentityCommandOutput
472
460
  | VerifyEmailAddressCommandOutput
473
461
  | VerifyEmailIdentityCommandOutput;
474
- export interface ClientDefaults
475
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
462
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
476
463
  requestHandler?: __HttpHandlerUserInput;
477
464
  sha256?: __ChecksumConstructor | __HashConstructor;
478
465
  urlParser?: __UrlParser;
@@ -497,9 +484,7 @@ export interface ClientDefaults
497
484
  extensions?: RuntimeExtension[];
498
485
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
499
486
  }
500
- export type SESClientConfigType = Partial<
501
- __SmithyConfiguration<__HttpHandlerOptions>
502
- > &
487
+ export type SESClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
503
488
  ClientDefaults &
504
489
  UserAgentInputConfig &
505
490
  RetryInputConfig &
@@ -509,17 +494,16 @@ export type SESClientConfigType = Partial<
509
494
  HttpAuthSchemeInputConfig &
510
495
  ClientInputEndpointParameters;
511
496
  export interface SESClientConfig extends SESClientConfigType {}
512
- export type SESClientResolvedConfigType =
513
- __SmithyResolvedConfiguration<__HttpHandlerOptions> &
514
- Required<ClientDefaults> &
515
- RuntimeExtensionsConfig &
516
- UserAgentResolvedConfig &
517
- RetryResolvedConfig &
518
- RegionResolvedConfig &
519
- HostHeaderResolvedConfig &
520
- EndpointResolvedConfig<EndpointParameters> &
521
- HttpAuthSchemeResolvedConfig &
522
- ClientResolvedEndpointParameters;
497
+ export type SESClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
498
+ Required<ClientDefaults> &
499
+ RuntimeExtensionsConfig &
500
+ UserAgentResolvedConfig &
501
+ RetryResolvedConfig &
502
+ RegionResolvedConfig &
503
+ HostHeaderResolvedConfig &
504
+ EndpointResolvedConfig<EndpointParameters> &
505
+ HttpAuthSchemeResolvedConfig &
506
+ ClientResolvedEndpointParameters;
523
507
  export interface SESClientResolvedConfig extends SESClientResolvedConfigType {}
524
508
  export declare class SESClient extends __Client<
525
509
  __HttpHandlerOptions,
@@ -7,17 +7,10 @@ import { SESHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: SESHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: SESHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): SESHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -15,32 +15,29 @@ import { SESClientResolvedConfig } from "../SESClient";
15
15
  export interface SESHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
16
16
  region?: string;
17
17
  }
18
- export interface SESHttpAuthSchemeParametersProvider
19
- extends HttpAuthSchemeParametersProvider<
20
- SESClientResolvedConfig,
21
- HandlerExecutionContext,
22
- SESHttpAuthSchemeParameters,
23
- object
24
- > {}
18
+ export interface SESHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ SESClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ SESHttpAuthSchemeParameters,
22
+ object
23
+ > {}
25
24
  export declare const defaultSESHttpAuthSchemeParametersProvider: (
26
25
  config: SESClientResolvedConfig,
27
26
  context: HandlerExecutionContext,
28
- input: object
27
+ input: object,
29
28
  ) => Promise<SESHttpAuthSchemeParameters>;
30
- export interface SESHttpAuthSchemeProvider
31
- extends HttpAuthSchemeProvider<SESHttpAuthSchemeParameters> {}
29
+ export interface SESHttpAuthSchemeProvider extends HttpAuthSchemeProvider<SESHttpAuthSchemeParameters> {}
32
30
  export declare const defaultSESHttpAuthSchemeProvider: SESHttpAuthSchemeProvider;
33
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
34
32
  authSchemePreference?: string[] | Provider<string[]>;
35
33
  httpAuthSchemes?: HttpAuthScheme[];
36
34
  httpAuthSchemeProvider?: SESHttpAuthSchemeProvider;
37
35
  }
38
- export interface HttpAuthSchemeResolvedConfig
39
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
40
37
  readonly authSchemePreference: Provider<string[]>;
41
38
  readonly httpAuthSchemes: HttpAuthScheme[];
42
39
  readonly httpAuthSchemeProvider: SESHttpAuthSchemeProvider;
43
40
  }
44
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
45
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
46
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -1,25 +1,20 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/types";
2
- import {
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- SESClientResolvedConfig,
6
- } from "./SESClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
2
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "./SESClient";
3
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
4
  added: EndpointParameterInstructions,
12
5
  plugins: (
13
6
  CommandCtor: any,
14
7
  clientStack: any,
15
8
  config: any,
16
- options: any
9
+ options: any,
17
10
  ) => import("@smithy/types").Pluggable<any, any>[],
18
11
  op: string,
19
12
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
13
+ smithyContext?: Record<string, unknown>,
21
14
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
15
+ new (
16
+ input: I,
17
+ ): import("@smithy/core/client").CommandImpl<
23
18
  I,
24
19
  O,
25
20
  SESClientResolvedConfig,
@@ -38,9 +33,4 @@ export declare const command: <
38
33
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
34
  };
40
35
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
36
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CloneReceiptRuleSetRequest,
4
- CloneReceiptRuleSetResponse,
5
- } from "../models/models_0";
2
+ import { CloneReceiptRuleSetRequest, CloneReceiptRuleSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CloneReceiptRuleSetCommandInput
8
- extends CloneReceiptRuleSetRequest {}
4
+ export interface CloneReceiptRuleSetCommandInput extends CloneReceiptRuleSetRequest {}
9
5
  export interface CloneReceiptRuleSetCommandOutput
10
- extends CloneReceiptRuleSetResponse,
11
- __MetadataBearer {}
6
+ extends CloneReceiptRuleSetResponse, __MetadataBearer {}
12
7
  declare const CloneReceiptRuleSetCommand_base: {
13
8
  new (
14
- input: CloneReceiptRuleSetCommandInput
9
+ input: CloneReceiptRuleSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CloneReceiptRuleSetCommandInput,
17
12
  CloneReceiptRuleSetCommandOutput,
@@ -20,7 +15,7 @@ declare const CloneReceiptRuleSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CloneReceiptRuleSetCommandInput
18
+ input: CloneReceiptRuleSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CloneReceiptRuleSetCommandInput,
26
21
  CloneReceiptRuleSetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateConfigurationSetRequest,
4
- CreateConfigurationSetResponse,
5
- } from "../models/models_0";
2
+ import { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateConfigurationSetCommandInput
8
- extends CreateConfigurationSetRequest {}
4
+ export interface CreateConfigurationSetCommandInput extends CreateConfigurationSetRequest {}
9
5
  export interface CreateConfigurationSetCommandOutput
10
- extends CreateConfigurationSetResponse,
11
- __MetadataBearer {}
6
+ extends CreateConfigurationSetResponse, __MetadataBearer {}
12
7
  declare const CreateConfigurationSetCommand_base: {
13
8
  new (
14
- input: CreateConfigurationSetCommandInput
9
+ input: CreateConfigurationSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateConfigurationSetCommandInput,
17
12
  CreateConfigurationSetCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateConfigurationSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateConfigurationSetCommandInput
18
+ input: CreateConfigurationSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateConfigurationSetCommandInput,
26
21
  CreateConfigurationSetCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateConfigurationSetEventDestinationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateConfigurationSetEventDestinationCommandInput
8
- extends CreateConfigurationSetEventDestinationRequest {}
7
+ export interface CreateConfigurationSetEventDestinationCommandInput extends CreateConfigurationSetEventDestinationRequest {}
9
8
  export interface CreateConfigurationSetEventDestinationCommandOutput
10
- extends CreateConfigurationSetEventDestinationResponse,
11
- __MetadataBearer {}
9
+ extends CreateConfigurationSetEventDestinationResponse, __MetadataBearer {}
12
10
  declare const CreateConfigurationSetEventDestinationCommand_base: {
13
11
  new (
14
- input: CreateConfigurationSetEventDestinationCommandInput
12
+ input: CreateConfigurationSetEventDestinationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateConfigurationSetEventDestinationCommandInput,
17
15
  CreateConfigurationSetEventDestinationCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateConfigurationSetEventDestinationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateConfigurationSetEventDestinationCommandInput
21
+ input: CreateConfigurationSetEventDestinationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateConfigurationSetEventDestinationCommandInput,
26
24
  CreateConfigurationSetEventDestinationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateConfigurationSetTrackingOptionsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateConfigurationSetTrackingOptionsCommandInput
8
- extends CreateConfigurationSetTrackingOptionsRequest {}
7
+ export interface CreateConfigurationSetTrackingOptionsCommandInput extends CreateConfigurationSetTrackingOptionsRequest {}
9
8
  export interface CreateConfigurationSetTrackingOptionsCommandOutput
10
- extends CreateConfigurationSetTrackingOptionsResponse,
11
- __MetadataBearer {}
9
+ extends CreateConfigurationSetTrackingOptionsResponse, __MetadataBearer {}
12
10
  declare const CreateConfigurationSetTrackingOptionsCommand_base: {
13
11
  new (
14
- input: CreateConfigurationSetTrackingOptionsCommandInput
12
+ input: CreateConfigurationSetTrackingOptionsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateConfigurationSetTrackingOptionsCommandInput,
17
15
  CreateConfigurationSetTrackingOptionsCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateConfigurationSetTrackingOptionsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateConfigurationSetTrackingOptionsCommandInput
21
+ input: CreateConfigurationSetTrackingOptionsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateConfigurationSetTrackingOptionsCommandInput,
26
24
  CreateConfigurationSetTrackingOptionsCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateCustomVerificationEmailTemplateRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface CreateCustomVerificationEmailTemplateCommandInput
5
- extends CreateCustomVerificationEmailTemplateRequest {}
6
- export interface CreateCustomVerificationEmailTemplateCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface CreateCustomVerificationEmailTemplateCommandInput extends CreateCustomVerificationEmailTemplateRequest {}
5
+ export interface CreateCustomVerificationEmailTemplateCommandOutput extends __MetadataBearer {}
8
6
  declare const CreateCustomVerificationEmailTemplateCommand_base: {
9
7
  new (
10
- input: CreateCustomVerificationEmailTemplateCommandInput
8
+ input: CreateCustomVerificationEmailTemplateCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateCustomVerificationEmailTemplateCommandInput,
13
11
  CreateCustomVerificationEmailTemplateCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateCustomVerificationEmailTemplateCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateCustomVerificationEmailTemplateCommandInput
17
+ input: CreateCustomVerificationEmailTemplateCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateCustomVerificationEmailTemplateCommandInput,
22
20
  CreateCustomVerificationEmailTemplateCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateReceiptFilterRequest,
4
- CreateReceiptFilterResponse,
5
- } from "../models/models_0";
2
+ import { CreateReceiptFilterRequest, CreateReceiptFilterResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateReceiptFilterCommandInput
8
- extends CreateReceiptFilterRequest {}
4
+ export interface CreateReceiptFilterCommandInput extends CreateReceiptFilterRequest {}
9
5
  export interface CreateReceiptFilterCommandOutput
10
- extends CreateReceiptFilterResponse,
11
- __MetadataBearer {}
6
+ extends CreateReceiptFilterResponse, __MetadataBearer {}
12
7
  declare const CreateReceiptFilterCommand_base: {
13
8
  new (
14
- input: CreateReceiptFilterCommandInput
9
+ input: CreateReceiptFilterCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateReceiptFilterCommandInput,
17
12
  CreateReceiptFilterCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateReceiptFilterCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateReceiptFilterCommandInput
18
+ input: CreateReceiptFilterCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateReceiptFilterCommandInput,
26
21
  CreateReceiptFilterCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateReceiptRuleRequest,
4
- CreateReceiptRuleResponse,
5
- } from "../models/models_0";
2
+ import { CreateReceiptRuleRequest, CreateReceiptRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateReceiptRuleCommandInput
8
- extends CreateReceiptRuleRequest {}
4
+ export interface CreateReceiptRuleCommandInput extends CreateReceiptRuleRequest {}
9
5
  export interface CreateReceiptRuleCommandOutput
10
- extends CreateReceiptRuleResponse,
11
- __MetadataBearer {}
6
+ extends CreateReceiptRuleResponse, __MetadataBearer {}
12
7
  declare const CreateReceiptRuleCommand_base: {
13
8
  new (
14
- input: CreateReceiptRuleCommandInput
9
+ input: CreateReceiptRuleCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateReceiptRuleCommandInput,
17
12
  CreateReceiptRuleCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateReceiptRuleCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateReceiptRuleCommandInput
18
+ input: CreateReceiptRuleCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateReceiptRuleCommandInput,
26
21
  CreateReceiptRuleCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateReceiptRuleSetRequest,
4
- CreateReceiptRuleSetResponse,
5
- } from "../models/models_0";
2
+ import { CreateReceiptRuleSetRequest, CreateReceiptRuleSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateReceiptRuleSetCommandInput
8
- extends CreateReceiptRuleSetRequest {}
4
+ export interface CreateReceiptRuleSetCommandInput extends CreateReceiptRuleSetRequest {}
9
5
  export interface CreateReceiptRuleSetCommandOutput
10
- extends CreateReceiptRuleSetResponse,
11
- __MetadataBearer {}
6
+ extends CreateReceiptRuleSetResponse, __MetadataBearer {}
12
7
  declare const CreateReceiptRuleSetCommand_base: {
13
8
  new (
14
- input: CreateReceiptRuleSetCommandInput
9
+ input: CreateReceiptRuleSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateReceiptRuleSetCommandInput,
17
12
  CreateReceiptRuleSetCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateReceiptRuleSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateReceiptRuleSetCommandInput
18
+ input: CreateReceiptRuleSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateReceiptRuleSetCommandInput,
26
21
  CreateReceiptRuleSetCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateTemplateRequest,
4
- CreateTemplateResponse,
5
- } from "../models/models_0";
2
+ import { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateTemplateCommandInput extends CreateTemplateRequest {}
8
- export interface CreateTemplateCommandOutput
9
- extends CreateTemplateResponse,
10
- __MetadataBearer {}
5
+ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __MetadataBearer {}
11
6
  declare const CreateTemplateCommand_base: {
12
7
  new (
13
- input: CreateTemplateCommandInput
8
+ input: CreateTemplateCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateTemplateCommandInput,
16
11
  CreateTemplateCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateTemplateCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateTemplateCommandInput
17
+ input: CreateTemplateCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateTemplateCommandInput,
25
20
  CreateTemplateCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteConfigurationSetRequest,
4
- DeleteConfigurationSetResponse,
5
- } from "../models/models_0";
2
+ import { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteConfigurationSetCommandInput
8
- extends DeleteConfigurationSetRequest {}
4
+ export interface DeleteConfigurationSetCommandInput extends DeleteConfigurationSetRequest {}
9
5
  export interface DeleteConfigurationSetCommandOutput
10
- extends DeleteConfigurationSetResponse,
11
- __MetadataBearer {}
6
+ extends DeleteConfigurationSetResponse, __MetadataBearer {}
12
7
  declare const DeleteConfigurationSetCommand_base: {
13
8
  new (
14
- input: DeleteConfigurationSetCommandInput
9
+ input: DeleteConfigurationSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteConfigurationSetCommandInput,
17
12
  DeleteConfigurationSetCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteConfigurationSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteConfigurationSetCommandInput
18
+ input: DeleteConfigurationSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteConfigurationSetCommandInput,
26
21
  DeleteConfigurationSetCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteConfigurationSetEventDestinationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteConfigurationSetEventDestinationCommandInput
8
- extends DeleteConfigurationSetEventDestinationRequest {}
7
+ export interface DeleteConfigurationSetEventDestinationCommandInput extends DeleteConfigurationSetEventDestinationRequest {}
9
8
  export interface DeleteConfigurationSetEventDestinationCommandOutput
10
- extends DeleteConfigurationSetEventDestinationResponse,
11
- __MetadataBearer {}
9
+ extends DeleteConfigurationSetEventDestinationResponse, __MetadataBearer {}
12
10
  declare const DeleteConfigurationSetEventDestinationCommand_base: {
13
11
  new (
14
- input: DeleteConfigurationSetEventDestinationCommandInput
12
+ input: DeleteConfigurationSetEventDestinationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteConfigurationSetEventDestinationCommandInput,
17
15
  DeleteConfigurationSetEventDestinationCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteConfigurationSetEventDestinationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteConfigurationSetEventDestinationCommandInput
21
+ input: DeleteConfigurationSetEventDestinationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteConfigurationSetEventDestinationCommandInput,
26
24
  DeleteConfigurationSetEventDestinationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteConfigurationSetTrackingOptionsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteConfigurationSetTrackingOptionsCommandInput
8
- extends DeleteConfigurationSetTrackingOptionsRequest {}
7
+ export interface DeleteConfigurationSetTrackingOptionsCommandInput extends DeleteConfigurationSetTrackingOptionsRequest {}
9
8
  export interface DeleteConfigurationSetTrackingOptionsCommandOutput
10
- extends DeleteConfigurationSetTrackingOptionsResponse,
11
- __MetadataBearer {}
9
+ extends DeleteConfigurationSetTrackingOptionsResponse, __MetadataBearer {}
12
10
  declare const DeleteConfigurationSetTrackingOptionsCommand_base: {
13
11
  new (
14
- input: DeleteConfigurationSetTrackingOptionsCommandInput
12
+ input: DeleteConfigurationSetTrackingOptionsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteConfigurationSetTrackingOptionsCommandInput,
17
15
  DeleteConfigurationSetTrackingOptionsCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteConfigurationSetTrackingOptionsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteConfigurationSetTrackingOptionsCommandInput
21
+ input: DeleteConfigurationSetTrackingOptionsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteConfigurationSetTrackingOptionsCommandInput,
26
24
  DeleteConfigurationSetTrackingOptionsCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteCustomVerificationEmailTemplateRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteCustomVerificationEmailTemplateCommandInput
5
- extends DeleteCustomVerificationEmailTemplateRequest {}
6
- export interface DeleteCustomVerificationEmailTemplateCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteCustomVerificationEmailTemplateCommandInput extends DeleteCustomVerificationEmailTemplateRequest {}
5
+ export interface DeleteCustomVerificationEmailTemplateCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteCustomVerificationEmailTemplateCommand_base: {
9
7
  new (
10
- input: DeleteCustomVerificationEmailTemplateCommandInput
8
+ input: DeleteCustomVerificationEmailTemplateCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteCustomVerificationEmailTemplateCommandInput,
13
11
  DeleteCustomVerificationEmailTemplateCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteCustomVerificationEmailTemplateCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteCustomVerificationEmailTemplateCommandInput
17
+ input: DeleteCustomVerificationEmailTemplateCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteCustomVerificationEmailTemplateCommandInput,
22
20
  DeleteCustomVerificationEmailTemplateCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteIdentityRequest,
4
- DeleteIdentityResponse,
5
- } from "../models/models_0";
2
+ import { DeleteIdentityRequest, DeleteIdentityResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteIdentityCommandInput extends DeleteIdentityRequest {}
8
- export interface DeleteIdentityCommandOutput
9
- extends DeleteIdentityResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteIdentityCommandOutput extends DeleteIdentityResponse, __MetadataBearer {}
11
6
  declare const DeleteIdentityCommand_base: {
12
7
  new (
13
- input: DeleteIdentityCommandInput
8
+ input: DeleteIdentityCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteIdentityCommandInput,
16
11
  DeleteIdentityCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteIdentityCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteIdentityCommandInput
17
+ input: DeleteIdentityCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteIdentityCommandInput,
25
20
  DeleteIdentityCommandOutput,