aws-sdk-dynamodb 1.96.0 → 1.132.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,33 @@
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 DynamoDB
10
+ module Waiters
11
+
12
+ class TableExists
13
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
14
+ | (?Hash[Symbol, untyped]) -> void
15
+
16
+ def wait: (
17
+ table_name: ::String
18
+ ) -> Client::_DescribeTableResponseSuccess
19
+ | (Hash[Symbol, untyped]) -> Client::_DescribeTableResponseSuccess
20
+ end
21
+
22
+ class TableNotExists
23
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
24
+ | (?Hash[Symbol, untyped]) -> void
25
+
26
+ def wait: (
27
+ table_name: ::String
28
+ ) -> Client::_DescribeTableResponseSuccess
29
+ | (Hash[Symbol, untyped]) -> Client::_DescribeTableResponseSuccess
30
+ end
31
+ end
32
+ end
33
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dynamodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.96.0
4
+ version: 1.132.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: 2023-10-18 00:00:00.000000000 Z
11
+ date: 2024-12-09 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.210.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.184.0
32
+ version: 3.210.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 DynamoDB (DynamoDB). This gem is part
48
48
  of the AWS SDK for Ruby.
49
49
  email:
@@ -73,13 +73,19 @@ files:
73
73
  - lib/aws-sdk-dynamodb/table.rb
74
74
  - lib/aws-sdk-dynamodb/types.rb
75
75
  - lib/aws-sdk-dynamodb/waiters.rb
76
+ - sig/client.rbs
77
+ - sig/errors.rbs
78
+ - sig/resource.rbs
79
+ - sig/table.rbs
80
+ - sig/types.rbs
81
+ - sig/waiters.rbs
76
82
  homepage: https://github.com/aws/aws-sdk-ruby
77
83
  licenses:
78
84
  - Apache-2.0
79
85
  metadata:
80
86
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-dynamodb
81
87
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-dynamodb/CHANGELOG.md
82
- post_install_message:
88
+ post_install_message:
83
89
  rdoc_options: []
84
90
  require_paths:
85
91
  - lib
@@ -87,15 +93,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
87
93
  requirements:
88
94
  - - ">="
89
95
  - !ruby/object:Gem::Version
90
- version: '2.3'
96
+ version: '2.5'
91
97
  required_rubygems_version: !ruby/object:Gem::Requirement
92
98
  requirements:
93
99
  - - ">="
94
100
  - !ruby/object:Gem::Version
95
101
  version: '0'
96
102
  requirements: []
97
- rubygems_version: 3.1.6
98
- signing_key:
103
+ rubygems_version: 3.4.10
104
+ signing_key:
99
105
  specification_version: 4
100
106
  summary: AWS SDK for Ruby - DynamoDB
101
107
  test_files: []