From 1cccab8b54bb1a6209d9764af17d8dd3238b2eeb Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Mon, 2 Oct 2023 13:59:15 +0200 Subject: [PATCH] Update runtime --- meta/runtime.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/meta/runtime.yml b/meta/runtime.yml index d51c34ba130..304d5af3f82 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -48,7 +48,6 @@ action_groups: - aws_msk_cluster - aws_msk_config - aws_region_info - - aws_s3_bucket_info - aws_s3_cors - aws_secret - aws_ses_identity @@ -188,7 +187,6 @@ action_groups: - redshift_info - redshift_subnet_group - route53_wait - - s3_bucket_info - s3_bucket_notification - s3_cors - s3_lifecycle @@ -322,9 +320,6 @@ plugin_routing: aws_msk_config: # Deprecation for this alias should not *start* prior to 2024-09-01 redirect: community.aws.msk_config - aws_s3_bucket_info: - # Deprecation for this alias should not *start* prior to 2024-09-01 - redirect: community.aws.s3_bucket_info aws_s3_cors: # Deprecation for this alias should not *start* prior to 2024-09-01 redirect: community.aws.s3_cors @@ -512,6 +507,8 @@ plugin_routing: redirect: amazon.aws.iam_group iam_managed_policy: redirect: amazon.aws.iam_managed_policy + s3_bucket_info: + redirect: amazon.aws.s3_bucket_info module_utils: route53: - redirect: amazon.aws.route53 + redirect: amazon.aws.route53 \ No newline at end of file