aws-sdk-alexaforbusiness 1.40.0 → 1.45.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 550713d6cadc7c1a9f64650affae5543f6211d6633427cf27f0f4a21c5fd4af2
|
4
|
+
data.tar.gz: bb3d97258c00ca8d2e7ab6ff50a754400e12e11f057a8cf89038acd9b4834254
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d103371713abe03f023a4c4758f8a7f74d78434d5b5bf45cad6d006dc5a649dd545a35b3c23ac5e93b3648e432bb2d0029a134e8a51fc276a723bcd88d68b549
|
7
|
+
data.tar.gz: 9684d62d988925772b7609850f065a502b95ab6ecf61df4e3f20ed6824be34a4fb05e0cb82aa0d641d040cd0ad3ee63b439130d01c7eafd0eea702367713934d
|
@@ -7,6 +7,7 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
require 'aws-sdk-core'
|
11
12
|
require 'aws-sigv4'
|
12
13
|
|
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
|
|
44
45
|
#
|
45
46
|
# See {Errors} for more information.
|
46
47
|
#
|
47
|
-
#
|
48
|
+
# @!group service
|
48
49
|
module Aws::AlexaForBusiness
|
49
50
|
|
50
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.45.0'
|
51
52
|
|
52
53
|
end
|
@@ -85,13 +85,28 @@ module Aws::AlexaForBusiness
|
|
85
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
86
86
|
# credentials.
|
87
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
88
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
89
103
|
# from an EC2 IMDS on an EC2 instance.
|
90
104
|
#
|
91
|
-
# * `Aws::
|
92
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
93
107
|
#
|
94
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
95
110
|
#
|
96
111
|
# When `:credentials` are not configured directly, the following
|
97
112
|
# locations will be searched for credentials:
|
@@ -101,10 +116,10 @@ module Aws::AlexaForBusiness
|
|
101
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
102
117
|
# * `~/.aws/credentials`
|
103
118
|
# * `~/.aws/config`
|
104
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
105
|
-
# very aggressive. Construct and pass an instance of
|
106
|
-
# `Aws::InstanceProfileCredentails`
|
107
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
108
123
|
#
|
109
124
|
# @option options [required, String] :region
|
110
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -518,6 +533,10 @@ module Aws::AlexaForBusiness
|
|
518
533
|
# **A suitable default value is auto-generated.** You should normally
|
519
534
|
# not need to pass this option.**
|
520
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
|
+
#
|
521
540
|
# @return [Types::CreateAddressBookResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
522
541
|
#
|
523
542
|
# * {Types::CreateAddressBookResponse#address_book_arn #address_book_arn} => String
|
@@ -528,6 +547,12 @@ module Aws::AlexaForBusiness
|
|
528
547
|
# name: "AddressBookName", # required
|
529
548
|
# description: "AddressBookDescription",
|
530
549
|
# client_request_token: "ClientRequestToken",
|
550
|
+
# tags: [
|
551
|
+
# {
|
552
|
+
# key: "TagKey", # required
|
553
|
+
# value: "TagValue", # required
|
554
|
+
# },
|
555
|
+
# ],
|
531
556
|
# })
|
532
557
|
#
|
533
558
|
# @example Response structure
|
@@ -639,6 +664,10 @@ module Aws::AlexaForBusiness
|
|
639
664
|
# **A suitable default value is auto-generated.** You should normally
|
640
665
|
# not need to pass this option.**
|
641
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
|
+
#
|
642
671
|
# @return [Types::CreateConferenceProviderResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
643
672
|
#
|
644
673
|
# * {Types::CreateConferenceProviderResponse#conference_provider_arn #conference_provider_arn} => String
|
@@ -662,6 +691,12 @@ module Aws::AlexaForBusiness
|
|
662
691
|
# require_pin: "YES", # required, accepts YES, NO, OPTIONAL
|
663
692
|
# },
|
664
693
|
# client_request_token: "ClientRequestToken",
|
694
|
+
# tags: [
|
695
|
+
# {
|
696
|
+
# key: "TagKey", # required
|
697
|
+
# value: "TagValue", # required
|
698
|
+
# },
|
699
|
+
# ],
|
665
700
|
# })
|
666
701
|
#
|
667
702
|
# @example Response structure
|
@@ -709,6 +744,10 @@ module Aws::AlexaForBusiness
|
|
709
744
|
# **A suitable default value is auto-generated.** You should normally
|
710
745
|
# not need to pass this option.**
|
711
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
|
+
#
|
712
751
|
# @return [Types::CreateContactResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
713
752
|
#
|
714
753
|
# * {Types::CreateContactResponse#contact_arn #contact_arn} => String
|
@@ -733,6 +772,12 @@ module Aws::AlexaForBusiness
|
|
733
772
|
# },
|
734
773
|
# ],
|
735
774
|
# client_request_token: "ClientRequestToken",
|
775
|
+
# tags: [
|
776
|
+
# {
|
777
|
+
# key: "TagKey", # required
|
778
|
+
# value: "TagValue", # required
|
779
|
+
# },
|
780
|
+
# ],
|
736
781
|
# })
|
737
782
|
#
|
738
783
|
# @example Response structure
|
@@ -763,6 +808,10 @@ module Aws::AlexaForBusiness
|
|
763
808
|
# **A suitable default value is auto-generated.** You should normally
|
764
809
|
# not need to pass this option.**
|
765
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
|
+
#
|
766
815
|
# @return [Types::CreateGatewayGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
767
816
|
#
|
768
817
|
# * {Types::CreateGatewayGroupResponse#gateway_group_arn #gateway_group_arn} => String
|
@@ -773,6 +822,12 @@ module Aws::AlexaForBusiness
|
|
773
822
|
# name: "GatewayGroupName", # required
|
774
823
|
# description: "GatewayGroupDescription",
|
775
824
|
# client_request_token: "ClientRequestToken", # required
|
825
|
+
# tags: [
|
826
|
+
# {
|
827
|
+
# key: "TagKey", # required
|
828
|
+
# value: "TagValue", # required
|
829
|
+
# },
|
830
|
+
# ],
|
776
831
|
# })
|
777
832
|
#
|
778
833
|
# @example Response structure
|
@@ -832,6 +887,10 @@ module Aws::AlexaForBusiness
|
|
832
887
|
# **A suitable default value is auto-generated.** You should normally
|
833
888
|
# not need to pass this option.**
|
834
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
|
+
#
|
835
894
|
# @return [Types::CreateNetworkProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
836
895
|
#
|
837
896
|
# * {Types::CreateNetworkProfileResponse#network_profile_arn #network_profile_arn} => String
|
@@ -849,6 +908,12 @@ module Aws::AlexaForBusiness
|
|
849
908
|
# certificate_authority_arn: "Arn",
|
850
909
|
# trust_anchors: ["TrustAnchor"],
|
851
910
|
# client_request_token: "ClientRequestToken", # required
|
911
|
+
# tags: [
|
912
|
+
# {
|
913
|
+
# key: "TagKey", # required
|
914
|
+
# value: "TagValue", # required
|
915
|
+
# },
|
916
|
+
# ],
|
852
917
|
# })
|
853
918
|
#
|
854
919
|
# @example Response structure
|
@@ -2712,7 +2777,12 @@ module Aws::AlexaForBusiness
|
|
2712
2777
|
# OEM creates a new product on Amazon's Developer Console.
|
2713
2778
|
#
|
2714
2779
|
# @option params [String] :room_arn
|
2715
|
-
# The ARN of the room with which to associate
|
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.
|
2716
2786
|
#
|
2717
2787
|
# @return [Types::RegisterAVSDeviceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2718
2788
|
#
|
@@ -2727,6 +2797,12 @@ module Aws::AlexaForBusiness
|
|
2727
2797
|
# device_serial_number: "DeviceSerialNumberForAVS",
|
2728
2798
|
# amazon_id: "AmazonId", # required
|
2729
2799
|
# room_arn: "Arn",
|
2800
|
+
# tags: [
|
2801
|
+
# {
|
2802
|
+
# key: "TagKey", # required
|
2803
|
+
# value: "TagValue", # required
|
2804
|
+
# },
|
2805
|
+
# ],
|
2730
2806
|
# })
|
2731
2807
|
#
|
2732
2808
|
# @example Response structure
|
@@ -2770,6 +2846,14 @@ module Aws::AlexaForBusiness
|
|
2770
2846
|
# Determines the details for the room from which a skill request was
|
2771
2847
|
# invoked. This operation is used by skill developers.
|
2772
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
|
+
#
|
2773
2857
|
# @option params [required, String] :user_id
|
2774
2858
|
# The ARN of the user. Required.
|
2775
2859
|
#
|
@@ -4144,7 +4228,7 @@ module Aws::AlexaForBusiness
|
|
4144
4228
|
params: params,
|
4145
4229
|
config: config)
|
4146
4230
|
context[:gem_name] = 'aws-sdk-alexaforbusiness'
|
4147
|
-
context[:gem_version] = '1.
|
4231
|
+
context[:gem_version] = '1.45.0'
|
4148
4232
|
Seahorse::Client::Request.new(handlers, context)
|
4149
4233
|
end
|
4150
4234
|
|
@@ -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"))
|
@@ -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
|
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.
|
4
|
+
version: 1.45.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:
|
11
|
+
date: 2021-03-01 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.
|
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.
|
32
|
+
version: 3.112.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|