Sha256: f949fcc3d13893d3751315ed4f0e4892eda8ba21d97e1749b996f38722b8e1f4
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 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' require_relative 'aws-sdk-codeguruprofiler/types' require_relative 'aws-sdk-codeguruprofiler/client_api' require_relative 'aws-sdk-codeguruprofiler/client' require_relative 'aws-sdk-codeguruprofiler/errors' require_relative 'aws-sdk-codeguruprofiler/resource' require_relative 'aws-sdk-codeguruprofiler/customizations' # This module provides support for Amazon CodeGuru Profiler. This module is available in the # `aws-sdk-codeguruprofiler` 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. # # code_guru_profiler = Aws::CodeGuruProfiler::Client.new # resp = code_guru_profiler.add_notification_channels(params) # # See {Client} for more information. # # # Errors # # Errors returned from Amazon CodeGuru Profiler are defined in the # {Errors} module and all extend {Errors::ServiceError}. # # begin # # do stuff # rescue Aws::CodeGuruProfiler::Errors::ServiceError # # rescues all Amazon CodeGuru Profiler API errors # end # # See {Errors} for more information. # # @!group service module Aws::CodeGuruProfiler GEM_VERSION = '1.23.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-codeguruprofiler-1.23.0 | lib/aws-sdk-codeguruprofiler.rb |