aws-sdk-applicationinsights 1.55.0 → 1.56.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa31f8b4db7dd3e4685da94c34e7a3438b87a5c5fefb7b69d97e45582ad740c9
4
- data.tar.gz: ac63c1873bb71308c3473ba8669aac295b1baa866cddd33fa4af4c789bdced49
3
+ metadata.gz: 2ea5742ce24d584d045e47770f412af64a854599097399286b42d45bc1ee9b23
4
+ data.tar.gz: f65408e5a135290bfd1a4be8d636c5f67f43303d838643fbf75ad1cad1ac82a6
5
5
  SHA512:
6
- metadata.gz: bfa7f28029e9ee5194b3743c77ff6b64fc6fde55580de149b09462386625be8d77402925e6fd58d896f5948fcba80d19226df8f3eb9d10e82d8667af9cb081f7
7
- data.tar.gz: 7c3288e68ba30bea97be521a67d32225a8551b3df3e82ca808afe23b23365394291fea66354e5c73118585341f66e1a9ed9c528593b2b4aaa189c6b1d002ec18
6
+ metadata.gz: bf7959318a82fca6e1393316b32369181193c154f7402da32cb782f6a95901754c51208577941baaea8c4b9f3dc6c3dd62b7f5a9da4f4dbe0fa0dbe2d7175e0e
7
+ data.tar.gz: f3b32cb820727e1fe989a210beb0e5a4a468bff9f5ddf63e06c7b471069bc53144962fb9db15b7c90fe6c61b775e4240018d26a4142bc6e2b8dd3895a9ea4129
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.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.55.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -2137,7 +2137,7 @@ module Aws::ApplicationInsights
2137
2137
  tracer: tracer
2138
2138
  )
2139
2139
  context[:gem_name] = 'aws-sdk-applicationinsights'
2140
- context[:gem_version] = '1.55.0'
2140
+ context[:gem_version] = '1.56.0'
2141
2141
  Seahorse::Client::Request.new(handlers, context)
2142
2142
  end
2143
2143
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::ApplicationInsights
11
12
  # @api private
12
13
  module ClientApi
@@ -2216,3 +2216,4 @@ module Aws::ApplicationInsights
2216
2216
 
2217
2217
  end
2218
2218
  end
2219
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-applicationinsights/types'
15
- require_relative 'aws-sdk-applicationinsights/client_api'
16
- require_relative 'aws-sdk-applicationinsights/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-applicationinsights/client'
18
- require_relative 'aws-sdk-applicationinsights/errors'
19
- require_relative 'aws-sdk-applicationinsights/resource'
20
- require_relative 'aws-sdk-applicationinsights/endpoint_parameters'
21
- require_relative 'aws-sdk-applicationinsights/endpoint_provider'
22
- require_relative 'aws-sdk-applicationinsights/endpoints'
23
- require_relative 'aws-sdk-applicationinsights/customizations'
24
-
25
14
  # This module provides support for Amazon CloudWatch Application Insights. This module is available in the
26
15
  # `aws-sdk-applicationinsights` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-applicationinsights/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::ApplicationInsights
43
+ autoload :Types, 'aws-sdk-applicationinsights/types'
44
+ autoload :ClientApi, 'aws-sdk-applicationinsights/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-applicationinsights/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-applicationinsights/client'
49
+ autoload :Errors, 'aws-sdk-applicationinsights/errors'
50
+ autoload :Resource, 'aws-sdk-applicationinsights/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-applicationinsights/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-applicationinsights/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-applicationinsights/endpoints'
54
54
 
55
- GEM_VERSION = '1.55.0'
55
+ GEM_VERSION = '1.56.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-applicationinsights/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationinsights
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.56.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