Skip to content

Commit 4c943b6

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent a667c23 commit 4c943b6

File tree

8 files changed

+592
-93
lines changed

8 files changed

+592
-93
lines changed

codegen/sdk-codegen/aws-models/bedrock-agent.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12535,6 +12535,12 @@
1253512535
"traits": {
1253612536
"smithy.api#documentation": "<p>The name of the VPC endpoint service in your account that is connected to your MongoDB Atlas cluster.</p>"
1253712537
}
12538+
},
12539+
"textIndexName": {
12540+
"target": "com.amazonaws.bedrockagent#MongoDbAtlasIndexName",
12541+
"traits": {
12542+
"smithy.api#documentation": "<p>The name of the text search index in the MongoDB collection. This is required for using the hybrid search\n feature.</p>"
12543+
}
1253812544
}
1253912545
},
1254012546
"traits": {
@@ -14280,6 +14286,12 @@
1428014286
"smithy.api#documentation": "<p>The name of the field in which Amazon Bedrock stores metadata about the vector store.</p>",
1428114287
"smithy.api#required": {}
1428214288
}
14289+
},
14290+
"customMetadataField": {
14291+
"target": "com.amazonaws.bedrockagent#ColumnName",
14292+
"traits": {
14293+
"smithy.api#documentation": "<p>Provide a name for the universal metadata field where Amazon Bedrock will store any custom metadata from \n your data source.</p>"
14294+
}
1428314295
}
1428414296
},
1428514297
"traits": {

codegen/sdk-codegen/aws-models/chime-sdk-voice.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7322,6 +7322,12 @@
73227322
"traits": {
73237323
"smithy.api#documentation": "<p>The updated phone number order time stamp, in ISO 8601 format.</p>"
73247324
}
7325+
},
7326+
"FocDate": {
7327+
"target": "com.amazonaws.chimesdkvoice#Iso8601Timestamp",
7328+
"traits": {
7329+
"smithy.api#documentation": "<p>The Firm Order Commitment (FOC) date for phone number porting orders. This field is null\n if a phone number order is not a porting order.</p>"
7330+
}
73257331
}
73267332
},
73277333
"traits": {
@@ -10939,6 +10945,9 @@
1093910945
"target": "com.amazonaws.chimesdkvoice#ValidateE911AddressResponse"
1094010946
},
1094110947
"errors": [
10948+
{
10949+
"target": "com.amazonaws.chimesdkvoice#AccessDeniedException"
10950+
},
1094210951
{
1094310952
"target": "com.amazonaws.chimesdkvoice#BadRequestException"
1094410953
},

codegen/sdk-codegen/aws-models/mailmanager.json

Lines changed: 163 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,12 @@
13741374
"smithy.api#documentation": "<p>If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret\n ARN.</p>"
13751375
}
13761376
},
1377+
"NetworkConfiguration": {
1378+
"target": "com.amazonaws.mailmanager#NetworkConfiguration",
1379+
"traits": {
1380+
"smithy.api#documentation": "<p>Specifies the network configuration for the ingress point.\n This allows you to create an IPv4-only, Dual-Stack, or PrivateLink type of ingress point. If not specified, the default network type is IPv4-only.\n </p>"
1381+
}
1382+
},
13771383
"Tags": {
13781384
"target": "com.amazonaws.mailmanager#TagList",
13791385
"traits": {
@@ -3289,6 +3295,12 @@
32893295
"smithy.api#documentation": "<p>The authentication configuration of the ingress endpoint resource.</p>"
32903296
}
32913297
},
3298+
"NetworkConfiguration": {
3299+
"target": "com.amazonaws.mailmanager#NetworkConfiguration",
3300+
"traits": {
3301+
"smithy.api#documentation": "<p>The network configuration for the ingress point.</p>"
3302+
}
3303+
},
32923304
"CreatedTimestamp": {
32933305
"target": "smithy.api#Timestamp",
32943306
"traits": {
@@ -4071,6 +4083,60 @@
40714083
"smithy.api#documentation": "<p>The union type representing the allowed types for the left hand side of an IP\n condition.</p>"
40724084
}
40734085
},
4086+
"com.amazonaws.mailmanager#IngressIpv6Attribute": {
4087+
"type": "enum",
4088+
"members": {
4089+
"SENDER_IPV6": {
4090+
"target": "smithy.api#Unit",
4091+
"traits": {
4092+
"smithy.api#enumValue": "SENDER_IPV6"
4093+
}
4094+
}
4095+
}
4096+
},
4097+
"com.amazonaws.mailmanager#IngressIpv6Expression": {
4098+
"type": "structure",
4099+
"members": {
4100+
"Evaluate": {
4101+
"target": "com.amazonaws.mailmanager#IngressIpv6ToEvaluate",
4102+
"traits": {
4103+
"smithy.api#documentation": "<p>The left hand side argument of an IPv6 condition expression.</p>",
4104+
"smithy.api#required": {}
4105+
}
4106+
},
4107+
"Operator": {
4108+
"target": "com.amazonaws.mailmanager#IngressIpOperator",
4109+
"traits": {
4110+
"smithy.api#documentation": "<p>The matching operator for an IPv6 condition expression.</p>",
4111+
"smithy.api#required": {}
4112+
}
4113+
},
4114+
"Values": {
4115+
"target": "com.amazonaws.mailmanager#Ipv6Cidrs",
4116+
"traits": {
4117+
"smithy.api#documentation": "<p>The right hand side argument of an IPv6 condition expression.</p>",
4118+
"smithy.api#required": {}
4119+
}
4120+
}
4121+
},
4122+
"traits": {
4123+
"smithy.api#documentation": "<p>The union type representing the allowed types for the left hand side of an IPv6 condition.</p>"
4124+
}
4125+
},
4126+
"com.amazonaws.mailmanager#IngressIpv6ToEvaluate": {
4127+
"type": "union",
4128+
"members": {
4129+
"Attribute": {
4130+
"target": "com.amazonaws.mailmanager#IngressIpv6Attribute",
4131+
"traits": {
4132+
"smithy.api#documentation": "<p>An enum type representing the allowed attribute types for an IPv6 condition.</p>"
4133+
}
4134+
}
4135+
},
4136+
"traits": {
4137+
"smithy.api#documentation": "<p>The structure for an IPv6 based condition matching on the incoming mail.</p>"
4138+
}
4139+
},
40744140
"com.amazonaws.mailmanager#IngressIsInAddressList": {
40754141
"type": "structure",
40764142
"members": {
@@ -4521,6 +4587,23 @@
45214587
"smithy.api#documentation": "<p>The union type representing the allowed types for the left hand side of a TLS\n condition.</p>"
45224588
}
45234589
},
4590+
"com.amazonaws.mailmanager#IpType": {
4591+
"type": "enum",
4592+
"members": {
4593+
"IPV4": {
4594+
"target": "smithy.api#Unit",
4595+
"traits": {
4596+
"smithy.api#enumValue": "IPV4"
4597+
}
4598+
},
4599+
"DUAL_STACK": {
4600+
"target": "smithy.api#Unit",
4601+
"traits": {
4602+
"smithy.api#enumValue": "DUAL_STACK"
4603+
}
4604+
}
4605+
}
4606+
},
45244607
"com.amazonaws.mailmanager#Ipv4Cidr": {
45254608
"type": "string",
45264609
"traits": {
@@ -4533,6 +4616,21 @@
45334616
"target": "com.amazonaws.mailmanager#Ipv4Cidr"
45344617
}
45354618
},
4619+
"com.amazonaws.mailmanager#Ipv6Cidr": {
4620+
"type": "string",
4621+
"traits": {
4622+
"smithy.api#length": {
4623+
"max": 49
4624+
},
4625+
"smithy.api#pattern": "^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))\\/(12[0-8]|1[0-1][0-9]|[1-9][0-9]|[0-9])$"
4626+
}
4627+
},
4628+
"com.amazonaws.mailmanager#Ipv6Cidrs": {
4629+
"type": "list",
4630+
"member": {
4631+
"target": "com.amazonaws.mailmanager#Ipv6Cidr"
4632+
}
4633+
},
45364634
"com.amazonaws.mailmanager#JobId": {
45374635
"type": "string",
45384636
"traits": {
@@ -6517,6 +6615,26 @@
65176615
"smithy.api#pattern": "^[a-zA-Z0-9:_/+=,@.#-]+$"
65186616
}
65196617
},
6618+
"com.amazonaws.mailmanager#NetworkConfiguration": {
6619+
"type": "union",
6620+
"members": {
6621+
"PublicNetworkConfiguration": {
6622+
"target": "com.amazonaws.mailmanager#PublicNetworkConfiguration",
6623+
"traits": {
6624+
"smithy.api#documentation": "<p>Specifies the network configuration for the public ingress point.</p>"
6625+
}
6626+
},
6627+
"PrivateNetworkConfiguration": {
6628+
"target": "com.amazonaws.mailmanager#PrivateNetworkConfiguration",
6629+
"traits": {
6630+
"smithy.api#documentation": "<p>Specifies the network configuration for the private ingress point.</p>"
6631+
}
6632+
}
6633+
},
6634+
"traits": {
6635+
"smithy.api#documentation": "<p>The network type (IPv4-only, Dual-Stack, PrivateLink) of the ingress endpoint resource.</p>"
6636+
}
6637+
},
65206638
"com.amazonaws.mailmanager#NoAuthentication": {
65216639
"type": "structure",
65226640
"members": {},
@@ -6557,6 +6675,12 @@
65576675
"smithy.api#documentation": "<p>This represents an IP based condition matching on the incoming mail. It performs the\n operation configured in 'Operator' and evaluates the 'Protocol' object against the\n 'Value'.</p>"
65586676
}
65596677
},
6678+
"Ipv6Expression": {
6679+
"target": "com.amazonaws.mailmanager#IngressIpv6Expression",
6680+
"traits": {
6681+
"smithy.api#documentation": "<p>This represents an IPv6 based condition matching on the incoming mail. It performs the\n operation configured in 'Operator' and evaluates the 'Protocol' object against the\n 'Value'.</p>"
6682+
}
6683+
},
65606684
"TlsExpression": {
65616685
"target": "com.amazonaws.mailmanager#IngressTlsProtocolExpression",
65626686
"traits": {
@@ -6619,6 +6743,37 @@
66196743
"smithy.api#sensitive": {}
66206744
}
66216745
},
6746+
"com.amazonaws.mailmanager#PrivateNetworkConfiguration": {
6747+
"type": "structure",
6748+
"members": {
6749+
"VpcEndpointId": {
6750+
"target": "com.amazonaws.mailmanager#VpcEndpointId",
6751+
"traits": {
6752+
"smithy.api#documentation": "<p>The identifier of the VPC endpoint to associate with this private ingress point.</p>",
6753+
"smithy.api#required": {}
6754+
}
6755+
}
6756+
},
6757+
"traits": {
6758+
"smithy.api#documentation": "<p>Specifies the network configuration for the private ingress point.</p>"
6759+
}
6760+
},
6761+
"com.amazonaws.mailmanager#PublicNetworkConfiguration": {
6762+
"type": "structure",
6763+
"members": {
6764+
"IpType": {
6765+
"target": "com.amazonaws.mailmanager#IpType",
6766+
"traits": {
6767+
"smithy.api#default": "IPV4",
6768+
"smithy.api#documentation": "<p>The IP address type for the public ingress point. Valid values are IPV4 and DUAL_STACK.</p>",
6769+
"smithy.api#required": {}
6770+
}
6771+
}
6772+
},
6773+
"traits": {
6774+
"smithy.api#documentation": "<p>Specifies the network configuration for the public ingress point.</p>"
6775+
}
6776+
},
66226777
"com.amazonaws.mailmanager#QBusinessApplicationId": {
66236778
"type": "string",
66246779
"traits": {
@@ -7596,9 +7751,9 @@
75967751
"traits": {
75977752
"smithy.api#length": {
75987753
"min": 1,
7599-
"max": 18
7754+
"max": 43
76007755
},
7601-
"smithy.api#pattern": "^(([0-9]|.|/)*)$"
7756+
"smithy.api#pattern": "^(([0-9]|.|:|/)*)$"
76027757
}
76037758
},
76047759
"com.amazonaws.mailmanager#RuleIpToEvaluate": {
@@ -9583,6 +9738,12 @@
95839738
"smithy.api#error": "client",
95849739
"smithy.api#httpError": 400
95859740
}
9741+
},
9742+
"com.amazonaws.mailmanager#VpcEndpointId": {
9743+
"type": "string",
9744+
"traits": {
9745+
"smithy.api#pattern": "^vpce-[a-zA-Z0-9]{17}$"
9746+
}
95869747
}
95879748
}
95889749
}

0 commit comments

Comments
 (0)