Skip to content

Commit d9d0ebc

Browse files
Update to latest models
1 parent 7da59ad commit d9d0ebc

File tree

6 files changed

+30
-4
lines changed

6 files changed

+30
-4
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": "``iotsitewise``",
4+
"description": "Add ComputationModelVersion support in IoT SiteWise APIs"
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": "``s3``",
4+
"description": "This release includes backward compatibility work on the \"Expires\" parameter."
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": "``securityhub``",
4+
"description": "This release adds the RESOURCE_NOT_FOUND error code as a possible value in responses to the following operations: BatchGetStandardsControlAssociations, BatchUpdateStandardsControlAssociations, and BatchGetSecurityControls."
5+
}

awscli/botocore/data/iotsitewise/2019-12-02/service-2.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
{"shape":"ThrottlingException"},
175175
{"shape":"LimitExceededException"}
176176
],
177-
"documentation":"<p>Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified IoT SiteWise Monitor portal or project resource.</p>",
177+
"documentation":"<p>Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified IoT SiteWise Monitor portal or project resource.</p> <note> <p>Support for access policies that use an SSO Group as the identity is not supported at this time.</p> </note>",
178178
"endpoint":{"hostPrefix":"monitor."}
179179
},
180180
"CreateAsset":{
@@ -4325,6 +4325,10 @@
43254325
"type":"string",
43264326
"enum":["ANOMALY_DETECTION"]
43274327
},
4328+
"ComputationModelVersionFilter":{
4329+
"type":"string",
4330+
"pattern":"^(LATEST|ACTIVE|[1-9]{1}\\d{0,9})$"
4331+
},
43284332
"ComputeLocation":{
43294333
"type":"string",
43304334
"enum":[
@@ -6414,6 +6418,12 @@
64146418
"documentation":"<p>The ID of the computation model.</p>",
64156419
"location":"uri",
64166420
"locationName":"computationModelId"
6421+
},
6422+
"computationModelVersion":{
6423+
"shape":"ComputationModelVersionFilter",
6424+
"documentation":"<p>The version of the computation model.</p>",
6425+
"location":"querystring",
6426+
"locationName":"computationModelVersion"
64176427
}
64186428
}
64196429
},
@@ -7317,7 +7327,7 @@
73177327
},
73187328
"maxResults":{
73197329
"shape":"ExecuteQueryMaxResults",
7320-
"documentation":"<p>The maximum number of results to return at one time.</p> <ul> <li> <p>Minimum is 1</p> </li> <li> <p>Maximum is 20000</p> </li> <li> <p>Default is 250</p> </li> </ul>"
7330+
"documentation":"<p>The maximum number of results to return at one time.</p> <ul> <li> <p>Minimum is 1</p> </li> <li> <p>Maximum is 20000</p> </li> <li> <p>Default is 20000</p> </li> </ul>"
73217331
},
73227332
"clientToken":{
73237333
"shape":"ClientToken",

awscli/botocore/data/s3/2006-03-01/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4309,7 +4309,7 @@
43094309
"type":"boolean",
43104310
"box":true
43114311
},
4312-
"Expires":{"type":"timestamp"},
4312+
"Expires":{"type":"string"},
43134313
"ExposeHeader":{"type":"string"},
43144314
"ExposeHeaders":{
43154315
"type":"list",
@@ -10773,7 +10773,7 @@
1077310773
"members":{
1077410774
"Payload":{
1077510775
"shape":"Body",
10776-
"documentation":"<p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might split the same record across multiple record frames instead of aggregating the results in memory. Some S3 clients (for example, the SDKforJava) handle this behavior by creating a <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior by default. In those cases, you must aggregate the results on the client side and parse the response.</p>",
10776+
"documentation":"<p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might split the same record across multiple record frames instead of aggregating the results in memory. Some S3 clients (for example, the SDK for Java) handle this behavior by creating a <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior by default. In those cases, you must aggregate the results on the client side and parse the response.</p>",
1077710777
"eventpayload":true
1077810778
}
1077910779
},

awscli/botocore/data/securityhub/2018-10-26/service-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24009,6 +24009,7 @@
2400924009
"INVALID_INPUT",
2401024010
"ACCESS_DENIED",
2401124011
"NOT_FOUND",
24012+
"RESOURCE_NOT_FOUND",
2401224013
"LIMIT_EXCEEDED"
2401324014
]
2401424015
},

0 commit comments

Comments
 (0)