mz_rusoto_datasync 0.46.0

AWS SDK for Rust - AWS DataSync @ 2018-11-09
Documentation
Build #2182920 2025-06-01 19:30:20
# rustc version
rustc 1.89.0-nightly (4d08223c0 2025-05-31)# docs.rs version
docsrs 0.6.0 (d2911047 2025-05-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/mz_rusoto_datasync-0.46.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/mz_rusoto_datasync-0.46.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250531-1.89.0-nightly-4d08223c0\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 73e2fe5c51228919f5f17e37092cb9118b0508aa34eea1b7a9182869e3c223f9
[INFO] running `Command { std: "docker" "start" "-a" "73e2fe5c51228919f5f17e37092cb9118b0508aa34eea1b7a9182869e3c223f9", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting mz_rusoto_datasync v0.46.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unclosed HTML tag `em`
[INFO] [stderr]    --> src/generated.rs:922:217
[INFO] [stderr]     |
[INFO] [stderr] 922 | ...tions</a> operation is called.</p> <p>Format: <code>TYPE://GLOBAL<em>ID/SUBDIR</code>.</p> <p>TYPE designates the type of location. Va...
[INFO] [stderr]     |                                                                     ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 922 |     /// <p><p>Represents a list of URLs of a location. <code>LocationUri</code> returns an array that contains a list of locations when the <a>ListLocations</a> operation is called.</p> <p>Format: <code>TYPE://`GLOBAL<em>`ID/SUBDIR</code>.</p> <p>TYPE designates the type of location. Valid values: NFS | EFS | S3.</p> <p>GLOBAL</em>ID is the globally unique identifier of the resource that backs the location. An example for EFS is <code>us-east-2.fs-abcd1234</code>. An example for Amazon S3 is the bucket name, such as <code>myBucket</code>. An example for NFS is a valid IPv4 address or a host name compliant with Domain Name Service (DNS).</p> <p>SUBDIR is a valid file system path, delimited by forward slashes as is the *nix convention. For NFS and Amazon EFS, it&#39;s the export path to mount the location. For Amazon S3, it&#39;s the prefix path that you mount to and treat as the root of the location.</p> <p/></p>
[INFO] [stderr]     |                                                                                                                                                                                                                   +          +
[INFO] [stderr] 
[INFO] [stderr] warning: unopened HTML tag `em`
[INFO] [stderr]    --> src/generated.rs:922:327
[INFO] [stderr]     |
[INFO] [stderr] 922 | ...he type of location. Valid values: NFS | EFS | S3.</p> <p>GLOBAL</em>ID is the globally unique identifier of the resource that backs t...
[INFO] [stderr]     |                                                                    ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: invalid self-closing HTML tag `p`
[INFO] [stderr]    --> src/generated.rs:922:916
[INFO] [stderr]     |
[INFO] [stderr] 922 | ...path that you mount to and treat as the root of the location.</p> <p/></p>
[INFO] [stderr]     |                                                                      ^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `em`
[INFO] [stderr]    --> src/generated.rs:948:168
[INFO] [stderr]     |
[INFO] [stderr] 948 | ...le was read or written to). If you set <code>Atime</code> to BEST<em>EFFORT, DataSync attempts to preserve the original <code>Atime</c...
[INFO] [stderr]     |                                                                     ^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 948 |     /// <p><p>A file metadata value that shows the last time a file was accessed (that is, when the file was read or written to). If you set <code>Atime</code> to `BEST<em>`EFFORT, DataSync attempts to preserve the original <code>Atime</code> attribute on all source files (that is, the version before the PREPARING phase). However, <code>Atime</code>&#39;s behavior is not fully standard across platforms, so AWS DataSync can only do this on a best-effort basis. </p> <p>Default value: BEST</em>EFFORT.</p> <p>BEST<em>EFFORT: Attempt to preserve the per-file <code>Atime</code> value (recommended).</p> <p>NONE: Ignore <code>Atime</code>.</p> <note> <p>If <code>Atime</code> is set to BEST</em>EFFORT, <code>Mtime</code> must be set to PRESERVE. </p> <p>If <code>Atime</code> is set to NONE, <code>Mtime</code> must also be NONE. </p> </note></p>
[INFO] [stderr]     |                                                                                                                                                                    +        +
[INFO] [stderr] 
[INFO] [stderr] warning: unopened HTML tag `em`
[INFO] [stderr]    --> src/generated.rs:948:490
[INFO] [stderr]     |
[INFO] [stderr] 948 | ...only do this on a best-effort basis. </p> <p>Default value: BEST</em>EFFORT.</p> <p>BEST<em>EFFORT: Attempt to preserve the per-file <...
[INFO] [stderr]     |                                                                    ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `em`
[INFO] [stderr]    --> src/generated.rs:948:514
[INFO] [stderr]     |
[INFO] [stderr] 948 | ...effort basis. </p> <p>Default value: BEST</em>EFFORT.</p> <p>BEST<em>EFFORT: Attempt to preserve the per-file <code>Atime</code> value...
[INFO] [stderr]     |                                                                     ^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 948 |     /// <p><p>A file metadata value that shows the last time a file was accessed (that is, when the file was read or written to). If you set <code>Atime</code> to BEST<em>EFFORT, DataSync attempts to preserve the original <code>Atime</code> attribute on all source files (that is, the version before the PREPARING phase). However, <code>Atime</code>&#39;s behavior is not fully standard across platforms, so AWS DataSync can only do this on a best-effort basis. </p> <p>Default value: BEST</em>EFFORT.</p> <p>`BEST<em>`EFFORT: Attempt to preserve the per-file <code>Atime</code> value (recommended).</p> <p>NONE: Ignore <code>Atime</code>.</p> <note> <p>If <code>Atime</code> is set to BEST</em>EFFORT, <code>Mtime</code> must be set to PRESERVE. </p> <p>If <code>Atime</code> is set to NONE, <code>Mtime</code> must also be NONE. </p> </note></p>
[INFO] [stderr]     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              +        +
[INFO] [stderr] 
[INFO] [stderr] warning: unopened HTML tag `em`
[INFO] [stderr]    --> src/generated.rs:948:689
[INFO] [stderr]     |
[INFO] [stderr] 948 | ...Atime</code>.</p> <note> <p>If <code>Atime</code> is set to BEST</em>EFFORT, <code>Mtime</code> must be set to PRESERVE. </p> <p>If <c...
[INFO] [stderr]     |                                                                    ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: invalid self-closing HTML tag `p`
[INFO] [stderr]     --> src/generated.rs:2299:5
[INFO] [stderr]      |
[INFO] [stderr] 2299 |     /// <p><p>Activates an AWS DataSync age...ures minimal interruption to your tasks.</p> <p/></p>
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: invalid self-closing HTML tag `p`
[INFO] [stderr]     --> src/generated.rs:2525:5
[INFO] [stderr]      |
[INFO] [stderr] 2525 |     /// <p><p>Activates an AWS DataSync age...ures minimal interruption to your tasks.</p> <p/></p>
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `mz_rusoto_datasync` (lib doc) generated 9 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/rusoto_datasync/index.html
[INFO] running `Command { std: "docker" "inspect" "73e2fe5c51228919f5f17e37092cb9118b0508aa34eea1b7a9182869e3c223f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73e2fe5c51228919f5f17e37092cb9118b0508aa34eea1b7a9182869e3c223f9", kill_on_drop: false }`
[INFO] [stdout] 73e2fe5c51228919f5f17e37092cb9118b0508aa34eea1b7a9182869e3c223f9