aws-sdk 2.1616.0 → 2.1617.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.
@@ -398,6 +398,55 @@
398
398
  }
399
399
  }
400
400
  },
401
+ "ListOperationEvents": {
402
+ "http": {
403
+ "requestUri": "/list-operation-events",
404
+ "responseCode": 200
405
+ },
406
+ "input": {
407
+ "type": "structure",
408
+ "required": [
409
+ "OperationId"
410
+ ],
411
+ "members": {
412
+ "OperationId": {},
413
+ "MaxResults": {
414
+ "type": "integer"
415
+ },
416
+ "NextToken": {},
417
+ "Filters": {
418
+ "shape": "S1z"
419
+ }
420
+ }
421
+ },
422
+ "output": {
423
+ "type": "structure",
424
+ "members": {
425
+ "OperationEvents": {
426
+ "type": "list",
427
+ "member": {
428
+ "type": "structure",
429
+ "members": {
430
+ "Description": {},
431
+ "Resource": {
432
+ "type": "structure",
433
+ "members": {
434
+ "ResourceArn": {},
435
+ "ResourceType": {}
436
+ }
437
+ },
438
+ "Status": {},
439
+ "StatusMessage": {},
440
+ "Timestamp": {
441
+ "type": "timestamp"
442
+ }
443
+ }
444
+ }
445
+ },
446
+ "NextToken": {}
447
+ }
448
+ }
449
+ },
401
450
  "ListOperations": {
402
451
  "http": {
403
452
  "requestUri": "/list-operations",
@@ -524,6 +573,27 @@
524
573
  }
525
574
  }
526
575
  },
576
+ "StartApplication": {
577
+ "http": {
578
+ "requestUri": "/start-application",
579
+ "responseCode": 200
580
+ },
581
+ "input": {
582
+ "type": "structure",
583
+ "required": [
584
+ "ApplicationId"
585
+ ],
586
+ "members": {
587
+ "ApplicationId": {}
588
+ }
589
+ },
590
+ "output": {
591
+ "type": "structure",
592
+ "members": {
593
+ "OperationId": {}
594
+ }
595
+ }
596
+ },
527
597
  "StartApplicationRefresh": {
528
598
  "http": {
529
599
  "requestUri": "/start-application-refresh",
@@ -545,6 +615,31 @@
545
615
  }
546
616
  }
547
617
  },
618
+ "StopApplication": {
619
+ "http": {
620
+ "requestUri": "/stop-application",
621
+ "responseCode": 200
622
+ },
623
+ "input": {
624
+ "type": "structure",
625
+ "required": [
626
+ "ApplicationId"
627
+ ],
628
+ "members": {
629
+ "ApplicationId": {},
630
+ "StopConnectedEntity": {},
631
+ "IncludeEc2InstanceShutdown": {
632
+ "type": "boolean"
633
+ }
634
+ }
635
+ },
636
+ "output": {
637
+ "type": "structure",
638
+ "members": {
639
+ "OperationId": {}
640
+ }
641
+ }
642
+ },
548
643
  "TagResource": {
549
644
  "http": {
550
645
  "requestUri": "/tags/{resourceArn}",
@@ -18,6 +18,12 @@
18
18
  "limit_key": "MaxResults",
19
19
  "result_key": "Databases"
20
20
  },
21
+ "ListOperationEvents": {
22
+ "input_token": "NextToken",
23
+ "output_token": "NextToken",
24
+ "limit_key": "MaxResults",
25
+ "result_key": "OperationEvents"
26
+ },
21
27
  "ListOperations": {
22
28
  "input_token": "NextToken",
23
29
  "output_token": "NextToken",
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "verifiedpermissions",
6
6
  "jsonVersion": "1.0",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceFullName": "Amazon Verified Permissions",
9
12
  "serviceId": "VerifiedPermissions",
10
13
  "signatureVersion": "v4",
@@ -263,12 +266,16 @@
263
266
  "resource": {
264
267
  "shape": "S6"
265
268
  },
269
+ "actions": {
270
+ "shape": "S1r"
271
+ },
266
272
  "createdDate": {
267
273
  "shape": "S1g"
268
274
  },
269
275
  "lastUpdatedDate": {
270
276
  "shape": "S1g"
271
- }
277
+ },
278
+ "effect": {}
272
279
  }
