aws-sdk-alexaforbusiness 1.41.0 → 1.46.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: 1277664a56819b224a760b92c0e02419debb3333c15516934c926b5ed54d6fe0
4
- data.tar.gz: 1df2b71449129b781486289467281d1c268d3dc3a2f534b396132172b7f54e76
3
+ metadata.gz: 8c0a08aff69ab7b40c010b52b0bff1073b32766b9b6fe1938831df6cbfe94f42
4
+ data.tar.gz: bfae1e99e647930698b0b1fdb89cd4caf70fd6e502d77deddb4bac90227ab4a6
5
5
  SHA512:
6
- metadata.gz: 7a45dbe8f92e1b03ac2453eee0f0c5ba76c63a53d149467202f0d4f3cc2d93dd51f55bccbd4d6c3764a1b4411d6945c680229c6c467916d85ccac9e8ac7a751a
7
- data.tar.gz: f0b0c6970732ce82987c2c1cfa793856269577f00ffd4e743768108cfa3882f44c9890bb354c4dbc44cba47ad51cc2126a420cf17c70534992ed0f71c6e3b57c
6
+ metadata.gz: 8e38c6a56ad92ad2ecf33d3fe16c16bc626b8ab90b8816501079c9512954bdbc385b4979ccdd74df8ffed609d4b9723ad425943aff2cbcf4e748c7db097ccc97
7
+ data.tar.gz: 33a76b2213228a0a6d30587ee947cfb06eb489a0d1d3d7b6be36178a2b3468e61fc6102faee6c9f52018caacfa89d4f3d42ad3992b673dbe9bab037f54d977a6
data/CHANGELOG.md ADDED
@@ -0,0 +1,243 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.46.0 (2021-03-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.45.0 (2021-03-01)
10
+ ------------------
11
+
12
+ * Feature - Added support for optional tags in CreateAddressBook, CreateConferenceProvider, CreateContact, CreateGatewayGroup, CreateNetworkProfile and RegisterAVSDevice APIs.
13
+
14
+ 1.44.0 (2021-02-02)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.43.0 (2020-09-30)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.42.0 (2020-09-15)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.41.0 (2020-08-25)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.40.0 (2020-07-09)
35
+ ------------------
36
+
37
+ * Feature - Added support for registering an AVS device directly to a room using RegisterAVSDevice with a room ARN
38
+
39
+ 1.39.0 (2020-06-23)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.38.0 (2020-06-15)
45
+ ------------------
46
+
47
+ * Feature - Adding support for optional tags in CreateBusinessReportSchedule, CreateProfile and CreateSkillGroup APIs
48
+
49
+ 1.37.1 (2020-06-11)
50
+ ------------------
51
+
52
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
53
+
54
+ 1.37.0 (2020-06-10)
55
+ ------------------
56
+
57
+ * Issue - This version has been yanked. (#2327).
58
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
59
+
60
+ 1.36.0 (2020-05-28)
61
+ ------------------
62
+
63
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
64
+
65
+ 1.35.0 (2020-05-07)
66
+ ------------------
67
+
68
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
69
+
70
+ 1.34.0 (2020-03-09)
71
+ ------------------
72
+
73
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
74
+
75
+ 1.33.0 (2020-01-20)
76
+ ------------------
77
+
78
+ * Feature - Add support for CreatedTime and ConnectionStatusUpdatedTime in response of SearchDevices API.
79
+
80
+ 1.32.0 (2019-11-25)
81
+ ------------------
82
+
83
+ * Feature - API update for Alexa for Business: This update enables the use of meeting room configuration that can be applied to a room profile. These settings help improve and measure utilization on Alexa for Business enabled rooms. New features include end meeting reminders, intelligent room release and room utilization analytics report.
84
+
85
+ 1.31.0 (2019-10-23)
86
+ ------------------
87
+
88
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
89
+
90
+ 1.30.0 (2019-08-20)
91
+ ------------------
92
+
93
+ * Feature - Adding support for optional locale input in CreateProfile and UpdateProfile APIs
94
+
95
+ 1.29.0 (2019-07-25)
96
+ ------------------
97
+
98
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
99
+
100
+ 1.28.0 (2019-07-01)
101
+ ------------------
102
+
103
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
104
+
105
+ 1.27.0 (2019-06-28)
106
+ ------------------
107
+
108
+ * Feature - This release allows developers and customers to add SIP addresses and international phone numbers to contacts.
109
+
110
+ 1.26.0 (2019-06-17)
111
+ ------------------
112
+
113
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
114
+
115
+ 1.25.0 (2019-05-21)
116
+ ------------------
117
+
118
+ * Feature - API update.
119
+
120
+ 1.24.0 (2019-05-15)
121
+ ------------------
122
+
123
+ * Feature - API update.
124
+
125
+ 1.23.0 (2019-05-14)
126
+ ------------------
127
+
128
+ * Feature - API update.
129
+
130
+ 1.22.0 (2019-05-07)
131
+ ------------------
132
+
133
+ * Feature - API update.
134
+
135
+ 1.21.0 (2019-05-02)
136
+ ------------------
137
+
138
+ * Feature - API update.
139
+
140
+ 1.20.0 (2019-04-24)
141
+ ------------------
142
+
143
+ * Feature - API update.
144
+
145
+ 1.19.0 (2019-03-21)
146
+ ------------------
147
+
148
+ * Feature - API update.
149
+
150
+ 1.18.0 (2019-03-18)
151
+ ------------------
152
+
153
+ * Feature - API update.
154
+
155
+ 1.17.0 (2019-03-14)
156
+ ------------------
157
+
158
+ * Feature - API update.
159
+
160
+ 1.16.0 (2019-02-28)
161
+ ------------------
162
+
163
+ * Feature - API update.
164
+
165
+ 1.15.0 (2018-12-14)
166
+ ------------------
167
+
168
+ * Feature - API update.
169
+
170
+ 1.14.0 (2018-12-07)
171
+ ------------------
172
+
173
+ * Feature - API update.
174
+
175
+ 1.13.0 (2018-11-20)
176
+ ------------------
177
+
178
+ * Feature - API update.
179
+
180
+ 1.12.0 (2018-10-26)
181
+ ------------------
182
+
183
+ * Feature - API update.
184
+
185
+ 1.11.0 (2018-10-24)
186
+ ------------------
187
+
188
+ * Feature - API update.
189
+
190
+ 1.10.0 (2018-10-23)
191
+ ------------------
192
+
193
+ * Feature - API update.
194
+
195
+ 1.9.0 (2018-09-06)
196
+ ------------------
197
+
198
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
199
+
200
+ 1.8.0 (2018-09-05)
201
+ ------------------
202
+
203
+ * Feature - API update.
204
+
205
+ 1.7.0 (2018-08-03)
206
+ ------------------
207
+
208
+ * Feature - API update.
209
+
210
+ 1.6.0 (2018-06-26)
211
+ ------------------
212
+
213
+ * Feature - API update.
214
+
215
+ 1.5.0 (2018-06-22)
216
+ ------------------
217
+
218
+ * Feature - API update.
219
+
220
+ 1.4.0 (2018-05-07)
221
+ ------------------
222
+
223
+ * Feature - API update.
224
+
225
+ 1.3.0 (2018-04-30)
226
+ ------------------
227
+
228
+ * Feature - API update.
229
+
230
+ 1.2.0 (2018-03-29)
231
+ ------------------
232
+
233
+ * Feature - API update.
234
+
235
+ 1.1.0 (2018-01-25)
236
+ ------------------
237
+
238
+ * Feature - API update.
239
+
240
+ 1.0.0 (2017-11-30)
241
+ ------------------
242
+
243
+ * Feature - Initial release of `aws-sdk-alexaforbusiness`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.46.0
@@ -3,10 +3,11 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
47
48
  # @!group service
48
49
  module Aws::AlexaForBusiness
49
50
 
50
- GEM_VERSION = '1.41.0'
51
+ GEM_VERSION = '1.46.0'
51
52
 
52
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -533,6 +533,10 @@ module Aws::AlexaForBusiness
533
533
  # **A suitable default value is auto-generated.** You should normally
534
534
  # not need to pass this option.**
535
535
  #
536
+ # @option params [Array<Types::Tag>] :tags
537
+ # The tags to be added to the specified resource. Do not provide system
538
+ # tags.
539
+ #
536
540
  # @return [Types::CreateAddressBookResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
537
541
  #
538
542
  # * {Types::CreateAddressBookResponse#address_book_arn #address_book_arn} => String
@@ -543,6 +547,12 @@ module Aws::AlexaForBusiness
543
547
  # name: "AddressBookName", # required
544
548
  # description: "AddressBookDescription",
545
549
  # client_request_token: "ClientRequestToken",
550
+ # tags: [
551
+ # {
552
+ # key: "TagKey", # required
553
+ # value: "TagValue", # required
554
+ # },
555
+ # ],
546
556
  # })
547
557
  #
548
558
  # @example Response structure
@@ -654,6 +664,10 @@ module Aws::AlexaForBusiness
654
664
  # **A suitable default value is auto-generated.** You should normally
655
665
  # not need to pass this option.**
656
666
  #
667
+ # @option params [Array<Types::Tag>] :tags
668
+ # The tags to be added to the specified resource. Do not provide system
669
+ # tags.
670
+ #
657
671
  # @return [Types::CreateConferenceProviderResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
658
672
  #
659
673
  # * {Types::CreateConferenceProviderResponse#conference_provider_arn #conference_provider_arn} => String
@@ -677,6 +691,12 @@ module Aws::AlexaForBusiness
677
691
  # require_pin: "YES", # required, accepts YES, NO, OPTIONAL
678
692
  # },
679
693
  # client_request_token: "ClientRequestToken",
694
+ # tags: [
695
+ # {
696
+ # key: "TagKey", # required
697
+ # value: "TagValue", # required
698
+ # },
699
+ # ],
680
700
  # })
681
701
  #
682
702
  # @example Response structure
@@ -724,6 +744,10 @@ module Aws::AlexaForBusiness
724
744
  # **A suitable default value is auto-generated.** You should normally
725
745
  # not need to pass this option.**
726
746
  #
747
+ # @option params [Array<Types::Tag>] :tags
748
+ # The tags to be added to the specified resource. Do not provide system
749
+ # tags.
750
+ #
727
751
  # @return [Types::CreateContactResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
728
752
  #
729
753
  # * {Types::CreateContactResponse#contact_arn #contact_arn} => String
@@ -748,6 +772,12 @@ module Aws::AlexaForBusiness
748
772
  # },
749
773
  # ],
750
774
  # client_request_token: "ClientRequestToken",
775
+ # tags: [
776
+ # {
777
+ # key: "TagKey", # required
778
+ # value: "TagValue", # required
779
+ # },
780
+ # ],
751
781
  # })
752
782
  #
753
783
  # @example Response structure
@@ -778,6 +808,10 @@ module Aws::AlexaForBusiness
778
808
  # **A suitable default value is auto-generated.** You should normally
779
809
  # not need to pass this option.**
780
810
  #
811
+ # @option params [Array<Types::Tag>] :tags
812
+ # The tags to be added to the specified resource. Do not provide system
813
+ # tags.
814
+ #
781
815
  # @return [Types::CreateGatewayGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
782
816
  #
783
817
  # * {Types::CreateGatewayGroupResponse#gateway_group_arn #gateway_group_arn} => String
@@ -788,6 +822,12 @@ module Aws::AlexaForBusiness
788
822
  # name: "GatewayGroupName", # required
789
823
  # description: "GatewayGroupDescription",
790
824
  # client_request_token: "ClientRequestToken", # required
825
+ # tags: [
826
+ # {
827
+ # key: "TagKey", # required
828
+ # value: "TagValue", # required
829
+ # },
830
+ # ],
791
831
  # })
792
832
  #
793
833
  # @example Response structure
@@ -847,6 +887,10 @@ module Aws::AlexaForBusiness
847
887
  # **A suitable default value is auto-generated.** You should normally
848
888
  # not need to pass this option.**
849
889
  #
890
+ # @option params [Array<Types::Tag>] :tags
891
+ # The tags to be added to the specified resource. Do not provide system
892
+ # tags.
893
+ #
850
894
  # @return [Types::CreateNetworkProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
851
895
  #
852
896
  # * {Types::CreateNetworkProfileResponse#network_profile_arn #network_profile_arn} => String
@@ -864,6 +908,12 @@ module Aws::AlexaForBusiness
864
908
  # certificate_authority_arn: "Arn",
865
909
  # trust_anchors: ["TrustAnchor"],
866
910
  # client_request_token: "ClientRequestToken", # required
911
+ # tags: [
912
+ # {
913
+ # key: "TagKey", # required
914
+ # value: "TagValue", # required
915
+ # },
916
+ # ],
867
917
  # })
868
918
  #
869
919
  # @example Response structure
@@ -2727,7 +2777,12 @@ module Aws::AlexaForBusiness
2727
2777
  # OEM creates a new product on Amazon's Developer Console.
2728
2778
  #
2729
2779
  # @option params [String] :room_arn
2730
- # The ARN of the room with which to associate your AVS device.
2780
+ # The Amazon Resource Name (ARN) of the room with which to associate
2781
+ # your AVS device.
2782
+ #
2783
+ # @option params [Array<Types::Tag>] :tags
2784
+ # The tags to be added to the specified resource. Do not provide system
2785
+ # tags.
2731
2786
  #
2732
2787
  # @return [Types::RegisterAVSDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2733
2788
  #
@@ -2742,6 +2797,12 @@ module Aws::AlexaForBusiness
2742
2797
  # device_serial_number: "DeviceSerialNumberForAVS",
2743
2798
  # amazon_id: "AmazonId", # required
2744
2799
  # room_arn: "Arn",
2800
+ # tags: [
2801
+ # {
2802
+ # key: "TagKey", # required
2803
+ # value: "TagValue", # required
2804
+ # },
2805
+ # ],
2745
2806
  # })
2746
2807
  #
2747
2808
  # @example Response structure
@@ -2785,6 +2846,14 @@ module Aws::AlexaForBusiness
2785
2846
  # Determines the details for the room from which a skill request was
2786
2847
  # invoked. This operation is used by skill developers.
2787
2848
  #
2849
+ # To query ResolveRoom from an Alexa skill, the skill ID needs to be
2850
+ # authorized. When the skill is using an AWS Lambda function, the skill
2851
+ # is automatically authorized when you publish your skill as a private
2852
+ # skill to your AWS account. Skills that are hosted using a custom web
2853
+ # service must be manually authorized. To get your skill authorized,
2854
+ # contact AWS Support with your AWS account ID that queries the
2855
+ # ResolveRoom API and skill ID.
2856
+ #
2788
2857
  # @option params [required, String] :user_id
2789
2858
  # The ARN of the user. Required.
2790
2859
  #
@@ -4159,7 +4228,7 @@ module Aws::AlexaForBusiness
4159
4228
  params: params,
4160
4229
  config: config)
4161
4230
  context[:gem_name] = 'aws-sdk-alexaforbusiness'
4162
- context[:gem_version] = '1.41.0'
4231
+ context[:gem_version] = '1.46.0'
4163
4232
  Seahorse::Client::Request.new(handlers, context)
4164
4233
  end
4165
4234
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -596,6 +596,7 @@ module Aws::AlexaForBusiness
596
596
  CreateAddressBookRequest.add_member(:name, Shapes::ShapeRef.new(shape: AddressBookName, required: true, location_name: "Name"))
597
597
  CreateAddressBookRequest.add_member(:description, Shapes::ShapeRef.new(shape: AddressBookDescription, location_name: "Description"))
598
598
  CreateAddressBookRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
599
+ CreateAddressBookRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
599
600
  CreateAddressBookRequest.struct_class = Types::CreateAddressBookRequest
600
601
 
601
602
  CreateAddressBookResponse.add_member(:address_book_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AddressBookArn"))
@@ -620,6 +621,7 @@ module Aws::AlexaForBusiness
620
621
  CreateConferenceProviderRequest.add_member(:pstn_dial_in, Shapes::ShapeRef.new(shape: PSTNDialIn, location_name: "PSTNDialIn"))
621
622
  CreateConferenceProviderRequest.add_member(:meeting_setting, Shapes::ShapeRef.new(shape: MeetingSetting, required: true, location_name: "MeetingSetting"))
622
623
  CreateConferenceProviderRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
624
+ CreateConferenceProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
623
625
  CreateConferenceProviderRequest.struct_class = Types::CreateConferenceProviderRequest
624
626
 
625
627
  CreateConferenceProviderResponse.add_member(:conference_provider_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ConferenceProviderArn"))
@@ -632,6 +634,7 @@ module Aws::AlexaForBusiness
632
634
  CreateContactRequest.add_member(:phone_numbers, Shapes::ShapeRef.new(shape: PhoneNumberList, location_name: "PhoneNumbers"))
633
635
  CreateContactRequest.add_member(:sip_addresses, Shapes::ShapeRef.new(shape: SipAddressList, location_name: "SipAddresses"))
634
636
  CreateContactRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
637
+ CreateContactRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
635
638
  CreateContactRequest.struct_class = Types::CreateContactRequest
636
639
 
637
640
  CreateContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ContactArn"))
@@ -645,6 +648,7 @@ module Aws::AlexaForBusiness
645
648
  CreateGatewayGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: GatewayGroupName, required: true, location_name: "Name"))
646
649
  CreateGatewayGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: GatewayGroupDescription, location_name: "Description"))
