Sha256: 3ca1342c77d9bdf2bffe7c204c8abb431fbccc181abb243fb247576bd4fe30fd
Contents?: true
Size: 1.89 KB
Versions: 1
Compression:
Stored size: 1.89 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-migrationhuborchestrator/types' require_relative 'aws-sdk-migrationhuborchestrator/client_api' require_relative 'aws-sdk-migrationhuborchestrator/plugins/endpoints.rb' require_relative 'aws-sdk-migrationhuborchestrator/client' require_relative 'aws-sdk-migrationhuborchestrator/errors' require_relative 'aws-sdk-migrationhuborchestrator/waiters' require_relative 'aws-sdk-migrationhuborchestrator/resource' require_relative 'aws-sdk-migrationhuborchestrator/endpoint_parameters' require_relative 'aws-sdk-migrationhuborchestrator/endpoint_provider' require_relative 'aws-sdk-migrationhuborchestrator/endpoints' require_relative 'aws-sdk-migrationhuborchestrator/customizations' # This module provides support for AWS Migration Hub Orchestrator. This module is available in the # `aws-sdk-migrationhuborchestrator` 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. # # migration_hub_orchestrator = Aws::MigrationHubOrchestrator::Client.new # resp = migration_hub_orchestrator.create_workflow(params) # # See {Client} for more information. # # # Errors # # Errors returned from AWS Migration Hub Orchestrator are defined in the # {Errors} module and all extend {Errors::ServiceError}. # # begin # # do stuff # rescue Aws::MigrationHubOrchestrator::Errors::ServiceError # # rescues all AWS Migration Hub Orchestrator API errors # end # # See {Errors} for more information. # # @!group service module Aws::MigrationHubOrchestrator GEM_VERSION = '1.4.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-migrationhuborchestrator-1.4.0 | lib/aws-sdk-migrationhuborchestrator.rb |