Skip to content

Releases: myerscode/aws-meta

v0.102.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 06:10

AWS Metadata v0.102.0

This release contains the latest AWS service, region, and partition data.

Go Package Usage

go get github.com/myerscode/aws-meta@v0.102.0

Quick Start

import (
    "github.com/myerscode/aws-meta/pkg/partitions"
    "github.com/myerscode/aws-meta/pkg/services"
)

// Get all partitions
partitions := partitions.AllPartitionNames()

// Get services in a region
services, err := services.ServiceMetaForRegion("us-east-1")

Documentation

Changelog

Others

Full Changelog: v0.101.0...v0.102.0


🤖 This release was automatically generated from the latest AWS data.

v0.101.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 06:23

AWS Metadata v0.101.0

This release contains the latest AWS service, region, and partition data.

Go Package Usage

go get github.com/myerscode/aws-meta@v0.101.0

Quick Start

import (
    "github.com/myerscode/aws-meta/pkg/partitions"
    "github.com/myerscode/aws-meta/pkg/services"
)

// Get all partitions
partitions := partitions.AllPartitionNames()

// Get services in a region
services, err := services.ServiceMetaForRegion("us-east-1")

Documentation

Changelog

Others

Full Changelog: v0.100.0...v0.101.0


🤖 This release was automatically generated from the latest AWS data.

v0.100.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 06:56

AWS Metadata v0.100.0

This release contains the latest AWS service, region, and partition data.

Go Package Usage

go get github.com/myerscode/aws-meta@v0.100.0

Quick Start

import (
    "github.com/myerscode/aws-meta/pkg/partitions"
    "github.com/myerscode/aws-meta/pkg/services"
)

// Get all partitions
partitions := partitions.AllPartitionNames()

// Get services in a region
services, err := services.ServiceMetaForRegion("us-east-1")

Documentation

Changelog

Others

Full Changelog: v0.99.0...v0.100.0


🤖 This release was automatically generated from the latest AWS data.

v0.99.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 06:45

AWS Metadata v0.99.0

This release contains the latest AWS service, region, and partition data.

Go Package Usage

go get github.com/myerscode/aws-meta@v0.99.0

Quick Start

import (
    "github.com/myerscode/aws-meta/pkg/partitions"
    "github.com/myerscode/aws-meta/pkg/services"
)

// Get all partitions
partitions := partitions.AllPartitionNames()

// Get services in a region
services, err := services.ServiceMetaForRegion("us-east-1")

Documentation

Changelog

Others

Full Changelog: v0.98.0...v0.99.0


🤖 This release was automatically generated from the latest AWS data.

v0.98.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 06:33

AWS Metadata v0.98.0

This release contains the latest AWS service, region, and partition data.

Go Package Usage

go get github.com/myerscode/aws-meta@v0.98.0

Quick Start

import (
    "github.com/myerscode/aws-meta/pkg/partitions"
    "github.com/myerscode/aws-meta/pkg/services"
)

// Get all partitions
partitions := partitions.AllPartitionNames()

// Get services in a region
services, err := services.ServiceMetaForRegion("us-east-1")

Documentation

Changelog

Others

Full Changelog: v0.97.0...v0.98.0


🤖 This release was automatically generated from the latest AWS data.

v0.97.0

Choose a tag to compare

@github-actions github-actions released this 31 May 06:24

AWS Metadata v0.97.0

This release contains the latest AWS service, region, and partition data.

Go Package Usage

go get github.com/myerscode/aws-meta@v0.97.0

Quick Start

import (
    "github.com/myerscode/aws-meta/pkg/partitions"
    "github.com/myerscode/aws-meta/pkg/services"
)

// Get all partitions
partitions := partitions.AllPartitionNames()

// Get services in a region
services, err := services.ServiceMetaForRegion("us-east-1")

Documentation

Changelog

Others

Full Changelog: v0.96.0...v0.97.0


🤖 This release was automatically generated from the latest AWS data.

v0.96.0

Choose a tag to compare

@github-actions github-actions released this 24 May 06:06

AWS Metadata v0.96.0

This release contains the latest AWS service, region, and partition data.

Go Package Usage

go get github.com/myerscode/aws-meta@v0.96.0

Quick Start

import (
    "github.com/myerscode/aws-meta/pkg/partitions"
    "github.com/myerscode/aws-meta/pkg/services"
)

// Get all partitions
partitions := partitions.AllPartitionNames()

// Get services in a region
services, err := services.ServiceMetaForRegion("us-east-1")

Documentation

Changelog

Others

Full Changelog: v0.95.0...v0.96.0


🤖 This release was automatically generated from the latest AWS data.

v0.95.0

Choose a tag to compare

@github-actions github-actions released this 17 May 05:53

AWS Metadata v0.95.0

This release contains the latest AWS service, region, and partition data.

Go Package Usage

go get github.com/myerscode/aws-meta@v0.95.0

Quick Start

import (
    "github.com/myerscode/aws-meta/pkg/partitions"
    "github.com/myerscode/aws-meta/pkg/services"
)

// Get all partitions
partitions := partitions.AllPartitionNames()

// Get services in a region
services, err := services.ServiceMetaForRegion("us-east-1")

Documentation

Changelog

Others

Full Changelog: v0.94.0...v0.95.0


🤖 This release was automatically generated from the latest AWS data.

v0.94.0

Choose a tag to compare

@github-actions github-actions released this 10 May 05:41

AWS Metadata v0.94.0

This release contains the latest AWS service, region, and partition data.

Go Package Usage

go get github.com/myerscode/aws-meta@v0.94.0

Quick Start

import (
    "github.com/myerscode/aws-meta/pkg/partitions"
    "github.com/myerscode/aws-meta/pkg/services"
)

// Get all partitions
partitions := partitions.AllPartitionNames()

// Get services in a region
services, err := services.ServiceMetaForRegion("us-east-1")

Documentation

Changelog

Others

Full Changelog: v0.93.0...v0.94.0


🤖 This release was automatically generated from the latest AWS data.

v0.93.0

Choose a tag to compare

@github-actions github-actions released this 03 May 05:34

AWS Metadata v0.93.0

This release contains the latest AWS service, region, and partition data.

Go Package Usage

go get github.com/myerscode/aws-meta@v0.93.0

Quick Start

import (
    "github.com/myerscode/aws-meta/pkg/partitions"
    "github.com/myerscode/aws-meta/pkg/services"
)

// Get all partitions
partitions := partitions.AllPartitionNames()

// Get services in a region
services, err := services.ServiceMetaForRegion("us-east-1")

Documentation

Changelog

Others

Full Changelog: v0.92.0...v0.93.0


🤖 This release was automatically generated from the latest AWS data.