647
650
  CreateGatewayGroupRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
651
+ CreateGatewayGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
648
652
  CreateGatewayGroupRequest.struct_class = Types::CreateGatewayGroupRequest
649
653
 
650
654
  CreateGatewayGroupResponse.add_member(:gateway_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "GatewayGroupArn"))
@@ -670,6 +674,7 @@ module Aws::AlexaForBusiness
670
674
  CreateNetworkProfileRequest.add_member(:certificate_authority_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "CertificateAuthorityArn"))
671
675
  CreateNetworkProfileRequest.add_member(:trust_anchors, Shapes::ShapeRef.new(shape: TrustAnchorList, location_name: "TrustAnchors"))
672
676
  CreateNetworkProfileRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
677
+ CreateNetworkProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
673
678
  CreateNetworkProfileRequest.struct_class = Types::CreateNetworkProfileRequest
674
679
 
675
680
  CreateNetworkProfileResponse.add_member(:network_profile_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "NetworkProfileArn"))
@@ -1252,6 +1257,7 @@ module Aws::AlexaForBusiness
1252
1257
  RegisterAVSDeviceRequest.add_member(:device_serial_number, Shapes::ShapeRef.new(shape: DeviceSerialNumberForAVS, location_name: "DeviceSerialNumber"))
1253
1258
  RegisterAVSDeviceRequest.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, required: true, location_name: "AmazonId"))
