aws-sdk-chime 1.50.0 → 1.51.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-chime.rb +1 -1
- data/lib/aws-sdk-chime/client.rb +5 -1
- data/lib/aws-sdk-chime/client_api.rb +2 -0
- data/lib/aws-sdk-chime/types.rb +5 -0
- 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: 0b1d7d03df7c1a1e4b3740661a3a72306e15fa3a1527e17ef16ccf154a8cc9de
|
|
4
|
+
data.tar.gz: 9a717530a776973667aefad50d3c0195a3b1d7d6ccfc6b5674ba3edc004a1a1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2783acf467e216472008bae26a0466f0fc24d656309c3ddbabf0001b1318217fc402a913c9d2f64d9fa65109ddfde4e93ae696469f40a304917091482ef3cea3
|
|
7
|
+
data.tar.gz: f1647bf9c2ed7e5ea030fbd74e115f9dbe7188fcca602103628ce17dd23f1a470175f170d43f616b29ef3aff6aa0028744a8f91b9604122858fd3791641f328e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.51.0
|
data/lib/aws-sdk-chime.rb
CHANGED
data/lib/aws-sdk-chime/client.rb
CHANGED
|
@@ -899,6 +899,7 @@ module Aws::Chime
|
|
|
899
899
|
# resp.account.default_license #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
|
|
900
900
|
# resp.account.supported_licenses #=> Array
|
|
901
901
|
# resp.account.supported_licenses[0] #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
|
|
902
|
+
# resp.account.account_status #=> String, one of "Suspended", "Active"
|
|
902
903
|
# resp.account.signin_delegate_groups #=> Array
|
|
903
904
|
# resp.account.signin_delegate_groups[0].group_name #=> String
|
|
904
905
|
#
|
|
@@ -3562,6 +3563,7 @@ module Aws::Chime
|
|
|
3562
3563
|
# resp.account.default_license #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
|
|
3563
3564
|
# resp.account.supported_licenses #=> Array
|
|
3564
3565
|
# resp.account.supported_licenses[0] #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
|
|
3566
|
+
# resp.account.account_status #=> String, one of "Suspended", "Active"
|
|
3565
3567
|
# resp.account.signin_delegate_groups #=> Array
|
|
3566
3568
|
# resp.account.signin_delegate_groups[0].group_name #=> String
|
|
3567
3569
|
#
|
|
@@ -4768,6 +4770,7 @@ module Aws::Chime
|
|
|
4768
4770
|
# resp.accounts[0].default_license #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
|
|
4769
4771
|
# resp.accounts[0].supported_licenses #=> Array
|
|
4770
4772
|
# resp.accounts[0].supported_licenses[0] #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
|
|
4773
|
+
# resp.accounts[0].account_status #=> String, one of "Suspended", "Active"
|
|
4771
4774
|
# resp.accounts[0].signin_delegate_groups #=> Array
|
|
4772
4775
|
# resp.accounts[0].signin_delegate_groups[0].group_name #=> String
|
|
4773
4776
|
# resp.next_token #=> String
|
|
@@ -7408,6 +7411,7 @@ module Aws::Chime
|
|
|
7408
7411
|
# resp.account.default_license #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
|
|
7409
7412
|
# resp.account.supported_licenses #=> Array
|
|
7410
7413
|
# resp.account.supported_licenses[0] #=> String, one of "Basic", "Plus", "Pro", "ProTrial"
|
|
7414
|
+
# resp.account.account_status #=> String, one of "Suspended", "Active"
|
|
7411
7415
|
# resp.account.signin_delegate_groups #=> Array
|
|
7412
7416
|
# resp.account.signin_delegate_groups[0].group_name #=> String
|
|
7413
7417
|
#
|
|
@@ -8336,7 +8340,7 @@ module Aws::Chime
|
|
|
8336
8340
|
params: params,
|
|
8337
8341
|
config: config)
|
|
8338
8342
|
context[:gem_name] = 'aws-sdk-chime'
|
|
8339
|
-
context[:gem_version] = '1.
|
|
8343
|
+
context[:gem_version] = '1.51.0'
|
|
8340
8344
|
Seahorse::Client::Request.new(handlers, context)
|
|
8341
8345
|
end
|
|
8342
8346
|
|
|
@@ -18,6 +18,7 @@ module Aws::Chime
|
|
|
18
18
|
AccountList = Shapes::ListShape.new(name: 'AccountList')
|
|
19
19
|
AccountName = Shapes::StringShape.new(name: 'AccountName')
|
|
20
20
|
AccountSettings = Shapes::StructureShape.new(name: 'AccountSettings')
|
|
21
|
+
AccountStatus = Shapes::StringShape.new(name: 'AccountStatus')
|
|
21
22
|
AccountType = Shapes::StringShape.new(name: 'AccountType')
|
|
22
23
|
AlexaForBusinessMetadata = Shapes::StructureShape.new(name: 'AlexaForBusinessMetadata')
|
|
23
24
|
Alpha2CountryCode = Shapes::StringShape.new(name: 'Alpha2CountryCode')
|
|
@@ -625,6 +626,7 @@ module Aws::Chime
|
|
|
625
626
|
Account.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "CreatedTimestamp"))
|
|
626
627
|
Account.add_member(:default_license, Shapes::ShapeRef.new(shape: License, location_name: "DefaultLicense"))
|
|
627
628
|
Account.add_member(:supported_licenses, Shapes::ShapeRef.new(shape: LicenseList, location_name: "SupportedLicenses"))
|
|
629
|
+
Account.add_member(:account_status, Shapes::ShapeRef.new(shape: AccountStatus, location_name: "AccountStatus"))
|
|
628
630
|
Account.add_member(:signin_delegate_groups, Shapes::ShapeRef.new(shape: SigninDelegateGroupList, location_name: "SigninDelegateGroups"))
|
|
629
631
|
Account.struct_class = Types::Account
|
|
630
632
|
|
data/lib/aws-sdk-chime/types.rb
CHANGED
|
@@ -64,6 +64,10 @@ module Aws::Chime
|
|
|
64
64
|
# Supported licenses for the Amazon Chime account.
|
|
65
65
|
# @return [Array<String>]
|
|
66
66
|
#
|
|
67
|
+
# @!attribute [rw] account_status
|
|
68
|
+
# The status of the account, `Suspended` or `Active`.
|
|
69
|
+
# @return [String]
|
|
70
|
+
#
|
|
67
71
|
# @!attribute [rw] signin_delegate_groups
|
|
68
72
|
# The sign-in delegate groups associated with the account.
|
|
69
73
|
# @return [Array<Types::SigninDelegateGroup>]
|
|
@@ -78,6 +82,7 @@ module Aws::Chime
|
|
|
78
82
|
:created_timestamp,
|
|
79
83
|
:default_license,
|
|
80
84
|
:supported_licenses,
|
|
85
|
+
:account_status,
|
|
81
86
|
:signin_delegate_groups)
|
|
82
87
|
SENSITIVE = []
|
|
83
88
|
include Aws::Structure
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-chime
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.51.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: 2021-07-
|
|
11
|
+
date: 2021-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|