Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Jan 8, 2025
1 parent ade9890 commit ac20409
Show file tree
Hide file tree
Showing 32 changed files with 293 additions and 131 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,6 @@ RubyGems.org page under "LINKS" section.
| AWS Import/Export | Aws::ImportExport | aws-sdk-importexport | 2010-06-01 |
| AWS Invoicing | Aws::Invoicing | aws-sdk-invoicing | 2024-12-01 |
| AWS IoT | Aws::IoT | aws-sdk-iot | 2015-05-28 |
| AWS IoT 1-Click Devices Service | Aws::IoT1ClickDevicesService | aws-sdk-iot1clickdevicesservice | 2018-05-14 |
| AWS IoT 1-Click Projects Service | Aws::IoT1ClickProjects | aws-sdk-iot1clickprojects | 2018-05-14 |
| AWS IoT Analytics | Aws::IoTAnalytics | aws-sdk-iotanalytics | 2017-11-27 |
| AWS IoT Core Device Advisor | Aws::IoTDeviceAdvisor | aws-sdk-iotdeviceadvisor | 2020-09-18 |
| AWS IoT Data Plane | Aws::IoTDataPlane | aws-sdk-iotdataplane | 2015-05-28 |
Expand Down
8 changes: 4 additions & 4 deletions apis/rds/2014-10-31/docs-2.json

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions apis/route53/2013-04-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,8 @@
"ap-southeast-4",
"il-central-1",
"ca-west-1",
"ap-southeast-5"
"ap-southeast-5",
"ap-southeast-7"
],
"max":64,
"min":1
Expand Down Expand Up @@ -4218,7 +4219,8 @@
"ap-southeast-4",
"il-central-1",
"ca-west-1",
"ap-southeast-5"
"ap-southeast-5",
"ap-southeast-7"
],
"max":64,
"min":1
Expand Down Expand Up @@ -4841,7 +4843,8 @@
"ap-southeast-4",
"il-central-1",
"ca-west-1",
"ap-southeast-5"
"ap-southeast-5",
"ap-southeast-7"
],
"max":64,
"min":1
Expand Down
2 changes: 2 additions & 0 deletions apis/sagemaker/2017-07-24/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6474,6 +6474,7 @@
"ThreadsPerCore":{"shape":"ClusterThreadsPerCore"},
"InstanceStorageConfigs":{"shape":"ClusterInstanceStorageConfigs"},
"PrivatePrimaryIp":{"shape":"ClusterPrivatePrimaryIp"},
"PrivatePrimaryIpv6":{"shape":"ClusterPrivatePrimaryIpv6"},
"PrivateDnsHostname":{"shape":"ClusterPrivateDnsHostname"},
"Placement":{"shape":"ClusterInstancePlacement"}
}
Expand Down Expand Up @@ -6544,6 +6545,7 @@
"type":"string",
"pattern":"^((25[0-5]|(2[0-4]|1\\d|[1-9]|)\\d)\\.?\\b){4}$"
},
"ClusterPrivatePrimaryIpv6":{"type":"string"},
"ClusterSchedulerConfigArn":{
"type":"string",
"max":256,
Expand Down
12 changes: 9 additions & 3 deletions apis/sagemaker/2017-07-24/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2383,6 +2383,12 @@
"ClusterNodeDetails$PrivatePrimaryIp": "<p>The private primary IP address of the SageMaker HyperPod cluster node.</p>"
}
},
"ClusterPrivatePrimaryIpv6": {
"base": null,
"refs": {
"ClusterNodeDetails$PrivatePrimaryIpv6": "<p>The private primary IPv6 address of the SageMaker HyperPod cluster node.</p>"
}
},
"ClusterSchedulerConfigArn": {
"base": null,
"refs": {
Expand Down Expand Up @@ -2829,7 +2835,7 @@
"DeployedImage$SpecifiedImage": "<p>The image path you specified when you created the model.</p>",
"DeployedImage$ResolvedImage": "<p>The specific digest path of the image hosted in this <code>ProductionVariant</code>.</p>",
"InferenceComponentContainerSpecification$Image": "<p>The Amazon Elastic Container Registry (Amazon ECR) path where the Docker image for the model is stored.</p>",
"ModelPackageContainerDefinition$Image": "<p>The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.</p> <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> image path formats. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a>.</p>",
"ModelPackageContainerDefinition$Image": "<p>The Amazon EC2 Container Registry path where inference code is stored.</p> <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> image path formats. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a>.</p>",
"TrainingSpecification$TrainingImage": "<p>The Amazon ECR registry path of the Docker image that contains the training algorithm.</p>"
}
},
Expand Down Expand Up @@ -14412,7 +14418,7 @@
"S3DataType": {
"base": null,
"refs": {
"S3DataSource$S3DataType": "<p>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training. </p> <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training. </p> <p>If you choose <code>AugmentedManifestFile</code>, S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. <code>AugmentedManifestFile</code> can only be used if the Channel's input mode is <code>Pipe</code>.</p>",
"S3DataSource$S3DataType": "<p>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training. </p> <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training. </p> <p>If you choose <code>AugmentedManifestFile</code>, <code>S3Uri</code> identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. <code>AugmentedManifestFile</code> can only be used if the Channel's input mode is <code>Pipe</code>.</p>",
"TransformS3DataSource$S3DataType": "<p>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for batch transform. </p> <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for batch transform. </p> <p>The following values are compatible: <code>ManifestFile</code>, <code>S3Prefix</code> </p> <p>The following value is not compatible: <code>AugmentedManifestFile</code> </p>"
}
},
Expand Down Expand Up @@ -15575,7 +15581,7 @@
"RenderingError$Code": "<p>A unique identifier for a specific class of errors.</p>",
"RenderingError$Message": "<p>A human-readable message describing the error.</p>",
"S3ModelDataSource$ETag": "<p>The ETag associated with S3 URI.</p>",
"S3ModelDataSource$ManifestEtag": "<p>The ETag associated with Manifest S3URI.</p>",
"S3ModelDataSource$ManifestEtag": "<p>The ETag associated with Manifest S3 URI.</p>",
"ScheduleConfig$DataAnalysisStartTime": "<p>Sets the start time for a monitoring job window. Express this time as an offset to the times that you schedule your monitoring jobs to run. You schedule monitoring jobs with the <code>ScheduleExpression</code> parameter. Specify this offset in ISO 8601 duration format. For example, if you want to monitor the five hours of data in your dataset that precede the start of each monitoring job, you would specify: <code>\"-PT5H\"</code>.</p> <p>The start time that you specify must not precede the end time that you specify by more than 24 hours. You specify the end time with the <code>DataAnalysisEndTime</code> parameter.</p> <p>If you set <code>ScheduleExpression</code> to <code>NOW</code>, this parameter is required.</p>",
"ScheduleConfig$DataAnalysisEndTime": "<p>Sets the end time for a monitoring job window. Express this time as an offset to the times that you schedule your monitoring jobs to run. You schedule monitoring jobs with the <code>ScheduleExpression</code> parameter. Specify this offset in ISO 8601 duration format. For example, if you want to end the window one hour before the start of each monitoring job, you would specify: <code>\"-PT1H\"</code>.</p> <p>The end time that you specify must not follow the start time that you specify by more than 24 hours. You specify the start time with the <code>DataAnalysisStartTime</code> parameter.</p> <p>If you set <code>ScheduleExpression</code> to <code>NOW</code>, this parameter is required.</p>",
"SourceAlgorithm$ModelDataETag": "<p>The ETag associated with Model Data URL.</p>",
Expand Down
2 changes: 0 additions & 2 deletions gems/aws-partitions/lib/aws-partitions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,6 @@ def service_ids
'InternetMonitor' => 'internetmonitor',
'Invoicing' => 'invoicing',
'IoT' => 'iot',
'IoT1ClickDevicesService' => 'devices.iot1click',
'IoT1ClickProjects' => 'projects.iot1click',
'IoTAnalytics' => 'iotanalytics',
'IoTDeviceAdvisor' => 'api.iotdeviceadvisor',
'IoTEvents' => 'iotevents',
Expand Down
Loading

0 comments on commit ac20409

Please sign in to comment.