aws-sdk-alexaforbusiness 1.37.1 → 1.38.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: 6cf1e41fb4c8440d36419e29690bc749b44aece692343fd221781106663534c2
4
- data.tar.gz: 7d837827079095134014ef29595afbcc143455f34add349e1d9ac9b76165f2b9
3
+ metadata.gz: f2801c906c44fa835f123ea54d11d530d45906724aceb48418c19abcaac040c6
4
+ data.tar.gz: 2cba24621262d97cb3440fb328b23d851f0e2f0b880af5fa245da1ae0e0ef6a0
5
5
  SHA512:
6
- metadata.gz: 3a4934c0ab03ddf90b9ccfd52eddc5f0621d19823c756d85df6a402f6ec10a25852349e8218de648eb2a4291a2e9209bfa7c223d7c094c792bd5ab7ef904632c
7
- data.tar.gz: 468ef79291b05cf40f192091387172482a661d79f7774ace4231d45fbb4b094347852f63e398e4c2fc092eec3da3de297265eda8f081af7de5e16035ab250c39
6
+ metadata.gz: 4e62a0a8877c2755e1ae1d8002a87dc962fddd8691b67e65d097b69fe75ecee7d0d8f5af68ca1ecb30adfa2379f97a2816473f0bf1383b77354cec75eae35e62
7
+ data.tar.gz: 90ab9b10646743bdc21cd04d3d5cb5b22fce844e1332d0cd898a1d0fe139af39694d1c371c5d507f960167c62aeeec7c1b7359555936c9d02380a13ce5be09dd
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
45
45
  # @service
46
46
  module Aws::AlexaForBusiness
47
47
 
48
- GEM_VERSION = '1.37.1'
48
+ GEM_VERSION = '1.38.0'
49
49
 
50
50
  end
@@ -572,6 +572,9 @@ module Aws::AlexaForBusiness
572
572
  # **A suitable default value is auto-generated.** You should normally
573
573
  # not need to pass this option.**
574
574
  #
575
+ # @option params [Array<Types::Tag>] :tags
576
+ # The tags for the business report schedule.
577
+ #
575
578
  # @return [Types::CreateBusinessReportScheduleResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
576
579
  #
577
580
  # * {Types::CreateBusinessReportScheduleResponse#schedule_arn #schedule_arn} => String
@@ -584,12 +587,18 @@ module Aws::AlexaForBusiness
584
587
  # s3_key_prefix: "S3KeyPrefix",
585
588
  # format: "CSV", # required, accepts CSV, CSV_ZIP
586
589
  # content_range: { # required
587
- # interval: "ONE_DAY", # accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
590
+ # interval: "ONE_DAY", # required, accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
588
591
  # },
589
592
  # recurrence: {
590
593
  # start_date: "Date",
591
594
  # },
592
595
  # client_request_token: "ClientRequestToken",
596
+ # tags: [
597
+ # {
598
+ # key: "TagKey", # required
599
+ # value: "TagValue", # required
600
+ # },
601
+ # ],
593
602
  # })
594
603
  #
595
604
  # @example Response structure
@@ -896,6 +905,9 @@ module Aws::AlexaForBusiness
896
905
  # @option params [Types::CreateMeetingRoomConfiguration] :meeting_room_configuration
897
906
  # The meeting room settings of a room profile.
898
907
  #
908
+ # @option params [Array<Types::Tag>] :tags
909
+ # The tags for the profile.
910
+ #
899
911
  # @return [Types::CreateProfileResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
900
912
  #
901
913
  # * {Types::CreateProfileResponse#profile_arn #profile_arn} => String
@@ -930,6 +942,12 @@ module Aws::AlexaForBusiness
930
942
  # enabled: false, # required
931
943
  # },
932
944
  # },
945
+ # tags: [
946
+ # {
947
+ # key: "TagKey", # required
948
+ # value: "TagValue", # required
949
+ # },
950
+ # ],
933
951
  # })
934
952
  #
935
953
  # @example Response structure
@@ -954,7 +972,7 @@ module Aws::AlexaForBusiness
954
972
  # The description for the room.
955
973
  #
956
974
  # @option params [String] :profile_arn
957
- # The profile ARN for the room.
975
+ # The profile ARN for the room. This is required.
958
976
  #
959
977
  # @option params [String] :provider_calendar_id
