Skip to content

Releases: myerscode/aws-meta

v0.92.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 05:15

AWS Metadata v0.92.0

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

Go Package Usage

go get github.com/myerscode/aws-meta@v0.92.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.91.0...v0.92.0


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

v0.91.0

Choose a tag to compare

@github-actions github-actions released this 19 Apr 04:54

AWS Metadata v0.91.0

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

Go Package Usage

go get github.com/myerscode/aws-meta@v0.91.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.90.0...v0.91.0


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

v0.90.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 04:50

AWS Metadata v0.90.0

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

Go Package Usage

go get github.com/myerscode/aws-meta@v0.90.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.89.0...v0.90.0


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

v0.89.0

Choose a tag to compare

@github-actions github-actions released this 05 Apr 04:40

AWS Metadata v0.89.0

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

Go Package Usage

go get github.com/myerscode/aws-meta@v0.89.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.88.0...v0.89.0


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

v0.88.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 04:41

AWS Metadata v0.88.0

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

Go Package Usage

go get github.com/myerscode/aws-meta@v0.88.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.87.0...v0.88.0


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

v0.87.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 04:24

AWS Metadata v0.87.0

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

Go Package Usage

go get github.com/myerscode/aws-meta@v0.87.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.86.0...v0.87.0


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

v0.86.0

Choose a tag to compare

@github-actions github-actions released this 15 Mar 04:36

AWS Metadata v0.86.0

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

Go Package Usage

go get github.com/myerscode/aws-meta@v0.86.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.85.0...v0.86.0


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

v0.85.0

Choose a tag to compare

@github-actions github-actions released this 08 Mar 04:15

AWS Metadata v0.85.0

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

Go Package Usage

go get github.com/myerscode/aws-meta@v0.85.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.84.0...v0.85.0


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

v0.84.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 04:26

AWS Metadata v0.84.0

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

Go Package Usage

go get github.com/myerscode/aws-meta@v0.84.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.83.0...v0.84.0


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

v0.83.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 04:22

AWS Metadata v0.83.0

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

Go Package Usage

go get github.com/myerscode/aws-meta@v0.83.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.82.0...v0.83.0


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