Skip to content

Commit 9ce7979

Browse files
committed
fix(aws): mark v1 endpoints which have v2 replacement as deprecated (DataDog#2727)
Co-authored-by: ci.datadog-api-spec <[email protected]> 925978f
1 parent 83fa972 commit 9ce7979

File tree

1,017 files changed

+1031
-1029
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,017 files changed

+1031
-1029
lines changed

DatadogAPIClient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h3 class="signature first" id="configure-class_method">
250250
</div>
251251

252252
<div id="footer">
253-
Generated on Wed Oct 29 05:51:06 2025 by
253+
Generated on Wed Oct 29 12:25:52 2025 by
254254
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
255255
0.9.37 (ruby-2.7.8).
256256
</div>

DatadogAPIClient/Configuration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4732,7 +4732,7 @@ <h3 class="signature " id="server_url-instance_method">
47324732
</div>
47334733

47344734
<div id="footer">
4735-
Generated on Wed Oct 29 05:51:08 2025 by
4735+
Generated on Wed Oct 29 12:25:54 2025 by
47364736
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
47374737
0.9.37 (ruby-2.7.8).
47384738
</div>

DatadogAPIClient/DatadogAPIClientInflector.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7535,7 +7535,7 @@ <h3 class="signature " id="overrides-instance_method">
75357535
</div>
75367536

75377537
<div id="footer">
7538-
Generated on Wed Oct 29 05:51:08 2025 by
7538+
Generated on Wed Oct 29 12:25:54 2025 by
75397539
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
75407540
0.9.37 (ruby-2.7.8).
75417541
</div>

DatadogAPIClient/UnparsedObject.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ <h3 class="signature first" id="to_hash-instance_method">
329329
</div>
330330

331331
<div id="footer">
332-
Generated on Wed Oct 29 05:51:08 2025 by
332+
Generated on Wed Oct 29 12:25:54 2025 by
333333
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
334334
0.9.37 (ruby-2.7.8).
335335
</div>

DatadogAPIClient/V1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h1 id="collection-of-all-datadog-public-endpoints">Collection of all Datadog Pu
129129
</div>
130130

131131
<div id="footer">
132-
Generated on Wed Oct 29 05:51:06 2025 by
132+
Generated on Wed Oct 29 12:25:52 2025 by
133133
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
134134
0.9.37 (ruby-2.7.8).
135135
</div>

DatadogAPIClient/V1/AWSAccount.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>
77
Class: DatadogAPIClient::V1::AWSAccount
88

9-
&mdash; datadog-api-client 2.39.0 documentation
9+
&mdash; datadog-api-client 2.44.0 documentation
1010

1111
</title>
1212

@@ -193,7 +193,7 @@ <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collaps
193193

194194

195195

196-
<span class="summary_desc"><div class='inline'><p>An object, (in the form <code>{&quot;namespace1&quot;:true/false, &quot;namespace2&quot;:true/false}</code>), that enables or disables metric collection for specific AWS namespaces for this AWS account only.</p>
196+
<span class="summary_desc"><div class='inline'><p>An object (in the form <code>{&quot;namespace1&quot;:true/false, &quot;namespace2&quot;:true/false}</code>) containing user-supplied overrides for AWS namespace metric collection.</p>
197197
</div></span>
198198

199199
</li>
@@ -576,9 +576,11 @@ <h3 class="signature " id="account_specific_namespace_rules-instance_method">
576576

577577
</h3><div class="docstring">
578578
<div class="discussion">
579-
<p>An object, (in the form <code>{&quot;namespace1&quot;:true/false, &quot;namespace2&quot;:true/false}</code>),
580-
that enables or disables metric collection for specific AWS namespaces for this
581-
AWS account only.</p>
579+
<p>An object (in the form <code>{&quot;namespace1&quot;:true/false, &quot;namespace2&quot;:true/false}</code>) containing user-supplied overrides
580+
for AWS namespace metric collection. <strong>Important</strong>: This field only contains namespaces explicitly configured through API calls,
581+
not the comprehensive enabled or disabled status of all namespaces. If a namespace is absent from this field, it uses Datadog&#39;s
582+
internal defaults (all namespaces enabled by default, except <code>AWS/SQS</code>, <code>AWS/ElasticMapReduce</code>, and <code>AWS/Usage</code>).
583+
For a complete view of all namespace statuses, use the V2 AWS Integration API instead.</p>
582584

583585

584586
</div>
@@ -1040,7 +1042,7 @@ <h3 class="signature " id="secret_access_key-instance_method">
10401042
</div>
10411043

10421044
<div id="footer">
1043-
Generated on Tue Jul 15 04:45:04 2025 by
1045+
Generated on Wed Oct 29 12:25:57 2025 by
10441046
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
10451047
0.9.37 (ruby-2.7.8).
10461048
</div>

DatadogAPIClient/V1/AWSIntegrationAPI.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ <h3 class="signature " id="create_aws_account_with_http_info-instance_method">
886886
</div></div>
887887
<p>Create an AWS integration.</p>
888888

889-
<p>Create a Datadog-Amazon Web Services integration.
889+
<p>&quot;<strong>This endpoint is deprecated - use the V2 endpoints instead.</strong> Create a Datadog-Amazon Web Services integration.
890890
Using the <code>POST</code> method updates your integration configuration
891891
by adding your new configuration to the existing one in your Datadog organization.
892892
A unique AWS Account ID for role based authentication.</p>
@@ -1615,7 +1615,7 @@ <h3 class="signature " id="create_new_aws_external_id_with_http_info-instance_me
16151615
</div></div>
16161616
<p>Generate a new external ID.</p>
16171617

1618-
<p>Generate a new AWS external ID for a given AWS account ID and role name pair.</p>
1618+
<p><strong>This endpoint is deprecated - use the V2 endpoints instead.</strong> Generate a new AWS external ID for a given AWS account ID and role name pair.</p>
16191619

16201620

16211621
</div>
@@ -1857,7 +1857,7 @@ <h3 class="signature " id="delete_aws_account_with_http_info-instance_method">
18571857
</div></div>
18581858
<p>Delete an AWS integration.</p>
18591859

1860-
<p>Delete a Datadog-AWS integration matching the specified <code>account_id</code> and <code>role_name parameters</code>.</p>
1860+
<p><strong>This endpoint is deprecated - use the V2 endpoints instead.</strong> Delete a Datadog-AWS integration matching the specified <code>account_id</code> and <code>role_name parameters</code>.</p>
18611861

18621862

18631863
</div>
@@ -2583,7 +2583,7 @@ <h3 class="signature " id="list_available_aws_namespaces_with_http_info-instance
25832583
</div></div>
25842584
<p>List namespace rules.</p>
25852585

2586-
<p>List all namespace rules for a given Datadog-AWS integration. This endpoint takes no arguments.</p>
2586+
<p><strong>This endpoint is deprecated - use the V2 endpoints instead.</strong> List all namespace rules for a given Datadog-AWS integration. This endpoint takes no arguments.</p>
25872587

25882588

25892589
</div>
@@ -2798,7 +2798,7 @@ <h3 class="signature " id="list_aws_accounts_with_http_info-instance_method">
27982798
</div></div>
27992799
<p>List all AWS integrations.</p>
28002800

2801-
<p>List all Datadog-AWS integrations available in your Datadog organization.</p>
2801+
<p><strong>This endpoint is deprecated - use the V2 endpoints instead.</strong> List all Datadog-AWS integrations available in your Datadog organization.</p>
28022802

28032803

28042804
</div>
@@ -3519,7 +3519,7 @@ <h3 class="signature " id="update_aws_account_with_http_info-instance_method">
35193519
</div></div>
35203520
<p>Update an AWS integration.</p>
35213521

3522-
<p>Update a Datadog-Amazon Web Services integration.</p>
3522+
<p><strong>This endpoint is deprecated - use the V2 endpoints instead.</strong> Update a Datadog-Amazon Web Services integration.</p>
35233523

35243524

35253525
</div>
@@ -3755,7 +3755,7 @@ <h3 class="signature " id="update_aws_account_with_http_info-instance_method">
37553755
</div>
37563756

37573757
<div id="footer">
3758-
Generated on Wed Oct 29 05:51:12 2025 by
3758+
Generated on Wed Oct 29 12:25:58 2025 by
37593759
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
37603760
0.9.37 (ruby-2.7.8).
37613761
</div>

DatadogAPIClient/V1/AWSLogsIntegrationAPI.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,7 +2093,7 @@ <h3 class="signature " id="list_aws_logs_services_with_http_info-instance_method
20932093
</div></div>
20942094
<p>Get list of AWS log ready services.</p>
20952095

2096-
<p>Get the list of current AWS services that Datadog offers automatic log collection. Use returned service IDs with the services parameter for the Enable an AWS service log collection API endpoint.</p>
2096+
<p><strong>This endpoint is deprecated - use the V2 endpoint instead.</strong> Get the list of current AWS services that Datadog offers automatic log collection. Use returned service IDs with the services parameter for the Enable an AWS service log collection API endpoint.</p>
20972097

20982098

20992099
</div>
@@ -2249,7 +2249,7 @@ <h3 class="signature " id="list_aws_logs_services_with_http_info-instance_method
22492249
</div>
22502250

22512251
<div id="footer">
2252-
Generated on Wed Oct 29 05:51:15 2025 by
2252+
Generated on Wed Oct 29 12:26:01 2025 by
22532253
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
22542254
0.9.37 (ruby-2.7.8).
22552255
</div>

DatadogAPIClient/V1/FormulaAndFunctionEventsDataSource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ <h3 class="inherited">Methods included from <span class='object_link'><a href="B
208208
</div>
209209

210210
<div id="footer">
211-
Generated on Wed Oct 29 05:51:18 2025 by
211+
Generated on Wed Oct 29 12:26:04 2025 by
212212
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
213213
0.9.37 (ruby-2.7.8).
214214
</div>

DatadogAPIClient/V1/GCPAccount.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ <h3 class="signature " id="type-instance_method">
15121512
</div>
15131513

15141514
<div id="footer">
1515-
Generated on Wed Oct 29 05:51:11 2025 by
1515+
Generated on Wed Oct 29 12:25:57 2025 by
15161516
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
15171517
0.9.37 (ruby-2.7.8).
15181518
</div>

0 commit comments

Comments
 (0)