You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @param body [AWSTagFilterCreateRequest] Set an AWS tag filter using an `aws_account_identifier`, `namespace`, and filtering string. Namespace options are `application_elb`, `elb`, `lambda`, `network_elb`, `rds`, `sqs`, and `custom`.
176
181
# @param opts [Hash] the optional parameters
177
182
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
# Generate a new AWS external ID for a given AWS account ID and role name pair.
241
247
#
248
+
# @deprecated This API is deprecated.
249
+
#
242
250
# @param body [AWSAccount] Your Datadog role delegation name. For more information about your AWS account Role name, see the [Datadog AWS integration configuration info](https://docs.datadoghq.com/integrations/amazon_web_services/#setup).
243
251
# @param opts [Hash] the optional parameters
244
252
# @return [Array<(AWSAccountCreateResponse, Integer, Hash)>] AWSAccountCreateResponse data, response status code and response headers
# Update a Datadog-Amazon Web Services integration.
761
785
#
786
+
# @deprecated This API is deprecated.
787
+
#
762
788
# @param body [AWSAccount] AWS request object
763
789
# @param opts [Hash] the optional parameters
764
790
# @option opts [String] :account_id Only return AWS accounts that matches this `account_id`.
765
791
# @option opts [String] :role_name Only return AWS accounts that match this `role_name`. Required if `account_id` is specified.
766
792
# @option opts [String] :access_key_id Only return AWS accounts that matches this `access_key_id`. Required if none of the other two options are specified.
767
793
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
# 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.
448
454
#
455
+
# @deprecated This API is deprecated.
456
+
#
449
457
# @param opts [Hash] the optional parameters
450
458
# @return [Array<(Array<AWSLogsListServicesResponse>, Integer, Hash)>] Array<AWSLogsListServicesResponse> data, response status code and response headers
451
459
deflist_aws_logs_services_with_http_info(opts={})
460
+
warn"[DEPRECATION] `ListAWSLogsServices` is deprecated."
0 commit comments