-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
390 changed files
with
7,410 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/railtie.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module AccessAnalyzer | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-accessanalyzer.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::AccessAnalyzer | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module Account | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-account.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::Account | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module ACM | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-acm.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::ACM | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module ACMPCA | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-acmpca.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::ACMPCA | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module Amplify | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-amplify.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::Amplify | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
19 changes: 19 additions & 0 deletions
19
gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/railtie.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module AmplifyBackend | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-amplifybackend.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::AmplifyBackend | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
19 changes: 19 additions & 0 deletions
19
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/railtie.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module AmplifyUIBuilder | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-amplifyuibuilder.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::AmplifyUIBuilder | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module APIGateway | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-apigateway.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::APIGateway | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
19 changes: 19 additions & 0 deletions
19
gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/railtie.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module ApiGatewayManagementApi | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-apigatewaymanagementapi.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::ApiGatewayManagementApi | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
19 changes: 19 additions & 0 deletions
19
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/railtie.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module ApiGatewayV2 | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-apigatewayv2.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::ApiGatewayV2 | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module AppConfig | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-appconfig.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::AppConfig | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
19 changes: 19 additions & 0 deletions
19
gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata/railtie.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module AppConfigData | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-appconfigdata.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::AppConfigData | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module AppFabric | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-appfabric.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::AppFabric | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module Appflow | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-appflow.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::Appflow | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
19 changes: 19 additions & 0 deletions
19
gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/railtie.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module AppIntegrationsService | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-appintegrationsservice.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::AppIntegrationsService | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
19 changes: 19 additions & 0 deletions
19
gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/railtie.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module ApplicationAutoScaling | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-applicationautoscaling.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::ApplicationAutoScaling | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
19 changes: 19 additions & 0 deletions
19
gems/aws-sdk-applicationcostprofiler/lib/aws-sdk-applicationcostprofiler/railtie.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module ApplicationCostProfiler | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-applicationcostprofiler.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::ApplicationCostProfiler | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
19 changes: 19 additions & 0 deletions
19
gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/railtie.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module ApplicationDiscoveryService | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-applicationdiscoveryservice.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::ApplicationDiscoveryService | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
19 changes: 19 additions & 0 deletions
19
gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/railtie.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module ApplicationInsights | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-applicationinsights.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::ApplicationInsights | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
19 changes: 19 additions & 0 deletions
19
gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/railtie.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# frozen_string_literal: true | ||
|
||
module Aws | ||
module ApplicationSignals | ||
class Railtie < Rails::Railtie | ||
initializer 'aws-sdk-applicationsignals.eager_load' do | ||
config.before_eager_load do | ||
config.eager_load_namespaces << Aws::ApplicationSignals | ||
end | ||
end | ||
end | ||
|
||
def self.eager_load! | ||
constants.each do |constant| | ||
const_get(constant) | ||
end | ||
end | ||
end | ||
end |
Oops, something went wrong.