aws-sdk-chime 1.74.0 → 1.76.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chime/client.rb +1662 -14
- data/lib/aws-sdk-chime/client_api.rb +129 -0
- data/lib/aws-sdk-chime/types.rb +12 -0
- data/lib/aws-sdk-chime.rb +1 -1
- metadata +4 -4
@@ -2834,6 +2834,7 @@ module Aws::Chime
|
|
2834
2834
|
o.name = "AssociatePhoneNumbersWithVoiceConnector"
|
2835
2835
|
o.http_method = "POST"
|
2836
2836
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}?operation=associate-phone-numbers"
|
2837
|
+
o.deprecated = true
|
2837
2838
|
o.input = Shapes::ShapeRef.new(shape: AssociatePhoneNumbersWithVoiceConnectorRequest)
|
2838
2839
|
o.output = Shapes::ShapeRef.new(shape: AssociatePhoneNumbersWithVoiceConnectorResponse)
|
2839
2840
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -2850,6 +2851,7 @@ module Aws::Chime
|
|
2850
2851
|
o.name = "AssociatePhoneNumbersWithVoiceConnectorGroup"
|
2851
2852
|
o.http_method = "POST"
|
2852
2853
|
o.http_request_uri = "/voice-connector-groups/{voiceConnectorGroupId}?operation=associate-phone-numbers"
|
2854
|
+
o.deprecated = true
|
2853
2855
|
o.input = Shapes::ShapeRef.new(shape: AssociatePhoneNumbersWithVoiceConnectorGroupRequest)
|
2854
2856
|
o.output = Shapes::ShapeRef.new(shape: AssociatePhoneNumbersWithVoiceConnectorGroupResponse)
|
2855
2857
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -2881,6 +2883,7 @@ module Aws::Chime
|
|
2881
2883
|
o.name = "BatchCreateAttendee"
|
2882
2884
|
o.http_method = "POST"
|
2883
2885
|
o.http_request_uri = "/meetings/{meetingId}/attendees?operation=batch-create"
|
2886
|
+
o.deprecated = true
|
2884
2887
|
o.input = Shapes::ShapeRef.new(shape: BatchCreateAttendeeRequest)
|
2885
2888
|
o.output = Shapes::ShapeRef.new(shape: BatchCreateAttendeeResponse)
|
2886
2889
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -2897,6 +2900,7 @@ module Aws::Chime
|
|
2897
2900
|
o.name = "BatchCreateChannelMembership"
|
2898
2901
|
o.http_method = "POST"
|
2899
2902
|
o.http_request_uri = "/channels/{channelArn}/memberships?operation=batch-create"
|
2903
|
+
o.deprecated = true
|
2900
2904
|
o.endpoint_pattern = {
|
2901
2905
|
"hostPrefix" => "messaging-",
|
2902
2906
|
}
|
@@ -3019,6 +3023,7 @@ module Aws::Chime
|
|
3019
3023
|
o.name = "CreateAppInstance"
|
3020
3024
|
o.http_method = "POST"
|
3021
3025
|
o.http_request_uri = "/app-instances"
|
3026
|
+
o.deprecated = true
|
3022
3027
|
o.endpoint_pattern = {
|
3023
3028
|
"hostPrefix" => "identity-",
|
3024
3029
|
}
|
@@ -3038,6 +3043,7 @@ module Aws::Chime
|
|
3038
3043
|
o.name = "CreateAppInstanceAdmin"
|
3039
3044
|
o.http_method = "POST"
|
3040
3045
|
o.http_request_uri = "/app-instances/{appInstanceArn}/admins"
|
3046
|
+
o.deprecated = true
|
3041
3047
|
o.endpoint_pattern = {
|
3042
3048
|
"hostPrefix" => "identity-",
|
3043
3049
|
}
|
@@ -3057,6 +3063,7 @@ module Aws::Chime
|
|
3057
3063
|
o.name = "CreateAppInstanceUser"
|
3058
3064
|
o.http_method = "POST"
|
3059
3065
|
o.http_request_uri = "/app-instance-users"
|
3066
|
+
o.deprecated = true
|
3060
3067
|
o.endpoint_pattern = {
|
3061
3068
|
"hostPrefix" => "identity-",
|
3062
3069
|
}
|
@@ -3076,6 +3083,7 @@ module Aws::Chime
|
|
3076
3083
|
o.name = "CreateAttendee"
|
3077
3084
|
o.http_method = "POST"
|
3078
3085
|
o.http_request_uri = "/meetings/{meetingId}/attendees"
|
3086
|
+
o.deprecated = true
|
3079
3087
|
o.input = Shapes::ShapeRef.new(shape: CreateAttendeeRequest)
|
3080
3088
|
o.output = Shapes::ShapeRef.new(shape: CreateAttendeeResponse)
|
3081
3089
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -3108,6 +3116,7 @@ module Aws::Chime
|
|
3108
3116
|
o.name = "CreateChannel"
|
3109
3117
|
o.http_method = "POST"
|
3110
3118
|
o.http_request_uri = "/channels"
|
3119
|
+
o.deprecated = true
|
3111
3120
|
o.endpoint_pattern = {
|
3112
3121
|
"hostPrefix" => "messaging-",
|
3113
3122
|
}
|
@@ -3127,6 +3136,7 @@ module Aws::Chime
|
|
3127
3136
|
o.name = "CreateChannelBan"
|
3128
3137
|
o.http_method = "POST"
|
3129
3138
|
o.http_request_uri = "/channels/{channelArn}/bans"
|
3139
|
+
o.deprecated = true
|
3130
3140
|
o.endpoint_pattern = {
|
3131
3141
|
"hostPrefix" => "messaging-",
|
3132
3142
|
}
|
@@ -3146,6 +3156,7 @@ module Aws::Chime
|
|
3146
3156
|
o.name = "CreateChannelMembership"
|
3147
3157
|
o.http_method = "POST"
|
3148
3158
|
o.http_request_uri = "/channels/{channelArn}/memberships"
|
3159
|
+
o.deprecated = true
|
3149
3160
|
o.endpoint_pattern = {
|
3150
3161
|
"hostPrefix" => "messaging-",
|
3151
3162
|
}
|
@@ -3165,6 +3176,7 @@ module Aws::Chime
|
|
3165
3176
|
o.name = "CreateChannelModerator"
|
3166
3177
|
o.http_method = "POST"
|
3167
3178
|
o.http_request_uri = "/channels/{channelArn}/moderators"
|
3179
|
+
o.deprecated = true
|
3168
3180
|
o.endpoint_pattern = {
|
3169
3181
|
"hostPrefix" => "messaging-",
|
3170
3182
|
}
|
@@ -3184,6 +3196,7 @@ module Aws::Chime
|
|
3184
3196
|
o.name = "CreateMediaCapturePipeline"
|
3185
3197
|
o.http_method = "POST"
|
3186
3198
|
o.http_request_uri = "/media-capture-pipelines"
|
3199
|
+
o.deprecated = true
|
3187
3200
|
o.input = Shapes::ShapeRef.new(shape: CreateMediaCapturePipelineRequest)
|
3188
3201
|
o.output = Shapes::ShapeRef.new(shape: CreateMediaCapturePipelineResponse)
|
3189
3202
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceededException)
|
@@ -3199,6 +3212,7 @@ module Aws::Chime
|
|
3199
3212
|
o.name = "CreateMeeting"
|
3200
3213
|
o.http_method = "POST"
|
3201
3214
|
o.http_request_uri = "/meetings"
|
3215
|
+
o.deprecated = true
|
3202
3216
|
o.input = Shapes::ShapeRef.new(shape: CreateMeetingRequest)
|
3203
3217
|
o.output = Shapes::ShapeRef.new(shape: CreateMeetingResponse)
|
3204
3218
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -3230,6 +3244,7 @@ module Aws::Chime
|
|
3230
3244
|
o.name = "CreateMeetingWithAttendees"
|
3231
3245
|
o.http_method = "POST"
|
3232
3246
|
o.http_request_uri = "/meetings?operation=create-attendees"
|
3247
|
+
o.deprecated = true
|
3233
3248
|
o.input = Shapes::ShapeRef.new(shape: CreateMeetingWithAttendeesRequest)
|
3234
3249
|
o.output = Shapes::ShapeRef.new(shape: CreateMeetingWithAttendeesResponse)
|
3235
3250
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -3261,6 +3276,7 @@ module Aws::Chime
|
|
3261
3276
|
o.name = "CreateProxySession"
|
3262
3277
|
o.http_method = "POST"
|
3263
3278
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/proxy-sessions"
|
3279
|
+
o.deprecated = true
|
3264
3280
|
o.input = Shapes::ShapeRef.new(shape: CreateProxySessionRequest)
|
3265
3281
|
o.output = Shapes::ShapeRef.new(shape: CreateProxySessionResponse)
|
3266
3282
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -3309,6 +3325,7 @@ module Aws::Chime
|
|
3309
3325
|
o.name = "CreateSipMediaApplication"
|
3310
3326
|
o.http_method = "POST"
|
3311
3327
|
o.http_request_uri = "/sip-media-applications"
|
3328
|
+
o.deprecated = true
|
3312
3329
|
o.input = Shapes::ShapeRef.new(shape: CreateSipMediaApplicationRequest)
|
3313
3330
|
o.output = Shapes::ShapeRef.new(shape: CreateSipMediaApplicationResponse)
|
3314
3331
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -3326,6 +3343,7 @@ module Aws::Chime
|
|
3326
3343
|
o.name = "CreateSipMediaApplicationCall"
|
3327
3344
|
o.http_method = "POST"
|
3328
3345
|
o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}/calls"
|
3346
|
+
o.deprecated = true
|
3329
3347
|
o.input = Shapes::ShapeRef.new(shape: CreateSipMediaApplicationCallRequest)
|
3330
3348
|
o.output = Shapes::ShapeRef.new(shape: CreateSipMediaApplicationCallResponse)
|
3331
3349
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -3342,6 +3360,7 @@ module Aws::Chime
|
|
3342
3360
|
o.name = "CreateSipRule"
|
3343
3361
|
o.http_method = "POST"
|
3344
3362
|
o.http_request_uri = "/sip-rules"
|
3363
|
+
o.deprecated = true
|
3345
3364
|
o.input = Shapes::ShapeRef.new(shape: CreateSipRuleRequest)
|
3346
3365
|
o.output = Shapes::ShapeRef.new(shape: CreateSipRuleResponse)
|
3347
3366
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -3375,6 +3394,7 @@ module Aws::Chime
|
|
3375
3394
|
o.name = "CreateVoiceConnector"
|
3376
3395
|
o.http_method = "POST"
|
3377
3396
|
o.http_request_uri = "/voice-connectors"
|
3397
|
+
o.deprecated = true
|
3378
3398
|
o.input = Shapes::ShapeRef.new(shape: CreateVoiceConnectorRequest)
|
3379
3399
|
o.output = Shapes::ShapeRef.new(shape: CreateVoiceConnectorResponse)
|
3380
3400
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -3391,6 +3411,7 @@ module Aws::Chime
|
|
3391
3411
|
o.name = "CreateVoiceConnectorGroup"
|
3392
3412
|
o.http_method = "POST"
|
3393
3413
|
o.http_request_uri = "/voice-connector-groups"
|
3414
|
+
o.deprecated = true
|
3394
3415
|
o.input = Shapes::ShapeRef.new(shape: CreateVoiceConnectorGroupRequest)
|
3395
3416
|
o.output = Shapes::ShapeRef.new(shape: CreateVoiceConnectorGroupResponse)
|
3396
3417
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -3423,6 +3444,7 @@ module Aws::Chime
|
|
3423
3444
|
o.name = "DeleteAppInstance"
|
3424
3445
|
o.http_method = "DELETE"
|
3425
3446
|
o.http_request_uri = "/app-instances/{appInstanceArn}"
|
3447
|
+
o.deprecated = true
|
3426
3448
|
o.endpoint_pattern = {
|
3427
3449
|
"hostPrefix" => "identity-",
|
3428
3450
|
}
|
@@ -3440,6 +3462,7 @@ module Aws::Chime
|
|
3440
3462
|
o.name = "DeleteAppInstanceAdmin"
|
3441
3463
|
o.http_method = "DELETE"
|
3442
3464
|
o.http_request_uri = "/app-instances/{appInstanceArn}/admins/{appInstanceAdminArn}"
|
3465
|
+
o.deprecated = true
|
3443
3466
|
o.endpoint_pattern = {
|
3444
3467
|
"hostPrefix" => "identity-",
|
3445
3468
|
}
|
@@ -3458,6 +3481,7 @@ module Aws::Chime
|
|
3458
3481
|
o.name = "DeleteAppInstanceStreamingConfigurations"
|
3459
3482
|
o.http_method = "DELETE"
|
3460
3483
|
o.http_request_uri = "/app-instances/{appInstanceArn}/streaming-configurations"
|
3484
|
+
o.deprecated = true
|
3461
3485
|
o.input = Shapes::ShapeRef.new(shape: DeleteAppInstanceStreamingConfigurationsRequest)
|
3462
3486
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3463
3487
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -3473,6 +3497,7 @@ module Aws::Chime
|
|
3473
3497
|
o.name = "DeleteAppInstanceUser"
|
3474
3498
|
o.http_method = "DELETE"
|
3475
3499
|
o.http_request_uri = "/app-instance-users/{appInstanceUserArn}"
|
3500
|
+
o.deprecated = true
|
3476
3501
|
o.endpoint_pattern = {
|
3477
3502
|
"hostPrefix" => "identity-",
|
3478
3503
|
}
|
@@ -3490,6 +3515,7 @@ module Aws::Chime
|
|
3490
3515
|
o.name = "DeleteAttendee"
|
3491
3516
|
o.http_method = "DELETE"
|
3492
3517
|
o.http_request_uri = "/meetings/{meetingId}/attendees/{attendeeId}"
|
3518
|
+
o.deprecated = true
|
3493
3519
|
o.input = Shapes::ShapeRef.new(shape: DeleteAttendeeRequest)
|
3494
3520
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3495
3521
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -3505,6 +3531,7 @@ module Aws::Chime
|
|
3505
3531
|
o.name = "DeleteChannel"
|
3506
3532
|
o.http_method = "DELETE"
|
3507
3533
|
o.http_request_uri = "/channels/{channelArn}"
|
3534
|
+
o.deprecated = true
|
3508
3535
|
o.endpoint_pattern = {
|
3509
3536
|
"hostPrefix" => "messaging-",
|
3510
3537
|
}
|
@@ -3522,6 +3549,7 @@ module Aws::Chime
|
|
3522
3549
|
o.name = "DeleteChannelBan"
|
3523
3550
|
o.http_method = "DELETE"
|
3524
3551
|
o.http_request_uri = "/channels/{channelArn}/bans/{memberArn}"
|
3552
|
+
o.deprecated = true
|
3525
3553
|
o.endpoint_pattern = {
|
3526
3554
|
"hostPrefix" => "messaging-",
|
3527
3555
|
}
|
@@ -3539,6 +3567,7 @@ module Aws::Chime
|
|
3539
3567
|
o.name = "DeleteChannelMembership"
|
3540
3568
|
o.http_method = "DELETE"
|
3541
3569
|
o.http_request_uri = "/channels/{channelArn}/memberships/{memberArn}"
|
3570
|
+
o.deprecated = true
|
3542
3571
|
o.endpoint_pattern = {
|
3543
3572
|
"hostPrefix" => "messaging-",
|
3544
3573
|
}
|
@@ -3557,6 +3586,7 @@ module Aws::Chime
|
|
3557
3586
|
o.name = "DeleteChannelMessage"
|
3558
3587
|
o.http_method = "DELETE"
|
3559
3588
|
o.http_request_uri = "/channels/{channelArn}/messages/{messageId}"
|
3589
|
+
o.deprecated = true
|
3560
3590
|
o.endpoint_pattern = {
|
3561
3591
|
"hostPrefix" => "messaging-",
|
3562
3592
|
}
|
@@ -3574,6 +3604,7 @@ module Aws::Chime
|
|
3574
3604
|
o.name = "DeleteChannelModerator"
|
3575
3605
|
o.http_method = "DELETE"
|
3576
3606
|
o.http_request_uri = "/channels/{channelArn}/moderators/{channelModeratorArn}"
|
3607
|
+
o.deprecated = true
|
3577
3608
|
o.endpoint_pattern = {
|
3578
3609
|
"hostPrefix" => "messaging-",
|
3579
3610
|
}
|
@@ -3605,6 +3636,7 @@ module Aws::Chime
|
|
3605
3636
|
o.name = "DeleteMediaCapturePipeline"
|
3606
3637
|
o.http_method = "DELETE"
|
3607
3638
|
o.http_request_uri = "/media-capture-pipelines/{mediaPipelineId}"
|
3639
|
+
o.deprecated = true
|
3608
3640
|
o.input = Shapes::ShapeRef.new(shape: DeleteMediaCapturePipelineRequest)
|
3609
3641
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3610
3642
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
@@ -3620,6 +3652,7 @@ module Aws::Chime
|
|
3620
3652
|
o.name = "DeleteMeeting"
|
3621
3653
|
o.http_method = "DELETE"
|
3622
3654
|
o.http_request_uri = "/meetings/{meetingId}"
|
3655
|
+
o.deprecated = true
|
3623
3656
|
o.input = Shapes::ShapeRef.new(shape: DeleteMeetingRequest)
|
3624
3657
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3625
3658
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -3650,6 +3683,7 @@ module Aws::Chime
|
|
3650
3683
|
o.name = "DeleteProxySession"
|
3651
3684
|
o.http_method = "DELETE"
|
3652
3685
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}"
|
3686
|
+
o.deprecated = true
|
3653
3687
|
o.input = Shapes::ShapeRef.new(shape: DeleteProxySessionRequest)
|
3654
3688
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3655
3689
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -3695,6 +3729,7 @@ module Aws::Chime
|
|
3695
3729
|
o.name = "DeleteSipMediaApplication"
|
3696
3730
|
o.http_method = "DELETE"
|
3697
3731
|
o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}"
|
3732
|
+
o.deprecated = true
|
3698
3733
|
o.input = Shapes::ShapeRef.new(shape: DeleteSipMediaApplicationRequest)
|
3699
3734
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3700
3735
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -3711,6 +3746,7 @@ module Aws::Chime
|
|
3711
3746
|
o.name = "DeleteSipRule"
|
3712
3747
|
o.http_method = "DELETE"
|
3713
3748
|
o.http_request_uri = "/sip-rules/{sipRuleId}"
|
3749
|
+
o.deprecated = true
|
3714
3750
|
o.input = Shapes::ShapeRef.new(shape: DeleteSipRuleRequest)
|
3715
3751
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3716
3752
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -3727,6 +3763,7 @@ module Aws::Chime
|
|
3727
3763
|
o.name = "DeleteVoiceConnector"
|
3728
3764
|
o.http_method = "DELETE"
|
3729
3765
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}"
|
3766
|
+
o.deprecated = true
|
3730
3767
|
o.input = Shapes::ShapeRef.new(shape: DeleteVoiceConnectorRequest)
|
3731
3768
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3732
3769
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -3743,6 +3780,7 @@ module Aws::Chime
|
|
3743
3780
|
o.name = "DeleteVoiceConnectorEmergencyCallingConfiguration"
|
3744
3781
|
o.http_method = "DELETE"
|
3745
3782
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/emergency-calling-configuration"
|
3783
|
+
o.deprecated = true
|
3746
3784
|
o.input = Shapes::ShapeRef.new(shape: DeleteVoiceConnectorEmergencyCallingConfigurationRequest)
|
3747
3785
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3748
3786
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -3758,6 +3796,7 @@ module Aws::Chime
|
|
3758
3796
|
o.name = "DeleteVoiceConnectorGroup"
|
3759
3797
|
o.http_method = "DELETE"
|
3760
3798
|
o.http_request_uri = "/voice-connector-groups/{voiceConnectorGroupId}"
|
3799
|
+
o.deprecated = true
|
3761
3800
|
o.input = Shapes::ShapeRef.new(shape: DeleteVoiceConnectorGroupRequest)
|
3762
3801
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3763
3802
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -3774,6 +3813,7 @@ module Aws::Chime
|
|
3774
3813
|
o.name = "DeleteVoiceConnectorOrigination"
|
3775
3814
|
o.http_method = "DELETE"
|
3776
3815
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/origination"
|
3816
|
+
o.deprecated = true
|
3777
3817
|
o.input = Shapes::ShapeRef.new(shape: DeleteVoiceConnectorOriginationRequest)
|
3778
3818
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3779
3819
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -3789,6 +3829,7 @@ module Aws::Chime
|
|
3789
3829
|
o.name = "DeleteVoiceConnectorProxy"
|
3790
3830
|
o.http_method = "DELETE"
|
3791
3831
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy"
|
3832
|
+
o.deprecated = true
|
3792
3833
|
o.input = Shapes::ShapeRef.new(shape: DeleteVoiceConnectorProxyRequest)
|
3793
3834
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3794
3835
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -3804,6 +3845,7 @@ module Aws::Chime
|
|
3804
3845
|
o.name = "DeleteVoiceConnectorStreamingConfiguration"
|
3805
3846
|
o.http_method = "DELETE"
|
3806
3847
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/streaming-configuration"
|
3848
|
+
o.deprecated = true
|
3807
3849
|
o.input = Shapes::ShapeRef.new(shape: DeleteVoiceConnectorStreamingConfigurationRequest)
|
3808
3850
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3809
3851
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -3819,6 +3861,7 @@ module Aws::Chime
|
|
3819
3861
|
o.name = "DeleteVoiceConnectorTermination"
|
3820
3862
|
o.http_method = "DELETE"
|
3821
3863
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/termination"
|
3864
|
+
o.deprecated = true
|
3822
3865
|
o.input = Shapes::ShapeRef.new(shape: DeleteVoiceConnectorTerminationRequest)
|
3823
3866
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3824
3867
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -3834,6 +3877,7 @@ module Aws::Chime
|
|
3834
3877
|
o.name = "DeleteVoiceConnectorTerminationCredentials"
|
3835
3878
|
o.http_method = "POST"
|
3836
3879
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/termination/credentials?operation=delete"
|
3880
|
+
o.deprecated = true
|
3837
3881
|
o.input = Shapes::ShapeRef.new(shape: DeleteVoiceConnectorTerminationCredentialsRequest)
|
3838
3882
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3839
3883
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -3849,6 +3893,7 @@ module Aws::Chime
|
|
3849
3893
|
o.name = "DescribeAppInstance"
|
3850
3894
|
o.http_method = "GET"
|
3851
3895
|
o.http_request_uri = "/app-instances/{appInstanceArn}"
|
3896
|
+
o.deprecated = true
|
3852
3897
|
o.endpoint_pattern = {
|
3853
3898
|
"hostPrefix" => "identity-",
|
3854
3899
|
}
|
@@ -3866,6 +3911,7 @@ module Aws::Chime
|
|
3866
3911
|
o.name = "DescribeAppInstanceAdmin"
|
3867
3912
|
o.http_method = "GET"
|
3868
3913
|
o.http_request_uri = "/app-instances/{appInstanceArn}/admins/{appInstanceAdminArn}"
|
3914
|
+
o.deprecated = true
|
3869
3915
|
o.endpoint_pattern = {
|
3870
3916
|
"hostPrefix" => "identity-",
|
3871
3917
|
}
|
@@ -3883,6 +3929,7 @@ module Aws::Chime
|
|
3883
3929
|
o.name = "DescribeAppInstanceUser"
|
3884
3930
|
o.http_method = "GET"
|
3885
3931
|
o.http_request_uri = "/app-instance-users/{appInstanceUserArn}"
|
3932
|
+
o.deprecated = true
|
3886
3933
|
o.endpoint_pattern = {
|
3887
3934
|
"hostPrefix" => "identity-",
|
3888
3935
|
}
|
@@ -3900,6 +3947,7 @@ module Aws::Chime
|
|
3900
3947
|
o.name = "DescribeChannel"
|
3901
3948
|
o.http_method = "GET"
|
3902
3949
|
o.http_request_uri = "/channels/{channelArn}"
|
3950
|
+
o.deprecated = true
|
3903
3951
|
o.endpoint_pattern = {
|
3904
3952
|
"hostPrefix" => "messaging-",
|
3905
3953
|
}
|
@@ -3917,6 +3965,7 @@ module Aws::Chime
|
|
3917
3965
|
o.name = "DescribeChannelBan"
|
3918
3966
|
o.http_method = "GET"
|
3919
3967
|
o.http_request_uri = "/channels/{channelArn}/bans/{memberArn}"
|
3968
|
+
o.deprecated = true
|
3920
3969
|
o.endpoint_pattern = {
|
3921
3970
|
"hostPrefix" => "messaging-",
|
3922
3971
|
}
|
@@ -3935,6 +3984,7 @@ module Aws::Chime
|
|
3935
3984
|
o.name = "DescribeChannelMembership"
|
3936
3985
|
o.http_method = "GET"
|
3937
3986
|
o.http_request_uri = "/channels/{channelArn}/memberships/{memberArn}"
|
3987
|
+
o.deprecated = true
|
3938
3988
|
o.endpoint_pattern = {
|
3939
3989
|
"hostPrefix" => "messaging-",
|
3940
3990
|
}
|
@@ -3953,6 +4003,7 @@ module Aws::Chime
|
|
3953
4003
|
o.name = "DescribeChannelMembershipForAppInstanceUser"
|
3954
4004
|
o.http_method = "GET"
|
3955
4005
|
o.http_request_uri = "/channels/{channelArn}?scope=app-instance-user-membership"
|
4006
|
+
o.deprecated = true
|
3956
4007
|
o.endpoint_pattern = {
|
3957
4008
|
"hostPrefix" => "messaging-",
|
3958
4009
|
}
|
@@ -3970,6 +4021,7 @@ module Aws::Chime
|
|
3970
4021
|
o.name = "DescribeChannelModeratedByAppInstanceUser"
|
3971
4022
|
o.http_method = "GET"
|
3972
4023
|
o.http_request_uri = "/channels/{channelArn}?scope=app-instance-user-moderated-channel"
|
4024
|
+
o.deprecated = true
|
3973
4025
|
o.endpoint_pattern = {
|
3974
4026
|
"hostPrefix" => "messaging-",
|
3975
4027
|
}
|
@@ -3987,6 +4039,7 @@ module Aws::Chime
|
|
3987
4039
|
o.name = "DescribeChannelModerator"
|
3988
4040
|
o.http_method = "GET"
|
3989
4041
|
o.http_request_uri = "/channels/{channelArn}/moderators/{channelModeratorArn}"
|
4042
|
+
o.deprecated = true
|
3990
4043
|
o.endpoint_pattern = {
|
3991
4044
|
"hostPrefix" => "messaging-",
|
3992
4045
|
}
|
@@ -4020,6 +4073,7 @@ module Aws::Chime
|
|
4020
4073
|
o.name = "DisassociatePhoneNumbersFromVoiceConnector"
|
4021
4074
|
o.http_method = "POST"
|
4022
4075
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}?operation=disassociate-phone-numbers"
|
4076
|
+
o.deprecated = true
|
4023
4077
|
o.input = Shapes::ShapeRef.new(shape: DisassociatePhoneNumbersFromVoiceConnectorRequest)
|
4024
4078
|
o.output = Shapes::ShapeRef.new(shape: DisassociatePhoneNumbersFromVoiceConnectorResponse)
|
4025
4079
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -4035,6 +4089,7 @@ module Aws::Chime
|
|
4035
4089
|
o.name = "DisassociatePhoneNumbersFromVoiceConnectorGroup"
|
4036
4090
|
o.http_method = "POST"
|
4037
4091
|
o.http_request_uri = "/voice-connector-groups/{voiceConnectorGroupId}?operation=disassociate-phone-numbers"
|
4092
|
+
o.deprecated = true
|
4038
4093
|
o.input = Shapes::ShapeRef.new(shape: DisassociatePhoneNumbersFromVoiceConnectorGroupRequest)
|
4039
4094
|
o.output = Shapes::ShapeRef.new(shape: DisassociatePhoneNumbersFromVoiceConnectorGroupResponse)
|
4040
4095
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -4095,6 +4150,7 @@ module Aws::Chime
|
|
4095
4150
|
o.name = "GetAppInstanceRetentionSettings"
|
4096
4151
|
o.http_method = "GET"
|
4097
4152
|
o.http_request_uri = "/app-instances/{appInstanceArn}/retention-settings"
|
4153
|
+
o.deprecated = true
|
4098
4154
|
o.endpoint_pattern = {
|
4099
4155
|
"hostPrefix" => "identity-",
|
4100
4156
|
}
|
@@ -4113,6 +4169,7 @@ module Aws::Chime
|
|
4113
4169
|
o.name = "GetAppInstanceStreamingConfigurations"
|
4114
4170
|
o.http_method = "GET"
|
4115
4171
|
o.http_request_uri = "/app-instances/{appInstanceArn}/streaming-configurations"
|
4172
|
+
o.deprecated = true
|
4116
4173
|
o.input = Shapes::ShapeRef.new(shape: GetAppInstanceStreamingConfigurationsRequest)
|
4117
4174
|
o.output = Shapes::ShapeRef.new(shape: GetAppInstanceStreamingConfigurationsResponse)
|
4118
4175
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -4128,6 +4185,7 @@ module Aws::Chime
|
|
4128
4185
|
o.name = "GetAttendee"
|
4129
4186
|
o.http_method = "GET"
|
4130
4187
|
o.http_request_uri = "/meetings/{meetingId}/attendees/{attendeeId}"
|
4188
|
+
o.deprecated = true
|
4131
4189
|
o.input = Shapes::ShapeRef.new(shape: GetAttendeeRequest)
|
4132
4190
|
o.output = Shapes::ShapeRef.new(shape: GetAttendeeResponse)
|
4133
4191
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -4158,6 +4216,7 @@ module Aws::Chime
|
|
4158
4216
|
o.name = "GetChannelMessage"
|
4159
4217
|
o.http_method = "GET"
|
4160
4218
|
o.http_request_uri = "/channels/{channelArn}/messages/{messageId}"
|
4219
|
+
o.deprecated = true
|
4161
4220
|
o.endpoint_pattern = {
|
4162
4221
|
"hostPrefix" => "messaging-",
|
4163
4222
|
}
|
@@ -4205,6 +4264,7 @@ module Aws::Chime
|
|
4205
4264
|
o.name = "GetMediaCapturePipeline"
|
4206
4265
|
o.http_method = "GET"
|
4207
4266
|
o.http_request_uri = "/media-capture-pipelines/{mediaPipelineId}"
|
4267
|
+
o.deprecated = true
|
4208
4268
|
o.input = Shapes::ShapeRef.new(shape: GetMediaCapturePipelineRequest)
|
4209
4269
|
o.output = Shapes::ShapeRef.new(shape: GetMediaCapturePipelineResponse)
|
4210
4270
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -4220,6 +4280,7 @@ module Aws::Chime
|
|
4220
4280
|
o.name = "GetMeeting"
|
4221
4281
|
o.http_method = "GET"
|
4222
4282
|
o.http_request_uri = "/meetings/{meetingId}"
|
4283
|
+
o.deprecated = true
|
4223
4284
|
o.input = Shapes::ShapeRef.new(shape: GetMeetingRequest)
|
4224
4285
|
o.output = Shapes::ShapeRef.new(shape: GetMeetingResponse)
|
4225
4286
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -4235,6 +4296,7 @@ module Aws::Chime
|
|
4235
4296
|
o.name = "GetMessagingSessionEndpoint"
|
4236
4297
|
o.http_method = "GET"
|
4237
4298
|
o.http_request_uri = "/endpoints/messaging-session"
|
4299
|
+
o.deprecated = true
|
4238
4300
|
o.endpoint_pattern = {
|
4239
4301
|
"hostPrefix" => "messaging-",
|
4240
4302
|
}
|
@@ -4295,6 +4357,7 @@ module Aws::Chime
|
|
4295
4357
|
o.name = "GetProxySession"
|
4296
4358
|
o.http_method = "GET"
|
4297
4359
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}"
|
4360
|
+
o.deprecated = true
|
4298
4361
|
o.input = Shapes::ShapeRef.new(shape: GetProxySessionRequest)
|
4299
4362
|
o.output = Shapes::ShapeRef.new(shape: GetProxySessionResponse)
|
4300
4363
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -4340,6 +4403,7 @@ module Aws::Chime
|
|
4340
4403
|
o.name = "GetSipMediaApplication"
|
4341
4404
|
o.http_method = "GET"
|
4342
4405
|
o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}"
|
4406
|
+
o.deprecated = true
|
4343
4407
|
o.input = Shapes::ShapeRef.new(shape: GetSipMediaApplicationRequest)
|
4344
4408
|
o.output = Shapes::ShapeRef.new(shape: GetSipMediaApplicationResponse)
|
4345
4409
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -4355,6 +4419,7 @@ module Aws::Chime
|
|
4355
4419
|
o.name = "GetSipMediaApplicationLoggingConfiguration"
|
4356
4420
|
o.http_method = "GET"
|
4357
4421
|
o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}/logging-configuration"
|
4422
|
+
o.deprecated = true
|
4358
4423
|
o.input = Shapes::ShapeRef.new(shape: GetSipMediaApplicationLoggingConfigurationRequest)
|
4359
4424
|
o.output = Shapes::ShapeRef.new(shape: GetSipMediaApplicationLoggingConfigurationResponse)
|
4360
4425
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -4370,6 +4435,7 @@ module Aws::Chime
|
|
4370
4435
|
o.name = "GetSipRule"
|
4371
4436
|
o.http_method = "GET"
|
4372
4437
|
o.http_request_uri = "/sip-rules/{sipRuleId}"
|
4438
|
+
o.deprecated = true
|
4373
4439
|
o.input = Shapes::ShapeRef.new(shape: GetSipRuleRequest)
|
4374
4440
|
o.output = Shapes::ShapeRef.new(shape: GetSipRuleResponse)
|
4375
4441
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -4415,6 +4481,7 @@ module Aws::Chime
|
|
4415
4481
|
o.name = "GetVoiceConnector"
|
4416
4482
|
o.http_method = "GET"
|
4417
4483
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}"
|
4484
|
+
o.deprecated = true
|
4418
4485
|
o.input = Shapes::ShapeRef.new(shape: GetVoiceConnectorRequest)
|
4419
4486
|
o.output = Shapes::ShapeRef.new(shape: GetVoiceConnectorResponse)
|
4420
4487
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -4430,6 +4497,7 @@ module Aws::Chime
|
|
4430
4497
|
o.name = "GetVoiceConnectorEmergencyCallingConfiguration"
|
4431
4498
|
o.http_method = "GET"
|
4432
4499
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/emergency-calling-configuration"
|
4500
|
+
o.deprecated = true
|
4433
4501
|
o.input = Shapes::ShapeRef.new(shape: GetVoiceConnectorEmergencyCallingConfigurationRequest)
|
4434
4502
|
o.output = Shapes::ShapeRef.new(shape: GetVoiceConnectorEmergencyCallingConfigurationResponse)
|
4435
4503
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -4445,6 +4513,7 @@ module Aws::Chime
|
|
4445
4513
|
o.name = "GetVoiceConnectorGroup"
|
4446
4514
|
o.http_method = "GET"
|
4447
4515
|
o.http_request_uri = "/voice-connector-groups/{voiceConnectorGroupId}"
|
4516
|
+
o.deprecated = true
|
4448
4517
|
o.input = Shapes::ShapeRef.new(shape: GetVoiceConnectorGroupRequest)
|
4449
4518
|
o.output = Shapes::ShapeRef.new(shape: GetVoiceConnectorGroupResponse)
|
4450
4519
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -4460,6 +4529,7 @@ module Aws::Chime
|
|
4460
4529
|
o.name = "GetVoiceConnectorLoggingConfiguration"
|
4461
4530
|
o.http_method = "GET"
|
4462
4531
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/logging-configuration"
|
4532
|
+
o.deprecated = true
|
4463
4533
|
o.input = Shapes::ShapeRef.new(shape: GetVoiceConnectorLoggingConfigurationRequest)
|
4464
4534
|
o.output = Shapes::ShapeRef.new(shape: GetVoiceConnectorLoggingConfigurationResponse)
|
4465
4535
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -4475,6 +4545,7 @@ module Aws::Chime
|
|
4475
4545
|
o.name = "GetVoiceConnectorOrigination"
|
4476
4546
|
o.http_method = "GET"
|
4477
4547
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/origination"
|
4548
|
+
o.deprecated = true
|
4478
4549
|
o.input = Shapes::ShapeRef.new(shape: GetVoiceConnectorOriginationRequest)
|
4479
4550
|
o.output = Shapes::ShapeRef.new(shape: GetVoiceConnectorOriginationResponse)
|
4480
4551
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -4490,6 +4561,7 @@ module Aws::Chime
|
|
4490
4561
|
o.name = "GetVoiceConnectorProxy"
|
4491
4562
|
o.http_method = "GET"
|
4492
4563
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy"
|
4564
|
+
o.deprecated = true
|
4493
4565
|
o.input = Shapes::ShapeRef.new(shape: GetVoiceConnectorProxyRequest)
|
4494
4566
|
o.output = Shapes::ShapeRef.new(shape: GetVoiceConnectorProxyResponse)
|
4495
4567
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -4505,6 +4577,7 @@ module Aws::Chime
|
|
4505
4577
|
o.name = "GetVoiceConnectorStreamingConfiguration"
|
4506
4578
|
o.http_method = "GET"
|
4507
4579
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/streaming-configuration"
|
4580
|
+
o.deprecated = true
|
4508
4581
|
o.input = Shapes::ShapeRef.new(shape: GetVoiceConnectorStreamingConfigurationRequest)
|
4509
4582
|
o.output = Shapes::ShapeRef.new(shape: GetVoiceConnectorStreamingConfigurationResponse)
|
4510
4583
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -4520,6 +4593,7 @@ module Aws::Chime
|
|
4520
4593
|
o.name = "GetVoiceConnectorTermination"
|
4521
4594
|
o.http_method = "GET"
|
4522
4595
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/termination"
|
4596
|
+
o.deprecated = true
|
4523
4597
|
o.input = Shapes::ShapeRef.new(shape: GetVoiceConnectorTerminationRequest)
|
4524
4598
|
o.output = Shapes::ShapeRef.new(shape: GetVoiceConnectorTerminationResponse)
|
4525
4599
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -4535,6 +4609,7 @@ module Aws::Chime
|
|
4535
4609
|
o.name = "GetVoiceConnectorTerminationHealth"
|
4536
4610
|
o.http_method = "GET"
|
4537
4611
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/termination/health"
|
4612
|
+
o.deprecated = true
|
4538
4613
|
o.input = Shapes::ShapeRef.new(shape: GetVoiceConnectorTerminationHealthRequest)
|
4539
4614
|
o.output = Shapes::ShapeRef.new(shape: GetVoiceConnectorTerminationHealthResponse)
|
4540
4615
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -4586,6 +4661,7 @@ module Aws::Chime
|
|
4586
4661
|
o.name = "ListAppInstanceAdmins"
|
4587
4662
|
o.http_method = "GET"
|
4588
4663
|
o.http_request_uri = "/app-instances/{appInstanceArn}/admins"
|
4664
|
+
o.deprecated = true
|
4589
4665
|
o.endpoint_pattern = {
|
4590
4666
|
"hostPrefix" => "identity-",
|
4591
4667
|
}
|
@@ -4609,6 +4685,7 @@ module Aws::Chime
|
|
4609
4685
|
o.name = "ListAppInstanceUsers"
|
4610
4686
|
o.http_method = "GET"
|
4611
4687
|
o.http_request_uri = "/app-instance-users"
|
4688
|
+
o.deprecated = true
|
4612
4689
|
o.endpoint_pattern = {
|
4613
4690
|
"hostPrefix" => "identity-",
|
4614
4691
|
}
|
@@ -4632,6 +4709,7 @@ module Aws::Chime
|
|
4632
4709
|
o.name = "ListAppInstances"
|
4633
4710
|
o.http_method = "GET"
|
4634
4711
|
o.http_request_uri = "/app-instances"
|
4712
|
+
o.deprecated = true
|
4635
4713
|
o.endpoint_pattern = {
|
4636
4714
|
"hostPrefix" => "identity-",
|
4637
4715
|
}
|
@@ -4655,6 +4733,7 @@ module Aws::Chime
|
|
4655
4733
|
o.name = "ListAttendeeTags"
|
4656
4734
|
o.http_method = "GET"
|
4657
4735
|
o.http_request_uri = "/meetings/{meetingId}/attendees/{attendeeId}/tags"
|
4736
|
+
o.deprecated = true
|
4658
4737
|
o.input = Shapes::ShapeRef.new(shape: ListAttendeeTagsRequest)
|
4659
4738
|
o.output = Shapes::ShapeRef.new(shape: ListAttendeeTagsResponse)
|
4660
4739
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -4670,6 +4749,7 @@ module Aws::Chime
|
|
4670
4749
|
o.name = "ListAttendees"
|
4671
4750
|
o.http_method = "GET"
|
4672
4751
|
o.http_request_uri = "/meetings/{meetingId}/attendees"
|
4752
|
+
o.deprecated = true
|
4673
4753
|
o.input = Shapes::ShapeRef.new(shape: ListAttendeesRequest)
|
4674
4754
|
o.output = Shapes::ShapeRef.new(shape: ListAttendeesResponse)
|
4675
4755
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -4712,6 +4792,7 @@ module Aws::Chime
|
|
4712
4792
|
o.name = "ListChannelBans"
|
4713
4793
|
o.http_method = "GET"
|
4714
4794
|
o.http_request_uri = "/channels/{channelArn}/bans"
|
4795
|
+
o.deprecated = true
|
4715
4796
|
o.endpoint_pattern = {
|
4716
4797
|
"hostPrefix" => "messaging-",
|
4717
4798
|
}
|
@@ -4735,6 +4816,7 @@ module Aws::Chime
|
|
4735
4816
|
o.name = "ListChannelMemberships"
|
4736
4817
|
o.http_method = "GET"
|
4737
4818
|
o.http_request_uri = "/channels/{channelArn}/memberships"
|
4819
|
+
o.deprecated = true
|
4738
4820
|
o.endpoint_pattern = {
|
4739
4821
|
"hostPrefix" => "messaging-",
|
4740
4822
|
}
|
@@ -4758,6 +4840,7 @@ module Aws::Chime
|
|
4758
4840
|
o.name = "ListChannelMembershipsForAppInstanceUser"
|
4759
4841
|
o.http_method = "GET"
|
4760
4842
|
o.http_request_uri = "/channels?scope=app-instance-user-memberships"
|
4843
|
+
o.deprecated = true
|
4761
4844
|
o.endpoint_pattern = {
|
4762
4845
|
"hostPrefix" => "messaging-",
|
4763
4846
|
}
|
@@ -4781,6 +4864,7 @@ module Aws::Chime
|
|
4781
4864
|
o.name = "ListChannelMessages"
|
4782
4865
|
o.http_method = "GET"
|
4783
4866
|
o.http_request_uri = "/channels/{channelArn}/messages"
|
4867
|
+
o.deprecated = true
|
4784
4868
|
o.endpoint_pattern = {
|
4785
4869
|
"hostPrefix" => "messaging-",
|
4786
4870
|
}
|
@@ -4804,6 +4888,7 @@ module Aws::Chime
|
|
4804
4888
|
o.name = "ListChannelModerators"
|
4805
4889
|
o.http_method = "GET"
|
4806
4890
|
o.http_request_uri = "/channels/{channelArn}/moderators"
|
4891
|
+
o.deprecated = true
|
4807
4892
|
o.endpoint_pattern = {
|
4808
4893
|
"hostPrefix" => "messaging-",
|
4809
4894
|
}
|
@@ -4827,6 +4912,7 @@ module Aws::Chime
|
|
4827
4912
|
o.name = "ListChannels"
|
4828
4913
|
o.http_method = "GET"
|
4829
4914
|
o.http_request_uri = "/channels"
|
4915
|
+
o.deprecated = true
|
4830
4916
|
o.endpoint_pattern = {
|
4831
4917
|
"hostPrefix" => "messaging-",
|
4832
4918
|
}
|
@@ -4850,6 +4936,7 @@ module Aws::Chime
|
|
4850
4936
|
o.name = "ListChannelsModeratedByAppInstanceUser"
|
4851
4937
|
o.http_method = "GET"
|
4852
4938
|
o.http_request_uri = "/channels?scope=app-instance-user-moderated-channels"
|
4939
|
+
o.deprecated = true
|
4853
4940
|
o.endpoint_pattern = {
|
4854
4941
|
"hostPrefix" => "messaging-",
|
4855
4942
|
}
|
@@ -4873,6 +4960,7 @@ module Aws::Chime
|
|
4873
4960
|
o.name = "ListMediaCapturePipelines"
|
4874
4961
|
o.http_method = "GET"
|
4875
4962
|
o.http_request_uri = "/media-capture-pipelines"
|
4963
|
+
o.deprecated = true
|
4876
4964
|
o.input = Shapes::ShapeRef.new(shape: ListMediaCapturePipelinesRequest)
|
4877
4965
|
o.output = Shapes::ShapeRef.new(shape: ListMediaCapturePipelinesResponse)
|
4878
4966
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -4893,6 +4981,7 @@ module Aws::Chime
|
|
4893
4981
|
o.name = "ListMeetingTags"
|
4894
4982
|
o.http_method = "GET"
|
4895
4983
|
o.http_request_uri = "/meetings/{meetingId}/tags"
|
4984
|
+
o.deprecated = true
|
4896
4985
|
o.input = Shapes::ShapeRef.new(shape: ListMeetingTagsRequest)
|
4897
4986
|
o.output = Shapes::ShapeRef.new(shape: ListMeetingTagsResponse)
|
4898
4987
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -4908,6 +4997,7 @@ module Aws::Chime
|
|
4908
4997
|
o.name = "ListMeetings"
|
4909
4998
|
o.http_method = "GET"
|
4910
4999
|
o.http_request_uri = "/meetings"
|
5000
|
+
o.deprecated = true
|
4911
5001
|
o.input = Shapes::ShapeRef.new(shape: ListMeetingsRequest)
|
4912
5002
|
o.output = Shapes::ShapeRef.new(shape: ListMeetingsResponse)
|
4913
5003
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -4969,6 +5059,7 @@ module Aws::Chime
|
|
4969
5059
|
o.name = "ListProxySessions"
|
4970
5060
|
o.http_method = "GET"
|
4971
5061
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/proxy-sessions"
|
5062
|
+
o.deprecated = true
|
4972
5063
|
o.input = Shapes::ShapeRef.new(shape: ListProxySessionsRequest)
|
4973
5064
|
o.output = Shapes::ShapeRef.new(shape: ListProxySessionsResponse)
|
4974
5065
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5032,6 +5123,7 @@ module Aws::Chime
|
|
5032
5123
|
o.name = "ListSipMediaApplications"
|
5033
5124
|
o.http_method = "GET"
|
5034
5125
|
o.http_request_uri = "/sip-media-applications"
|
5126
|
+
o.deprecated = true
|
5035
5127
|
o.input = Shapes::ShapeRef.new(shape: ListSipMediaApplicationsRequest)
|
5036
5128
|
o.output = Shapes::ShapeRef.new(shape: ListSipMediaApplicationsResponse)
|
5037
5129
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5052,6 +5144,7 @@ module Aws::Chime
|
|
5052
5144
|
o.name = "ListSipRules"
|
5053
5145
|
o.http_method = "GET"
|
5054
5146
|
o.http_request_uri = "/sip-rules"
|
5147
|
+
o.deprecated = true
|
5055
5148
|
o.input = Shapes::ShapeRef.new(shape: ListSipRulesRequest)
|
5056
5149
|
o.output = Shapes::ShapeRef.new(shape: ListSipRulesResponse)
|
5057
5150
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5087,6 +5180,7 @@ module Aws::Chime
|
|
5087
5180
|
o.name = "ListTagsForResource"
|
5088
5181
|
o.http_method = "GET"
|
5089
5182
|
o.http_request_uri = "/tags"
|
5183
|
+
o.deprecated = true
|
5090
5184
|
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
5091
5185
|
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
5092
5186
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -5122,6 +5216,7 @@ module Aws::Chime
|
|
5122
5216
|
o.name = "ListVoiceConnectorGroups"
|
5123
5217
|
o.http_method = "GET"
|
5124
5218
|
o.http_request_uri = "/voice-connector-groups"
|
5219
|
+
o.deprecated = true
|
5125
5220
|
o.input = Shapes::ShapeRef.new(shape: ListVoiceConnectorGroupsRequest)
|
5126
5221
|
o.output = Shapes::ShapeRef.new(shape: ListVoiceConnectorGroupsResponse)
|
5127
5222
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5142,6 +5237,7 @@ module Aws::Chime
|
|
5142
5237
|
o.name = "ListVoiceConnectorTerminationCredentials"
|
5143
5238
|
o.http_method = "GET"
|
5144
5239
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/termination/credentials"
|
5240
|
+
o.deprecated = true
|
5145
5241
|
o.input = Shapes::ShapeRef.new(shape: ListVoiceConnectorTerminationCredentialsRequest)
|
5146
5242
|
o.output = Shapes::ShapeRef.new(shape: ListVoiceConnectorTerminationCredentialsResponse)
|
5147
5243
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5157,6 +5253,7 @@ module Aws::Chime
|
|
5157
5253
|
o.name = "ListVoiceConnectors"
|
5158
5254
|
o.http_method = "GET"
|
5159
5255
|
o.http_request_uri = "/voice-connectors"
|
5256
|
+
o.deprecated = true
|
5160
5257
|
o.input = Shapes::ShapeRef.new(shape: ListVoiceConnectorsRequest)
|
5161
5258
|
o.output = Shapes::ShapeRef.new(shape: ListVoiceConnectorsResponse)
|
5162
5259
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5192,6 +5289,7 @@ module Aws::Chime
|
|
5192
5289
|
o.name = "PutAppInstanceRetentionSettings"
|
5193
5290
|
o.http_method = "PUT"
|
5194
5291
|
o.http_request_uri = "/app-instances/{appInstanceArn}/retention-settings"
|
5292
|
+
o.deprecated = true
|
5195
5293
|
o.endpoint_pattern = {
|
5196
5294
|
"hostPrefix" => "identity-",
|
5197
5295
|
}
|
@@ -5211,6 +5309,7 @@ module Aws::Chime
|
|
5211
5309
|
o.name = "PutAppInstanceStreamingConfigurations"
|
5212
5310
|
o.http_method = "PUT"
|
5213
5311
|
o.http_request_uri = "/app-instances/{appInstanceArn}/streaming-configurations"
|
5312
|
+
o.deprecated = true
|
5214
5313
|
o.input = Shapes::ShapeRef.new(shape: PutAppInstanceStreamingConfigurationsRequest)
|
5215
5314
|
o.output = Shapes::ShapeRef.new(shape: PutAppInstanceStreamingConfigurationsResponse)
|
5216
5315
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -5257,6 +5356,7 @@ module Aws::Chime
|
|
5257
5356
|
o.name = "PutSipMediaApplicationLoggingConfiguration"
|
5258
5357
|
o.http_method = "PUT"
|
5259
5358
|
o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}/logging-configuration"
|
5359
|
+
o.deprecated = true
|
5260
5360
|
o.input = Shapes::ShapeRef.new(shape: PutSipMediaApplicationLoggingConfigurationRequest)
|
5261
5361
|
o.output = Shapes::ShapeRef.new(shape: PutSipMediaApplicationLoggingConfigurationResponse)
|
5262
5362
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5272,6 +5372,7 @@ module Aws::Chime
|
|
5272
5372
|
o.name = "PutVoiceConnectorEmergencyCallingConfiguration"
|
5273
5373
|
o.http_method = "PUT"
|
5274
5374
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/emergency-calling-configuration"
|
5375
|
+
o.deprecated = true
|
5275
5376
|
o.input = Shapes::ShapeRef.new(shape: PutVoiceConnectorEmergencyCallingConfigurationRequest)
|
5276
5377
|
o.output = Shapes::ShapeRef.new(shape: PutVoiceConnectorEmergencyCallingConfigurationResponse)
|
5277
5378
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5287,6 +5388,7 @@ module Aws::Chime
|
|
5287
5388
|
o.name = "PutVoiceConnectorLoggingConfiguration"
|
5288
5389
|
o.http_method = "PUT"
|
5289
5390
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/logging-configuration"
|
5391
|
+
o.deprecated = true
|
5290
5392
|
o.input = Shapes::ShapeRef.new(shape: PutVoiceConnectorLoggingConfigurationRequest)
|
5291
5393
|
o.output = Shapes::ShapeRef.new(shape: PutVoiceConnectorLoggingConfigurationResponse)
|
5292
5394
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5302,6 +5404,7 @@ module Aws::Chime
|
|
5302
5404
|
o.name = "PutVoiceConnectorOrigination"
|
5303
5405
|
o.http_method = "PUT"
|
5304
5406
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/origination"
|
5407
|
+
o.deprecated = true
|
5305
5408
|
o.input = Shapes::ShapeRef.new(shape: PutVoiceConnectorOriginationRequest)
|
5306
5409
|
o.output = Shapes::ShapeRef.new(shape: PutVoiceConnectorOriginationResponse)
|
5307
5410
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5317,6 +5420,7 @@ module Aws::Chime
|
|
5317
5420
|
o.name = "PutVoiceConnectorProxy"
|
5318
5421
|
o.http_method = "PUT"
|
5319
5422
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/programmable-numbers/proxy"
|
5423
|
+
o.deprecated = true
|
5320
5424
|
o.input = Shapes::ShapeRef.new(shape: PutVoiceConnectorProxyRequest)
|
5321
5425
|
o.output = Shapes::ShapeRef.new(shape: PutVoiceConnectorProxyResponse)
|
5322
5426
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5333,6 +5437,7 @@ module Aws::Chime
|
|
5333
5437
|
o.name = "PutVoiceConnectorStreamingConfiguration"
|
5334
5438
|
o.http_method = "PUT"
|
5335
5439
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/streaming-configuration"
|
5440
|
+
o.deprecated = true
|
5336
5441
|
o.input = Shapes::ShapeRef.new(shape: PutVoiceConnectorStreamingConfigurationRequest)
|
5337
5442
|
o.output = Shapes::ShapeRef.new(shape: PutVoiceConnectorStreamingConfigurationResponse)
|
5338
5443
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5348,6 +5453,7 @@ module Aws::Chime
|
|
5348
5453
|
o.name = "PutVoiceConnectorTermination"
|
5349
5454
|
o.http_method = "PUT"
|
5350
5455
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/termination"
|
5456
|
+
o.deprecated = true
|
5351
5457
|
o.input = Shapes::ShapeRef.new(shape: PutVoiceConnectorTerminationRequest)
|
5352
5458
|
o.output = Shapes::ShapeRef.new(shape: PutVoiceConnectorTerminationResponse)
|
5353
5459
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5364,6 +5470,7 @@ module Aws::Chime
|
|
5364
5470
|
o.name = "PutVoiceConnectorTerminationCredentials"
|
5365
5471
|
o.http_method = "POST"
|
5366
5472
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/termination/credentials?operation=put"
|
5473
|
+
o.deprecated = true
|
5367
5474
|
o.input = Shapes::ShapeRef.new(shape: PutVoiceConnectorTerminationCredentialsRequest)
|
5368
5475
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
5369
5476
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5379,6 +5486,7 @@ module Aws::Chime
|
|
5379
5486
|
o.name = "RedactChannelMessage"
|
5380
5487
|
o.http_method = "POST"
|
5381
5488
|
o.http_request_uri = "/channels/{channelArn}/messages/{messageId}?operation=redact"
|
5489
|
+
o.deprecated = true
|
5382
5490
|
o.endpoint_pattern = {
|
5383
5491
|
"hostPrefix" => "messaging-",
|
5384
5492
|
}
|
@@ -5493,6 +5601,7 @@ module Aws::Chime
|
|
5493
5601
|
o.name = "SendChannelMessage"
|
5494
5602
|
o.http_method = "POST"
|
5495
5603
|
o.http_request_uri = "/channels/{channelArn}/messages"
|
5604
|
+
o.deprecated = true
|
5496
5605
|
o.endpoint_pattern = {
|
5497
5606
|
"hostPrefix" => "messaging-",
|
5498
5607
|
}
|
@@ -5511,6 +5620,7 @@ module Aws::Chime
|
|
5511
5620
|
o.name = "StartMeetingTranscription"
|
5512
5621
|
o.http_method = "POST"
|
5513
5622
|
o.http_request_uri = "/meetings/{meetingId}/transcription?operation=start"
|
5623
|
+
o.deprecated = true
|
5514
5624
|
o.input = Shapes::ShapeRef.new(shape: StartMeetingTranscriptionRequest)
|
5515
5625
|
o.output = Shapes::ShapeRef.new(shape: StartMeetingTranscriptionResponse)
|
5516
5626
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
@@ -5528,6 +5638,7 @@ module Aws::Chime
|
|
5528
5638
|
o.name = "StopMeetingTranscription"
|
5529
5639
|
o.http_method = "POST"
|
5530
5640
|
o.http_request_uri = "/meetings/{meetingId}/transcription?operation=stop"
|
5641
|
+
o.deprecated = true
|
5531
5642
|
o.input = Shapes::ShapeRef.new(shape: StopMeetingTranscriptionRequest)
|
5532
5643
|
o.output = Shapes::ShapeRef.new(shape: StopMeetingTranscriptionResponse)
|
5533
5644
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
@@ -5544,6 +5655,7 @@ module Aws::Chime
|
|
5544
5655
|
o.name = "TagAttendee"
|
5545
5656
|
o.http_method = "POST"
|
5546
5657
|
o.http_request_uri = "/meetings/{meetingId}/attendees/{attendeeId}/tags?operation=add"
|
5658
|
+
o.deprecated = true
|
5547
5659
|
o.input = Shapes::ShapeRef.new(shape: TagAttendeeRequest)
|
5548
5660
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
5549
5661
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -5560,6 +5672,7 @@ module Aws::Chime
|
|
5560
5672
|
o.name = "TagMeeting"
|
5561
5673
|
o.http_method = "POST"
|
5562
5674
|
o.http_request_uri = "/meetings/{meetingId}/tags?operation=add"
|
5675
|
+
o.deprecated = true
|
5563
5676
|
o.input = Shapes::ShapeRef.new(shape: TagMeetingRequest)
|
5564
5677
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
5565
5678
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -5576,6 +5689,7 @@ module Aws::Chime
|
|
5576
5689
|
o.name = "TagResource"
|
5577
5690
|
o.http_method = "POST"
|
5578
5691
|
o.http_request_uri = "/tags?operation=tag-resource"
|
5692
|
+
o.deprecated = true
|
5579
5693
|
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
5580
5694
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
5581
5695
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -5590,6 +5704,7 @@ module Aws::Chime
|
|
5590
5704
|
o.name = "UntagAttendee"
|
5591
5705
|
o.http_method = "POST"
|
5592
5706
|
o.http_request_uri = "/meetings/{meetingId}/attendees/{attendeeId}/tags?operation=delete"
|
5707
|
+
o.deprecated = true
|
5593
5708
|
o.input = Shapes::ShapeRef.new(shape: UntagAttendeeRequest)
|
5594
5709
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
5595
5710
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -5605,6 +5720,7 @@ module Aws::Chime
|
|
5605
5720
|
o.name = "UntagMeeting"
|
5606
5721
|
o.http_method = "POST"
|
5607
5722
|
o.http_request_uri = "/meetings/{meetingId}/tags?operation=delete"
|
5723
|
+
o.deprecated = true
|
5608
5724
|
o.input = Shapes::ShapeRef.new(shape: UntagMeetingRequest)
|
5609
5725
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
5610
5726
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -5620,6 +5736,7 @@ module Aws::Chime
|
|
5620
5736
|
o.name = "UntagResource"
|
5621
5737
|
o.http_method = "POST"
|
5622
5738
|
o.http_request_uri = "/tags?operation=untag-resource"
|
5739
|
+
o.deprecated = true
|
5623
5740
|
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
5624
5741
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
5625
5742
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -5665,6 +5782,7 @@ module Aws::Chime
|
|
5665
5782
|
o.name = "UpdateAppInstance"
|
5666
5783
|
o.http_method = "PUT"
|
5667
5784
|
o.http_request_uri = "/app-instances/{appInstanceArn}"
|
5785
|
+
o.deprecated = true
|
5668
5786
|
o.endpoint_pattern = {
|
5669
5787
|
"hostPrefix" => "identity-",
|
5670
5788
|
}
|
@@ -5683,6 +5801,7 @@ module Aws::Chime
|
|
5683
5801
|
o.name = "UpdateAppInstanceUser"
|
5684
5802
|
o.http_method = "PUT"
|
5685
5803
|
o.http_request_uri = "/app-instance-users/{appInstanceUserArn}"
|
5804
|
+
o.deprecated = true
|
5686
5805
|
o.endpoint_pattern = {
|
5687
5806
|
"hostPrefix" => "identity-",
|
5688
5807
|
}
|
@@ -5716,6 +5835,7 @@ module Aws::Chime
|
|
5716
5835
|
o.name = "UpdateChannel"
|
5717
5836
|
o.http_method = "PUT"
|
5718
5837
|
o.http_request_uri = "/channels/{channelArn}"
|
5838
|
+
o.deprecated = true
|
5719
5839
|
o.endpoint_pattern = {
|
5720
5840
|
"hostPrefix" => "messaging-",
|
5721
5841
|
}
|
@@ -5734,6 +5854,7 @@ module Aws::Chime
|
|
5734
5854
|
o.name = "UpdateChannelMessage"
|
5735
5855
|
o.http_method = "PUT"
|
5736
5856
|
o.http_request_uri = "/channels/{channelArn}/messages/{messageId}"
|
5857
|
+
o.deprecated = true
|
5737
5858
|
o.endpoint_pattern = {
|
5738
5859
|
"hostPrefix" => "messaging-",
|
5739
5860
|
}
|
@@ -5752,6 +5873,7 @@ module Aws::Chime
|
|
5752
5873
|
o.name = "UpdateChannelReadMarker"
|
5753
5874
|
o.http_method = "PUT"
|
5754
5875
|
o.http_request_uri = "/channels/{channelArn}/readMarker"
|
5876
|
+
o.deprecated = true
|
5755
5877
|
o.endpoint_pattern = {
|
5756
5878
|
"hostPrefix" => "messaging-",
|
5757
5879
|
}
|
@@ -5814,6 +5936,7 @@ module Aws::Chime
|
|
5814
5936
|
o.name = "UpdateProxySession"
|
5815
5937
|
o.http_method = "POST"
|
5816
5938
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}"
|
5939
|
+
o.deprecated = true
|
5817
5940
|
o.input = Shapes::ShapeRef.new(shape: UpdateProxySessionRequest)
|
5818
5941
|
o.output = Shapes::ShapeRef.new(shape: UpdateProxySessionResponse)
|
5819
5942
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5859,6 +5982,7 @@ module Aws::Chime
|
|
5859
5982
|
o.name = "UpdateSipMediaApplication"
|
5860
5983
|
o.http_method = "PUT"
|
5861
5984
|
o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}"
|
5985
|
+
o.deprecated = true
|
5862
5986
|
o.input = Shapes::ShapeRef.new(shape: UpdateSipMediaApplicationRequest)
|
5863
5987
|
o.output = Shapes::ShapeRef.new(shape: UpdateSipMediaApplicationResponse)
|
5864
5988
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5875,6 +5999,7 @@ module Aws::Chime
|
|
5875
5999
|
o.name = "UpdateSipMediaApplicationCall"
|
5876
6000
|
o.http_method = "POST"
|
5877
6001
|
o.http_request_uri = "/sip-media-applications/{sipMediaApplicationId}/calls/{transactionId}"
|
6002
|
+
o.deprecated = true
|
5878
6003
|
o.input = Shapes::ShapeRef.new(shape: UpdateSipMediaApplicationCallRequest)
|
5879
6004
|
o.output = Shapes::ShapeRef.new(shape: UpdateSipMediaApplicationCallResponse)
|
5880
6005
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
@@ -5891,6 +6016,7 @@ module Aws::Chime
|
|
5891
6016
|
o.name = "UpdateSipRule"
|
5892
6017
|
o.http_method = "PUT"
|
5893
6018
|
o.http_request_uri = "/sip-rules/{sipRuleId}"
|
6019
|
+
o.deprecated = true
|
5894
6020
|
o.input = Shapes::ShapeRef.new(shape: UpdateSipRuleRequest)
|
5895
6021
|
o.output = Shapes::ShapeRef.new(shape: UpdateSipRuleResponse)
|
5896
6022
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5938,6 +6064,7 @@ module Aws::Chime
|
|
5938
6064
|
o.name = "UpdateVoiceConnector"
|
5939
6065
|
o.http_method = "PUT"
|
5940
6066
|
o.http_request_uri = "/voice-connectors/{voiceConnectorId}"
|
6067
|
+
o.deprecated = true
|
5941
6068
|
o.input = Shapes::ShapeRef.new(shape: UpdateVoiceConnectorRequest)
|
5942
6069
|
o.output = Shapes::ShapeRef.new(shape: UpdateVoiceConnectorResponse)
|
5943
6070
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5953,6 +6080,7 @@ module Aws::Chime
|
|
5953
6080
|
o.name = "UpdateVoiceConnectorGroup"
|
5954
6081
|
o.http_method = "PUT"
|
5955
6082
|
o.http_request_uri = "/voice-connector-groups/{voiceConnectorGroupId}"
|
6083
|
+
o.deprecated = true
|
5956
6084
|
o.input = Shapes::ShapeRef.new(shape: UpdateVoiceConnectorGroupRequest)
|
5957
6085
|
o.output = Shapes::ShapeRef.new(shape: UpdateVoiceConnectorGroupResponse)
|
5958
6086
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|
@@ -5969,6 +6097,7 @@ module Aws::Chime
|
|
5969
6097
|
o.name = "ValidateE911Address"
|
5970
6098
|
o.http_method = "POST"
|
5971
6099
|
o.http_request_uri = "/emergency-calling/address"
|
6100
|
+
o.deprecated = true
|
5972
6101
|
o.input = Shapes::ShapeRef.new(shape: ValidateE911AddressRequest)
|
5973
6102
|
o.output = Shapes::ShapeRef.new(shape: ValidateE911AddressResponse)
|
5974
6103
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedClientException)
|