@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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/SES.d.ts +219 -345
- package/dist-types/ts3.4/SESClient.d.ts +16 -32
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +33 -150
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +3 -7
- package/package.json +39 -39