Skip to content

Commit 01c6fb5

Browse files
Update SDK models
1 parent c63260a commit 01c6fb5

File tree

43 files changed

+142
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+142
-66
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"examples/lambda",
5-
"examples/webassembly",
6-
"examples/examples",
74
"examples/test-utils",
5+
"examples/examples",
6+
"examples/webassembly",
7+
"examples/lambda",
88
"examples/cross_service",
99
"tests/telemetry",
1010
"tests/webassembly",

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": {

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
}

aws-models/sdk-endpoints.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14050,6 +14050,7 @@
1405014050
"ap-south-2" : { },
1405114051
"ap-southeast-1" : { },
1405214052
"ap-southeast-2" : { },
14053+
"ap-southeast-5" : { },
1405314054
"ca-central-1" : { },
1405414055
"eu-central-1" : { },
1405514056
"eu-north-1" : { },
@@ -22620,6 +22621,7 @@
2262022621
"ap-southeast-3" : { },
2262122622
"ap-southeast-4" : { },
2262222623
"ap-southeast-5" : { },
22624+
"ap-southeast-6" : { },
2262322625
"ap-southeast-7" : { },
2262422626
"ca-central-1" : { },
2262522627
"ca-west-1" : { },
@@ -39649,6 +39651,7 @@
3964939651
},
3965039652
"compute-optimizer" : {
3965139653
"endpoints" : {
39654+
"us-isof-east-1" : { },
3965239655
"us-isof-south-1" : {
3965339656
"credentialScope" : {
3965439657
"region" : "us-isof-south-1"

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": {

examples/cross_service/detect_faces/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
aws-config= { version = "1.8.6", path = "../../../sdk/aws-config" }
1010
aws-sdk-rekognition= { version = "1.87.0", path = "../../../sdk/rekognition" }
11-
aws-sdk-s3= { version = "1.104.0", path = "../../../sdk/s3" }
11+
aws-sdk-s3= { version = "1.105.0", path = "../../../sdk/s3" }
1212
aws-smithy-types= { version = "1.3.2", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
1313

1414
[dependencies.tokio]

examples/cross_service/detect_labels/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kamadak-exif = "0.5.4"
1010
aws-config= { version = "1.8.6", path = "../../../sdk/aws-config" }
1111
aws-sdk-dynamodb= { version = "1.92.0", path = "../../../sdk/dynamodb" }
1212
aws-sdk-rekognition= { version = "1.87.0", path = "../../../sdk/rekognition" }
13-
aws-sdk-s3= { version = "1.104.0", path = "../../../sdk/s3" }
13+
aws-sdk-s3= { version = "1.105.0", path = "../../../sdk/s3" }
1414
aws-smithy-types= { version = "1.3.2", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
1515
aws-types= { version = "1.3.8", path = "../../../sdk/aws-types" }
1616

examples/cross_service/photo_asset_management/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tracing = "0.1.37"
3333
aws-config= { version = "1.8.6", path = "../../../sdk/aws-config" }
3434
aws-sdk-dynamodb= { version = "1.92.0", path = "../../../sdk/dynamodb" }
3535
aws-sdk-rekognition= { version = "1.87.0", path = "../../../sdk/rekognition" }
36-
aws-sdk-s3= { version = "1.104.0", path = "../../../sdk/s3" }
36+
aws-sdk-s3= { version = "1.105.0", path = "../../../sdk/s3" }
3737
aws-sdk-sns= { version = "1.84.0", path = "../../../sdk/sns" }
3838
aws-smithy-runtime= { version = "1.9.1", path = "../../../sdk/aws-smithy-runtime" }
3939
aws-smithy-types-convert= { version = "0.60.9", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] }

examples/cross_service/telephone/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ reqwest = "0.11.4"
1313
serde_json = "1.0"
1414
aws-config= { version = "1.8.6", path = "../../../sdk/aws-config" }
1515
aws-sdk-polly= { version = "1.88.0", path = "../../../sdk/polly" }
16-
aws-sdk-s3= { version = "1.104.0", path = "../../../sdk/s3" }
16+
aws-sdk-s3= { version = "1.105.0", path = "../../../sdk/s3" }
1717
aws-sdk-transcribe= { version = "1.88.0", path = "../../../sdk/transcribe" }
1818
aws-smithy-types= { version = "1.3.2", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
1919

examples/examples/concurrency/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ features = ["env-filter"]
2626
[dev-dependencies]
2727
fastrand = "1.8.0"
2828
aws-config= { version = "1.8.6", path = "../../../sdk/aws-config" }
29-
aws-sdk-s3= { version = "1.104.0", path = "../../../sdk/s3" }
29+
aws-sdk-s3= { version = "1.105.0", path = "../../../sdk/s3" }
3030
aws-sdk-sqs= { version = "1.83.0", path = "../../../sdk/sqs" }

0 commit comments

Comments
 (0)