960
978
  # The calendar ARN for the room.
@@ -1017,6 +1035,9 @@ module Aws::AlexaForBusiness
1017
1035
  # **A suitable default value is auto-generated.** You should normally
1018
1036
  # not need to pass this option.**
1019
1037
  #
1038
+ # @option params [Array<Types::Tag>] :tags
1039
+ # The tags for the skill group.
1040
+ #
1020
1041
  # @return [Types::CreateSkillGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1021
1042
  #
1022
1043
  # * {Types::CreateSkillGroupResponse#skill_group_arn #skill_group_arn} => String
@@ -1027,6 +1048,12 @@ module Aws::AlexaForBusiness
1027
1048
  # skill_group_name: "SkillGroupName", # required
1028
1049
  # description: "SkillGroupDescription",
1029
1050
  # client_request_token: "ClientRequestToken",
1051
+ # tags: [
1052
+ # {
1053
+ # key: "TagKey", # required
1054
+ # value: "TagValue", # required
1055
+ # },
1056
+ # ],
1030
1057
  # })
1031
1058
  #
1032
1059
  # @example Response structure
@@ -1734,7 +1761,7 @@ module Aws::AlexaForBusiness
1734
1761
  # resp.device.device_status #=> String, one of "READY", "PENDING", "WAS_OFFLINE", "DEREGISTERED", "FAILED"
1735
1762
  # resp.device.device_status_info.device_status_details #=> Array
1736
1763
  # resp.device.device_status_info.device_status_details[0].feature #=> String, one of "BLUETOOTH", "VOLUME", "NOTIFICATIONS", "LISTS", "SKILLS", "NETWORK_PROFILE", "SETTINGS", "ALL"
1737
- # resp.device.device_status_info.device_status_details[0].code #=> String, one of "DEVICE_SOFTWARE_UPDATE_NEEDED", "DEVICE_WAS_OFFLINE", "CREDENTIALS_ACCESS_FAILURE", "TLS_VERSION_MISMATCH", "ASSOCIATION_REJECTION", "AUTHENTICATION_FAILURE", "DHCP_FAILURE", "INTERNET_UNAVAILABLE", "DNS_FAILURE", "UNKNOWN_FAILURE", "CERTIFICATE_ISSUING_LIMIT_EXCEEDED", "INVALID_CERTIFICATE_AUTHORITY", "NETWORK_PROFILE_NOT_FOUND", "INVALID_PASSWORD_STATE", "PASSWORD_NOT_FOUND"
1764
+ # resp.device.device_status_info.device_status_details[0].code #=> String, one of "DEVICE_SOFTWARE_UPDATE_NEEDED", "DEVICE_WAS_OFFLINE", "CREDENTIALS_ACCESS_FAILURE", "TLS_VERSION_MISMATCH", "ASSOCIATION_REJECTION", "AUTHENTICATION_FAILURE", "DHCP_FAILURE", "INTERNET_UNAVAILABLE", "DNS_FAILURE", "UNKNOWN_FAILURE", "CERTIFICATE_ISSUING_LIMIT_EXCEEDED", "INVALID_CERTIFICATE_AUTHORITY", "NETWORK_PROFILE_NOT_FOUND", "INVALID_PASSWORD_STATE", "PASSWORD_NOT_FOUND", "PASSWORD_MANAGER_ACCESS_DENIED", "CERTIFICATE_AUTHORITY_ACCESS_DENIED"
1738
1765
  # resp.device.device_status_info.connection_status #=> String, one of "ONLINE", "OFFLINE"
1739
1766
  # resp.device.device_status_info.connection_status_updated_time #=> Time
1740
1767
  # resp.device.network_profile_info.network_profile_arn #=> String
@@ -3014,7 +3041,7 @@ module Aws::AlexaForBusiness
3014
3041
  # resp.devices[0].room_name #=> String
3015
3042
  # resp.devices[0].device_status_info.device_status_details #=> Array
3016
3043
  # resp.devices[0].device_status_info.device_status_details[0].feature #=> String, one of "BLUETOOTH", "VOLUME", "NOTIFICATIONS", "LISTS", "SKILLS", "NETWORK_PROFILE", "SETTINGS", "ALL"
3017
- # resp.devices[0].device_status_info.device_status_details[0].code #=> String, one of "DEVICE_SOFTWARE_UPDATE_NEEDED", "DEVICE_WAS_OFFLINE", "CREDENTIALS_ACCESS_FAILURE", "TLS_VERSION_MISMATCH", "ASSOCIATION_REJECTION", "AUTHENTICATION_FAILURE", "DHCP_FAILURE", "INTERNET_UNAVAILABLE", "DNS_FAILURE", "UNKNOWN_FAILURE", "CERTIFICATE_ISSUING_LIMIT_EXCEEDED", "INVALID_CERTIFICATE_AUTHORITY", "NETWORK_PROFILE_NOT_FOUND", "INVALID_PASSWORD_STATE", "PASSWORD_NOT_FOUND"
3044
+ # resp.devices[0].device_status_info.device_status_details[0].code #=> String, one of "DEVICE_SOFTWARE_UPDATE_NEEDED", "DEVICE_WAS_OFFLINE", "CREDENTIALS_ACCESS_FAILURE", "TLS_VERSION_MISMATCH", "ASSOCIATION_REJECTION", "AUTHENTICATION_FAILURE", "DHCP_FAILURE", "INTERNET_UNAVAILABLE", "DNS_FAILURE", "UNKNOWN_FAILURE", "CERTIFICATE_ISSUING_LIMIT_EXCEEDED", "INVALID_CERTIFICATE_AUTHORITY", "NETWORK_PROFILE_NOT_FOUND", "INVALID_PASSWORD_STATE", "PASSWORD_NOT_FOUND", "PASSWORD_MANAGER_ACCESS_DENIED", "CERTIFICATE_AUTHORITY_ACCESS_DENIED"
3018
3045
  # resp.devices[0].device_status_info.connection_status #=> String, one of "ONLINE", "OFFLINE"
3019
3046
  # resp.devices[0].device_status_info.connection_status_updated_time #=> Time
3020
3047
  # resp.devices[0].created_time #=> Time
@@ -4111,7 +4138,7 @@ module Aws::AlexaForBusiness
4111
4138
  params: params,
4112
4139
  config: config)
4113
4140
  context[:gem_name] = 'aws-sdk-alexaforbusiness'
4114
- context[:gem_version] = '1.37.1'
4141
+ context[:gem_version] = '1.38.0'
4115
4142
  Seahorse::Client::Request.new(handlers, context)
4116
4143
  end
4117
4144
 
@@ -150,6 +150,7 @@ module Aws::AlexaForBusiness
150
150
  DeviceName = Shapes::StringShape.new(name: 'DeviceName')
151
151
  DeviceNetworkProfileInfo = Shapes::StructureShape.new(name: 'DeviceNetworkProfileInfo')
152
152
  DeviceNotRegisteredException = Shapes::StructureShape.new(name: 'DeviceNotRegisteredException')
153
+ DeviceRoomName = Shapes::StringShape.new(name: 'DeviceRoomName')
153
154
  DeviceSerialNumber = Shapes::StringShape.new(name: 'DeviceSerialNumber')
154
155
  DeviceSerialNumberForAVS = Shapes::StringShape.new(name: 'DeviceSerialNumberForAVS')
155
156
  DeviceStatus = Shapes::StringShape.new(name: 'DeviceStatus')
@@ -521,7 +522,7 @@ module Aws::AlexaForBusiness
521
522
  BusinessReport.add_member(:download_url, Shapes::ShapeRef.new(shape: BusinessReportDownloadUrl, location_name: "DownloadUrl"))
522
523
  BusinessReport.struct_class = Types::BusinessReport
523
524
 
524
- BusinessReportContentRange.add_member(:interval, Shapes::ShapeRef.new(shape: BusinessReportInterval, location_name: "Interval"))
525
+ BusinessReportContentRange.add_member(:interval, Shapes::ShapeRef.new(shape: BusinessReportInterval, required: true, location_name: "Interval"))
525
526
  BusinessReportContentRange.struct_class = Types::BusinessReportContentRange
526
527
 
527
528
  BusinessReportRecurrence.add_member(:start_date, Shapes::ShapeRef.new(shape: Date, location_name: "StartDate"))
@@ -605,6 +606,7 @@ module Aws::AlexaForBusiness
605
606
  CreateBusinessReportScheduleRequest.add_member(:content_range, Shapes::ShapeRef.new(shape: BusinessReportContentRange, required: true, location_name: "ContentRange"))
606
607
  CreateBusinessReportScheduleRequest.add_member(:recurrence, Shapes::ShapeRef.new(shape: BusinessReportRecurrence, location_name: "Recurrence"))
607
608
  CreateBusinessReportScheduleRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
609
+ CreateBusinessReportScheduleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
608
610
  CreateBusinessReportScheduleRequest.struct_class = Types::CreateBusinessReportScheduleRequest
609
611
 
610
612
  CreateBusinessReportScheduleResponse.add_member(:schedule_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ScheduleArn"))
@@ -683,6 +685,7 @@ module Aws::AlexaForBusiness
683
685
  CreateProfileRequest.add_member(:max_volume_limit, Shapes::ShapeRef.new(shape: MaxVolumeLimit, location_name: "MaxVolumeLimit"))
684
686
  CreateProfileRequest.add_member(:pstn_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PSTNEnabled"))
685
687
  CreateProfileRequest.add_member(:meeting_room_configuration, Shapes::ShapeRef.new(shape: CreateMeetingRoomConfiguration, location_name: "MeetingRoomConfiguration"))
688
+ CreateProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
686
689
  CreateProfileRequest.struct_class = Types::CreateProfileRequest
687
690
 
688
691
  CreateProfileResponse.add_member(:profile_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ProfileArn"))
@@ -706,6 +709,7 @@ module Aws::AlexaForBusiness
706
709
  CreateSkillGroupRequest.add_member(:skill_group_name, Shapes::ShapeRef.new(shape: SkillGroupName, required: true, location_name: "SkillGroupName"))
707
710
  CreateSkillGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: SkillGroupDescription, location_name: "Description"))
708
711
  CreateSkillGroupRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
712
+ CreateSkillGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
709
713
  CreateSkillGroupRequest.struct_class = Types::CreateSkillGroupRequest
710
714
 
711
715
  CreateSkillGroupResponse.add_member(:skill_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SkillGroupArn"))
@@ -825,7 +829,7 @@ module Aws::AlexaForBusiness
825
829
  DeviceData.add_member(:network_profile_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "NetworkProfileArn"))
826
830
  DeviceData.add_member(:network_profile_name, Shapes::ShapeRef.new(shape: NetworkProfileName, location_name: "NetworkProfileName"))
827
831
  DeviceData.add_member(:room_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "RoomArn"))
828
- DeviceData.add_member(:room_name, Shapes::ShapeRef.new(shape: RoomName, location_name: "RoomName"))
832
+ DeviceData.add_member(:room_name, Shapes::ShapeRef.new(shape: DeviceRoomName, location_name: "RoomName"))
829
833
  DeviceData.add_member(:device_status_info, Shapes::ShapeRef.new(shape: DeviceStatusInfo, location_name: "DeviceStatusInfo"))
830
834
  DeviceData.add_member(:created_time, Shapes::ShapeRef.new(shape: DeviceDataCreatedTime, location_name: "CreatedTime"))
831
835
  DeviceData.struct_class = Types::DeviceData
@@ -338,7 +338,7 @@ module Aws::AlexaForBusiness
338
338
  # data as a hash:
339
339
  #
340
340
  # {
341
- # interval: "ONE_DAY", # accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
341
+ # interval: "ONE_DAY", # required, accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
342
342
  # }
343
343
  #
344
344
  # @!attribute [rw] interval
@@ -732,12 +732,18 @@ module Aws::AlexaForBusiness
732
732
  # s3_key_prefix: "S3KeyPrefix",
733
733
  # format: "CSV", # required, accepts CSV, CSV_ZIP
734
734
  # content_range: { # required
735
- # interval: "ONE_DAY", # accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
735
+ # interval: "ONE_DAY", # required, accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
736
736
  # },
737
737
  # recurrence: {
738
738
  # start_date: "Date",
739
739
  # },
740
740
  # client_request_token: "ClientRequestToken",
741
+ # tags: [
742
+ # {
743
+ # key: "TagKey", # required
744
+ # value: "TagValue", # required
745
+ # },
746
+ # ],
741
747
  # }
742
748
  #
743
749
  # @!attribute [rw] schedule_name
@@ -775,6 +781,10 @@ module Aws::AlexaForBusiness
775
781
  # not need to pass this option.
