aws-sdk-codecatalyst 1.15.0 → 1.17.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codecatalyst/client.rb +7 -2
- data/lib/aws-sdk-codecatalyst/client_api.rb +2 -0
- data/lib/aws-sdk-codecatalyst/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-codecatalyst/types.rb +27 -2
- data/lib/aws-sdk-codecatalyst.rb +1 -1
- data/sig/client.rbs +704 -0
- data/sig/errors.rbs +34 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +839 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/waiters.rbs
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module CodeCatalyst
|
10
|
+
module Waiters
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codecatalyst
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.191.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.191.0
|
33
33
|
description: Official AWS Ruby gem for Amazon CodeCatalyst. This gem is part of the
|
34
34
|
AWS SDK for Ruby.
|
35
35
|
email:
|
@@ -53,13 +53,18 @@ files:
|
|
53
53
|
- lib/aws-sdk-codecatalyst/resource.rb
|
54
54
|
- lib/aws-sdk-codecatalyst/types.rb
|
55
55
|
- lib/aws-sdk-codecatalyst/waiters.rb
|
56
|
+
- sig/client.rbs
|
57
|
+
- sig/errors.rbs
|
58
|
+
- sig/resource.rbs
|
59
|
+
- sig/types.rbs
|
60
|
+
- sig/waiters.rbs
|
56
61
|
homepage: https://github.com/aws/aws-sdk-ruby
|
57
62
|
licenses:
|
58
63
|
- Apache-2.0
|
59
64
|
metadata:
|
60
65
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codecatalyst
|
61
66
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codecatalyst/CHANGELOG.md
|
62
|
-
post_install_message:
|
67
|
+
post_install_message:
|
63
68
|
rdoc_options: []
|
64
69
|
require_paths:
|
65
70
|
- lib
|
@@ -74,8 +79,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
79
|
- !ruby/object:Gem::Version
|
75
80
|
version: '0'
|
76
81
|
requirements: []
|
77
|
-
rubygems_version: 3.
|
78
|
-
signing_key:
|
82
|
+
rubygems_version: 3.4.10
|
83
|
+
signing_key:
|
79
84
|
specification_version: 4
|
80
85
|
summary: AWS SDK for Ruby - Amazon CodeCatalyst
|
81
86
|
test_files: []
|