Aws-arns

Latest version: v1.4.3

Safety actively analyzes 701507 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.0.1

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Features and Improvements**

- Rework the data model class implementation.
- 💥 First production ready release.
- 💥 Use the new import style ``import aws_arns.api as aws_arns``
- 💥 Add ``aws_arns.Arn`` and ``aws_arns.AwsPartitionEnum``
- 💥 Add the follow curated AWS Resource ARN to public API
- ``aws_arns.res.LambdaFunction``
- ``aws_arns.res.LambdaLayer``
- ``aws_arns.res.BatchComputeEnvironment``
- ``aws_arns.res.BatchJob``
- ``aws_arns.res.BatchJobDefinition``
- ``aws_arns.res.BatchJobQueue``
- ``aws_arns.res.BatchSchedulingPolicy``
- ``aws_arns.res.CloudFormationChangeSet``
- ``aws_arns.res.CloudFormationStack``
- ``aws_arns.res.CloudFormationStackSet``
- ``aws_arns.res.CodeBuildProject``
- ``aws_arns.res.CodeBuildRun``
- ``aws_arns.res.CodeCommitRepository``
- ``aws_arns.res.CodePipelinePipeline``
- ``aws_arns.res.ClientVPNEndpoint``
- ``aws_arns.res.DHCPOptionSet``
- ``aws_arns.res.EbsSnapshot``
- ``aws_arns.res.EbsVolume``
- ``aws_arns.res.Ec2Image``
- ``aws_arns.res.Ec2Instance``
- ``aws_arns.res.Ec2KeyPair``
- ``aws_arns.res.Ec2NetworkInterface``
- ``aws_arns.res.ElasticIpAllocation``
- ``aws_arns.res.InternetGateway``
- ``aws_arns.res.NatGateway``
- ``aws_arns.res.NetworkACL``
- ``aws_arns.res.RouteTable``
- ``aws_arns.res.SecurityGroup``
- ``aws_arns.res.SecurityGroupRule``
- ``aws_arns.res.SiteToSiteVPNConnection``
- ``aws_arns.res.Subnet``
- ``aws_arns.res.TransitGateway``
- ``aws_arns.res.TransitGatewayAttachment``
- ``Vpcaws_arns.res.``
- ``aws_arns.res.VpcCustomGateway``
- ``aws_arns.res.VpcEndpoint``
- ``aws_arns.res.VpcPeeringConnection``
- ``aws_arns.res.VpcPrivateGateway``
- ``aws_arns.res.GlueCrawler``
- ``aws_arns.res.GlueDatabase``
- ``aws_arns.res.GlueJob``
- ``aws_arns.res.GlueMLTransform``
- ``aws_arns.res.GlueTable``
- ``aws_arns.res.GlueTrigger``
- ``aws_arns.res.IamGroup``
- ``aws_arns.res.IamInstanceProfile``
- ``aws_arns.res.IamPolicy``
- ``aws_arns.res.IamRole``
- ``aws_arns.res.IamUser``
- ``aws_arns.res.RdsDBCluster``
- ``aws_arns.res.RdsDBClusterParameterGroup``
- ``aws_arns.res.RdsDBClusterSnapshot``
- ``aws_arns.res.RdsDBInstance``
- ``aws_arns.res.RdsDBInstanceSnapshot``
- ``aws_arns.res.RdsDBOptionGroup``
- ``aws_arns.res.RdsDBParameterGroup``
- ``aws_arns.res.RdsDBSecurityGroup``
- ``aws_arns.res.RdsDBSubnetGroup``
- ``aws_arns.res.RdsEventSubscription``
- ``aws_arns.res.RdsReservedDBInstance``
- ``aws_arns.res.S3Bucket``
- ``aws_arns.res.S3Object``
- ``aws_arns.res.A2IHumanLoop``
- ``aws_arns.res.A2IHumanReviewWorkflow``
- ``aws_arns.res.A2IWorkerTaskTemplate``
- ``aws_arns.res.SecretManagerSecret``
- ``aws_arns.res.SnsSubscription``
- ``aws_arns.res.SnsTopic``
- ``aws_arns.res.SqsQueue``
- ``aws_arns.res.SSMParameter``
- ``aws_arns.res.SfnStateMachine``
- ``aws_arns.res.SfnStateMachineExecution``

**Minor Improvements**

- Improve usage example jupyter notebook.

0.3.1

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Features and Improvements**

- Add the following AWS Resources to public API:
- ``aws_arns.api.IamGroup``
- ``aws_arns.api.IamUser``
- ``aws_arns.api.IamRole``
- ``aws_arns.api.IamPolicy``
- ``aws_arns.api.IamInstanceProfile``
- ``aws_arns.api.BatchComputeEnvironment``
- ``aws_arns.api.BatchJobQueue``
- ``aws_arns.api.BatchJobDefinition``
- ``aws_arns.api.BatchJob``
- ``aws_arns.api.BatchSchedulingPolicy``
- ``aws_arns.api.A2IHumanReviewWorkflow``
- ``aws_arns.api.A2IHumanLoop``
- ``aws_arns.api.A2IWorkerTaskTemplate``
- ``aws_arns.api.CloudFormationStack``
- ``aws_arns.api.CloudFormationChangeSet``
- ``aws_arns.api.CloudFormationStackSet``
- ``aws_arns.api.CodeBuildProject``
- ``aws_arns.api.CodeBuildRun``
- ``aws_arns.api.S3Bucket``
- ``aws_arns.api.S3Object``

0.2.1

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Breaking changes**

- Redesign the API, now we should do ``from aws_arns import api`` instead of ``from aws_arns import ...``.
- Redesign the data class, add ``CrossAccountGlobal``, ``Global``, ``Regional``, ``ResourceIdOnlyRegional``, ``ColonSeparatedRegional``, ``SlashSeparatedRegional``.

**Features and Improvements**

- Add ``iam``, ``batch`` modules.

**Miscellaneous**

- Redesign the testing strategy.

0.1.1

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Features and Improvements**

- First release.
- Add ``ARN`` class.

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.