aws-sdk-iot 1.68.0 → 1.149.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 IoT
10
+ module Waiters
11
+ end
12
+ end
13
+ end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.68.0
4
+ version: 1.149.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: 2021-03-31 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.112.0
21
+ version: 3.225.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.112.0
31
+ version: 3.225.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 AWS IoT. This gem is part of the AWS SDK for
48
47
  Ruby.
49
48
  email:
@@ -59,16 +58,24 @@ files:
59
58
  - lib/aws-sdk-iot/client.rb
60
59
  - lib/aws-sdk-iot/client_api.rb
61
60
  - lib/aws-sdk-iot/customizations.rb
61
+ - lib/aws-sdk-iot/endpoint_parameters.rb
62
+ - lib/aws-sdk-iot/endpoint_provider.rb
63
+ - lib/aws-sdk-iot/endpoints.rb
62
64
  - lib/aws-sdk-iot/errors.rb
65
+ - lib/aws-sdk-iot/plugins/endpoints.rb
63
66
  - lib/aws-sdk-iot/resource.rb
64
67
  - lib/aws-sdk-iot/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-iot
70
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iot/CHANGELOG.md
71
- post_install_message:
72
79
  rdoc_options: []
73
80
  require_paths:
74
81
  - lib
@@ -76,16 +83,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
83
  requirements:
77
84
  - - ">="
78
85
  - !ruby/object:Gem::Version
79
- version: '0'
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
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
88
- signing_key:
93
+ rubygems_version: 3.6.7
89
94
  specification_version: 4
90
95
  summary: AWS SDK for Ruby - AWS IoT
91
96
  test_files: []