Skip to content

Commit 2bfe86a

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 59e7410 commit 2bfe86a

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5069,6 +5069,12 @@
50695069
}
50705070
}
50715071
},
5072+
"com.amazonaws.iotsitewise#ComputationModelVersionFilter": {
5073+
"type": "string",
5074+
"traits": {
5075+
"smithy.api#pattern": "^(LATEST|ACTIVE|[1-9]{1}\\d{0,9})$"
5076+
}
5077+
},
50725078
"com.amazonaws.iotsitewise#ComputeLocation": {
50735079
"type": "enum",
50745080
"members": {
@@ -5265,7 +5271,7 @@
52655271
}
52665272
],
52675273
"traits": {
5268-
"smithy.api#documentation": "<p>Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or\n IAM user) access to the specified IoT SiteWise Monitor portal or project resource.</p>",
5274+
"smithy.api#documentation": "<p>Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or\n IAM user) access to the specified IoT SiteWise Monitor portal or project resource.</p>\n <note>\n <p>Support for access policies that use an SSO Group as the identity is not supported at this time.</p>\n </note>",
52695275
"smithy.api#endpoint": {
52705276
"hostPrefix": "monitor."
52715277
},
@@ -9295,6 +9301,13 @@
92959301
"smithy.api#httpLabel": {},
92969302
"smithy.api#required": {}
92979303
}
9304+
},
9305+
"computationModelVersion": {
9306+
"target": "com.amazonaws.iotsitewise#ComputationModelVersionFilter",
9307+
"traits": {
9308+
"smithy.api#documentation": "<p>The version of the computation model.</p>",
9309+
"smithy.api#httpQuery": "computationModelVersion"
9310+
}
92989311
}
92999312
},
93009313
"traits": {
@@ -11149,7 +11162,7 @@
1114911162
"maxResults": {
1115011163
"target": "com.amazonaws.iotsitewise#ExecuteQueryMaxResults",
1115111164
"traits": {
11152-
"smithy.api#documentation": "<p>The maximum number of results to return at one time.</p>\n <ul>\n <li>\n <p>Minimum is 1</p>\n </li>\n <li>\n <p>Maximum is 20000</p>\n </li>\n <li>\n <p>Default is 250</p>\n </li>\n </ul>"
11165+
"smithy.api#documentation": "<p>The maximum number of results to return at one time.</p>\n <ul>\n <li>\n <p>Minimum is 1</p>\n </li>\n <li>\n <p>Maximum is 20000</p>\n </li>\n <li>\n <p>Default is 20000</p>\n </li>\n </ul>"
1115311166
}
1115411167
},
1115511168
"clientToken": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25718,7 +25718,7 @@
2571825718
"type": "boolean"
2571925719
},
2572025720
"com.amazonaws.s3#Expires": {
25721-
"type": "timestamp"
25721+
"type": "string"
2572225722
},
2572325723
"com.amazonaws.s3#ExposeHeader": {
2572425724
"type": "string"
@@ -37087,7 +37087,7 @@
3708737087
"Payload": {
3708837088
"target": "com.amazonaws.s3#Body",
3708937089
"traits": {
37090-
"smithy.api#documentation": "<p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record\n will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might\n split the same record across multiple record frames instead of aggregating the results in memory. Some\n S3 clients (for example, the SDKforJava) handle this behavior by creating a\n <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior\n by default. In those cases, you must aggregate the results on the client side and parse the\n response.</p>",
37090+
"smithy.api#documentation": "<p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that a record\n will be self-contained in one record frame. To ensure continuous streaming of data, S3 Select might\n split the same record across multiple record frames instead of aggregating the results in memory. Some\n S3 clients (for example, the SDK for Java) handle this behavior by creating a\n <code>ByteStream</code> out of the response by default. Other clients might not handle this behavior\n by default. In those cases, you must aggregate the results on the client side and parse the\n response.</p>",
3709137091
"smithy.api#eventPayload": {}
3709237092
}
3709337093
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39656,6 +39656,12 @@
3965639656
"smithy.api#enumValue": "NOT_FOUND"
3965739657
}
3965839658
},
39659+
"RESOURCE_NOT_FOUND": {
39660+
"target": "smithy.api#Unit",
39661+
"traits": {
39662+
"smithy.api#enumValue": "RESOURCE_NOT_FOUND"
39663+
}
39664+
},
3965939665
"LIMIT_EXCEEDED": {
3966039666
"target": "smithy.api#Unit",
3966139667
"traits": {

0 commit comments

Comments
 (0)