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