Skip to content

Commit 3751079

Browse files
Updated API models and rebuilt service gems.
1 parent 6c63258 commit 3751079

File tree

52 files changed

+1933
-167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1933
-167
lines changed

apis/bedrock-agent-runtime/2023-07-26/api-2.json

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,22 @@
113113
"type":"string",
114114
"sensitive":true
115115
},
116+
"AdditionalModelRequestFields":{
117+
"type":"map",
118+
"key":{"shape":"AdditionalModelRequestFieldsKey"},
119+
"value":{"shape":"AdditionalModelRequestFieldsValue"}
120+
},
121+
"AdditionalModelRequestFieldsKey":{
122+
"type":"string",
123+
"max":100,
124+
"min":1
125+
},
126+
"AdditionalModelRequestFieldsValue":{
127+
"type":"structure",
128+
"members":{
129+
},
130+
"document":true
131+
},
116132
"AgentAliasId":{
117133
"type":"string",
118134
"max":10,
@@ -311,6 +327,9 @@
311327
"ExternalSourcesGenerationConfiguration":{
312328
"type":"structure",
313329
"members":{
330+
"additionalModelRequestFields":{"shape":"AdditionalModelRequestFields"},
331+
"guardrailConfiguration":{"shape":"GuardrailConfiguration"},
332+
"inferenceConfig":{"shape":"InferenceConfig"},
314333
"promptTemplate":{"shape":"PromptTemplate"}
315334
}
316335
},
@@ -414,15 +433,54 @@
414433
"GenerationConfiguration":{
415434
"type":"structure",
416435
"members":{
436+
"additionalModelRequestFields":{"shape":"AdditionalModelRequestFields"},
437+
"guardrailConfiguration":{"shape":"GuardrailConfiguration"},
438+
"inferenceConfig":{"shape":"InferenceConfig"},
417439
"promptTemplate":{"shape":"PromptTemplate"}
418440
}
419441
},
442+
"GuadrailAction":{
443+
"type":"string",
444+
"enum":[
445+
"INTERVENED",
446+
"NONE"
447+
]
448+
},
449+
"GuardrailConfiguration":{
450+
"type":"structure",
451+
"required":[
452+
"guardrailId",
453+
"guardrailVersion"
454+
],
455+
"members":{
456+
"guardrailId":{"shape":"GuardrailConfigurationGuardrailIdString"},
457+
"guardrailVersion":{"shape":"GuardrailConfigurationGuardrailVersionString"}
458+
}
459+
},
460+
"GuardrailConfigurationGuardrailIdString":{
461+
"type":"string",
462+
"max":64,
463+
"min":0,
464+
"pattern":"^[a-z0-9]+$"
465+
},
466+
"GuardrailConfigurationGuardrailVersionString":{
467+
"type":"string",
468+
"max":5,
469+
"min":1,
470+
"pattern":"^(([1-9][0-9]{0,7})|(DRAFT))$"
471+
},
420472
"Identifier":{
421473
"type":"string",
422474
"max":1024,
423475
"min":1,
424476
"sensitive":true
425477
},
478+
"InferenceConfig":{
479+
"type":"structure",
480+
"members":{
481+
"textInferenceConfig":{"shape":"TextInferenceConfig"}
482+
}
483+
},
426484
"InferenceConfiguration":{
427485
"type":"structure",
428486
"members":{
@@ -638,6 +696,12 @@
638696
"min":1
639697
},
640698
"LambdaArn":{"type":"string"},
699+
"MaxTokens":{
700+
"type":"integer",
701+
"box":true,
702+
"max":65536,
703+
"min":0
704+
},
641705
"MaximumLength":{
642706
"type":"integer",
643707
"box":true,
@@ -805,6 +869,17 @@
805869
"properties":{"shape":"ParameterList"}
806870
}
807871
},
872+
"RAGStopSequences":{
873+
"type":"list",
874+
"member":{"shape":"RAGStopSequencesMemberString"},
875+
"max":4,
876+
"min":0
877+
},
878+
"RAGStopSequencesMemberString":{
879+
"type":"string",
880+
"max":1000,
881+
"min":1
882+
},
808883
"Rationale":{
809884
"type":"structure",
810885
"members":{
@@ -989,6 +1064,7 @@
9891064
],
9901065
"members":{
9911066
"citations":{"shape":"Citations"},
1067+
"guardrailAction":{"shape":"GuadrailAction"},
9921068
"output":{"shape":"RetrieveAndGenerateOutput"},
9931069
"sessionId":{"shape":"SessionId"}
9941070
}
@@ -1149,6 +1225,15 @@
11491225
"max":1,
11501226
"min":0
11511227
},
1228+
"TextInferenceConfig":{
1229+
"type":"structure",
1230+
"members":{
1231+
"maxTokens":{"shape":"MaxTokens"},
1232+
"stopSequences":{"shape":"RAGStopSequences"},
1233+
"temperature":{"shape":"Temperature"},
1234+
"topP":{"shape":"TopP"}
1235+
}
1236+
},
11521237
"TextPromptTemplate":{
11531238
"type":"string",
11541239
"max":4000,

apis/bedrock-agent-runtime/2023-07-26/docs-2.json

Lines changed: 105 additions & 28 deletions
Large diffs are not rendered by default.

apis/pinpoint/2016-12-01/api-2.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5426,6 +5426,9 @@
54265426
"FromAddress": {
54275427
"shape": "__string"
54285428
},
5429+
"Headers": {
5430+
"shape": "ListOfMessageHeader"
5431+
},
54295432
"HtmlBody": {
54305433
"shape": "__string"
54315434
},
@@ -7124,6 +7127,9 @@
71247127
"Subject": {
71257128
"shape": "__string"
71267129
},
7130+
"Headers": {
7131+
"shape": "ListOfMessageHeader"
7132+
},
71277133
"tags": {
71287134
"shape": "MapOf__string",
71297135
"locationName": "tags"
@@ -7160,6 +7166,9 @@
71607166
"Subject": {
71617167
"shape": "__string"
71627168
},
7169+
"Headers": {
7170+
"shape": "ListOfMessageHeader"
7171+
},
71637172
"tags": {
71647173
"shape": "MapOf__string",
71657174
"locationName": "tags"
@@ -11934,9 +11943,29 @@
1193411943
},
1193511944
"TextPart": {
1193611945
"shape": "SimpleEmailPart"
11946+
},
11947+
"Headers": {
11948+
"shape": "ListOfMessageHeader"
1193711949
}
1193811950
}
1193911951
},
11952+
"ListOfMessageHeader": {
11953+
"type": "list",
11954+
"member": {
11955+
"shape": "MessageHeader"
11956+
}
11957+
},
11958+
"MessageHeader": {
11959+
"type": "structure",
11960+
"members": {
11961+
"Name": {
11962+
"shape": "__string"
11963+
},
11964+
"Value": {
11965+
"shape": "__string"
11966+
}
11967+
}
11968+
},
1194011969
"SimpleEmailPart": {
1194111970
"type": "structure",
1194211971
"members": {

apis/pinpoint/2016-12-01/docs-2.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,12 @@
976976
"WriteTreatmentResource$MessageConfiguration": "<p>The message configuration settings for the treatment.</p>"
977977
}
978978
},
979+
"MessageHeader" : {
980+
"base" : "<p>Contains the name and value pair of an email header to add to your email. You can have up to 15 MessageHeaders. A header can contain information such as the sender, receiver, route, or timestamp.</p>",
981+
"refs" : {
982+
"ListOfMessageHeader$member" : null
983+
}
984+
},
979985
"MessageRequest": {
980986
"base": "<p>Specifies the configuration and other settings for a message.</p>",
981987
"refs": {}
@@ -1733,6 +1739,14 @@
17331739
"JourneyRunsResponse$Item": "<p>An array of responses, one for each run of the journey</p>"
17341740
}
17351741
},
1742+
"ListOfMessageHeader" : {
1743+
"base" : null,
1744+
"refs" : {
1745+
"EmailTemplateRequest$Headers" : "<p>The list of <a href=\"https://docs.aws.amazon.com/pinpoint/latest/apireference/templates-template-name-email.html#templates-template-name-email-model-messageheader\">MessageHeaders</a> for the email. You can have up to 15 Headers.</p>",
1746+
"SimpleEmail$Headers" : "<p>List of Headers for the email.</p>",
1747+
"CampaignEmailMessage$Headers" : "<p>The list of <a href=\"https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-campaigns-campaign-id.html#apps-application-id-campaigns-campaign-id-model-messageheader\">MessageHeaders</a> for the email. You can have up to 15 MessageHeaders for each email.</p>"
1748+
}
1749+
},
17361750
"ListOfMultiConditionalBranch": {
17371751
"base": null,
17381752
"refs": {
@@ -2456,6 +2470,8 @@
24562470
"MessageBody$Message": "<p>The message that's returned from the API.</p>",
24572471
"MessageBody$RequestID": "<p>The unique identifier for the request or response.</p>",
24582472
"MessageRequest$TraceId": "<p>The unique identifier for tracing the message. This identifier is visible to message recipients.</p>",
2473+
"MessageHeader$Name" : "<p>The name of the message header. The header name can contain up to 126 characters.</p>",
2474+
"MessageHeader$Value" : "<p>The value of the message header. The header value can contain up to 870 characters, including the length of any rendered attributes. For example if you add the {CreationDate} attribute, it renders as YYYY-MM-DDTHH:MM:SS.SSSZ and is 24 characters in length.</p>",
24592475
"MessageResponse$ApplicationId": "<p>The unique identifier for the application that was used to send the message.</p>",
24602476
"MessageResponse$RequestId": "<p>The identifier for the original request that the message was delivered for.</p>",
24612477
"MessageResult$MessageId": "<p>The unique identifier for the message that was sent.</p>",

apis/route53resolver/2018-04-01/docs-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,9 @@
552552
"FirewallDomainRedirectionAction": {
553553
"base": null,
554554
"refs": {
555-
"CreateFirewallRuleRequest$FirewallDomainRedirectionAction": "<p> How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME, DNAME, ot ALIAS. </p> <p> <code>Inspect_Redirection_Domain </code>(Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be added to the allow domain list.</p> <p> <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the redirection list to the domain alloww list.</p>",
556-
"FirewallRule$FirewallDomainRedirectionAction": "<p> How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME, DNAME, ot ALIAS. </p> <p> <code>Inspect_Redirection_Domain </code>(Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be added to the allow domain list.</p> <p> <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to the domain alloww list.</p>",
557-
"UpdateFirewallRuleRequest$FirewallDomainRedirectionAction": "<p> How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME, DNAME, ot ALIAS. </p> <p> <code>Inspect_Redirection_Domain </code>(Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be added to the allow domain list.</p> <p> <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to the domain alloww list.</p>"
555+
"CreateFirewallRuleRequest$FirewallDomainRedirectionAction": "<p> How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. </p> <p> <code>Inspect_Redirection_Domain </code>(Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be added to the domain list.</p> <p> <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to the domain list.</p>",
556+
"FirewallRule$FirewallDomainRedirectionAction": "<p> How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. </p> <p> <code>Inspect_Redirection_Domain </code>(Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be added to the domain list.</p> <p> <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to the domain list.</p>",
557+
"UpdateFirewallRuleRequest$FirewallDomainRedirectionAction": "<p> How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. </p> <p> <code>Inspect_Redirection_Domain </code>(Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be added to the domain list.</p> <p> <code>Trust_Redirection_Domain </code> inspects only the first domain in the redirection chain. You don't need to add the subsequent domains in the domain in the redirection list to the domain list.</p>"
558558
}
559559
},
560560
"FirewallDomainUpdateOperation": {

0 commit comments

Comments
 (0)