1254
1259
  RegisterAVSDeviceRequest.add_member(:room_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "RoomArn"))
1260
+ RegisterAVSDeviceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1255
1261
  RegisterAVSDeviceRequest.struct_class = Types::RegisterAVSDeviceRequest
1256
1262
 
1257
1263
  RegisterAVSDeviceResponse.add_member(:device_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "DeviceArn"))
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -710,6 +710,12 @@ module Aws::AlexaForBusiness
710
710
  # name: "AddressBookName", # required
711
711
  # description: "AddressBookDescription",
712
712
  # client_request_token: "ClientRequestToken",
713
+ # tags: [
714
+ # {
715
+ # key: "TagKey", # required
716
+ # value: "TagValue", # required
717
+ # },
718
+ # ],
713
719
  # }
714
720
  #
715
721
  # @!attribute [rw] name
@@ -728,12 +734,18 @@ module Aws::AlexaForBusiness
728
734
  # not need to pass this option.
729
735
  # @return [String]
730
736
  #
737
+ # @!attribute [rw] tags
738
+ # The tags to be added to the specified resource. Do not provide
739
+ # system tags.
740
+ # @return [Array<Types::Tag>]
741
+ #
731
742
  # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateAddressBookRequest AWS API Documentation
732
743
  #
733
744
  class CreateAddressBookRequest < Struct.new(
734
745
  :name,
735
746
  :description,
736
- :client_request_token)
747
+ :client_request_token,
748
+ :tags)
737
749
  SENSITIVE = []
