aws-sdk-mq 1.73.0 → 1.74.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mq/client.rb +1 -1
- data/lib/aws-sdk-mq/types.rb +18 -18
- data/lib/aws-sdk-mq.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26507a1ea14af4ff09487eaaaa9abcf1304ac7f2723faa8ed82bcf5f4fe7015e
|
4
|
+
data.tar.gz: a2637ae2097e09ccfe424a374c1711e20bbbe52d7501b787c08e406f1c64f73e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3f2459d6f3377ded280594c3228248147265a976d0fdc1c69d5da7e7cd7786ba08389ce10edb1119710cf6ff96c74c68f39970094008dfcbc8dbe71d41a061e
|
7
|
+
data.tar.gz: 5d13b429ae55918e10c9641ac030e9f782c17454113a039f1f11fd55554e057005e22c698490c3d624e48de8b9129e7ab4b4628fe9f5ac82d3df356b4752cdfe
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.74.0
|
data/lib/aws-sdk-mq/client.rb
CHANGED
data/lib/aws-sdk-mq/types.rb
CHANGED
@@ -1901,9 +1901,9 @@ module Aws::MQ
|
|
1901
1901
|
# @!attribute [rw] role_search_matching
|
1902
1902
|
# The LDAP search filter used to find roles within the roleBase. The
|
1903
1903
|
# distinguished name of the user matched by userSearchMatching is
|
1904
|
-
# substituted into the
|
1905
|
-
# client's username is substituted into the
|
1906
|
-
# example, if you set this option to (member=uid
|
1904
|
+
# substituted into the \{0} placeholder in the search filter. The
|
1905
|
+
# client's username is substituted into the \{1} placeholder. For
|
1906
|
+
# example, if you set this option to (member=uid=\{1})for the user
|
1907
1907
|
# janedoe, the search filter becomes (member=uid=janedoe) after string
|
1908
1908
|
# substitution. It matches all role entries that have a member
|
1909
1909
|
# attribute equal to uid=janedoe under the subtree selected by the
|
@@ -1943,12 +1943,12 @@ module Aws::MQ
|
|
1943
1943
|
#
|
1944
1944
|
# @!attribute [rw] user_search_matching
|
1945
1945
|
# The LDAP search filter used to find users within the userBase. The
|
1946
|
-
# client's username is substituted into the
|
1947
|
-
#
|
1948
|
-
#
|
1949
|
-
#
|
1950
|
-
#
|
1951
|
-
# dc=
|
1946
|
+
# client's username is substituted into the \{0} placeholder in the
|
1947
|
+
# search filter. For example, if this option is set to (uid=\{0}) and
|
1948
|
+
# the received username is janedoe, the search filter becomes
|
1949
|
+
# (uid=janedoe) after string substitution. It will result in matching
|
1950
|
+
# an entry like uid=janedoe, ou=Users,ou=corp, dc=corp, dc=example,
|
1951
|
+
# dc=com.
|
1952
1952
|
# @return [String]
|
1953
1953
|
#
|
1954
1954
|
# @!attribute [rw] user_search_subtree
|
@@ -1996,9 +1996,9 @@ module Aws::MQ
|
|
1996
1996
|
# @!attribute [rw] role_search_matching
|
1997
1997
|
# The LDAP search filter used to find roles within the roleBase. The
|
1998
1998
|
# distinguished name of the user matched by userSearchMatching is
|
1999
|
-
# substituted into the
|
2000
|
-
# client's username is substituted into the
|
2001
|
-
# example, if you set this option to (member=uid
|
1999
|
+
# substituted into the \{0} placeholder in the search filter. The
|
2000
|
+
# client's username is substituted into the \{1} placeholder. For
|
2001
|
+
# example, if you set this option to (member=uid=\{1})for the user
|
2002
2002
|
# janedoe, the search filter becomes (member=uid=janedoe) after string
|
2003
2003
|
# substitution. It matches all role entries that have a member
|
2004
2004
|
# attribute equal to uid=janedoe under the subtree selected by the
|
@@ -2032,12 +2032,12 @@ module Aws::MQ
|
|
2032
2032
|
#
|
2033
2033
|
# @!attribute [rw] user_search_matching
|
2034
2034
|
# The LDAP search filter used to find users within the userBase. The
|
2035
|
-
# client's username is substituted into the
|
2036
|
-
#
|
2037
|
-
#
|
2038
|
-
#
|
2039
|
-
#
|
2040
|
-
# dc=
|
2035
|
+
# client's username is substituted into the \{0} placeholder in the
|
2036
|
+
# search filter. For example, if this option is set to (uid=\{0}) and
|
2037
|
+
# the received username is janedoe, the search filter becomes
|
2038
|
+
# (uid=janedoe) after string substitution. It will result in matching
|
2039
|
+
# an entry like uid=janedoe, ou=Users,ou=corp, dc=corp, dc=example,
|
2040
|
+
# dc=com.
|
2041
2041
|
# @return [String]
|
2042
2042
|
#
|
2043
2043
|
# @!attribute [rw] user_search_subtree
|
data/lib/aws-sdk-mq.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.74.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|