aws-sdk-wickr 1.6.0 → 1.8.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-wickr/client.rb +6 -8
- data/lib/aws-sdk-wickr.rb +1 -1
- data/sig/client.rbs +5 -5
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 38f402fd35a16464e5699ebcf28740c2e530608fbe36de747ce71bab7f7936a5
|
|
4
|
+
data.tar.gz: 7b57a636345707246be9918cbd9258e21c384511fb2f5e9ef9de503ac1bafd44
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b1e30ebf8220ee18de9ed49d13ccc48382a0d9c7e7e61671423804a53937fd749489cd168cac0540dd659807e914cfd988fada9f0ccdd20884487302887f5df
|
|
7
|
+
data.tar.gz: 77ff800f86856829188aca795ea99f0404d6cf988b8117dc3d732aec8ad9800b335c5e9098e1d0be29c52dc5361a35bc118f14c1ae4ebea64f9d1ed8ab418593
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.8.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.7.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.6.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.8.0
|
data/lib/aws-sdk-wickr/client.rb
CHANGED
|
@@ -199,7 +199,7 @@ module Aws::Wickr
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::Wickr
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -5157,7 +5155,7 @@ module Aws::Wickr
|
|
|
5157
5155
|
tracer: tracer
|
|
5158
5156
|
)
|
|
5159
5157
|
context[:gem_name] = 'aws-sdk-wickr'
|
|
5160
|
-
context[:gem_version] = '1.
|
|
5158
|
+
context[:gem_version] = '1.8.0'
|
|
5161
5159
|
Seahorse::Client::Request.new(handlers, context)
|
|
5162
5160
|
end
|
|
5163
5161
|
|
data/lib/aws-sdk-wickr.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -96,7 +96,7 @@ module Aws
|
|
|
96
96
|
invite_code: ::String?,
|
|
97
97
|
invite_code_ttl: ::Integer?,
|
|
98
98
|
code_validation: bool?
|
|
99
|
-
}
|
|
99
|
+
}
|
|
100
100
|
],
|
|
101
101
|
?client_token: ::String
|
|
102
102
|
) -> _BatchCreateUserResponseSuccess
|
|
@@ -247,13 +247,13 @@ module Aws
|
|
|
247
247
|
{
|
|
248
248
|
region: ::String,
|
|
249
249
|
network_id: ::String
|
|
250
|
-
}
|
|
250
|
+
}
|
|
251
251
|
]?,
|
|
252
252
|
permitted_wickr_enterprise_networks: Array[
|
|
253
253
|
{
|
|
254
254
|
domain: ::String,
|
|
255
255
|
network_id: ::String
|
|
256
|
-
}
|
|
256
|
+
}
|
|
257
257
|
]?
|
|
258
258
|
},
|
|
259
259
|
?client_token: ::String
|
|
@@ -806,13 +806,13 @@ module Aws
|
|
|
806
806
|
{
|
|
807
807
|
region: ::String,
|
|
808
808
|
network_id: ::String
|
|
809
|
-
}
|
|
809
|
+
}
|
|
810
810
|
]?,
|
|
811
811
|
permitted_wickr_enterprise_networks: Array[
|
|
812
812
|
{
|
|
813
813
|
domain: ::String,
|
|
814
814
|
network_id: ::String
|
|
815
|
-
}
|
|
815
|
+
}
|
|
816
816
|
]?
|
|
817
817
|
}
|
|
818
818
|
) -> _UpdateSecurityGroupResponseSuccess
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-wickr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|