aws-sdk-alexaforbusiness 1.11.0 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-alexaforbusiness.rb +1 -1
- data/lib/aws-sdk-alexaforbusiness/client.rb +11 -11
- data/lib/aws-sdk-alexaforbusiness/types.rb +8 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be8de7976e21bcab971a08367577c0e385c491f6
|
4
|
+
data.tar.gz: 85e06e1522e24e29ffa334d95ba21a603bcac8aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbdc77e7a12a2a312a648f00737d990d4737a5d15ce9c4f071afa89f6e5c2ad568d08239ba6a78942eb624ce2288195f5d5e54efcfcb944d70df892a3404013b
|
7
|
+
data.tar.gz: 1f7409874a16360b44f828df94fa750a2e373836bbc7ece384b9c28d12405285676fec62eb482e30d44376e63f582bc7e073608a07a7317f22157917399e3f7d
|
@@ -297,7 +297,7 @@ module Aws::AlexaForBusiness
|
|
297
297
|
# Associates a skill with a skill group.
|
298
298
|
#
|
299
299
|
# @option params [String] :skill_group_arn
|
300
|
-
# The ARN of the skill group to associate the skill to.
|
300
|
+
# The ARN of the skill group to associate the skill to. Required.
|
301
301
|
#
|
302
302
|
# @option params [required, String] :skill_id
|
303
303
|
# The unique identifier of the skill.
|
@@ -366,7 +366,7 @@ module Aws::AlexaForBusiness
|
|
366
366
|
# The name of the conference provider.
|
367
367
|
#
|
368
368
|
# @option params [required, String] :conference_provider_type
|
369
|
-
#
|
369
|
+
# Represents a type within a list of predefined types.
|
370
370
|
#
|
371
371
|
# @option params [Types::IPDialIn] :ip_dial_in
|
372
372
|
# The IP endpoint and protocol for calling.
|
@@ -985,7 +985,7 @@ module Aws::AlexaForBusiness
|
|
985
985
|
# Disassociates a skill from a skill group.
|
986
986
|
#
|
987
987
|
# @option params [String] :skill_group_arn
|
988
|
-
# The unique identifier of a skill.
|
988
|
+
# The unique identifier of a skill. Required.
|
989
989
|
#
|
990
990
|
# @option params [required, String] :skill_id
|
991
991
|
# The ARN of a skill group to associate to a skill.
|
@@ -1361,8 +1361,8 @@ module Aws::AlexaForBusiness
|
|
1361
1361
|
# The tokens used for pagination.
|
1362
1362
|
#
|
1363
1363
|
# @option params [Integer] :max_results
|
1364
|
-
# The maximum number of conference providers to be
|
1365
|
-
# calls.
|
1364
|
+
# The maximum number of conference providers to be returned, per
|
1365
|
+
# paginated calls.
|
1366
1366
|
#
|
1367
1367
|
# @return [Types::ListConferenceProvidersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1368
1368
|
#
|
@@ -1520,7 +1520,7 @@ module Aws::AlexaForBusiness
|
|
1520
1520
|
# The tokens used for pagination.
|
1521
1521
|
#
|
1522
1522
|
# @option params [Integer] :max_results
|
1523
|
-
# The maximum number of categories returned per paginated calls.
|
1523
|
+
# The maximum number of categories returned, per paginated calls.
|
1524
1524
|
#
|
1525
1525
|
# @return [Types::ListSkillsStoreCategoriesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1526
1526
|
#
|
@@ -1620,7 +1620,7 @@ module Aws::AlexaForBusiness
|
|
1620
1620
|
# The room that the appliances are associated with.
|
1621
1621
|
#
|
1622
1622
|
# @option params [Integer] :max_results
|
1623
|
-
# The maximum number of appliances to be
|
1623
|
+
# The maximum number of appliances to be returned, per paginated calls.
|
1624
1624
|
#
|
1625
1625
|
# @option params [String] :next_token
|
1626
1626
|
# The tokens used for pagination.
|
@@ -1763,9 +1763,9 @@ module Aws::AlexaForBusiness
|
|
1763
1763
|
end
|
1764
1764
|
|
1765
1765
|
# Links a user's account to a third-party skill provider. If this API
|
1766
|
-
# is called by an assumed IAM role, the skill being linked
|
1767
|
-
# private skill,
|
1768
|
-
# assumed the IAM role.
|
1766
|
+
# operation is called by an assumed IAM role, the skill being linked
|
1767
|
+
# must be a private skill. Also, the skill must be owned by the AWS
|
1768
|
+
# account that assumed the IAM role.
|
1769
1769
|
#
|
1770
1770
|
# @option params [required, Hash<String,String>] :authorization_result
|
1771
1771
|
# The authorization result specific to OAUTH code grant output. "Code”
|
@@ -2852,7 +2852,7 @@ module Aws::AlexaForBusiness
|
|
2852
2852
|
params: params,
|
2853
2853
|
config: config)
|
2854
2854
|
context[:gem_name] = 'aws-sdk-alexaforbusiness'
|
2855
|
-
context[:gem_version] = '1.
|
2855
|
+
context[:gem_version] = '1.12.0'
|
2856
2856
|
Seahorse::Client::Request.new(handlers, context)
|
2857
2857
|
end
|
2858
2858
|
|
@@ -170,7 +170,7 @@ module Aws::AlexaForBusiness
|
|
170
170
|
# }
|
171
171
|
#
|
172
172
|
# @!attribute [rw] skill_group_arn
|
173
|
-
# The ARN of the skill group to associate the skill to.
|
173
|
+
# The ARN of the skill group to associate the skill to. Required.
|
174
174
|
# @return [String]
|
175
175
|
#
|
176
176
|
# @!attribute [rw] skill_id
|
@@ -413,7 +413,7 @@ module Aws::AlexaForBusiness
|
|
413
413
|
# @return [String]
|
414
414
|
#
|
415
415
|
# @!attribute [rw] conference_provider_type
|
416
|
-
#
|
416
|
+
# Represents a type within a list of predefined types.
|
417
417
|
# @return [String]
|
418
418
|
#
|
419
419
|
# @!attribute [rw] ip_dial_in
|
@@ -448,7 +448,7 @@ module Aws::AlexaForBusiness
|
|
448
448
|
end
|
449
449
|
|
450
450
|
# @!attribute [rw] conference_provider_arn
|
451
|
-
# The ARN of the newly
|
451
|
+
# The ARN of the newly-created conference provider.
|
452
452
|
# @return [String]
|
453
453
|
#
|
454
454
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateConferenceProviderResponse AWS API Documentation
|
@@ -1285,7 +1285,7 @@ module Aws::AlexaForBusiness
|
|
1285
1285
|
# }
|
1286
1286
|
#
|
1287
1287
|
# @!attribute [rw] skill_group_arn
|
1288
|
-
# The unique identifier of a skill.
|
1288
|
+
# The unique identifier of a skill. Required.
|
1289
1289
|
# @return [String]
|
1290
1290
|
#
|
1291
1291
|
# @!attribute [rw] skill_id
|
@@ -1685,7 +1685,7 @@ module Aws::AlexaForBusiness
|
|
1685
1685
|
# @return [String]
|
1686
1686
|
#
|
1687
1687
|
# @!attribute [rw] max_results
|
1688
|
-
# The maximum number of conference providers to be
|
1688
|
+
# The maximum number of conference providers to be returned, per
|
1689
1689
|
# paginated calls.
|
1690
1690
|
# @return [Integer]
|
1691
1691
|
#
|
@@ -1854,7 +1854,7 @@ module Aws::AlexaForBusiness
|
|
1854
1854
|
# @return [String]
|
1855
1855
|
#
|
1856
1856
|
# @!attribute [rw] max_results
|
1857
|
-
# The maximum number of categories returned per paginated calls.
|
1857
|
+
# The maximum number of categories returned, per paginated calls.
|
1858
1858
|
# @return [Integer]
|
1859
1859
|
#
|
1860
1860
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/ListSkillsStoreCategoriesRequest AWS API Documentation
|
@@ -1942,7 +1942,8 @@ module Aws::AlexaForBusiness
|
|
1942
1942
|
# @return [String]
|
1943
1943
|
#
|
1944
1944
|
# @!attribute [rw] max_results
|
1945
|
-
# The maximum number of appliances to be
|
1945
|
+
# The maximum number of appliances to be returned, per paginated
|
1946
|
+
# calls.
|
1946
1947
|
# @return [Integer]
|
1947
1948
|
#
|
1948
1949
|
# @!attribute [rw] next_token
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-alexaforbusiness
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.12.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: 2018-10-
|
11
|
+
date: 2018-10-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|