aws-sdk-codestarnotifications 1.43.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e7a1581f1133273bfea11db0e3fb193e9acb7ac24dc00bd38541514e6fb47f39
4
- data.tar.gz: 3d4857fc88c047fd506920ae76a3d714c091166f3ad655e36af9a2b1a41bcbb5
3
+ metadata.gz: 7a39106554a97672123494fcb62b199cbc87332b83cfd6b517e27f255cb83579
4
+ data.tar.gz: 60e0d3a8a6e9de441cf71399829f206ee738cd5b36ff21d18bfc489a1b4a265f
5
5
  SHA512:
6
- metadata.gz: a49a8bbe2c465e7b8e9122ba81233c97079a2bfa0f0b07763c5c9b0efa83f18a770b89a7366ce1f2f76729ad48d12c4b9d55a63adae4428eef07439814277f1a
7
- data.tar.gz: ae53203aa5793ecdebd6fb60e9e8fcd089f37c512dc7948d0b94d21b1934463a645bac2754877cb53d3ebcb89872a901ac72ffc7224aa9d34bb7d57a1772b245
6
+ metadata.gz: 408f8ca6ced7395f6d9b602f0f52850a3be89d6d204198a3a027a819b9f29d95f90a2c230d8b49ce7e11db02437ff9e06c3e243a9d52a06d6d3426112296b132
7
+ data.tar.gz: 3d2edfd1cdb9bc13204a9448cc397cb48ed1e68831a9a7092650fa1d70e26be9738762608e291824bdca859c7d8450bd52aa4e531abe0abe93400059bf0325ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.43.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -1081,7 +1081,7 @@ module Aws::CodeStarNotifications
1081
1081
  tracer: tracer
1082
1082
  )
1083
1083
  context[:gem_name] = 'aws-sdk-codestarnotifications'
1084
- context[:gem_version] = '1.43.0'
1084
+ context[:gem_version] = '1.44.0'
1085
1085
  Seahorse::Client::Request.new(handlers, context)
1086
1086
  end
1087
1087
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::CodeStarNotifications
11
12
  # @api private
12
13
  module ClientApi
@@ -872,3 +872,4 @@ module Aws::CodeStarNotifications
872
872
 
873
873
  end
874
874
  end
875
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-codestarnotifications/types'
15
- require_relative 'aws-sdk-codestarnotifications/client_api'
16
- require_relative 'aws-sdk-codestarnotifications/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-codestarnotifications/client'
18
- require_relative 'aws-sdk-codestarnotifications/errors'
19
- require_relative 'aws-sdk-codestarnotifications/resource'
20
- require_relative 'aws-sdk-codestarnotifications/endpoint_parameters'
21
- require_relative 'aws-sdk-codestarnotifications/endpoint_provider'
22
- require_relative 'aws-sdk-codestarnotifications/endpoints'
23
- require_relative 'aws-sdk-codestarnotifications/customizations'
24
-
25
14
  # This module provides support for AWS CodeStar Notifications. This module is available in the
26
15
  # `aws-sdk-codestarnotifications` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-codestarnotifications/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::CodeStarNotifications
43
+ autoload :Types, 'aws-sdk-codestarnotifications/types'
44
+ autoload :ClientApi, 'aws-sdk-codestarnotifications/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-codestarnotifications/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-codestarnotifications/client'
49
+ autoload :Errors, 'aws-sdk-codestarnotifications/errors'
50
+ autoload :Resource, 'aws-sdk-codestarnotifications/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-codestarnotifications/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-codestarnotifications/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-codestarnotifications/endpoints'
54
54
 
55
- GEM_VERSION = '1.43.0'
55
+ GEM_VERSION = '1.44.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-codestarnotifications/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestarnotifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-20 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core