Module: Aws::S3Vectors

Defined in:
lib/aws-sdk-s3vectors/endpoint_parameters.rb,
lib/aws-sdk-s3vectors/plugins/endpoints.rb,
lib/aws-sdk-s3vectors/endpoint_provider.rb,
lib/aws-sdk-s3vectors/client_api.rb,
lib/aws-sdk-s3vectors/endpoints.rb,
lib/aws-sdk-s3vectors/resource.rb,
lib/aws-sdk-s3vectors/waiters.rb,
lib/aws-sdk-s3vectors/errors.rb,
lib/aws-sdk-s3vectors/client.rb,
lib/aws-sdk-s3vectors/types.rb,
lib/aws-sdk-s3vectors.rb

Overview

This module provides support for Amazon S3 Vectors. This module is available in the ‘aws-sdk-s3vectors` gem.

# Client

The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.

s3_vectors = Aws::S3Vectors::Client.new
resp = s3_vectors.create_index(params)

See Client for more information.

# Errors

Errors returned from Amazon S3 Vectors are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::S3Vectors::Errors::ServiceError
  # rescues all Amazon S3 Vectors API errors
end

See Errors for more information.

Defined Under Namespace

Modules: ClientApi, Endpoints, Errors, Plugins, Types, Waiters Classes: Client, EndpointParameters, EndpointProvider, Resource

service collapse

GEM_VERSION =
'1.10.0'