aws-sdk-mq 1.73.0 → 1.74.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d67777f902c0d85f1569ef9d54c2722c59bcfcdaf28f7b2f23c4316446502630
4
- data.tar.gz: 7964e19fb5b1ca313d2b3144bc78ba2542f6a57e56be00bce4306385697aa360
3
+ metadata.gz: 26507a1ea14af4ff09487eaaaa9abcf1304ac7f2723faa8ed82bcf5f4fe7015e
4
+ data.tar.gz: a2637ae2097e09ccfe424a374c1711e20bbbe52d7501b787c08e406f1c64f73e
5
5
  SHA512:
6
- metadata.gz: 19eb54d651b01f011407c34e64a1e89e33548665f1fa1650474a7ef5b5db02498de1bbe2cd78f378a361d49a90d7a914237b7d6caa86d8a7df26350494db7818
7
- data.tar.gz: 2f046c6902a53cb4937d6a46e5025f4cf02c2e5046b036986f05981b02f9365780463ca7435c3e15994720887e7bdb24a4f08d1ea7e2d14630a19ace71e9f906
6
+ metadata.gz: f3f2459d6f3377ded280594c3228248147265a976d0fdc1c69d5da7e7cd7786ba08389ce10edb1119710cf6ff96c74c68f39970094008dfcbc8dbe71d41a061e
7
+ data.tar.gz: 5d13b429ae55918e10c9641ac030e9f782c17454113a039f1f11fd55554e057005e22c698490c3d624e48de8b9129e7ab4b4628fe9f5ac82d3df356b4752cdfe
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.73.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -1686,7 +1686,7 @@ module Aws::MQ
1686
1686
  tracer: tracer
1687
1687
  )
1688
1688
  context[:gem_name] = 'aws-sdk-mq'
1689
- context[:gem_version] = '1.73.0'
1689
+ context[:gem_version] = '1.74.0'
1690
1690
  Seahorse::Client::Request.new(handlers, context)
1691
1691
  end
1692
1692
 
@@ -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 \\\{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
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 \\\{0\\} placeholder in
1947
- # the search filter. For example, if this option is set to
1948
- # (uid=\\\{0\\}) and the received username is janedoe, the search
1949
- # filter becomes (uid=janedoe) after string substitution. It will
1950
- # result in matching an entry like uid=janedoe, ou=Users,ou=corp,
1951
- # dc=corp, dc=example, dc=com.
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 \\\{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
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 \\\{0\\} placeholder in
2036
- # the search filter. For example, if this option is set to
2037
- # (uid=\\\{0\\}) and the received username is janedoe, the search
2038
- # filter becomes (uid=janedoe) after string substitution. It will
2039
- # result in matching an entry like uid=janedoe, ou=Users,ou=corp,
2040
- # dc=corp, dc=example, dc=com.
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
@@ -54,7 +54,7 @@ module Aws::MQ
54
54
  autoload :EndpointProvider, 'aws-sdk-mq/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mq/endpoints'
56
56
 
57
- GEM_VERSION = '1.73.0'
57
+ GEM_VERSION = '1.74.0'
58
58
 
59
59
  end
60
60
 
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.73.0
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-10-18 00:00:00.000000000 Z
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