1 1 | // Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 - | pub use crate::operation::describe_organization_conformance_packs::_describe_organization_conformance_packs_output::DescribeOrganizationConformancePacksOutputBuilder;
|
3 - |
|
4 2 | pub use crate::operation::describe_organization_conformance_packs::_describe_organization_conformance_packs_input::DescribeOrganizationConformancePacksInputBuilder;
|
5 3 |
|
4 + | pub use crate::operation::describe_organization_conformance_packs::_describe_organization_conformance_packs_output::DescribeOrganizationConformancePacksOutputBuilder;
|
5 + |
|
6 6 | impl crate::operation::describe_organization_conformance_packs::builders::DescribeOrganizationConformancePacksInputBuilder {
|
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::describe_organization_conformance_packs::DescribeOrganizationConformancePacksOutput,
|
13 13 | ::aws_smithy_runtime_api::client::result::SdkError<
|
14 14 | crate::operation::describe_organization_conformance_packs::DescribeOrganizationConformancePacksError,
|
15 15 | ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
|
16 16 | >,
|
17 17 | > {
|
18 18 | let mut fluent_builder = client.describe_organization_conformance_packs();
|
19 19 | fluent_builder.inner = self;
|
20 20 | fluent_builder.send().await
|
21 21 | }
|
22 22 | }
|
23 23 | /// Fluent builder constructing a request to `DescribeOrganizationConformancePacks`.
|
24 24 | ///
|
25 25 | /// <p>Returns a list of organization conformance packs.</p><note>
|
26 26 | /// <p>When you specify the limit and the next token, you receive a paginated response.</p>
|
27 27 | /// <p>Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs.</p>
|
28 28 | /// <p><i>For accounts within an organization</i></p>
|
29 29 | /// <p>If you deploy an organizational rule or conformance pack in an organization administrator account, and then establish a delegated administrator and deploy an organizational rule or conformance pack in the delegated administrator account, you won't be able to see the organizational rule or conformance pack in the organization administrator account from the delegated administrator account or see the organizational rule or conformance pack in the delegated administrator account from organization administrator account. The <code>DescribeOrganizationConfigRules</code> and <code>DescribeOrganizationConformancePacks</code> APIs can only see and interact with the organization-related resource that were deployed from within the account calling those APIs.</p>
|
30 30 | /// </note>
|
31 31 | #[derive(::std::clone::Clone, ::std::fmt::Debug)]
|
32 32 | pub struct DescribeOrganizationConformancePacksFluentBuilder {
|
33 33 | handle: ::std::sync::Arc<crate::client::Handle>,
|
34 34 | inner: crate::operation::describe_organization_conformance_packs::builders::DescribeOrganizationConformancePacksInputBuilder,
|
35 35 | config_override: ::std::option::Option<crate::config::Builder>,
|