# sig/aws-partitions/endpoint_provider.rbs class Aws::Partitions::EndpointProvider def default_endpoint: () -> untyped def default_partition: () -> untyped def default_provider: () -> untyped def dns_suffix_for: () -> untyped def dns_suffix_for: () -> untyped def endpoint_for: () -> untyped def get_partition: () -> untyped def initialize: () -> void def partition_containing_region: () -> untyped def partition_matching_region: () -> untyped def resolve: () -> untyped def resolve: () -> untyped def signing_region: () -> untyped def signing_region: () -> untyped end # sig/aws-partitions/partition.rbs class Aws::Partitions::Partition def build: () -> untyped def build_regions: () -> untyped def build_services: () -> untyped def initialize: () -> void def region: () -> untyped def regions: () -> untyped def service: () -> untyped def services: () -> untyped end # sig/aws-partitions/partition_list.rbs class Aws::Partitions::PartitionList def add_partition: () -> untyped def build: () -> untyped def clear: () -> untyped def each: () -> untyped def initialize: () -> void def partition: () -> untyped def partitions: () -> untyped end # sig/aws-partitions/region.rbs class Aws::Partitions::Region def build: () -> untyped def initialize: () -> void def region_services: () -> untyped def service_in_region?: () -> untyped end # sig/aws-partitions/service.rbs class Aws::Partitions::Service def build: () -> untyped def initialize: () -> void def partition_region: () -> untyped def regionalized?: () -> untyped def regions: () -> untyped end # sig/aws-partitions.rbs module Aws::Partitions def add: () -> untyped def clear: () -> untyped def default_partition_list: () -> untyped def defaults: () -> untyped def each: () -> untyped def partition: () -> untyped def partitions: () -> untyped def service_ids: () -> untyped end