Module: Aws::FMS

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

Overview

This module provides support for Firewall Management Service. This module is available in the ‘aws-sdk-fms` 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.

fms = Aws::FMS::Client.new
resp = fms.(params)

See Client for more information.

# Errors

Errors returned from Firewall Management Service are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::FMS::Errors::ServiceError
  # rescues all Firewall Management Service API errors
end

See Errors for more information.

Defined Under Namespace

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

service collapse

GEM_VERSION =
'1.76.0'