aws-sdk-directoryservice 1.78.0 → 1.79.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-directoryservice/client.rb +2 -2
- data/lib/aws-sdk-directoryservice/types.rb +3 -3
- data/lib/aws-sdk-directoryservice.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: 3f669fb49a6218a3274586298ca3f661b6d7c790239622b569adc05b9b90d66d
|
4
|
+
data.tar.gz: 4df89a73386ec19ab60244da9adfddfded203798c0e9632e64fce546dab7fe8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31afe2e47f9dfc6ec87fa769ff7db7b96ad01c28abf8ac88b5d32186c8566eb3ce63bca42c993ef324bb1ea27d493f8f7e8c820418fe8dc01de34cd197108fcd
|
7
|
+
data.tar.gz: 45b757da68420df664d7a8ffdb07f1d9eb7387eaa6209ebb331eac4efcaabe04b3ac0b0c5a1804e8fb131563fccd88d697ce32f0e633a0a097d3aa647d767566
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.79.0
|
@@ -956,7 +956,7 @@ module Aws::DirectoryService
|
|
956
956
|
# The regex pattern for this string is made up of the following
|
957
957
|
# conditions:
|
958
958
|
#
|
959
|
-
# * Length (
|
959
|
+
# * Length (?=^.\{8,64}$) – Must be between 8 and 64 characters
|
960
960
|
#
|
961
961
|
# ^
|
962
962
|
#
|
@@ -3539,7 +3539,7 @@ module Aws::DirectoryService
|
|
3539
3539
|
tracer: tracer
|
3540
3540
|
)
|
3541
3541
|
context[:gem_name] = 'aws-sdk-directoryservice'
|
3542
|
-
context[:gem_version] = '1.
|
3542
|
+
context[:gem_version] = '1.79.0'
|
3543
3543
|
Seahorse::Client::Request.new(handlers, context)
|
3544
3544
|
end
|
3545
3545
|
|
@@ -763,7 +763,7 @@ module Aws::DirectoryService
|
|
763
763
|
# The regex pattern for this string is made up of the following
|
764
764
|
# conditions:
|
765
765
|
#
|
766
|
-
# * Length (
|
766
|
+
# * Length (?=^.\{8,64}$) – Must be between 8 and 64 characters
|
767
767
|
#
|
768
768
|
# ^
|
769
769
|
#
|
@@ -4261,7 +4261,7 @@ module Aws::DirectoryService
|
|
4261
4261
|
# and cannot be prefixed with "aws:". The string can contain only
|
4262
4262
|
# the set of Unicode letters, digits, white-space, '\_', '.',
|
4263
4263
|
# '/', '=', '+', '-', ':', '@'(Java regex:
|
4264
|
-
# "^(\[\\\\p
|
4264
|
+
# "^(\[\\\\p\{L}\\\\p\{Z}\\\\p\{N}\_.:/=+\\\\-\]*)$").
|
4265
4265
|
# @return [String]
|
4266
4266
|
#
|
4267
4267
|
# @!attribute [rw] value
|
@@ -4269,7 +4269,7 @@ module Aws::DirectoryService
|
|
4269
4269
|
# characters. The string can contain only the set of Unicode letters,
|
4270
4270
|
# digits, white-space, '\_', '.', '/', '=', '+', '-',
|
4271
4271
|
# ':', '@' (Java regex:
|
4272
|
-
# "^(\[\\\\p
|
4272
|
+
# "^(\[\\\\p\{L}\\\\p\{Z}\\\\p\{N}\_.:/=+\\\\-\]*)$").
|
4273
4273
|
# @return [String]
|
4274
4274
|
#
|
4275
4275
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/Tag AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-directoryservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.79.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
|