Skip to content

Commit c43c5bf

Browse files
Update models for release
1 parent b2eb01f commit c43c5bf

30 files changed

+664
-153
lines changed

‎.changes/3.342.20

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "BedrockAgent",
5+
"description": "Added optional \"customMetadataField\" for Amazon Aurora knowledge bases, allowing single-column metadata. Also added optional \"textIndexName\" for MongoDB Atlas knowledge bases, enabling hybrid search support."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "SESv2",
10+
"description": "This release enables customers to provide attachments in the SESv2 SendEmail and SendBulkEmail APIs."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "ChimeSDKVoice",
15+
"description": "Added FOC date as an attribute of PhoneNumberOrder, added AccessDeniedException as a possible return type of ValidateE911Address"
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "SageMaker",
20+
"description": "Adds support for i3en, m7i, r7i instance types for SageMaker Hyperpod"
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "MailManager",
25+
"description": "Add support for Dual_Stack and PrivateLink types of IngressPoint. For configuration requests, SES Mail Manager will now accept both IPv4\/IPv6 dual-stack endpoints and AWS PrivateLink VPC endpoints for email receiving."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "Route53",
30+
"description": "Added us-gov-east-1 and us-gov-west-1 as valid Latency Based Routing regions for change-resource-record-sets."
31+
},
32+
{
33+
"type": "enhancement",
34+
"category": "OpenSearchService",
35+
"description": "Improve descriptions for various API commands and data types."
36+
},
37+
{
38+
"type": "api-change",
39+
"category": "TranscribeService",
40+
"description": "This Feature Adds Support for the \"zh-HK\" Locale for Batch Operations"
41+
}
42+
]

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\BedrockAgent` - Added optional "customMetadataField" for Amazon Aurora knowledge bases, allowing single-column metadata. Also added optional "textIndexName" for MongoDB Atlas knowledge bases, enabling hybrid search support.
6+
* `Aws\SESv2` - This release enables customers to provide attachments in the SESv2 SendEmail and SendBulkEmail APIs.
7+
* `Aws\ChimeSDKVoice` - Added FOC date as an attribute of PhoneNumberOrder, added AccessDeniedException as a possible return type of ValidateE911Address
8+
* `Aws\SageMaker` - Adds support for i3en, m7i, r7i instance types for SageMaker Hyperpod
9+
* `Aws\MailManager` - Add support for Dual_Stack and PrivateLink types of IngressPoint. For configuration requests, SES Mail Manager will now accept both IPv4/IPv6 dual-stack endpoints and AWS PrivateLink VPC endpoints for email receiving.
10+
* `Aws\Route53` - Added us-gov-east-1 and us-gov-west-1 as valid Latency Based Routing regions for change-resource-record-sets.
11+
* `Aws\OpenSearchService` - Improve descriptions for various API commands and data types.
12+
* `Aws\TranscribeService` - This Feature Adds Support for the "zh-HK" Locale for Batch Operations
13+
314
## 3.342.19 - 2025-04-02
415

516
* `Aws\ECS` - This is an Amazon ECS documentation only update to address various tickets.

‎src/data/bedrock-agent/2023-06-05/api-2.json

+2
Original file line numberDiff line numberDiff line change
@@ -5307,6 +5307,7 @@
53075307
"endpoint":{"shape":"MongoDbAtlasEndpoint"},
53085308
"endpointServiceName":{"shape":"MongoDbAtlasEndpointServiceName"},
53095309
"fieldMapping":{"shape":"MongoDbAtlasFieldMapping"},
5310+
"textIndexName":{"shape":"MongoDbAtlasIndexName"},
53105311
"vectorIndexName":{"shape":"MongoDbAtlasIndexName"}
53115312
}
53125313
},
@@ -6047,6 +6048,7 @@
60476048
"vectorField"
60486049
],
60496050
"members":{
6051+
"customMetadataField":{"shape":"ColumnName"},
60506052
"metadataField":{"shape":"ColumnName"},
60516053
"primaryKeyField":{"shape":"ColumnName"},
60526054
"textField":{"shape":"ColumnName"},

‎src/data/bedrock-agent/2023-06-05/api-2.json.php

+1-1
Large diffs are not rendered by default.

‎src/data/bedrock-agent/2023-06-05/docs-2.json

+2
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@
558558
"ColumnName": {
559559
"base": null,
560560
"refs": {
561+
"RdsFieldMapping$customMetadataField": "<p>Provide a name for the universal metadata field where Amazon Bedrock will store any custom metadata from your data source.</p>",
561562
"RdsFieldMapping$metadataField": "<p>The name of the field in which Amazon Bedrock stores metadata about the vector store.</p>",
562563
"RdsFieldMapping$primaryKeyField": "<p>The name of the field in which Amazon Bedrock stores the ID for each entry.</p>",
563564
"RdsFieldMapping$textField": "<p>The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.</p>",
@@ -2795,6 +2796,7 @@
27952796
"MongoDbAtlasIndexName": {
27962797
"base": null,
27972798
"refs": {
2799+
"MongoDbAtlasConfiguration$textIndexName": "<p>The name of the text search index in the MongoDB collection. This is required for using the hybrid search feature.</p>",
27982800
"MongoDbAtlasConfiguration$vectorIndexName": "<p>The name of the MongoDB Atlas vector search index.</p>"
27992801
}
28002802
},

‎src/data/bedrock-agent/2023-06-05/docs-2.json.php

+1-1
Large diffs are not rendered by default.

‎src/data/chime-sdk-voice/2022-08-03/api-2.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1857,6 +1857,7 @@
18571857
{"shape":"ForbiddenException"},
18581858
{"shape":"BadRequestException"},
18591859
{"shape":"ThrottledClientException"},
1860+
{"shape":"AccessDeniedException"},
18601861
{"shape":"ServiceUnavailableException"},
18611862
{"shape":"ServiceFailureException"}
18621863
]
@@ -3556,7 +3557,8 @@
35563557
"OrderType":{"shape":"PhoneNumberOrderType"},
35573558
"OrderedPhoneNumbers":{"shape":"OrderedPhoneNumberList"},
35583559
"CreatedTimestamp":{"shape":"Iso8601Timestamp"},
3559-
"UpdatedTimestamp":{"shape":"Iso8601Timestamp"}
3560+
"UpdatedTimestamp":{"shape":"Iso8601Timestamp"},
3561+
"FocDate":{"shape":"Iso8601Timestamp"}
35603562
}
35613563
},
35623564
"PhoneNumberOrderList":{

‎src/data/chime-sdk-voice/2022-08-03/api-2.json.php

+1-1
Large diffs are not rendered by default.

‎src/data/chime-sdk-voice/2022-08-03/docs-2.json

+1
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,7 @@
882882
"PhoneNumberAssociation$AssociatedTimestamp": "<p>The timestamp of the phone number association, in ISO 8601 format.</p>",
883883
"PhoneNumberOrder$CreatedTimestamp": "<p>The phone number order creation time stamp, in ISO 8601 format.</p>",
884884
"PhoneNumberOrder$UpdatedTimestamp": "<p>The updated phone number order time stamp, in ISO 8601 format.</p>",
885+
"PhoneNumberOrder$FocDate": "<p>The Firm Order Commitment (FOC) date for phone number porting orders. This field is null if a phone number order is not a porting order.</p>",
885886
"ProxySession$CreatedTimestamp": "<p>The created time stamp, in ISO 8601 format.</p>",
886887
"ProxySession$UpdatedTimestamp": "<p>The updated time stamp, in ISO 8601 format.</p>",
887888
"ProxySession$EndedTimestamp": "<p>The ended time stamp, in ISO 8601 format.</p>",

‎src/data/chime-sdk-voice/2022-08-03/docs-2.json.php

+1-1
Large diffs are not rendered by default.

‎src/data/endpoints.json

+204-40
Original file line numberDiff line numberDiff line change
@@ -2800,34 +2800,174 @@
28002800
},
28012801
"appsync" : {
28022802
"endpoints" : {
2803-
"af-south-1" : { },
2804-
"ap-east-1" : { },
2805-
"ap-northeast-1" : { },
2806-
"ap-northeast-2" : { },
2807-
"ap-northeast-3" : { },
2808-
"ap-south-1" : { },
2809-
"ap-south-2" : { },
2810-
"ap-southeast-1" : { },
2811-
"ap-southeast-2" : { },
2812-
"ap-southeast-3" : { },
2813-
"ap-southeast-4" : { },
2814-
"ca-central-1" : { },
2815-
"eu-central-1" : { },
2816-
"eu-central-2" : { },
2817-
"eu-north-1" : { },
2818-
"eu-south-1" : { },
2819-
"eu-south-2" : { },
2820-
"eu-west-1" : { },
2821-
"eu-west-2" : { },
2822-
"eu-west-3" : { },
2823-
"il-central-1" : { },
2824-
"me-central-1" : { },
2825-
"me-south-1" : { },
2826-
"sa-east-1" : { },
2827-
"us-east-1" : { },
2828-
"us-east-2" : { },
2829-
"us-west-1" : { },
2830-
"us-west-2" : { }
2803+
"af-south-1" : {
2804+
"variants" : [ {
2805+
"hostname" : "appsync.af-south-1.api.aws",
2806+
"tags" : [ "dualstack" ]
2807+
} ]
2808+
},
2809+
"ap-east-1" : {
2810+
"variants" : [ {
2811+
"hostname" : "appsync.ap-east-1.api.aws",
2812+
"tags" : [ "dualstack" ]
2813+
} ]
2814+
},
2815+
"ap-northeast-1" : {
2816+
"variants" : [ {
2817+
"hostname" : "appsync.ap-northeast-1.api.aws",
2818+
"tags" : [ "dualstack" ]
2819+
} ]
2820+
},
2821+
"ap-northeast-2" : {
2822+
"variants" : [ {
2823+
"hostname" : "appsync.ap-northeast-2.api.aws",
2824+
"tags" : [ "dualstack" ]
2825+
} ]
2826+
},
2827+
"ap-northeast-3" : {
2828+
"variants" : [ {
2829+
"hostname" : "appsync.ap-northeast-3.api.aws",
2830+
"tags" : [ "dualstack" ]
2831+
} ]
2832+
},
2833+
"ap-south-1" : {
2834+
"variants" : [ {
2835+
"hostname" : "appsync.ap-south-1.api.aws",
2836+
"tags" : [ "dualstack" ]
2837+
} ]
2838+
},
2839+
"ap-south-2" : {
2840+
"variants" : [ {
2841+
"hostname" : "appsync.ap-south-2.api.aws",
2842+
"tags" : [ "dualstack" ]
2843+
} ]
2844+
},
2845+
"ap-southeast-1" : {
2846+
"variants" : [ {
2847+
"hostname" : "appsync.ap-southeast-1.api.aws",
2848+
"tags" : [ "dualstack" ]
2849+
} ]
2850+
},
2851+
"ap-southeast-2" : {
2852+
"variants" : [ {
2853+
"hostname" : "appsync.ap-southeast-2.api.aws",
2854+
"tags" : [ "dualstack" ]
2855+
} ]
2856+
},
2857+
"ap-southeast-3" : {
2858+
"variants" : [ {
2859+
"hostname" : "appsync.ap-southeast-3.api.aws",
2860+
"tags" : [ "dualstack" ]
2861+
} ]
2862+
},
2863+
"ap-southeast-4" : {
2864+
"variants" : [ {
2865+
"hostname" : "appsync.ap-southeast-4.api.aws",
2866+
"tags" : [ "dualstack" ]
2867+
} ]
2868+
},
2869+
"ca-central-1" : {
2870+
"variants" : [ {
2871+
"hostname" : "appsync.ca-central-1.api.aws",
2872+
"tags" : [ "dualstack" ]
2873+
} ]
2874+
},
2875+
"eu-central-1" : {
2876+
"variants" : [ {
2877+
"hostname" : "appsync.eu-central-1.api.aws",
2878+
"tags" : [ "dualstack" ]
2879+
} ]
2880+
},
2881+
"eu-central-2" : {
2882+
"variants" : [ {
2883+
"hostname" : "appsync.eu-central-2.api.aws",
2884+
"tags" : [ "dualstack" ]
2885+
} ]
2886+
},
2887+
"eu-north-1" : {
2888+
"variants" : [ {
2889+
"hostname" : "appsync.eu-north-1.api.aws",
2890+
"tags" : [ "dualstack" ]
2891+
} ]
2892+
},
2893+
"eu-south-1" : {
2894+
"variants" : [ {
2895+
"hostname" : "appsync.eu-south-1.api.aws",
2896+
"tags" : [ "dualstack" ]
2897+
} ]
2898+
},
2899+
"eu-south-2" : {
2900+
"variants" : [ {
2901+
"hostname" : "appsync.eu-south-2.api.aws",
2902+
"tags" : [ "dualstack" ]
2903+
} ]
2904+
},
2905+
"eu-west-1" : {
2906+
"variants" : [ {
2907+
"hostname" : "appsync.eu-west-1.api.aws",
2908+
"tags" : [ "dualstack" ]
2909+
} ]
2910+
},
2911+
"eu-west-2" : {
2912+
"variants" : [ {
2913+
"hostname" : "appsync.eu-west-2.api.aws",
2914+
"tags" : [ "dualstack" ]
2915+
} ]
2916+
},
2917+
"eu-west-3" : {
2918+
"variants" : [ {
2919+
"hostname" : "appsync.eu-west-3.api.aws",
2920+
"tags" : [ "dualstack" ]
2921+
} ]
2922+
},
2923+
"il-central-1" : {
2924+
"variants" : [ {
2925+
"hostname" : "appsync.il-central-1.api.aws",
2926+
"tags" : [ "dualstack" ]
2927+
} ]
2928+
},
2929+
"me-central-1" : {
2930+
"variants" : [ {
2931+
"hostname" : "appsync.me-central-1.api.aws",
2932+
"tags" : [ "dualstack" ]
2933+
} ]
2934+
},
2935+
"me-south-1" : {
2936+
"variants" : [ {
2937+
"hostname" : "appsync.me-south-1.api.aws",
2938+
"tags" : [ "dualstack" ]
2939+
} ]
2940+
},
2941+
"sa-east-1" : {
2942+
"variants" : [ {
2943+
"hostname" : "appsync.sa-east-1.api.aws",
2944+
"tags" : [ "dualstack" ]
2945+
} ]
2946+
},
2947+
"us-east-1" : {
2948+
"variants" : [ {
2949+
"hostname" : "appsync.us-east-1.api.aws",
2950+
"tags" : [ "dualstack" ]
2951+
} ]
2952+
},
2953+
"us-east-2" : {
2954+
"variants" : [ {
2955+
"hostname" : "appsync.us-east-2.api.aws",
2956+
"tags" : [ "dualstack" ]
2957+
} ]
2958+
},
2959+
"us-west-1" : {
2960+
"variants" : [ {
2961+
"hostname" : "appsync.us-west-1.api.aws",
2962+
"tags" : [ "dualstack" ]
2963+
} ]
2964+
},
2965+
"us-west-2" : {
2966+
"variants" : [ {
2967+
"hostname" : "appsync.us-west-2.api.aws",
2968+
"tags" : [ "dualstack" ]
2969+
} ]
2970+
}
28312971
}
28322972
},
28332973
"apptest" : {
@@ -25325,6 +25465,7 @@
2532525465
"ap-southeast-2" : { },
2532625466
"ap-southeast-3" : { },
2532725467
"ap-southeast-4" : { },
25468+
"ap-southeast-5" : { },
2532825469
"ca-central-1" : { },
2532925470
"ca-west-1" : { },
2533025471
"eu-central-1" : { },
@@ -28730,8 +28871,18 @@
2873028871
},
2873128872
"appsync" : {
2873228873
"endpoints" : {
28733-
"cn-north-1" : { },
28734-
"cn-northwest-1" : { }
28874+
"cn-north-1" : {
28875+
"variants" : [ {
28876+
"hostname" : "appsync.cn-north-1.api.amazonwebservices.com.cn",
28877+
"tags" : [ "dualstack" ]
28878+
} ]
28879+
},
28880+
"cn-northwest-1" : {
28881+
"variants" : [ {
28882+
"hostname" : "appsync.cn-northwest-1.api.amazonwebservices.com.cn",
28883+
"tags" : [ "dualstack" ]
28884+
} ]
28885+
}
2873528886
}
2873628887
},
2873728888
"arc-zonal-shift" : {
@@ -38618,16 +38769,8 @@
3861838769
},
3861938770
"secretsmanager" : {
3862038771
"endpoints" : {
38621-
"us-isof-east-1" : {
38622-
"variants" : [ {
38623-
"tags" : [ "dualstack" ]
38624-
} ]
38625-
},
38626-
"us-isof-south-1" : {
38627-
"variants" : [ {
38628-
"tags" : [ "dualstack" ]
38629-
} ]
38630-
}
38772+
"us-isof-east-1" : { },
38773+
"us-isof-south-1" : { }
3863138774
}
3863238775
},
3863338776
"servicediscovery" : {
@@ -38773,6 +38916,27 @@
3877338916
}
3877438917
}
3877538918
}
38919+
}, {
38920+
"defaults" : {
38921+
"hostname" : "{service}.{region}.{dnsSuffix}",
38922+
"protocols" : [ "https" ],
38923+
"signatureVersions" : [ "v4" ],
38924+
"variants" : [ {
38925+
"dnsSuffix" : "amazonaws.eu",
38926+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
38927+
"tags" : [ "fips" ]
38928+
} ]
38929+
},
38930+
"dnsSuffix" : "amazonaws.eu",
38931+
"partition" : "aws-eusc",
38932+
"partitionName" : "AWS EUSC",
38933+
"regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
38934+
"regions" : {
38935+
"eusc-de-east-1" : {
38936+
"description" : "EU (Germany)"
38937+
}
38938+
},
38939+
"services" : { }
3877638940
} ],
3877738941
"version" : 3
3877838942
}

0 commit comments

Comments
 (0)
X