738
750
  include Aws::Structure
739
751
  end
@@ -859,6 +871,12 @@ module Aws::AlexaForBusiness
859
871
  # require_pin: "YES", # required, accepts YES, NO, OPTIONAL
860
872
  # },
861
873
  # client_request_token: "ClientRequestToken",
874
+ # tags: [
875
+ # {
876
+ # key: "TagKey", # required
877
+ # value: "TagValue", # required
878
+ # },
879
+ # ],
862
880
  # }
863
881
  #
864
882
  # @!attribute [rw] conference_provider_name
@@ -888,6 +906,11 @@ module Aws::AlexaForBusiness
888
906
  # not need to pass this option.
889
907
  # @return [String]
890
908
  #
909
+ # @!attribute [rw] tags
910
+ # The tags to be added to the specified resource. Do not provide
911
+ # system tags.
912
+ # @return [Array<Types::Tag>]
913
+ #
891
914
  # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateConferenceProviderRequest AWS API Documentation
892
915
  #
893
916
  class CreateConferenceProviderRequest < Struct.new(
@@ -896,7 +919,8 @@ module Aws::AlexaForBusiness
896
919
  :ip_dial_in,
897
920
  :pstn_dial_in,
898
921
  :meeting_setting,
899
- :client_request_token)
922
+ :client_request_token,
923
+ :tags)
900
924
  SENSITIVE = []
