Sha256: d49d5428758ae0c743892cbd5d3224ef9b420412d01865dbb954580faf34e5b5

Contents?: true

Size: 1.63 KB

Versions: 1

Compression:

Stored size: 1.63 KB

Contents

# frozen_string_literal: true

# WARNING ABOUT GENERATED CODE
#
# This file is generated. See the contributing guide for more information:
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE


require 'aws-sdk-core'
require 'aws-sigv4'

Aws::Plugins::GlobalConfiguration.add_identifier(:fms)

# 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.associate_admin_account(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.
#
# @!group service
module Aws::FMS
  autoload :Types, 'aws-sdk-fms/types'
  autoload :ClientApi, 'aws-sdk-fms/client_api'
  module Plugins
    autoload :Endpoints, 'aws-sdk-fms/plugins/endpoints.rb'
  end
  autoload :Client, 'aws-sdk-fms/client'
  autoload :Errors, 'aws-sdk-fms/errors'
  autoload :Resource, 'aws-sdk-fms/resource'
  autoload :EndpointParameters, 'aws-sdk-fms/endpoint_parameters'
  autoload :EndpointProvider, 'aws-sdk-fms/endpoint_provider'
  autoload :Endpoints, 'aws-sdk-fms/endpoints'

  GEM_VERSION = '1.82.0'

end

require_relative 'aws-sdk-fms/customizations'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-sdk-fms-1.82.0 lib/aws-sdk-fms.rb