aws-sdk-sns 1.42.0 → 1.77.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,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sns
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.77.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: 2021-07-06 00:00:00.000000000 Z
11
+ date: 2024-06-06 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.112.0
22
+ version: 3.197.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.112.0
32
+ version: 3.197.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -59,21 +59,34 @@ files:
59
59
  - lib/aws-sdk-sns/client.rb
60
60
  - lib/aws-sdk-sns/client_api.rb
61
61
  - lib/aws-sdk-sns/customizations.rb
62
+ - lib/aws-sdk-sns/endpoint_parameters.rb
63
+ - lib/aws-sdk-sns/endpoint_provider.rb
64
+ - lib/aws-sdk-sns/endpoints.rb
62
65
  - lib/aws-sdk-sns/errors.rb
63
66
  - lib/aws-sdk-sns/message_verifier.rb
64
67
  - lib/aws-sdk-sns/platform_application.rb
65
68
  - lib/aws-sdk-sns/platform_endpoint.rb
69
+ - lib/aws-sdk-sns/plugins/endpoints.rb
66
70
  - lib/aws-sdk-sns/resource.rb
67
71
  - lib/aws-sdk-sns/subscription.rb
68
72
  - lib/aws-sdk-sns/topic.rb
69
73
  - lib/aws-sdk-sns/types.rb
74
+ - sig/client.rbs
75
+ - sig/errors.rbs
76
+ - sig/platform_application.rbs
77
+ - sig/platform_endpoint.rbs
78
+ - sig/resource.rbs
79
+ - sig/subscription.rbs
80
+ - sig/topic.rbs
81
+ - sig/types.rbs
82
+ - sig/waiters.rbs
70
83
  homepage: https://github.com/aws/aws-sdk-ruby
71
84
  licenses:
72
85
  - Apache-2.0
73
86
  metadata:
74
87
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sns
75
88
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sns/CHANGELOG.md
76
- post_install_message:
89
+ post_install_message:
77
90
  rdoc_options: []
78
91
  require_paths:
79
92
  - lib
@@ -81,15 +94,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
94
  requirements:
82
95
  - - ">="
83
96
  - !ruby/object:Gem::Version
84
- version: '0'
97
+ version: '2.5'
85
98
  required_rubygems_version: !ruby/object:Gem::Requirement
86
99
  requirements:
87
100
  - - ">="
88
101
  - !ruby/object:Gem::Version
89
102
  version: '0'
90
103
  requirements: []
91
- rubygems_version: 3.1.6
92
- signing_key:
104
+ rubygems_version: 3.4.10
105
+ signing_key:
93
106
  specification_version: 4
94
107
  summary: AWS SDK for Ruby - Amazon SNS
95
108
  test_files: []