901
925
  include Aws::Structure
902
926
  end
@@ -934,6 +958,12 @@ module Aws::AlexaForBusiness
934
958
  # },
935
959
  # ],
936
960
  # client_request_token: "ClientRequestToken",
961
+ # tags: [
962
+ # {
963
+ # key: "TagKey", # required
964
+ # value: "TagValue", # required
965
+ # },
966
+ # ],
937
967
  # }
938
968
  #
939
969
  # @!attribute [rw] display_name
@@ -973,6 +1003,11 @@ module Aws::AlexaForBusiness
973
1003
  # not need to pass this option.
974
1004
  # @return [String]
975
1005
  #
1006
+ # @!attribute [rw] tags
1007
+ # The tags to be added to the specified resource. Do not provide
1008
+ # system tags.
1009
+ # @return [Array<Types::Tag>]
1010
+ #
976
1011
  # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateContactRequest AWS API Documentation
977
1012
  #
978
1013
  class CreateContactRequest < Struct.new(
@@ -982,7 +1017,8 @@ module Aws::AlexaForBusiness
982
1017
  :phone_number,
983
1018
  :phone_numbers,
984
1019
  :sip_addresses,
985
- :client_request_token)
1020
+ :client_request_token,
1021
+ :tags)
986
1022
  SENSITIVE = [:phone_number]
