Skip to content

Commit 714edc1

Browse files
Update to latest models
1 parent 3ef8413 commit 714edc1

File tree

15 files changed

+313
-98
lines changed

15 files changed

+313
-98
lines changed
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": "``backupsearch``",
4+
"description": "Using recommended smithy trait to generate regional endpoints for Backup Search"
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": "``codebuild``",
4+
"description": "AWS CodeBuild now supports PullRequestBuildPolicy in webhook object."
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": "``ec2``",
4+
"description": "Release to allow route table association with a PublicIpv4Pool."
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": "``organizations``",
4+
"description": "This release introduces 2 new APIs in Organizations: 1. ListAccountsWithInvalidEffectivePolicy 2. ListEffectivePolicyValidationErrors"
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": "``sagemaker``",
4+
"description": "IAM Identity Center trusted identity propagation is now supported in SageMaker Studio."
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": "``transcribe``",
4+
"description": "AWS HealthScribe now supports specifying preferred patient pronouns through the MedicalScribeContext parameter for use in the generated clinical notes."
5+
}

awscli/botocore/data/backupsearch/2018-05-10/endpoint-rule-set-1.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -104,31 +104,17 @@
104104
}
105105
],
106106
"endpoint": {
107-
"url": "https://backup-search-fips.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dualStackDnsSuffix}",
108-
"properties": {
109-
"authSchemes": [
110-
{
111-
"name": "sigv4",
112-
"signingRegion": "{PartitionResult#implicitGlobalRegion}"
113-
}
114-
]
115-
},
107+
"url": "https://backup-search-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
108+
"properties": {},
116109
"headers": {}
117110
},
118111
"type": "endpoint"
119112
},
120113
{
121114
"conditions": [],
122115
"endpoint": {
123-
"url": "https://backup-search.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dualStackDnsSuffix}",
124-
"properties": {
125-
"authSchemes": [
126-
{
127-
"name": "sigv4",
128-
"signingRegion": "{PartitionResult#implicitGlobalRegion}"
129-
}
130-
]
131-
},
116+
"url": "https://backup-search.{Region}.{PartitionResult#dualStackDnsSuffix}",
117+
"properties": {},
132118
"headers": {}
133119
},
134120
"type": "endpoint"

awscli/botocore/data/backupsearch/2018-05-10/service-2.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
"input":{"shape":"StartSearchJobInput"},
150150
"output":{"shape":"StartSearchJobOutput"},
151151
"errors":[
152+
{"shape":"ResourceNotFoundException"},
152153
{"shape":"ThrottlingException"},
153154
{"shape":"AccessDeniedException"},
154155
{"shape":"ValidationException"},
@@ -1291,8 +1292,7 @@
12911292
},
12921293
"StopSearchJobOutput":{
12931294
"type":"structure",
1294-
"members":{
1295-
}
1295+
"members":{}
12961296
},
12971297
"String":{"type":"string"},
12981298
"StringCondition":{
@@ -1359,8 +1359,7 @@
13591359
},
13601360
"TagResourceResponse":{
13611361
"type":"structure",
1362-
"members":{
1363-
}
1362+
"members":{}
13641363
},
13651364
"ThrottlingException":{
13661365
"type":"structure",
@@ -1447,8 +1446,7 @@
14471446
},
14481447
"UntagResourceResponse":{
14491448
"type":"structure",
1450-
"members":{
1451-
}
1449+
"members":{}
14521450
},
14531451
"ValidationException":{
14541452
"type":"structure",

awscli/botocore/data/codebuild/2016-10-06/service-2.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4060,7 +4060,7 @@
40604060
"documentation":"<p>List of repository roles that have approval privileges for pull request builds when comment approval is required. Only users with these roles can provide valid comment approvals. If a pull request contributor is one of these roles, their pull request builds will trigger automatically. This field is only applicable when <code>requiresCommentApproval</code> is not <i>DISABLED</i>.</p>"
40614061
}
40624062
},
4063-
"documentation":"<p>Configuration policy that defines comment-based approval requirements for triggering builds on pull requests. This policy helps control when automated builds are executed based on contributor permissions and approval workflows.</p>"
4063+
"documentation":"<p>A PullRequestBuildPolicy object that defines comment-based approval requirements for triggering builds on pull requests. This policy helps control when automated builds are executed based on contributor permissions and approval workflows.</p>"
40644064
},
40654065
"PutResourcePolicyInput":{
40664066
"type":"structure",
@@ -5708,7 +5708,8 @@
57085708
"statusMessage":{
57095709
"shape":"String",
57105710
"documentation":"<p>A message associated with the status of a webhook.</p>"
5711-
}
5711+
},
5712+
"pullRequestBuildPolicy":{"shape":"PullRequestBuildPolicy"}
57125713
},
57135714
"documentation":"<p>Information about a webhook that connects repository events to a build project in CodeBuild.</p>"
57145715
},

awscli/botocore/data/ec2/2016-11-15/service-2.json

Lines changed: 25 additions & 16 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)