aws-sdk-oam 1.7.0 → 1.9.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: e7e581cc8420590be042f5f2ee056034cf23d6e315ab8b188c299763252dff6f
4
- data.tar.gz: 61b1a8740bea4846fe580e4d5134da4f3cfeb2d801558b848952bca068188ee6
3
+ metadata.gz: 21d43085e5062821c4e795304b5e1dd4f784b899a01b8335971778c1f9d77dfd
4
+ data.tar.gz: 8bc6049cca6dff19a422cb40d9094a8f6a78ef1bd00c5b744ac0d3a3536df54f
5
5
  SHA512:
6
- metadata.gz: 47a293412f9b9216e06d6c02684e6fbaa5fe52478463f77810f8f22e8cf6f75562ead641097d43ee576fd011e234691f96c4b8cb95993b4b819105f5ac43bfd5
7
- data.tar.gz: 63289a46faf532018abc71981cb4f9a31ccb0a8922bbd2f739fd5c607eb0604de9b0acc728acdfe6ca2b8c124b5fab3fb662fc6d900e8ce8098a64b5e6655ddb
6
+ metadata.gz: af0efcae729d624bfa6c100f9273b6123a2a583ca49264e4afece84edccd903a5389f1fe8776fd5952ac0d8946b1e55160183238a13f4f0e1407718e36e02b09
7
+ data.tar.gz: c2bce314910790514e7c7a6dbec52c98e74c16760282f51daa775371d2b110f13432b0486c6d8afb3f1d2333b6651283cc62005f8289edf357bd15554ab09798
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2023-10-03)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for sharing AWS::ApplicationInsights::Application resources.
8
+
9
+ 1.8.0 (2023-09-27)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.7.0 (2023-09-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.9.0
@@ -466,7 +466,7 @@ module Aws::OAM
466
466
  #
467
467
  # resp = client.create_link({
468
468
  # label_template: "LabelTemplate", # required
469
- # resource_types: ["AWS::CloudWatch::Metric"], # required, accepts AWS::CloudWatch::Metric, AWS::Logs::LogGroup, AWS::XRay::Trace
469
+ # resource_types: ["AWS::CloudWatch::Metric"], # required, accepts AWS::CloudWatch::Metric, AWS::Logs::LogGroup, AWS::XRay::Trace, AWS::ApplicationInsights::Application
470
470
  # sink_identifier: "ResourceIdentifier", # required
471
471
  # tags: {
472
472
  # "TagKey" => "TagValue",
@@ -942,6 +942,9 @@ module Aws::OAM
942
942
  #
943
943
  # * **Traces** - Specify with `AWS::XRay::Trace`
944
944
  #
945
+ # * **Application Insights - Applications** - Specify with
946
+ # `AWS::ApplicationInsights::Application`
947
+ #
945
948
  # See the examples in this section to see how to specify permitted
946
949
  # source accounts and data types.
947
950
  #
@@ -1127,7 +1130,7 @@ module Aws::OAM
1127
1130
  #
1128
1131
  # resp = client.update_link({
1129
1132
  # identifier: "ResourceIdentifier", # required
1130
- # resource_types: ["AWS::CloudWatch::Metric"], # required, accepts AWS::CloudWatch::Metric, AWS::Logs::LogGroup, AWS::XRay::Trace
1133
+ # resource_types: ["AWS::CloudWatch::Metric"], # required, accepts AWS::CloudWatch::Metric, AWS::Logs::LogGroup, AWS::XRay::Trace, AWS::ApplicationInsights::Application
1131
1134
  # })
1132
1135
  #
1133
1136
  # @example Response structure
@@ -1164,7 +1167,7 @@ module Aws::OAM
1164
1167
  params: params,
1165
1168
  config: config)
1166
1169
  context[:gem_name] = 'aws-sdk-oam'
1167
- context[:gem_version] = '1.7.0'
1170
+ context[:gem_version] = '1.9.0'
1168
1171
  Seahorse::Client::Request.new(handlers, context)
1169
1172
  end
1170
1173
 
data/lib/aws-sdk-oam.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-oam/customizations'
52
52
  # @!group service
53
53
  module Aws::OAM
54
54
 
55
- GEM_VERSION = '1.7.0'
55
+ GEM_VERSION = '1.9.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-oam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.9.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-09-19 00:00:00.000000000 Z
11
+ date: 2023-10-03 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.177.0
22
+ version: 3.184.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.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement