aws-sdk-alexaforbusiness 1.44.0 → 1.45.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: 056fbb9c4cb8cad2c296750c4ce84ebf09087c3991e998ef8f2bb1b5e9d7d381
4
- data.tar.gz: 0bb0764aab78fd757b16eab6ce1bc27158476ed75170c291e20268c9f37cd512
3
+ metadata.gz: 550713d6cadc7c1a9f64650affae5543f6211d6633427cf27f0f4a21c5fd4af2
4
+ data.tar.gz: bb3d97258c00ca8d2e7ab6ff50a754400e12e11f057a8cf89038acd9b4834254
5
5
  SHA512:
6
- metadata.gz: 6a086af0a4af880d88e96d9ab29aabbe8b28a5c0883c66b72e8fb3aed09cdd1011665a7dd2e1b5f9bdcaae7f0b84caee5d9920fe150b17633101a4f6e8208673
7
- data.tar.gz: 05b3970ca7b16240aa58d76574302be476b730585161d2f99c74132acc76a09b09c7dc4b278b5437b071eece138707d29f5c6601e83571654c0e30a89e28de87
6
+ metadata.gz: d103371713abe03f023a4c4758f8a7f74d78434d5b5bf45cad6d006dc5a649dd545a35b3c23ac5e93b3648e432bb2d0029a134e8a51fc276a723bcd88d68b549
7
+ data.tar.gz: 9684d62d988925772b7609850f065a502b95ab6ecf61df4e3f20ed6824be34a4fb05e0cb82aa0d641d040cd0ad3ee63b439130d01c7eafd0eea702367713934d
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
48
48
  # @!group service
49
49
  module Aws::AlexaForBusiness
50
50
 
51
- GEM_VERSION = '1.44.0'
51
+ GEM_VERSION = '1.45.0'
52
52
 
53
53
  end
@@ -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.44.0'
4231
+ context[:gem_version] = '1.45.0'
4163
4232
  Seahorse::Client::Request.new(handlers, context)
4164
4233
  end
4165
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 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.44.0
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: 2021-02-02 00:00:00.000000000 Z
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