diff --git a/pkg/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/index.html b/pkg/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/index.html
index 71cc18914fd..0431ec1439a 100644
--- a/pkg/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/index.html
+++ b/pkg/github.com/DataDog/datadog-api-client-go/v2/api/datadogV2/index.html
@@ -40578,6 +40578,12 @@
func (r *ListTagConfigurationsOptionalParameters) WithFilterTagsConfigured(filterTagsConfigured string) *ListTagConfigurationsOptionalParameters
+ func (r *ListTagConfigurationsOptionalParameters) WithPageCursor(pageCursor string) *ListTagConfigurationsOptionalParameters
+
+
+ func (r *ListTagConfigurationsOptionalParameters) WithPageSize(pageSize int32) *ListTagConfigurationsOptionalParameters
+
+
func (r *ListTagConfigurationsOptionalParameters) WithWindowSeconds(windowSeconds int64) *ListTagConfigurationsOptionalParameters
@@ -45699,6 +45705,103 @@
+ type MetricMetaPage
+
+
+ func NewMetricMetaPage() *MetricMetaPage
+
+
+ func NewMetricMetaPageWithDefaults() *MetricMetaPage
+
+
+
+ func (o *MetricMetaPage) GetCursor() string
+
+
+ func (o *MetricMetaPage) GetCursorOk() (*string, bool)
+
+
+ func (o *MetricMetaPage) GetLimit() int32
+
+
+ func (o *MetricMetaPage) GetLimitOk() (*int32, bool)
+
+
+ func (o *MetricMetaPage) GetNextCursor() string
+
+
+ func (o *MetricMetaPage) GetNextCursorOk() (*string, bool)
+
+
+ func (o *MetricMetaPage) GetType() MetricMetaPageType
+
+
+ func (o *MetricMetaPage) GetTypeOk() (*MetricMetaPageType, bool)
+
+
+ func (o *MetricMetaPage) HasCursor() bool
+
+
+ func (o *MetricMetaPage) HasLimit() bool
+
+
+ func (o *MetricMetaPage) HasNextCursor() bool
+
+
+ func (o *MetricMetaPage) HasType() bool
+
+
+ func (o MetricMetaPage) MarshalJSON() ([]byte, error)
+
+
+ func (o *MetricMetaPage) SetCursor(v string)
+
+
+ func (o *MetricMetaPage) SetCursorNil()
+
+
+ func (o *MetricMetaPage) SetLimit(v int32)
+
+
+ func (o *MetricMetaPage) SetNextCursor(v string)
+
+
+ func (o *MetricMetaPage) SetNextCursorNil()
+
+
+ func (o *MetricMetaPage) SetType(v MetricMetaPageType)
+
+
+ func (o *MetricMetaPage) UnmarshalJSON(bytes []byte) (err error)
+
+
+ func (o *MetricMetaPage) UnsetCursor()
+
+
+ func (o *MetricMetaPage) UnsetNextCursor()
+
+
+
+ type MetricMetaPageType
+
+
+ func NewMetricMetaPageTypeFromValue(v string) (*MetricMetaPageType, error)
+
+
+
+ func (v *MetricMetaPageType) GetAllowedValues() []MetricMetaPageType
+
+
+ func (v MetricMetaPageType) IsValid() bool
+
+
+ func (v MetricMetaPageType) Ptr() *MetricMetaPageType
+
+
+ func (v *MetricMetaPageType) UnmarshalJSON(src []byte) error
+
+
+
type MetricMetadata
@@ -45915,6 +46018,35 @@
+ type MetricPaginationMeta
+
+
+ func NewMetricPaginationMeta() *MetricPaginationMeta
+
+
+ func NewMetricPaginationMetaWithDefaults() *MetricPaginationMeta
+
+
+
+ func (o *MetricPaginationMeta) GetPagination() MetricMetaPage
+
+
+ func (o *MetricPaginationMeta) GetPaginationOk() (*MetricMetaPage, bool)
+
+
+ func (o *MetricPaginationMeta) HasPagination() bool
+
+
+ func (o MetricPaginationMeta) MarshalJSON() ([]byte, error)
+
+
+ func (o *MetricPaginationMeta) SetPagination(v MetricMetaPage)
+
+
+ func (o *MetricPaginationMeta) UnmarshalJSON(bytes []byte) (err error)
+
+
+
type MetricPayload
@@ -46982,15 +47114,39 @@
func (o *MetricsAndMetricTagConfigurationsResponse) GetDataOk() (*[]MetricsAndMetricTagConfigurations, bool)
+ func (o *MetricsAndMetricTagConfigurationsResponse) GetLinks() MetricsListResponseLinks
+
+
+ func (o *MetricsAndMetricTagConfigurationsResponse) GetLinksOk() (*MetricsListResponseLinks, bool)
+
+
+ func (o *MetricsAndMetricTagConfigurationsResponse) GetMeta() MetricPaginationMeta
+
+
+ func (o *MetricsAndMetricTagConfigurationsResponse) GetMetaOk() (*MetricPaginationMeta, bool)
+
+
func (o *MetricsAndMetricTagConfigurationsResponse) HasData() bool
+ func (o *MetricsAndMetricTagConfigurationsResponse) HasLinks() bool
+
+
+ func (o *MetricsAndMetricTagConfigurationsResponse) HasMeta() bool
+
+
func (o MetricsAndMetricTagConfigurationsResponse) MarshalJSON() ([]byte, error)
func (o *MetricsAndMetricTagConfigurationsResponse) SetData(v []MetricsAndMetricTagConfigurations)
+ func (o *MetricsAndMetricTagConfigurationsResponse) SetLinks(v MetricsListResponseLinks)
+
+
+ func (o *MetricsAndMetricTagConfigurationsResponse) SetMeta(v MetricPaginationMeta)
+
+
func (o *MetricsAndMetricTagConfigurationsResponse) UnmarshalJSON(bytes []byte) (err error)
@@ -47029,6 +47185,9 @@
func (a *MetricsApi) ListTagConfigurations(ctx _context.Context, o ...ListTagConfigurationsOptionalParameters) (MetricsAndMetricTagConfigurationsResponse, *_nethttp.Response, error)
+ func (a *MetricsApi) ListTagConfigurationsWithPagination(ctx _context.Context, o ...ListTagConfigurationsOptionalParameters) (<-chan datadog.PaginationResult[MetricsAndMetricTagConfigurations], func())
+
+
func (a *MetricsApi) ListTagsByMetricName(ctx _context.Context, metricName string) (MetricAllTagsResponse, *_nethttp.Response, error)
@@ -47068,6 +47227,101 @@
+ type MetricsListResponseLinks
+
+
+ func NewMetricsListResponseLinks() *MetricsListResponseLinks
+
+
+ func NewMetricsListResponseLinksWithDefaults() *MetricsListResponseLinks
+
+
+
+ func (o *MetricsListResponseLinks) GetFirst() string
+
+
+ func (o *MetricsListResponseLinks) GetFirstOk() (*string, bool)
+
+
+ func (o *MetricsListResponseLinks) GetLast() string
+
+
+ func (o *MetricsListResponseLinks) GetLastOk() (*string, bool)
+
+
+ func (o *MetricsListResponseLinks) GetNext() string
+
+
+ func (o *MetricsListResponseLinks) GetNextOk() (*string, bool)
+
+
+ func (o *MetricsListResponseLinks) GetPrev() string
+
+
+ func (o *MetricsListResponseLinks) GetPrevOk() (*string, bool)
+
+
+ func (o *MetricsListResponseLinks) GetSelf() string
+
+
+ func (o *MetricsListResponseLinks) GetSelfOk() (*string, bool)
+
+
+ func (o *MetricsListResponseLinks) HasFirst() bool
+
+
+ func (o *MetricsListResponseLinks) HasLast() bool
+
+
+ func (o *MetricsListResponseLinks) HasNext() bool
+
+
+ func (o *MetricsListResponseLinks) HasPrev() bool
+
+
+ func (o *MetricsListResponseLinks) HasSelf() bool
+
+
+ func (o MetricsListResponseLinks) MarshalJSON() ([]byte, error)
+
+
+ func (o *MetricsListResponseLinks) SetFirst(v string)
+
+
+ func (o *MetricsListResponseLinks) SetLast(v string)
+
+
+ func (o *MetricsListResponseLinks) SetLastNil()
+
+
+ func (o *MetricsListResponseLinks) SetNext(v string)
+
+
+ func (o *MetricsListResponseLinks) SetNextNil()
+
+
+ func (o *MetricsListResponseLinks) SetPrev(v string)
+
+
+ func (o *MetricsListResponseLinks) SetPrevNil()
+
+
+ func (o *MetricsListResponseLinks) SetSelf(v string)
+
+
+ func (o *MetricsListResponseLinks) UnmarshalJSON(bytes []byte) (err error)
+
+
+ func (o *MetricsListResponseLinks) UnsetLast()
+
+
+ func (o *MetricsListResponseLinks) UnsetNext()
+
+
+ func (o *MetricsListResponseLinks) UnsetPrev()
+
+
+
type MetricsScalarQuery
@@ -82486,6 +82740,10 @@ Package files
model_metric_intake_type.go
+ model_metric_meta_page.go
+
+ model_metric_meta_page_type.go
+
model_metric_metadata.go
model_metric_monitor_asset.go
@@ -82498,6 +82756,8 @@ Package files
model_metric_origin.go
+ model_metric_pagination_meta.go
+
model_metric_payload.go
model_metric_point.go
@@ -82554,6 +82814,8 @@ Package files
model_metrics_data_source.go
+ model_metrics_list_response_links.go
+
model_metrics_scalar_query.go
model_metrics_timeseries_query.go
@@ -86814,10 +87076,10 @@ type // AWS Account Create Request data
+
Data AWSAccountCreateRequestData `json:"data"`
UnparsedObject map[string]interface{} `json:"-"`
@@ -86939,26 +87201,27 @@ type // Tags to apply to all metrics in the account
+
AccountTags datadog.NullableList[string] `json:"account_tags,omitempty"`
-
+
AuthConfig AWSAuthConfig `json:"auth_config"`
-
+
AwsAccountId string `json:"aws_account_id"`
-
+
+
AwsPartition AWSAccountPartition `json:"aws_partition"`
-
+
AwsRegions *AWSRegions `json:"aws_regions,omitempty"`
-
+
LogsConfig *AWSLogsConfig `json:"logs_config,omitempty"`
-
+
MetricsConfig *AWSMetricsConfig `json:"metrics_config,omitempty"`
-
+
ResourcesConfig *AWSResourcesConfig `json:"resources_config,omitempty"`
-
+
TracesConfig *AWSTracesConfig `json:"traces_config,omitempty"`
UnparsedObject map[string]interface{} `json:"-"`
@@ -86976,7 +87239,7 @@ type func NewAWSAccountCreateRequestAttributes
+ func NewAWSAccountCreateRequestAttributes
¶
@@ -86991,7 +87254,7 @@ func func NewAWSAccountCreateRequestAttributesWithDefaults
+ func NewAWSAccountCreateRequestAttributesWithDefaults
¶
@@ -87007,7 +87270,7 @@ func func (*AWSAccountCreateRequestAttributes) GetAccountTags
+
AWSAccountPartition AWS Account partition
+
AWSAccountPartition AWS partition your AWS account is scoped to. Defaults to `aws`.
+See [Partitions](https://docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/partitions.html) in the AWS documentation for more information.
type AWSAccountPartition string
@@ -87694,7 +87958,7 @@ type func NewAWSAccountPartitionFromValue
+ func NewAWSAccountPartitionFromValue
¶
@@ -87709,7 +87973,7 @@ func func (*AWSAccountPartition) GetAllowedValues
+ func (*AWSAccountPartition) GetAllowedValues
¶
@@ -87722,7 +87986,7 @@ func (*AWSAccountPartition) func (AWSAccountPartition) IsValid
+ func (AWSAccountPartition) IsValid
¶
@@ -87735,7 +87999,7 @@ func (AWSAccountPartition) func (AWSAccountPartition) Ptr
+ func (AWSAccountPartition) Ptr
¶
@@ -87748,7 +88012,7 @@ func (AWSAccountPartition) func (*AWSAccountPartition) UnmarshalJSON
+ func (*AWSAccountPartition) UnmarshalJSON
¶
@@ -87768,10 +88032,10 @@ type // AWS Account Response body
+
Data AWSAccountResponseData `json:"data"`
UnparsedObject map[string]interface{} `json:"-"`
@@ -87893,30 +88157,31 @@ type // Tags to apply to all metrics in the account
+
AccountTags datadog.NullableList[string] `json:"account_tags,omitempty"`
-
+
AuthConfig *AWSAuthConfig `json:"auth_config,omitempty"`
-
+
AwsAccountId string `json:"aws_account_id"`
-
+
+
AwsPartition *AWSAccountPartition `json:"aws_partition,omitempty"`
-
+
AwsRegions *AWSRegions `json:"aws_regions,omitempty"`
-
+
CreatedAt *time.Time `json:"created_at,omitempty"`
-
+
LogsConfig *AWSLogsConfig `json:"logs_config,omitempty"`
-
+
MetricsConfig *AWSMetricsConfig `json:"metrics_config,omitempty"`
-
+
ModifiedAt *time.Time `json:"modified_at,omitempty"`
-
+
ResourcesConfig *AWSResourcesConfig `json:"resources_config,omitempty"`
-
+
TracesConfig *AWSTracesConfig `json:"traces_config,omitempty"`
UnparsedObject map[string]interface{} `json:"-"`
@@ -87934,7 +88199,7 @@ type func NewAWSAccountResponseAttributes
+ func NewAWSAccountResponseAttributes
¶
@@ -87949,7 +88214,7 @@ func func NewAWSAccountResponseAttributesWithDefaults
+ func NewAWSAccountResponseAttributesWithDefaults
¶
@@ -87965,7 +88230,7 @@ func func (*AWSAccountResponseAttributes) GetAccountTags
+ func (*AWSAccountResponseAttributes) GetAccountTags
¶
@@ -87978,7 +88243,7 @@ func (*AWSAccountResponseAt
- func (*AWSAccountResponseAttributes) GetAccountTagsOk
+ func (*AWSAccountResponseAttributes) GetAccountTagsOk
¶
@@ -87993,7 +88258,7 @@ func (*AWSAccountResponse
- func (*AWSAccountResponseAttributes) GetAuthConfig
+ func (*AWSAccountResponseAttributes) GetAuthConfig
¶
@@ -88006,7 +88271,7 @@ func (*AWSAccountResponseAtt
- func (*AWSAccountResponseAttributes) GetAuthConfigOk
+ func (*AWSAccountResponseAttributes) GetAuthConfigOk
¶
@@ -88020,7 +88285,7 @@ func (*AWSAccountResponseA
- func (*AWSAccountResponseAttributes) GetAwsAccountId
+ func (*AWSAccountResponseAttributes) GetAwsAccountId
¶
@@ -88033,7 +88298,7 @@ func (*AWSAccountResponseA
- func (*AWSAccountResponseAttributes) GetAwsAccountIdOk
+ func (*AWSAccountResponseAttributes) GetAwsAccountIdOk
¶
@@ -88047,7 +88312,7 @@ func (*AWSAccountRespons
- func (*AWSAccountResponseAttributes) GetAwsPartition
+ func (*AWSAccountResponseAttributes) GetAwsPartition
¶
@@ -88060,7 +88325,7 @@ func (*AWSAccountResponseA
- func (*AWSAccountResponseAttributes) GetAwsPartitionOk
+ func (*AWSAccountResponseAttributes) GetAwsPartitionOk
¶
@@ -88074,7 +88339,7 @@ func (*AWSAccountRespons
- func (*AWSAccountResponseAttributes) GetAwsRegions
+ func (*AWSAccountResponseAttributes) GetAwsRegions
¶
@@ -88087,7 +88352,7 @@ func (*AWSAccountResponseAtt
- func (*AWSAccountResponseAttributes) GetAwsRegionsOk
+ func (*AWSAccountResponseAttributes) GetAwsRegionsOk
¶
@@ -88101,7 +88366,7 @@ func (*AWSAccountResponseA
- func (*AWSAccountResponseAttributes) GetCreatedAt
+ func (*AWSAccountResponseAttributes) GetCreatedAt
¶
@@ -88114,7 +88379,7 @@ func (*AWSAccountResponseAttr
- func (*AWSAccountResponseAttributes) GetCreatedAtOk
+ func (*AWSAccountResponseAttributes) GetCreatedAtOk
¶
@@ -88128,7 +88393,7 @@ func (*AWSAccountResponseAt
- func (*AWSAccountResponseAttributes) GetLogsConfig
+ func (*AWSAccountResponseAttributes) GetLogsConfig
¶
@@ -88141,7 +88406,7 @@ func (*AWSAccountResponseAtt
- func (*AWSAccountResponseAttributes) GetLogsConfigOk
+ func (*AWSAccountResponseAttributes) GetLogsConfigOk
¶
@@ -88155,7 +88420,7 @@ func (*AWSAccountResponseA
- func (*AWSAccountResponseAttributes) GetMetricsConfig
+ func (*AWSAccountResponseAttributes) GetMetricsConfig
¶
@@ -88168,7 +88433,7 @@ func (*AWSAccountResponse
- func (*AWSAccountResponseAttributes) GetMetricsConfigOk
+ func (*AWSAccountResponseAttributes) GetMetricsConfigOk
¶
@@ -88182,7 +88447,7 @@ func (*AWSAccountRespon
- func (*AWSAccountResponseAttributes) GetModifiedAt
+ func (*AWSAccountResponseAttributes) GetModifiedAt
¶
@@ -88195,7 +88460,7 @@ func (*AWSAccountResponseAtt
- func (*AWSAccountResponseAttributes) GetModifiedAtOk
+ func (*AWSAccountResponseAttributes) GetModifiedAtOk
¶
@@ -88209,7 +88474,7 @@ func (*AWSAccountResponseA
- func (*AWSAccountResponseAttributes) GetResourcesConfig
+ func (*AWSAccountResponseAttributes) GetResourcesConfig
¶
@@ -88222,7 +88487,7 @@ func (*AWSAccountRespon
- func (*AWSAccountResponseAttributes) GetResourcesConfigOk
+ func (*AWSAccountResponseAttributes) GetResourcesConfigOk
¶
@@ -88236,7 +88501,7 @@ func (*AWSAccountResp
- func (*AWSAccountResponseAttributes) GetTracesConfig
+ func (*AWSAccountResponseAttributes) GetTracesConfig
¶
@@ -88249,7 +88514,7 @@ func (*AWSAccountResponseA
- func (*AWSAccountResponseAttributes) GetTracesConfigOk
+ func (*AWSAccountResponseAttributes) GetTracesConfigOk
¶
@@ -88263,7 +88528,7 @@ func (*AWSAccountRespons
- func (*AWSAccountResponseAttributes) HasAccountTags
+ func (*AWSAccountResponseAttributes) HasAccountTags
¶
@@ -88276,7 +88541,7 @@ func (*AWSAccountResponseAt
- func (*AWSAccountResponseAttributes) HasAuthConfig
+ func (*AWSAccountResponseAttributes) HasAuthConfig
¶
@@ -88289,7 +88554,7 @@ func (*AWSAccountResponseAtt
- func (*AWSAccountResponseAttributes) HasAwsPartition
+ func (*AWSAccountResponseAttributes) HasAwsPartition
¶
@@ -88302,7 +88567,7 @@ func (*AWSAccountResponseA
- func (*AWSAccountResponseAttributes) HasAwsRegions
+ func (*AWSAccountResponseAttributes) HasAwsRegions
¶
@@ -88315,7 +88580,7 @@ func (*AWSAccountResponseAtt
- func (*AWSAccountResponseAttributes) HasCreatedAt
+ func (*AWSAccountResponseAttributes) HasCreatedAt
¶
@@ -88328,7 +88593,7 @@ func (*AWSAccountResponseAttr
- func (*AWSAccountResponseAttributes) HasLogsConfig
+ func (*AWSAccountResponseAttributes) HasLogsConfig
¶
@@ -88341,7 +88606,7 @@ func (*AWSAccountResponseAtt
- func (*AWSAccountResponseAttributes) HasMetricsConfig
+ func (*AWSAccountResponseAttributes) HasMetricsConfig
¶
@@ -88354,7 +88619,7 @@ func (*AWSAccountResponse
- func (*AWSAccountResponseAttributes) HasModifiedAt
+ func (*AWSAccountResponseAttributes) HasModifiedAt
¶
@@ -88367,7 +88632,7 @@ func (*AWSAccountResponseAtt
- func (*AWSAccountResponseAttributes) HasResourcesConfig
+ func (*AWSAccountResponseAttributes) HasResourcesConfig
¶
@@ -88380,7 +88645,7 @@ func (*AWSAccountRespon
- func (*AWSAccountResponseAttributes) HasTracesConfig
+ func (*AWSAccountResponseAttributes) HasTracesConfig
¶
@@ -88393,7 +88658,7 @@ func (*AWSAccountResponseA
- func (AWSAccountResponseAttributes) MarshalJSON
+ func (AWSAccountResponseAttributes) MarshalJSON
¶
@@ -88406,7 +88671,7 @@ func (AWSAccountResponseAttrib
- func (*AWSAccountResponseAttributes) SetAccountTags
+ func (*AWSAccountResponseAttributes) SetAccountTags
¶
@@ -88419,7 +88684,7 @@ func (*AWSAccountResponseAt
- func (*AWSAccountResponseAttributes) SetAccountTagsNil
+ func (*AWSAccountResponseAttributes) SetAccountTagsNil
¶
@@ -88432,7 +88697,7 @@ func (*AWSAccountRespons
- func (*AWSAccountResponseAttributes) SetAuthConfig
+ func (*AWSAccountResponseAttributes) SetAuthConfig
¶
@@ -88445,7 +88710,7 @@ func (*AWSAccountResponseAtt
- func (*AWSAccountResponseAttributes) SetAwsAccountId
+ func (*AWSAccountResponseAttributes) SetAwsAccountId
¶
@@ -88458,7 +88723,7 @@ func (*AWSAccountResponseA
- func (*AWSAccountResponseAttributes) SetAwsPartition
+ func (*AWSAccountResponseAttributes) SetAwsPartition
¶
@@ -88471,7 +88736,7 @@ func (*AWSAccountResponseA
- func (*AWSAccountResponseAttributes) SetAwsRegions
+ func (*AWSAccountResponseAttributes) SetAwsRegions
¶
@@ -88484,7 +88749,7 @@ func (*AWSAccountResponseAtt
- func (*AWSAccountResponseAttributes) SetCreatedAt
+ func (*AWSAccountResponseAttributes) SetCreatedAt
¶
@@ -88497,7 +88762,7 @@ func (*AWSAccountResponseAttr
- func (*AWSAccountResponseAttributes) SetLogsConfig
+ func (*AWSAccountResponseAttributes) SetLogsConfig
¶
@@ -88510,7 +88775,7 @@ func (*AWSAccountResponseAtt
- func (*AWSAccountResponseAttributes) SetMetricsConfig
+ func (*AWSAccountResponseAttributes) SetMetricsConfig
¶
@@ -88523,7 +88788,7 @@ func (*AWSAccountResponse
- func (*AWSAccountResponseAttributes) SetModifiedAt
+ func (*AWSAccountResponseAttributes) SetModifiedAt
¶
@@ -88536,7 +88801,7 @@ func (*AWSAccountResponseAtt
- func (*AWSAccountResponseAttributes) SetResourcesConfig
+ func (*AWSAccountResponseAttributes) SetResourcesConfig
¶
@@ -88549,7 +88814,7 @@ func (*AWSAccountRespon
- func (*AWSAccountResponseAttributes) SetTracesConfig
+ func (*AWSAccountResponseAttributes) SetTracesConfig
¶
@@ -88562,7 +88827,7 @@ func (*AWSAccountResponseA
- func (*AWSAccountResponseAttributes) UnmarshalJSON
+ func (*AWSAccountResponseAttributes) UnmarshalJSON
¶
@@ -88575,7 +88840,7 @@ func (*AWSAccountResponseAtt
- func (*AWSAccountResponseAttributes) UnsetAccountTags
+ func (*AWSAccountResponseAttributes) UnsetAccountTags
¶
@@ -88595,12 +88860,14 @@ type // The AWS Account Integration Config
+
Attributes *AWSAccountResponseAttributes `json:"attributes,omitempty"`
-
+
+
+
Id string `json:"id"`
Type AWSAccountType `json:"type"`
@@ -88620,7 +88887,7 @@ type func NewAWSAccountResponseData
+ func NewAWSAccountResponseData
¶
@@ -88635,7 +88902,7 @@ func func NewAWSAccountResponseDataWithDefaults
+ func NewAWSAccountResponseDataWithDefaults
¶
@@ -88651,7 +88918,7 @@ func func (*AWSAccountResponseData) GetAttributes
+ func (*AWSAccountResponseData) GetAttributes
¶
@@ -88664,7 +88931,7 @@ func (*AWSAccountResponseData) func (*AWSAccountResponseData) GetAttributesOk
+ func (*AWSAccountResponseData) GetAttributesOk
¶
@@ -88678,7 +88945,7 @@ func (*AWSAccountResponseData) <
- func (*AWSAccountResponseData) GetId
+ func (*AWSAccountResponseData) GetId
¶
@@ -88691,7 +88958,7 @@ func (*AWSAccountResponseData) func (*AWSAccountResponseData) GetIdOk
+ func (*AWSAccountResponseData) GetIdOk
¶
@@ -88705,7 +88972,7 @@ func (*AWSAccountResponseData) func (*AWSAccountResponseData) GetType
+ func (*AWSAccountResponseData) GetType
¶
@@ -88718,7 +88985,7 @@ func (*AWSAccountResponseData) func (*AWSAccountResponseData) GetTypeOk
+ func (*AWSAccountResponseData) GetTypeOk
¶
@@ -88732,7 +88999,7 @@ func (*AWSAccountResponseData) func (*AWSAccountResponseData) HasAttributes
+ func (*AWSAccountResponseData) HasAttributes
¶
@@ -88745,7 +89012,7 @@ func (*AWSAccountResponseData) func (AWSAccountResponseData) MarshalJSON
+ func (AWSAccountResponseData) MarshalJSON
¶
@@ -88758,7 +89025,7 @@ func (AWSAccountResponseData) func (*AWSAccountResponseData) SetAttributes
+ func (*AWSAccountResponseData) SetAttributes
¶
@@ -88771,7 +89038,7 @@ func (*AWSAccountResponseData) func (*AWSAccountResponseData) SetId
+ func (*AWSAccountResponseData) SetId
¶
@@ -88784,7 +89051,7 @@ func (*AWSAccountResponseData) func (*AWSAccountResponseData) SetType
+ func (*AWSAccountResponseData) SetType
¶
@@ -88797,7 +89064,7 @@ func (*AWSAccountResponseData) func (*AWSAccountResponseData) UnmarshalJSON
+ func (*AWSAccountResponseData) UnmarshalJSON
¶
@@ -88911,10 +89178,10 @@ type // AWS Account Update Request data
+
Data AWSAccountUpdateRequestData `json:"data"`
UnparsedObject map[string]interface{} `json:"-"`
@@ -89036,26 +89303,27 @@ type // Tags to apply to all metrics in the account
+
AccountTags datadog.NullableList[string] `json:"account_tags,omitempty"`
-
+
AuthConfig *AWSAuthConfig `json:"auth_config,omitempty"`
-
+
AwsAccountId string `json:"aws_account_id"`
-
+
+
AwsPartition *AWSAccountPartition `json:"aws_partition,omitempty"`
-
+
AwsRegions *AWSRegions `json:"aws_regions,omitempty"`
-
+
LogsConfig *AWSLogsConfig `json:"logs_config,omitempty"`
-
+
MetricsConfig *AWSMetricsConfig `json:"metrics_config,omitempty"`
-
+
ResourcesConfig *AWSResourcesConfig `json:"resources_config,omitempty"`
-
+
TracesConfig *AWSTracesConfig `json:"traces_config,omitempty"`
UnparsedObject map[string]interface{} `json:"-"`
@@ -89073,7 +89341,7 @@ type func NewAWSAccountUpdateRequestAttributes
+ func NewAWSAccountUpdateRequestAttributes
¶
@@ -89088,7 +89356,7 @@ func func NewAWSAccountUpdateRequestAttributesWithDefaults
+ func NewAWSAccountUpdateRequestAttributesWithDefaults
¶
@@ -89104,7 +89372,7 @@ func func (*AWSAccountUpdateRequestAttributes) GetAccountTags
+ func (*AWSAccountUpdateRequestAttributes) GetAccountTags
¶
@@ -89117,7 +89385,7 @@ func (*AWSAccountUpdat
- func (*AWSAccountUpdateRequestAttributes) GetAccountTagsOk
+ func (*AWSAccountUpdateRequestAttributes) GetAccountTagsOk
¶
@@ -89132,7 +89400,7 @@ func (*AWSAccountUpd
- func (*AWSAccountUpdateRequestAttributes) GetAuthConfig
+ func (*AWSAccountUpdateRequestAttributes) GetAuthConfig
¶
@@ -89145,7 +89413,7 @@ func (*AWSAccountUpdate
- func (*AWSAccountUpdateRequestAttributes) GetAuthConfigOk
+ func (*AWSAccountUpdateRequestAttributes) GetAuthConfigOk
¶
@@ -89159,7 +89427,7 @@ func (*AWSAccountUpda
- func (*AWSAccountUpdateRequestAttributes) GetAwsAccountId
+ func (*AWSAccountUpdateRequestAttributes) GetAwsAccountId
¶
@@ -89172,7 +89440,7 @@ func (*AWSAccountUpda
- func (*AWSAccountUpdateRequestAttributes) GetAwsAccountIdOk
+ func (*AWSAccountUpdateRequestAttributes) GetAwsAccountIdOk
¶
@@ -89186,7 +89454,7 @@ func (*AWSAccountUp
- func (*AWSAccountUpdateRequestAttributes) GetAwsPartition
+ func (*AWSAccountUpdateRequestAttributes) GetAwsPartition
¶
@@ -89199,7 +89467,7 @@ func (*AWSAccountUpda
- func (*AWSAccountUpdateRequestAttributes) GetAwsPartitionOk
+ func (*AWSAccountUpdateRequestAttributes) GetAwsPartitionOk
¶
@@ -89213,7 +89481,7 @@ func (*AWSAccountUp
- func (*AWSAccountUpdateRequestAttributes) GetAwsRegions
+ func (*AWSAccountUpdateRequestAttributes) GetAwsRegions
¶
@@ -89226,7 +89494,7 @@ func (*AWSAccountUpdate
- func (*AWSAccountUpdateRequestAttributes) GetAwsRegionsOk
+ func (*AWSAccountUpdateRequestAttributes) GetAwsRegionsOk
¶
@@ -89240,7 +89508,7 @@ func (*AWSAccountUpda
- func (*AWSAccountUpdateRequestAttributes) GetLogsConfig
+ func (*AWSAccountUpdateRequestAttributes) GetLogsConfig
¶
@@ -89253,7 +89521,7 @@ func (*AWSAccountUpdate
- func (*AWSAccountUpdateRequestAttributes) GetLogsConfigOk
+ func (*AWSAccountUpdateRequestAttributes) GetLogsConfigOk
¶
@@ -89267,7 +89535,7 @@ func (*AWSAccountUpda
- func (*AWSAccountUpdateRequestAttributes) GetMetricsConfig
+ func (*AWSAccountUpdateRequestAttributes) GetMetricsConfig
¶
@@ -89280,7 +89548,7 @@ func (*AWSAccountUpd
- func (*AWSAccountUpdateRequestAttributes) GetMetricsConfigOk
+ func (*AWSAccountUpdateRequestAttributes) GetMetricsConfigOk
¶
@@ -89294,7 +89562,7 @@ func (*AWSAccountU
- func (*AWSAccountUpdateRequestAttributes) GetResourcesConfig
+ func (*AWSAccountUpdateRequestAttributes) GetResourcesConfig
¶
@@ -89307,7 +89575,7 @@ func (*AWSAccountU
- func (*AWSAccountUpdateRequestAttributes) GetResourcesConfigOk
+ func (*AWSAccountUpdateRequestAttributes) GetResourcesConfigOk
¶
@@ -89321,7 +89589,7 @@ func (*AWSAccoun
- func (*AWSAccountUpdateRequestAttributes) GetTracesConfig
+ func (*AWSAccountUpdateRequestAttributes) GetTracesConfig
¶
@@ -89334,7 +89602,7 @@ func (*AWSAccountUpda
- func (*AWSAccountUpdateRequestAttributes) GetTracesConfigOk
+ func (*AWSAccountUpdateRequestAttributes) GetTracesConfigOk
¶
@@ -89348,7 +89616,7 @@ func (*AWSAccountUp
- func (*AWSAccountUpdateRequestAttributes) HasAccountTags
+ func (*AWSAccountUpdateRequestAttributes) HasAccountTags
¶
@@ -89361,7 +89629,7 @@ func (*AWSAccountUpdat
- func (*AWSAccountUpdateRequestAttributes) HasAuthConfig
+ func (*AWSAccountUpdateRequestAttributes) HasAuthConfig
¶
@@ -89374,7 +89642,7 @@ func (*AWSAccountUpdate
- func (*AWSAccountUpdateRequestAttributes)