diff --git a/Cargo.toml b/Cargo.toml index 02af9cb1e6e8..ccea26e5f408 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,12 @@ resolver = "2" exclude = [ "examples/examples", - "examples/lambda", - "examples/test-utils", - "examples/cross_service", "examples/webassembly", - "tests/no-default-features", - "tests/webassembly" + "examples/cross_service", + "examples/test-utils", + "examples/lambda", + "tests/webassembly", + "tests/no-default-features" ] members = [ "sdk/accessanalyzer", diff --git a/aws-models/appflow.json b/aws-models/appflow.json index b7289d08e05c..b905e8553248 100644 --- a/aws-models/appflow.json +++ b/aws-models/appflow.json @@ -7886,7 +7886,7 @@ "oAuth2GrantType": { "target": "com.amazonaws.appflow#OAuth2GrantType", "traits": { - "smithy.api#documentation": "
Specifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an\n access token from Salesforce. Amazon AppFlow requires an access token each time it\n attempts to access your Salesforce records.
\nYou can specify one of the following values:
\nAmazon AppFlow passes an authorization code when it requests the access token\n from Salesforce. Amazon AppFlow receives the authorization code from Salesforce\n after you log in to your Salesforce account and authorize Amazon AppFlow to access\n your records.
\nAmazon AppFlow passes client credentials (a client ID and client secret) when\n it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.
\nAmazon AppFlow passes a JSON web token (JWT) when it requests the access token\n from Salesforce. You provide the JWT to Amazon AppFlow when you define the\n connection to your Salesforce account. When you use this grant type, you don't need to\n log in to your Salesforce account to authorize Amazon AppFlow to access your\n records.
\nSpecifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an\n access token from Salesforce. Amazon AppFlow requires an access token each time it\n attempts to access your Salesforce records.
\nYou can specify one of the following values:
\nAmazon AppFlow passes an authorization code when it requests the access token\n from Salesforce. Amazon AppFlow receives the authorization code from Salesforce\n after you log in to your Salesforce account and authorize Amazon AppFlow to access\n your records.
\nAmazon AppFlow passes a JSON web token (JWT) when it requests the access token\n from Salesforce. You provide the JWT to Amazon AppFlow when you define the\n connection to your Salesforce account. When you use this grant type, you don't need to\n log in to your Salesforce account to authorize Amazon AppFlow to access your\n records.
\nThe CLIENT_CREDENTIALS value is not supported for Salesforce.
\nThe OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access\n token from Salesforce. Amazon AppFlow requires an access token each time it attempts to\n access your Salesforce records.
\nAmazon AppFlow passes an authorization code when it requests the access token\n from Salesforce. Amazon AppFlow receives the authorization code from Salesforce\n after you log in to your Salesforce account and authorize Amazon AppFlow to access\n your records.
\nAmazon AppFlow passes client credentials (a client ID and client secret) when\n it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.
\nAmazon AppFlow passes a JSON web token (JWT) when it requests the access token\n from Salesforce. You provide the JWT to Amazon AppFlow when you define the\n connection to your Salesforce account. When you use this grant type, you don't need to\n log in to your Salesforce account to authorize Amazon AppFlow to access your\n records.
\nThe OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access\n token from Salesforce. Amazon AppFlow requires an access token each time it attempts to\n access your Salesforce records.
\nAmazon AppFlow passes an authorization code when it requests the access token\n from Salesforce. Amazon AppFlow receives the authorization code from Salesforce\n after you log in to your Salesforce account and authorize Amazon AppFlow to access\n your records.
\nAmazon AppFlow passes a JSON web token (JWT) when it requests the access token\n from Salesforce. You provide the JWT to Amazon AppFlow when you define the\n connection to your Salesforce account. When you use this grant type, you don't need to\n log in to your Salesforce account to authorize Amazon AppFlow to access your\n records.
\nThe CLIENT_CREDENTIALS value is not supported for Salesforce.
\nThe state of the override.
" + } + }, + "Reason": { + "target": "com.amazonaws.elasticloadbalancingv2#TargetAdministrativeOverrideReasonEnum", + "traits": { + "smithy.api#documentation": "The reason code for the state.
" + } + }, + "Description": { + "target": "com.amazonaws.elasticloadbalancingv2#Description", + "traits": { + "smithy.api#documentation": "A description of the override state that provides additional details.
" + } + } + }, + "traits": { + "smithy.api#documentation": "Information about the override status applied to a target.
" + } + }, "com.amazonaws.elasticloadbalancingv2#AllocationId": { "type": "string" }, @@ -5884,7 +5910,7 @@ "Key": { "target": "com.amazonaws.elasticloadbalancingv2#LoadBalancerAttributeKey", "traits": { - "smithy.api#documentation": "The name of the attribute.
\nThe following attributes are supported by all load balancers:
\n\n deletion_protection.enabled
- Indicates whether deletion protection is\n enabled. The value is true
or false
. The default is\n false
.
\n load_balancing.cross_zone.enabled
- Indicates whether cross-zone load\n balancing is enabled. The possible values are true
and false
.\n The default for Network Load Balancers and Gateway Load Balancers is false
. \n The default for Application Load Balancers is true
, and cannot be changed.
The following attributes are supported by both Application Load Balancers and Network Load\n Balancers:
\n\n access_logs.s3.enabled
- Indicates whether access logs are enabled. The\n value is true
or false
. The default is\n false
.
\n access_logs.s3.bucket
- The name of the S3 bucket for the access logs.\n This attribute is required if access logs are enabled. The bucket must exist in the same\n region as the load balancer and have a bucket policy that grants Elastic Load Balancing\n permissions to write to the bucket.
\n access_logs.s3.prefix
- The prefix for the location in the S3 bucket for the\n access logs.
\n ipv6.deny_all_igw_traffic
- Blocks internet gateway (IGW) access to the\n load balancer. It is set to false
for internet-facing load balancers and\n true
for internal load balancers, preventing unintended access to your\n internal load balancer through an internet gateway.
The following attributes are supported by only Application Load Balancers:
\n\n idle_timeout.timeout_seconds
- The idle timeout value, in seconds. The\n valid range is 1-4000 seconds. The default is 60 seconds.
\n client_keep_alive.seconds
- The client keep alive value, in seconds. The \n valid range is 60-604800 seconds. The default is 3600 seconds.
\n connection_logs.s3.enabled
- Indicates whether connection logs are enabled. The\n value is true
or false
. The default is false
.
\n connection_logs.s3.bucket
- The name of the S3 bucket for the connection logs.\n This attribute is required if connection logs are enabled. The bucket must exist in the same\n region as the load balancer and have a bucket policy that grants Elastic Load Balancing\n permissions to write to the bucket.
\n connection_logs.s3.prefix
- The prefix for the location in the S3 bucket for the\n connection logs.
\n routing.http.desync_mitigation_mode
- Determines how the load balancer\n handles requests that might pose a security risk to your application. The possible values\n are monitor
, defensive
, and strictest
. The default\n is defensive
.
\n routing.http.drop_invalid_header_fields.enabled
- Indicates whether HTTP\n headers with invalid header fields are removed by the load balancer (true
) or\n routed to targets (false
). The default is false
.
\n routing.http.preserve_host_header.enabled
- Indicates whether the\n Application Load Balancer should preserve the Host
header in the HTTP request\n and send it to the target without any change. The possible values are true
\n and false
. The default is false
.
\n routing.http.x_amzn_tls_version_and_cipher_suite.enabled
- Indicates\n whether the two headers (x-amzn-tls-version
and\n x-amzn-tls-cipher-suite
), which contain information about the negotiated\n TLS version and cipher suite, are added to the client request before sending it to the\n target. The x-amzn-tls-version
header has information about the TLS protocol\n version negotiated with the client, and the x-amzn-tls-cipher-suite
header\n has information about the cipher suite negotiated with the client. Both headers are in\n OpenSSL format. The possible values for the attribute are true
and\n false
. The default is false
.
\n routing.http.xff_client_port.enabled
- Indicates whether the\n X-Forwarded-For
header should preserve the source port that the client used\n to connect to the load balancer. The possible values are true
and\n false
. The default is false
.
\n routing.http.xff_header_processing.mode
- Enables you to modify,\n preserve, or remove the X-Forwarded-For
header in the HTTP request before the\n Application Load Balancer sends the request to the target. The possible values are\n append
, preserve
, and remove
. The default is\n append
.
If the value is append
, the Application Load Balancer adds the client\n IP address (of the last hop) to the X-Forwarded-For
header in the HTTP\n request before it sends it to targets.
If the value is preserve
the Application Load Balancer preserves the\n X-Forwarded-For
header in the HTTP request, and sends it to targets\n without any change.
If the value is remove
, the Application Load Balancer removes the\n X-Forwarded-For
header in the HTTP request before it sends it to\n targets.
\n routing.http2.enabled
- Indicates whether HTTP/2 is enabled. The possible\n values are true
and false
. The default is true
.\n Elastic Load Balancing requires that message header names contain only alphanumeric\n characters and hyphens.
\n waf.fail_open.enabled
- Indicates whether to allow a WAF-enabled load\n balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The possible values are true
and false
. The\n default is false
.
The following attributes are supported by only Network Load Balancers:
\n\n dns_record.client_routing_policy
- Indicates how traffic is \n distributed among the load balancer Availability Zones. The possible values are \n availability_zone_affinity
with 100 percent zonal affinity, \n partial_availability_zone_affinity
with 85 percent zonal affinity, \n and any_availability_zone
with 0 percent zonal affinity.
The name of the attribute.
\nThe following attributes are supported by all load balancers:
\n\n deletion_protection.enabled
- Indicates whether deletion protection is\n enabled. The value is true
or false
. The default is\n false
.
\n load_balancing.cross_zone.enabled
- Indicates whether cross-zone load\n balancing is enabled. The possible values are true
and false
.\n The default for Network Load Balancers and Gateway Load Balancers is false
. \n The default for Application Load Balancers is true
, and cannot be changed.
The following attributes are supported by both Application Load Balancers and Network Load\n Balancers:
\n\n access_logs.s3.enabled
- Indicates whether access logs are enabled. The\n value is true
or false
. The default is\n false
.
\n access_logs.s3.bucket
- The name of the S3 bucket for the access logs.\n This attribute is required if access logs are enabled. The bucket must exist in the same\n region as the load balancer and have a bucket policy that grants Elastic Load Balancing\n permissions to write to the bucket.
\n access_logs.s3.prefix
- The prefix for the location in the S3 bucket for the\n access logs.
\n ipv6.deny_all_igw_traffic
- Blocks internet gateway (IGW) access to the\n load balancer. It is set to false
for internet-facing load balancers and\n true
for internal load balancers, preventing unintended access to your\n internal load balancer through an internet gateway.
The following attributes are supported by only Application Load Balancers:
\n\n idle_timeout.timeout_seconds
- The idle timeout value, in seconds. The\n valid range is 1-4000 seconds. The default is 60 seconds.
\n client_keep_alive.seconds
- The client keep alive value, in seconds. The \n valid range is 60-604800 seconds. The default is 3600 seconds.
\n connection_logs.s3.enabled
- Indicates whether connection logs are enabled. The\n value is true
or false
. The default is false
.
\n connection_logs.s3.bucket
- The name of the S3 bucket for the connection logs.\n This attribute is required if connection logs are enabled. The bucket must exist in the same\n region as the load balancer and have a bucket policy that grants Elastic Load Balancing\n permissions to write to the bucket.
\n connection_logs.s3.prefix
- The prefix for the location in the S3 bucket for the\n connection logs.
\n routing.http.desync_mitigation_mode
- Determines how the load balancer\n handles requests that might pose a security risk to your application. The possible values\n are monitor
, defensive
, and strictest
. The default\n is defensive
.
\n routing.http.drop_invalid_header_fields.enabled
- Indicates whether HTTP\n headers with invalid header fields are removed by the load balancer (true
) or\n routed to targets (false
). The default is false
.
\n routing.http.preserve_host_header.enabled
- Indicates whether the\n Application Load Balancer should preserve the Host
header in the HTTP request\n and send it to the target without any change. The possible values are true
\n and false
. The default is false
.
\n routing.http.x_amzn_tls_version_and_cipher_suite.enabled
- Indicates\n whether the two headers (x-amzn-tls-version
and\n x-amzn-tls-cipher-suite
), which contain information about the negotiated\n TLS version and cipher suite, are added to the client request before sending it to the\n target. The x-amzn-tls-version
header has information about the TLS protocol\n version negotiated with the client, and the x-amzn-tls-cipher-suite
header\n has information about the cipher suite negotiated with the client. Both headers are in\n OpenSSL format. The possible values for the attribute are true
and\n false
. The default is false
.
\n routing.http.xff_client_port.enabled
- Indicates whether the\n X-Forwarded-For
header should preserve the source port that the client used\n to connect to the load balancer. The possible values are true
and\n false
. The default is false
.
\n routing.http.xff_header_processing.mode
- Enables you to modify,\n preserve, or remove the X-Forwarded-For
header in the HTTP request before the\n Application Load Balancer sends the request to the target. The possible values are\n append
, preserve
, and remove
. The default is\n append
.
If the value is append
, the Application Load Balancer adds the client\n IP address (of the last hop) to the X-Forwarded-For
header in the HTTP\n request before it sends it to targets.
If the value is preserve
the Application Load Balancer preserves the\n X-Forwarded-For
header in the HTTP request, and sends it to targets\n without any change.
If the value is remove
, the Application Load Balancer removes the\n X-Forwarded-For
header in the HTTP request before it sends it to\n targets.
\n routing.http2.enabled
- Indicates whether HTTP/2 is enabled. The possible\n values are true
and false
. The default is true
.\n Elastic Load Balancing requires that message header names contain only alphanumeric\n characters and hyphens.
\n waf.fail_open.enabled
- Indicates whether to allow a WAF-enabled load\n balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The possible values are true
and false
. The\n default is false
.
The following attributes are supported by only Network Load Balancers:
\n\n dns_record.client_routing_policy
- Indicates how traffic is \n distributed among the load balancer Availability Zones. The possible values are \n availability_zone_affinity
with 100 percent zonal affinity, \n partial_availability_zone_affinity
with 85 percent zonal affinity, \n and any_availability_zone
with 0 percent zonal affinity.
\n zonal_shift.config.enabled
- Indicates whether zonal shift is \n enabled. The possible values are true
and false
. The \n default is false
.
The anomaly detection result for the target.
\nIf no anomalies were detected, the result is normal
.
If anomalies were detected, the result is anomalous
.
The administrative override information for the target.
" + } } }, "traits": { diff --git a/aws-models/emr.json b/aws-models/emr.json index 670c426e41fb..1dd275244265 100644 --- a/aws-models/emr.json +++ b/aws-models/emr.json @@ -4568,6 +4568,12 @@ "traits": { "smithy.api#documentation": "The resize specification for the instance fleet.
" } + }, + "Context": { + "target": "com.amazonaws.emr#XmlStringMaxLen256", + "traits": { + "smithy.api#documentation": "Reserved.
" + } } }, "traits": { @@ -4620,6 +4626,12 @@ "traits": { "smithy.api#documentation": "The resize specification for the instance fleet.
" } + }, + "Context": { + "target": "com.amazonaws.emr#XmlStringMaxLen256", + "traits": { + "smithy.api#documentation": "Reserved.
" + } } }, "traits": { @@ -4675,6 +4687,12 @@ "traits": { "smithy.api#documentation": "An array of InstanceTypeConfig objects that specify how Amazon EMR provisions Amazon EC2 instances\n when it fulfills On-Demand and Spot capacities. For more information, see InstanceTypeConfig.
" } + }, + "Context": { + "target": "com.amazonaws.emr#XmlStringMaxLen256", + "traits": { + "smithy.api#documentation": "Reserved.
" + } } }, "traits": { diff --git a/aws-models/guardduty.json b/aws-models/guardduty.json index 3e052ca8466c..e81b116ea542 100644 --- a/aws-models/guardduty.json +++ b/aws-models/guardduty.json @@ -11049,6 +11049,13 @@ "smithy.api#jsonName": "localIpDetails" } }, + "LocalNetworkInterface": { + "target": "com.amazonaws.guardduty#String", + "traits": { + "smithy.api#documentation": "The EC2 instance's local elastic network interface utilized for the connection.
", + "smithy.api#jsonName": "localNetworkInterface" + } + }, "RemoteIpDetails": { "target": "com.amazonaws.guardduty#RemoteIpDetails", "traits": { diff --git a/aws-models/robomaker.json b/aws-models/robomaker.json index dcdd2970fabf..bce47bd0a1c4 100644 --- a/aws-models/robomaker.json +++ b/aws-models/robomaker.json @@ -94,7 +94,7 @@ } ], "traits": { - "smithy.api#documentation": "Deletes one or more worlds in a batch operation.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nDeletes one or more worlds in a batch operation.
", "smithy.api#http": { "method": "POST", "uri": "/batchDeleteWorlds", @@ -154,7 +154,7 @@ } ], "traits": { - "smithy.api#documentation": "Describes one or more simulation jobs.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nDescribes one or more simulation jobs.
", "smithy.api#http": { "method": "POST", "uri": "/batchDescribeSimulationJob", @@ -255,7 +255,7 @@ "smithy.api#deprecated": { "message": "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." }, - "smithy.api#documentation": "Cancels the specified deployment job.
\nThis API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
\nThis API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
\nCancels the specified deployment job.
", "smithy.api#http": { "method": "POST", "uri": "/cancelDeploymentJob", @@ -314,7 +314,7 @@ } ], "traits": { - "smithy.api#documentation": "Cancels the specified simulation job.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nCancels the specified simulation job.
", "smithy.api#http": { "method": "POST", "uri": "/cancelSimulationJob", @@ -345,7 +345,7 @@ } ], "traits": { - "smithy.api#documentation": "Cancels a simulation job batch. When you cancel a simulation job batch, you are also\n cancelling all of the active simulation jobs created as part of the batch.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nCancels a simulation job batch. When you cancel a simulation job batch, you are also\n cancelling all of the active simulation jobs created as part of the batch.
", "smithy.api#http": { "method": "POST", "uri": "/cancelSimulationJobBatch", @@ -420,7 +420,7 @@ } ], "traits": { - "smithy.api#documentation": "Cancels the specified export job.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nCancels the specified export job.
", "smithy.api#http": { "method": "POST", "uri": "/cancelWorldExportJob", @@ -473,7 +473,7 @@ } ], "traits": { - "smithy.api#documentation": "Cancels the specified world generator job.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nCancels the specified world generator job.
", "smithy.api#http": { "method": "POST", "uri": "/cancelWorldGenerationJob", @@ -646,7 +646,7 @@ "smithy.api#deprecated": { "message": "AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." }, - "smithy.api#documentation": "Deploys a specific version of a robot application to robots in a fleet.
\nThis API is no longer supported and will throw an error if used.
\nThe robot application must have a numbered applicationVersion
for\n consistency reasons. To create a new version, use\n CreateRobotApplicationVersion
or see Creating a Robot Application Version.
After 90 days, deployment jobs expire and will be deleted. They will no longer be\n accessible.
\nEnd of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nThis API is no longer supported and will throw an error if used. For more information, see the January 31, 2022 update in the Support policy page.
\nDeploys a specific version of a robot application to robots in a fleet.
\nThe robot application must have a numbered applicationVersion
for\n consistency reasons. To create a new version, use CreateRobotApplicationVersion
or see \n Creating a Robot Application Version.\n
After 90 days, deployment jobs expire and will be deleted. They will no longer be\n accessible.
\nCreates a fleet, a logical group of robots running the same robot application.
\nThis API is no longer supported and will throw an error if used.
\nEnd of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nThis API is no longer supported and will throw an error if used. For more information, see the January 31, 2022 update in the Support policy page.
\nCreates a fleet, a logical group of robots running the same robot application.
", "smithy.api#http": { "method": "POST", "uri": "/createFleet", @@ -886,7 +886,7 @@ "smithy.api#deprecated": { "message": "AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." }, - "smithy.api#documentation": "Creates a robot.
\nThis API is no longer supported and will throw an error if used.
\nEnd of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nThis API is no longer supported and will throw an error if used. For more information, see the January 31, 2022 update in the Support policy page.
\nCreates a robot.
", "smithy.api#http": { "method": "POST", "uri": "/createRobot", @@ -923,7 +923,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a robot application.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nCreates a robot application.
", "smithy.api#http": { "method": "POST", "uri": "/createRobotApplication", @@ -950,7 +950,7 @@ "robotSoftwareSuite": { "target": "com.amazonaws.robomaker#RobotSoftwareSuite", "traits": { - "smithy.api#documentation": "The robot software suite (ROS distribuition) used by the robot application.
", + "smithy.api#documentation": "The robot software suite used by the robot application.
", "smithy.api#required": {} } }, @@ -1001,7 +1001,7 @@ "robotSoftwareSuite": { "target": "com.amazonaws.robomaker#RobotSoftwareSuite", "traits": { - "smithy.api#documentation": "The robot software suite (ROS distribution) used by the robot application.
" + "smithy.api#documentation": "The robot software suite used by the robot application.
" } }, "lastUpdatedAt": { @@ -1059,7 +1059,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a version of a robot application.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nCreates a version of a robot application.
", "smithy.api#http": { "method": "POST", "uri": "/createRobotApplicationVersion", @@ -1130,7 +1130,7 @@ "robotSoftwareSuite": { "target": "com.amazonaws.robomaker#RobotSoftwareSuite", "traits": { - "smithy.api#documentation": "The robot software suite (ROS distribution) used by the robot application.
" + "smithy.api#documentation": "The robot software suite used by the robot application.
" } }, "lastUpdatedAt": { @@ -1270,7 +1270,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a simulation application.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nCreates a simulation application.
", "smithy.api#http": { "method": "POST", "uri": "/createSimulationApplication", @@ -1304,7 +1304,7 @@ "robotSoftwareSuite": { "target": "com.amazonaws.robomaker#RobotSoftwareSuite", "traits": { - "smithy.api#documentation": "The robot software suite (ROS distribution) used by the simulation application.
", + "smithy.api#documentation": "The robot software suite used by the simulation application.
", "smithy.api#required": {} } }, @@ -1367,7 +1367,7 @@ "robotSoftwareSuite": { "target": "com.amazonaws.robomaker#RobotSoftwareSuite", "traits": { - "smithy.api#documentation": "Information about the robot software suite (ROS distribution).
" + "smithy.api#documentation": "Information about the robot software suite.
" } }, "renderingEngine": { @@ -1431,7 +1431,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a simulation application with a specific revision id.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nCreates a simulation application with a specific revision id.
", "smithy.api#http": { "method": "POST", "uri": "/createSimulationApplicationVersion", @@ -1508,7 +1508,7 @@ "robotSoftwareSuite": { "target": "com.amazonaws.robomaker#RobotSoftwareSuite", "traits": { - "smithy.api#documentation": "Information about the robot software suite (ROS distribution).
" + "smithy.api#documentation": "Information about the robot software suite.
" } }, "renderingEngine": { @@ -1572,7 +1572,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a simulation job.
\nAfter 90 days, simulation jobs expire and will be deleted. They will no longer be\n accessible.
\nEnd of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nCreates a simulation job.
\nAfter 90 days, simulation jobs expire and will be deleted. They will no longer be\n accessible.
\nCreates a world export job.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nCreates a world export job.
", "smithy.api#http": { "method": "POST", "uri": "/createWorldExportJob", @@ -1957,7 +1957,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates worlds using the specified template.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nCreates worlds using the specified template.
", "smithy.api#http": { "method": "POST", "uri": "/createWorldGenerationJob", @@ -2097,7 +2097,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a world template.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nCreates a world template.
", "smithy.api#http": { "method": "POST", "uri": "/createWorldTemplate", @@ -2333,7 +2333,7 @@ "smithy.api#deprecated": { "message": "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." }, - "smithy.api#documentation": "Deletes a fleet.
\nThis API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
\nEnd of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nThis API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
\nDeletes a fleet.
", "smithy.api#http": { "method": "POST", "uri": "/deleteFleet", @@ -2392,7 +2392,7 @@ "smithy.api#deprecated": { "message": "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." }, - "smithy.api#documentation": "Deletes a robot.
\nThis API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
\nEnd of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nThis API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
\nDeletes a robot.
", "smithy.api#http": { "method": "POST", "uri": "/deleteRobot", @@ -2420,7 +2420,7 @@ } ], "traits": { - "smithy.api#documentation": "Deletes a robot application.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nDeletes a robot application.
", "smithy.api#http": { "method": "POST", "uri": "/deleteRobotApplication", @@ -2504,7 +2504,7 @@ } ], "traits": { - "smithy.api#documentation": "Deletes a simulation application.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nDeletes a simulation application.
", "smithy.api#http": { "method": "POST", "uri": "/deleteSimulationApplication", @@ -2563,7 +2563,7 @@ } ], "traits": { - "smithy.api#documentation": "Deletes a world template.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nDeletes a world template.
", "smithy.api#http": { "method": "POST", "uri": "/deleteWorldTemplate", @@ -3003,7 +3003,7 @@ "smithy.api#deprecated": { "message": "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." }, - "smithy.api#documentation": "Deregisters a robot.
\nThis API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
\nEnd of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nThis API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
\nDeregisters a robot.
", "smithy.api#http": { "method": "POST", "uri": "/deregisterRobot", @@ -3085,7 +3085,7 @@ "smithy.api#deprecated": { "message": "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." }, - "smithy.api#documentation": "Describes a deployment job.
\nThis API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
\nEnd of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nThis API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
\nDescribes a deployment job.
", "smithy.api#http": { "method": "POST", "uri": "/describeDeploymentJob", @@ -3208,7 +3208,7 @@ "smithy.api#deprecated": { "message": "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." }, - "smithy.api#documentation": "Describes a fleet.
\nThis API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
\nEnd of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nThis API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
\nDescribes a fleet.
", "smithy.api#http": { "method": "POST", "uri": "/describeFleet", @@ -3319,7 +3319,7 @@ "smithy.api#deprecated": { "message": "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." }, - "smithy.api#documentation": "Describes a robot.
\nThis API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
\nEnd of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nThis API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
\nDescribes a robot.
", "smithy.api#http": { "method": "POST", "uri": "/describeRobot", @@ -3350,7 +3350,7 @@ } ], "traits": { - "smithy.api#documentation": "Describes a robot application.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nDescribes a robot application.
", "smithy.api#http": { "method": "POST", "uri": "/describeRobotApplication", @@ -3409,7 +3409,7 @@ "robotSoftwareSuite": { "target": "com.amazonaws.robomaker#RobotSoftwareSuite", "traits": { - "smithy.api#documentation": "The robot software suite (ROS distribution) used by the robot application.
" + "smithy.api#documentation": "The robot software suite used by the robot application.
" } }, "revisionId": { @@ -3559,7 +3559,7 @@ } ], "traits": { - "smithy.api#documentation": "Describes a simulation application.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nDescribes a simulation application.
", "smithy.api#http": { "method": "POST", "uri": "/describeSimulationApplication", @@ -3624,7 +3624,7 @@ "robotSoftwareSuite": { "target": "com.amazonaws.robomaker#RobotSoftwareSuite", "traits": { - "smithy.api#documentation": "Information about the robot software suite (ROS distribution).
" + "smithy.api#documentation": "Information about the robot software suite.
" } }, "renderingEngine": { @@ -3691,7 +3691,7 @@ } ], "traits": { - "smithy.api#documentation": "Describes a simulation job.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nDescribes a simulation job.
", "smithy.api#http": { "method": "POST", "uri": "/describeSimulationJob", @@ -3719,7 +3719,7 @@ } ], "traits": { - "smithy.api#documentation": "Describes a simulation job batch.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nDescribes a simulation job batch.
", "smithy.api#http": { "method": "POST", "uri": "/describeSimulationJobBatch", @@ -3996,7 +3996,7 @@ } ], "traits": { - "smithy.api#documentation": "Describes a world.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nDescribes a world.
", "smithy.api#http": { "method": "POST", "uri": "/describeWorld", @@ -4027,7 +4027,7 @@ } ], "traits": { - "smithy.api#documentation": "Describes a world export job.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nDescribes a world export job.
", "smithy.api#http": { "method": "POST", "uri": "/describeWorldExportJob", @@ -4138,7 +4138,7 @@ } ], "traits": { - "smithy.api#documentation": "Describes a world generation job.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nDescribes a world generation job.
", "smithy.api#http": { "method": "POST", "uri": "/describeWorldGenerationJob", @@ -4317,7 +4317,7 @@ } ], "traits": { - "smithy.api#documentation": "Describes a world template.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nDescribes a world template.
", "smithy.api#http": { "method": "POST", "uri": "/describeWorldTemplate", @@ -4710,7 +4710,7 @@ } ], "traits": { - "smithy.api#documentation": "Gets the world template body.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nGets the world template body.
", "smithy.api#http": { "method": "POST", "uri": "/getWorldTemplateBody", @@ -4936,7 +4936,7 @@ "smithy.api#deprecated": { "message": "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." }, - "smithy.api#documentation": "Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
\nThis API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
\nEnd of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nThis API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
\n\n Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.\n
", "smithy.api#http": { "method": "POST", "uri": "/listDeploymentJobs", @@ -5028,7 +5028,7 @@ "smithy.api#deprecated": { "message": "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." }, - "smithy.api#documentation": "Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
\nThis API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
\nEnd of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nThis API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
\n\n Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.\n
", "smithy.api#http": { "method": "POST", "uri": "/listFleets", @@ -5114,7 +5114,7 @@ } ], "traits": { - "smithy.api#documentation": "Returns a list of robot application. You can optionally provide filters to retrieve\n specific robot applications.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nReturns a list of robot application. You can optionally provide filters to retrieve\n specific robot applications.
", "smithy.api#http": { "method": "POST", "uri": "/listRobotApplications", @@ -5206,7 +5206,7 @@ "smithy.api#deprecated": { "message": "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." }, - "smithy.api#documentation": "Returns a list of robots. You can optionally provide filters to retrieve specific robots.
\nThis API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
\nEnd of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nThis API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
\n\n Returns a list of robots. You can optionally provide filters to retrieve specific robots.\n
", "smithy.api#http": { "method": "POST", "uri": "/listRobots", @@ -5292,7 +5292,7 @@ } ], "traits": { - "smithy.api#documentation": "Returns a list of simulation applications. You can optionally provide filters to\n retrieve specific simulation applications.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nReturns a list of simulation applications. You can optionally provide filters to\n retrieve specific simulation applications.
", "smithy.api#http": { "method": "POST", "uri": "/listSimulationApplications", @@ -5375,7 +5375,7 @@ } ], "traits": { - "smithy.api#documentation": "Returns a list simulation job batches. You can optionally provide filters to retrieve\n specific simulation batch jobs.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nReturns a list simulation job batches. You can optionally provide filters to retrieve\n specific simulation batch jobs.
", "smithy.api#http": { "method": "POST", "uri": "/listSimulationJobBatches", @@ -5455,7 +5455,7 @@ } ], "traits": { - "smithy.api#documentation": "Returns a list of simulation jobs. You can optionally provide filters to retrieve\n specific simulation jobs.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nReturns a list of simulation jobs. You can optionally provide filters to retrieve\n specific simulation jobs.
", "smithy.api#http": { "method": "POST", "uri": "/listSimulationJobs", @@ -5539,7 +5539,7 @@ } ], "traits": { - "smithy.api#documentation": "Lists all tags on a AWS RoboMaker resource.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nLists all tags on a AWS RoboMaker resource.
", "smithy.api#http": { "method": "GET", "uri": "/tags/{resourceArn}", @@ -5597,7 +5597,7 @@ } ], "traits": { - "smithy.api#documentation": "Lists world export jobs.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nLists world export jobs.
", "smithy.api#http": { "method": "POST", "uri": "/listWorldExportJobs", @@ -5678,7 +5678,7 @@ } ], "traits": { - "smithy.api#documentation": "Lists world generator jobs.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nLists world generator jobs.
", "smithy.api#http": { "method": "POST", "uri": "/listWorldGenerationJobs", @@ -5759,7 +5759,7 @@ } ], "traits": { - "smithy.api#documentation": "Lists world templates.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nLists world templates.
", "smithy.api#http": { "method": "POST", "uri": "/listWorldTemplates", @@ -5833,7 +5833,7 @@ } ], "traits": { - "smithy.api#documentation": "Lists worlds.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nLists worlds.
", "smithy.api#http": { "method": "POST", "uri": "/listWorlds", @@ -6154,7 +6154,7 @@ "smithy.api#deprecated": { "message": "AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." }, - "smithy.api#documentation": "Registers a robot with a fleet.
\nThis API is no longer supported and will throw an error if used.
\nEnd of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nRegisters a robot with a fleet.
\nThis API is no longer supported and will throw an error if used. For more information, see the January 31, 2022 update in the Support policy page.
\nRestarts a running simulation job.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nRestarts a running simulation job.
", "smithy.api#http": { "method": "POST", "uri": "/restartSimulationJob", @@ -6533,7 +6533,7 @@ "robotSoftwareSuite": { "target": "com.amazonaws.robomaker#RobotSoftwareSuite", "traits": { - "smithy.api#documentation": "Information about a robot software suite (ROS distribution).
" + "smithy.api#documentation": "Information about a robot software suite.
" } } }, @@ -6650,18 +6650,18 @@ "name": { "target": "com.amazonaws.robomaker#RobotSoftwareSuiteType", "traits": { - "smithy.api#documentation": "The name of the robot software suite (ROS distribution).
" + "smithy.api#documentation": "The name of the robot software suite. General
is the only supported value.
The version of the robot software suite (ROS distribution).
" + "smithy.api#documentation": "The version of the robot software suite. Not applicable for General software suite.
" } } }, "traits": { - "smithy.api#documentation": "Information about a robot software suite (ROS distribution).
" + "smithy.api#documentation": "Information about a robot software suite.
" } }, "com.amazonaws.robomaker#RobotSoftwareSuiteType": { @@ -6937,7 +6937,7 @@ "worldConfigs": { "target": "com.amazonaws.robomaker#WorldConfigs", "traits": { - "smithy.api#documentation": "A list of world configurations.
" + "smithy.api#documentation": "A list of world configurations.
\nThis API is no longer supported and will throw an error if used.
\nInformation about a robot software suite (ROS distribution).
" + "smithy.api#documentation": "Information about a robot software suite.
" } }, "simulationSoftwareSuite": { @@ -7267,7 +7267,7 @@ "lastUpdatedAt": { "target": "com.amazonaws.robomaker#LastUpdatedAt", "traits": { - "smithy.api#documentation": "The time, in milliseconds since the epoch, when the simulation job batch was last\n updated.
" + "smithy.api#documentation": "The time, in milliseconds since the epoch, when the simulation job batch was last updated.\n
" } }, "createdAt": { @@ -7717,13 +7717,13 @@ "name": { "target": "com.amazonaws.robomaker#SimulationSoftwareSuiteType", "traits": { - "smithy.api#documentation": "The name of the simulation software suite.
" + "smithy.api#documentation": "The name of the simulation software suite. SimulationRuntime
is the only supported value.
The version of the simulation software suite.
" + "smithy.api#documentation": "The version of the simulation software suite. Not applicable for SimulationRuntime
.
Starts a new simulation job batch. The batch is defined using one or more\n SimulationJobRequest
objects.
End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nStarts a new simulation job batch. The batch is defined using one or more\n SimulationJobRequest
objects.
Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.
\nThis API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
\nEnd of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nThis API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
\n\n Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.\n
", "smithy.api#http": { "method": "POST", "uri": "/syncDeploymentJob", @@ -8185,7 +8185,7 @@ } ], "traits": { - "smithy.api#documentation": "Adds or edits tags for a AWS RoboMaker resource.
\nEach tag consists of a tag key and a tag value. Tag keys and tag values are both\n required, but tag values can be empty strings.
\nFor information about the rules that apply to tag keys and tag values, see User-Defined Tag Restrictions in the AWS Billing and Cost Management\n User Guide.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nAdds or edits tags for a AWS RoboMaker resource.
\nEach tag consists of a tag key and a tag value. Tag keys and tag values are both\n required, but tag values can be empty strings.
\nFor information about the rules that apply to tag keys and tag values, see User-Defined Tag Restrictions in the AWS Billing and Cost Management\n User Guide.
", "smithy.api#http": { "method": "POST", "uri": "/tags/{resourceArn}", @@ -8407,7 +8407,7 @@ } ], "traits": { - "smithy.api#documentation": "Removes the specified tags from the specified AWS RoboMaker resource.
\nTo remove a tag, specify the tag key. To change the tag value of an existing tag key,\n use \n TagResource
\n .
End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nRemoves the specified tags from the specified AWS RoboMaker resource.
\nTo remove a tag, specify the tag key. To change the tag value of an existing tag key,\n use \n TagResource
\n .
Updates a robot application.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nUpdates a robot application.
", "smithy.api#http": { "method": "POST", "uri": "/updateRobotApplication", @@ -8499,7 +8499,7 @@ "robotSoftwareSuite": { "target": "com.amazonaws.robomaker#RobotSoftwareSuite", "traits": { - "smithy.api#documentation": "The robot software suite (ROS distribution) used by the robot application.
", + "smithy.api#documentation": "The robot software suite used by the robot application.
", "smithy.api#required": {} } }, @@ -8550,7 +8550,7 @@ "robotSoftwareSuite": { "target": "com.amazonaws.robomaker#RobotSoftwareSuite", "traits": { - "smithy.api#documentation": "The robot software suite (ROS distribution) used by the robot application.
" + "smithy.api#documentation": "The robot software suite used by the robot application.
" } }, "lastUpdatedAt": { @@ -8602,7 +8602,7 @@ } ], "traits": { - "smithy.api#documentation": "Updates a simulation application.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nUpdates a simulation application.
", "smithy.api#http": { "method": "POST", "uri": "/updateSimulationApplication", @@ -8636,7 +8636,7 @@ "robotSoftwareSuite": { "target": "com.amazonaws.robomaker#RobotSoftwareSuite", "traits": { - "smithy.api#documentation": "Information about the robot software suite (ROS distribution).
", + "smithy.api#documentation": "Information about the robot software suite.
", "smithy.api#required": {} } }, @@ -8699,7 +8699,7 @@ "robotSoftwareSuite": { "target": "com.amazonaws.robomaker#RobotSoftwareSuite", "traits": { - "smithy.api#documentation": "Information about the robot software suite (ROS distribution).
" + "smithy.api#documentation": "Information about the robot software suite.
" } }, "renderingEngine": { @@ -8754,7 +8754,7 @@ } ], "traits": { - "smithy.api#documentation": "Updates a world template.
", + "smithy.api#documentation": "End of support notice: On September 10, 2025, Amazon Web Services\n will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will\n no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. \n For more information on transitioning to Batch to help run containerized\n simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.\n
\nUpdates a world template.
", "smithy.api#http": { "method": "POST", "uri": "/updateWorldTemplate", @@ -8850,7 +8850,7 @@ "name": { "target": "com.amazonaws.robomaker#Name", "traits": { - "smithy.api#documentation": "A prefix that specifies where files will be uploaded in Amazon S3. It is appended to the\n simulation output location to determine the final path.
\n For example, if your simulation output location is s3://my-bucket
and your\n upload configuration name is robot-test
, your files will be uploaded to\n s3://my-bucket/
.
A prefix that specifies where files will be uploaded in Amazon S3. It is appended to the\n simulation output location to determine the final path.
\n For example, if your simulation output location is s3://amzn-s3-demo-bucket
and your\n upload configuration name is robot-test
, your files will be uploaded to\n s3://amzn-s3-demo-bucket/
.
Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records.
/// ///Amazon AppFlow passes client credentials (a client ID and client secret) when it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.
- ///Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.
///The CLIENT_CREDENTIALS value is not supported for Salesforce.
+ ///A JSON web token (JWT) that authorizes Amazon AppFlow to access your Salesforce records.
pub jwt_token: ::std::option::Option<::std::string::String>, @@ -65,18 +61,14 @@ impl SalesforceConnectorProfileCredentials { ///Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records.
/// ///Amazon AppFlow passes client credentials (a client ID and client secret) when it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.
- ///Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.
///The CLIENT_CREDENTIALS value is not supported for Salesforce.
+ ///Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records.
/// ///Amazon AppFlow passes client credentials (a client ID and client secret) when it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.
- ///Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.
///The CLIENT_CREDENTIALS value is not supported for Salesforce.
+ ///Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records.
/// ///Amazon AppFlow passes client credentials (a client ID and client secret) when it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.
- ///Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.
///The CLIENT_CREDENTIALS value is not supported for Salesforce.
+ ///Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records.
/// ///Amazon AppFlow passes client credentials (a client ID and client secret) when it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.
- ///Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.
///The CLIENT_CREDENTIALS value is not supported for Salesforce.
+ ///Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records.
/// ///Amazon AppFlow passes client credentials (a client ID and client secret) when it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.
- ///Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.
///The CLIENT_CREDENTIALS value is not supported for Salesforce.
+ ///Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records.
/// ///Amazon AppFlow passes client credentials (a client ID and client secret) when it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.
- ///Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.
///The CLIENT_CREDENTIALS value is not supported for Salesforce.
+ ///Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records.
/// ///Amazon AppFlow passes client credentials (a client ID and client secret) when it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.
- ///Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.
///The CLIENT_CREDENTIALS value is not supported for Salesforce.
+ ///Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records.
/// ///Amazon AppFlow passes client credentials (a client ID and client secret) when it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.
- ///Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.
///The CLIENT_CREDENTIALS value is not supported for Salesforce.
+ ///Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records.
/// ///Amazon AppFlow passes client credentials (a client ID and client secret) when it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.
- ///Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.
///The CLIENT_CREDENTIALS value is not supported for Salesforce.
+ ///Information about the override status applied to a target.
+#[non_exhaustive] +#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)] +pub struct AdministrativeOverride { + ///The state of the override.
+ pub state: ::std::option::OptionThe reason code for the state.
+ pub reason: ::std::option::OptionA description of the override state that provides additional details.
+ pub description: ::std::option::Option<::std::string::String>, +} +impl AdministrativeOverride { + ///The state of the override.
+ pub fn state(&self) -> ::std::option::Option<&crate::types::TargetAdministrativeOverrideStateEnum> { + self.state.as_ref() + } + ///The reason code for the state.
+ pub fn reason(&self) -> ::std::option::Option<&crate::types::TargetAdministrativeOverrideReasonEnum> { + self.reason.as_ref() + } + ///A description of the override state that provides additional details.
+ pub fn description(&self) -> ::std::option::Option<&str> { + self.description.as_deref() + } +} +impl AdministrativeOverride { + /// Creates a new builder-style object to manufacture [`AdministrativeOverride`](crate::types::AdministrativeOverride). + pub fn builder() -> crate::types::builders::AdministrativeOverrideBuilder { + crate::types::builders::AdministrativeOverrideBuilder::default() + } +} + +/// A builder for [`AdministrativeOverride`](crate::types::AdministrativeOverride). +#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)] +#[non_exhaustive] +pub struct AdministrativeOverrideBuilder { + pub(crate) state: ::std::option::OptionThe state of the override.
+ pub fn state(mut self, input: crate::types::TargetAdministrativeOverrideStateEnum) -> Self { + self.state = ::std::option::Option::Some(input); + self + } + ///The state of the override.
+ pub fn set_state(mut self, input: ::std::option::OptionThe state of the override.
+ pub fn get_state(&self) -> &::std::option::OptionThe reason code for the state.
+ pub fn reason(mut self, input: crate::types::TargetAdministrativeOverrideReasonEnum) -> Self { + self.reason = ::std::option::Option::Some(input); + self + } + ///The reason code for the state.
+ pub fn set_reason(mut self, input: ::std::option::OptionThe reason code for the state.
+ pub fn get_reason(&self) -> &::std::option::OptionA description of the override state that provides additional details.
+ pub fn description(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self { + self.description = ::std::option::Option::Some(input.into()); + self + } + ///A description of the override state that provides additional details.
+ pub fn set_description(mut self, input: ::std::option::Option<::std::string::String>) -> Self { + self.description = input; + self + } + ///A description of the override state that provides additional details.
+ pub fn get_description(&self) -> &::std::option::Option<::std::string::String> { + &self.description + } + /// Consumes the builder and constructs a [`AdministrativeOverride`](crate::types::AdministrativeOverride). + pub fn build(self) -> crate::types::AdministrativeOverride { + crate::types::AdministrativeOverride { + state: self.state, + reason: self.reason, + description: self.description, + } + } +} diff --git a/sdk/elasticloadbalancingv2/src/types/_load_balancer_attribute.rs b/sdk/elasticloadbalancingv2/src/types/_load_balancer_attribute.rs index dff75e7c1cbc..387e9985d4c1 100644 --- a/sdk/elasticloadbalancingv2/src/types/_load_balancer_attribute.rs +++ b/sdk/elasticloadbalancingv2/src/types/_load_balancer_attribute.rs @@ -64,6 +64,8 @@ pub struct LoadBalancerAttribute { ///dns_record.client_routing_policy
- Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity
with 100 percent zonal affinity, partial_availability_zone_affinity
with 85 percent zonal affinity, and any_availability_zone
with 0 percent zonal affinity.
zonal_shift.config.enabled
- Indicates whether zonal shift is enabled. The possible values are true
and false
. The default is false
.
The value of the attribute.
@@ -130,6 +132,8 @@ impl LoadBalancerAttribute { ///dns_record.client_routing_policy
- Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity
with 100 percent zonal affinity, partial_availability_zone_affinity
with 85 percent zonal affinity, and any_availability_zone
with 0 percent zonal affinity.
zonal_shift.config.enabled
- Indicates whether zonal shift is enabled. The possible values are true
and false
. The default is false
.
dns_record.client_routing_policy
- Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity
with 100 percent zonal affinity, partial_availability_zone_affinity
with 85 percent zonal affinity, and any_availability_zone
with 0 percent zonal affinity.
zonal_shift.config.enabled
- Indicates whether zonal shift is enabled. The possible values are true
and false
. The default is false
.
dns_record.client_routing_policy
- Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity
with 100 percent zonal affinity, partial_availability_zone_affinity
with 85 percent zonal affinity, and any_availability_zone
with 0 percent zonal affinity.
zonal_shift.config.enabled
- Indicates whether zonal shift is enabled. The possible values are true
and false
. The default is false
.
dns_record.client_routing_policy
- Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity
with 100 percent zonal affinity, partial_availability_zone_affinity
with 85 percent zonal affinity, and any_availability_zone
with 0 percent zonal affinity.
zonal_shift.config.enabled
- Indicates whether zonal shift is enabled. The possible values are true
and false
. The default is false
.
If no anomalies were detected, the result is normal
.
If anomalies were detected, the result is anomalous
.
The administrative override information for the target.
+ pub administrative_override: ::std::option::OptionThe description of the target.
@@ -34,6 +36,10 @@ impl TargetHealthDescription { pub fn anomaly_detection(&self) -> ::std::option::Option<&crate::types::AnomalyDetection> { self.anomaly_detection.as_ref() } + ///The administrative override information for the target.
+ pub fn administrative_override(&self) -> ::std::option::Option<&crate::types::AdministrativeOverride> { + self.administrative_override.as_ref() + } } impl TargetHealthDescription { /// Creates a new builder-style object to manufacture [`TargetHealthDescription`](crate::types::TargetHealthDescription). @@ -50,6 +56,7 @@ pub struct TargetHealthDescriptionBuilder { pub(crate) health_check_port: ::std::option::Option<::std::string::String>, pub(crate) target_health: ::std::option::OptionThe description of the target.
@@ -114,6 +121,20 @@ impl TargetHealthDescriptionBuilder { pub fn get_anomaly_detection(&self) -> &::std::option::OptionThe administrative override information for the target.
+ pub fn administrative_override(mut self, input: crate::types::AdministrativeOverride) -> Self { + self.administrative_override = ::std::option::Option::Some(input); + self + } + ///The administrative override information for the target.
+ pub fn set_administrative_override(mut self, input: ::std::option::OptionThe administrative override information for the target.
+ pub fn get_administrative_override(&self) -> &::std::option::OptionThe resize specification for the instance fleet.
pub resize_specifications: ::std::option::OptionReserved.
+ pub context: ::std::option::Option<::std::string::String>, } impl InstanceFleet { ///The unique identifier of the instance fleet.
@@ -84,6 +86,10 @@ impl InstanceFleet { pub fn resize_specifications(&self) -> ::std::option::Option<&crate::types::InstanceFleetResizingSpecifications> { self.resize_specifications.as_ref() } + ///Reserved.
+ pub fn context(&self) -> ::std::option::Option<&str> { + self.context.as_deref() + } } impl InstanceFleet { /// Creates a new builder-style object to manufacture [`InstanceFleet`](crate::types::InstanceFleet). @@ -107,6 +113,7 @@ pub struct InstanceFleetBuilder { pub(crate) instance_type_specifications: ::std::option::Option<::std::vec::VecThe unique identifier of the instance fleet.
@@ -284,6 +291,20 @@ impl InstanceFleetBuilder { pub fn get_resize_specifications(&self) -> &::std::option::OptionReserved.
+ pub fn context(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self { + self.context = ::std::option::Option::Some(input.into()); + self + } + ///Reserved.
+ pub fn set_context(mut self, input: ::std::option::Option<::std::string::String>) -> Self { + self.context = input; + self + } + ///Reserved.
+ pub fn get_context(&self) -> &::std::option::Option<::std::string::String> { + &self.context + } /// Consumes the builder and constructs a [`InstanceFleet`](crate::types::InstanceFleet). pub fn build(self) -> crate::types::InstanceFleet { crate::types::InstanceFleet { @@ -298,6 +319,7 @@ impl InstanceFleetBuilder { instance_type_specifications: self.instance_type_specifications, launch_specifications: self.launch_specifications, resize_specifications: self.resize_specifications, + context: self.context, } } } diff --git a/sdk/emr/src/types/_instance_fleet_config.rs b/sdk/emr/src/types/_instance_fleet_config.rs index 0763064eb656..5ecefaaec06b 100644 --- a/sdk/emr/src/types/_instance_fleet_config.rs +++ b/sdk/emr/src/types/_instance_fleet_config.rs @@ -24,6 +24,8 @@ pub struct InstanceFleetConfig { pub launch_specifications: ::std::option::OptionThe resize specification for the instance fleet.
pub resize_specifications: ::std::option::OptionReserved.
+ pub context: ::std::option::Option<::std::string::String>, } impl InstanceFleetConfig { ///The friendly name of the instance fleet.
@@ -60,6 +62,10 @@ impl InstanceFleetConfig { pub fn resize_specifications(&self) -> ::std::option::Option<&crate::types::InstanceFleetResizingSpecifications> { self.resize_specifications.as_ref() } + ///Reserved.
+ pub fn context(&self) -> ::std::option::Option<&str> { + self.context.as_deref() + } } impl InstanceFleetConfig { /// Creates a new builder-style object to manufacture [`InstanceFleetConfig`](crate::types::InstanceFleetConfig). @@ -79,6 +85,7 @@ pub struct InstanceFleetConfigBuilder { pub(crate) instance_type_configs: ::std::option::Option<::std::vec::VecThe friendly name of the instance fleet.
@@ -198,6 +205,20 @@ impl InstanceFleetConfigBuilder { pub fn get_resize_specifications(&self) -> &::std::option::OptionReserved.
+ pub fn context(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self { + self.context = ::std::option::Option::Some(input.into()); + self + } + ///Reserved.
+ pub fn set_context(mut self, input: ::std::option::Option<::std::string::String>) -> Self { + self.context = input; + self + } + ///Reserved.
+ pub fn get_context(&self) -> &::std::option::Option<::std::string::String> { + &self.context + } /// Consumes the builder and constructs a [`InstanceFleetConfig`](crate::types::InstanceFleetConfig). pub fn build(self) -> crate::types::InstanceFleetConfig { crate::types::InstanceFleetConfig { @@ -208,6 +229,7 @@ impl InstanceFleetConfigBuilder { instance_type_configs: self.instance_type_configs, launch_specifications: self.launch_specifications, resize_specifications: self.resize_specifications, + context: self.context, } } } diff --git a/sdk/emr/src/types/_instance_fleet_modify_config.rs b/sdk/emr/src/types/_instance_fleet_modify_config.rs index bf3a3d685a8a..6975e342e474 100644 --- a/sdk/emr/src/types/_instance_fleet_modify_config.rs +++ b/sdk/emr/src/types/_instance_fleet_modify_config.rs @@ -16,6 +16,8 @@ pub struct InstanceFleetModifyConfig { pub resize_specifications: ::std::option::OptionAn array of InstanceTypeConfig objects that specify how Amazon EMR provisions Amazon EC2 instances when it fulfills On-Demand and Spot capacities. For more information, see InstanceTypeConfig.
pub instance_type_configs: ::std::option::Option<::std::vec::VecReserved.
+ pub context: ::std::option::Option<::std::string::String>, } impl InstanceFleetModifyConfig { ///A unique identifier for the instance fleet.
@@ -40,6 +42,10 @@ impl InstanceFleetModifyConfig { pub fn instance_type_configs(&self) -> &[crate::types::InstanceTypeConfig] { self.instance_type_configs.as_deref().unwrap_or_default() } + ///Reserved.
+ pub fn context(&self) -> ::std::option::Option<&str> { + self.context.as_deref() + } } impl InstanceFleetModifyConfig { /// Creates a new builder-style object to manufacture [`InstanceFleetModifyConfig`](crate::types::InstanceFleetModifyConfig). @@ -57,6 +63,7 @@ pub struct InstanceFleetModifyConfigBuilder { pub(crate) target_spot_capacity: ::std::option::OptionA unique identifier for the instance fleet.
@@ -136,6 +143,20 @@ impl InstanceFleetModifyConfigBuilder { pub fn get_instance_type_configs(&self) -> &::std::option::Option<::std::vec::VecReserved.
+ pub fn context(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self { + self.context = ::std::option::Option::Some(input.into()); + self + } + ///Reserved.
+ pub fn set_context(mut self, input: ::std::option::Option<::std::string::String>) -> Self { + self.context = input; + self + } + ///Reserved.
+ pub fn get_context(&self) -> &::std::option::Option<::std::string::String> { + &self.context + } /// Consumes the builder and constructs a [`InstanceFleetModifyConfig`](crate::types::InstanceFleetModifyConfig). pub fn build(self) -> crate::types::InstanceFleetModifyConfig { crate::types::InstanceFleetModifyConfig { @@ -144,6 +165,7 @@ impl InstanceFleetModifyConfigBuilder { target_spot_capacity: self.target_spot_capacity, resize_specifications: self.resize_specifications, instance_type_configs: self.instance_type_configs, + context: self.context, } } } diff --git a/sdk/guardduty/Cargo.toml b/sdk/guardduty/Cargo.toml index 5c0d6477b1fe..610de0ba9b19 100644 --- a/sdk/guardduty/Cargo.toml +++ b/sdk/guardduty/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-guardduty" -version = "1.53.0" +version = "1.54.0" authors = ["AWS Rust SDK TeamThe local IP information of the connection.
pub local_ip_details: ::std::option::OptionThe EC2 instance's local elastic network interface utilized for the connection.
+ pub local_network_interface: ::std::option::Option<::std::string::String>, ///The remote IP information of the connection.
pub remote_ip_details: ::std::option::OptionThe remote port information of the connection.
@@ -40,6 +42,10 @@ impl NetworkConnectionAction { pub fn local_ip_details(&self) -> ::std::option::Option<&crate::types::LocalIpDetails> { self.local_ip_details.as_ref() } + ///The EC2 instance's local elastic network interface utilized for the connection.
+ pub fn local_network_interface(&self) -> ::std::option::Option<&str> { + self.local_network_interface.as_deref() + } ///The remote IP information of the connection.
pub fn remote_ip_details(&self) -> ::std::option::Option<&crate::types::RemoteIpDetails> { self.remote_ip_details.as_ref() @@ -65,6 +71,7 @@ pub struct NetworkConnectionActionBuilder { pub(crate) local_port_details: ::std::option::OptionThe EC2 instance's local elastic network interface utilized for the connection.
+ pub fn local_network_interface(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self { + self.local_network_interface = ::std::option::Option::Some(input.into()); + self + } + ///The EC2 instance's local elastic network interface utilized for the connection.
+ pub fn set_local_network_interface(mut self, input: ::std::option::Option<::std::string::String>) -> Self { + self.local_network_interface = input; + self + } + ///The EC2 instance's local elastic network interface utilized for the connection.
+ pub fn get_local_network_interface(&self) -> &::std::option::Option<::std::string::String> { + &self.local_network_interface + } ///The remote IP information of the connection.
pub fn remote_ip_details(mut self, input: crate::types::RemoteIpDetails) -> Self { self.remote_ip_details = ::std::option::Option::Some(input); @@ -175,6 +196,7 @@ impl NetworkConnectionActionBuilder { local_port_details: self.local_port_details, protocol: self.protocol, local_ip_details: self.local_ip_details, + local_network_interface: self.local_network_interface, remote_ip_details: self.remote_ip_details, remote_port_details: self.remote_port_details, } diff --git a/sdk/robomaker/Cargo.toml b/sdk/robomaker/Cargo.toml index 7967e721baef..c0c25c31fb0a 100644 --- a/sdk/robomaker/Cargo.toml +++ b/sdk/robomaker/Cargo.toml @@ -1,7 +1,7 @@ # Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. [package] name = "aws-sdk-robomaker" -version = "1.46.0" +version = "1.46.1" authors = ["AWS Rust SDK TeamThe name of the robot application.
The sources of the robot application.
The robot software suite (ROS distribuition) used by the robot application.
The robot software suite used by the robot application.
A map that contains tag keys and tag values that are attached to the robot application.
The object that contains that URI of the Docker image that you use for your robot application.
The name of the robot application.
/// - [`version(OptionThe version of the robot application.
/// - [`sources(OptionThe sources of the robot application.
- /// - [`robot_software_suite(OptionThe robot software suite (ROS distribution) used by the robot application.
+ /// - [`robot_software_suite(OptionThe robot software suite used by the robot application.
/// - [`last_updated_at(OptionThe time, in milliseconds since the epoch, when the robot application was last updated.
/// - [`revision_id(OptionThe revision id of the robot application.
/// - [`tags(OptionThe list of all tags added to the robot application.
diff --git a/sdk/robomaker/src/client/create_robot_application_version.rs b/sdk/robomaker/src/client/create_robot_application_version.rs index dfd288677b75..062f25dafd8e 100644 --- a/sdk/robomaker/src/client/create_robot_application_version.rs +++ b/sdk/robomaker/src/client/create_robot_application_version.rs @@ -12,7 +12,7 @@ impl super::Client { /// - [`name(OptionThe name of the robot application.
/// - [`version(OptionThe version of the robot application.
/// - [`sources(OptionThe sources of the robot application.
- /// - [`robot_software_suite(OptionThe robot software suite (ROS distribution) used by the robot application.
+ /// - [`robot_software_suite(OptionThe robot software suite used by the robot application.
/// - [`last_updated_at(OptionThe time, in milliseconds since the epoch, when the robot application was last updated.
/// - [`revision_id(OptionThe revision id of the robot application.
/// - [`environment(OptionThe object that contains the Docker image URI used to create your robot application.
diff --git a/sdk/robomaker/src/client/create_simulation_application.rs b/sdk/robomaker/src/client/create_simulation_application.rs index 4aeb1da891af..cf09133edea6 100644 --- a/sdk/robomaker/src/client/create_simulation_application.rs +++ b/sdk/robomaker/src/client/create_simulation_application.rs @@ -6,7 +6,7 @@ impl super::Client { /// - [`name(impl IntoThe name of the simulation application.
The sources of the simulation application.
The simulation software suite used by the simulation application.
The robot software suite (ROS distribution) used by the simulation application.
The robot software suite used by the simulation application.
The rendering engine for the simulation application.
A map that contains tag keys and tag values that are attached to the simulation application.
The object that contains the Docker image URI used to create your simulation application.
The version of the simulation application.
/// - [`sources(OptionThe sources of the simulation application.
/// - [`simulation_software_suite(OptionThe simulation software suite used by the simulation application.
- /// - [`robot_software_suite(OptionInformation about the robot software suite (ROS distribution).
+ /// - [`robot_software_suite(OptionInformation about the robot software suite.
/// - [`rendering_engine(OptionThe rendering engine for the simulation application.
/// - [`last_updated_at(OptionThe time, in milliseconds since the epoch, when the simulation application was last updated.
/// - [`revision_id(OptionThe revision id of the simulation application.
diff --git a/sdk/robomaker/src/client/create_simulation_application_version.rs b/sdk/robomaker/src/client/create_simulation_application_version.rs index 85b1c0d5221d..7ddf49691db0 100644 --- a/sdk/robomaker/src/client/create_simulation_application_version.rs +++ b/sdk/robomaker/src/client/create_simulation_application_version.rs @@ -13,7 +13,7 @@ impl super::Client { /// - [`version(OptionThe version of the simulation application.
/// - [`sources(OptionThe sources of the simulation application.
/// - [`simulation_software_suite(OptionThe simulation software suite used by the simulation application.
- /// - [`robot_software_suite(OptionInformation about the robot software suite (ROS distribution).
+ /// - [`robot_software_suite(OptionInformation about the robot software suite.
/// - [`rendering_engine(OptionThe rendering engine for the simulation application.
/// - [`last_updated_at(OptionThe time, in milliseconds since the epoch, when the simulation application was last updated.
/// - [`revision_id(OptionThe revision ID of the simulation application.
diff --git a/sdk/robomaker/src/client/describe_robot_application.rs b/sdk/robomaker/src/client/describe_robot_application.rs index 0b06497d2a8c..e1f3e19730b8 100644 --- a/sdk/robomaker/src/client/describe_robot_application.rs +++ b/sdk/robomaker/src/client/describe_robot_application.rs @@ -10,7 +10,7 @@ impl super::Client { /// - [`name(OptionThe name of the robot application.
/// - [`version(OptionThe version of the robot application.
/// - [`sources(OptionThe sources of the robot application.
- /// - [`robot_software_suite(OptionThe robot software suite (ROS distribution) used by the robot application.
+ /// - [`robot_software_suite(OptionThe robot software suite used by the robot application.
/// - [`revision_id(OptionThe revision id of the robot application.
/// - [`last_updated_at(OptionThe time, in milliseconds since the epoch, when the robot application was last updated.
/// - [`tags(OptionThe list of all tags added to the specified robot application.
diff --git a/sdk/robomaker/src/client/describe_simulation_application.rs b/sdk/robomaker/src/client/describe_simulation_application.rs index f88c09380a81..0d4c112500a7 100644 --- a/sdk/robomaker/src/client/describe_simulation_application.rs +++ b/sdk/robomaker/src/client/describe_simulation_application.rs @@ -11,7 +11,7 @@ impl super::Client { /// - [`version(OptionThe version of the simulation application.
/// - [`sources(OptionThe sources of the simulation application.
/// - [`simulation_software_suite(OptionThe simulation software suite used by the simulation application.
- /// - [`robot_software_suite(OptionInformation about the robot software suite (ROS distribution).
+ /// - [`robot_software_suite(OptionInformation about the robot software suite.
/// - [`rendering_engine(OptionThe rendering engine for the simulation application.
/// - [`revision_id(OptionThe revision id of the simulation application.
/// - [`last_updated_at(OptionThe time, in milliseconds since the epoch, when the simulation application was last updated.
diff --git a/sdk/robomaker/src/client/update_robot_application.rs b/sdk/robomaker/src/client/update_robot_application.rs index 7796f45d48e6..52af2a8d3ed4 100644 --- a/sdk/robomaker/src/client/update_robot_application.rs +++ b/sdk/robomaker/src/client/update_robot_application.rs @@ -5,7 +5,7 @@ impl super::Client { /// - The fluent builder is configurable: /// - [`application(impl IntoThe application information for the robot application.
The sources of the robot application.
The robot software suite (ROS distribution) used by the robot application.
The robot software suite used by the robot application.
The revision id for the robot application.
The object that contains the Docker image URI for your robot application.
The name of the robot application.
/// - [`version(OptionThe version of the robot application.
/// - [`sources(OptionThe sources of the robot application.
- /// - [`robot_software_suite(OptionThe robot software suite (ROS distribution) used by the robot application.
+ /// - [`robot_software_suite(OptionThe robot software suite used by the robot application.
/// - [`last_updated_at(OptionThe time, in milliseconds since the epoch, when the robot application was last updated.
/// - [`revision_id(OptionThe revision id of the robot application.
/// - [`environment(OptionThe object that contains the Docker image URI for your robot application.
diff --git a/sdk/robomaker/src/client/update_simulation_application.rs b/sdk/robomaker/src/client/update_simulation_application.rs index 77112b16ecfe..dfab46532482 100644 --- a/sdk/robomaker/src/client/update_simulation_application.rs +++ b/sdk/robomaker/src/client/update_simulation_application.rs @@ -6,7 +6,7 @@ impl super::Client { /// - [`application(impl IntoThe application information for the simulation application.
The sources of the simulation application.
The simulation software suite used by the simulation application.
Information about the robot software suite (ROS distribution).
Information about the robot software suite.
The rendering engine for the simulation application.
The revision id for the robot application.
The object that contains the Docker image URI for your simulation application.
The version of the robot application.
/// - [`sources(OptionThe sources of the simulation application.
/// - [`simulation_software_suite(OptionThe simulation software suite used by the simulation application.
- /// - [`robot_software_suite(OptionInformation about the robot software suite (ROS distribution).
+ /// - [`robot_software_suite(OptionInformation about the robot software suite.
/// - [`rendering_engine(OptionThe rendering engine for the simulation application.
/// - [`last_updated_at(OptionThe time, in milliseconds since the epoch, when the simulation application was last updated.
/// - [`revision_id(OptionThe revision id of the simulation application.
diff --git a/sdk/robomaker/src/lib.rs b/sdk/robomaker/src/lib.rs index 4f363253a2c9..b49840ad8c3f 100644 --- a/sdk/robomaker/src/lib.rs +++ b/sdk/robomaker/src/lib.rs @@ -31,7 +31,7 @@ //! ```toml //! [dependencies] //! aws-config = { version = "1.1.7", features = ["behavior-version-latest"] } -//! aws-sdk-robomaker = "1.46.0" +//! aws-sdk-robomaker = "1.46.1" //! tokio = { version = "1", features = ["full"] } //! ``` //! diff --git a/sdk/robomaker/src/operation/batch_delete_worlds/builders.rs b/sdk/robomaker/src/operation/batch_delete_worlds/builders.rs index 3556a6a50022..0754e5dca89b 100644 --- a/sdk/robomaker/src/operation/batch_delete_worlds/builders.rs +++ b/sdk/robomaker/src/operation/batch_delete_worlds/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::batch_delete_worlds::builders::BatchDeleteWorldsInputBuil } /// Fluent builder constructing a request to `BatchDeleteWorlds`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Deletes one or more worlds in a batch operation.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct BatchDeleteWorldsFluentBuilder { diff --git a/sdk/robomaker/src/operation/batch_describe_simulation_job/builders.rs b/sdk/robomaker/src/operation/batch_describe_simulation_job/builders.rs index 27f4bc92d445..c0b9de820583 100644 --- a/sdk/robomaker/src/operation/batch_describe_simulation_job/builders.rs +++ b/sdk/robomaker/src/operation/batch_describe_simulation_job/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::batch_describe_simulation_job::builders::BatchDescribeSim } /// Fluent builder constructing a request to `BatchDescribeSimulationJob`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Describes one or more simulation jobs.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct BatchDescribeSimulationJobFluentBuilder { diff --git a/sdk/robomaker/src/operation/cancel_deployment_job/builders.rs b/sdk/robomaker/src/operation/cancel_deployment_job/builders.rs index 02c331ac8248..2f507afc86b8 100644 --- a/sdk/robomaker/src/operation/cancel_deployment_job/builders.rs +++ b/sdk/robomaker/src/operation/cancel_deployment_job/builders.rs @@ -22,9 +22,10 @@ impl crate::operation::cancel_deployment_job::builders::CancelDeploymentJobInput } /// Fluent builder constructing a request to `CancelDeploymentJob`. /// -///Cancels the specified deployment job.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
+///This API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
///Cancels the specified deployment job.
#[deprecated( note = "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." )] diff --git a/sdk/robomaker/src/operation/cancel_simulation_job/builders.rs b/sdk/robomaker/src/operation/cancel_simulation_job/builders.rs index 0f08550c22ec..caf21c99e742 100644 --- a/sdk/robomaker/src/operation/cancel_simulation_job/builders.rs +++ b/sdk/robomaker/src/operation/cancel_simulation_job/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::cancel_simulation_job::builders::CancelSimulationJobInput } /// Fluent builder constructing a request to `CancelSimulationJob`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Cancels the specified simulation job.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct CancelSimulationJobFluentBuilder { diff --git a/sdk/robomaker/src/operation/cancel_simulation_job_batch/builders.rs b/sdk/robomaker/src/operation/cancel_simulation_job_batch/builders.rs index a1d560754f84..38e8eabd6996 100644 --- a/sdk/robomaker/src/operation/cancel_simulation_job_batch/builders.rs +++ b/sdk/robomaker/src/operation/cancel_simulation_job_batch/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::cancel_simulation_job_batch::builders::CancelSimulationJo } /// Fluent builder constructing a request to `CancelSimulationJobBatch`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Cancels a simulation job batch. When you cancel a simulation job batch, you are also cancelling all of the active simulation jobs created as part of the batch.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct CancelSimulationJobBatchFluentBuilder { diff --git a/sdk/robomaker/src/operation/cancel_world_export_job/builders.rs b/sdk/robomaker/src/operation/cancel_world_export_job/builders.rs index 9d888d7a810f..3c1a294fbb02 100644 --- a/sdk/robomaker/src/operation/cancel_world_export_job/builders.rs +++ b/sdk/robomaker/src/operation/cancel_world_export_job/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::cancel_world_export_job::builders::CancelWorldExportJobIn } /// Fluent builder constructing a request to `CancelWorldExportJob`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Cancels the specified export job.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct CancelWorldExportJobFluentBuilder { diff --git a/sdk/robomaker/src/operation/cancel_world_generation_job/builders.rs b/sdk/robomaker/src/operation/cancel_world_generation_job/builders.rs index 8484b6cdb0f3..1753fc010f05 100644 --- a/sdk/robomaker/src/operation/cancel_world_generation_job/builders.rs +++ b/sdk/robomaker/src/operation/cancel_world_generation_job/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::cancel_world_generation_job::builders::CancelWorldGenerat } /// Fluent builder constructing a request to `CancelWorldGenerationJob`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Cancels the specified world generator job.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct CancelWorldGenerationJobFluentBuilder { diff --git a/sdk/robomaker/src/operation/create_deployment_job/builders.rs b/sdk/robomaker/src/operation/create_deployment_job/builders.rs index 53a9c386f6ab..183caaf2af4f 100644 --- a/sdk/robomaker/src/operation/create_deployment_job/builders.rs +++ b/sdk/robomaker/src/operation/create_deployment_job/builders.rs @@ -22,9 +22,12 @@ impl crate::operation::create_deployment_job::builders::CreateDeploymentJobInput } /// Fluent builder constructing a request to `CreateDeploymentJob`. /// -///Deploys a specific version of a robot application to robots in a fleet.
This API is no longer supported and will throw an error if used.
+///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///This API is no longer supported and will throw an error if used. For more information, see the January 31, 2022 update in the Support policy page.
///Deploys a specific version of a robot application to robots in a fleet.
///The robot application must have a numbered applicationVersion
for consistency reasons. To create a new version, use CreateRobotApplicationVersion
or see Creating a Robot Application Version.
After 90 days, deployment jobs expire and will be deleted. They will no longer be accessible.
///Creates a fleet, a logical group of robots running the same robot application.
This API is no longer supported and will throw an error if used.
+///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///This API is no longer supported and will throw an error if used. For more information, see the January 31, 2022 update in the Support policy page.
///Creates a fleet, a logical group of robots running the same robot application.
#[deprecated( note = "AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." )] diff --git a/sdk/robomaker/src/operation/create_robot/builders.rs b/sdk/robomaker/src/operation/create_robot/builders.rs index a3083349e017..2ebd886b7bed 100644 --- a/sdk/robomaker/src/operation/create_robot/builders.rs +++ b/sdk/robomaker/src/operation/create_robot/builders.rs @@ -22,9 +22,12 @@ impl crate::operation::create_robot::builders::CreateRobotInputBuilder { } /// Fluent builder constructing a request to `CreateRobot`. /// -///Creates a robot.
This API is no longer supported and will throw an error if used.
+///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///This API is no longer supported and will throw an error if used. For more information, see the January 31, 2022 update in the Support policy page.
///Creates a robot.
#[deprecated( note = "AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." )] diff --git a/sdk/robomaker/src/operation/create_robot_application/_create_robot_application_input.rs b/sdk/robomaker/src/operation/create_robot_application/_create_robot_application_input.rs index baf74b47ea1f..96d488e5ecb8 100644 --- a/sdk/robomaker/src/operation/create_robot_application/_create_robot_application_input.rs +++ b/sdk/robomaker/src/operation/create_robot_application/_create_robot_application_input.rs @@ -7,7 +7,7 @@ pub struct CreateRobotApplicationInput { pub name: ::std::option::Option<::std::string::String>, ///The sources of the robot application.
pub sources: ::std::option::Option<::std::vec::VecThe robot software suite (ROS distribuition) used by the robot application.
+ ///The robot software suite used by the robot application.
pub robot_software_suite: ::std::option::OptionA map that contains tag keys and tag values that are attached to the robot application.
pub tags: ::std::option::Option<::std::collections::HashMap<::std::string::String, ::std::string::String>>, @@ -25,7 +25,7 @@ impl CreateRobotApplicationInput { pub fn sources(&self) -> &[crate::types::SourceConfig] { self.sources.as_deref().unwrap_or_default() } - ///The robot software suite (ROS distribuition) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn robot_software_suite(&self) -> ::std::option::Option<&crate::types::RobotSoftwareSuite> { self.robot_software_suite.as_ref() } @@ -91,18 +91,18 @@ impl CreateRobotApplicationInputBuilder { pub fn get_sources(&self) -> &::std::option::Option<::std::vec::VecThe robot software suite (ROS distribuition) used by the robot application.
+ ///The robot software suite used by the robot application.
/// This field is required. pub fn robot_software_suite(mut self, input: crate::types::RobotSoftwareSuite) -> Self { self.robot_software_suite = ::std::option::Option::Some(input); self } - ///The robot software suite (ROS distribuition) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn set_robot_software_suite(mut self, input: ::std::option::OptionThe robot software suite (ROS distribuition) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn get_robot_software_suite(&self) -> &::std::option::OptionThe sources of the robot application.
pub sources: ::std::option::Option<::std::vec::VecThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub robot_software_suite: ::std::option::OptionThe time, in milliseconds since the epoch, when the robot application was last updated.
pub last_updated_at: ::std::option::Option<::aws_smithy_types::DateTime>, @@ -42,7 +42,7 @@ impl CreateRobotApplicationOutput { pub fn sources(&self) -> &[crate::types::Source] { self.sources.as_deref().unwrap_or_default() } - ///The robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn robot_software_suite(&self) -> ::std::option::Option<&crate::types::RobotSoftwareSuite> { self.robot_software_suite.as_ref() } @@ -153,17 +153,17 @@ impl CreateRobotApplicationOutputBuilder { pub fn get_sources(&self) -> &::std::option::Option<::std::vec::VecThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn robot_software_suite(mut self, input: crate::types::RobotSoftwareSuite) -> Self { self.robot_software_suite = ::std::option::Option::Some(input); self } - ///The robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn set_robot_software_suite(mut self, input: ::std::option::OptionThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn get_robot_software_suite(&self) -> &::std::option::OptionEnd of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Creates a robot application.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct CreateRobotApplicationFluentBuilder { @@ -141,17 +144,17 @@ impl CreateRobotApplicationFluentBuilder { pub fn get_sources(&self) -> &::std::option::Option<::std::vec::VecThe robot software suite (ROS distribuition) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn robot_software_suite(mut self, input: crate::types::RobotSoftwareSuite) -> Self { self.inner = self.inner.robot_software_suite(input); self } - ///The robot software suite (ROS distribuition) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn set_robot_software_suite(mut self, input: ::std::option::OptionThe robot software suite (ROS distribuition) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn get_robot_software_suite(&self) -> &::std::option::OptionThe sources of the robot application.
pub sources: ::std::option::Option<::std::vec::VecThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub robot_software_suite: ::std::option::OptionThe time, in milliseconds since the epoch, when the robot application was last updated.
pub last_updated_at: ::std::option::Option<::aws_smithy_types::DateTime>, @@ -40,7 +40,7 @@ impl CreateRobotApplicationVersionOutput { pub fn sources(&self) -> &[crate::types::Source] { self.sources.as_deref().unwrap_or_default() } - ///The robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn robot_software_suite(&self) -> ::std::option::Option<&crate::types::RobotSoftwareSuite> { self.robot_software_suite.as_ref() } @@ -146,17 +146,17 @@ impl CreateRobotApplicationVersionOutputBuilder { pub fn get_sources(&self) -> &::std::option::Option<::std::vec::VecThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn robot_software_suite(mut self, input: crate::types::RobotSoftwareSuite) -> Self { self.robot_software_suite = ::std::option::Option::Some(input); self } - ///The robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn set_robot_software_suite(mut self, input: ::std::option::OptionThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn get_robot_software_suite(&self) -> &::std::option::OptionEnd of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Creates a version of a robot application.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct CreateRobotApplicationVersionFluentBuilder { diff --git a/sdk/robomaker/src/operation/create_simulation_application/_create_simulation_application_input.rs b/sdk/robomaker/src/operation/create_simulation_application/_create_simulation_application_input.rs index dd97c86d500f..7028ce2ce900 100644 --- a/sdk/robomaker/src/operation/create_simulation_application/_create_simulation_application_input.rs +++ b/sdk/robomaker/src/operation/create_simulation_application/_create_simulation_application_input.rs @@ -9,7 +9,7 @@ pub struct CreateSimulationApplicationInput { pub sources: ::std::option::Option<::std::vec::VecThe simulation software suite used by the simulation application.
pub simulation_software_suite: ::std::option::OptionThe robot software suite (ROS distribution) used by the simulation application.
+ ///The robot software suite used by the simulation application.
pub robot_software_suite: ::std::option::OptionThe rendering engine for the simulation application.
pub rendering_engine: ::std::option::OptionThe robot software suite (ROS distribution) used by the simulation application.
+ ///The robot software suite used by the simulation application.
pub fn robot_software_suite(&self) -> ::std::option::Option<&crate::types::RobotSoftwareSuite> { self.robot_software_suite.as_ref() } @@ -120,18 +120,18 @@ impl CreateSimulationApplicationInputBuilder { pub fn get_simulation_software_suite(&self) -> &::std::option::OptionThe robot software suite (ROS distribution) used by the simulation application.
+ ///The robot software suite used by the simulation application.
/// This field is required. pub fn robot_software_suite(mut self, input: crate::types::RobotSoftwareSuite) -> Self { self.robot_software_suite = ::std::option::Option::Some(input); self } - ///The robot software suite (ROS distribution) used by the simulation application.
+ ///The robot software suite used by the simulation application.
pub fn set_robot_software_suite(mut self, input: ::std::option::OptionThe robot software suite (ROS distribution) used by the simulation application.
+ ///The robot software suite used by the simulation application.
pub fn get_robot_software_suite(&self) -> &::std::option::OptionThe simulation software suite used by the simulation application.
pub simulation_software_suite: ::std::option::OptionInformation about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub robot_software_suite: ::std::option::OptionThe rendering engine for the simulation application.
pub rendering_engine: ::std::option::OptionInformation about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub fn robot_software_suite(&self) -> ::std::option::Option<&crate::types::RobotSoftwareSuite> { self.robot_software_suite.as_ref() } @@ -181,17 +181,17 @@ impl CreateSimulationApplicationOutputBuilder { pub fn get_simulation_software_suite(&self) -> &::std::option::OptionInformation about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub fn robot_software_suite(mut self, input: crate::types::RobotSoftwareSuite) -> Self { self.robot_software_suite = ::std::option::Option::Some(input); self } - ///Information about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub fn set_robot_software_suite(mut self, input: ::std::option::OptionInformation about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub fn get_robot_software_suite(&self) -> &::std::option::OptionEnd of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Creates a simulation application.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct CreateSimulationApplicationFluentBuilder { @@ -155,17 +158,17 @@ impl CreateSimulationApplicationFluentBuilder { pub fn get_simulation_software_suite(&self) -> &::std::option::OptionThe robot software suite (ROS distribution) used by the simulation application.
+ ///The robot software suite used by the simulation application.
pub fn robot_software_suite(mut self, input: crate::types::RobotSoftwareSuite) -> Self { self.inner = self.inner.robot_software_suite(input); self } - ///The robot software suite (ROS distribution) used by the simulation application.
+ ///The robot software suite used by the simulation application.
pub fn set_robot_software_suite(mut self, input: ::std::option::OptionThe robot software suite (ROS distribution) used by the simulation application.
+ ///The robot software suite used by the simulation application.
pub fn get_robot_software_suite(&self) -> &::std::option::OptionThe simulation software suite used by the simulation application.
pub simulation_software_suite: ::std::option::OptionInformation about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub robot_software_suite: ::std::option::OptionThe rendering engine for the simulation application.
pub rendering_engine: ::std::option::OptionInformation about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub fn robot_software_suite(&self) -> ::std::option::Option<&crate::types::RobotSoftwareSuite> { self.robot_software_suite.as_ref() } @@ -174,17 +174,17 @@ impl CreateSimulationApplicationVersionOutputBuilder { pub fn get_simulation_software_suite(&self) -> &::std::option::OptionInformation about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub fn robot_software_suite(mut self, input: crate::types::RobotSoftwareSuite) -> Self { self.robot_software_suite = ::std::option::Option::Some(input); self } - ///Information about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub fn set_robot_software_suite(mut self, input: ::std::option::OptionInformation about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub fn get_robot_software_suite(&self) -> &::std::option::OptionEnd of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Creates a simulation application with a specific revision id.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct CreateSimulationApplicationVersionFluentBuilder { diff --git a/sdk/robomaker/src/operation/create_simulation_job/builders.rs b/sdk/robomaker/src/operation/create_simulation_job/builders.rs index 8bdb567446e3..f74681f0ac72 100644 --- a/sdk/robomaker/src/operation/create_simulation_job/builders.rs +++ b/sdk/robomaker/src/operation/create_simulation_job/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::create_simulation_job::builders::CreateSimulationJobInput } /// Fluent builder constructing a request to `CreateSimulationJob`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Creates a simulation job.
After 90 days, simulation jobs expire and will be deleted. They will no longer be accessible.
///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Creates a world export job.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct CreateWorldExportJobFluentBuilder { diff --git a/sdk/robomaker/src/operation/create_world_generation_job/builders.rs b/sdk/robomaker/src/operation/create_world_generation_job/builders.rs index 17c7684b4938..a87b3b2b922a 100644 --- a/sdk/robomaker/src/operation/create_world_generation_job/builders.rs +++ b/sdk/robomaker/src/operation/create_world_generation_job/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::create_world_generation_job::builders::CreateWorldGenerat } /// Fluent builder constructing a request to `CreateWorldGenerationJob`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Creates worlds using the specified template.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct CreateWorldGenerationJobFluentBuilder { diff --git a/sdk/robomaker/src/operation/create_world_template/builders.rs b/sdk/robomaker/src/operation/create_world_template/builders.rs index 517edbee8664..e09d98d65e60 100644 --- a/sdk/robomaker/src/operation/create_world_template/builders.rs +++ b/sdk/robomaker/src/operation/create_world_template/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::create_world_template::builders::CreateWorldTemplateInput } /// Fluent builder constructing a request to `CreateWorldTemplate`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Creates a world template.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct CreateWorldTemplateFluentBuilder { diff --git a/sdk/robomaker/src/operation/delete_fleet/builders.rs b/sdk/robomaker/src/operation/delete_fleet/builders.rs index 77c773162df6..1c4a55f9dc32 100644 --- a/sdk/robomaker/src/operation/delete_fleet/builders.rs +++ b/sdk/robomaker/src/operation/delete_fleet/builders.rs @@ -22,9 +22,12 @@ impl crate::operation::delete_fleet::builders::DeleteFleetInputBuilder { } /// Fluent builder constructing a request to `DeleteFleet`. /// -///Deletes a fleet.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
+///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///This API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
///Deletes a fleet.
#[deprecated( note = "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." )] diff --git a/sdk/robomaker/src/operation/delete_robot/builders.rs b/sdk/robomaker/src/operation/delete_robot/builders.rs index 543c2ef1581b..58c3394e7995 100644 --- a/sdk/robomaker/src/operation/delete_robot/builders.rs +++ b/sdk/robomaker/src/operation/delete_robot/builders.rs @@ -22,9 +22,12 @@ impl crate::operation::delete_robot::builders::DeleteRobotInputBuilder { } /// Fluent builder constructing a request to `DeleteRobot`. /// -///Deletes a robot.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
+///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///This API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
///Deletes a robot.
#[deprecated( note = "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." )] diff --git a/sdk/robomaker/src/operation/delete_robot_application/builders.rs b/sdk/robomaker/src/operation/delete_robot_application/builders.rs index 2944d8188426..dfb1a96a1af7 100644 --- a/sdk/robomaker/src/operation/delete_robot_application/builders.rs +++ b/sdk/robomaker/src/operation/delete_robot_application/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::delete_robot_application::builders::DeleteRobotApplicatio } /// Fluent builder constructing a request to `DeleteRobotApplication`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Deletes a robot application.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct DeleteRobotApplicationFluentBuilder { diff --git a/sdk/robomaker/src/operation/delete_simulation_application/builders.rs b/sdk/robomaker/src/operation/delete_simulation_application/builders.rs index f578130445cf..fe6e0f47c46e 100644 --- a/sdk/robomaker/src/operation/delete_simulation_application/builders.rs +++ b/sdk/robomaker/src/operation/delete_simulation_application/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::delete_simulation_application::builders::DeleteSimulation } /// Fluent builder constructing a request to `DeleteSimulationApplication`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Deletes a simulation application.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct DeleteSimulationApplicationFluentBuilder { diff --git a/sdk/robomaker/src/operation/delete_world_template/builders.rs b/sdk/robomaker/src/operation/delete_world_template/builders.rs index 754c76206d98..a90c70df4617 100644 --- a/sdk/robomaker/src/operation/delete_world_template/builders.rs +++ b/sdk/robomaker/src/operation/delete_world_template/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::delete_world_template::builders::DeleteWorldTemplateInput } /// Fluent builder constructing a request to `DeleteWorldTemplate`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Deletes a world template.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct DeleteWorldTemplateFluentBuilder { diff --git a/sdk/robomaker/src/operation/deregister_robot/builders.rs b/sdk/robomaker/src/operation/deregister_robot/builders.rs index c47c124e61ce..61fb1e343803 100644 --- a/sdk/robomaker/src/operation/deregister_robot/builders.rs +++ b/sdk/robomaker/src/operation/deregister_robot/builders.rs @@ -22,9 +22,12 @@ impl crate::operation::deregister_robot::builders::DeregisterRobotInputBuilder { } /// Fluent builder constructing a request to `DeregisterRobot`. /// -///Deregisters a robot.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
+///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///This API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
///Deregisters a robot.
#[deprecated( note = "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." )] diff --git a/sdk/robomaker/src/operation/describe_deployment_job/builders.rs b/sdk/robomaker/src/operation/describe_deployment_job/builders.rs index e8b4005845b5..dd4bae0f6564 100644 --- a/sdk/robomaker/src/operation/describe_deployment_job/builders.rs +++ b/sdk/robomaker/src/operation/describe_deployment_job/builders.rs @@ -22,9 +22,12 @@ impl crate::operation::describe_deployment_job::builders::DescribeDeploymentJobI } /// Fluent builder constructing a request to `DescribeDeploymentJob`. /// -///Describes a deployment job.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
+///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///This API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
///Describes a deployment job.
#[deprecated( note = "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." )] diff --git a/sdk/robomaker/src/operation/describe_fleet/builders.rs b/sdk/robomaker/src/operation/describe_fleet/builders.rs index d2f2c19925db..5da48df5645c 100644 --- a/sdk/robomaker/src/operation/describe_fleet/builders.rs +++ b/sdk/robomaker/src/operation/describe_fleet/builders.rs @@ -22,9 +22,12 @@ impl crate::operation::describe_fleet::builders::DescribeFleetInputBuilder { } /// Fluent builder constructing a request to `DescribeFleet`. /// -///Describes a fleet.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
+///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///This API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
///Describes a fleet.
#[deprecated( note = "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." )] diff --git a/sdk/robomaker/src/operation/describe_robot/builders.rs b/sdk/robomaker/src/operation/describe_robot/builders.rs index ce4a42c30d5b..de7fc38c6713 100644 --- a/sdk/robomaker/src/operation/describe_robot/builders.rs +++ b/sdk/robomaker/src/operation/describe_robot/builders.rs @@ -22,9 +22,12 @@ impl crate::operation::describe_robot::builders::DescribeRobotInputBuilder { } /// Fluent builder constructing a request to `DescribeRobot`. /// -///Describes a robot.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
+///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///This API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
///Describes a robot.
#[deprecated( note = "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." )] diff --git a/sdk/robomaker/src/operation/describe_robot_application/_describe_robot_application_output.rs b/sdk/robomaker/src/operation/describe_robot_application/_describe_robot_application_output.rs index 47b3f278eb63..78da12edc183 100644 --- a/sdk/robomaker/src/operation/describe_robot_application/_describe_robot_application_output.rs +++ b/sdk/robomaker/src/operation/describe_robot_application/_describe_robot_application_output.rs @@ -11,7 +11,7 @@ pub struct DescribeRobotApplicationOutput { pub version: ::std::option::Option<::std::string::String>, ///The sources of the robot application.
pub sources: ::std::option::Option<::std::vec::VecThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub robot_software_suite: ::std::option::OptionThe revision id of the robot application.
pub revision_id: ::std::option::Option<::std::string::String>, @@ -44,7 +44,7 @@ impl DescribeRobotApplicationOutput { pub fn sources(&self) -> &[crate::types::Source] { self.sources.as_deref().unwrap_or_default() } - ///The robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn robot_software_suite(&self) -> ::std::option::Option<&crate::types::RobotSoftwareSuite> { self.robot_software_suite.as_ref() } @@ -160,17 +160,17 @@ impl DescribeRobotApplicationOutputBuilder { pub fn get_sources(&self) -> &::std::option::Option<::std::vec::VecThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn robot_software_suite(mut self, input: crate::types::RobotSoftwareSuite) -> Self { self.robot_software_suite = ::std::option::Option::Some(input); self } - ///The robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn set_robot_software_suite(mut self, input: ::std::option::OptionThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn get_robot_software_suite(&self) -> &::std::option::OptionEnd of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Describes a robot application.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct DescribeRobotApplicationFluentBuilder { diff --git a/sdk/robomaker/src/operation/describe_simulation_application/_describe_simulation_application_output.rs b/sdk/robomaker/src/operation/describe_simulation_application/_describe_simulation_application_output.rs index d3b858d0a69d..0ef2a546341e 100644 --- a/sdk/robomaker/src/operation/describe_simulation_application/_describe_simulation_application_output.rs +++ b/sdk/robomaker/src/operation/describe_simulation_application/_describe_simulation_application_output.rs @@ -13,7 +13,7 @@ pub struct DescribeSimulationApplicationOutput { pub sources: ::std::option::Option<::std::vec::VecThe simulation software suite used by the simulation application.
pub simulation_software_suite: ::std::option::OptionInformation about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub robot_software_suite: ::std::option::OptionThe rendering engine for the simulation application.
pub rendering_engine: ::std::option::OptionInformation about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub fn robot_software_suite(&self) -> ::std::option::Option<&crate::types::RobotSoftwareSuite> { self.robot_software_suite.as_ref() } @@ -188,17 +188,17 @@ impl DescribeSimulationApplicationOutputBuilder { pub fn get_simulation_software_suite(&self) -> &::std::option::OptionInformation about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub fn robot_software_suite(mut self, input: crate::types::RobotSoftwareSuite) -> Self { self.robot_software_suite = ::std::option::Option::Some(input); self } - ///Information about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub fn set_robot_software_suite(mut self, input: ::std::option::OptionInformation about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub fn get_robot_software_suite(&self) -> &::std::option::OptionEnd of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Describes a simulation application.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct DescribeSimulationApplicationFluentBuilder { diff --git a/sdk/robomaker/src/operation/describe_simulation_job/builders.rs b/sdk/robomaker/src/operation/describe_simulation_job/builders.rs index 84e0685696d8..32effb5b9a40 100644 --- a/sdk/robomaker/src/operation/describe_simulation_job/builders.rs +++ b/sdk/robomaker/src/operation/describe_simulation_job/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::describe_simulation_job::builders::DescribeSimulationJobI } /// Fluent builder constructing a request to `DescribeSimulationJob`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Describes a simulation job.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct DescribeSimulationJobFluentBuilder { diff --git a/sdk/robomaker/src/operation/describe_simulation_job_batch/builders.rs b/sdk/robomaker/src/operation/describe_simulation_job_batch/builders.rs index ede74984c285..5d51dbf8b7d5 100644 --- a/sdk/robomaker/src/operation/describe_simulation_job_batch/builders.rs +++ b/sdk/robomaker/src/operation/describe_simulation_job_batch/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::describe_simulation_job_batch::builders::DescribeSimulati } /// Fluent builder constructing a request to `DescribeSimulationJobBatch`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Describes a simulation job batch.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct DescribeSimulationJobBatchFluentBuilder { diff --git a/sdk/robomaker/src/operation/describe_world/builders.rs b/sdk/robomaker/src/operation/describe_world/builders.rs index 8e4c0b074dd7..469a002b452f 100644 --- a/sdk/robomaker/src/operation/describe_world/builders.rs +++ b/sdk/robomaker/src/operation/describe_world/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::describe_world::builders::DescribeWorldInputBuilder { } /// Fluent builder constructing a request to `DescribeWorld`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Describes a world.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct DescribeWorldFluentBuilder { diff --git a/sdk/robomaker/src/operation/describe_world_export_job/builders.rs b/sdk/robomaker/src/operation/describe_world_export_job/builders.rs index 5bda3d312f01..d9fb973849b2 100644 --- a/sdk/robomaker/src/operation/describe_world_export_job/builders.rs +++ b/sdk/robomaker/src/operation/describe_world_export_job/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::describe_world_export_job::builders::DescribeWorldExportJ } /// Fluent builder constructing a request to `DescribeWorldExportJob`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Describes a world export job.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct DescribeWorldExportJobFluentBuilder { diff --git a/sdk/robomaker/src/operation/describe_world_generation_job/builders.rs b/sdk/robomaker/src/operation/describe_world_generation_job/builders.rs index ee0d4c12b1c2..fb5a4686ce3c 100644 --- a/sdk/robomaker/src/operation/describe_world_generation_job/builders.rs +++ b/sdk/robomaker/src/operation/describe_world_generation_job/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::describe_world_generation_job::builders::DescribeWorldGen } /// Fluent builder constructing a request to `DescribeWorldGenerationJob`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Describes a world generation job.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct DescribeWorldGenerationJobFluentBuilder { diff --git a/sdk/robomaker/src/operation/describe_world_template/builders.rs b/sdk/robomaker/src/operation/describe_world_template/builders.rs index 82f6e990f0a5..47d796d3a92a 100644 --- a/sdk/robomaker/src/operation/describe_world_template/builders.rs +++ b/sdk/robomaker/src/operation/describe_world_template/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::describe_world_template::builders::DescribeWorldTemplateI } /// Fluent builder constructing a request to `DescribeWorldTemplate`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Describes a world template.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct DescribeWorldTemplateFluentBuilder { diff --git a/sdk/robomaker/src/operation/get_world_template_body/builders.rs b/sdk/robomaker/src/operation/get_world_template_body/builders.rs index c3637eca2284..df41cbd34995 100644 --- a/sdk/robomaker/src/operation/get_world_template_body/builders.rs +++ b/sdk/robomaker/src/operation/get_world_template_body/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::get_world_template_body::builders::GetWorldTemplateBodyIn } /// Fluent builder constructing a request to `GetWorldTemplateBody`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Gets the world template body.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct GetWorldTemplateBodyFluentBuilder { diff --git a/sdk/robomaker/src/operation/list_deployment_jobs/builders.rs b/sdk/robomaker/src/operation/list_deployment_jobs/builders.rs index dd6c46af17ea..416487853e42 100644 --- a/sdk/robomaker/src/operation/list_deployment_jobs/builders.rs +++ b/sdk/robomaker/src/operation/list_deployment_jobs/builders.rs @@ -22,9 +22,12 @@ impl crate::operation::list_deployment_jobs::builders::ListDeploymentJobsInputBu } /// Fluent builder constructing a request to `ListDeploymentJobs`. /// -///Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
+///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///This API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
///Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.
#[deprecated( note = "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." )] diff --git a/sdk/robomaker/src/operation/list_fleets/builders.rs b/sdk/robomaker/src/operation/list_fleets/builders.rs index c60dc586b7e2..c85f7261dfc3 100644 --- a/sdk/robomaker/src/operation/list_fleets/builders.rs +++ b/sdk/robomaker/src/operation/list_fleets/builders.rs @@ -22,9 +22,12 @@ impl crate::operation::list_fleets::builders::ListFleetsInputBuilder { } /// Fluent builder constructing a request to `ListFleets`. /// -///Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
+///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///This API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
///Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.
#[deprecated( note = "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." )] diff --git a/sdk/robomaker/src/operation/list_robot_applications/builders.rs b/sdk/robomaker/src/operation/list_robot_applications/builders.rs index 6eb2c6952a57..ef7213824774 100644 --- a/sdk/robomaker/src/operation/list_robot_applications/builders.rs +++ b/sdk/robomaker/src/operation/list_robot_applications/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::list_robot_applications::builders::ListRobotApplicationsI } /// Fluent builder constructing a request to `ListRobotApplications`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Returns a list of robot application. You can optionally provide filters to retrieve specific robot applications.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct ListRobotApplicationsFluentBuilder { diff --git a/sdk/robomaker/src/operation/list_robots/builders.rs b/sdk/robomaker/src/operation/list_robots/builders.rs index 5e5a9a2ab3ce..9c4a52a4264d 100644 --- a/sdk/robomaker/src/operation/list_robots/builders.rs +++ b/sdk/robomaker/src/operation/list_robots/builders.rs @@ -22,9 +22,12 @@ impl crate::operation::list_robots::builders::ListRobotsInputBuilder { } /// Fluent builder constructing a request to `ListRobots`. /// -///Returns a list of robots. You can optionally provide filters to retrieve specific robots.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
+///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///This API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
///Returns a list of robots. You can optionally provide filters to retrieve specific robots.
#[deprecated( note = "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." )] diff --git a/sdk/robomaker/src/operation/list_simulation_applications/builders.rs b/sdk/robomaker/src/operation/list_simulation_applications/builders.rs index ee5b711a8753..02db2b522454 100644 --- a/sdk/robomaker/src/operation/list_simulation_applications/builders.rs +++ b/sdk/robomaker/src/operation/list_simulation_applications/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::list_simulation_applications::builders::ListSimulationApp } /// Fluent builder constructing a request to `ListSimulationApplications`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Returns a list of simulation applications. You can optionally provide filters to retrieve specific simulation applications.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct ListSimulationApplicationsFluentBuilder { diff --git a/sdk/robomaker/src/operation/list_simulation_job_batches/builders.rs b/sdk/robomaker/src/operation/list_simulation_job_batches/builders.rs index 246d5617dcd1..1dbf19e01f53 100644 --- a/sdk/robomaker/src/operation/list_simulation_job_batches/builders.rs +++ b/sdk/robomaker/src/operation/list_simulation_job_batches/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::list_simulation_job_batches::builders::ListSimulationJobB } /// Fluent builder constructing a request to `ListSimulationJobBatches`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Returns a list simulation job batches. You can optionally provide filters to retrieve specific simulation batch jobs.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct ListSimulationJobBatchesFluentBuilder { diff --git a/sdk/robomaker/src/operation/list_simulation_jobs/builders.rs b/sdk/robomaker/src/operation/list_simulation_jobs/builders.rs index 7017144be90f..4537ec2802db 100644 --- a/sdk/robomaker/src/operation/list_simulation_jobs/builders.rs +++ b/sdk/robomaker/src/operation/list_simulation_jobs/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::list_simulation_jobs::builders::ListSimulationJobsInputBu } /// Fluent builder constructing a request to `ListSimulationJobs`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Returns a list of simulation jobs. You can optionally provide filters to retrieve specific simulation jobs.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct ListSimulationJobsFluentBuilder { diff --git a/sdk/robomaker/src/operation/list_tags_for_resource/builders.rs b/sdk/robomaker/src/operation/list_tags_for_resource/builders.rs index 0ec32547d6d5..3a34df4aab65 100644 --- a/sdk/robomaker/src/operation/list_tags_for_resource/builders.rs +++ b/sdk/robomaker/src/operation/list_tags_for_resource/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::list_tags_for_resource::builders::ListTagsForResourceInpu } /// Fluent builder constructing a request to `ListTagsForResource`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Lists all tags on a AWS RoboMaker resource.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct ListTagsForResourceFluentBuilder { diff --git a/sdk/robomaker/src/operation/list_world_export_jobs/builders.rs b/sdk/robomaker/src/operation/list_world_export_jobs/builders.rs index 2472c26a2689..6df09a57f8ba 100644 --- a/sdk/robomaker/src/operation/list_world_export_jobs/builders.rs +++ b/sdk/robomaker/src/operation/list_world_export_jobs/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::list_world_export_jobs::builders::ListWorldExportJobsInpu } /// Fluent builder constructing a request to `ListWorldExportJobs`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Lists world export jobs.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct ListWorldExportJobsFluentBuilder { diff --git a/sdk/robomaker/src/operation/list_world_generation_jobs/builders.rs b/sdk/robomaker/src/operation/list_world_generation_jobs/builders.rs index a2c7a2a8a676..dedbfd103d60 100644 --- a/sdk/robomaker/src/operation/list_world_generation_jobs/builders.rs +++ b/sdk/robomaker/src/operation/list_world_generation_jobs/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::list_world_generation_jobs::builders::ListWorldGeneration } /// Fluent builder constructing a request to `ListWorldGenerationJobs`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Lists world generator jobs.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct ListWorldGenerationJobsFluentBuilder { diff --git a/sdk/robomaker/src/operation/list_world_templates/builders.rs b/sdk/robomaker/src/operation/list_world_templates/builders.rs index 2fc9c5f11510..f708255ba377 100644 --- a/sdk/robomaker/src/operation/list_world_templates/builders.rs +++ b/sdk/robomaker/src/operation/list_world_templates/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::list_world_templates::builders::ListWorldTemplatesInputBu } /// Fluent builder constructing a request to `ListWorldTemplates`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Lists world templates.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct ListWorldTemplatesFluentBuilder { diff --git a/sdk/robomaker/src/operation/list_worlds/builders.rs b/sdk/robomaker/src/operation/list_worlds/builders.rs index 4f3f9f754e8c..0cd0c62b9223 100644 --- a/sdk/robomaker/src/operation/list_worlds/builders.rs +++ b/sdk/robomaker/src/operation/list_worlds/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::list_worlds::builders::ListWorldsInputBuilder { } /// Fluent builder constructing a request to `ListWorlds`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Lists worlds.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct ListWorldsFluentBuilder { diff --git a/sdk/robomaker/src/operation/register_robot/builders.rs b/sdk/robomaker/src/operation/register_robot/builders.rs index c7e6eea2243b..9d322d1b737e 100644 --- a/sdk/robomaker/src/operation/register_robot/builders.rs +++ b/sdk/robomaker/src/operation/register_robot/builders.rs @@ -22,8 +22,11 @@ impl crate::operation::register_robot::builders::RegisterRobotInputBuilder { } /// Fluent builder constructing a request to `RegisterRobot`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Registers a robot with a fleet.
This API is no longer supported and will throw an error if used.
+///This API is no longer supported and will throw an error if used. For more information, see the January 31, 2022 update in the Support policy page.
///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Restarts a running simulation job.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct RestartSimulationJobFluentBuilder { diff --git a/sdk/robomaker/src/operation/start_simulation_job_batch/builders.rs b/sdk/robomaker/src/operation/start_simulation_job_batch/builders.rs index 6d972949e0b6..41e84ea72148 100644 --- a/sdk/robomaker/src/operation/start_simulation_job_batch/builders.rs +++ b/sdk/robomaker/src/operation/start_simulation_job_batch/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::start_simulation_job_batch::builders::StartSimulationJobB } /// Fluent builder constructing a request to `StartSimulationJobBatch`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Starts a new simulation job batch. The batch is defined using one or more SimulationJobRequest
objects.
Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.
This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.
+///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///This API is no longer supported. For more information, see the May 2, 2022 update in the Support policy page.
///Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.
#[deprecated( note = "Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html." )] diff --git a/sdk/robomaker/src/operation/tag_resource/builders.rs b/sdk/robomaker/src/operation/tag_resource/builders.rs index 2b70384a634f..6d79fbe930fe 100644 --- a/sdk/robomaker/src/operation/tag_resource/builders.rs +++ b/sdk/robomaker/src/operation/tag_resource/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::tag_resource::builders::TagResourceInputBuilder { } /// Fluent builder constructing a request to `TagResource`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Adds or edits tags for a AWS RoboMaker resource.
///Each tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty strings.
///For information about the rules that apply to tag keys and tag values, see User-Defined Tag Restrictions in the AWS Billing and Cost Management User Guide.
diff --git a/sdk/robomaker/src/operation/untag_resource/builders.rs b/sdk/robomaker/src/operation/untag_resource/builders.rs index 7d3f0815689d..2d9d5ff018e4 100644 --- a/sdk/robomaker/src/operation/untag_resource/builders.rs +++ b/sdk/robomaker/src/operation/untag_resource/builders.rs @@ -22,6 +22,9 @@ impl crate::operation::untag_resource::builders::UntagResourceInputBuilder { } /// Fluent builder constructing a request to `UntagResource`. /// +///End of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Removes the specified tags from the specified AWS RoboMaker resource.
///To remove a tag, specify the tag key. To change the tag value of an existing tag key, use TagResource
.
The sources of the robot application.
pub sources: ::std::option::Option<::std::vec::VecThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub robot_software_suite: ::std::option::OptionThe revision id for the robot application.
pub current_revision_id: ::std::option::Option<::std::string::String>, @@ -25,7 +25,7 @@ impl UpdateRobotApplicationInput { pub fn sources(&self) -> &[crate::types::SourceConfig] { self.sources.as_deref().unwrap_or_default() } - ///The robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn robot_software_suite(&self) -> ::std::option::Option<&crate::types::RobotSoftwareSuite> { self.robot_software_suite.as_ref() } @@ -91,18 +91,18 @@ impl UpdateRobotApplicationInputBuilder { pub fn get_sources(&self) -> &::std::option::Option<::std::vec::VecThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
/// This field is required. pub fn robot_software_suite(mut self, input: crate::types::RobotSoftwareSuite) -> Self { self.robot_software_suite = ::std::option::Option::Some(input); self } - ///The robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn set_robot_software_suite(mut self, input: ::std::option::OptionThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn get_robot_software_suite(&self) -> &::std::option::OptionThe sources of the robot application.
pub sources: ::std::option::Option<::std::vec::VecThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub robot_software_suite: ::std::option::OptionThe time, in milliseconds since the epoch, when the robot application was last updated.
pub last_updated_at: ::std::option::Option<::aws_smithy_types::DateTime>, @@ -40,7 +40,7 @@ impl UpdateRobotApplicationOutput { pub fn sources(&self) -> &[crate::types::Source] { self.sources.as_deref().unwrap_or_default() } - ///The robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn robot_software_suite(&self) -> ::std::option::Option<&crate::types::RobotSoftwareSuite> { self.robot_software_suite.as_ref() } @@ -146,17 +146,17 @@ impl UpdateRobotApplicationOutputBuilder { pub fn get_sources(&self) -> &::std::option::Option<::std::vec::VecThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn robot_software_suite(mut self, input: crate::types::RobotSoftwareSuite) -> Self { self.robot_software_suite = ::std::option::Option::Some(input); self } - ///The robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn set_robot_software_suite(mut self, input: ::std::option::OptionThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn get_robot_software_suite(&self) -> &::std::option::OptionEnd of support notice: On September 10, 2025, Amazon Web Services will discontinue support for Amazon Web Services RoboMaker. After September 10, 2025, you will no longer be able to access the Amazon Web Services RoboMaker console or Amazon Web Services RoboMaker resources. For more information on transitioning to Batch to help run containerized simulations, visit https://aws.amazon.com/blogs/hpc/run-simulations-using-multiple-containers-in-a-single-aws-batch-job/.
+///Updates a robot application.
#[derive(::std::clone::Clone, ::std::fmt::Debug)] pub struct UpdateRobotApplicationFluentBuilder { @@ -141,17 +144,17 @@ impl UpdateRobotApplicationFluentBuilder { pub fn get_sources(&self) -> &::std::option::Option<::std::vec::VecThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn robot_software_suite(mut self, input: crate::types::RobotSoftwareSuite) -> Self { self.inner = self.inner.robot_software_suite(input); self } - ///The robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn set_robot_software_suite(mut self, input: ::std::option::OptionThe robot software suite (ROS distribution) used by the robot application.
+ ///The robot software suite used by the robot application.
pub fn get_robot_software_suite(&self) -> &::std::option::OptionThe simulation software suite used by the simulation application.
pub simulation_software_suite: ::std::option::OptionInformation about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub robot_software_suite: ::std::option::OptionThe rendering engine for the simulation application.
pub rendering_engine: ::std::option::OptionInformation about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub fn robot_software_suite(&self) -> ::std::option::Option<&crate::types::RobotSoftwareSuite> { self.robot_software_suite.as_ref() } @@ -120,18 +120,18 @@ impl UpdateSimulationApplicationInputBuilder { pub fn get_simulation_software_suite(&self) -> &::std::option::OptionInformation about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
/// This field is required. pub fn robot_software_suite(mut self, input: crate::types::RobotSoftwareSuite) -> Self { self.robot_software_suite = ::std::option::Option::Some(input); self } - ///Information about the robot software suite (ROS distribution).
+ ///Information about the robot software suite.
pub fn set_robot_software_suite(mut self, input: ::std::option::Option