aws-sdk-codecatalyst 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,15 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ require 'aws-sdk-core/waiters'
11
+
12
+ module Aws::CodeCatalyst
13
+ module Waiters
14
+ end
15
+ end
@@ -0,0 +1,57 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+
11
+ require 'aws-sdk-core'
12
+
13
+ require_relative 'aws-sdk-codecatalyst/types'
14
+ require_relative 'aws-sdk-codecatalyst/client_api'
15
+ require_relative 'aws-sdk-codecatalyst/plugins/endpoints.rb'
16
+ require_relative 'aws-sdk-codecatalyst/client'
17
+ require_relative 'aws-sdk-codecatalyst/errors'
18
+ require_relative 'aws-sdk-codecatalyst/waiters'
19
+ require_relative 'aws-sdk-codecatalyst/resource'
20
+ require_relative 'aws-sdk-codecatalyst/endpoint_parameters'
21
+ require_relative 'aws-sdk-codecatalyst/endpoint_provider'
22
+ require_relative 'aws-sdk-codecatalyst/endpoints'
23
+ require_relative 'aws-sdk-codecatalyst/customizations'
24
+
25
+ # This module provides support for Amazon CodeCatalyst. This module is available in the
26
+ # `aws-sdk-codecatalyst` gem.
27
+ #
28
+ # # Client
29
+ #
30
+ # The {Client} class provides one method for each API operation. Operation
31
+ # methods each accept a hash of request parameters and return a response
32
+ # structure.
33
+ #
34
+ # code_catalyst = Aws::CodeCatalyst::Client.new
35
+ # resp = code_catalyst.create_access_token(params)
36
+ #
37
+ # See {Client} for more information.
38
+ #
39
+ # # Errors
40
+ #
41
+ # Errors returned from Amazon CodeCatalyst are defined in the
42
+ # {Errors} module and all extend {Errors::ServiceError}.
43
+ #
44
+ # begin
45
+ # # do stuff
46
+ # rescue Aws::CodeCatalyst::Errors::ServiceError
47
+ # # rescues all Amazon CodeCatalyst API errors
48
+ # end
49
+ #
50
+ # See {Errors} for more information.
51
+ #
52
+ # @!group service
53
+ module Aws::CodeCatalyst
54
+
55
+ GEM_VERSION = '1.0.0'
56
+
57
+ end
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aws-sdk-codecatalyst
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Amazon Web Services
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-12-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: aws-sdk-core
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 3.165.0
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '3'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 3.165.0
33
+ description: Official AWS Ruby gem for Amazon CodeCatalyst. This gem is part of the
34
+ AWS SDK for Ruby.
35
+ email:
36
+ - aws-dr-rubygems@amazon.com
37
+ executables: []
38
+ extensions: []
39
+ extra_rdoc_files: []
40
+ files:
41
+ - CHANGELOG.md
42
+ - LICENSE.txt
43
+ - VERSION
44
+ - lib/aws-sdk-codecatalyst.rb
45
+ - lib/aws-sdk-codecatalyst/client.rb
46
+ - lib/aws-sdk-codecatalyst/client_api.rb
47
+ - lib/aws-sdk-codecatalyst/customizations.rb
48
+ - lib/aws-sdk-codecatalyst/endpoint_parameters.rb
49
+ - lib/aws-sdk-codecatalyst/endpoint_provider.rb
50
+ - lib/aws-sdk-codecatalyst/endpoints.rb
51
+ - lib/aws-sdk-codecatalyst/errors.rb
52
+ - lib/aws-sdk-codecatalyst/plugins/endpoints.rb
53
+ - lib/aws-sdk-codecatalyst/resource.rb
54
+ - lib/aws-sdk-codecatalyst/types.rb
55
+ - lib/aws-sdk-codecatalyst/waiters.rb
56
+ homepage: https://github.com/aws/aws-sdk-ruby
57
+ licenses:
58
+ - Apache-2.0
59
+ metadata:
60
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codecatalyst
61
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codecatalyst/CHANGELOG.md
62
+ post_install_message:
63
+ rdoc_options: []
64
+ require_paths:
65
+ - lib
66
+ required_ruby_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '2.3'
71
+ required_rubygems_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ requirements: []
77
+ rubygems_version: 3.1.6
78
+ signing_key:
79
+ specification_version: 4
80
+ summary: AWS SDK for Ruby - Amazon CodeCatalyst
81
+ test_files: []