@@ -20,6 +20,8 @@ type AWSIntegrationApi datadog.Service
2020// Using the `POST` method updates your integration configuration
2121// by adding your new configuration to the existing one in your Datadog organization.
2222// A unique AWS Account ID for role based authentication.
23+ //
24+ // Deprecated: This API is deprecated.
2325func (a * AWSIntegrationApi ) CreateAWSAccount (ctx _context.Context , body AWSAccount ) (AWSAccountCreateResponse , * _nethttp.Response , error ) {
2426 var (
2527 localVarHTTPMethod = _nethttp .MethodPost
@@ -180,6 +182,8 @@ func (a *AWSIntegrationApi) CreateAWSEventBridgeSource(ctx _context.Context, bod
180182
181183// CreateAWSTagFilter Set an AWS tag filter.
182184// Set an AWS tag filter.
185+ //
186+ // Deprecated: This API is deprecated.
183187func (a * AWSIntegrationApi ) CreateAWSTagFilter (ctx _context.Context , body AWSTagFilterCreateRequest ) (interface {}, * _nethttp.Response , error ) {
184188 var (
185189 localVarHTTPMethod = _nethttp .MethodPost
@@ -260,6 +264,8 @@ func (a *AWSIntegrationApi) CreateAWSTagFilter(ctx _context.Context, body AWSTag
260264
261265// CreateNewAWSExternalID Generate a new external ID.
262266// Generate a new AWS external ID for a given AWS account ID and role name pair.
267+ //
268+ // Deprecated: This API is deprecated.
263269func (a * AWSIntegrationApi ) CreateNewAWSExternalID (ctx _context.Context , body AWSAccount ) (AWSAccountCreateResponse , * _nethttp.Response , error ) {
264270 var (
265271 localVarHTTPMethod = _nethttp .MethodPut
@@ -340,6 +346,8 @@ func (a *AWSIntegrationApi) CreateNewAWSExternalID(ctx _context.Context, body AW
340346
341347// DeleteAWSAccount Delete an AWS integration.
342348// Delete a Datadog-AWS integration matching the specified `account_id` and `role_name parameters`.
349+ //
350+ // Deprecated: This API is deprecated.
343351func (a * AWSIntegrationApi ) DeleteAWSAccount (ctx _context.Context , body AWSAccountDeleteRequest ) (interface {}, * _nethttp.Response , error ) {
344352 var (
345353 localVarHTTPMethod = _nethttp .MethodDelete
@@ -500,6 +508,8 @@ func (a *AWSIntegrationApi) DeleteAWSEventBridgeSource(ctx _context.Context, bod
500508
501509// DeleteAWSTagFilter Delete a tag filtering entry.
502510// Delete a tag filtering entry.
511+ //
512+ // Deprecated: This API is deprecated.
503513func (a * AWSIntegrationApi ) DeleteAWSTagFilter (ctx _context.Context , body AWSTagFilterDeleteRequest ) (interface {}, * _nethttp.Response , error ) {
504514 var (
505515 localVarHTTPMethod = _nethttp .MethodDelete
@@ -611,6 +621,8 @@ func (r *ListAWSAccountsOptionalParameters) WithAccessKeyId(accessKeyId string)
611621
612622// ListAWSAccounts List all AWS integrations.
613623// List all Datadog-AWS integrations available in your Datadog organization.
624+ //
625+ // Deprecated: This API is deprecated.
614626func (a * AWSIntegrationApi ) ListAWSAccounts (ctx _context.Context , o ... ListAWSAccountsOptionalParameters ) (AWSAccountListResponse , * _nethttp.Response , error ) {
615627 var (
616628 localVarHTTPMethod = _nethttp .MethodGet
@@ -782,6 +794,8 @@ func (a *AWSIntegrationApi) ListAWSEventBridgeSources(ctx _context.Context) (AWS
782794
783795// ListAWSTagFilters Get all AWS tag filters.
784796// Get all AWS tag filters.
797+ //
798+ // Deprecated: This API is deprecated.
785799func (a * AWSIntegrationApi ) ListAWSTagFilters (ctx _context.Context , accountId string ) (AWSTagFilterListResponse , * _nethttp.Response , error ) {
786800 var (
787801 localVarHTTPMethod = _nethttp .MethodGet
@@ -860,6 +874,8 @@ func (a *AWSIntegrationApi) ListAWSTagFilters(ctx _context.Context, accountId st
860874
861875// ListAvailableAWSNamespaces List namespace rules.
862876// List all namespace rules for a given Datadog-AWS integration. This endpoint takes no arguments.
877+ //
878+ // Deprecated: This API is deprecated.
863879func (a * AWSIntegrationApi ) ListAvailableAWSNamespaces (ctx _context.Context ) ([]string , * _nethttp.Response , error ) {
864880 var (
865881 localVarHTTPMethod = _nethttp .MethodGet
@@ -968,6 +984,8 @@ func (r *UpdateAWSAccountOptionalParameters) WithAccessKeyId(accessKeyId string)
968984
969985// UpdateAWSAccount Update an AWS integration.
970986// Update a Datadog-Amazon Web Services integration.
987+ //
988+ // Deprecated: This API is deprecated.
971989func (a * AWSIntegrationApi ) UpdateAWSAccount (ctx _context.Context , body AWSAccount , o ... UpdateAWSAccountOptionalParameters ) (interface {}, * _nethttp.Response , error ) {
972990 var (
973991 localVarHTTPMethod = _nethttp .MethodPut
0 commit comments