aws-sdk-connectwisdomservice 1.61.0 → 1.62.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-connectwisdomservice/client.rb +1 -1
- data/lib/aws-sdk-connectwisdomservice.rb +1 -1
- data/sig/client.rbs +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1cfa7afffc5ba7d64e1cf3c93b4a687e80529b0eac97a5e0cffe3fd9d2a02a54
|
|
4
|
+
data.tar.gz: 50edc4a1ab2339b593d7bd8ab78bfb1c79ac966c4e1d4e2852ec995aabe70d1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d1b0d352dd8fcf005bbb949aca416db19b013facf0f811dc4a49f6a75eb2c6f59d224d0990062d6140d30f2e5203ca2ec99fa41c178578b583d234d129186e2
|
|
7
|
+
data.tar.gz: b03ec9384f546f8f31d1d70e4fc0a737fd88a9831e7eb234889cbfb9a55428aa5d1b28daff7bf97d0390cb234acd2ce60cc150dc9cbae50ad8b42ad95bc3edb8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.62.0
|
|
@@ -2920,7 +2920,7 @@ module Aws::ConnectWisdomService
|
|
|
2920
2920
|
tracer: tracer
|
|
2921
2921
|
)
|
|
2922
2922
|
context[:gem_name] = 'aws-sdk-connectwisdomservice'
|
|
2923
|
-
context[:gem_version] = '1.
|
|
2923
|
+
context[:gem_version] = '1.62.0'
|
|
2924
2924
|
Seahorse::Client::Request.new(handlers, context)
|
|
2925
2925
|
end
|
|
2926
2926
|
|
data/sig/client.rbs
CHANGED
|
@@ -490,7 +490,7 @@ module Aws
|
|
|
490
490
|
field: ("NAME"),
|
|
491
491
|
operator: ("EQUALS"),
|
|
492
492
|
value: ::String
|
|
493
|
-
}
|
|
493
|
+
}
|
|
494
494
|
]
|
|
495
495
|
}
|
|
496
496
|
) -> _SearchContentResponseSuccess
|
|
@@ -514,7 +514,7 @@ module Aws
|
|
|
514
514
|
name: ::String,
|
|
515
515
|
operator: ("EQUALS" | "PREFIX"),
|
|
516
516
|
values: Array[::String]?
|
|
517
|
-
}
|
|
517
|
+
}
|
|
518
518
|
]?,
|
|
519
519
|
order_on_field: {
|
|
520
520
|
name: ::String,
|
|
@@ -527,7 +527,7 @@ module Aws
|
|
|
527
527
|
operator: ("CONTAINS" | "CONTAINS_AND_PREFIX"),
|
|
528
528
|
priority: ("HIGH" | "MEDIUM" | "LOW")?,
|
|
529
529
|
values: Array[::String]
|
|
530
|
-
}
|
|
530
|
+
}
|
|
531
531
|
]?
|
|
532
532
|
}
|
|
533
533
|
) -> _SearchQuickResponsesResponseSuccess
|
|
@@ -549,7 +549,7 @@ module Aws
|
|
|
549
549
|
field: ("NAME"),
|
|
550
550
|
operator: ("EQUALS"),
|
|
551
551
|
value: ::String
|
|
552
|
-
}
|
|
552
|
+
}
|
|
553
553
|
]
|
|
554
554
|
}
|
|
555
555
|
) -> _SearchSessionsResponseSuccess
|