987
1023
  include Aws::Structure
988
1024
  end
@@ -1042,6 +1078,12 @@ module Aws::AlexaForBusiness
1042
1078
  # name: "GatewayGroupName", # required
1043
1079
  # description: "GatewayGroupDescription",
1044
1080
  # client_request_token: "ClientRequestToken", # required
1081
+ # tags: [
1082
+ # {
1083
+ # key: "TagKey", # required
1084
+ # value: "TagValue", # required
1085
+ # },
1086
+ # ],
1045
1087
  # }
1046
1088
  #
1047
1089
  # @!attribute [rw] name
@@ -1060,12 +1102,18 @@ module Aws::AlexaForBusiness
1060
1102
  # not need to pass this option.
1061
1103
  # @return [String]
1062
1104
  #
1105
+ # @!attribute [rw] tags
1106
+ # The tags to be added to the specified resource. Do not provide
1107
+ # system tags.
1108
+ # @return [Array<Types::Tag>]
1109
+ #
1063
1110
  # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateGatewayGroupRequest AWS API Documentation
1064
1111
  #
1065
1112
  class CreateGatewayGroupRequest < Struct.new(
1066
1113
  :name,
1067
1114
  :description,
1068
- :client_request_token)
1115
+ :client_request_token,
1116
+ :tags)
1069
1117
  SENSITIVE = []
