1 1 | // Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 - | pub use crate::operation::delete_service_linked_configuration_recorder::_delete_service_linked_configuration_recorder_output::DeleteServiceLinkedConfigurationRecorderOutputBuilder;
|
3 - |
|
4 2 | pub use crate::operation::delete_service_linked_configuration_recorder::_delete_service_linked_configuration_recorder_input::DeleteServiceLinkedConfigurationRecorderInputBuilder;
|
5 3 |
|
4 + | pub use crate::operation::delete_service_linked_configuration_recorder::_delete_service_linked_configuration_recorder_output::DeleteServiceLinkedConfigurationRecorderOutputBuilder;
|
5 + |
|
6 6 | impl crate::operation::delete_service_linked_configuration_recorder::builders::DeleteServiceLinkedConfigurationRecorderInputBuilder {
|
7 7 | /// Sends a request with this input using the given client.
|
8 8 | pub async fn send_with(
|
9 9 | self,
|
10 10 | client: &crate::Client,
|
11 11 | ) -> ::std::result::Result<
|
12 12 | crate::operation::delete_service_linked_configuration_recorder::DeleteServiceLinkedConfigurationRecorderOutput,
|
13 13 | ::aws_smithy_runtime_api::client::result::SdkError<
|
14 14 | crate::operation::delete_service_linked_configuration_recorder::DeleteServiceLinkedConfigurationRecorderError,
|
15 15 | ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
|
16 16 | >,
|
17 17 | > {
|
18 18 | let mut fluent_builder = client.delete_service_linked_configuration_recorder();
|
19 19 | fluent_builder.inner = self;
|
20 20 | fluent_builder.send().await
|
21 21 | }
|
22 22 | }
|
23 23 | /// Fluent builder constructing a request to `DeleteServiceLinkedConfigurationRecorder`.
|
24 24 | ///
|
25 25 | /// <p>Deletes an existing service-linked configuration recorder.</p>
|
26 26 | /// <p>This operation does not delete the configuration information that was previously recorded. You will be able to access the previously recorded information by using the <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_GetResourceConfigHistory.html">GetResourceConfigHistory</a> operation, but you will not be able to access this information in the Config console until you have created a new service-linked configuration recorder for the same service.</p><note>
|
27 27 | /// <p><b>The recording scope determines if you receive configuration items</b></p>
|
28 28 | /// <p>The recording scope is set by the service that is linked to the configuration recorder and determines whether you receive configuration items (CIs) in the delivery channel. If the recording scope is internal, you will not receive CIs in the delivery channel.</p>
|
29 29 | /// </note>
|
30 30 | #[derive(::std::clone::Clone, ::std::fmt::Debug)]
|
31 31 | pub struct DeleteServiceLinkedConfigurationRecorderFluentBuilder {
|
32 32 | handle: ::std::sync::Arc<crate::client::Handle>,
|
33 33 | inner: crate::operation::delete_service_linked_configuration_recorder::builders::DeleteServiceLinkedConfigurationRecorderInputBuilder,
|
34 34 | config_override: ::std::option::Option<crate::config::Builder>,
|
35 35 | }
|