aws-sdk-quicksight 1.100.0 → 1.101.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: 90f1dfe81d737878223260a919d2dbaa567f3c7ee12aeb0af5038d2448925c39
4
- data.tar.gz: 026b848696ddb0d3f1ff661c408bd74bba0c34ff823dba7d831827258e9d3ac3
3
+ metadata.gz: b6a9fdc0c6150707748ed5dfb8516da1f0aaad6c77346b715822342db58db5f1
4
+ data.tar.gz: 511aa20524f19721beab6c17553774b3aa2a6f27235dd93b0c37c370e18bea58
5
5
  SHA512:
6
- metadata.gz: 31fd43ea5086ab60dce63376f534d59aae18ceda36b6c8f09eedac58465bd054e984b80a052861235541278863fdc2028e0d79b307fc30e93ea6e544775086ec
7
- data.tar.gz: 1ae5ee195caf96f562a8715b49f80d21d5b45c707c03c5c759dc1a485acdda61885e101350357ff4fe16aa7c7d72cbf40772917879f7a6d828affead5cf0c21e
6
+ metadata.gz: 0fef2a9022034eb65ce5bb516788c5cabeebc978d6898c5913d5cd0ac3e507f26d138a2fa4990434659a13cea8c8cfa3f060a58d55626385b48377d698ff43a5
7
+ data.tar.gz: 399b58cc7f19cca53c3ae43e518d2757323887f5c92418bba41c86c7d763bf7f6f2b9fee17a12ce4bd2701804cc3bc8db69539cf4b028a4da78cb6bf33c5495b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.0 (2023-12-18)
5
+ ------------------
6
+
7
+ * Feature - A docs-only release to add missing entities to the API reference.
8
+
4
9
  1.100.0 (2023-12-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.101.0
@@ -1772,8 +1772,8 @@ module Aws::QuickSight
1772
1772
 
1773
1773
  # Use the `CreateGroup` operation to create a group in Amazon
1774
1774
  # QuickSight. You can create up to 10,000 groups in a namespace. If you
1775
- # want to create more than 10,000 groups in a namespace, contact AWS
1776
- # Support.
1775
+ # want to create more than 10,000 groups in a namespace, contact Amazon
1776
+ # Web Services Support.
1777
1777
  #
1778
1778
  # The permissions resource is
1779
1779
  # `arn:aws:quicksight:<your-region>:<relevant-aws-account-id>:group/default/<group-name>
@@ -13531,7 +13531,7 @@ module Aws::QuickSight
13531
13531
  params: params,
13532
13532
  config: config)
13533
13533
  context[:gem_name] = 'aws-sdk-quicksight'
13534
- context[:gem_version] = '1.100.0'
13534
+ context[:gem_version] = '1.101.0'
13535
13535
  Seahorse::Client::Request.new(handlers, context)
13536
13536
  end
13537
13537
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-quicksight/customizations'
52
52
  # @!group service
53
53
  module Aws::QuickSight
54
54
 
55
- GEM_VERSION = '1.100.0'
55
+ GEM_VERSION = '1.101.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.100.0
4
+ version: 1.101.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: 2023-12-14 00:00:00.000000000 Z
11
+ date: 2023-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core