1070
1118
  include Aws::Structure
1071
1119
  end
@@ -1183,6 +1231,12 @@ module Aws::AlexaForBusiness
1183
1231
  # certificate_authority_arn: "Arn",
1184
1232
  # trust_anchors: ["TrustAnchor"],
1185
1233
  # client_request_token: "ClientRequestToken", # required
1234
+ # tags: [
1235
+ # {
1236
+ # key: "TagKey", # required
1237
+ # value: "TagValue", # required
1238
+ # },
1239
+ # ],
1186
1240
  # }
1187
1241
  #
1188
1242
  # @!attribute [rw] network_profile_name
@@ -1237,6 +1291,11 @@ module Aws::AlexaForBusiness
1237
1291
  # not need to pass this option.
1238
1292
  # @return [String]
1239
1293
  #
1294
+ # @!attribute [rw] tags
1295
+ # The tags to be added to the specified resource. Do not provide
1296
+ # system tags.
1297
+ # @return [Array<Types::Tag>]
1298
+ #
1240
1299
  # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateNetworkProfileRequest AWS API Documentation
1241
1300
  #
1242
1301
  class CreateNetworkProfileRequest < Struct.new(
@@ -1249,7 +1308,8 @@ module Aws::AlexaForBusiness
1249
1308
  :next_password,
1250
1309
  :certificate_authority_arn,
1251
1310
  :trust_anchors,
1252
- :client_request_token)
1311
+ :client_request_token,
1312
+ :tags)
1253
1313
  SENSITIVE = [:current_password, :next_password]
1254
1314
  include Aws::Structure
1255
1315
  end
@@ -4186,6 +4246,12 @@ module Aws::AlexaForBusiness
4186
4246
  # device_serial_number: "DeviceSerialNumberForAVS",
4187
4247
  # amazon_id: "AmazonId", # required
4188
4248
  # room_arn: "Arn",
4249
+ # tags: [
4250
+ # {
4251
+ # key: "TagKey", # required
4252
+ # value: "TagValue", # required
4253
+ # },
4254
+ # ],
4189
4255
  # }
4190
4256
  #
4191
4257
  # @!attribute [rw] client_id
@@ -4215,9 +4281,15 @@ module Aws::AlexaForBusiness
4215
4281
  # @return [String]
4216
4282
  #
4217
4283
  # @!attribute [rw] room_arn
4218
- # The ARN of the room with which to associate your AVS device.
4284
+ # The Amazon Resource Name (ARN) of the room with which to associate
4285
+ # your AVS device.
4219
4286
  # @return [String]
4220
4287
  #
4288
+ # @!attribute [rw] tags
4289
+ # The tags to be added to the specified resource. Do not provide
4290
+ # system tags.
4291
+ # @return [Array<Types::Tag>]
4292
+ #
4221
4293
  # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/RegisterAVSDeviceRequest AWS API Documentation
4222
4294
  #
4223
4295
  class RegisterAVSDeviceRequest < Struct.new(
@@ -4226,7 +4298,8 @@ module Aws::AlexaForBusiness
4226
4298
  :product_id,
4227
4299
  :device_serial_number,
4228
4300
  :amazon_id,
4229
- :room_arn)
4301
+ :room_arn,
4302
+ :tags)
4230
4303
  SENSITIVE = []
4231
4304
  include Aws::Structure
4232
4305
  end
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.41.0
4
+ version: 1.46.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: 2020-08-25 00:00:00.000000000 Z
11
+ date: 2021-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.112.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for Alexa For Business. This gem is part of the
48
48
  AWS SDK for Ruby.
49
49
  email:
50
- - trevrowe@amazon.com
50
+ - aws-dr-rubygems@amazon.com
51
51
  executables: []
52
52
  extensions: []
53
53
  extra_rdoc_files: []
54
54
  files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
55
58
  - lib/aws-sdk-alexaforbusiness.rb
56
59
  - lib/aws-sdk-alexaforbusiness/client.rb
57
60
  - lib/aws-sdk-alexaforbusiness/client_api.rb