aws-sdk-sagemaker 1.323.0 → 1.324.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +60 -60
- data/lib/aws-sdk-sagemaker/client_api.rb +2 -2
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +33 -33
- data/sig/types.rbs +15 -15
- metadata +1 -1
@@ -10327,11 +10327,11 @@ module Aws::SageMaker
|
|
10327
10327
|
S3DataSource.add_member(:hub_access_config, Shapes::ShapeRef.new(shape: HubAccessConfig, location_name: "HubAccessConfig"))
|
10328
10328
|
S3DataSource.struct_class = Types::S3DataSource
|
10329
10329
|
|
10330
|
-
S3FileSystem.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3SchemaUri, location_name: "S3Uri"))
|
10330
|
+
S3FileSystem.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3SchemaUri, required: true, location_name: "S3Uri"))
|
10331
10331
|
S3FileSystem.struct_class = Types::S3FileSystem
|
10332
10332
|
|
10333
10333
|
S3FileSystemConfig.add_member(:mount_path, Shapes::ShapeRef.new(shape: String1024, location_name: "MountPath"))
|
10334
|
-
S3FileSystemConfig.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3SchemaUri, location_name: "S3Uri"))
|
10334
|
+
S3FileSystemConfig.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3SchemaUri, required: true, location_name: "S3Uri"))
|
10335
10335
|
S3FileSystemConfig.struct_class = Types::S3FileSystemConfig
|
10336
10336
|
|
10337
10337
|
S3ModelDataSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3ModelUri, required: true, location_name: "S3Uri"))
|