Skip to content

Conversation

@YakDriver
Copy link
Member

@YakDriver YakDriver commented Dec 10, 2025

Rollback Plan

If a change needs to be reverted, we will publish an updated version of the library.

Changes to Security Controls

Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.

Description

This PR uses copyplop to normalize copyright headers across AWS provider services. Copyplop is a configurable CLI tool that ensures consistent copyright + SPDX license header formatting while preserving file content and handling third-party copyrights appropriately.

The tool was configured with path filtering (internal/*).

Relations

Supersedes #45458
Parent #45531
Grandparent #45517

References

Output from Acceptance Testing

% make smoke
make: Sane Smoke Tests (x tests of Top y resources)
make: Like 'sanity' except full output and stops soon after 1st error
make: NOTE: NOT an exhaustive set of tests! Finds big problems only.
2025/12/09 19:29:43 Creating Terraform AWS Provider (SDKv2-style)...
2025/12/09 19:29:43 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccIAMInstanceProfile_tags
=== PAUSE TestAccIAMInstanceProfile_tags
=== RUN   TestAccIAMInstanceProfile_basic
=== PAUSE TestAccIAMInstanceProfile_basic
=== RUN   TestAccIAMPolicyDocumentDataSource_basic
=== PAUSE TestAccIAMPolicyDocumentDataSource_basic
=== RUN   TestAccIAMPolicyDocumentDataSource_sourceConflicting
=== PAUSE TestAccIAMPolicyDocumentDataSource_sourceConflicting
=== RUN   TestAccIAMPolicy_tags
=== PAUSE TestAccIAMPolicy_tags
=== RUN   TestAccIAMPolicy_basic
=== PAUSE TestAccIAMPolicy_basic
=== RUN   TestAccIAMPolicy_policy
=== PAUSE TestAccIAMPolicy_policy
=== RUN   TestAccIAMRolePolicyAttachment_basic
=== PAUSE TestAccIAMRolePolicyAttachment_basic
=== RUN   TestAccIAMRolePolicyAttachment_disappears
=== PAUSE TestAccIAMRolePolicyAttachment_disappears
=== RUN   TestAccIAMRolePolicyAttachment_Disappears_role
=== PAUSE TestAccIAMRolePolicyAttachment_Disappears_role
=== RUN   TestAccIAMRolePolicy_basic
=== PAUSE TestAccIAMRolePolicy_basic
=== RUN   TestAccIAMRolePolicy_unknownsInPolicy
=== PAUSE TestAccIAMRolePolicy_unknownsInPolicy
=== RUN   TestAccIAMRole_basic
=== PAUSE TestAccIAMRole_basic
=== RUN   TestAccIAMRole_namePrefix
=== PAUSE TestAccIAMRole_namePrefix
=== RUN   TestAccIAMRole_disappears
=== PAUSE TestAccIAMRole_disappears
=== RUN   TestAccIAMRole_InlinePolicy_basic
=== PAUSE TestAccIAMRole_InlinePolicy_basic
=== CONT  TestAccIAMInstanceProfile_tags
=== CONT  TestAccIAMRole_disappears
=== CONT  TestAccIAMPolicy_tags
=== CONT  TestAccIAMPolicy_policy
=== CONT  TestAccIAMRolePolicyAttachment_basic
=== CONT  TestAccIAMRolePolicy_unknownsInPolicy
=== CONT  TestAccIAMPolicyDocumentDataSource_basic
=== CONT  TestAccIAMInstanceProfile_basic
=== CONT  TestAccIAMPolicy_basic
=== CONT  TestAccIAMRolePolicy_basic
=== CONT  TestAccIAMPolicyDocumentDataSource_sourceConflicting
=== CONT  TestAccIAMRole_InlinePolicy_basic
=== CONT  TestAccIAMRole_namePrefix
=== CONT  TestAccIAMRole_basic
=== CONT  TestAccIAMRolePolicyAttachment_Disappears_role
=== CONT  TestAccIAMRolePolicyAttachment_disappears
--- PASS: TestAccIAMPolicyDocumentDataSource_sourceConflicting (13.61s)
--- PASS: TestAccIAMPolicyDocumentDataSource_basic (13.76s)
--- PASS: TestAccIAMRole_disappears (17.59s)
--- PASS: TestAccIAMRolePolicyAttachment_disappears (18.76s)
--- PASS: TestAccIAMRolePolicyAttachment_Disappears_role (18.91s)
--- PASS: TestAccIAMRole_namePrefix (19.94s)
--- PASS: TestAccIAMRolePolicy_basic (20.17s)
--- PASS: TestAccIAMPolicy_basic (20.17s)
--- PASS: TestAccIAMRole_basic (20.22s)
--- PASS: TestAccIAMInstanceProfile_basic (24.53s)
--- PASS: TestAccIAMRolePolicy_unknownsInPolicy (25.03s)
--- PASS: TestAccIAMPolicy_policy (28.71s)
--- PASS: TestAccIAMRolePolicyAttachment_basic (29.42s)
--- PASS: TestAccIAMRole_InlinePolicy_basic (37.43s)
--- PASS: TestAccIAMPolicy_tags (56.35s)
--- PASS: TestAccIAMInstanceProfile_tags (77.39s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/iam	83.655s
2025/12/09 19:31:53 Creating Terraform AWS Provider (SDKv2-style)...
2025/12/09 19:31:53 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccLogsLogGroup_basic
=== PAUSE TestAccLogsLogGroup_basic
=== RUN   TestAccLogsLogGroup_multiple
=== PAUSE TestAccLogsLogGroup_multiple
=== CONT  TestAccLogsLogGroup_basic
=== CONT  TestAccLogsLogGroup_multiple
--- PASS: TestAccLogsLogGroup_multiple (13.47s)
--- PASS: TestAccLogsLogGroup_basic (17.02s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/logs	28.561s
2025/12/09 19:31:48 Creating Terraform AWS Provider (SDKv2-style)...
2025/12/09 19:31:48 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccVPCDataSource_basic
=== PAUSE TestAccVPCDataSource_basic
=== RUN   TestAccVPCRouteTableAssociation_Subnet_basic
=== PAUSE TestAccVPCRouteTableAssociation_Subnet_basic
=== RUN   TestAccVPCRouteTable_basic
=== PAUSE TestAccVPCRouteTable_basic
=== RUN   TestAccVPCSecurityGroupRule_race
=== PAUSE TestAccVPCSecurityGroupRule_race
=== RUN   TestAccVPCSecurityGroupRule_protocolChange
=== PAUSE TestAccVPCSecurityGroupRule_protocolChange
=== RUN   TestAccVPCSecurityGroup_basic
=== PAUSE TestAccVPCSecurityGroup_basic
=== RUN   TestAccVPCSecurityGroup_egressMode
=== PAUSE TestAccVPCSecurityGroup_egressMode
=== RUN   TestAccVPCSecurityGroup_vpcAllEgress
=== PAUSE TestAccVPCSecurityGroup_vpcAllEgress
=== RUN   TestAccVPCSubnet_basic
=== PAUSE TestAccVPCSubnet_basic
=== RUN   TestAccVPC_tenancy
=== PAUSE TestAccVPC_tenancy
=== CONT  TestAccVPCDataSource_basic
=== CONT  TestAccVPCSecurityGroup_basic
=== CONT  TestAccVPCSubnet_basic
=== CONT  TestAccVPCSecurityGroupRule_race
=== CONT  TestAccVPCSecurityGroup_vpcAllEgress
=== CONT  TestAccVPCSecurityGroup_egressMode
=== CONT  TestAccVPC_tenancy
=== CONT  TestAccVPCRouteTable_basic
=== CONT  TestAccVPCSecurityGroupRule_protocolChange
=== CONT  TestAccVPCRouteTableAssociation_Subnet_basic
--- PASS: TestAccVPCSubnet_basic (24.96s)
--- PASS: TestAccVPCRouteTable_basic (25.19s)
--- PASS: TestAccVPCSecurityGroup_vpcAllEgress (28.40s)
--- PASS: TestAccVPCSecurityGroup_basic (28.41s)
--- PASS: TestAccVPCRouteTableAssociation_Subnet_basic (29.44s)
--- PASS: TestAccVPCDataSource_basic (31.62s)
--- PASS: TestAccVPCSecurityGroup_egressMode (50.02s)
--- PASS: TestAccVPC_tenancy (56.24s)
--- PASS: TestAccVPCSecurityGroupRule_protocolChange (58.01s)
--- PASS: TestAccVPCSecurityGroupRule_race (175.30s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ec2	182.205s
2025/12/09 19:32:02 Creating Terraform AWS Provider (SDKv2-style)...
2025/12/09 19:32:02 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccECSService_basic
=== PAUSE TestAccECSService_basic
=== RUN   TestAccECSTaskDefinition_basic
=== PAUSE TestAccECSTaskDefinition_basic
=== CONT  TestAccECSService_basic
=== CONT  TestAccECSTaskDefinition_basic
--- PASS: TestAccECSTaskDefinition_basic (24.02s)
--- PASS: TestAccECSService_basic (75.59s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ecs	95.948s
?   	github.com/hashicorp/terraform-provider-aws/internal/service/ecs/test-fixtures	[no test files]
2025/12/09 19:31:58 Creating Terraform AWS Provider (SDKv2-style)...
2025/12/09 19:31:58 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccELBV2TargetGroup_basic
=== PAUSE TestAccELBV2TargetGroup_basic
=== CONT  TestAccELBV2TargetGroup_basic
--- PASS: TestAccELBV2TargetGroup_basic (22.18s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/elbv2	37.668s
2025/12/09 19:32:07 Creating Terraform AWS Provider (SDKv2-style)...
2025/12/09 19:32:07 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccKMSKey_basic
=== PAUSE TestAccKMSKey_basic
=== CONT  TestAccKMSKey_basic
--- PASS: TestAccKMSKey_basic (29.23s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/kms	54.631s
2025/12/09 19:35:13 Creating Terraform AWS Provider (SDKv2-style)...
2025/12/09 19:35:13 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccLambdaFunction_basic
=== PAUSE TestAccLambdaFunction_basic
=== RUN   TestAccLambdaPermission_basic
=== PAUSE TestAccLambdaPermission_basic
=== CONT  TestAccLambdaFunction_basic
=== CONT  TestAccLambdaPermission_basic
--- PASS: TestAccLambdaPermission_basic (42.50s)
--- PASS: TestAccLambdaFunction_basic (48.02s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/lambda	54.759s
2025/12/09 19:35:19 Creating Terraform AWS Provider (SDKv2-style)...
2025/12/09 19:35:19 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccMetaPartitionDataSource_basic
=== PAUSE TestAccMetaPartitionDataSource_basic
=== RUN   TestAccMetaRegionDataSource_basic
=== PAUSE TestAccMetaRegionDataSource_basic
=== RUN   TestAccMetaRegionDataSource_endpoint
=== PAUSE TestAccMetaRegionDataSource_endpoint
=== CONT  TestAccMetaPartitionDataSource_basic
=== CONT  TestAccMetaRegionDataSource_endpoint
=== CONT  TestAccMetaRegionDataSource_basic
--- PASS: TestAccMetaPartitionDataSource_basic (10.83s)
--- PASS: TestAccMetaRegionDataSource_endpoint (10.88s)
--- PASS: TestAccMetaRegionDataSource_basic (10.90s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/meta	22.761s
2025/12/09 19:35:23 Creating Terraform AWS Provider (SDKv2-style)...
2025/12/09 19:35:23 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccRoute53Record_basic
=== PAUSE TestAccRoute53Record_basic
=== RUN   TestAccRoute53Record_Latency_basic
=== PAUSE TestAccRoute53Record_Latency_basic
=== RUN   TestAccRoute53ZoneDataSource_name
=== PAUSE TestAccRoute53ZoneDataSource_name
=== CONT  TestAccRoute53Record_basic
=== CONT  TestAccRoute53ZoneDataSource_name
=== CONT  TestAccRoute53Record_Latency_basic
--- PASS: TestAccRoute53ZoneDataSource_name (72.70s)
--- PASS: TestAccRoute53Record_basic (137.80s)
--- PASS: TestAccRoute53Record_Latency_basic (139.04s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/route53	153.988s
2025/12/09 19:35:28 Creating Terraform AWS Provider (SDKv2-style)...
2025/12/09 19:35:28 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccS3BucketACL_updateACL
=== PAUSE TestAccS3BucketACL_updateACL
=== RUN   TestAccS3BucketPolicy_basic
=== PAUSE TestAccS3BucketPolicy_basic
=== RUN   TestAccS3BucketPublicAccessBlock_basic
=== PAUSE TestAccS3BucketPublicAccessBlock_basic
=== RUN   TestAccS3Bucket_Basic_basic
=== PAUSE TestAccS3Bucket_Basic_basic
=== RUN   TestAccS3Bucket_Security_corsUpdate
=== PAUSE TestAccS3Bucket_Security_corsUpdate
=== RUN   TestAccS3Object_basic
=== PAUSE TestAccS3Object_basic
=== CONT  TestAccS3BucketACL_updateACL
=== CONT  TestAccS3Bucket_Basic_basic
=== CONT  TestAccS3Object_basic
=== CONT  TestAccS3BucketPublicAccessBlock_basic
=== CONT  TestAccS3BucketPolicy_basic
=== CONT  TestAccS3Bucket_Security_corsUpdate
--- PASS: TestAccS3BucketPublicAccessBlock_basic (21.98s)
--- PASS: TestAccS3BucketPolicy_basic (22.26s)
--- PASS: TestAccS3Bucket_Basic_basic (22.30s)
--- PASS: TestAccS3Object_basic (24.68s)
--- PASS: TestAccS3BucketACL_updateACL (34.29s)
--- PASS: TestAccS3Bucket_Security_corsUpdate (36.69s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/s3	48.554s
2025/12/09 19:35:37 Creating Terraform AWS Provider (SDKv2-style)...
2025/12/09 19:35:38 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccSSMParameterEphemeral_basic
=== PAUSE TestAccSSMParameterEphemeral_basic
=== CONT  TestAccSSMParameterEphemeral_basic
--- PASS: TestAccSSMParameterEphemeral_basic (13.11s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/ssm	34.234s
2025/12/09 19:35:33 Creating Terraform AWS Provider (SDKv2-style)...
2025/12/09 19:35:33 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccSecretsManagerSecret_basic
=== PAUSE TestAccSecretsManagerSecret_basic
=== CONT  TestAccSecretsManagerSecret_basic
--- PASS: TestAccSecretsManagerSecret_basic (15.47s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/secretsmanager	31.764s
2025/12/09 19:35:42 Creating Terraform AWS Provider (SDKv2-style)...
2025/12/09 19:35:42 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN   TestAccSTSCallerIdentityDataSource_basic
=== PAUSE TestAccSTSCallerIdentityDataSource_basic
=== CONT  TestAccSTSCallerIdentityDataSource_basic
--- PASS: TestAccSTSCallerIdentityDataSource_basic (8.94s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/sts	34.731s

Updated copyright headers using copyplop for remaining services
Updated copyright headers using copyplop for remaining services
Updated copyright headers using copyplop for remaining services
Updated copyright headers using copyplop for remaining services
Updated copyright headers using copyplop for remaining services
Updated copyright headers using copyplop for remaining services
Updated copyright headers using copyplop for remaining services
@github-actions github-actions bot added service/bedrock Issues and PRs that pertain to the bedrock service. service/connectcases Issues and PRs that pertain to the connectcases service. service/appfabric Issues and PRs that pertain to the appfabric service. service/bedrockagent Issues and PRs that pertain to the bedrockagent service. service/costoptimizationhub Issues and PRs that pertain to the costoptimizationhub service. service/cloudfrontkeyvaluestore Issues and PRs that pertain to the cloudfrontkeyvaluestore service. service/datazone Issues and PRs that pertain to the datazone service. function Pertains to provider functions. service/bcmdataexports Issues and PRs that pertain to the bcmdataexports service. service/chatbot Issues and PRs that pertain to the chatbot service. service/applicationsignals Issues and PRs that pertain to the applicationsignals service. service/codeconnections Issues and PRs that pertain to the codeconnections service. service/billing Issues and PRs that pertain to the billing service. service/dsql Issues and PRs that pertain to the dsql service. service/bedrockagentcore Issues and PRs that pertain to the bedrockagentcore service. service/arcregionswitch Issues and PRs that pertain to the arcregionswitch service. service/arczonalshift Issues and PRs that pertain to the arczonalshift service. labels Dec 10, 2025
Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀.

@YakDriver YakDriver merged commit 6fafd26 into main Dec 10, 2025
54 checks passed
@YakDriver YakDriver deleted the f-update-copyrights-batch3 branch December 10, 2025 18:38
@github-actions
Copy link
Contributor

Warning

This Issue has been closed, meaning that any additional comments are much easier for the maintainers to miss. Please assume that the maintainers will not see them.

Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.

@github-actions github-actions bot added this to the v6.26.0 milestone Dec 10, 2025
@github-actions
Copy link
Contributor

This functionality has been released in v6.26.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions github-actions bot removed the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

client-connections Pertains to the AWS Client and service connections. create Pertains to generating names, hashcodes, etc. flex Pertains to FLatteners and EXpanders. function Pertains to provider functions. generators Relates to code generators. github_actions Pull requests that update Github_actions code linter Pertains to changes to or issues with the various linters. provider Pertains to the provider itself, rather than any interaction with AWS. repository Repository modifications; GitHub Actions, developer docs, issue templates, codeowners, changelog. service/accessanalyzer Issues and PRs that pertain to the accessanalyzer service. service/account Issues and PRs that pertain to the account service. service/acm Issues and PRs that pertain to the acm service. service/acmpca Issues and PRs that pertain to the acmpca service. service/amp Issues and PRs that pertain to the amp service. service/amplify Issues and PRs that pertain to the amplify service. service/apigateway Issues and PRs that pertain to the apigateway service. service/apigatewayv2 Issues and PRs that pertain to the apigatewayv2 service. service/appautoscaling Issues and PRs that pertain to the appautoscaling service. service/appconfig Issues and PRs that pertain to the appconfig service. service/appfabric Issues and PRs that pertain to the appfabric service. service/appflow Issues and PRs that pertain to the appflow service. service/appintegrations Issues and PRs that pertain to the appintegrations service. service/applicationinsights Issues and PRs that pertain to the applicationinsights service. service/applicationsignals Issues and PRs that pertain to the applicationsignals service. service/appmesh Issues and PRs that pertain to the appmesh service. service/apprunner Issues and PRs that pertain to the apprunner service. service/appstream Issues and PRs that pertain to the appstream service. service/appsync Issues and PRs that pertain to the appsync service. service/arcregionswitch Issues and PRs that pertain to the arcregionswitch service. service/arczonalshift Issues and PRs that pertain to the arczonalshift service. service/athena Issues and PRs that pertain to the athena service. service/auditmanager Issues and PRs that pertain to the auditmanager service. service/autoscaling Issues and PRs that pertain to the autoscaling service. service/autoscalingplans Issues and PRs that pertain to the autoscalingplans service. service/backup Issues and PRs that pertain to the backup service. service/batch Issues and PRs that pertain to the batch service. service/bcmdataexports Issues and PRs that pertain to the bcmdataexports service. service/bedrock Issues and PRs that pertain to the bedrock service. service/bedrockagent Issues and PRs that pertain to the bedrockagent service. service/bedrockagentcore Issues and PRs that pertain to the bedrockagentcore service. service/billing Issues and PRs that pertain to the billing service. service/budgets Issues and PRs that pertain to the budgets service. service/ce Issues and PRs that pertain to the ce service. service/chatbot Issues and PRs that pertain to the chatbot service. service/chime Issues and PRs that pertain to the chime service. service/chimesdkmediapipelines Issues and PRs that pertain to the chimesdkmediapipelines service. service/chimesdkvoice Issues and PRs that pertain to the chimesdkvoice service. service/cleanrooms Issues and PRs that pertain to the cleanrooms service. service/cloud9 Issues and PRs that pertain to the cloud9 service. service/cloudcontrol Issues and PRs that pertain to the cloudcontrol service. service/cloudformation Issues and PRs that pertain to the cloudformation service. service/cloudfront Issues and PRs that pertain to the cloudfront service. service/cloudfrontkeyvaluestore Issues and PRs that pertain to the cloudfrontkeyvaluestore service. service/cloudhsmv2 Issues and PRs that pertain to the cloudhsmv2 service. service/cloudsearch Issues and PRs that pertain to the cloudsearch service. service/cloudtrail Issues and PRs that pertain to the cloudtrail service. service/cloudwatch Issues and PRs that pertain to the cloudwatch service. service/codeartifact Issues and PRs that pertain to the codeartifact service. service/codebuild Issues and PRs that pertain to the codebuild service. service/codecatalyst Issues and PRs that pertain to the codecatalyst service. service/codecommit Issues and PRs that pertain to the codecommit service. service/codeconnections Issues and PRs that pertain to the codeconnections service. service/codeguruprofiler Issues and PRs that pertain to the codeguruprofiler service. service/codegurureviewer Issues and PRs that pertain to the codegurureviewer service. service/codepipeline Issues and PRs that pertain to the codepipeline service. service/codestarconnections Issues and PRs that pertain to the codestarconnections service. service/codestarnotifications Issues and PRs that pertain to the codestarnotifications service. service/cognitoidentity Issues and PRs that pertain to the cognitoidentity service. service/cognitoidp Issues and PRs that pertain to the cognitoidp service. service/comprehend Issues and PRs that pertain to the comprehend service. service/computeoptimizer Issues and PRs that pertain to the computeoptimizer service. service/configservice Issues and PRs that pertain to the configservice service. service/connect Issues and PRs that pertain to the connect service. service/connectcases Issues and PRs that pertain to the connectcases service. service/controltower Issues and PRs that pertain to the controltower service. service/costoptimizationhub Issues and PRs that pertain to the costoptimizationhub service. service/cur Issues and PRs that pertain to the cur service. service/customerprofiles Issues and PRs that pertain to the customerprofiles service. service/databrew Issues and PRs that pertain to the databrew service. service/dataexchange Issues and PRs that pertain to the dataexchange service. service/datapipeline Issues and PRs that pertain to the datapipeline service. service/datasync Issues and PRs that pertain to the datasync service. service/datazone Issues and PRs that pertain to the datazone service. service/dax Issues and PRs that pertain to the dax service. service/deploy Issues and PRs that pertain to the deploy service. service/detective Issues and PRs that pertain to the detective service. service/devicefarm Issues and PRs that pertain to the devicefarm service. service/devopsguru Issues and PRs that pertain to the devopsguru service. service/directconnect Issues and PRs that pertain to the directconnect service. service/dlm Issues and PRs that pertain to the dlm service. service/dms Issues and PRs that pertain to the dms service. service/docdb Issues and PRs that pertain to the docdb service. service/docdbelastic Issues and PRs that pertain to the docdbelastic service. service/drs Issues and PRs that pertain to the drs service. service/ds Issues and PRs that pertain to the ds service. service/dsql Issues and PRs that pertain to the dsql service. sweeper Pertains to changes to or issues with the sweeper. tags Pertains to resource tagging. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants