aws-sdk-oam 1.8.0 → 1.10.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: c015ff5d091c0ee50c09ee3ed88fc4f488e8cdaa888cdcde33dc04ccc0d8e6f5
4
+ data.tar.gz: 7a3dd15b154872c616418b76e001345e32c9abade4025baa01336bf081c2e9c3
5
5
  SHA512:
6
- metadata.gz: e1eec1837dd90ae2c4b416ebf089e29e132640057249c6dcb7d72ad7035a6f66df22c6fdbbfba53e5cd6fa2759388961a57aed8426143a3ef023cec6e7dbec4b
7
- data.tar.gz: d140cc06e2c3500cb4487ecd6092f2e36f886b5a0a50f2bbd6107901519d3554a1294068fa9472706dfb136587ec95ab418205a2b61827272d4836dd1acc8c08
6
+ metadata.gz: 808c70bfccaffab0a96326c67b30e96e8819034a5d1dd9703114d0c6735d0b76b1d1e0e2ba41f6e405f11bdb995813eb8a5d7d420c8eb769aa2fdabd5aa8e73a
7
+ data.tar.gz: 72dae4671413ba6f6dc1f8b192249e810c51ee3790266cd407e1a4148220ebdec6b85cdf1c8d3670a3cf04056e97f2530f17dea89a99a10cab4539861a6c5d30
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.0 (2023-11-22)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.9.0 (2023-10-03)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for sharing AWS::ApplicationInsights::Application resources.
13
+
4
14
  1.8.0 (2023-09-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.10.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.10.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.10.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.10.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-11-22 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.184.0
22
+ version: 3.188.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.184.0
32
+ version: 3.188.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
- version: '2.3'
83
+ version: '2.5'
84
84
  required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - ">="