273
280
  },
274
281
  "idempotent": true
@@ -284,10 +291,10 @@
284
291
  "idempotencyToken": true
285
292
  },
286
293
  "validationSettings": {
287
- "shape": "S1s"
294
+ "shape": "S1u"
288
295
  },
289
296
  "description": {
290
- "shape": "S1u"
297
+ "shape": "S1w"
291
298
  }
292
299
  }
293
300
  },
@@ -325,7 +332,7 @@
325
332
  },
326
333
  "policyStoreId": {},
327
334
  "description": {
328
- "shape": "S1y"
335
+ "shape": "S20"
329
336
  },
330
337
  "statement": {
331
338
  "shape": "S1m"
@@ -544,6 +551,9 @@
544
551
  "resource": {
545
552
  "shape": "S6"
546
553
  },
554
+ "actions": {
555
+ "shape": "S1r"
556
+ },
547
557
  "definition": {
548
558
  "type": "structure",
549
559
  "members": {
@@ -584,7 +594,8 @@
584
594
  },
585
595
  "lastUpdatedDate": {
586
596
  "shape": "S1g"
587
- }
597
+ },
598
+ "effect": {}
588
599
  }
589
600
  }
590
601
  },
@@ -611,7 +622,7 @@
611
622
  "policyStoreId": {},
612
623
  "arn": {},
613
624
  "validationSettings": {
614
- "shape": "S1s"
625
+ "shape": "S1u"
615
626
  },
616
627
  "createdDate": {
617
628
  "shape": "S1g"
@@ -620,7 +631,7 @@
620
631
  "shape": "S1g"
621
632
  },
622
633
  "description": {
623
- "shape": "S1u"
634
+ "shape": "S1w"
624
635
  }
625
636
  }
626
637
  }
@@ -650,7 +661,7 @@
650
661
  "policyStoreId": {},
651
662
  "policyTemplateId": {},
652
663
  "description": {
653
- "shape": "S1y"
664
+ "shape": "S20"
654
665
  },
655
666
  "statement": {
656
667
  "shape": "S1m"
@@ -685,7 +696,7 @@
685
696
  "members": {
686
697
  "policyStoreId": {},
687
698
  "schema": {
688
- "shape": "S2s"
699
+ "shape": "S2u"
689
700
  },
690
701
  "createdDate": {
691
702
  "shape": "S1g"
@@ -694,7 +705,7 @@
694
705
  "shape": "S1g"
695
706
  },
696
707
  "namespaces": {
697
- "shape": "S2t"
708
+ "shape": "S2v"
698
709
  }
699
710
  }
700
711
  }
@@ -921,10 +932,10 @@
921
932
  "type": "structure",
922
933
  "members": {
923
934
  "principal": {
924
- "shape": "S3e"
935
+ "shape": "S3g"
925
936
  },
926
937
  "resource": {
927
- "shape": "S3e"
938
+ "shape": "S3g"
928
939
  },
929
940
  "policyType": {},
930
941
  "policyTemplateId": {}
@@ -961,6 +972,9 @@
961
972
  "resource": {
962
973
  "shape": "S6"
963
974
  },
975
+ "actions": {
976
+ "shape": "S1r"
977
+ },
964
978
  "definition": {
965
979
  "type": "structure",
966
980
  "members": {
@@ -995,7 +1009,8 @@
995
1009
  },
996
1010
  "lastUpdatedDate": {
997
1011
  "shape": "S1g"
998
- }
1012
+ },
1013
+ "effect": {}
999
1014
  }
1000
1015
  }
1001
1016
  }
@@ -1038,7 +1053,7 @@
1038
1053
  "shape": "S1g"
1039
1054
  },
1040
1055
  "description": {
1041
- "shape": "S1u"
1056
+ "shape": "S1w"
1042
1057
  }
1043
1058
  }
1044
1059
  }
@@ -1081,7 +1096,7 @@
1081
1096
  "policyStoreId": {},
1082
1097
  "policyTemplateId": {},
1083
1098
  "description": {
1084
- "shape": "S1y"
1099
+ "shape": "S20"
1085
1100
  },
