# sig/aws-partitions/endpoint_provider.rbs class Aws::Partitions::EndpointProvider def build_is_global_fn: () -> untyped def configured_variants?: () -> untyped def credential_scope: () -> untyped def default_partition: () -> untyped def default_provider: () -> untyped def dns_suffix_for: () -> untyped def dns_suffix_for: () -> untyped def endpoint_for: () -> untyped def endpoint_no_variants_for: () -> untyped def endpoint_with_variants_for: () -> untyped def fetch_variant: () -> untyped def get_partition: () -> untyped def initialize: () -> void def partition_containing_region: () -> untyped def partition_matching_name: () -> untyped def partition_matching_region: () -> untyped def resolve: () -> untyped def resolve: () -> untyped def resolve_variant: () -> untyped def signing_region: () -> untyped def signing_region: () -> untyped def signing_service: () -> untyped def signing_service: () -> untyped def validate_variant!: () -> untyped def warn_deprecation: () -> 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 region?: () -> untyped def regions: () -> untyped def service: () -> 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 build_metadata_regions: () -> untyped def clear: () -> untyped def each: () -> untyped def initialize: () -> void def merge_metadata: () -> untyped 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 def variant_regions: () -> untyped end # sig/aws-partitions.rbs module Aws::Partitions def add: () -> untyped def clear: () -> untyped def default_metadata: () -> untyped def default_partition_list: () -> untyped def defaults: () -> untyped def each: () -> untyped def merge_metadata: () -> untyped def partition: () -> untyped def partitions: () -> untyped def service_ids: () -> untyped end