aws-sdk-applicationinsights 1.31.0 → 1.82.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.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationinsights
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2022-06-02 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -19,7 +18,7 @@ dependencies:
19
18
  version: '3'
20
19
  - - ">="
21
20
  - !ruby/object:Gem::Version
22
- version: 3.127.0
21
+ version: 3.254.0
23
22
  type: :runtime
24
23
  prerelease: false
25
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +28,21 @@ dependencies:
29
28
  version: '3'
30
29
  - - ">="
31
30
  - !ruby/object:Gem::Version
32
- version: 3.127.0
31
+ version: 3.254.0
33
32
  - !ruby/object:Gem::Dependency
34
33
  name: aws-sigv4
35
34
  requirement: !ruby/object:Gem::Requirement
36
35
  requirements:
37
36
  - - "~>"
38
37
  - !ruby/object:Gem::Version
39
- version: '1.1'
38
+ version: '1.5'
40
39
  type: :runtime
41
40
  prerelease: false
42
41
  version_requirements: !ruby/object:Gem::Requirement
43
42
  requirements:
44
43
  - - "~>"
45
44
  - !ruby/object:Gem::Version
46
- version: '1.1'
45
+ version: '1.5'
47
46
  description: Official AWS Ruby gem for Amazon CloudWatch Application Insights (Application
48
47
  Insights). This gem is part of the AWS SDK for Ruby.
49
48
  email:
@@ -59,16 +58,24 @@ files:
59
58
  - lib/aws-sdk-applicationinsights/client.rb
60
59
  - lib/aws-sdk-applicationinsights/client_api.rb
61
60
  - lib/aws-sdk-applicationinsights/customizations.rb
61
+ - lib/aws-sdk-applicationinsights/endpoint_parameters.rb
62
+ - lib/aws-sdk-applicationinsights/endpoint_provider.rb
63
+ - lib/aws-sdk-applicationinsights/endpoints.rb
62
64
  - lib/aws-sdk-applicationinsights/errors.rb
65
+ - lib/aws-sdk-applicationinsights/plugins/endpoints.rb
63
66
  - lib/aws-sdk-applicationinsights/resource.rb
64
67
  - lib/aws-sdk-applicationinsights/types.rb
68
+ - sig/client.rbs
69
+ - sig/errors.rbs
70
+ - sig/resource.rbs
71
+ - sig/types.rbs
72
+ - sig/waiters.rbs
65
73
  homepage: https://github.com/aws/aws-sdk-ruby
66
74
  licenses:
67
75
  - Apache-2.0
68
76
  metadata:
69
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-applicationinsights
70
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-applicationinsights/CHANGELOG.md
71
- post_install_message:
72
79
  rdoc_options: []
73
80
  require_paths:
74
81
  - lib
@@ -76,15 +83,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
83
  requirements:
77
84
  - - ">="
78
85
  - !ruby/object:Gem::Version
79
- version: '2.3'
86
+ version: '2.7'
80
87
  required_rubygems_version: !ruby/object:Gem::Requirement
81
88
  requirements:
82
89
  - - ">="
83
90
  - !ruby/object:Gem::Version
84
91
  version: '0'
85
92
  requirements: []
86
- rubygems_version: 3.1.6
87
- signing_key:
93
+ rubygems_version: 3.6.7
88
94
  specification_version: 4
89
95
  summary: AWS SDK for Ruby - Application Insights
90
96
  test_files: []