1086
1101
  "createdDate": {
1087
1102
  "shape": "S1g"
@@ -1108,7 +1123,7 @@
1108
1123
  "type": "structure",
1109
1124
  "members": {
1110
1125
  "cedarJson": {
1111
- "shape": "S2s"
1126
+ "shape": "S2u"
1112
1127
  }
1113
1128
  },
1114
1129
  "union": true
@@ -1126,7 +1141,7 @@
1126
1141
  "members": {
1127
1142
  "policyStoreId": {},
1128
1143
  "namespaces": {
1129
- "shape": "S2t"
1144
+ "shape": "S2v"
1130
1145
  },
1131
1146
  "createdDate": {
1132
1147
  "shape": "S1g"
@@ -1256,12 +1271,16 @@
1256
1271
  "resource": {
1257
1272
  "shape": "S6"
1258
1273
  },
1274
+ "actions": {
1275
+ "shape": "S1r"
1276
+ },
1259
1277
  "createdDate": {
1260
1278
  "shape": "S1g"
1261
1279
  },
1262
1280
  "lastUpdatedDate": {
1263
1281
  "shape": "S1g"
1264
- }
1282
+ },
1283
+ "effect": {}
1265
1284
  }
1266
1285
  },
1267
1286
  "idempotent": true
@@ -1276,10 +1295,10 @@
1276
1295
  "members": {
1277
1296
  "policyStoreId": {},
1278
1297
  "validationSettings": {
1279
- "shape": "S1s"
1298
+ "shape": "S1u"
1280
1299
  },
1281
1300
  "description": {
1282
- "shape": "S1u"
1301
+ "shape": "S1w"
1283
1302
  }
1284
1303
  }
1285
1304
  },
@@ -1316,7 +1335,7 @@
1316
1335
  "policyStoreId": {},
1317
1336
  "policyTemplateId": {},
1318
1337
  "description": {
1319
- "shape": "S1y"
1338
+ "shape": "S20"
1320
1339
  },
1321
1340
  "statement": {
1322
1341
  "shape": "S1m"
@@ -1547,7 +1566,13 @@
1547
1566
  "type": "string",
1548
1567
  "sensitive": true
1549
1568
  },
