Skip to content

Commit add11ee

Browse files
Update to latest models
1 parent d122d84 commit add11ee

13 files changed

Lines changed: 474 additions & 33 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``bedrock-agentcore-control``",
4+
"description": "Added support for configuring identity providers and inbound authorizers within a private VPC for AWS Bedrock AgentCore, enabling secure network connection without public internet access"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``connect``",
4+
"description": "Amazon Connect is expanding attachment capabilities to give customers greater flexibility and control. Currently limited to predefined file types, the new feature will allow contact center administrators to customize which file extensions and sizes are supported across chat, email, tasks, and cases."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``connecthealth``",
4+
"description": "Corrected CreateWebAppConfiguration documentation. Adding slash as an allowed character for the Ambient documentation agent to allow pronoun specifications."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``evs``",
4+
"description": "EVS now supports i7i.metal-24xl EC2 bare metal instance type, delivering high random IOPS performance with real-time latency, ideal for IO intensive and latency-sensitive workloads such as transactional databases, real-time analytics, and AI ML pre-processing."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``logs``",
4+
"description": "Adding nextToken and maxItems to the GetQueryResults API."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``transfer``",
4+
"description": "AWS Transfer Family now support configurable IP address types for Web Apps of type VPC, enabling customers to select IPv4-only or dual-stack (IPv4 and IPv6) configurations based on their network requirements."
5+
}

awscli/botocore/data/bedrock-agentcore-control/2023-06-05/service-2.json

