aws-sdk-oam 1.8.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: 478574d529a8ce32e101dd3e60c9a8e1608bf7d80360e4a6bb332e6e58ebec34
4
- data.tar.gz: 4543e41af857f8629199e2e2e723221c638046e49322a9f2a31d20c91500e10a
3
+ metadata.gz: 21d43085e5062821c4e795304b5e1dd4f784b899a01b8335971778c1f9d77dfd
4
+ data.tar.gz: 8bc6049cca6dff19a422cb40d9094a8f6a78ef1bd00c5b744ac0d3a3536df54f
5
5
  SHA512:
6
- metadata.gz: e1eec1837dd90ae2c4b416ebf089e29e132640057249c6dcb7d72ad7035a6f66df22c6fdbbfba53e5cd6fa2759388961a57aed8426143a3ef023cec6e7dbec4b
7
- data.tar.gz: d140cc06e2c3500cb4487ecd6092f2e36f886b5a0a50f2bbd6107901519d3554a1294068fa9472706dfb136587ec95ab418205a2b61827272d4836dd1acc8c08
6
+ metadata.gz: af0efcae729d624bfa6c100f9273b6123a2a583ca49264e4afece84edccd903a5389f1fe8776fd5952ac0d8946b1e55160183238a13f4f0e1407718e36e02b09
7
+ data.tar.gz: c2bce314910790514e7c7a6dbec52c98e74c16760282f51daa775371d2b110f13432b0486c6d8afb3f1d2333b6651283cc62005f8289edf357bd15554ab09798
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.8.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.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.8.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.8.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.8.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-27 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