aws-sdk 2.1610.0 → 2.1611.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 +1 -1
- package/apis/bedrock-agent-2023-06-05.min.json +42 -10
- package/apis/personalize-runtime-2018-05-22.min.json +9 -1
- package/apis/sesv2-2019-09-27.min.json +7 -16
- package/clients/bedrockagent.d.ts +59 -6
- package/clients/ec2.d.ts +7 -7
- package/clients/personalizeruntime.d.ts +6 -0
- package/clients/securityhub.d.ts +4 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +12 -4
- package/dist/aws-sdk.min.js +29 -29
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -395,7 +395,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
395
395
|
/**
|
396
396
|
* @constant
|
397
397
|
*/
|
398
|
-
VERSION: '2.
|
398
|
+
VERSION: '2.1611.0',
|
399
399
|
|
400
400
|
/**
|
401
401
|
* @api private
|
@@ -58402,7 +58402,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
58402
58402
|
/* 792 */
|
58403
58403
|
/***/ (function(module, exports) {
|
58404
58404
|
|
58405
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-22","endpointPrefix":"personalize-runtime","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Amazon Personalize Runtime","serviceId":"Personalize Runtime","signatureVersion":"v4","signingName":"personalize","uid":"personalize-runtime-2018-05-22"},"operations":{"GetActionRecommendations":{"http":{"requestUri":"/action-recommendations"},"input":{"type":"structure","members":{"campaignArn":{},"userId":{},"numResults":{"type":"integer"},"filterArn":{},"filterValues":{"shape":"S5"}}},"output":{"type":"structure","members":{"actionList":{"type":"list","member":{"type":"structure","members":{"actionId":{},"score":{"type":"double"}}}},"recommendationId":{}}},"idempotent":true},"GetPersonalizedRanking":{"http":{"requestUri":"/personalize-ranking"},"input":{"type":"structure","required":["campaignArn","inputList","userId"],"members":{"campaignArn":{},"inputList":{"type":"list","member":{}},"userId":{},"context":{"shape":"Sh"},"filterArn":{},"filterValues":{"shape":"S5"},"metadataColumns":{"shape":"Sk"}}},"output":{"type":"structure","members":{"personalizedRanking":{"shape":"Sp"},"recommendationId":{}}},"idempotent":true},"GetRecommendations":{"http":{"requestUri":"/recommendations"},"input":{"type":"structure","members":{"campaignArn":{},"itemId":{},"userId":{},"numResults":{"type":"integer"},"context":{"shape":"Sh"},"filterArn":{},"filterValues":{"shape":"S5"},"recommenderArn":{},"promotions":{"type":"list","member":{"type":"structure","members":{"name":{},"percentPromotedItems":{"type":"integer"},"filterArn":{},"filterValues":{"shape":"S5"}}}},"metadataColumns":{"shape":"Sk"}}},"output":{"type":"structure","members":{"itemList":{"shape":"Sp"},"recommendationId":{}}},"idempotent":true}},"shapes":{"S5":{"type":"map","key":{},"value":{"type":"string","sensitive":true}},"Sh":{"type":"map","key":{},"value":{"type":"string","sensitive":true}},"Sk":{"type":"map","key":{},"value":{"type":"list","member":{}}},"Sp":{"type":"list","member":{"type":"structure","members":{"itemId":{},"score":{"type":"double"},"promotionName":{},"metadata":{"type":"map","key":{},"value":{}}}}}}}
|
58405
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2018-05-22","endpointPrefix":"personalize-runtime","jsonVersion":"1.1","protocol":"rest-json","protocols":["rest-json"],"serviceFullName":"Amazon Personalize Runtime","serviceId":"Personalize Runtime","signatureVersion":"v4","signingName":"personalize","uid":"personalize-runtime-2018-05-22"},"operations":{"GetActionRecommendations":{"http":{"requestUri":"/action-recommendations"},"input":{"type":"structure","members":{"campaignArn":{},"userId":{},"numResults":{"type":"integer"},"filterArn":{},"filterValues":{"shape":"S5"}}},"output":{"type":"structure","members":{"actionList":{"type":"list","member":{"type":"structure","members":{"actionId":{},"score":{"type":"double"}}}},"recommendationId":{}}},"idempotent":true},"GetPersonalizedRanking":{"http":{"requestUri":"/personalize-ranking"},"input":{"type":"structure","required":["campaignArn","inputList","userId"],"members":{"campaignArn":{},"inputList":{"type":"list","member":{}},"userId":{},"context":{"shape":"Sh"},"filterArn":{},"filterValues":{"shape":"S5"},"metadataColumns":{"shape":"Sk"}}},"output":{"type":"structure","members":{"personalizedRanking":{"shape":"Sp"},"recommendationId":{}}},"idempotent":true},"GetRecommendations":{"http":{"requestUri":"/recommendations"},"input":{"type":"structure","members":{"campaignArn":{},"itemId":{},"userId":{},"numResults":{"type":"integer"},"context":{"shape":"Sh"},"filterArn":{},"filterValues":{"shape":"S5"},"recommenderArn":{},"promotions":{"type":"list","member":{"type":"structure","members":{"name":{},"percentPromotedItems":{"type":"integer"},"filterArn":{},"filterValues":{"shape":"S5"}}}},"metadataColumns":{"shape":"Sk"}}},"output":{"type":"structure","members":{"itemList":{"shape":"Sp"},"recommendationId":{}}},"idempotent":true}},"shapes":{"S5":{"type":"map","key":{},"value":{"type":"string","sensitive":true}},"Sh":{"type":"map","key":{},"value":{"type":"string","sensitive":true}},"Sk":{"type":"map","key":{},"value":{"type":"list","member":{}}},"Sp":{"type":"list","member":{"type":"structure","members":{"itemId":{},"score":{"type":"double"},"promotionName":{},"metadata":{"type":"map","key":{},"value":{},"sensitive":true},"reason":{"type":"list","member":{}}}}}}}
|
58406
58406
|
|
58407
58407
|
/***/ }),
|
58408
58408
|
/* 793 */
|
@@ -59047,7 +59047,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
59047
59047
|
/* 845 */
|
59048
59048
|
/***/ (function(module, exports) {
|
59049
59049
|
|
59050
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2019-09-27","endpointPrefix":"email","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"Amazon SES V2","serviceFullName":"Amazon Simple Email Service","serviceId":"SESv2","signatureVersion":"v4","signingName":"ses","uid":"sesv2-2019-09-27"},"operations":{"BatchGetMetricData":{"http":{"requestUri":"/v2/email/metrics/batch"},"input":{"type":"structure","required":["Queries"],"members":{"Queries":{"type":"list","member":{"type":"structure","required":["Id","Namespace","Metric","StartDate","EndDate"],"members":{"Id":{},"Namespace":{},"Metric":{},"Dimensions":{"type":"map","key":{},"value":{}},"StartDate":{"type":"timestamp"},"EndDate":{"type":"timestamp"}}}}}},"output":{"type":"structure","members":{"Results":{"type":"list","member":{"type":"structure","members":{"Id":{},"Timestamps":{"type":"list","member":{"type":"timestamp"}},"Values":{"type":"list","member":{"type":"long"}}}}},"Errors":{"type":"list","member":{"type":"structure","members":{"Id":{},"Code":{},"Message":{}}}}}}},"CancelExportJob":{"http":{"method":"PUT","requestUri":"/v2/email/export-jobs/{JobId}/cancel"},"input":{"type":"structure","required":["JobId"],"members":{"JobId":{"location":"uri","locationName":"JobId"}}},"output":{"type":"structure","members":{}}},"CreateConfigurationSet":{"http":{"requestUri":"/v2/email/configuration-sets"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{},"TrackingOptions":{"shape":"Sq"},"DeliveryOptions":{"shape":"Ss"},"ReputationOptions":{"shape":"Sv"},"SendingOptions":{"shape":"Sy"},"Tags":{"shape":"Sz"},"SuppressionOptions":{"shape":"S13"},"VdmOptions":{"shape":"S16"}}},"output":{"type":"structure","members":{}}},"CreateConfigurationSetEventDestination":{"http":{"requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations"},"input":{"type":"structure","required":["ConfigurationSetName","EventDestinationName","EventDestination"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"EventDestinationName":{},"EventDestination":{"shape":"S1d"}}},"output":{"type":"structure","members":{}}},"CreateContact":{"http":{"requestUri":"/v2/email/contact-lists/{ContactListName}/contacts"},"input":{"type":"structure","required":["ContactListName","EmailAddress"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"},"EmailAddress":{},"TopicPreferences":{"shape":"S1u"},"UnsubscribeAll":{"type":"boolean"},"AttributesData":{}}},"output":{"type":"structure","members":{}}},"CreateContactList":{"http":{"requestUri":"/v2/email/contact-lists"},"input":{"type":"structure","required":["ContactListName"],"members":{"ContactListName":{},"Topics":{"shape":"S22"},"Description":{},"Tags":{"shape":"Sz"}}},"output":{"type":"structure","members":{}}},"CreateCustomVerificationEmailTemplate":{"http":{"requestUri":"/v2/email/custom-verification-email-templates"},"input":{"type":"structure","required":["TemplateName","FromEmailAddress","TemplateSubject","TemplateContent","SuccessRedirectionURL","FailureRedirectionURL"],"members":{"TemplateName":{},"FromEmailAddress":{},"TemplateSubject":{},"TemplateContent":{},"SuccessRedirectionURL":{},"FailureRedirectionURL":{}}},"output":{"type":"structure","members":{}}},"CreateDedicatedIpPool":{"http":{"requestUri":"/v2/email/dedicated-ip-pools"},"input":{"type":"structure","required":["PoolName"],"members":{"PoolName":{},"Tags":{"shape":"Sz"},"ScalingMode":{}}},"output":{"type":"structure","members":{}}},"CreateDeliverabilityTestReport":{"http":{"requestUri":"/v2/email/deliverability-dashboard/test"},"input":{"type":"structure","required":["FromEmailAddress","Content"],"members":{"ReportName":{},"FromEmailAddress":{},"Content":{"shape":"S2j"},"Tags":{"shape":"Sz"}}},"output":{"type":"structure","required":["ReportId","DeliverabilityTestStatus"],"members":{"ReportId":{},"DeliverabilityTestStatus":{}}}},"CreateEmailIdentity":{"http":{"requestUri":"/v2/email/identities"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{},"Tags":{"shape":"Sz"},"DkimSigningAttributes":{"shape":"S32"},"ConfigurationSetName":{}}},"output":{"type":"structure","members":{"IdentityType":{},"VerifiedForSendingStatus":{"type":"boolean"},"DkimAttributes":{"shape":"S38"}}}},"CreateEmailIdentityPolicy":{"http":{"requestUri":"/v2/email/identities/{EmailIdentity}/policies/{PolicyName}"},"input":{"type":"structure","required":["EmailIdentity","PolicyName","Policy"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"PolicyName":{"location":"uri","locationName":"PolicyName"},"Policy":{}}},"output":{"type":"structure","members":{}}},"CreateEmailTemplate":{"http":{"requestUri":"/v2/email/templates"},"input":{"type":"structure","required":["TemplateName","TemplateContent"],"members":{"TemplateName":{},"TemplateContent":{"shape":"S3i"}}},"output":{"type":"structure","members":{}}},"CreateExportJob":{"http":{"requestUri":"/v2/email/export-jobs"},"input":{"type":"structure","required":["ExportDataSource","ExportDestination"],"members":{"ExportDataSource":{"shape":"S3n"},"ExportDestination":{"shape":"S47"}}},"output":{"type":"structure","members":{"JobId":{}}}},"CreateImportJob":{"http":{"requestUri":"/v2/email/import-jobs"},"input":{"type":"structure","required":["ImportDestination","ImportDataSource"],"members":{"ImportDestination":{"shape":"S4c"},"ImportDataSource":{"shape":"S4h"}}},"output":{"type":"structure","members":{"JobId":{}}}},"DeleteConfigurationSet":{"http":{"method":"DELETE","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"}}},"output":{"type":"structure","members":{}}},"DeleteConfigurationSetEventDestination":{"http":{"method":"DELETE","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}"},"input":{"type":"structure","required":["ConfigurationSetName","EventDestinationName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"EventDestinationName":{"location":"uri","locationName":"EventDestinationName"}}},"output":{"type":"structure","members":{}}},"DeleteContact":{"http":{"method":"DELETE","requestUri":"/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}"},"input":{"type":"structure","required":["ContactListName","EmailAddress"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"},"EmailAddress":{"location":"uri","locationName":"EmailAddress"}}},"output":{"type":"structure","members":{}}},"DeleteContactList":{"http":{"method":"DELETE","requestUri":"/v2/email/contact-lists/{ContactListName}"},"input":{"type":"structure","required":["ContactListName"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"}}},"output":{"type":"structure","members":{}}},"DeleteCustomVerificationEmailTemplate":{"http":{"method":"DELETE","requestUri":"/v2/email/custom-verification-email-templates/{TemplateName}"},"input":{"type":"structure","required":["TemplateName"],"members":{"TemplateName":{"location":"uri","locationName":"TemplateName"}}},"output":{"type":"structure","members":{}}},"DeleteDedicatedIpPool":{"http":{"method":"DELETE","requestUri":"/v2/email/dedicated-ip-pools/{PoolName}"},"input":{"type":"structure","required":["PoolName"],"members":{"PoolName":{"location":"uri","locationName":"PoolName"}}},"output":{"type":"structure","members":{}}},"DeleteEmailIdentity":{"http":{"method":"DELETE","requestUri":"/v2/email/identities/{EmailIdentity}"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"}}},"output":{"type":"structure","members":{}}},"DeleteEmailIdentityPolicy":{"http":{"method":"DELETE","requestUri":"/v2/email/identities/{EmailIdentity}/policies/{PolicyName}"},"input":{"type":"structure","required":["EmailIdentity","PolicyName"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"PolicyName":{"location":"uri","locationName":"PolicyName"}}},"output":{"type":"structure","members":{}}},"DeleteEmailTemplate":{"http":{"method":"DELETE","requestUri":"/v2/email/templates/{TemplateName}"},"input":{"type":"structure","required":["TemplateName"],"members":{"TemplateName":{"location":"uri","locationName":"TemplateName"}}},"output":{"type":"structure","members":{}}},"DeleteSuppressedDestination":{"http":{"method":"DELETE","requestUri":"/v2/email/suppression/addresses/{EmailAddress}"},"input":{"type":"structure","required":["EmailAddress"],"members":{"EmailAddress":{"location":"uri","locationName":"EmailAddress"}}},"output":{"type":"structure","members":{}}},"GetAccount":{"http":{"method":"GET","requestUri":"/v2/email/account"},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"DedicatedIpAutoWarmupEnabled":{"type":"boolean"},"EnforcementStatus":{},"ProductionAccessEnabled":{"type":"boolean"},"SendQuota":{"type":"structure","members":{"Max24HourSend":{"type":"double"},"MaxSendRate":{"type":"double"},"SentLast24Hours":{"type":"double"}}},"SendingEnabled":{"type":"boolean"},"SuppressionAttributes":{"type":"structure","members":{"SuppressedReasons":{"shape":"S14"}}},"Details":{"type":"structure","members":{"MailType":{},"WebsiteURL":{"shape":"S5d"},"ContactLanguage":{},"UseCaseDescription":{"shape":"S5f"},"AdditionalContactEmailAddresses":{"shape":"S5g"},"ReviewDetails":{"type":"structure","members":{"Status":{},"CaseId":{}}}}},"VdmAttributes":{"shape":"S5l"}}}},"GetBlacklistReports":{"http":{"method":"GET","requestUri":"/v2/email/deliverability-dashboard/blacklist-report"},"input":{"type":"structure","required":["BlacklistItemNames"],"members":{"BlacklistItemNames":{"location":"querystring","locationName":"BlacklistItemNames","type":"list","member":{}}}},"output":{"type":"structure","required":["BlacklistReport"],"members":{"BlacklistReport":{"type":"map","key":{},"value":{"type":"list","member":{"type":"structure","members":{"RblName":{},"ListingTime":{"type":"timestamp"},"Description":{}}}}}}}},"GetConfigurationSet":{"http":{"method":"GET","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"}}},"output":{"type":"structure","members":{"ConfigurationSetName":{},"TrackingOptions":{"shape":"Sq"},"DeliveryOptions":{"shape":"Ss"},"ReputationOptions":{"shape":"Sv"},"SendingOptions":{"shape":"Sy"},"Tags":{"shape":"Sz"},"SuppressionOptions":{"shape":"S13"},"VdmOptions":{"shape":"S16"}}}},"GetConfigurationSetEventDestinations":{"http":{"method":"GET","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"}}},"output":{"type":"structure","members":{"EventDestinations":{"type":"list","member":{"type":"structure","required":["Name","MatchingEventTypes"],"members":{"Name":{},"Enabled":{"type":"boolean"},"MatchingEventTypes":{"shape":"S1e"},"KinesisFirehoseDestination":{"shape":"S1g"},"CloudWatchDestination":{"shape":"S1i"},"SnsDestination":{"shape":"S1o"},"PinpointDestination":{"shape":"S1p"}}}}}}},"GetContact":{"http":{"method":"GET","requestUri":"/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}"},"input":{"type":"structure","required":["ContactListName","EmailAddress"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"},"EmailAddress":{"location":"uri","locationName":"EmailAddress"}}},"output":{"type":"structure","members":{"ContactListName":{},"EmailAddress":{},"TopicPreferences":{"shape":"S1u"},"TopicDefaultPreferences":{"shape":"S1u"},"UnsubscribeAll":{"type":"boolean"},"AttributesData":{},"CreatedTimestamp":{"type":"timestamp"},"LastUpdatedTimestamp":{"type":"timestamp"}}}},"GetContactList":{"http":{"method":"GET","requestUri":"/v2/email/contact-lists/{ContactListName}"},"input":{"type":"structure","required":["ContactListName"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"}}},"output":{"type":"structure","members":{"ContactListName":{},"Topics":{"shape":"S22"},"Description":{},"CreatedTimestamp":{"type":"timestamp"},"LastUpdatedTimestamp":{"type":"timestamp"},"Tags":{"shape":"Sz"}}}},"GetCustomVerificationEmailTemplate":{"http":{"method":"GET","requestUri":"/v2/email/custom-verification-email-templates/{TemplateName}"},"input":{"type":"structure","required":["TemplateName"],"members":{"TemplateName":{"location":"uri","locationName":"TemplateName"}}},"output":{"type":"structure","members":{"TemplateName":{},"FromEmailAddress":{},"TemplateSubject":{},"TemplateContent":{},"SuccessRedirectionURL":{},"FailureRedirectionURL":{}}}},"GetDedicatedIp":{"http":{"method":"GET","requestUri":"/v2/email/dedicated-ips/{IP}"},"input":{"type":"structure","required":["Ip"],"members":{"Ip":{"location":"uri","locationName":"IP"}}},"output":{"type":"structure","members":{"DedicatedIp":{"shape":"S6c"}}}},"GetDedicatedIpPool":{"http":{"method":"GET","requestUri":"/v2/email/dedicated-ip-pools/{PoolName}"},"input":{"type":"structure","required":["PoolName"],"members":{"PoolName":{"location":"uri","locationName":"PoolName"}}},"output":{"type":"structure","members":{"DedicatedIpPool":{"type":"structure","required":["PoolName","ScalingMode"],"members":{"PoolName":{},"ScalingMode":{}}}}}},"GetDedicatedIps":{"http":{"method":"GET","requestUri":"/v2/email/dedicated-ips"},"input":{"type":"structure","members":{"PoolName":{"location":"querystring","locationName":"PoolName"},"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","members":{"DedicatedIps":{"type":"list","member":{"shape":"S6c"}},"NextToken":{}}}},"GetDeliverabilityDashboardOptions":{"http":{"method":"GET","requestUri":"/v2/email/deliverability-dashboard"},"input":{"type":"structure","members":{}},"output":{"type":"structure","required":["DashboardEnabled"],"members":{"DashboardEnabled":{"type":"boolean"},"SubscriptionExpiryDate":{"type":"timestamp"},"AccountStatus":{},"ActiveSubscribedDomains":{"shape":"S6q"},"PendingExpirationSubscribedDomains":{"shape":"S6q"}}}},"GetDeliverabilityTestReport":{"http":{"method":"GET","requestUri":"/v2/email/deliverability-dashboard/test-reports/{ReportId}"},"input":{"type":"structure","required":["ReportId"],"members":{"ReportId":{"location":"uri","locationName":"ReportId"}}},"output":{"type":"structure","required":["DeliverabilityTestReport","OverallPlacement","IspPlacements"],"members":{"DeliverabilityTestReport":{"shape":"S6y"},"OverallPlacement":{"shape":"S70"},"IspPlacements":{"type":"list","member":{"type":"structure","members":{"IspName":{},"PlacementStatistics":{"shape":"S70"}}}},"Message":{},"Tags":{"shape":"Sz"}}}},"GetDomainDeliverabilityCampaign":{"http":{"method":"GET","requestUri":"/v2/email/deliverability-dashboard/campaigns/{CampaignId}"},"input":{"type":"structure","required":["CampaignId"],"members":{"CampaignId":{"location":"uri","locationName":"CampaignId"}}},"output":{"type":"structure","required":["DomainDeliverabilityCampaign"],"members":{"DomainDeliverabilityCampaign":{"shape":"S78"}}}},"GetDomainStatisticsReport":{"http":{"method":"GET","requestUri":"/v2/email/deliverability-dashboard/statistics-report/{Domain}"},"input":{"type":"structure","required":["Domain","StartDate","EndDate"],"members":{"Domain":{"location":"uri","locationName":"Domain"},"StartDate":{"location":"querystring","locationName":"StartDate","type":"timestamp"},"EndDate":{"location":"querystring","locationName":"EndDate","type":"timestamp"}}},"output":{"type":"structure","required":["OverallVolume","DailyVolumes"],"members":{"OverallVolume":{"type":"structure","members":{"VolumeStatistics":{"shape":"S7i"},"ReadRatePercent":{"type":"double"},"DomainIspPlacements":{"shape":"S7j"}}},"DailyVolumes":{"type":"list","member":{"type":"structure","members":{"StartDate":{"type":"timestamp"},"VolumeStatistics":{"shape":"S7i"},"DomainIspPlacements":{"shape":"S7j"}}}}}}},"GetEmailIdentity":{"http":{"method":"GET","requestUri":"/v2/email/identities/{EmailIdentity}"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"}}},"output":{"type":"structure","members":{"IdentityType":{},"FeedbackForwardingStatus":{"type":"boolean"},"VerifiedForSendingStatus":{"type":"boolean"},"DkimAttributes":{"shape":"S38"},"MailFromAttributes":{"type":"structure","required":["MailFromDomain","MailFromDomainStatus","BehaviorOnMxFailure"],"members":{"MailFromDomain":{},"MailFromDomainStatus":{},"BehaviorOnMxFailure":{}}},"Policies":{"shape":"S7t"},"Tags":{"shape":"Sz"},"ConfigurationSetName":{},"VerificationStatus":{},"VerificationInfo":{"type":"structure","members":{"LastCheckedTimestamp":{"type":"timestamp"},"LastSuccessTimestamp":{"type":"timestamp"},"ErrorType":{},"SOARecord":{"type":"structure","members":{"PrimaryNameServer":{},"AdminEmail":{},"SerialNumber":{"type":"long"}}}}}}}},"GetEmailIdentityPolicies":{"http":{"method":"GET","requestUri":"/v2/email/identities/{EmailIdentity}/policies"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"}}},"output":{"type":"structure","members":{"Policies":{"shape":"S7t"}}}},"GetEmailTemplate":{"http":{"method":"GET","requestUri":"/v2/email/templates/{TemplateName}"},"input":{"type":"structure","required":["TemplateName"],"members":{"TemplateName":{"location":"uri","locationName":"TemplateName"}}},"output":{"type":"structure","required":["TemplateName","TemplateContent"],"members":{"TemplateName":{},"TemplateContent":{"shape":"S3i"}}}},"GetExportJob":{"http":{"method":"GET","requestUri":"/v2/email/export-jobs/{JobId}"},"input":{"type":"structure","required":["JobId"],"members":{"JobId":{"location":"uri","locationName":"JobId"}}},"output":{"type":"structure","members":{"JobId":{},"ExportSourceType":{},"JobStatus":{},"ExportDestination":{"shape":"S47"},"ExportDataSource":{"shape":"S3n"},"CreatedTimestamp":{"type":"timestamp"},"CompletedTimestamp":{"type":"timestamp"},"FailureInfo":{"shape":"S89"},"Statistics":{"type":"structure","members":{"ProcessedRecordsCount":{"type":"integer"},"ExportedRecordsCount":{"type":"integer"}}}}}},"GetImportJob":{"http":{"method":"GET","requestUri":"/v2/email/import-jobs/{JobId}"},"input":{"type":"structure","required":["JobId"],"members":{"JobId":{"location":"uri","locationName":"JobId"}}},"output":{"type":"structure","members":{"JobId":{},"ImportDestination":{"shape":"S4c"},"ImportDataSource":{"shape":"S4h"},"FailureInfo":{"shape":"S89"},"JobStatus":{},"CreatedTimestamp":{"type":"timestamp"},"CompletedTimestamp":{"type":"timestamp"},"ProcessedRecordsCount":{"type":"integer"},"FailedRecordsCount":{"type":"integer"}}}},"GetMessageInsights":{"http":{"method":"GET","requestUri":"/v2/email/insights/{MessageId}/"},"input":{"type":"structure","required":["MessageId"],"members":{"MessageId":{"location":"uri","locationName":"MessageId"}}},"output":{"type":"structure","members":{"MessageId":{},"FromEmailAddress":{"shape":"S3x"},"Subject":{"shape":"S3z"},"EmailTags":{"shape":"S8l"},"Insights":{"type":"list","member":{"type":"structure","members":{"Destination":{"shape":"S3x"},"Isp":{},"Events":{"type":"list","member":{"type":"structure","members":{"Timestamp":{"type":"timestamp"},"Type":{},"Details":{"type":"structure","members":{"Bounce":{"type":"structure","members":{"BounceType":{},"BounceSubType":{},"DiagnosticCode":{}}},"Complaint":{"type":"structure","members":{"ComplaintSubType":{},"ComplaintFeedbackType":{}}}}}}}}}}}}}},"GetSuppressedDestination":{"http":{"method":"GET","requestUri":"/v2/email/suppression/addresses/{EmailAddress}"},"input":{"type":"structure","required":["EmailAddress"],"members":{"EmailAddress":{"location":"uri","locationName":"EmailAddress"}}},"output":{"type":"structure","required":["SuppressedDestination"],"members":{"SuppressedDestination":{"type":"structure","required":["EmailAddress","Reason","LastUpdateTime"],"members":{"EmailAddress":{},"Reason":{},"LastUpdateTime":{"type":"timestamp"},"Attributes":{"type":"structure","members":{"MessageId":{},"FeedbackId":{}}}}}}}},"ListConfigurationSets":{"http":{"method":"GET","requestUri":"/v2/email/configuration-sets"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","members":{"ConfigurationSets":{"type":"list","member":{}},"NextToken":{}}}},"ListContactLists":{"http":{"method":"GET","requestUri":"/v2/email/contact-lists"},"input":{"type":"structure","members":{"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","members":{"ContactLists":{"type":"list","member":{"type":"structure","members":{"ContactListName":{},"LastUpdatedTimestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"ListContacts":{"http":{"method":"GET","requestUri":"/v2/email/contact-lists/{ContactListName}/contacts"},"input":{"type":"structure","required":["ContactListName"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"},"Filter":{"type":"structure","members":{"FilteredStatus":{},"TopicFilter":{"type":"structure","members":{"TopicName":{},"UseDefaultIfPreferenceUnavailable":{"type":"boolean"}}}}},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","members":{"Contacts":{"type":"list","member":{"type":"structure","members":{"EmailAddress":{},"TopicPreferences":{"shape":"S1u"},"TopicDefaultPreferences":{"shape":"S1u"},"UnsubscribeAll":{"type":"boolean"},"LastUpdatedTimestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"ListCustomVerificationEmailTemplates":{"http":{"method":"GET","requestUri":"/v2/email/custom-verification-email-templates"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","members":{"CustomVerificationEmailTemplates":{"type":"list","member":{"type":"structure","members":{"TemplateName":{},"FromEmailAddress":{},"TemplateSubject":{},"SuccessRedirectionURL":{},"FailureRedirectionURL":{}}}},"NextToken":{}}}},"ListDedicatedIpPools":{"http":{"method":"GET","requestUri":"/v2/email/dedicated-ip-pools"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","members":{"DedicatedIpPools":{"type":"list","member":{}},"NextToken":{}}}},"ListDeliverabilityTestReports":{"http":{"method":"GET","requestUri":"/v2/email/deliverability-dashboard/test-reports"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","required":["DeliverabilityTestReports"],"members":{"DeliverabilityTestReports":{"type":"list","member":{"shape":"S6y"}},"NextToken":{}}}},"ListDomainDeliverabilityCampaigns":{"http":{"method":"GET","requestUri":"/v2/email/deliverability-dashboard/domains/{SubscribedDomain}/campaigns"},"input":{"type":"structure","required":["StartDate","EndDate","SubscribedDomain"],"members":{"StartDate":{"location":"querystring","locationName":"StartDate","type":"timestamp"},"EndDate":{"location":"querystring","locationName":"EndDate","type":"timestamp"},"SubscribedDomain":{"location":"uri","locationName":"SubscribedDomain"},"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","required":["DomainDeliverabilityCampaigns"],"members":{"DomainDeliverabilityCampaigns":{"type":"list","member":{"shape":"S78"}},"NextToken":{}}}},"ListEmailIdentities":{"http":{"method":"GET","requestUri":"/v2/email/identities"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","members":{"EmailIdentities":{"type":"list","member":{"type":"structure","members":{"IdentityType":{},"IdentityName":{},"SendingEnabled":{"type":"boolean"},"VerificationStatus":{}}}},"NextToken":{}}}},"ListEmailTemplates":{"http":{"method":"GET","requestUri":"/v2/email/templates"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","members":{"TemplatesMetadata":{"type":"list","member":{"type":"structure","members":{"TemplateName":{},"CreatedTimestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"ListExportJobs":{"http":{"requestUri":"/v2/email/list-export-jobs"},"input":{"type":"structure","members":{"NextToken":{},"PageSize":{"type":"integer"},"ExportSourceType":{},"JobStatus":{}}},"output":{"type":"structure","members":{"ExportJobs":{"type":"list","member":{"type":"structure","members":{"JobId":{},"ExportSourceType":{},"JobStatus":{},"CreatedTimestamp":{"type":"timestamp"},"CompletedTimestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"ListImportJobs":{"http":{"method":"GET","requestUri":"/v2/email/import-jobs"},"input":{"type":"structure","members":{"ImportDestinationType":{},"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","members":{"ImportJobs":{"type":"list","member":{"type":"structure","members":{"JobId":{},"ImportDestination":{"shape":"S4c"},"JobStatus":{},"CreatedTimestamp":{"type":"timestamp"},"ProcessedRecordsCount":{"type":"integer"},"FailedRecordsCount":{"type":"integer"}}}},"NextToken":{}}}},"ListRecommendations":{"http":{"requestUri":"/v2/email/vdm/recommendations"},"input":{"type":"structure","members":{"Filter":{"type":"map","key":{},"value":{}},"NextToken":{},"PageSize":{"type":"integer"}}},"output":{"type":"structure","members":{"Recommendations":{"type":"list","member":{"type":"structure","members":{"ResourceArn":{},"Type":{},"Description":{},"Status":{},"CreatedTimestamp":{"type":"timestamp"},"LastUpdatedTimestamp":{"type":"timestamp"},"Impact":{}}}},"NextToken":{}}}},"ListSuppressedDestinations":{"http":{"method":"GET","requestUri":"/v2/email/suppression/addresses"},"input":{"type":"structure","members":{"Reasons":{"shape":"S14","location":"querystring","locationName":"Reason"},"StartDate":{"location":"querystring","locationName":"StartDate","type":"timestamp"},"EndDate":{"location":"querystring","locationName":"EndDate","type":"timestamp"},"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","members":{"SuppressedDestinationSummaries":{"type":"list","member":{"type":"structure","required":["EmailAddress","Reason","LastUpdateTime"],"members":{"EmailAddress":{},"Reason":{},"LastUpdateTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/v2/email/tags"},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"querystring","locationName":"ResourceArn"}}},"output":{"type":"structure","required":["Tags"],"members":{"Tags":{"shape":"Sz"}}}},"PutAccountDedicatedIpWarmupAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/account/dedicated-ips/warmup"},"input":{"type":"structure","members":{"AutoWarmupEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"PutAccountDetails":{"http":{"requestUri":"/v2/email/account/details"},"input":{"type":"structure","required":["MailType","WebsiteURL","UseCaseDescription"],"members":{"MailType":{},"WebsiteURL":{"shape":"S5d"},"ContactLanguage":{},"UseCaseDescription":{"shape":"S5f"},"AdditionalContactEmailAddresses":{"shape":"S5g"},"ProductionAccessEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"PutAccountSendingAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/account/sending"},"input":{"type":"structure","members":{"SendingEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"PutAccountSuppressionAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/account/suppression"},"input":{"type":"structure","members":{"SuppressedReasons":{"shape":"S14"}}},"output":{"type":"structure","members":{}}},"PutAccountVdmAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/account/vdm"},"input":{"type":"structure","required":["VdmAttributes"],"members":{"VdmAttributes":{"shape":"S5l"}}},"output":{"type":"structure","members":{}}},"PutConfigurationSetDeliveryOptions":{"http":{"method":"PUT","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/delivery-options"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"TlsPolicy":{},"SendingPoolName":{}}},"output":{"type":"structure","members":{}}},"PutConfigurationSetReputationOptions":{"http":{"method":"PUT","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/reputation-options"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"ReputationMetricsEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"PutConfigurationSetSendingOptions":{"http":{"method":"PUT","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/sending"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"SendingEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"PutConfigurationSetSuppressionOptions":{"http":{"method":"PUT","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/suppression-options"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"SuppressedReasons":{"shape":"S14"}}},"output":{"type":"structure","members":{}}},"PutConfigurationSetTrackingOptions":{"http":{"method":"PUT","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/tracking-options"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"CustomRedirectDomain":{}}},"output":{"type":"structure","members":{}}},"PutConfigurationSetVdmOptions":{"http":{"method":"PUT","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/vdm-options"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"VdmOptions":{"shape":"S16"}}},"output":{"type":"structure","members":{}}},"PutDedicatedIpInPool":{"http":{"method":"PUT","requestUri":"/v2/email/dedicated-ips/{IP}/pool"},"input":{"type":"structure","required":["Ip","DestinationPoolName"],"members":{"Ip":{"location":"uri","locationName":"IP"},"DestinationPoolName":{}}},"output":{"type":"structure","members":{}}},"PutDedicatedIpPoolScalingAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/dedicated-ip-pools/{PoolName}/scaling"},"input":{"type":"structure","required":["PoolName","ScalingMode"],"members":{"PoolName":{"location":"uri","locationName":"PoolName"},"ScalingMode":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"PutDedicatedIpWarmupAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/dedicated-ips/{IP}/warmup"},"input":{"type":"structure","required":["Ip","WarmupPercentage"],"members":{"Ip":{"location":"uri","locationName":"IP"},"WarmupPercentage":{"type":"integer"}}},"output":{"type":"structure","members":{}}},"PutDeliverabilityDashboardOption":{"http":{"method":"PUT","requestUri":"/v2/email/deliverability-dashboard"},"input":{"type":"structure","required":["DashboardEnabled"],"members":{"DashboardEnabled":{"type":"boolean"},"SubscribedDomains":{"shape":"S6q"}}},"output":{"type":"structure","members":{}}},"PutEmailIdentityConfigurationSetAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/identities/{EmailIdentity}/configuration-set"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"ConfigurationSetName":{}}},"output":{"type":"structure","members":{}}},"PutEmailIdentityDkimAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/identities/{EmailIdentity}/dkim"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"SigningEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"PutEmailIdentityDkimSigningAttributes":{"http":{"method":"PUT","requestUri":"/v1/email/identities/{EmailIdentity}/dkim/signing"},"input":{"type":"structure","required":["EmailIdentity","SigningAttributesOrigin"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"SigningAttributesOrigin":{},"SigningAttributes":{"shape":"S32"}}},"output":{"type":"structure","members":{"DkimStatus":{},"DkimTokens":{"shape":"S3a"}}}},"PutEmailIdentityFeedbackAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/identities/{EmailIdentity}/feedback"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"EmailForwardingEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"PutEmailIdentityMailFromAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/identities/{EmailIdentity}/mail-from"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"MailFromDomain":{},"BehaviorOnMxFailure":{}}},"output":{"type":"structure","members":{}}},"PutSuppressedDestination":{"http":{"method":"PUT","requestUri":"/v2/email/suppression/addresses"},"input":{"type":"structure","required":["EmailAddress","Reason"],"members":{"EmailAddress":{},"Reason":{}}},"output":{"type":"structure","members":{}}},"SendBulkEmail":{"http":{"requestUri":"/v2/email/outbound-bulk-emails"},"input":{"type":"structure","required":["DefaultContent","BulkEmailEntries"],"members":{"FromEmailAddress":{},"FromEmailAddressIdentityArn":{},"ReplyToAddresses":{"shape":"Sc4"},"FeedbackForwardingEmailAddress":{},"FeedbackForwardingEmailAddressIdentityArn":{},"DefaultEmailTags":{"shape":"S8l"},"DefaultContent":{"type":"structure","members":{"Template":{"shape":"S2v"}}},"BulkEmailEntries":{"type":"list","member":{"type":"structure","required":["Destination"],"members":{"Destination":{"shape":"Sc8"},"ReplacementTags":{"shape":"S8l"},"ReplacementEmailContent":{"type":"structure","members":{"ReplacementTemplate":{"type":"structure","members":{"ReplacementTemplateData":{}}}}}}}},"ConfigurationSetName":{}}},"output":{"type":"structure","required":["BulkEmailEntryResults"],"members":{"BulkEmailEntryResults":{"type":"list","member":{"type":"structure","members":{"Status":{},"Error":{},"MessageId":{}}}}}}},"SendCustomVerificationEmail":{"http":{"requestUri":"/v2/email/outbound-custom-verification-emails"},"input":{"type":"structure","required":["EmailAddress","TemplateName"],"members":{"EmailAddress":{},"TemplateName":{},"ConfigurationSetName":{}}},"output":{"type":"structure","members":{"MessageId":{}}}},"SendEmail":{"http":{"requestUri":"/v2/email/outbound-emails"},"input":{"type":"structure","required":["Content"],"members":{"FromEmailAddress":{},"FromEmailAddressIdentityArn":{},"Destination":{"shape":"Sc8"},"ReplyToAddresses":{"shape":"Sc4"},"FeedbackForwardingEmailAddress":{},"FeedbackForwardingEmailAddressIdentityArn":{},"Content":{"shape":"S2j"},"EmailTags":{"shape":"S8l"},"ConfigurationSetName":{},"ListManagementOptions":{"type":"structure","required":["ContactListName"],"members":{"ContactListName":{},"TopicName":{}}}}},"output":{"type":"structure","members":{"MessageId":{}}}},"TagResource":{"http":{"requestUri":"/v2/email/tags"},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{},"Tags":{"shape":"Sz"}}},"output":{"type":"structure","members":{}}},"TestRenderEmailTemplate":{"http":{"requestUri":"/v2/email/templates/{TemplateName}/render"},"input":{"type":"structure","required":["TemplateName","TemplateData"],"members":{"TemplateName":{"location":"uri","locationName":"TemplateName"},"TemplateData":{}}},"output":{"type":"structure","required":["RenderedTemplate"],"members":{"RenderedTemplate":{}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/v2/email/tags"},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"querystring","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"TagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateConfigurationSetEventDestination":{"http":{"method":"PUT","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}"},"input":{"type":"structure","required":["ConfigurationSetName","EventDestinationName","EventDestination"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"EventDestinationName":{"location":"uri","locationName":"EventDestinationName"},"EventDestination":{"shape":"S1d"}}},"output":{"type":"structure","members":{}}},"UpdateContact":{"http":{"method":"PUT","requestUri":"/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}"},"input":{"type":"structure","required":["ContactListName","EmailAddress"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"},"EmailAddress":{"location":"uri","locationName":"EmailAddress"},"TopicPreferences":{"shape":"S1u"},"UnsubscribeAll":{"type":"boolean"},"AttributesData":{}}},"output":{"type":"structure","members":{}}},"UpdateContactList":{"http":{"method":"PUT","requestUri":"/v2/email/contact-lists/{ContactListName}"},"input":{"type":"structure","required":["ContactListName"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"},"Topics":{"shape":"S22"},"Description":{}}},"output":{"type":"structure","members":{}}},"UpdateCustomVerificationEmailTemplate":{"http":{"method":"PUT","requestUri":"/v2/email/custom-verification-email-templates/{TemplateName}"},"input":{"type":"structure","required":["TemplateName","FromEmailAddress","TemplateSubject","TemplateContent","SuccessRedirectionURL","FailureRedirectionURL"],"members":{"TemplateName":{"location":"uri","locationName":"TemplateName"},"FromEmailAddress":{},"TemplateSubject":{},"TemplateContent":{},"SuccessRedirectionURL":{},"FailureRedirectionURL":{}}},"output":{"type":"structure","members":{}}},"UpdateEmailIdentityPolicy":{"http":{"method":"PUT","requestUri":"/v2/email/identities/{EmailIdentity}/policies/{PolicyName}"},"input":{"type":"structure","required":["EmailIdentity","PolicyName","Policy"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"PolicyName":{"location":"uri","locationName":"PolicyName"},"Policy":{}}},"output":{"type":"structure","members":{}}},"UpdateEmailTemplate":{"http":{"method":"PUT","requestUri":"/v2/email/templates/{TemplateName}"},"input":{"type":"structure","required":["TemplateName","TemplateContent"],"members":{"TemplateName":{"location":"uri","locationName":"TemplateName"},"TemplateContent":{"shape":"S3i"}}},"output":{"type":"structure","members":{}}}},"shapes":{"Sq":{"type":"structure","required":["CustomRedirectDomain"],"members":{"CustomRedirectDomain":{}}},"Ss":{"type":"structure","members":{"TlsPolicy":{},"SendingPoolName":{}}},"Sv":{"type":"structure","members":{"ReputationMetricsEnabled":{"type":"boolean"},"LastFreshStart":{"type":"timestamp"}}},"Sy":{"type":"structure","members":{"SendingEnabled":{"type":"boolean"}}},"Sz":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"S13":{"type":"structure","members":{"SuppressedReasons":{"shape":"S14"}}},"S14":{"type":"list","member":{}},"S16":{"type":"structure","members":{"DashboardOptions":{"type":"structure","members":{"EngagementMetrics":{}}},"GuardianOptions":{"type":"structure","members":{"OptimizedSharedDelivery":{}}}}},"S1d":{"type":"structure","members":{"Enabled":{"type":"boolean"},"MatchingEventTypes":{"shape":"S1e"},"KinesisFirehoseDestination":{"shape":"S1g"},"CloudWatchDestination":{"shape":"S1i"},"SnsDestination":{"shape":"S1o"},"PinpointDestination":{"shape":"S1p"}}},"S1e":{"type":"list","member":{}},"S1g":{"type":"structure","required":["IamRoleArn","DeliveryStreamArn"],"members":{"IamRoleArn":{},"DeliveryStreamArn":{}}},"S1i":{"type":"structure","required":["DimensionConfigurations"],"members":{"DimensionConfigurations":{"type":"list","member":{"type":"structure","required":["DimensionName","DimensionValueSource","DefaultDimensionValue"],"members":{"DimensionName":{},"DimensionValueSource":{},"DefaultDimensionValue":{}}}}}},"S1o":{"type":"structure","required":["TopicArn"],"members":{"TopicArn":{}}},"S1p":{"type":"structure","members":{"ApplicationArn":{}}},"S1u":{"type":"list","member":{"type":"structure","required":["TopicName","SubscriptionStatus"],"members":{"TopicName":{},"SubscriptionStatus":{}}}},"S22":{"type":"list","member":{"type":"structure","required":["TopicName","DisplayName","DefaultSubscriptionStatus"],"members":{"TopicName":{},"DisplayName":{},"Description":{},"DefaultSubscriptionStatus":{}}}},"S2j":{"type":"structure","members":{"Simple":{"type":"structure","required":["Subject","Body"],"members":{"Subject":{"shape":"S2l"},"Body":{"type":"structure","members":{"Text":{"shape":"S2l"},"Html":{"shape":"S2l"}}},"Headers":{"shape":"S2p"}}},"Raw":{"type":"structure","required":["Data"],"members":{"Data":{"type":"blob"}}},"Template":{"shape":"S2v"}}},"S2l":{"type":"structure","required":["Data"],"members":{"Data":{},"Charset":{}}},"S2p":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S2v":{"type":"structure","members":{"TemplateName":{},"TemplateArn":{},"TemplateData":{},"Headers":{"shape":"S2p"}}},"S32":{"type":"structure","members":{"DomainSigningSelector":{},"DomainSigningPrivateKey":{"type":"string","sensitive":true},"NextSigningKeyLength":{}}},"S38":{"type":"structure","members":{"SigningEnabled":{"type":"boolean"},"Status":{},"Tokens":{"shape":"S3a"},"SigningAttributesOrigin":{},"NextSigningKeyLength":{},"CurrentSigningKeyLength":{},"LastKeyGenerationTimestamp":{"type":"timestamp"}}},"S3a":{"type":"list","member":{}},"S3i":{"type":"structure","members":{"Subject":{},"Text":{},"Html":{}}},"S3n":{"type":"structure","members":{"MetricsDataSource":{"type":"structure","required":["Dimensions","Namespace","Metrics","StartDate","EndDate"],"members":{"Dimensions":{"type":"map","key":{},"value":{"type":"list","member":{}}},"Namespace":{},"Metrics":{"type":"list","member":{"type":"structure","members":{"Name":{},"Aggregation":{}}}},"StartDate":{"type":"timestamp"},"EndDate":{"type":"timestamp"}}},"MessageInsightsDataSource":{"type":"structure","required":["StartDate","EndDate"],"members":{"StartDate":{"type":"timestamp"},"EndDate":{"type":"timestamp"},"Include":{"shape":"S3v"},"Exclude":{"shape":"S3v"},"MaxResults":{"type":"integer"}}}}},"S3v":{"type":"structure","members":{"FromEmailAddress":{"shape":"S3w"},"Destination":{"shape":"S3w"},"Subject":{"type":"list","member":{"shape":"S3z"}},"Isp":{"type":"list","member":{}},"LastDeliveryEvent":{"type":"list","member":{}},"LastEngagementEvent":{"type":"list","member":{}}}},"S3w":{"type":"list","member":{"shape":"S3x"}},"S3x":{"type":"string","sensitive":true},"S3z":{"type":"string","sensitive":true},"S47":{"type":"structure","required":["DataFormat"],"members":{"DataFormat":{},"S3Url":{}}},"S4c":{"type":"structure","members":{"SuppressionListDestination":{"type":"structure","required":["SuppressionListImportAction"],"members":{"SuppressionListImportAction":{}}},"ContactListDestination":{"type":"structure","required":["ContactListName","ContactListImportAction"],"members":{"ContactListName":{},"ContactListImportAction":{}}}}},"S4h":{"type":"structure","required":["S3Url","DataFormat"],"members":{"S3Url":{},"DataFormat":{}}},"S5d":{"type":"string","sensitive":true},"S5f":{"type":"string","sensitive":true},"S5g":{"type":"list","member":{"type":"string","sensitive":true},"sensitive":true},"S5l":{"type":"structure","required":["VdmEnabled"],"members":{"VdmEnabled":{},"DashboardAttributes":{"type":"structure","members":{"EngagementMetrics":{}}},"GuardianAttributes":{"type":"structure","members":{"OptimizedSharedDelivery":{}}}}},"S6c":{"type":"structure","required":["Ip","WarmupStatus","WarmupPercentage"],"members":{"Ip":{},"WarmupStatus":{},"WarmupPercentage":{"type":"integer"},"PoolName":{}}},"S6q":{"type":"list","member":{"type":"structure","members":{"Domain":{},"SubscriptionStartDate":{"type":"timestamp"},"InboxPlacementTrackingOption":{"type":"structure","members":{"Global":{"type":"boolean"},"TrackedIsps":{"type":"list","member":{}}}}}}},"S6y":{"type":"structure","members":{"ReportId":{},"ReportName":{},"Subject":{},"FromEmailAddress":{},"CreateDate":{"type":"timestamp"},"DeliverabilityTestStatus":{}}},"S70":{"type":"structure","members":{"InboxPercentage":{"type":"double"},"SpamPercentage":{"type":"double"},"MissingPercentage":{"type":"double"},"SpfPercentage":{"type":"double"},"DkimPercentage":{"type":"double"}}},"S78":{"type":"structure","members":{"CampaignId":{},"ImageUrl":{},"Subject":{},"FromAddress":{},"SendingIps":{"type":"list","member":{}},"FirstSeenDateTime":{"type":"timestamp"},"LastSeenDateTime":{"type":"timestamp"},"InboxCount":{"type":"long"},"SpamCount":{"type":"long"},"ReadRate":{"type":"double"},"DeleteRate":{"type":"double"},"ReadDeleteRate":{"type":"double"},"ProjectedVolume":{"type":"long"},"Esps":{"type":"list","member":{}}}},"S7i":{"type":"structure","members":{"InboxRawCount":{"type":"long"},"SpamRawCount":{"type":"long"},"ProjectedInbox":{"type":"long"},"ProjectedSpam":{"type":"long"}}},"S7j":{"type":"list","member":{"type":"structure","members":{"IspName":{},"InboxRawCount":{"type":"long"},"SpamRawCount":{"type":"long"},"InboxPercentage":{"type":"double"},"SpamPercentage":{"type":"double"}}}},"S7t":{"type":"map","key":{},"value":{}},"S89":{"type":"structure","members":{"FailedRecordsS3Url":{},"ErrorMessage":{}}},"S8l":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"Sc4":{"type":"list","member":{}},"Sc8":{"type":"structure","members":{"ToAddresses":{"shape":"Sc4"},"CcAddresses":{"shape":"Sc4"},"BccAddresses":{"shape":"Sc4"}}}}}
|
59050
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2019-09-27","endpointPrefix":"email","jsonVersion":"1.1","protocol":"rest-json","protocols":["rest-json"],"serviceAbbreviation":"Amazon SES V2","serviceFullName":"Amazon Simple Email Service","serviceId":"SESv2","signatureVersion":"v4","signingName":"ses","uid":"sesv2-2019-09-27"},"operations":{"BatchGetMetricData":{"http":{"requestUri":"/v2/email/metrics/batch"},"input":{"type":"structure","required":["Queries"],"members":{"Queries":{"type":"list","member":{"type":"structure","required":["Id","Namespace","Metric","StartDate","EndDate"],"members":{"Id":{},"Namespace":{},"Metric":{},"Dimensions":{"type":"map","key":{},"value":{}},"StartDate":{"type":"timestamp"},"EndDate":{"type":"timestamp"}}}}}},"output":{"type":"structure","members":{"Results":{"type":"list","member":{"type":"structure","members":{"Id":{},"Timestamps":{"type":"list","member":{"type":"timestamp"}},"Values":{"type":"list","member":{"type":"long"}}}}},"Errors":{"type":"list","member":{"type":"structure","members":{"Id":{},"Code":{},"Message":{}}}}}}},"CancelExportJob":{"http":{"method":"PUT","requestUri":"/v2/email/export-jobs/{JobId}/cancel"},"input":{"type":"structure","required":["JobId"],"members":{"JobId":{"location":"uri","locationName":"JobId"}}},"output":{"type":"structure","members":{}}},"CreateConfigurationSet":{"http":{"requestUri":"/v2/email/configuration-sets"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{},"TrackingOptions":{"shape":"Sq"},"DeliveryOptions":{"shape":"Ss"},"ReputationOptions":{"shape":"Sv"},"SendingOptions":{"shape":"Sy"},"Tags":{"shape":"Sz"},"SuppressionOptions":{"shape":"S13"},"VdmOptions":{"shape":"S16"}}},"output":{"type":"structure","members":{}}},"CreateConfigurationSetEventDestination":{"http":{"requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations"},"input":{"type":"structure","required":["ConfigurationSetName","EventDestinationName","EventDestination"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"EventDestinationName":{},"EventDestination":{"shape":"S1d"}}},"output":{"type":"structure","members":{}}},"CreateContact":{"http":{"requestUri":"/v2/email/contact-lists/{ContactListName}/contacts"},"input":{"type":"structure","required":["ContactListName","EmailAddress"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"},"EmailAddress":{},"TopicPreferences":{"shape":"S1u"},"UnsubscribeAll":{"type":"boolean"},"AttributesData":{}}},"output":{"type":"structure","members":{}}},"CreateContactList":{"http":{"requestUri":"/v2/email/contact-lists"},"input":{"type":"structure","required":["ContactListName"],"members":{"ContactListName":{},"Topics":{"shape":"S22"},"Description":{},"Tags":{"shape":"Sz"}}},"output":{"type":"structure","members":{}}},"CreateCustomVerificationEmailTemplate":{"http":{"requestUri":"/v2/email/custom-verification-email-templates"},"input":{"type":"structure","required":["TemplateName","FromEmailAddress","TemplateSubject","TemplateContent","SuccessRedirectionURL","FailureRedirectionURL"],"members":{"TemplateName":{},"FromEmailAddress":{},"TemplateSubject":{},"TemplateContent":{},"SuccessRedirectionURL":{},"FailureRedirectionURL":{}}},"output":{"type":"structure","members":{}}},"CreateDedicatedIpPool":{"http":{"requestUri":"/v2/email/dedicated-ip-pools"},"input":{"type":"structure","required":["PoolName"],"members":{"PoolName":{},"Tags":{"shape":"Sz"},"ScalingMode":{}}},"output":{"type":"structure","members":{}}},"CreateDeliverabilityTestReport":{"http":{"requestUri":"/v2/email/deliverability-dashboard/test"},"input":{"type":"structure","required":["FromEmailAddress","Content"],"members":{"ReportName":{},"FromEmailAddress":{},"Content":{"shape":"S2j"},"Tags":{"shape":"Sz"}}},"output":{"type":"structure","required":["ReportId","DeliverabilityTestStatus"],"members":{"ReportId":{},"DeliverabilityTestStatus":{}}}},"CreateEmailIdentity":{"http":{"requestUri":"/v2/email/identities"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{},"Tags":{"shape":"Sz"},"DkimSigningAttributes":{"shape":"S32"},"ConfigurationSetName":{}}},"output":{"type":"structure","members":{"IdentityType":{},"VerifiedForSendingStatus":{"type":"boolean"},"DkimAttributes":{"shape":"S38"}}}},"CreateEmailIdentityPolicy":{"http":{"requestUri":"/v2/email/identities/{EmailIdentity}/policies/{PolicyName}"},"input":{"type":"structure","required":["EmailIdentity","PolicyName","Policy"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"PolicyName":{"location":"uri","locationName":"PolicyName"},"Policy":{}}},"output":{"type":"structure","members":{}}},"CreateEmailTemplate":{"http":{"requestUri":"/v2/email/templates"},"input":{"type":"structure","required":["TemplateName","TemplateContent"],"members":{"TemplateName":{},"TemplateContent":{"shape":"S3i"}}},"output":{"type":"structure","members":{}}},"CreateExportJob":{"http":{"requestUri":"/v2/email/export-jobs"},"input":{"type":"structure","required":["ExportDataSource","ExportDestination"],"members":{"ExportDataSource":{"shape":"S3n"},"ExportDestination":{"shape":"S47"}}},"output":{"type":"structure","members":{"JobId":{}}}},"CreateImportJob":{"http":{"requestUri":"/v2/email/import-jobs"},"input":{"type":"structure","required":["ImportDestination","ImportDataSource"],"members":{"ImportDestination":{"shape":"S4c"},"ImportDataSource":{"shape":"S4h"}}},"output":{"type":"structure","members":{"JobId":{}}}},"DeleteConfigurationSet":{"http":{"method":"DELETE","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"}}},"output":{"type":"structure","members":{}}},"DeleteConfigurationSetEventDestination":{"http":{"method":"DELETE","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}"},"input":{"type":"structure","required":["ConfigurationSetName","EventDestinationName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"EventDestinationName":{"location":"uri","locationName":"EventDestinationName"}}},"output":{"type":"structure","members":{}}},"DeleteContact":{"http":{"method":"DELETE","requestUri":"/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}"},"input":{"type":"structure","required":["ContactListName","EmailAddress"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"},"EmailAddress":{"location":"uri","locationName":"EmailAddress"}}},"output":{"type":"structure","members":{}}},"DeleteContactList":{"http":{"method":"DELETE","requestUri":"/v2/email/contact-lists/{ContactListName}"},"input":{"type":"structure","required":["ContactListName"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"}}},"output":{"type":"structure","members":{}}},"DeleteCustomVerificationEmailTemplate":{"http":{"method":"DELETE","requestUri":"/v2/email/custom-verification-email-templates/{TemplateName}"},"input":{"type":"structure","required":["TemplateName"],"members":{"TemplateName":{"location":"uri","locationName":"TemplateName"}}},"output":{"type":"structure","members":{}}},"DeleteDedicatedIpPool":{"http":{"method":"DELETE","requestUri":"/v2/email/dedicated-ip-pools/{PoolName}"},"input":{"type":"structure","required":["PoolName"],"members":{"PoolName":{"location":"uri","locationName":"PoolName"}}},"output":{"type":"structure","members":{}}},"DeleteEmailIdentity":{"http":{"method":"DELETE","requestUri":"/v2/email/identities/{EmailIdentity}"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"}}},"output":{"type":"structure","members":{}}},"DeleteEmailIdentityPolicy":{"http":{"method":"DELETE","requestUri":"/v2/email/identities/{EmailIdentity}/policies/{PolicyName}"},"input":{"type":"structure","required":["EmailIdentity","PolicyName"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"PolicyName":{"location":"uri","locationName":"PolicyName"}}},"output":{"type":"structure","members":{}}},"DeleteEmailTemplate":{"http":{"method":"DELETE","requestUri":"/v2/email/templates/{TemplateName}"},"input":{"type":"structure","required":["TemplateName"],"members":{"TemplateName":{"location":"uri","locationName":"TemplateName"}}},"output":{"type":"structure","members":{}}},"DeleteSuppressedDestination":{"http":{"method":"DELETE","requestUri":"/v2/email/suppression/addresses/{EmailAddress}"},"input":{"type":"structure","required":["EmailAddress"],"members":{"EmailAddress":{"location":"uri","locationName":"EmailAddress"}}},"output":{"type":"structure","members":{}}},"GetAccount":{"http":{"method":"GET","requestUri":"/v2/email/account"},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{"DedicatedIpAutoWarmupEnabled":{"type":"boolean"},"EnforcementStatus":{},"ProductionAccessEnabled":{"type":"boolean"},"SendQuota":{"type":"structure","members":{"Max24HourSend":{"type":"double"},"MaxSendRate":{"type":"double"},"SentLast24Hours":{"type":"double"}}},"SendingEnabled":{"type":"boolean"},"SuppressionAttributes":{"type":"structure","members":{"SuppressedReasons":{"shape":"S14"}}},"Details":{"type":"structure","members":{"MailType":{},"WebsiteURL":{"shape":"S5d"},"ContactLanguage":{},"UseCaseDescription":{"shape":"S5f"},"AdditionalContactEmailAddresses":{"shape":"S5g"},"ReviewDetails":{"type":"structure","members":{"Status":{},"CaseId":{}}}}},"VdmAttributes":{"shape":"S5l"}}}},"GetBlacklistReports":{"http":{"method":"GET","requestUri":"/v2/email/deliverability-dashboard/blacklist-report"},"input":{"type":"structure","required":["BlacklistItemNames"],"members":{"BlacklistItemNames":{"location":"querystring","locationName":"BlacklistItemNames","type":"list","member":{}}}},"output":{"type":"structure","required":["BlacklistReport"],"members":{"BlacklistReport":{"type":"map","key":{},"value":{"type":"list","member":{"type":"structure","members":{"RblName":{},"ListingTime":{"type":"timestamp"},"Description":{}}}}}}}},"GetConfigurationSet":{"http":{"method":"GET","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"}}},"output":{"type":"structure","members":{"ConfigurationSetName":{},"TrackingOptions":{"shape":"Sq"},"DeliveryOptions":{"shape":"Ss"},"ReputationOptions":{"shape":"Sv"},"SendingOptions":{"shape":"Sy"},"Tags":{"shape":"Sz"},"SuppressionOptions":{"shape":"S13"},"VdmOptions":{"shape":"S16"}}}},"GetConfigurationSetEventDestinations":{"http":{"method":"GET","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"}}},"output":{"type":"structure","members":{"EventDestinations":{"type":"list","member":{"type":"structure","required":["Name","MatchingEventTypes"],"members":{"Name":{},"Enabled":{"type":"boolean"},"MatchingEventTypes":{"shape":"S1e"},"KinesisFirehoseDestination":{"shape":"S1g"},"CloudWatchDestination":{"shape":"S1i"},"SnsDestination":{"shape":"S1o"},"PinpointDestination":{"shape":"S1p"}}}}}}},"GetContact":{"http":{"method":"GET","requestUri":"/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}"},"input":{"type":"structure","required":["ContactListName","EmailAddress"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"},"EmailAddress":{"location":"uri","locationName":"EmailAddress"}}},"output":{"type":"structure","members":{"ContactListName":{},"EmailAddress":{},"TopicPreferences":{"shape":"S1u"},"TopicDefaultPreferences":{"shape":"S1u"},"UnsubscribeAll":{"type":"boolean"},"AttributesData":{},"CreatedTimestamp":{"type":"timestamp"},"LastUpdatedTimestamp":{"type":"timestamp"}}}},"GetContactList":{"http":{"method":"GET","requestUri":"/v2/email/contact-lists/{ContactListName}"},"input":{"type":"structure","required":["ContactListName"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"}}},"output":{"type":"structure","members":{"ContactListName":{},"Topics":{"shape":"S22"},"Description":{},"CreatedTimestamp":{"type":"timestamp"},"LastUpdatedTimestamp":{"type":"timestamp"},"Tags":{"shape":"Sz"}}}},"GetCustomVerificationEmailTemplate":{"http":{"method":"GET","requestUri":"/v2/email/custom-verification-email-templates/{TemplateName}"},"input":{"type":"structure","required":["TemplateName"],"members":{"TemplateName":{"location":"uri","locationName":"TemplateName"}}},"output":{"type":"structure","members":{"TemplateName":{},"FromEmailAddress":{},"TemplateSubject":{},"TemplateContent":{},"SuccessRedirectionURL":{},"FailureRedirectionURL":{}}}},"GetDedicatedIp":{"http":{"method":"GET","requestUri":"/v2/email/dedicated-ips/{IP}"},"input":{"type":"structure","required":["Ip"],"members":{"Ip":{"location":"uri","locationName":"IP"}}},"output":{"type":"structure","members":{"DedicatedIp":{"shape":"S6c"}}}},"GetDedicatedIpPool":{"http":{"method":"GET","requestUri":"/v2/email/dedicated-ip-pools/{PoolName}"},"input":{"type":"structure","required":["PoolName"],"members":{"PoolName":{"location":"uri","locationName":"PoolName"}}},"output":{"type":"structure","members":{"DedicatedIpPool":{"type":"structure","required":["PoolName","ScalingMode"],"members":{"PoolName":{},"ScalingMode":{}}}}}},"GetDedicatedIps":{"http":{"method":"GET","requestUri":"/v2/email/dedicated-ips"},"input":{"type":"structure","members":{"PoolName":{"location":"querystring","locationName":"PoolName"},"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","members":{"DedicatedIps":{"type":"list","member":{"shape":"S6c"}},"NextToken":{}}}},"GetDeliverabilityDashboardOptions":{"http":{"method":"GET","requestUri":"/v2/email/deliverability-dashboard"},"input":{"type":"structure","members":{}},"output":{"type":"structure","required":["DashboardEnabled"],"members":{"DashboardEnabled":{"type":"boolean"},"SubscriptionExpiryDate":{"type":"timestamp"},"AccountStatus":{},"ActiveSubscribedDomains":{"shape":"S6q"},"PendingExpirationSubscribedDomains":{"shape":"S6q"}}}},"GetDeliverabilityTestReport":{"http":{"method":"GET","requestUri":"/v2/email/deliverability-dashboard/test-reports/{ReportId}"},"input":{"type":"structure","required":["ReportId"],"members":{"ReportId":{"location":"uri","locationName":"ReportId"}}},"output":{"type":"structure","required":["DeliverabilityTestReport","OverallPlacement","IspPlacements"],"members":{"DeliverabilityTestReport":{"shape":"S6y"},"OverallPlacement":{"shape":"S70"},"IspPlacements":{"type":"list","member":{"type":"structure","members":{"IspName":{},"PlacementStatistics":{"shape":"S70"}}}},"Message":{},"Tags":{"shape":"Sz"}}}},"GetDomainDeliverabilityCampaign":{"http":{"method":"GET","requestUri":"/v2/email/deliverability-dashboard/campaigns/{CampaignId}"},"input":{"type":"structure","required":["CampaignId"],"members":{"CampaignId":{"location":"uri","locationName":"CampaignId"}}},"output":{"type":"structure","required":["DomainDeliverabilityCampaign"],"members":{"DomainDeliverabilityCampaign":{"shape":"S78"}}}},"GetDomainStatisticsReport":{"http":{"method":"GET","requestUri":"/v2/email/deliverability-dashboard/statistics-report/{Domain}"},"input":{"type":"structure","required":["Domain","StartDate","EndDate"],"members":{"Domain":{"location":"uri","locationName":"Domain"},"StartDate":{"location":"querystring","locationName":"StartDate","type":"timestamp"},"EndDate":{"location":"querystring","locationName":"EndDate","type":"timestamp"}}},"output":{"type":"structure","required":["OverallVolume","DailyVolumes"],"members":{"OverallVolume":{"type":"structure","members":{"VolumeStatistics":{"shape":"S7i"},"ReadRatePercent":{"type":"double"},"DomainIspPlacements":{"shape":"S7j"}}},"DailyVolumes":{"type":"list","member":{"type":"structure","members":{"StartDate":{"type":"timestamp"},"VolumeStatistics":{"shape":"S7i"},"DomainIspPlacements":{"shape":"S7j"}}}}}}},"GetEmailIdentity":{"http":{"method":"GET","requestUri":"/v2/email/identities/{EmailIdentity}"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"}}},"output":{"type":"structure","members":{"IdentityType":{},"FeedbackForwardingStatus":{"type":"boolean"},"VerifiedForSendingStatus":{"type":"boolean"},"DkimAttributes":{"shape":"S38"},"MailFromAttributes":{"type":"structure","required":["MailFromDomain","MailFromDomainStatus","BehaviorOnMxFailure"],"members":{"MailFromDomain":{},"MailFromDomainStatus":{},"BehaviorOnMxFailure":{}}},"Policies":{"shape":"S7t"},"Tags":{"shape":"Sz"},"ConfigurationSetName":{},"VerificationStatus":{},"VerificationInfo":{"type":"structure","members":{"LastCheckedTimestamp":{"type":"timestamp"},"LastSuccessTimestamp":{"type":"timestamp"},"ErrorType":{},"SOARecord":{"type":"structure","members":{"PrimaryNameServer":{},"AdminEmail":{},"SerialNumber":{"type":"long"}}}}}}}},"GetEmailIdentityPolicies":{"http":{"method":"GET","requestUri":"/v2/email/identities/{EmailIdentity}/policies"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"}}},"output":{"type":"structure","members":{"Policies":{"shape":"S7t"}}}},"GetEmailTemplate":{"http":{"method":"GET","requestUri":"/v2/email/templates/{TemplateName}"},"input":{"type":"structure","required":["TemplateName"],"members":{"TemplateName":{"location":"uri","locationName":"TemplateName"}}},"output":{"type":"structure","required":["TemplateName","TemplateContent"],"members":{"TemplateName":{},"TemplateContent":{"shape":"S3i"}}}},"GetExportJob":{"http":{"method":"GET","requestUri":"/v2/email/export-jobs/{JobId}"},"input":{"type":"structure","required":["JobId"],"members":{"JobId":{"location":"uri","locationName":"JobId"}}},"output":{"type":"structure","members":{"JobId":{},"ExportSourceType":{},"JobStatus":{},"ExportDestination":{"shape":"S47"},"ExportDataSource":{"shape":"S3n"},"CreatedTimestamp":{"type":"timestamp"},"CompletedTimestamp":{"type":"timestamp"},"FailureInfo":{"shape":"S89"},"Statistics":{"type":"structure","members":{"ProcessedRecordsCount":{"type":"integer"},"ExportedRecordsCount":{"type":"integer"}}}}}},"GetImportJob":{"http":{"method":"GET","requestUri":"/v2/email/import-jobs/{JobId}"},"input":{"type":"structure","required":["JobId"],"members":{"JobId":{"location":"uri","locationName":"JobId"}}},"output":{"type":"structure","members":{"JobId":{},"ImportDestination":{"shape":"S4c"},"ImportDataSource":{"shape":"S4h"},"FailureInfo":{"shape":"S89"},"JobStatus":{},"CreatedTimestamp":{"type":"timestamp"},"CompletedTimestamp":{"type":"timestamp"},"ProcessedRecordsCount":{"type":"integer"},"FailedRecordsCount":{"type":"integer"}}}},"GetMessageInsights":{"http":{"method":"GET","requestUri":"/v2/email/insights/{MessageId}/"},"input":{"type":"structure","required":["MessageId"],"members":{"MessageId":{"location":"uri","locationName":"MessageId"}}},"output":{"type":"structure","members":{"MessageId":{},"FromEmailAddress":{"shape":"S3x"},"Subject":{"shape":"S3z"},"EmailTags":{"shape":"S8l"},"Insights":{"type":"list","member":{"type":"structure","members":{"Destination":{"shape":"S3x"},"Isp":{},"Events":{"type":"list","member":{"type":"structure","members":{"Timestamp":{"type":"timestamp"},"Type":{},"Details":{"type":"structure","members":{"Bounce":{"type":"structure","members":{"BounceType":{},"BounceSubType":{},"DiagnosticCode":{}}},"Complaint":{"type":"structure","members":{"ComplaintSubType":{},"ComplaintFeedbackType":{}}}}}}}}}}}}}},"GetSuppressedDestination":{"http":{"method":"GET","requestUri":"/v2/email/suppression/addresses/{EmailAddress}"},"input":{"type":"structure","required":["EmailAddress"],"members":{"EmailAddress":{"location":"uri","locationName":"EmailAddress"}}},"output":{"type":"structure","required":["SuppressedDestination"],"members":{"SuppressedDestination":{"type":"structure","required":["EmailAddress","Reason","LastUpdateTime"],"members":{"EmailAddress":{},"Reason":{},"LastUpdateTime":{"type":"timestamp"},"Attributes":{"type":"structure","members":{"MessageId":{},"FeedbackId":{}}}}}}}},"ListConfigurationSets":{"http":{"method":"GET","requestUri":"/v2/email/configuration-sets"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","members":{"ConfigurationSets":{"type":"list","member":{}},"NextToken":{}}}},"ListContactLists":{"http":{"method":"GET","requestUri":"/v2/email/contact-lists"},"input":{"type":"structure","members":{"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"},"NextToken":{"location":"querystring","locationName":"NextToken"}}},"output":{"type":"structure","members":{"ContactLists":{"type":"list","member":{"type":"structure","members":{"ContactListName":{},"LastUpdatedTimestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"ListContacts":{"http":{"requestUri":"/v2/email/contact-lists/{ContactListName}/contacts/list"},"input":{"type":"structure","required":["ContactListName"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"},"Filter":{"type":"structure","members":{"FilteredStatus":{},"TopicFilter":{"type":"structure","members":{"TopicName":{},"UseDefaultIfPreferenceUnavailable":{"type":"boolean"}}}}},"PageSize":{"type":"integer"},"NextToken":{}}},"output":{"type":"structure","members":{"Contacts":{"type":"list","member":{"type":"structure","members":{"EmailAddress":{},"TopicPreferences":{"shape":"S1u"},"TopicDefaultPreferences":{"shape":"S1u"},"UnsubscribeAll":{"type":"boolean"},"LastUpdatedTimestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"ListCustomVerificationEmailTemplates":{"http":{"method":"GET","requestUri":"/v2/email/custom-verification-email-templates"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","members":{"CustomVerificationEmailTemplates":{"type":"list","member":{"type":"structure","members":{"TemplateName":{},"FromEmailAddress":{},"TemplateSubject":{},"SuccessRedirectionURL":{},"FailureRedirectionURL":{}}}},"NextToken":{}}}},"ListDedicatedIpPools":{"http":{"method":"GET","requestUri":"/v2/email/dedicated-ip-pools"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","members":{"DedicatedIpPools":{"type":"list","member":{}},"NextToken":{}}}},"ListDeliverabilityTestReports":{"http":{"method":"GET","requestUri":"/v2/email/deliverability-dashboard/test-reports"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","required":["DeliverabilityTestReports"],"members":{"DeliverabilityTestReports":{"type":"list","member":{"shape":"S6y"}},"NextToken":{}}}},"ListDomainDeliverabilityCampaigns":{"http":{"method":"GET","requestUri":"/v2/email/deliverability-dashboard/domains/{SubscribedDomain}/campaigns"},"input":{"type":"structure","required":["StartDate","EndDate","SubscribedDomain"],"members":{"StartDate":{"location":"querystring","locationName":"StartDate","type":"timestamp"},"EndDate":{"location":"querystring","locationName":"EndDate","type":"timestamp"},"SubscribedDomain":{"location":"uri","locationName":"SubscribedDomain"},"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","required":["DomainDeliverabilityCampaigns"],"members":{"DomainDeliverabilityCampaigns":{"type":"list","member":{"shape":"S78"}},"NextToken":{}}}},"ListEmailIdentities":{"http":{"method":"GET","requestUri":"/v2/email/identities"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","members":{"EmailIdentities":{"type":"list","member":{"type":"structure","members":{"IdentityType":{},"IdentityName":{},"SendingEnabled":{"type":"boolean"},"VerificationStatus":{}}}},"NextToken":{}}}},"ListEmailTemplates":{"http":{"method":"GET","requestUri":"/v2/email/templates"},"input":{"type":"structure","members":{"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","members":{"TemplatesMetadata":{"type":"list","member":{"type":"structure","members":{"TemplateName":{},"CreatedTimestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"ListExportJobs":{"http":{"requestUri":"/v2/email/list-export-jobs"},"input":{"type":"structure","members":{"NextToken":{},"PageSize":{"type":"integer"},"ExportSourceType":{},"JobStatus":{}}},"output":{"type":"structure","members":{"ExportJobs":{"type":"list","member":{"type":"structure","members":{"JobId":{},"ExportSourceType":{},"JobStatus":{},"CreatedTimestamp":{"type":"timestamp"},"CompletedTimestamp":{"type":"timestamp"}}}},"NextToken":{}}}},"ListImportJobs":{"http":{"requestUri":"/v2/email/import-jobs/list"},"input":{"type":"structure","members":{"ImportDestinationType":{},"NextToken":{},"PageSize":{"type":"integer"}}},"output":{"type":"structure","members":{"ImportJobs":{"type":"list","member":{"type":"structure","members":{"JobId":{},"ImportDestination":{"shape":"S4c"},"JobStatus":{},"CreatedTimestamp":{"type":"timestamp"},"ProcessedRecordsCount":{"type":"integer"},"FailedRecordsCount":{"type":"integer"}}}},"NextToken":{}}}},"ListRecommendations":{"http":{"requestUri":"/v2/email/vdm/recommendations"},"input":{"type":"structure","members":{"Filter":{"type":"map","key":{},"value":{}},"NextToken":{},"PageSize":{"type":"integer"}}},"output":{"type":"structure","members":{"Recommendations":{"type":"list","member":{"type":"structure","members":{"ResourceArn":{},"Type":{},"Description":{},"Status":{},"CreatedTimestamp":{"type":"timestamp"},"LastUpdatedTimestamp":{"type":"timestamp"},"Impact":{}}}},"NextToken":{}}}},"ListSuppressedDestinations":{"http":{"method":"GET","requestUri":"/v2/email/suppression/addresses"},"input":{"type":"structure","members":{"Reasons":{"shape":"S14","location":"querystring","locationName":"Reason"},"StartDate":{"location":"querystring","locationName":"StartDate","type":"timestamp"},"EndDate":{"location":"querystring","locationName":"EndDate","type":"timestamp"},"NextToken":{"location":"querystring","locationName":"NextToken"},"PageSize":{"location":"querystring","locationName":"PageSize","type":"integer"}}},"output":{"type":"structure","members":{"SuppressedDestinationSummaries":{"type":"list","member":{"type":"structure","required":["EmailAddress","Reason","LastUpdateTime"],"members":{"EmailAddress":{},"Reason":{},"LastUpdateTime":{"type":"timestamp"}}}},"NextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/v2/email/tags"},"input":{"type":"structure","required":["ResourceArn"],"members":{"ResourceArn":{"location":"querystring","locationName":"ResourceArn"}}},"output":{"type":"structure","required":["Tags"],"members":{"Tags":{"shape":"Sz"}}}},"PutAccountDedicatedIpWarmupAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/account/dedicated-ips/warmup"},"input":{"type":"structure","members":{"AutoWarmupEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"PutAccountDetails":{"http":{"requestUri":"/v2/email/account/details"},"input":{"type":"structure","required":["MailType","WebsiteURL","UseCaseDescription"],"members":{"MailType":{},"WebsiteURL":{"shape":"S5d"},"ContactLanguage":{},"UseCaseDescription":{"shape":"S5f"},"AdditionalContactEmailAddresses":{"shape":"S5g"},"ProductionAccessEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"PutAccountSendingAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/account/sending"},"input":{"type":"structure","members":{"SendingEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"PutAccountSuppressionAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/account/suppression"},"input":{"type":"structure","members":{"SuppressedReasons":{"shape":"S14"}}},"output":{"type":"structure","members":{}}},"PutAccountVdmAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/account/vdm"},"input":{"type":"structure","required":["VdmAttributes"],"members":{"VdmAttributes":{"shape":"S5l"}}},"output":{"type":"structure","members":{}}},"PutConfigurationSetDeliveryOptions":{"http":{"method":"PUT","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/delivery-options"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"TlsPolicy":{},"SendingPoolName":{}}},"output":{"type":"structure","members":{}}},"PutConfigurationSetReputationOptions":{"http":{"method":"PUT","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/reputation-options"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"ReputationMetricsEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"PutConfigurationSetSendingOptions":{"http":{"method":"PUT","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/sending"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"SendingEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"PutConfigurationSetSuppressionOptions":{"http":{"method":"PUT","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/suppression-options"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"SuppressedReasons":{"shape":"S14"}}},"output":{"type":"structure","members":{}}},"PutConfigurationSetTrackingOptions":{"http":{"method":"PUT","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/tracking-options"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"CustomRedirectDomain":{}}},"output":{"type":"structure","members":{}}},"PutConfigurationSetVdmOptions":{"http":{"method":"PUT","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/vdm-options"},"input":{"type":"structure","required":["ConfigurationSetName"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"VdmOptions":{"shape":"S16"}}},"output":{"type":"structure","members":{}}},"PutDedicatedIpInPool":{"http":{"method":"PUT","requestUri":"/v2/email/dedicated-ips/{IP}/pool"},"input":{"type":"structure","required":["Ip","DestinationPoolName"],"members":{"Ip":{"location":"uri","locationName":"IP"},"DestinationPoolName":{}}},"output":{"type":"structure","members":{}}},"PutDedicatedIpPoolScalingAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/dedicated-ip-pools/{PoolName}/scaling"},"input":{"type":"structure","required":["PoolName","ScalingMode"],"members":{"PoolName":{"location":"uri","locationName":"PoolName"},"ScalingMode":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"PutDedicatedIpWarmupAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/dedicated-ips/{IP}/warmup"},"input":{"type":"structure","required":["Ip","WarmupPercentage"],"members":{"Ip":{"location":"uri","locationName":"IP"},"WarmupPercentage":{"type":"integer"}}},"output":{"type":"structure","members":{}}},"PutDeliverabilityDashboardOption":{"http":{"method":"PUT","requestUri":"/v2/email/deliverability-dashboard"},"input":{"type":"structure","required":["DashboardEnabled"],"members":{"DashboardEnabled":{"type":"boolean"},"SubscribedDomains":{"shape":"S6q"}}},"output":{"type":"structure","members":{}}},"PutEmailIdentityConfigurationSetAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/identities/{EmailIdentity}/configuration-set"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"ConfigurationSetName":{}}},"output":{"type":"structure","members":{}}},"PutEmailIdentityDkimAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/identities/{EmailIdentity}/dkim"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"SigningEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"PutEmailIdentityDkimSigningAttributes":{"http":{"method":"PUT","requestUri":"/v1/email/identities/{EmailIdentity}/dkim/signing"},"input":{"type":"structure","required":["EmailIdentity","SigningAttributesOrigin"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"SigningAttributesOrigin":{},"SigningAttributes":{"shape":"S32"}}},"output":{"type":"structure","members":{"DkimStatus":{},"DkimTokens":{"shape":"S3a"}}}},"PutEmailIdentityFeedbackAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/identities/{EmailIdentity}/feedback"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"EmailForwardingEnabled":{"type":"boolean"}}},"output":{"type":"structure","members":{}}},"PutEmailIdentityMailFromAttributes":{"http":{"method":"PUT","requestUri":"/v2/email/identities/{EmailIdentity}/mail-from"},"input":{"type":"structure","required":["EmailIdentity"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"MailFromDomain":{},"BehaviorOnMxFailure":{}}},"output":{"type":"structure","members":{}}},"PutSuppressedDestination":{"http":{"method":"PUT","requestUri":"/v2/email/suppression/addresses"},"input":{"type":"structure","required":["EmailAddress","Reason"],"members":{"EmailAddress":{},"Reason":{}}},"output":{"type":"structure","members":{}}},"SendBulkEmail":{"http":{"requestUri":"/v2/email/outbound-bulk-emails"},"input":{"type":"structure","required":["DefaultContent","BulkEmailEntries"],"members":{"FromEmailAddress":{},"FromEmailAddressIdentityArn":{},"ReplyToAddresses":{"shape":"Sc4"},"FeedbackForwardingEmailAddress":{},"FeedbackForwardingEmailAddressIdentityArn":{},"DefaultEmailTags":{"shape":"S8l"},"DefaultContent":{"type":"structure","members":{"Template":{"shape":"S2v"}}},"BulkEmailEntries":{"type":"list","member":{"type":"structure","required":["Destination"],"members":{"Destination":{"shape":"Sc8"},"ReplacementTags":{"shape":"S8l"},"ReplacementEmailContent":{"type":"structure","members":{"ReplacementTemplate":{"type":"structure","members":{"ReplacementTemplateData":{}}}}}}}},"ConfigurationSetName":{}}},"output":{"type":"structure","required":["BulkEmailEntryResults"],"members":{"BulkEmailEntryResults":{"type":"list","member":{"type":"structure","members":{"Status":{},"Error":{},"MessageId":{}}}}}}},"SendCustomVerificationEmail":{"http":{"requestUri":"/v2/email/outbound-custom-verification-emails"},"input":{"type":"structure","required":["EmailAddress","TemplateName"],"members":{"EmailAddress":{},"TemplateName":{},"ConfigurationSetName":{}}},"output":{"type":"structure","members":{"MessageId":{}}}},"SendEmail":{"http":{"requestUri":"/v2/email/outbound-emails"},"input":{"type":"structure","required":["Content"],"members":{"FromEmailAddress":{},"FromEmailAddressIdentityArn":{},"Destination":{"shape":"Sc8"},"ReplyToAddresses":{"shape":"Sc4"},"FeedbackForwardingEmailAddress":{},"FeedbackForwardingEmailAddressIdentityArn":{},"Content":{"shape":"S2j"},"EmailTags":{"shape":"S8l"},"ConfigurationSetName":{},"ListManagementOptions":{"type":"structure","required":["ContactListName"],"members":{"ContactListName":{},"TopicName":{}}}}},"output":{"type":"structure","members":{"MessageId":{}}}},"TagResource":{"http":{"requestUri":"/v2/email/tags"},"input":{"type":"structure","required":["ResourceArn","Tags"],"members":{"ResourceArn":{},"Tags":{"shape":"Sz"}}},"output":{"type":"structure","members":{}}},"TestRenderEmailTemplate":{"http":{"requestUri":"/v2/email/templates/{TemplateName}/render"},"input":{"type":"structure","required":["TemplateName","TemplateData"],"members":{"TemplateName":{"location":"uri","locationName":"TemplateName"},"TemplateData":{}}},"output":{"type":"structure","required":["RenderedTemplate"],"members":{"RenderedTemplate":{}}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/v2/email/tags"},"input":{"type":"structure","required":["ResourceArn","TagKeys"],"members":{"ResourceArn":{"location":"querystring","locationName":"ResourceArn"},"TagKeys":{"location":"querystring","locationName":"TagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}}},"UpdateConfigurationSetEventDestination":{"http":{"method":"PUT","requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}"},"input":{"type":"structure","required":["ConfigurationSetName","EventDestinationName","EventDestination"],"members":{"ConfigurationSetName":{"location":"uri","locationName":"ConfigurationSetName"},"EventDestinationName":{"location":"uri","locationName":"EventDestinationName"},"EventDestination":{"shape":"S1d"}}},"output":{"type":"structure","members":{}}},"UpdateContact":{"http":{"method":"PUT","requestUri":"/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}"},"input":{"type":"structure","required":["ContactListName","EmailAddress"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"},"EmailAddress":{"location":"uri","locationName":"EmailAddress"},"TopicPreferences":{"shape":"S1u"},"UnsubscribeAll":{"type":"boolean"},"AttributesData":{}}},"output":{"type":"structure","members":{}}},"UpdateContactList":{"http":{"method":"PUT","requestUri":"/v2/email/contact-lists/{ContactListName}"},"input":{"type":"structure","required":["ContactListName"],"members":{"ContactListName":{"location":"uri","locationName":"ContactListName"},"Topics":{"shape":"S22"},"Description":{}}},"output":{"type":"structure","members":{}}},"UpdateCustomVerificationEmailTemplate":{"http":{"method":"PUT","requestUri":"/v2/email/custom-verification-email-templates/{TemplateName}"},"input":{"type":"structure","required":["TemplateName","FromEmailAddress","TemplateSubject","TemplateContent","SuccessRedirectionURL","FailureRedirectionURL"],"members":{"TemplateName":{"location":"uri","locationName":"TemplateName"},"FromEmailAddress":{},"TemplateSubject":{},"TemplateContent":{},"SuccessRedirectionURL":{},"FailureRedirectionURL":{}}},"output":{"type":"structure","members":{}}},"UpdateEmailIdentityPolicy":{"http":{"method":"PUT","requestUri":"/v2/email/identities/{EmailIdentity}/policies/{PolicyName}"},"input":{"type":"structure","required":["EmailIdentity","PolicyName","Policy"],"members":{"EmailIdentity":{"location":"uri","locationName":"EmailIdentity"},"PolicyName":{"location":"uri","locationName":"PolicyName"},"Policy":{}}},"output":{"type":"structure","members":{}}},"UpdateEmailTemplate":{"http":{"method":"PUT","requestUri":"/v2/email/templates/{TemplateName}"},"input":{"type":"structure","required":["TemplateName","TemplateContent"],"members":{"TemplateName":{"location":"uri","locationName":"TemplateName"},"TemplateContent":{"shape":"S3i"}}},"output":{"type":"structure","members":{}}}},"shapes":{"Sq":{"type":"structure","required":["CustomRedirectDomain"],"members":{"CustomRedirectDomain":{}}},"Ss":{"type":"structure","members":{"TlsPolicy":{},"SendingPoolName":{}}},"Sv":{"type":"structure","members":{"ReputationMetricsEnabled":{"type":"boolean"},"LastFreshStart":{"type":"timestamp"}}},"Sy":{"type":"structure","members":{"SendingEnabled":{"type":"boolean"}}},"Sz":{"type":"list","member":{"type":"structure","required":["Key","Value"],"members":{"Key":{},"Value":{}}}},"S13":{"type":"structure","members":{"SuppressedReasons":{"shape":"S14"}}},"S14":{"type":"list","member":{}},"S16":{"type":"structure","members":{"DashboardOptions":{"type":"structure","members":{"EngagementMetrics":{}}},"GuardianOptions":{"type":"structure","members":{"OptimizedSharedDelivery":{}}}}},"S1d":{"type":"structure","members":{"Enabled":{"type":"boolean"},"MatchingEventTypes":{"shape":"S1e"},"KinesisFirehoseDestination":{"shape":"S1g"},"CloudWatchDestination":{"shape":"S1i"},"SnsDestination":{"shape":"S1o"},"PinpointDestination":{"shape":"S1p"}}},"S1e":{"type":"list","member":{}},"S1g":{"type":"structure","required":["IamRoleArn","DeliveryStreamArn"],"members":{"IamRoleArn":{},"DeliveryStreamArn":{}}},"S1i":{"type":"structure","required":["DimensionConfigurations"],"members":{"DimensionConfigurations":{"type":"list","member":{"type":"structure","required":["DimensionName","DimensionValueSource","DefaultDimensionValue"],"members":{"DimensionName":{},"DimensionValueSource":{},"DefaultDimensionValue":{}}}}}},"S1o":{"type":"structure","required":["TopicArn"],"members":{"TopicArn":{}}},"S1p":{"type":"structure","members":{"ApplicationArn":{}}},"S1u":{"type":"list","member":{"type":"structure","required":["TopicName","SubscriptionStatus"],"members":{"TopicName":{},"SubscriptionStatus":{}}}},"S22":{"type":"list","member":{"type":"structure","required":["TopicName","DisplayName","DefaultSubscriptionStatus"],"members":{"TopicName":{},"DisplayName":{},"Description":{},"DefaultSubscriptionStatus":{}}}},"S2j":{"type":"structure","members":{"Simple":{"type":"structure","required":["Subject","Body"],"members":{"Subject":{"shape":"S2l"},"Body":{"type":"structure","members":{"Text":{"shape":"S2l"},"Html":{"shape":"S2l"}}},"Headers":{"shape":"S2p"}}},"Raw":{"type":"structure","required":["Data"],"members":{"Data":{"type":"blob"}}},"Template":{"shape":"S2v"}}},"S2l":{"type":"structure","required":["Data"],"members":{"Data":{},"Charset":{}}},"S2p":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"S2v":{"type":"structure","members":{"TemplateName":{},"TemplateArn":{},"TemplateData":{},"Headers":{"shape":"S2p"}}},"S32":{"type":"structure","members":{"DomainSigningSelector":{},"DomainSigningPrivateKey":{"type":"string","sensitive":true},"NextSigningKeyLength":{}}},"S38":{"type":"structure","members":{"SigningEnabled":{"type":"boolean"},"Status":{},"Tokens":{"shape":"S3a"},"SigningAttributesOrigin":{},"NextSigningKeyLength":{},"CurrentSigningKeyLength":{},"LastKeyGenerationTimestamp":{"type":"timestamp"}}},"S3a":{"type":"list","member":{}},"S3i":{"type":"structure","members":{"Subject":{},"Text":{},"Html":{}}},"S3n":{"type":"structure","members":{"MetricsDataSource":{"type":"structure","required":["Dimensions","Namespace","Metrics","StartDate","EndDate"],"members":{"Dimensions":{"type":"map","key":{},"value":{"type":"list","member":{}}},"Namespace":{},"Metrics":{"type":"list","member":{"type":"structure","members":{"Name":{},"Aggregation":{}}}},"StartDate":{"type":"timestamp"},"EndDate":{"type":"timestamp"}}},"MessageInsightsDataSource":{"type":"structure","required":["StartDate","EndDate"],"members":{"StartDate":{"type":"timestamp"},"EndDate":{"type":"timestamp"},"Include":{"shape":"S3v"},"Exclude":{"shape":"S3v"},"MaxResults":{"type":"integer"}}}}},"S3v":{"type":"structure","members":{"FromEmailAddress":{"shape":"S3w"},"Destination":{"shape":"S3w"},"Subject":{"type":"list","member":{"shape":"S3z"}},"Isp":{"type":"list","member":{}},"LastDeliveryEvent":{"type":"list","member":{}},"LastEngagementEvent":{"type":"list","member":{}}}},"S3w":{"type":"list","member":{"shape":"S3x"}},"S3x":{"type":"string","sensitive":true},"S3z":{"type":"string","sensitive":true},"S47":{"type":"structure","required":["DataFormat"],"members":{"DataFormat":{},"S3Url":{}}},"S4c":{"type":"structure","members":{"SuppressionListDestination":{"type":"structure","required":["SuppressionListImportAction"],"members":{"SuppressionListImportAction":{}}},"ContactListDestination":{"type":"structure","required":["ContactListName","ContactListImportAction"],"members":{"ContactListName":{},"ContactListImportAction":{}}}}},"S4h":{"type":"structure","required":["S3Url","DataFormat"],"members":{"S3Url":{},"DataFormat":{}}},"S5d":{"type":"string","sensitive":true},"S5f":{"type":"string","sensitive":true},"S5g":{"type":"list","member":{"type":"string","sensitive":true},"sensitive":true},"S5l":{"type":"structure","required":["VdmEnabled"],"members":{"VdmEnabled":{},"DashboardAttributes":{"type":"structure","members":{"EngagementMetrics":{}}},"GuardianAttributes":{"type":"structure","members":{"OptimizedSharedDelivery":{}}}}},"S6c":{"type":"structure","required":["Ip","WarmupStatus","WarmupPercentage"],"members":{"Ip":{},"WarmupStatus":{},"WarmupPercentage":{"type":"integer"},"PoolName":{}}},"S6q":{"type":"list","member":{"type":"structure","members":{"Domain":{},"SubscriptionStartDate":{"type":"timestamp"},"InboxPlacementTrackingOption":{"type":"structure","members":{"Global":{"type":"boolean"},"TrackedIsps":{"type":"list","member":{}}}}}}},"S6y":{"type":"structure","members":{"ReportId":{},"ReportName":{},"Subject":{},"FromEmailAddress":{},"CreateDate":{"type":"timestamp"},"DeliverabilityTestStatus":{}}},"S70":{"type":"structure","members":{"InboxPercentage":{"type":"double"},"SpamPercentage":{"type":"double"},"MissingPercentage":{"type":"double"},"SpfPercentage":{"type":"double"},"DkimPercentage":{"type":"double"}}},"S78":{"type":"structure","members":{"CampaignId":{},"ImageUrl":{},"Subject":{},"FromAddress":{},"SendingIps":{"type":"list","member":{}},"FirstSeenDateTime":{"type":"timestamp"},"LastSeenDateTime":{"type":"timestamp"},"InboxCount":{"type":"long"},"SpamCount":{"type":"long"},"ReadRate":{"type":"double"},"DeleteRate":{"type":"double"},"ReadDeleteRate":{"type":"double"},"ProjectedVolume":{"type":"long"},"Esps":{"type":"list","member":{}}}},"S7i":{"type":"structure","members":{"InboxRawCount":{"type":"long"},"SpamRawCount":{"type":"long"},"ProjectedInbox":{"type":"long"},"ProjectedSpam":{"type":"long"}}},"S7j":{"type":"list","member":{"type":"structure","members":{"IspName":{},"InboxRawCount":{"type":"long"},"SpamRawCount":{"type":"long"},"InboxPercentage":{"type":"double"},"SpamPercentage":{"type":"double"}}}},"S7t":{"type":"map","key":{},"value":{}},"S89":{"type":"structure","members":{"FailedRecordsS3Url":{},"ErrorMessage":{}}},"S8l":{"type":"list","member":{"type":"structure","required":["Name","Value"],"members":{"Name":{},"Value":{}}}},"Sc4":{"type":"list","member":{}},"Sc8":{"type":"structure","members":{"ToAddresses":{"shape":"Sc4"},"CcAddresses":{"shape":"Sc4"},"BccAddresses":{"shape":"Sc4"}}}}}
|
59051
59051
|
|
59052
59052
|
/***/ }),
|
59053
59053
|
/* 846 */
|
@@ -65348,7 +65348,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
65348
65348
|
/* 1383 */
|
65349
65349
|
/***/ (function(module, exports) {
|
65350
65350
|
|
65351
|
-
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-06-05","endpointPrefix":"bedrock-agent","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Agents for Amazon Bedrock","serviceId":"Bedrock Agent","signatureVersion":"v4","signingName":"bedrock","uid":"bedrock-agent-2023-06-05"},"operations":{"AssociateAgentKnowledgeBase":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion","description","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"description":{},"knowledgeBaseId":{},"knowledgeBaseState":{}}},"output":{"type":"structure","required":["agentKnowledgeBase"],"members":{"agentKnowledgeBase":{"shape":"S7"}}},"idempotent":true},"CreateAgent":{"http":{"method":"PUT","requestUri":"/agents/","responseCode":202},"input":{"type":"structure","required":["agentName"],"members":{"agentName":{},"agentResourceRoleArn":{},"clientToken":{"idempotencyToken":true},"customerEncryptionKeyArn":{},"description":{},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"promptOverrideConfiguration":{"shape":"Si"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["agent"],"members":{"agent":{"shape":"S11"}}},"idempotent":true},"CreateAgentActionGroup":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/","responseCode":200},"input":{"type":"structure","required":["actionGroupName","agentId","agentVersion"],"members":{"actionGroupExecutor":{"shape":"S19"},"actionGroupName":{},"actionGroupState":{},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"apiSchema":{"shape":"S1c"},"clientToken":{"idempotencyToken":true},"description":{},"functionSchema":{"shape":"S1h"},"parentActionGroupSignature":{}}},"output":{"type":"structure","required":["agentActionGroup"],"members":{"agentActionGroup":{"shape":"S1s"}}},"idempotent":true},"CreateAgentAlias":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentaliases/","responseCode":202},"input":{"type":"structure","required":["agentAliasName","agentId"],"members":{"agentAliasName":{},"agentId":{"location":"uri","locationName":"agentId"},"clientToken":{"idempotencyToken":true},"description":{},"routingConfiguration":{"shape":"S1u"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["agentAlias"],"members":{"agentAlias":{"shape":"S1x"}}},"idempotent":true},"CreateDataSource":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/","responseCode":200},"input":{"type":"structure","required":["dataSourceConfiguration","knowledgeBaseId","name"],"members":{"clientToken":{"idempotencyToken":true},"dataDeletionPolicy":{},"dataSourceConfiguration":{"shape":"S25"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"name":{},"serverSideEncryptionConfiguration":{"shape":"S2c"},"vectorIngestionConfiguration":{"shape":"S2d"}}},"output":{"type":"structure","required":["dataSource"],"members":{"dataSource":{"shape":"S2k"}}},"idempotent":true},"CreateKnowledgeBase":{"http":{"method":"PUT","requestUri":"/knowledgebases/","responseCode":202},"input":{"type":"structure","required":["knowledgeBaseConfiguration","name","roleArn","storageConfiguration"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"knowledgeBaseConfiguration":{"shape":"S2n"},"name":{},"roleArn":{},"storageConfiguration":{"shape":"S2s"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["knowledgeBase"],"members":{"knowledgeBase":{"shape":"S3f"}}},"idempotent":true},"DeleteAgent":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/","responseCode":202},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"skipResourceInUseCheck":{"location":"querystring","locationName":"skipResourceInUseCheck","type":"boolean"}}},"output":{"type":"structure","required":["agentId","agentStatus"],"members":{"agentId":{},"agentStatus":{}}},"idempotent":true},"DeleteAgentActionGroup":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/","responseCode":204},"input":{"type":"structure","required":["actionGroupId","agentId","agentVersion"],"members":{"actionGroupId":{"location":"uri","locationName":"actionGroupId"},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"skipResourceInUseCheck":{"location":"querystring","locationName":"skipResourceInUseCheck","type":"boolean"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteAgentAlias":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentaliases/{agentAliasId}/","responseCode":202},"input":{"type":"structure","required":["agentAliasId","agentId"],"members":{"agentAliasId":{"location":"uri","locationName":"agentAliasId"},"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agentAliasId","agentAliasStatus","agentId"],"members":{"agentAliasId":{},"agentAliasStatus":{},"agentId":{}}},"idempotent":true},"DeleteAgentVersion":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/","responseCode":202},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"skipResourceInUseCheck":{"location":"querystring","locationName":"skipResourceInUseCheck","type":"boolean"}}},"output":{"type":"structure","required":["agentId","agentStatus","agentVersion"],"members":{"agentId":{},"agentStatus":{},"agentVersion":{}}},"idempotent":true},"DeleteDataSource":{"http":{"method":"DELETE","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}","responseCode":202},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["dataSourceId","knowledgeBaseId","status"],"members":{"dataSourceId":{},"knowledgeBaseId":{},"status":{}}},"idempotent":true},"DeleteKnowledgeBase":{"http":{"method":"DELETE","requestUri":"/knowledgebases/{knowledgeBaseId}","responseCode":202},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["knowledgeBaseId","status"],"members":{"knowledgeBaseId":{},"status":{}}},"idempotent":true},"DisassociateAgentKnowledgeBase":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/","responseCode":204},"input":{"type":"structure","required":["agentId","agentVersion","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetAgent":{"http":{"method":"GET","requestUri":"/agents/{agentId}/","responseCode":200},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agent"],"members":{"agent":{"shape":"S11"}}}},"GetAgentActionGroup":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/","responseCode":200},"input":{"type":"structure","required":["actionGroupId","agentId","agentVersion"],"members":{"actionGroupId":{"location":"uri","locationName":"actionGroupId"},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"}}},"output":{"type":"structure","required":["agentActionGroup"],"members":{"agentActionGroup":{"shape":"S1s"}}}},"GetAgentAlias":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentaliases/{agentAliasId}/","responseCode":200},"input":{"type":"structure","required":["agentAliasId","agentId"],"members":{"agentAliasId":{"location":"uri","locationName":"agentAliasId"},"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agentAlias"],"members":{"agentAlias":{"shape":"S1x"}}}},"GetAgentKnowledgeBase":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["agentKnowledgeBase"],"members":{"agentKnowledgeBase":{"shape":"S7"}}}},"GetAgentVersion":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"}}},"output":{"type":"structure","required":["agentVersion"],"members":{"agentVersion":{"type":"structure","required":["agentArn","agentId","agentName","agentResourceRoleArn","agentStatus","createdAt","idleSessionTTLInSeconds","updatedAt","version"],"members":{"agentArn":{},"agentId":{},"agentName":{},"agentResourceRoleArn":{},"agentStatus":{},"createdAt":{"shape":"S9"},"customerEncryptionKeyArn":{},"description":{},"failureReasons":{"shape":"S14"},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"promptOverrideConfiguration":{"shape":"Si"},"recommendedActions":{"shape":"S16"},"updatedAt":{"shape":"S9"},"version":{}}}}}},"GetDataSource":{"http":{"method":"GET","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["dataSource"],"members":{"dataSource":{"shape":"S2k"}}}},"GetIngestionJob":{"http":{"method":"GET","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/{ingestionJobId}","responseCode":200},"input":{"type":"structure","required":["dataSourceId","ingestionJobId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"ingestionJobId":{"location":"uri","locationName":"ingestionJobId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["ingestionJob"],"members":{"ingestionJob":{"shape":"S4c"}}}},"GetKnowledgeBase":{"http":{"method":"GET","requestUri":"/knowledgebases/{knowledgeBaseId}","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["knowledgeBase"],"members":{"knowledgeBase":{"shape":"S3f"}}}},"ListAgentActionGroups":{"http":{"requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["actionGroupSummaries"],"members":{"actionGroupSummaries":{"type":"list","member":{"type":"structure","required":["actionGroupId","actionGroupName","actionGroupState","updatedAt"],"members":{"actionGroupId":{},"actionGroupName":{},"actionGroupState":{},"description":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgentAliases":{"http":{"requestUri":"/agents/{agentId}/agentaliases/","responseCode":200},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentAliasSummaries"],"members":{"agentAliasSummaries":{"type":"list","member":{"type":"structure","required":["agentAliasId","agentAliasName","agentAliasStatus","createdAt","updatedAt"],"members":{"agentAliasId":{},"agentAliasName":{},"agentAliasStatus":{},"createdAt":{"shape":"S9"},"description":{},"routingConfiguration":{"shape":"S1u"},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgentKnowledgeBases":{"http":{"requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentKnowledgeBaseSummaries"],"members":{"agentKnowledgeBaseSummaries":{"type":"list","member":{"type":"structure","required":["knowledgeBaseId","knowledgeBaseState","updatedAt"],"members":{"description":{},"knowledgeBaseId":{},"knowledgeBaseState":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgentVersions":{"http":{"requestUri":"/agents/{agentId}/agentversions/","responseCode":200},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentVersionSummaries"],"members":{"agentVersionSummaries":{"type":"list","member":{"type":"structure","required":["agentName","agentStatus","agentVersion","createdAt","updatedAt"],"members":{"agentName":{},"agentStatus":{},"agentVersion":{},"createdAt":{"shape":"S9"},"description":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgents":{"http":{"requestUri":"/agents/","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentSummaries"],"members":{"agentSummaries":{"type":"list","member":{"type":"structure","required":["agentId","agentName","agentStatus","updatedAt"],"members":{"agentId":{},"agentName":{},"agentStatus":{},"description":{},"latestAgentVersion":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListDataSources":{"http":{"requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["dataSourceSummaries"],"members":{"dataSourceSummaries":{"type":"list","member":{"type":"structure","required":["dataSourceId","knowledgeBaseId","name","status","updatedAt"],"members":{"dataSourceId":{},"description":{},"knowledgeBaseId":{},"name":{},"status":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListIngestionJobs":{"http":{"requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/","responseCode":200},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"filters":{"type":"list","member":{"type":"structure","required":["attribute","operator","values"],"members":{"attribute":{},"operator":{},"values":{"type":"list","member":{}}}}},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"maxResults":{"type":"integer"},"nextToken":{},"sortBy":{"type":"structure","required":["attribute","order"],"members":{"attribute":{},"order":{}}}}},"output":{"type":"structure","required":["ingestionJobSummaries"],"members":{"ingestionJobSummaries":{"type":"list","member":{"type":"structure","required":["dataSourceId","ingestionJobId","knowledgeBaseId","startedAt","status","updatedAt"],"members":{"dataSourceId":{},"description":{},"ingestionJobId":{},"knowledgeBaseId":{},"startedAt":{"shape":"S9"},"statistics":{"shape":"S4d"},"status":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListKnowledgeBases":{"http":{"requestUri":"/knowledgebases/","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["knowledgeBaseSummaries"],"members":{"knowledgeBaseSummaries":{"type":"list","member":{"type":"structure","required":["knowledgeBaseId","name","status","updatedAt"],"members":{"description":{},"knowledgeBaseId":{},"name":{},"status":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sx"}}}},"PrepareAgent":{"http":{"requestUri":"/agents/{agentId}/","responseCode":202},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agentId","agentStatus","agentVersion","preparedAt"],"members":{"agentId":{},"agentStatus":{},"agentVersion":{},"preparedAt":{"shape":"S9"}}}},"StartIngestionJob":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/","responseCode":202},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"clientToken":{"idempotencyToken":true},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["ingestionJob"],"members":{"ingestionJob":{"shape":"S4c"}}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateAgent":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/","responseCode":202},"input":{"type":"structure","required":["agentId","agentName","agentResourceRoleArn","foundationModel"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentName":{},"agentResourceRoleArn":{},"customerEncryptionKeyArn":{},"description":{},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"promptOverrideConfiguration":{"shape":"Si"}}},"output":{"type":"structure","required":["agent"],"members":{"agent":{"shape":"S11"}}},"idempotent":true},"UpdateAgentActionGroup":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/","responseCode":200},"input":{"type":"structure","required":["actionGroupId","actionGroupName","agentId","agentVersion"],"members":{"actionGroupExecutor":{"shape":"S19"},"actionGroupId":{"location":"uri","locationName":"actionGroupId"},"actionGroupName":{},"actionGroupState":{},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"apiSchema":{"shape":"S1c"},"description":{},"functionSchema":{"shape":"S1h"},"parentActionGroupSignature":{}}},"output":{"type":"structure","required":["agentActionGroup"],"members":{"agentActionGroup":{"shape":"S1s"}}},"idempotent":true},"UpdateAgentAlias":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentaliases/{agentAliasId}/","responseCode":202},"input":{"type":"structure","required":["agentAliasId","agentAliasName","agentId"],"members":{"agentAliasId":{"location":"uri","locationName":"agentAliasId"},"agentAliasName":{},"agentId":{"location":"uri","locationName":"agentId"},"description":{},"routingConfiguration":{"shape":"S1u"}}},"output":{"type":"structure","required":["agentAlias"],"members":{"agentAlias":{"shape":"S1x"}}},"idempotent":true},"UpdateAgentKnowledgeBase":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"knowledgeBaseState":{}}},"output":{"type":"structure","required":["agentKnowledgeBase"],"members":{"agentKnowledgeBase":{"shape":"S7"}}},"idempotent":true},"UpdateDataSource":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["dataSourceConfiguration","dataSourceId","knowledgeBaseId","name"],"members":{"dataDeletionPolicy":{},"dataSourceConfiguration":{"shape":"S25"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"name":{},"serverSideEncryptionConfiguration":{"shape":"S2c"},"vectorIngestionConfiguration":{"shape":"S2d"}}},"output":{"type":"structure","required":["dataSource"],"members":{"dataSource":{"shape":"S2k"}}},"idempotent":true},"UpdateKnowledgeBase":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}","responseCode":202},"input":{"type":"structure","required":["knowledgeBaseConfiguration","knowledgeBaseId","name","roleArn","storageConfiguration"],"members":{"description":{},"knowledgeBaseConfiguration":{"shape":"S2n"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"name":{},"roleArn":{},"storageConfiguration":{"shape":"S2s"}}},"output":{"type":"structure","required":["knowledgeBase"],"members":{"knowledgeBase":{"shape":"S3f"}}},"idempotent":true}},"shapes":{"S7":{"type":"structure","required":["agentId","agentVersion","createdAt","description","knowledgeBaseId","knowledgeBaseState","updatedAt"],"members":{"agentId":{},"agentVersion":{},"createdAt":{"shape":"S9"},"description":{},"knowledgeBaseId":{},"knowledgeBaseState":{},"updatedAt":{"shape":"S9"}}},"S9":{"type":"timestamp","timestampFormat":"iso8601"},"Sh":{"type":"string","sensitive":true},"Si":{"type":"structure","required":["promptConfigurations"],"members":{"overrideLambda":{},"promptConfigurations":{"type":"list","member":{"type":"structure","members":{"basePromptTemplate":{},"inferenceConfiguration":{"type":"structure","members":{"maximumLength":{"type":"integer"},"stopSequences":{"type":"list","member":{}},"temperature":{"type":"float"},"topK":{"type":"integer"},"topP":{"type":"float"}}},"parserMode":{},"promptCreationMode":{},"promptState":{},"promptType":{}}}}},"sensitive":true},"Sx":{"type":"map","key":{},"value":{}},"S11":{"type":"structure","required":["agentArn","agentId","agentName","agentResourceRoleArn","agentStatus","agentVersion","createdAt","idleSessionTTLInSeconds","updatedAt"],"members":{"agentArn":{},"agentId":{},"agentName":{},"agentResourceRoleArn":{},"agentStatus":{},"agentVersion":{},"clientToken":{},"createdAt":{"shape":"S9"},"customerEncryptionKeyArn":{},"description":{},"failureReasons":{"shape":"S14"},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"preparedAt":{"shape":"S9"},"promptOverrideConfiguration":{"shape":"Si"},"recommendedActions":{"shape":"S16"},"updatedAt":{"shape":"S9"}}},"S14":{"type":"list","member":{}},"S16":{"type":"list","member":{}},"S19":{"type":"structure","members":{"customControl":{},"lambda":{}},"union":true},"S1c":{"type":"structure","members":{"payload":{"type":"string","sensitive":true},"s3":{"type":"structure","members":{"s3BucketName":{},"s3ObjectKey":{}}}},"union":true},"S1h":{"type":"structure","members":{"functions":{"type":"list","member":{"type":"structure","required":["name"],"members":{"description":{},"name":{},"parameters":{"type":"map","key":{},"value":{"type":"structure","required":["type"],"members":{"description":{},"required":{"type":"boolean"},"type":{}}}}}}}},"union":true},"S1s":{"type":"structure","required":["actionGroupId","actionGroupName","actionGroupState","agentId","agentVersion","createdAt","updatedAt"],"members":{"actionGroupExecutor":{"shape":"S19"},"actionGroupId":{},"actionGroupName":{},"actionGroupState":{},"agentId":{},"agentVersion":{},"apiSchema":{"shape":"S1c"},"clientToken":{},"createdAt":{"shape":"S9"},"description":{},"functionSchema":{"shape":"S1h"},"parentActionSignature":{},"updatedAt":{"shape":"S9"}}},"S1u":{"type":"list","member":{"type":"structure","required":["agentVersion"],"members":{"agentVersion":{}}}},"S1x":{"type":"structure","required":["agentAliasArn","agentAliasId","agentAliasName","agentAliasStatus","agentId","createdAt","routingConfiguration","updatedAt"],"members":{"agentAliasArn":{},"agentAliasHistoryEvents":{"type":"list","member":{"type":"structure","members":{"endDate":{"shape":"S9"},"routingConfiguration":{"shape":"S1u"},"startDate":{"shape":"S9"}}}},"agentAliasId":{},"agentAliasName":{},"agentAliasStatus":{},"agentId":{},"clientToken":{},"createdAt":{"shape":"S9"},"description":{},"routingConfiguration":{"shape":"S1u"},"updatedAt":{"shape":"S9"}}},"S25":{"type":"structure","required":["type"],"members":{"s3Configuration":{"type":"structure","required":["bucketArn"],"members":{"bucketArn":{},"bucketOwnerAccountId":{},"inclusionPrefixes":{"type":"list","member":{}}}},"type":{}}},"S2c":{"type":"structure","members":{"kmsKeyArn":{}}},"S2d":{"type":"structure","members":{"chunkingConfiguration":{"type":"structure","required":["chunkingStrategy"],"members":{"chunkingStrategy":{},"fixedSizeChunkingConfiguration":{"type":"structure","required":["maxTokens","overlapPercentage"],"members":{"maxTokens":{"type":"integer"},"overlapPercentage":{"type":"integer"}}}}}}},"S2k":{"type":"structure","required":["createdAt","dataSourceConfiguration","dataSourceId","knowledgeBaseId","name","status","updatedAt"],"members":{"createdAt":{"shape":"S9"},"dataDeletionPolicy":{},"dataSourceConfiguration":{"shape":"S25"},"dataSourceId":{},"description":{},"failureReasons":{"shape":"S14"},"knowledgeBaseId":{},"name":{},"serverSideEncryptionConfiguration":{"shape":"S2c"},"status":{},"updatedAt":{"shape":"S9"},"vectorIngestionConfiguration":{"shape":"S2d"}}},"S2n":{"type":"structure","required":["type"],"members":{"type":{},"vectorKnowledgeBaseConfiguration":{"type":"structure","required":["embeddingModelArn"],"members":{"embeddingModelArn":{}}}}},"S2s":{"type":"structure","required":["type"],"members":{"opensearchServerlessConfiguration":{"type":"structure","required":["collectionArn","fieldMapping","vectorIndexName"],"members":{"collectionArn":{},"fieldMapping":{"type":"structure","required":["metadataField","textField","vectorField"],"members":{"metadataField":{},"textField":{},"vectorField":{}}},"vectorIndexName":{}}},"pineconeConfiguration":{"type":"structure","required":["connectionString","credentialsSecretArn","fieldMapping"],"members":{"connectionString":{},"credentialsSecretArn":{},"fieldMapping":{"type":"structure","required":["metadataField","textField"],"members":{"metadataField":{},"textField":{}}},"namespace":{}}},"rdsConfiguration":{"type":"structure","required":["credentialsSecretArn","databaseName","fieldMapping","resourceArn","tableName"],"members":{"credentialsSecretArn":{},"databaseName":{},"fieldMapping":{"type":"structure","required":["metadataField","primaryKeyField","textField","vectorField"],"members":{"metadataField":{},"primaryKeyField":{},"textField":{},"vectorField":{}}},"resourceArn":{},"tableName":{}}},"redisEnterpriseCloudConfiguration":{"type":"structure","required":["credentialsSecretArn","endpoint","fieldMapping","vectorIndexName"],"members":{"credentialsSecretArn":{},"endpoint":{},"fieldMapping":{"type":"structure","required":["metadataField","textField","vectorField"],"members":{"metadataField":{},"textField":{},"vectorField":{}}},"vectorIndexName":{}}},"type":{}}},"S3f":{"type":"structure","required":["createdAt","knowledgeBaseArn","knowledgeBaseConfiguration","knowledgeBaseId","name","roleArn","status","storageConfiguration","updatedAt"],"members":{"createdAt":{"shape":"S9"},"description":{},"failureReasons":{"shape":"S14"},"knowledgeBaseArn":{},"knowledgeBaseConfiguration":{"shape":"S2n"},"knowledgeBaseId":{},"name":{},"roleArn":{},"status":{},"storageConfiguration":{"shape":"S2s"},"updatedAt":{"shape":"S9"}}},"S4c":{"type":"structure","required":["dataSourceId","ingestionJobId","knowledgeBaseId","startedAt","status","updatedAt"],"members":{"dataSourceId":{},"description":{},"failureReasons":{"shape":"S14"},"ingestionJobId":{},"knowledgeBaseId":{},"startedAt":{"shape":"S9"},"statistics":{"shape":"S4d"},"status":{},"updatedAt":{"shape":"S9"}}},"S4d":{"type":"structure","members":{"numberOfDocumentsDeleted":{"type":"long"},"numberOfDocumentsFailed":{"type":"long"},"numberOfDocumentsScanned":{"type":"long"},"numberOfMetadataDocumentsModified":{"type":"long"},"numberOfMetadataDocumentsScanned":{"type":"long"},"numberOfModifiedDocumentsIndexed":{"type":"long"},"numberOfNewDocumentsIndexed":{"type":"long"}}}}}
|
65351
|
+
module.exports = {"version":"2.0","metadata":{"apiVersion":"2023-06-05","endpointPrefix":"bedrock-agent","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"Agents for Amazon Bedrock","serviceId":"Bedrock Agent","signatureVersion":"v4","signingName":"bedrock","uid":"bedrock-agent-2023-06-05"},"operations":{"AssociateAgentKnowledgeBase":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion","description","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"description":{},"knowledgeBaseId":{},"knowledgeBaseState":{}}},"output":{"type":"structure","required":["agentKnowledgeBase"],"members":{"agentKnowledgeBase":{"shape":"S7"}}},"idempotent":true},"CreateAgent":{"http":{"method":"PUT","requestUri":"/agents/","responseCode":202},"input":{"type":"structure","required":["agentName"],"members":{"agentName":{},"agentResourceRoleArn":{},"clientToken":{"idempotencyToken":true},"customerEncryptionKeyArn":{},"description":{},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"promptOverrideConfiguration":{"shape":"Si"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["agent"],"members":{"agent":{"shape":"S11"}}},"idempotent":true},"CreateAgentActionGroup":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/","responseCode":200},"input":{"type":"structure","required":["actionGroupName","agentId","agentVersion"],"members":{"actionGroupExecutor":{"shape":"S19"},"actionGroupName":{},"actionGroupState":{},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"apiSchema":{"shape":"S1c"},"clientToken":{"idempotencyToken":true},"description":{},"functionSchema":{"shape":"S1h"},"parentActionGroupSignature":{}}},"output":{"type":"structure","required":["agentActionGroup"],"members":{"agentActionGroup":{"shape":"S1s"}}},"idempotent":true},"CreateAgentAlias":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentaliases/","responseCode":202},"input":{"type":"structure","required":["agentAliasName","agentId"],"members":{"agentAliasName":{},"agentId":{"location":"uri","locationName":"agentId"},"clientToken":{"idempotencyToken":true},"description":{},"routingConfiguration":{"shape":"S1u"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["agentAlias"],"members":{"agentAlias":{"shape":"S1x"}}},"idempotent":true},"CreateDataSource":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/","responseCode":200},"input":{"type":"structure","required":["dataSourceConfiguration","knowledgeBaseId","name"],"members":{"clientToken":{"idempotencyToken":true},"dataDeletionPolicy":{},"dataSourceConfiguration":{"shape":"S25"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"name":{},"serverSideEncryptionConfiguration":{"shape":"S2c"},"vectorIngestionConfiguration":{"shape":"S2d"}}},"output":{"type":"structure","required":["dataSource"],"members":{"dataSource":{"shape":"S2k"}}},"idempotent":true},"CreateKnowledgeBase":{"http":{"method":"PUT","requestUri":"/knowledgebases/","responseCode":202},"input":{"type":"structure","required":["knowledgeBaseConfiguration","name","roleArn","storageConfiguration"],"members":{"clientToken":{"idempotencyToken":true},"description":{},"knowledgeBaseConfiguration":{"shape":"S2n"},"name":{},"roleArn":{},"storageConfiguration":{"shape":"S2s"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","required":["knowledgeBase"],"members":{"knowledgeBase":{"shape":"S3m"}}},"idempotent":true},"DeleteAgent":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/","responseCode":202},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"skipResourceInUseCheck":{"location":"querystring","locationName":"skipResourceInUseCheck","type":"boolean"}}},"output":{"type":"structure","required":["agentId","agentStatus"],"members":{"agentId":{},"agentStatus":{}}},"idempotent":true},"DeleteAgentActionGroup":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/","responseCode":204},"input":{"type":"structure","required":["actionGroupId","agentId","agentVersion"],"members":{"actionGroupId":{"location":"uri","locationName":"actionGroupId"},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"skipResourceInUseCheck":{"location":"querystring","locationName":"skipResourceInUseCheck","type":"boolean"}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteAgentAlias":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentaliases/{agentAliasId}/","responseCode":202},"input":{"type":"structure","required":["agentAliasId","agentId"],"members":{"agentAliasId":{"location":"uri","locationName":"agentAliasId"},"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agentAliasId","agentAliasStatus","agentId"],"members":{"agentAliasId":{},"agentAliasStatus":{},"agentId":{}}},"idempotent":true},"DeleteAgentVersion":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/","responseCode":202},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"skipResourceInUseCheck":{"location":"querystring","locationName":"skipResourceInUseCheck","type":"boolean"}}},"output":{"type":"structure","required":["agentId","agentStatus","agentVersion"],"members":{"agentId":{},"agentStatus":{},"agentVersion":{}}},"idempotent":true},"DeleteDataSource":{"http":{"method":"DELETE","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}","responseCode":202},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["dataSourceId","knowledgeBaseId","status"],"members":{"dataSourceId":{},"knowledgeBaseId":{},"status":{}}},"idempotent":true},"DeleteKnowledgeBase":{"http":{"method":"DELETE","requestUri":"/knowledgebases/{knowledgeBaseId}","responseCode":202},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["knowledgeBaseId","status"],"members":{"knowledgeBaseId":{},"status":{}}},"idempotent":true},"DisassociateAgentKnowledgeBase":{"http":{"method":"DELETE","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/","responseCode":204},"input":{"type":"structure","required":["agentId","agentVersion","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","members":{}},"idempotent":true},"GetAgent":{"http":{"method":"GET","requestUri":"/agents/{agentId}/","responseCode":200},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agent"],"members":{"agent":{"shape":"S11"}}}},"GetAgentActionGroup":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/","responseCode":200},"input":{"type":"structure","required":["actionGroupId","agentId","agentVersion"],"members":{"actionGroupId":{"location":"uri","locationName":"actionGroupId"},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"}}},"output":{"type":"structure","required":["agentActionGroup"],"members":{"agentActionGroup":{"shape":"S1s"}}}},"GetAgentAlias":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentaliases/{agentAliasId}/","responseCode":200},"input":{"type":"structure","required":["agentAliasId","agentId"],"members":{"agentAliasId":{"location":"uri","locationName":"agentAliasId"},"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agentAlias"],"members":{"agentAlias":{"shape":"S1x"}}}},"GetAgentKnowledgeBase":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["agentKnowledgeBase"],"members":{"agentKnowledgeBase":{"shape":"S7"}}}},"GetAgentVersion":{"http":{"method":"GET","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"}}},"output":{"type":"structure","required":["agentVersion"],"members":{"agentVersion":{"type":"structure","required":["agentArn","agentId","agentName","agentResourceRoleArn","agentStatus","createdAt","idleSessionTTLInSeconds","updatedAt","version"],"members":{"agentArn":{},"agentId":{},"agentName":{},"agentResourceRoleArn":{},"agentStatus":{},"createdAt":{"shape":"S9"},"customerEncryptionKeyArn":{},"description":{},"failureReasons":{"shape":"S14"},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"promptOverrideConfiguration":{"shape":"Si"},"recommendedActions":{"shape":"S16"},"updatedAt":{"shape":"S9"},"version":{}}}}}},"GetDataSource":{"http":{"method":"GET","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["dataSource"],"members":{"dataSource":{"shape":"S2k"}}}},"GetIngestionJob":{"http":{"method":"GET","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/{ingestionJobId}","responseCode":200},"input":{"type":"structure","required":["dataSourceId","ingestionJobId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"ingestionJobId":{"location":"uri","locationName":"ingestionJobId"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["ingestionJob"],"members":{"ingestionJob":{"shape":"S4j"}}}},"GetKnowledgeBase":{"http":{"method":"GET","requestUri":"/knowledgebases/{knowledgeBaseId}","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["knowledgeBase"],"members":{"knowledgeBase":{"shape":"S3m"}}}},"ListAgentActionGroups":{"http":{"requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["actionGroupSummaries"],"members":{"actionGroupSummaries":{"type":"list","member":{"type":"structure","required":["actionGroupId","actionGroupName","actionGroupState","updatedAt"],"members":{"actionGroupId":{},"actionGroupName":{},"actionGroupState":{},"description":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgentAliases":{"http":{"requestUri":"/agents/{agentId}/agentaliases/","responseCode":200},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentAliasSummaries"],"members":{"agentAliasSummaries":{"type":"list","member":{"type":"structure","required":["agentAliasId","agentAliasName","agentAliasStatus","createdAt","updatedAt"],"members":{"agentAliasId":{},"agentAliasName":{},"agentAliasStatus":{},"createdAt":{"shape":"S9"},"description":{},"routingConfiguration":{"shape":"S1u"},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgentKnowledgeBases":{"http":{"requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentKnowledgeBaseSummaries"],"members":{"agentKnowledgeBaseSummaries":{"type":"list","member":{"type":"structure","required":["knowledgeBaseId","knowledgeBaseState","updatedAt"],"members":{"description":{},"knowledgeBaseId":{},"knowledgeBaseState":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgentVersions":{"http":{"requestUri":"/agents/{agentId}/agentversions/","responseCode":200},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentVersionSummaries"],"members":{"agentVersionSummaries":{"type":"list","member":{"type":"structure","required":["agentName","agentStatus","agentVersion","createdAt","updatedAt"],"members":{"agentName":{},"agentStatus":{},"agentVersion":{},"createdAt":{"shape":"S9"},"description":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListAgents":{"http":{"requestUri":"/agents/","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["agentSummaries"],"members":{"agentSummaries":{"type":"list","member":{"type":"structure","required":["agentId","agentName","agentStatus","updatedAt"],"members":{"agentId":{},"agentName":{},"agentStatus":{},"description":{},"latestAgentVersion":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListDataSources":{"http":{"requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/","responseCode":200},"input":{"type":"structure","required":["knowledgeBaseId"],"members":{"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["dataSourceSummaries"],"members":{"dataSourceSummaries":{"type":"list","member":{"type":"structure","required":["dataSourceId","knowledgeBaseId","name","status","updatedAt"],"members":{"dataSourceId":{},"description":{},"knowledgeBaseId":{},"name":{},"status":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListIngestionJobs":{"http":{"requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/","responseCode":200},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"filters":{"type":"list","member":{"type":"structure","required":["attribute","operator","values"],"members":{"attribute":{},"operator":{},"values":{"type":"list","member":{}}}}},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"maxResults":{"type":"integer"},"nextToken":{},"sortBy":{"type":"structure","required":["attribute","order"],"members":{"attribute":{},"order":{}}}}},"output":{"type":"structure","required":["ingestionJobSummaries"],"members":{"ingestionJobSummaries":{"type":"list","member":{"type":"structure","required":["dataSourceId","ingestionJobId","knowledgeBaseId","startedAt","status","updatedAt"],"members":{"dataSourceId":{},"description":{},"ingestionJobId":{},"knowledgeBaseId":{},"startedAt":{"shape":"S9"},"statistics":{"shape":"S4k"},"status":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListKnowledgeBases":{"http":{"requestUri":"/knowledgebases/","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["knowledgeBaseSummaries"],"members":{"knowledgeBaseSummaries":{"type":"list","member":{"type":"structure","required":["knowledgeBaseId","name","status","updatedAt"],"members":{"description":{},"knowledgeBaseId":{},"name":{},"status":{},"updatedAt":{"shape":"S9"}}}},"nextToken":{}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sx"}}}},"PrepareAgent":{"http":{"requestUri":"/agents/{agentId}/","responseCode":202},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","required":["agentId","agentStatus","agentVersion","preparedAt"],"members":{"agentId":{},"agentStatus":{},"agentVersion":{},"preparedAt":{"shape":"S9"}}}},"StartIngestionJob":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/","responseCode":202},"input":{"type":"structure","required":["dataSourceId","knowledgeBaseId"],"members":{"clientToken":{"idempotencyToken":true},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"}}},"output":{"type":"structure","required":["ingestionJob"],"members":{"ingestionJob":{"shape":"S4j"}}},"idempotent":true},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sx"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateAgent":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/","responseCode":202},"input":{"type":"structure","required":["agentId","agentName","agentResourceRoleArn","foundationModel"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentName":{},"agentResourceRoleArn":{},"customerEncryptionKeyArn":{},"description":{},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"promptOverrideConfiguration":{"shape":"Si"}}},"output":{"type":"structure","required":["agent"],"members":{"agent":{"shape":"S11"}}},"idempotent":true},"UpdateAgentActionGroup":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/","responseCode":200},"input":{"type":"structure","required":["actionGroupId","actionGroupName","agentId","agentVersion"],"members":{"actionGroupExecutor":{"shape":"S19"},"actionGroupId":{"location":"uri","locationName":"actionGroupId"},"actionGroupName":{},"actionGroupState":{},"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"apiSchema":{"shape":"S1c"},"description":{},"functionSchema":{"shape":"S1h"},"parentActionGroupSignature":{}}},"output":{"type":"structure","required":["agentActionGroup"],"members":{"agentActionGroup":{"shape":"S1s"}}},"idempotent":true},"UpdateAgentAlias":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentaliases/{agentAliasId}/","responseCode":202},"input":{"type":"structure","required":["agentAliasId","agentAliasName","agentId"],"members":{"agentAliasId":{"location":"uri","locationName":"agentAliasId"},"agentAliasName":{},"agentId":{"location":"uri","locationName":"agentId"},"description":{},"routingConfiguration":{"shape":"S1u"}}},"output":{"type":"structure","required":["agentAlias"],"members":{"agentAlias":{"shape":"S1x"}}},"idempotent":true},"UpdateAgentKnowledgeBase":{"http":{"method":"PUT","requestUri":"/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/","responseCode":200},"input":{"type":"structure","required":["agentId","agentVersion","knowledgeBaseId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"agentVersion":{"location":"uri","locationName":"agentVersion"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"knowledgeBaseState":{}}},"output":{"type":"structure","required":["agentKnowledgeBase"],"members":{"agentKnowledgeBase":{"shape":"S7"}}},"idempotent":true},"UpdateDataSource":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}","responseCode":200},"input":{"type":"structure","required":["dataSourceConfiguration","dataSourceId","knowledgeBaseId","name"],"members":{"dataDeletionPolicy":{},"dataSourceConfiguration":{"shape":"S25"},"dataSourceId":{"location":"uri","locationName":"dataSourceId"},"description":{},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"name":{},"serverSideEncryptionConfiguration":{"shape":"S2c"},"vectorIngestionConfiguration":{"shape":"S2d"}}},"output":{"type":"structure","required":["dataSource"],"members":{"dataSource":{"shape":"S2k"}}},"idempotent":true},"UpdateKnowledgeBase":{"http":{"method":"PUT","requestUri":"/knowledgebases/{knowledgeBaseId}","responseCode":202},"input":{"type":"structure","required":["knowledgeBaseConfiguration","knowledgeBaseId","name","roleArn","storageConfiguration"],"members":{"description":{},"knowledgeBaseConfiguration":{"shape":"S2n"},"knowledgeBaseId":{"location":"uri","locationName":"knowledgeBaseId"},"name":{},"roleArn":{},"storageConfiguration":{"shape":"S2s"}}},"output":{"type":"structure","required":["knowledgeBase"],"members":{"knowledgeBase":{"shape":"S3m"}}},"idempotent":true}},"shapes":{"S7":{"type":"structure","required":["agentId","agentVersion","createdAt","description","knowledgeBaseId","knowledgeBaseState","updatedAt"],"members":{"agentId":{},"agentVersion":{},"createdAt":{"shape":"S9"},"description":{},"knowledgeBaseId":{},"knowledgeBaseState":{},"updatedAt":{"shape":"S9"}}},"S9":{"type":"timestamp","timestampFormat":"iso8601"},"Sh":{"type":"string","sensitive":true},"Si":{"type":"structure","required":["promptConfigurations"],"members":{"overrideLambda":{},"promptConfigurations":{"type":"list","member":{"type":"structure","members":{"basePromptTemplate":{},"inferenceConfiguration":{"type":"structure","members":{"maximumLength":{"type":"integer"},"stopSequences":{"type":"list","member":{}},"temperature":{"type":"float"},"topK":{"type":"integer"},"topP":{"type":"float"}}},"parserMode":{},"promptCreationMode":{},"promptState":{},"promptType":{}}}}},"sensitive":true},"Sx":{"type":"map","key":{},"value":{}},"S11":{"type":"structure","required":["agentArn","agentId","agentName","agentResourceRoleArn","agentStatus","agentVersion","createdAt","idleSessionTTLInSeconds","updatedAt"],"members":{"agentArn":{},"agentId":{},"agentName":{},"agentResourceRoleArn":{},"agentStatus":{},"agentVersion":{},"clientToken":{},"createdAt":{"shape":"S9"},"customerEncryptionKeyArn":{},"description":{},"failureReasons":{"shape":"S14"},"foundationModel":{},"idleSessionTTLInSeconds":{"type":"integer"},"instruction":{"shape":"Sh"},"preparedAt":{"shape":"S9"},"promptOverrideConfiguration":{"shape":"Si"},"recommendedActions":{"shape":"S16"},"updatedAt":{"shape":"S9"}}},"S14":{"type":"list","member":{}},"S16":{"type":"list","member":{}},"S19":{"type":"structure","members":{"customControl":{},"lambda":{}},"union":true},"S1c":{"type":"structure","members":{"payload":{"type":"string","sensitive":true},"s3":{"type":"structure","members":{"s3BucketName":{},"s3ObjectKey":{}}}},"union":true},"S1h":{"type":"structure","members":{"functions":{"type":"list","member":{"type":"structure","required":["name"],"members":{"description":{},"name":{},"parameters":{"type":"map","key":{},"value":{"type":"structure","required":["type"],"members":{"description":{},"required":{"type":"boolean"},"type":{}}}}}}}},"union":true},"S1s":{"type":"structure","required":["actionGroupId","actionGroupName","actionGroupState","agentId","agentVersion","createdAt","updatedAt"],"members":{"actionGroupExecutor":{"shape":"S19"},"actionGroupId":{},"actionGroupName":{},"actionGroupState":{},"agentId":{},"agentVersion":{},"apiSchema":{"shape":"S1c"},"clientToken":{},"createdAt":{"shape":"S9"},"description":{},"functionSchema":{"shape":"S1h"},"parentActionSignature":{},"updatedAt":{"shape":"S9"}}},"S1u":{"type":"list","member":{"type":"structure","required":["agentVersion"],"members":{"agentVersion":{}}}},"S1x":{"type":"structure","required":["agentAliasArn","agentAliasId","agentAliasName","agentAliasStatus","agentId","createdAt","routingConfiguration","updatedAt"],"members":{"agentAliasArn":{},"agentAliasHistoryEvents":{"type":"list","member":{"type":"structure","members":{"endDate":{"shape":"S9"},"routingConfiguration":{"shape":"S1u"},"startDate":{"shape":"S9"}}}},"agentAliasId":{},"agentAliasName":{},"agentAliasStatus":{},"agentId":{},"clientToken":{},"createdAt":{"shape":"S9"},"description":{},"routingConfiguration":{"shape":"S1u"},"updatedAt":{"shape":"S9"}}},"S25":{"type":"structure","required":["type"],"members":{"s3Configuration":{"type":"structure","required":["bucketArn"],"members":{"bucketArn":{},"bucketOwnerAccountId":{},"inclusionPrefixes":{"type":"list","member":{}}}},"type":{}}},"S2c":{"type":"structure","members":{"kmsKeyArn":{}}},"S2d":{"type":"structure","members":{"chunkingConfiguration":{"type":"structure","required":["chunkingStrategy"],"members":{"chunkingStrategy":{},"fixedSizeChunkingConfiguration":{"type":"structure","required":["maxTokens","overlapPercentage"],"members":{"maxTokens":{"type":"integer"},"overlapPercentage":{"type":"integer"}}}}}}},"S2k":{"type":"structure","required":["createdAt","dataSourceConfiguration","dataSourceId","knowledgeBaseId","name","status","updatedAt"],"members":{"createdAt":{"shape":"S9"},"dataDeletionPolicy":{},"dataSourceConfiguration":{"shape":"S25"},"dataSourceId":{},"description":{},"failureReasons":{"shape":"S14"},"knowledgeBaseId":{},"name":{},"serverSideEncryptionConfiguration":{"shape":"S2c"},"status":{},"updatedAt":{"shape":"S9"},"vectorIngestionConfiguration":{"shape":"S2d"}}},"S2n":{"type":"structure","required":["type"],"members":{"type":{},"vectorKnowledgeBaseConfiguration":{"type":"structure","required":["embeddingModelArn"],"members":{"embeddingModelArn":{}}}}},"S2s":{"type":"structure","required":["type"],"members":{"mongoDbAtlasConfiguration":{"type":"structure","required":["collectionName","credentialsSecretArn","databaseName","endpoint","fieldMapping","vectorIndexName"],"members":{"collectionName":{},"credentialsSecretArn":{},"databaseName":{},"endpoint":{},"endpointServiceName":{},"fieldMapping":{"type":"structure","required":["metadataField","textField","vectorField"],"members":{"metadataField":{},"textField":{},"vectorField":{}}},"vectorIndexName":{}}},"opensearchServerlessConfiguration":{"type":"structure","required":["collectionArn","fieldMapping","vectorIndexName"],"members":{"collectionArn":{},"fieldMapping":{"type":"structure","required":["metadataField","textField","vectorField"],"members":{"metadataField":{},"textField":{},"vectorField":{}}},"vectorIndexName":{}}},"pineconeConfiguration":{"type":"structure","required":["connectionString","credentialsSecretArn","fieldMapping"],"members":{"connectionString":{},"credentialsSecretArn":{},"fieldMapping":{"type":"structure","required":["metadataField","textField"],"members":{"metadataField":{},"textField":{}}},"namespace":{}}},"rdsConfiguration":{"type":"structure","required":["credentialsSecretArn","databaseName","fieldMapping","resourceArn","tableName"],"members":{"credentialsSecretArn":{},"databaseName":{},"fieldMapping":{"type":"structure","required":["metadataField","primaryKeyField","textField","vectorField"],"members":{"metadataField":{},"primaryKeyField":{},"textField":{},"vectorField":{}}},"resourceArn":{},"tableName":{}}},"redisEnterpriseCloudConfiguration":{"type":"structure","required":["credentialsSecretArn","endpoint","fieldMapping","vectorIndexName"],"members":{"credentialsSecretArn":{},"endpoint":{},"fieldMapping":{"type":"structure","required":["metadataField","textField","vectorField"],"members":{"metadataField":{},"textField":{},"vectorField":{}}},"vectorIndexName":{}}},"type":{}}},"S3m":{"type":"structure","required":["createdAt","knowledgeBaseArn","knowledgeBaseConfiguration","knowledgeBaseId","name","roleArn","status","storageConfiguration","updatedAt"],"members":{"createdAt":{"shape":"S9"},"description":{},"failureReasons":{"shape":"S14"},"knowledgeBaseArn":{},"knowledgeBaseConfiguration":{"shape":"S2n"},"knowledgeBaseId":{},"name":{},"roleArn":{},"status":{},"storageConfiguration":{"shape":"S2s"},"updatedAt":{"shape":"S9"}}},"S4j":{"type":"structure","required":["dataSourceId","ingestionJobId","knowledgeBaseId","startedAt","status","updatedAt"],"members":{"dataSourceId":{},"description":{},"failureReasons":{"shape":"S14"},"ingestionJobId":{},"knowledgeBaseId":{},"startedAt":{"shape":"S9"},"statistics":{"shape":"S4k"},"status":{},"updatedAt":{"shape":"S9"}}},"S4k":{"type":"structure","members":{"numberOfDocumentsDeleted":{"type":"long"},"numberOfDocumentsFailed":{"type":"long"},"numberOfDocumentsScanned":{"type":"long"},"numberOfMetadataDocumentsModified":{"type":"long"},"numberOfMetadataDocumentsScanned":{"type":"long"},"numberOfModifiedDocumentsIndexed":{"type":"long"},"numberOfNewDocumentsIndexed":{"type":"long"}}}}}
|
65352
65352
|
|
65353
65353
|
/***/ }),
|
65354
65354
|
/* 1384 */
|