Skip to content

Commit 790dfc6

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e3ed2333 of spec repo
1 parent 6888ad4 commit 790dfc6

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-10-31 16:41:33.190685",
8-
"spec_repo_commit": "63c441b2"
7+
"regenerated": "2024-11-04 13:21:13.648201",
8+
"spec_repo_commit": "e3ed2333"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-31 16:41:33.209528",
13-
"spec_repo_commit": "63c441b2"
12+
"regenerated": "2024-11-04 13:21:13.672480",
13+
"spec_repo_commit": "e3ed2333"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29197,6 +29197,7 @@ paths:
2919729197
- Cloud Cost Management
2919829198
/api/v2/cost/enabled:
2919929199
get:
29200+
deprecated: true
2920029201
description: Get the Cloud Cost Management activity.
2920129202
operationId: GetCloudCostActivity
2920229203
responses:

LICENSE-3rdparty.csv

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ core-foundation,https://github.com/servo/core-foundation-rs,MIT OR Apache-2.0,Th
1919
crc32fast,https://github.com/srijs/rust-crc32fast,MIT OR Apache-2.0,"Sam Rijs <[email protected]>, Alex Crichton <[email protected]>"
2020
darling,https://github.com/TedDriggs/darling,MIT,Ted Driggs <[email protected]>
2121
deranged,https://github.com/jhpratt/deranged,MIT OR Apache-2.0,Jacob Pratt <[email protected]>
22+
displaydoc,https://github.com/yaahc/displaydoc,MIT OR Apache-2.0,Jane Lusby <[email protected]>
2223
encoding_rs,https://github.com/hsivonen/encoding_rs,(Apache-2.0 OR MIT) AND BSD-3-Clause,Henri Sivonen <[email protected]>
2324
equivalent,https://github.com/cuviper/equivalent,Apache-2.0 OR MIT,The equivalent Authors
2425
errno,https://github.com/lambda-fairy/rust-errno,MIT OR Apache-2.0,Chris Wong <[email protected]>
@@ -50,7 +51,18 @@ hyper,https://github.com/hyperium/hyper,MIT,Sean McArthur <[email protected]>
5051
hyper-tls,https://github.com/hyperium/hyper-tls,MIT OR Apache-2.0,Sean McArthur <[email protected]>
5152
iana-time-zone,https://github.com/strawlab/iana-time-zone,MIT OR Apache-2.0,"Andrew Straw <[email protected]>, René Kijewski <[email protected]>, Ryan Lopopolo <[email protected]>"
5253
iana-time-zone-haiku,https://github.com/strawlab/iana-time-zone,MIT OR Apache-2.0,René Kijewski <[email protected]>
54+
icu_collections,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
55+
icu_locid,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
56+
icu_locid_transform,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
57+
icu_locid_transform_data,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
58+
icu_normalizer,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
59+
icu_normalizer_data,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
60+
icu_properties,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
61+
icu_properties_data,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
62+
icu_provider,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
63+
icu_provider_macros,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
5364
ident_case,https://github.com/TedDriggs/ident_case,MIT OR Apache-2.0,Ted Driggs <[email protected]>
65+
idna_adapter,https://github.com/hsivonen/idna_adapter,Apache-2.0 OR MIT,The rust-url developers
5466
indexmap,https://github.com/bluss/indexmap,Apache-2.0 OR MIT,The indexmap Authors
5567
indexmap,https://github.com/indexmap-rs/indexmap,Apache-2.0 OR MIT,The indexmap Authors
5668
instant,https://github.com/sebcrozet/instant,BSD-3-Clause,sebcrozet <[email protected]>
@@ -60,6 +72,7 @@ js-sys,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys,MIT OR
6072
lazy_static,https://github.com/rust-lang-nursery/lazy-static.rs,MIT OR Apache-2.0,Marvin Löbel <[email protected]>
6173
libc,https://github.com/rust-lang/libc,MIT OR Apache-2.0,The Rust Project Developers
6274
linux-raw-sys,https://github.com/sunfishcode/linux-raw-sys,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,Dan Gohman <[email protected]>
75+
litemap,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
6376
lock_api,https://github.com/Amanieu/parking_lot,MIT OR Apache-2.0,Amanieu d'Antras <[email protected]>
6477
log,https://github.com/rust-lang/log,MIT OR Apache-2.0,The Rust Project Developers
6578
memchr,https://github.com/BurntSushi/memchr,Unlicense OR MIT,"Andrew Gallant <[email protected]>, bluss"
@@ -104,16 +117,17 @@ serde_with_macros,https://github.com/jonasbb/serde_with,MIT OR Apache-2.0,Jonas
104117
slab,https://github.com/tokio-rs/slab,MIT,Carl Lerche <[email protected]>
105118
smallvec,https://github.com/servo/rust-smallvec,MIT OR Apache-2.0,The Servo Project Developers
106119
socket2,https://github.com/rust-lang/socket2,MIT OR Apache-2.0,"Alex Crichton <[email protected]>, Thomas de Zeeuw <[email protected]>"
120+
stable_deref_trait,https://github.com/storyyeller/stable_deref_trait,MIT OR Apache-2.0,Robert Grosse <[email protected]>
107121
strsim,https://github.com/rapidfuzz/strsim-rs,MIT,"Danny Guo <[email protected]>, maxbachmann <[email protected]>"
108122
syn,https://github.com/dtolnay/syn,MIT OR Apache-2.0,David Tolnay <[email protected]>
109123
sync_wrapper,https://github.com/Actyx/sync_wrapper,Apache-2.0,Actyx AG <[email protected]>
124+
synstructure,https://github.com/mystor/synstructure,MIT,Nika Layzell <[email protected]>
110125
system-configuration,https://github.com/mullvad/system-configuration-rs,MIT OR Apache-2.0,Mullvad VPN
111126
task-local-extensions,https://github.com/TrueLayer/task-local-extensions,MIT OR Apache-2.0,"Conrad Ludgate <[email protected]>, Rodrigo Gryzinski <[email protected]>"
112127
tempfile,https://github.com/Stebalien/tempfile,MIT OR Apache-2.0,"Steven Allen <[email protected]>, The Rust Project Developers, Ashley Mannix <[email protected]>, Jason White <[email protected]>"
113128
thiserror,https://github.com/dtolnay/thiserror,MIT OR Apache-2.0,David Tolnay <[email protected]>
114129
time,https://github.com/time-rs/time,MIT OR Apache-2.0,"Jacob Pratt <[email protected]>, Time contributors"
115-
tinyvec,https://github.com/Lokathor/tinyvec,Zlib OR Apache-2.0 OR MIT,Lokathor <[email protected]>
116-
tinyvec_macros,https://github.com/Soveu/tinyvec_macros,MIT OR Apache-2.0 OR Zlib,Soveu <[email protected]>
130+
tinystr,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
117131
tokio,https://github.com/tokio-rs/tokio,MIT,Tokio Contributors <[email protected]>
118132
tokio-native-tls,https://github.com/tokio-rs/tls,MIT,Tokio Contributors <[email protected]>
119133
tower-service,https://github.com/tower-rs/tower,MIT,Tower Maintainers <[email protected]>
@@ -122,10 +136,10 @@ tracing-attributes,https://github.com/tokio-rs/tracing,MIT,"Tokio Contributors <
122136
tracing-core,https://github.com/tokio-rs/tracing,MIT,Tokio Contributors <[email protected]>
123137
try-lock,https://github.com/seanmonstar/try-lock,MIT,Sean McArthur <[email protected]>
124138
unicase,https://github.com/seanmonstar/unicase,MIT OR Apache-2.0,Sean McArthur <[email protected]>
125-
unicode-bidi,https://github.com/servo/unicode-bidi,MIT OR Apache-2.0,The Servo Project Developers
126139
unicode-ident,https://github.com/dtolnay/unicode-ident,(MIT OR Apache-2.0) AND Unicode-DFS-2016,David Tolnay <[email protected]>
127-
unicode-normalization,https://github.com/unicode-rs/unicode-normalization,MIT OR Apache-2.0,"kwantam <[email protected]>, Manish Goregaokar <[email protected]>"
128140
url,https://github.com/servo/rust-url,MIT OR Apache-2.0,The rust-url developers
141+
utf16_iter,https://github.com/hsivonen/utf16_iter,Apache-2.0 OR MIT,Henri Sivonen <[email protected]>
142+
utf8_iter,https://github.com/hsivonen/utf8_iter,Apache-2.0 OR MIT,Henri Sivonen <[email protected]>
129143
uuid,https://github.com/uuid-rs/uuid,Apache-2.0 OR MIT,"Ashley Mannix<[email protected]>, Dylan DPC<[email protected]>, Hunar Roop Kahlon<[email protected]>"
130144
uuid-macro-internal,https://github.com/uuid-rs/uuid,Apache-2.0 OR MIT,QnnOkabayashi
131145
want,https://github.com/seanmonstar/want,MIT,Sean McArthur <[email protected]>
@@ -151,7 +165,15 @@ windows_x86_64_gnu,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Mic
151165
windows_x86_64_gnullvm,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
152166
windows_x86_64_msvc,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
153167
winreg,https://github.com/gentoo90/winreg-rs,MIT,Igor Shaula <[email protected]>
168+
write16,https://github.com/hsivonen/write16,Apache-2.0 OR MIT,The write16 Authors
169+
writeable,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
170+
yoke,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
171+
yoke-derive,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
154172
zerocopy,https://github.com/google/zerocopy,BSD-2-Clause OR Apache-2.0 OR MIT,Joshua Liebow-Feeser <[email protected]>
173+
zerofrom,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
174+
zerofrom-derive,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
175+
zerovec,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
176+
zerovec-derive,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <[email protected]>
155177
zstd,https://github.com/gyscos/zstd-rs,MIT,Alexandre Bury <[email protected]>
156178
zstd-safe,https://github.com/gyscos/zstd-rs,MIT OR Apache-2.0,Alexandre Bury <[email protected]>
157179
zstd-sys,https://github.com/gyscos/zstd-rs,MIT OR Apache-2.0,Alexandre Bury <[email protected]>

0 commit comments

Comments
 (0)