776
782
  # @return [String]
777
783
  #
784
+ # @!attribute [rw] tags
785
+ # The tags for the business report schedule.
786
+ # @return [Array<Types::Tag>]
787
+ #
778
788
  # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateBusinessReportScheduleRequest AWS API Documentation
779
789
  #
780
790
  class CreateBusinessReportScheduleRequest < Struct.new(
@@ -784,7 +794,8 @@ module Aws::AlexaForBusiness
784
794
  :format,
785
795
  :content_range,
786
796
  :recurrence,
787
- :client_request_token)
797
+ :client_request_token,
798
+ :tags)
788
799
  include Aws::Structure
789
800
  end
790
801
 
@@ -1246,6 +1257,12 @@ module Aws::AlexaForBusiness
1246
1257
  # enabled: false, # required
1247
1258
  # },
1248
1259
  # },
1260
+ # tags: [
1261
+ # {
1262
+ # key: "TagKey", # required
1263
+ # value: "TagValue", # required
1264
+ # },
1265
+ # ],
1249
1266
  # }
1250
1267
  #
1251
1268
  # @!attribute [rw] profile_name
@@ -1301,6 +1318,10 @@ module Aws::AlexaForBusiness
1301
1318
  # The meeting room settings of a room profile.
1302
1319
  # @return [Types::CreateMeetingRoomConfiguration]
1303
1320
  #
1321
+ # @!attribute [rw] tags
1322
+ # The tags for the profile.
1323
+ # @return [Array<Types::Tag>]
1324
+ #
1304
1325
  # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateProfileRequest AWS API Documentation
1305
1326
  #
1306
1327
  class CreateProfileRequest < Struct.new(
@@ -1315,7 +1336,8 @@ module Aws::AlexaForBusiness
1315
1336
  :setup_mode_disabled,
1316
1337
  :max_volume_limit,
1317
1338
  :pstn_enabled,
1318
- :meeting_room_configuration)
1339
+ :meeting_room_configuration,
1340
+ :tags)
1319
1341
  include Aws::Structure
1320
1342
  end
1321
1343
 
@@ -1386,7 +1408,7 @@ module Aws::AlexaForBusiness
1386
1408
  # @return [String]
1387
1409
  #
1388
1410
  # @!attribute [rw] profile_arn
1389
- # The profile ARN for the room.
1411
+ # The profile ARN for the room. This is required.
1390
1412
  # @return [String]
1391
1413
  #
1392
1414
  # @!attribute [rw] provider_calendar_id
@@ -1435,6 +1457,12 @@ module Aws::AlexaForBusiness
1435
1457
  # skill_group_name: "SkillGroupName", # required
1436
1458
  # description: "SkillGroupDescription",
1437
1459
  # client_request_token: "ClientRequestToken",
1460
+ # tags: [
1461
+ # {
1462
+ # key: "TagKey", # required
1463
+ # value: "TagValue", # required
1464
+ # },
1465
+ # ],
1438
1466
  # }
1439
1467
  #
1440
1468
  # @!attribute [rw] skill_group_name
@@ -1453,12 +1481,17 @@ module Aws::AlexaForBusiness
1453
1481
  # not need to pass this option.
1454
1482
  # @return [String]
1455
1483
  #
1484
+ # @!attribute [rw] tags
1485
+ # The tags for the skill group.
1486
+ # @return [Array<Types::Tag>]
1487
+ #
1456
1488
  # @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateSkillGroupRequest AWS API Documentation
1457
1489
  #
1458
1490
  class CreateSkillGroupRequest < Struct.new(
1459
1491
  :skill_group_name,
1460
1492
  :description,
1461
- :client_request_token)
1493
+ :client_request_token,
1494
+ :tags)
1462
1495
  include Aws::Structure
1463
1496
  end
1464
1497
 
@@ -5084,6 +5117,8 @@ module Aws::AlexaForBusiness
5084
5117
  # @return [Array<String>]
5085
5118
  #
5086
5119
  # @!attribute [rw] reviews
5120
+ # *This member has been deprecated.*
5121
+ #
5087
5122
  # The list of reviews for the skill, including Key and Value pair.
5088
5123
  # @return [Hash<String,String>]
5089
5124
  #
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.37.1
4
+ version: 1.38.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-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core