Lines changed: 104 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@
617617
{"shape":"UnauthorizedException"},
618618
{"shape":"ValidationException"},
619619
{"shape":"AccessDeniedException"},
620+
{"shape":"ConflictException"},
620621
{"shape":"ResourceNotFoundException"},
621622
{"shape":"ThrottlingException"},
622623
{"shape":"InternalServerException"}
@@ -2103,7 +2104,8 @@
21032104
"PYTHON_3_11",
21042105
"PYTHON_3_12",
21052106
"PYTHON_3_13",
2106-
"PYTHON_3_14"
2107+
"PYTHON_3_14",
2108+
"NODE_22"
21072109
]
21082110
},
21092111
"AgentRuntime":{
@@ -3047,7 +3049,7 @@
30473049
},
30483050
"runtime":{
30493051
"shape":"AgentManagedRuntimeType",
3050-
"documentation":"<p>The runtime environment for executing the code (for example, Python 3.9 or Node.js 18).</p>"
3052+
"documentation":"<p>The runtime environment for executing the agent code. Specify the programming language and version to use for the agent runtime. For valid values, see the list of supported runtimes.</p>"
30513053
},
30523054
"entryPoint":{
30533055
"shape":"CodeConfigurationEntryPointList",
@@ -4179,7 +4181,11 @@
41794181
"shape":"String",
41804182
"documentation":"<p>Callback URL to register on the OAuth2 credential provider as an allowed callback URL. This URL is where the OAuth2 authorization server redirects users after they complete the authorization flow.</p>"
41814183
},
4182-
"oauth2ProviderConfigOutput":{"shape":"Oauth2ProviderConfigOutput"}
4184+
"oauth2ProviderConfigOutput":{"shape":"Oauth2ProviderConfigOutput"},
4185+
"status":{
4186+
"shape":"Status",
4187+
"documentation":"<p>The current status of the OAuth2 credential provider.</p>"
4188+
}
41834189
}
41844190
},
41854191
"CreateOnlineEvaluationConfigRequest":{
@@ -4859,6 +4865,11 @@
48594865
"customClaims":{
48604866
"shape":"CustomClaimValidationsType",
48614867
"documentation":"<p>An array of objects that define a custom claim validation name, value, and operation </p>"
4868+
},
4869+
"privateEndpoint":{"shape":"PrivateEndpoint"},
4870+
"privateEndpointOverrides":{
4871+
"shape":"PrivateEndpointOverrides",
4872+
"documentation":"<p>A list of private endpoint overrides for the JWT authorizer. Each override maps a specific domain to a private endpoint, enabling secure connectivity through VPC Lattice resource configurations.</p>"
48624873
}
48634874
},
48644875
"documentation":"<p>Configuration for inbound JWT-based authorization, specifying how incoming requests should be authenticated.</p>"
@@ -4912,6 +4923,14 @@
49124923
"clientSecret":{
49134924
"shape":"ClientSecretType",
49144925
"documentation":"<p>The client secret for the custom OAuth2 provider.</p>"
4926+
},
4927+
"privateEndpoint":{
4928+
"shape":"PrivateEndpoint",
4929+
"documentation":"<p>The default private endpoint for the custom OAuth2 provider, enabling secure connectivity through a VPC Lattice resource configuration.</p>"
4930+
},
4931+
"privateEndpointOverrides":{
4932+
"shape":"PrivateEndpointOverrides",
4933+
"documentation":"<p>The list of private endpoint overrides for the custom OAuth2 provider. Each override maps a specific domain to a private endpoint, enabling secure connectivity through VPC Lattice resource configurations.</p>"
49154934
}
49164935
},
49174936
"documentation":"<p>Input configuration for a custom OAuth2 provider.</p>"
@@ -4927,6 +4946,14 @@
49274946
"clientId":{
49284947
"shape":"ClientIdType",
49294948
"documentation":"<p>The client ID for the custom OAuth2 provider.</p>"
4949+
},
4950+
"privateEndpoint":{
4951+
"shape":"PrivateEndpoint",
4952+
"documentation":"<p>The default private endpoint for the custom OAuth2 provider, enabling secure connectivity through a VPC Lattice resource configuration.</p>"
4953+
},
4954+
"privateEndpointOverrides":{
4955+
"shape":"PrivateEndpointOverrides",
4956+
"documentation":"<p>The list of private endpoint overrides for the custom OAuth2 provider. Each override maps a specific domain to a private endpoint, enabling secure connectivity through VPC Lattice resource configurations.</p>"
49304957
}
49314958
},
49324959
"documentation":"<p>Output configuration for a custom OAuth2 provider.</p>"
@@ -7354,6 +7381,14 @@
73547381
"lastUpdatedTime":{
73557382
"shape":"Timestamp",
73567383
"documentation":"<p>The timestamp when the OAuth2 credential provider was last updated.</p>"
7384+
},
7385+
"status":{
7386+
"shape":"Status",
7387+
"documentation":"<p>The current status of the OAuth2 credential provider.</p>"
7388+
},
7389+
"failureReason":{
7390+
"shape":"String",
7391+
"documentation":"<p>The reason for the failure if the OAuth2 credential provider is in a failed state.</p>"
73577392
}
73587393
}
73597394
},
@@ -9916,7 +9951,25 @@
99169951
},
99179952
"documentation":"<p>The configuration for a Model Context Protocol (MCP) gateway. This structure defines how the gateway implements the MCP protocol.</p>"
99189953
},
9919-
"ManagedLatticeResource":{
9954+
"ManagedResourceDetails":{
9955+
"type":"structure",
9956+
"members":{
9957+
"domain":{
9958+
"shape":"DomainName",
9959+
"documentation":"<p>The domain associated with this managed resource.</p>"
9960+
},
9961+
"resourceGatewayArn":{
9962+
"shape":"ResourceGatewayArn",
9963+
"documentation":"<p>The ARN of the VPC Lattice resource gateway created in your account.</p>"
9964+
},
9965+
"resourceAssociationArn":{
9966+
"shape":"ResourceAssociationArn",
9967+
"documentation":"<p>The ARN of the service network resource association.</p>"
9968+
}
9969+
},
9970+
"documentation":"<p>Details of a resource created and managed by the gateway for private endpoint connectivity.</p>"
9971+
},
9972+
"ManagedVpcResource":{
99209973
"type":"structure",
99219974
"required":[
99229975
"vpcIdentifier",
@@ -9951,24 +10004,6 @@
995110004
},
995210005
"documentation":"<p>Configuration for a managed VPC Lattice resource. The gateway creates and manages the VPC Lattice resource gateway and resource configuration on your behalf using a service-linked role.</p>"
995310006
},
9954-
"ManagedResourceDetails":{
9955-
"type":"structure",
9956-
"members":{
9957-
"domain":{
9958-
"shape":"DomainName",
9959-
"documentation":"<p>The domain associated with this managed resource.</p>"
9960-
},
9961-
"resourceGatewayArn":{
9962-
"shape":"ResourceGatewayArn",
9963-
"documentation":"<p>The ARN of the VPC Lattice resource gateway created in your account.</p>"
9964-
},
9965-
"resourceAssociationArn":{
9966-
"shape":"ResourceAssociationArn",
9967-
"documentation":"<p>The ARN of the service network resource association.</p>"
9968-
}
9969-
},
9970-
"documentation":"<p>Details of a resource created and managed by the gateway for private endpoint connectivity.</p>"
9971-
},
997210007
"MatchValueString":{
997310008
"type":"string",
997410009
"max":255,
@@ -11393,8 +11428,8 @@
1139311428
"shape":"SelfManagedLatticeResource",
1139411429
"documentation":"<p>Configuration for connecting to a private resource using a self-managed VPC Lattice resource configuration.</p>"
1139511430
},
11396-
"managedLatticeResource":{
11397-
"shape":"ManagedLatticeResource",
11431+
"managedVpcResource":{
11432+
"shape":"ManagedVpcResource",
1139811433
"documentation":"<p>Configuration for connecting to a private resource using a managed VPC Lattice resource. The gateway creates and manages the VPC Lattice resources on your behalf.</p>"
1139911434
}
1140011435
},
@@ -11406,6 +11441,35 @@
1140611441
"member":{"shape":"ManagedResourceDetails"},
1140711442
"documentation":"<p>A list of managed resources created by the gateway for private endpoint connectivity.</p>"
1140811443
},
11444+
"PrivateEndpointOverride":{
11445+
"type":"structure",
11446+
"required":[
11447+
"domain",
11448+
"privateEndpoint"
11449+
],
11450+
"members":{
11451+
"domain":{
11452+
"shape":"PrivateEndpointOverrideDomain",
11453+
"documentation":"<p>The domain to override with a private endpoint.</p>"
11454+
},
11455+
"privateEndpoint":{
11456+
"shape":"PrivateEndpoint",
11457+
"documentation":"<p>The private endpoint configuration for the specified domain.</p>"
11458+
}
11459+
},
11460+
"documentation":"<p>A mapping of a specific domain to a private endpoint for secure connectivity through a VPC Lattice resource configuration.</p>"
11461+
},
11462+
"PrivateEndpointOverrideDomain":{
11463+
"type":"string",
11464+
"max":253,
11465+
"min":1
11466+
},
11467+
"PrivateEndpointOverrides":{
11468+
"type":"list",
11469+
"member":{"shape":"PrivateEndpointOverride"},
11470+
"max":5,
11471+
"min":0
11472+
},
1140911473
"Prompt":{
1141011474
"type":"string",
1141111475
"max":30000,
@@ -12622,6 +12686,18 @@
1262212686
"max":10000,
1262312687
"min":35
1262412688
},
12689+
"Status":{
12690+
"type":"string",
12691+
"enum":[
12692+
"CREATING",
12693+
"CREATE_FAILED",
12694+
"UPDATING",
12695+
"UPDATE_FAILED",
12696+
"READY",
12697+
"DELETING",
12698+
"DELETE_FAILED"
12699+
]
12700+
},
1262512701
"StatusReason":{
1262612702
"type":"string",
1262712703
"max":2048,
@@ -14057,6 +14133,10 @@
1405714133
"lastUpdatedTime":{
1405814134
"shape":"Timestamp",
1405914135
"documentation":"<p>The timestamp when the OAuth2 credential provider was last updated.</p>"
14136+
},
14137+
"status":{
14138+
"shape":"Status",
14139+
"documentation":"<p>The current status of the OAuth2 credential provider.</p>"
1406014140
}
1406114141
}
1406214142
},

awscli/botocore/data/connect/2017-08-08/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,12 @@
570570
],
571571
"output_token": "NextToken",
572572
"result_key": "TestCases"
573+
},
574+
"ListAttachedFilesConfigurations": {
575+
"input_token": "NextToken",
576+
"limit_key": "MaxResults",
577+
"output_token": "NextToken",
578+
"result_key": "AttachedFilesConfigurations"
573579
}
574580
}
575581
}

0 commit comments

Comments
 (0)