1550
- "S1s": {
1569
+ "S1r": {
1570
+ "type": "list",
1571
+ "member": {
1572
+ "shape": "Sk"
1573
+ }
1574
+ },
1575
+ "S1u": {
1551
1576
  "type": "structure",
1552
1577
  "required": [
1553
1578
  "mode"
@@ -1556,26 +1581,26 @@
1556
1581
  "mode": {}
1557
1582
  }
1558
1583
  },
1559
- "S1u": {
1584
+ "S1w": {
1560
1585
  "type": "string",
1561
1586
  "sensitive": true
1562
1587
  },
1563
- "S1y": {
1588
+ "S20": {
1564
1589
  "type": "string",
1565
1590
  "sensitive": true
1566
1591
  },
1567
- "S2s": {
1592
+ "S2u": {
1568
1593
  "type": "string",
1569
1594
  "sensitive": true
1570
1595
  },
1571
- "S2t": {
1596
+ "S2v": {
1572
1597
  "type": "list",
1573
1598
  "member": {
1574
1599
  "type": "string",
1575
1600
  "sensitive": true
1576
1601
  }
1577
1602
  },
1578
- "S3e": {
1603
+ "S3g": {
1579
1604
  "type": "structure",
1580
1605
  "members": {
1581
1606
  "unspecified": {
@@ -13,11 +13,11 @@ declare class BedrockAgentRuntime extends Service {
13
13
  constructor(options?: BedrockAgentRuntime.Types.ClientConfiguration)
14
14
  config: Config & BedrockAgentRuntime.Types.ClientConfiguration;
15
15
  /**
16
- * Sends a prompt for the agent to process and respond to. Use return control event type for function calling. The CLI doesn't support InvokeAgent. To continue the same conversation with an agent, use the same sessionId value in the request. To activate trace enablement, turn enableTrace to true. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see Trace enablement. End a conversation by setting endSession to true. In the sessionState object, you can include attributes for the session or prompt or parameters returned from the action group. Use return control event type for function calling. The response is returned in the bytes field of the chunk object. The attribution object contains citations for parts of the response. If you set enableTrace to true in the request, you can trace the agent's steps and reasoning process that led it to the response. Errors are also surfaced in the response.
16
+ * The CLI doesn't support InvokeAgent. Sends a prompt for the agent to process and respond to. Note the following fields for the request: To continue the same conversation with an agent, use the same sessionId value in the request. To activate trace enablement, turn enableTrace to true. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see Trace enablement. End a conversation by setting endSession to true. In the sessionState object, you can include attributes for the session or prompt or, if you configured an action group to return control, results from invocation of the action group. The response is returned in the bytes field of the chunk object. The attribution object contains citations for parts of the response. If you set enableTrace to true in the request, you can trace the agent's steps and reasoning process that led it to the response. If the action predicted was configured to return control, the response returns parameters for the action, elicited from the user, in the returnControl field. Errors are also surfaced in the response.
17
17
  */
18
18
  invokeAgent(params: BedrockAgentRuntime.Types.InvokeAgentRequest, callback?: (err: AWSError, data: BedrockAgentRuntime.Types.InvokeAgentResponse) => void): Request<BedrockAgentRuntime.Types.InvokeAgentResponse, AWSError>;
19
19
  /**
20
- * Sends a prompt for the agent to process and respond to. Use return control event type for function calling. The CLI doesn't support InvokeAgent. To continue the same conversation with an agent, use the same sessionId value in the request. To activate trace enablement, turn enableTrace to true. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see Trace enablement. End a conversation by setting endSession to true. In the sessionState object, you can include attributes for the session or prompt or parameters returned from the action group. Use return control event type for function calling. The response is returned in the bytes field of the chunk object. The attribution object contains citations for parts of the response. If you set enableTrace to true in the request, you can trace the agent's steps and reasoning process that led it to the response. Errors are also surfaced in the response.
20
+ * The CLI doesn't support InvokeAgent. Sends a prompt for the agent to process and respond to. Note the following fields for the request: To continue the same conversation with an agent, use the same sessionId value in the request. To activate trace enablement, turn enableTrace to true. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see Trace enablement. End a conversation by setting endSession to true. In the sessionState object, you can include attributes for the session or prompt or, if you configured an action group to return control, results from invocation of the action group. The response is returned in the bytes field of the chunk object. The attribution object contains citations for parts of the response. If you set enableTrace to true in the request, you can trace the agent's steps and reasoning process that led it to the response. If the action predicted was configured to return control, the response returns parameters for the action, elicited from the user, in the returnControl field. Errors are also surfaced in the response.
21
21
  */
22
22
  invokeAgent(callback?: (err: AWSError, data: BedrockAgentRuntime.Types.InvokeAgentResponse) => void): Request<BedrockAgentRuntime.Types.InvokeAgentResponse, AWSError>;
23
23
  /**
@@ -75,6 +75,10 @@ declare namespace BedrockAgentRuntime {
75
75
  }
76
76
  export type ActionGroupName = string;
77
77
  export type ActionGroupOutputString = string;
78
+ export type AdditionalModelRequestFields = {[key: string]: AdditionalModelRequestFieldsValue};
79
+ export type AdditionalModelRequestFieldsKey = string;
80
+ export interface AdditionalModelRequestFieldsValue {
81
+ }
78
82
  export type AgentAliasId = string;
79
83
  export type AgentId = string;
80
84
  export type AgentVersion = string;
@@ -141,7 +145,7 @@ declare namespace BedrockAgentRuntime {
141
145
  */
142
146
  httpStatusCode?: Integer;
143
147
  /**
144
- * The response body from the API operation. The key of the object is the content type. The response may be returned directly or from the Lambda function.
148
+ * The response body from the API operation. The key of the object is the content type (currently, only TEXT is supported). The response may be returned directly or from the Lambda function.
145
149
  */
146
150
  responseBody?: ResponseBody;
147
151
  /**
@@ -227,6 +231,18 @@ declare namespace BedrockAgentRuntime {
227
231
  export type ExternalSourceType = "S3"|"BYTE_CONTENT"|string;
228
232
  export type ExternalSources = ExternalSource[];
229
233
  export interface ExternalSourcesGenerationConfiguration {
234
+ /**
235
+ * Additional model parameters and their corresponding values not included in the textInferenceConfig structure for an external source. Takes in custom model parameters specific to the language model being used.
236
+ */
237
+ additionalModelRequestFields?: AdditionalModelRequestFields;
238
+ /**
239
+ * The configuration details for the guardrail.
240
+ */
241
+ guardrailConfiguration?: GuardrailConfiguration;
242
+ /**
243
+ * Configuration settings for inference when using RetrieveAndGenerate to generate responses while using an external source.
244
+ */
245
+ inferenceConfig?: InferenceConfig;
230
246
  /**
231
247
  * Contain the textPromptTemplate string for the external source wrapper object.
232
248
  */
@@ -317,7 +333,7 @@ declare namespace BedrockAgentRuntime {
317
333
  */
318
334
  function?: String;
319
335
  /**
320
- * The response from the function call using the parameters. The response may be returned directly or from the Lambda function.
336
+ * The response from the function call using the parameters. The key of the object is the content type (currently, only TEXT is supported). The response may be returned directly or from the Lambda function.
321
337
  */
322
338
  responseBody?: ResponseBody;
323
339
  /**
@@ -332,12 +348,43 @@ declare namespace BedrockAgentRuntime {
332
348
  textResponsePart?: TextResponsePart;
333
349
  }
334
350
  export interface GenerationConfiguration {
351
+ /**
352
+ * Additional model parameters and corresponding values not included in the textInferenceConfig structure for a knowledge base. This allows users to provide custom model parameters specific to the language model being used.
353
+ */
354
+ additionalModelRequestFields?: AdditionalModelRequestFields;
355
+ /**
356
+ * The configuration details for the guardrail.
357
+ */
358
+ guardrailConfiguration?: GuardrailConfiguration;
359
+ /**
360
+ * Configuration settings for inference when using RetrieveAndGenerate to generate responses while using a knowledge base as a source.
361
+ */
362
+ inferenceConfig?: InferenceConfig;
335
363
  /**
336
364
  * Contains the template for the prompt that's sent to the model for response generation.
337
365
  */
338
366
  promptTemplate?: PromptTemplate;
339
367
  }
368
+ export type GuadrailAction = "INTERVENED"|"NONE"|string;
369
+ export interface GuardrailConfiguration {
370
+ /**
371
+ * The unique identifier for the guardrail.
372
+ */
373
+ guardrailId: GuardrailConfigurationGuardrailIdString;
374
+ /**
375
+ * The version of the guardrail.
376
+ */
377
+ guardrailVersion: GuardrailConfigurationGuardrailVersionString;
378
+ }
379
+ export type GuardrailConfigurationGuardrailIdString = string;
380
+ export type GuardrailConfigurationGuardrailVersionString = string;
340
381
  export type Identifier = string;
382
+ export interface InferenceConfig {
383
+ /**
384
+ * Configuration settings specific to text generation while generating responses using RetrieveAndGenerate.
385
+ */
386
+ textInferenceConfig?: TextInferenceConfig;
387
+ }
341
388
  export interface InferenceConfiguration {
342
389
  /**
343
390
  * The maximum number of tokens allowed in the generated response.
@@ -423,7 +470,7 @@ declare namespace BedrockAgentRuntime {
423
470
  */
424
471
  endSession?: Boolean;
425
472
  /**
426
- * The prompt text to send the agent.
473
+ * The prompt text to send the agent. If you include returnControlInvocationResults in the sessionState field, the inputText field will be ignored.
427
474
  */
428
475
  inputText?: InputText;
429
476
  /**
@@ -431,7 +478,7 @@ declare namespace BedrockAgentRuntime {
431
478
  */
432
479
  sessionId: SessionId;
433
480
  /**
434
- * Contains parameters that specify various attributes of the session. For more information, see Control session context.
481
+ * Contains parameters that specify various attributes of the session. For more information, see Control session context. If you include returnControlInvocationResults in the sessionState field, the inputText field will be ignored.
435
482
  */
436
483
  sessionState?: SessionState;
437
484
  }
@@ -534,6 +581,7 @@ declare namespace BedrockAgentRuntime {
534
581
  }
535
582
  export type KnowledgeBaseVectorSearchConfigurationNumberOfResultsInteger = number;
536
583
  export type LambdaArn = string;
584
+ export type MaxTokens = number;
537
585
  export type MaximumLength = number;
538
586
  export type MimeType = string;
539
587
  export interface ModelInvocationInput {
@@ -711,6 +759,8 @@ declare namespace BedrockAgentRuntime {
711
759
  */
712
760
  properties?: ParameterList;
713
761
  }
762
+ export type RAGStopSequences = RAGStopSequencesMemberString[];
763
+ export type RAGStopSequencesMemberString = string;
714
764
  export interface Rationale {
715
765
  /**
716
766
  * The reasoning or thought process of the agent, based on the input.
@@ -868,6 +918,10 @@ declare namespace BedrockAgentRuntime {
868
918
  * A list of segments of the generated response that are based on sources in the knowledge base, alongside information about the sources.
869
919
  */
870
920
  citations?: Citations;
921
+ /**
922
+ * Specifies if there is a guardrail intervention in the response.
923
+ */
924
+ guardrailAction?: GuadrailAction;
871
925
  /**
872
926
  * Contains the response generated from querying the knowledge base.
873
927
  */
@@ -953,7 +1007,7 @@ declare namespace BedrockAgentRuntime {
953
1007
  export type SessionId = string;
954
1008
  export interface SessionState {
955
1009
  /**
956
- * The identifier of the invocation.
1010
+ * The identifier of the invocation of an action. This value must match the invocationId returned in the InvokeAgent response for the action whose results are provided in the returnControlInvocationResults field. For more information, see Return control to the agent developer and Control session context.
957
1011
  */
958
1012
  invocationId?: String;
959
1013
  /**
@@ -961,7 +1015,7 @@ declare namespace BedrockAgentRuntime {
961
1015
  */
962
1016
  promptSessionAttributes?: PromptSessionAttributesMap;
963
1017
  /**
964
- * Contains information about the results from the action group invocation.
1018
+ * Contains information about the results from the action group invocation. For more information, see Return control to the agent developer and Control session context. If you include this field, the inputText field will be ignored.
965
1019
  */
966
1020
  returnControlInvocationResults?: ReturnControlInvocationResults;
967
1021
  /**
@@ -985,6 +1039,24 @@ declare namespace BedrockAgentRuntime {
985
1039
  export type StopSequences = String[];
986
1040
  export type String = string;
987
1041
  export type Temperature = number;
1042
+ export interface TextInferenceConfig {
1043
+ /**
1044
+ * The maximum number of tokens to generate in the output text. Do not use the minimum of 0 or the maximum of 65536. The limit values described here are arbitary values, for actual values consult the limits defined by your specific model.
1045
+ */
1046
+ maxTokens?: MaxTokens;
1047
+ /**
1048
+ * A list of sequences of characters that, if generated, will cause the model to stop generating further tokens. Do not use a minimum length of 1 or a maximum length of 1000. The limit values described here are arbitary values, for actual values consult the limits defined by your specific model.
1049
+ */
1050
+ stopSequences?: RAGStopSequences;
1051
+ /**
1052
+ * Controls the random-ness of text generated by the language model, influencing how much the model sticks to the most predictable next words versus exploring more surprising options. A lower temperature value (e.g. 0.2 or 0.3) makes model outputs more deterministic or predictable, while a higher temperature (e.g. 0.8 or 0.9) makes the outputs more creative or unpredictable.
1053
+ */
1054
+ temperature?: Temperature;
1055
+ /**
1056
+ * A probability distribution threshold which controls what the model considers for the set of possible next tokens. The model will only consider the top p% of the probability distribution when generating the next token.
1057
+ */
1058
+ topP?: TopP;
1059
+ }
988
1060
  export type TextPromptTemplate = string;
989
1061
  export interface TextResponsePart {
990
1062
  /**
@@ -2024,6 +2024,10 @@ declare namespace Pinpoint {
2024
2024
  * The verified email address to send the email from. The default address is the FromAddress specified for the email channel for the application.
2025
2025
  */
2026
2026
  FromAddress?: __string;
2027
+ /**
2028
+ * The list of MessageHeaders for the email. You can have up to 15 MessageHeaders for each email.
2029
+ */
2030
+ Headers?: ListOfMessageHeader;
2027
2031
  /**
2028
2032
  * The body of the email, in HTML format, for recipients whose email clients render HTML content.
2029
2033
  */
@@ -3064,6 +3068,10 @@ declare namespace Pinpoint {
3064
3068
  * The subject line, or title, to use in email messages that are based on the message template.
3065
3069
  */
3066
3070
  Subject?: __string;
3071
+ /**
3072
+ * The list of MessageHeaders for the email. You can have up to 15 Headers.
3073
+ */
3074
+ Headers?: ListOfMessageHeader;
3067
3075
  /**
3068
3076
  * As of 22-05-2023 tags has been deprecated for update operations. After this date any value in tags is not processed and an error code is not returned. To manage tags we recommend using either Tags in the API Reference for Amazon Pinpoint, resourcegroupstaggingapi commands in the AWS Command Line Interface Documentation or resourcegroupstaggingapi in the AWS SDK. (Deprecated) A string-to-string map of key-value pairs that defines the tags to associate with the message template. Each tag consists of a required tag key and an associated tag value.
3069
3077
  */
@@ -3106,6 +3114,10 @@ declare namespace Pinpoint {
3106
3114
  * The subject line, or title, that's used in email messages that are based on the message template.
3107
3115
  */
3108
3116
  Subject?: __string;
3117
+ /**
3118
+ * The list of MessageHeaders for the email. You can have up to 15 Headers.
3119
+ */
3120
+ Headers?: ListOfMessageHeader;
3109
3121
  /**
3110
3122
  * A string-to-string map of key-value pairs that identifies the tags that are associated with the message template. Each tag consists of a required tag key and an associated tag value.
3111
3123
  */
@@ -6595,6 +6607,21 @@ declare namespace Pinpoint {
6595
6607
  * The body of the email message, in plain text format. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.
6596
6608
  */
6597
6609
  TextPart?: SimpleEmailPart;
6610
+ /**
6611
+ * The list of MessageHeaders for the email. You can have up to 15 Headers.
6612
+ */
6613
+ Headers?: ListOfMessageHeader;
6614
+ }
6615
+ export type ListOfMessageHeader = MessageHeader[];
6616
+ export interface MessageHeader {
6617
+ /**
6618
+ * The name of the message header. The header name can contain up to 126 characters.
6619
+ */
6620
+ Name?: __string;
6621
+ /**
6622
+ * 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.
6623
+ */
6624
+ Value?: __string;
6598
6625
  }
6599
6626
  export interface SimpleEmailPart {
6600
6627
  /**
@@ -737,7 +737,7 @@ declare namespace Route53Resolver {
737
737
  */
738
738
  Name: Name;
739
739
  /**
740
- * How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME, DNAME, ot ALIAS. Inspect_Redirection_Domain (Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be added to the allow domain list. Trust_Redirection_Domain 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.
740
+ * How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. Inspect_Redirection_Domain (Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be added to the domain list. Trust_Redirection_Domain 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.
741
741
  */
742
742
  FirewallDomainRedirectionAction?: FirewallDomainRedirectionAction;
743
743
  /**
@@ -1202,7 +1202,7 @@ declare namespace Route53Resolver {
1202
1202
  */
1203
1203
  ModificationTime?: Rfc3339TimeString;
1204
1204
  /**
1205
- * How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME, DNAME, ot ALIAS. Inspect_Redirection_Domain (Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be added to the allow domain list. Trust_Redirection_Domain 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.
1205
+ * How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. Inspect_Redirection_Domain (Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be added to the domain list. Trust_Redirection_Domain 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.
1206
1206
  */
1207
1207
  FirewallDomainRedirectionAction?: FirewallDomainRedirectionAction;
1208
1208
  /**
@@ -2646,7 +2646,7 @@ declare namespace Route53Resolver {
2646
2646
  */
2647
2647
  Name?: Name;
2648
2648
  /**
2649
- * How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME, DNAME, ot ALIAS. Inspect_Redirection_Domain (Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be added to the allow domain list. Trust_Redirection_Domain 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.
2649
+ * How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME. Inspect_Redirection_Domain (Default) inspects all domains in the redirection chain. The individual domains in the redirection chain must be added to the domain list. Trust_Redirection_Domain 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.
2650
2650
  */
2651
2651
  FirewallDomainRedirectionAction?: FirewallDomainRedirectionAction;
2652
2652
  /**