aws-sdk-applicationinsights 1.42.0 → 1.43.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: 10669f5e0fd957624179d3cafc3e80a198eb62ffc2e79686ac25b5512fe208f7
4
- data.tar.gz: e60da7320dd468a411699b816a771745d7fb702c98bc4343e6d03fcd35008502
3
+ metadata.gz: f390acb6a407edaf0b6806b35b9ecb2c5bc1a2d1c935480a9701b86542d6ba18
4
+ data.tar.gz: 882cd104c933bd17a240df02ab6acd24805d84673c690353b24c0e1ec3dfde93
5
5
  SHA512:
6
- metadata.gz: dd94b151bd5c292c479586c506005462add0e6db1da5d06251d82950e03fbd455a2c9a3335a4ea8e83e7f125cf8d0a1358a2646bfe9183512625fb498cf6ce19
7
- data.tar.gz: 19383358c627a786d33e0a7570d9ad948728adccea98fb8b840beb7ecb781ff004c74d40c59a54ef236f7512c2032e6df9f4b79faf0b345d8e8c081e996780a0
6
+ metadata.gz: e904e431e375149031f93497bf01bfc582ac81203cbc69240396d9e2e7223691519dc332f3bfcc4cfea90dedf08c4d88e1497d7349484954a1a4348687d62b9c
7
+ data.tar.gz: c9bbb275c054f41f3da59f7504a7387237cd20fe322569e4b600e4520218ce2a62f978d5a9a17ecb28edfe583ef780ad12f8588bd46022135077e7acf89aa4c9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.42.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.43.0
@@ -2074,7 +2074,7 @@ module Aws::ApplicationInsights
2074
2074
  params: params,
2075
2075
  config: config)
2076
2076
  context[:gem_name] = 'aws-sdk-applicationinsights'
2077
- context[:gem_version] = '1.42.0'
2077
+ context[:gem_version] = '1.43.0'
2078
2078
  Seahorse::Client::Request.new(handlers, context)
2079
2079
  end
2080
2080
 
@@ -25,16 +25,17 @@ module Aws::ApplicationInsights
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-applicationinsights/customizations'
52
52
  # @!group service
53
53
  module Aws::ApplicationInsights
54
54
 
55
- GEM_VERSION = '1.42.0'
55
+ GEM_VERSION = '1.43.0'
56
56
 
57
57
  end
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.42.0
4
+ version: 1.43.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: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core