From a35a25ec19b5d08aa2e338876c3e8f4159cefbae Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Fri, 15 Mar 2024 01:13:54 +0000 Subject: [PATCH 1/2] chore(docs): add deprecation message for shapes --- clients/client-alexa-for-business/src/AlexaForBusiness.ts | 2 +- .../src/AlexaForBusinessClient.ts | 2 +- .../src/commands/ApproveSkillCommand.ts | 2 +- .../commands/AssociateContactWithAddressBookCommand.ts | 2 +- .../commands/AssociateDeviceWithNetworkProfileCommand.ts | 2 +- .../src/commands/AssociateDeviceWithRoomCommand.ts | 2 +- .../src/commands/AssociateSkillGroupWithRoomCommand.ts | 2 +- .../src/commands/AssociateSkillWithSkillGroupCommand.ts | 2 +- .../src/commands/AssociateSkillWithUsersCommand.ts | 2 +- .../src/commands/CreateAddressBookCommand.ts | 2 +- .../src/commands/CreateBusinessReportScheduleCommand.ts | 2 +- .../src/commands/CreateConferenceProviderCommand.ts | 2 +- .../src/commands/CreateContactCommand.ts | 2 +- .../src/commands/CreateGatewayGroupCommand.ts | 2 +- .../src/commands/CreateNetworkProfileCommand.ts | 2 +- .../src/commands/CreateProfileCommand.ts | 2 +- .../src/commands/CreateRoomCommand.ts | 2 +- .../src/commands/CreateSkillGroupCommand.ts | 2 +- .../src/commands/CreateUserCommand.ts | 2 +- .../src/commands/DeleteAddressBookCommand.ts | 2 +- .../src/commands/DeleteBusinessReportScheduleCommand.ts | 2 +- .../src/commands/DeleteConferenceProviderCommand.ts | 2 +- .../src/commands/DeleteContactCommand.ts | 2 +- .../src/commands/DeleteDeviceCommand.ts | 2 +- .../src/commands/DeleteDeviceUsageDataCommand.ts | 2 +- .../src/commands/DeleteGatewayGroupCommand.ts | 2 +- .../src/commands/DeleteNetworkProfileCommand.ts | 2 +- .../src/commands/DeleteProfileCommand.ts | 2 +- .../src/commands/DeleteRoomCommand.ts | 2 +- .../src/commands/DeleteRoomSkillParameterCommand.ts | 2 +- .../src/commands/DeleteSkillAuthorizationCommand.ts | 2 +- .../src/commands/DeleteSkillGroupCommand.ts | 2 +- .../src/commands/DeleteUserCommand.ts | 2 +- .../commands/DisassociateContactFromAddressBookCommand.ts | 2 +- .../src/commands/DisassociateDeviceFromRoomCommand.ts | 2 +- .../commands/DisassociateSkillFromSkillGroupCommand.ts | 2 +- .../src/commands/DisassociateSkillFromUsersCommand.ts | 2 +- .../src/commands/DisassociateSkillGroupFromRoomCommand.ts | 2 +- .../src/commands/ForgetSmartHomeAppliancesCommand.ts | 2 +- .../src/commands/GetAddressBookCommand.ts | 2 +- .../src/commands/GetConferencePreferenceCommand.ts | 2 +- .../src/commands/GetConferenceProviderCommand.ts | 2 +- .../src/commands/GetContactCommand.ts | 2 +- .../src/commands/GetDeviceCommand.ts | 2 +- .../src/commands/GetGatewayCommand.ts | 2 +- .../src/commands/GetGatewayGroupCommand.ts | 2 +- .../src/commands/GetInvitationConfigurationCommand.ts | 2 +- .../src/commands/GetNetworkProfileCommand.ts | 2 +- .../src/commands/GetProfileCommand.ts | 2 +- .../src/commands/GetRoomCommand.ts | 2 +- .../src/commands/GetRoomSkillParameterCommand.ts | 2 +- .../src/commands/GetSkillGroupCommand.ts | 2 +- .../src/commands/ListBusinessReportSchedulesCommand.ts | 2 +- .../src/commands/ListConferenceProvidersCommand.ts | 2 +- .../src/commands/ListDeviceEventsCommand.ts | 2 +- .../src/commands/ListGatewayGroupsCommand.ts | 2 +- .../src/commands/ListGatewaysCommand.ts | 2 +- .../src/commands/ListSkillsCommand.ts | 2 +- .../src/commands/ListSkillsStoreCategoriesCommand.ts | 2 +- .../commands/ListSkillsStoreSkillsByCategoryCommand.ts | 2 +- .../src/commands/ListSmartHomeAppliancesCommand.ts | 2 +- .../src/commands/ListTagsCommand.ts | 2 +- .../src/commands/PutConferencePreferenceCommand.ts | 2 +- .../src/commands/PutInvitationConfigurationCommand.ts | 2 +- .../src/commands/PutRoomSkillParameterCommand.ts | 2 +- .../src/commands/PutSkillAuthorizationCommand.ts | 2 +- .../src/commands/RegisterAVSDeviceCommand.ts | 2 +- .../src/commands/RejectSkillCommand.ts | 2 +- .../src/commands/ResolveRoomCommand.ts | 2 +- .../src/commands/RevokeInvitationCommand.ts | 2 +- .../src/commands/SearchAddressBooksCommand.ts | 2 +- .../src/commands/SearchContactsCommand.ts | 2 +- .../src/commands/SearchDevicesCommand.ts | 2 +- .../src/commands/SearchNetworkProfilesCommand.ts | 2 +- .../src/commands/SearchProfilesCommand.ts | 2 +- .../src/commands/SearchRoomsCommand.ts | 2 +- .../src/commands/SearchSkillGroupsCommand.ts | 2 +- .../src/commands/SearchUsersCommand.ts | 2 +- .../src/commands/SendInvitationCommand.ts | 2 +- .../src/commands/StartDeviceSyncCommand.ts | 2 +- .../commands/StartSmartHomeApplianceDiscoveryCommand.ts | 2 +- .../src/commands/TagResourceCommand.ts | 2 +- .../src/commands/UntagResourceCommand.ts | 2 +- .../src/commands/UpdateAddressBookCommand.ts | 2 +- .../src/commands/UpdateBusinessReportScheduleCommand.ts | 2 +- .../src/commands/UpdateConferenceProviderCommand.ts | 2 +- .../src/commands/UpdateContactCommand.ts | 2 +- .../src/commands/UpdateDeviceCommand.ts | 2 +- .../src/commands/UpdateGatewayCommand.ts | 2 +- .../src/commands/UpdateGatewayGroupCommand.ts | 2 +- .../src/commands/UpdateNetworkProfileCommand.ts | 2 +- .../src/commands/UpdateProfileCommand.ts | 2 +- .../src/commands/UpdateRoomCommand.ts | 2 +- .../src/commands/UpdateSkillGroupCommand.ts | 2 +- .../src/commands/GetConfigurationCommand.ts | 2 +- clients/client-chime/src/Chime.ts | 2 +- clients/client-chime/src/ChimeClient.ts | 2 +- .../AssociatePhoneNumbersWithVoiceConnectorCommand.ts | 2 +- ...AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts | 2 +- .../src/commands/BatchCreateAttendeeCommand.ts | 2 +- .../src/commands/BatchCreateChannelMembershipCommand.ts | 2 +- .../src/commands/CreateAppInstanceAdminCommand.ts | 2 +- .../client-chime/src/commands/CreateAppInstanceCommand.ts | 2 +- .../src/commands/CreateAppInstanceUserCommand.ts | 2 +- .../client-chime/src/commands/CreateAttendeeCommand.ts | 2 +- .../client-chime/src/commands/CreateChannelBanCommand.ts | 2 +- clients/client-chime/src/commands/CreateChannelCommand.ts | 2 +- .../src/commands/CreateChannelMembershipCommand.ts | 2 +- .../src/commands/CreateChannelModeratorCommand.ts | 2 +- .../src/commands/CreateMediaCapturePipelineCommand.ts | 2 +- clients/client-chime/src/commands/CreateMeetingCommand.ts | 2 +- .../src/commands/CreateMeetingWithAttendeesCommand.ts | 2 +- .../src/commands/CreateProxySessionCommand.ts | 2 +- .../src/commands/CreateSipMediaApplicationCallCommand.ts | 2 +- .../src/commands/CreateSipMediaApplicationCommand.ts | 2 +- clients/client-chime/src/commands/CreateSipRuleCommand.ts | 2 +- .../src/commands/CreateVoiceConnectorCommand.ts | 2 +- .../src/commands/CreateVoiceConnectorGroupCommand.ts | 2 +- .../src/commands/DeleteAppInstanceAdminCommand.ts | 2 +- .../client-chime/src/commands/DeleteAppInstanceCommand.ts | 2 +- .../DeleteAppInstanceStreamingConfigurationsCommand.ts | 2 +- .../src/commands/DeleteAppInstanceUserCommand.ts | 2 +- .../client-chime/src/commands/DeleteAttendeeCommand.ts | 2 +- .../client-chime/src/commands/DeleteChannelBanCommand.ts | 2 +- clients/client-chime/src/commands/DeleteChannelCommand.ts | 2 +- .../src/commands/DeleteChannelMembershipCommand.ts | 2 +- .../src/commands/DeleteChannelMessageCommand.ts | 2 +- .../src/commands/DeleteChannelModeratorCommand.ts | 2 +- .../src/commands/DeleteMediaCapturePipelineCommand.ts | 2 +- clients/client-chime/src/commands/DeleteMeetingCommand.ts | 2 +- .../src/commands/DeleteProxySessionCommand.ts | 2 +- .../src/commands/DeleteSipMediaApplicationCommand.ts | 2 +- clients/client-chime/src/commands/DeleteSipRuleCommand.ts | 2 +- .../src/commands/DeleteVoiceConnectorCommand.ts | 2 +- ...eVoiceConnectorEmergencyCallingConfigurationCommand.ts | 2 +- .../src/commands/DeleteVoiceConnectorGroupCommand.ts | 2 +- .../commands/DeleteVoiceConnectorOriginationCommand.ts | 2 +- .../src/commands/DeleteVoiceConnectorProxyCommand.ts | 2 +- .../DeleteVoiceConnectorStreamingConfigurationCommand.ts | 2 +- .../commands/DeleteVoiceConnectorTerminationCommand.ts | 2 +- .../DeleteVoiceConnectorTerminationCredentialsCommand.ts | 2 +- .../src/commands/DescribeAppInstanceAdminCommand.ts | 2 +- .../src/commands/DescribeAppInstanceCommand.ts | 2 +- .../src/commands/DescribeAppInstanceUserCommand.ts | 2 +- .../src/commands/DescribeChannelBanCommand.ts | 2 +- .../client-chime/src/commands/DescribeChannelCommand.ts | 2 +- .../src/commands/DescribeChannelMembershipCommand.ts | 2 +- .../DescribeChannelMembershipForAppInstanceUserCommand.ts | 2 +- .../DescribeChannelModeratedByAppInstanceUserCommand.ts | 2 +- .../src/commands/DescribeChannelModeratorCommand.ts | 2 +- .../DisassociatePhoneNumbersFromVoiceConnectorCommand.ts | 2 +- ...associatePhoneNumbersFromVoiceConnectorGroupCommand.ts | 2 +- .../commands/GetAppInstanceRetentionSettingsCommand.ts | 2 +- .../GetAppInstanceStreamingConfigurationsCommand.ts | 2 +- clients/client-chime/src/commands/GetAttendeeCommand.ts | 2 +- .../client-chime/src/commands/GetChannelMessageCommand.ts | 2 +- .../src/commands/GetMediaCapturePipelineCommand.ts | 2 +- clients/client-chime/src/commands/GetMeetingCommand.ts | 2 +- .../src/commands/GetMessagingSessionEndpointCommand.ts | 2 +- .../client-chime/src/commands/GetProxySessionCommand.ts | 2 +- .../src/commands/GetSipMediaApplicationCommand.ts | 2 +- .../GetSipMediaApplicationLoggingConfigurationCommand.ts | 2 +- clients/client-chime/src/commands/GetSipRuleCommand.ts | 2 +- .../client-chime/src/commands/GetVoiceConnectorCommand.ts | 2 +- ...tVoiceConnectorEmergencyCallingConfigurationCommand.ts | 2 +- .../src/commands/GetVoiceConnectorGroupCommand.ts | 2 +- .../GetVoiceConnectorLoggingConfigurationCommand.ts | 2 +- .../src/commands/GetVoiceConnectorOriginationCommand.ts | 2 +- .../src/commands/GetVoiceConnectorProxyCommand.ts | 2 +- .../GetVoiceConnectorStreamingConfigurationCommand.ts | 2 +- .../src/commands/GetVoiceConnectorTerminationCommand.ts | 2 +- .../commands/GetVoiceConnectorTerminationHealthCommand.ts | 2 +- .../src/commands/ListAppInstanceAdminsCommand.ts | 2 +- .../src/commands/ListAppInstanceUsersCommand.ts | 2 +- .../client-chime/src/commands/ListAppInstancesCommand.ts | 2 +- .../client-chime/src/commands/ListAttendeeTagsCommand.ts | 2 +- clients/client-chime/src/commands/ListAttendeesCommand.ts | 2 +- .../client-chime/src/commands/ListChannelBansCommand.ts | 2 +- .../src/commands/ListChannelMembershipsCommand.ts | 2 +- .../ListChannelMembershipsForAppInstanceUserCommand.ts | 2 +- .../src/commands/ListChannelMessagesCommand.ts | 2 +- .../src/commands/ListChannelModeratorsCommand.ts | 2 +- clients/client-chime/src/commands/ListChannelsCommand.ts | 2 +- .../ListChannelsModeratedByAppInstanceUserCommand.ts | 2 +- .../src/commands/ListMediaCapturePipelinesCommand.ts | 2 +- .../client-chime/src/commands/ListMeetingTagsCommand.ts | 2 +- clients/client-chime/src/commands/ListMeetingsCommand.ts | 2 +- .../client-chime/src/commands/ListProxySessionsCommand.ts | 2 +- .../src/commands/ListSipMediaApplicationsCommand.ts | 2 +- clients/client-chime/src/commands/ListSipRulesCommand.ts | 2 +- .../src/commands/ListTagsForResourceCommand.ts | 2 +- .../src/commands/ListVoiceConnectorGroupsCommand.ts | 2 +- .../ListVoiceConnectorTerminationCredentialsCommand.ts | 2 +- .../src/commands/ListVoiceConnectorsCommand.ts | 2 +- .../commands/PutAppInstanceRetentionSettingsCommand.ts | 2 +- .../PutAppInstanceStreamingConfigurationsCommand.ts | 2 +- .../PutSipMediaApplicationLoggingConfigurationCommand.ts | 2 +- ...tVoiceConnectorEmergencyCallingConfigurationCommand.ts | 2 +- .../PutVoiceConnectorLoggingConfigurationCommand.ts | 2 +- .../src/commands/PutVoiceConnectorOriginationCommand.ts | 2 +- .../src/commands/PutVoiceConnectorProxyCommand.ts | 2 +- .../PutVoiceConnectorStreamingConfigurationCommand.ts | 2 +- .../src/commands/PutVoiceConnectorTerminationCommand.ts | 2 +- .../PutVoiceConnectorTerminationCredentialsCommand.ts | 2 +- .../src/commands/RedactChannelMessageCommand.ts | 2 +- .../src/commands/SendChannelMessageCommand.ts | 2 +- .../src/commands/StartMeetingTranscriptionCommand.ts | 2 +- .../src/commands/StopMeetingTranscriptionCommand.ts | 2 +- clients/client-chime/src/commands/TagAttendeeCommand.ts | 2 +- clients/client-chime/src/commands/TagMeetingCommand.ts | 2 +- clients/client-chime/src/commands/TagResourceCommand.ts | 2 +- clients/client-chime/src/commands/UntagAttendeeCommand.ts | 2 +- clients/client-chime/src/commands/UntagMeetingCommand.ts | 2 +- clients/client-chime/src/commands/UntagResourceCommand.ts | 2 +- .../client-chime/src/commands/UpdateAppInstanceCommand.ts | 2 +- .../src/commands/UpdateAppInstanceUserCommand.ts | 2 +- clients/client-chime/src/commands/UpdateChannelCommand.ts | 2 +- .../src/commands/UpdateChannelMessageCommand.ts | 2 +- .../src/commands/UpdateChannelReadMarkerCommand.ts | 2 +- .../src/commands/UpdateProxySessionCommand.ts | 2 +- .../src/commands/UpdateSipMediaApplicationCallCommand.ts | 2 +- .../src/commands/UpdateSipMediaApplicationCommand.ts | 2 +- clients/client-chime/src/commands/UpdateSipRuleCommand.ts | 2 +- .../src/commands/UpdateVoiceConnectorCommand.ts | 2 +- .../src/commands/UpdateVoiceConnectorGroupCommand.ts | 2 +- .../src/commands/ValidateE911AddressCommand.ts | 2 +- .../src/commands/AddTagsToResourceCommand.ts | 2 +- clients/client-cloudhsm/src/commands/CreateHapgCommand.ts | 2 +- clients/client-cloudhsm/src/commands/CreateHsmCommand.ts | 2 +- .../src/commands/CreateLunaClientCommand.ts | 2 +- clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts | 2 +- clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts | 2 +- .../src/commands/DeleteLunaClientCommand.ts | 2 +- .../client-cloudhsm/src/commands/DescribeHapgCommand.ts | 2 +- .../client-cloudhsm/src/commands/DescribeHsmCommand.ts | 2 +- .../src/commands/DescribeLunaClientCommand.ts | 2 +- clients/client-cloudhsm/src/commands/GetConfigCommand.ts | 2 +- .../src/commands/ListAvailableZonesCommand.ts | 2 +- clients/client-cloudhsm/src/commands/ListHapgsCommand.ts | 2 +- clients/client-cloudhsm/src/commands/ListHsmsCommand.ts | 2 +- .../src/commands/ListLunaClientsCommand.ts | 2 +- .../src/commands/ListTagsForResourceCommand.ts | 2 +- clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts | 2 +- clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts | 2 +- .../src/commands/ModifyLunaClientCommand.ts | 2 +- .../src/commands/RemoveTagsFromResourceCommand.ts | 2 +- .../src/commands/ListTagsLogGroupCommand.ts | 2 +- .../src/commands/TagLogGroupCommand.ts | 2 +- .../src/commands/UntagLogGroupCommand.ts | 2 +- .../src/commands/BatchGetDeploymentInstancesCommand.ts | 2 +- .../src/commands/GetDeploymentInstanceCommand.ts | 2 +- .../src/commands/ListDeploymentInstancesCommand.ts | 2 +- .../commands/SkipWaitTimeForInstanceTerminationCommand.ts | 2 +- clients/client-codedeploy/src/models/models_0.ts | 8 ++++---- .../src/commands/DetectEntitiesCommand.ts | 2 +- .../src/commands/RetryDataReplicationCommand.ts | 2 +- clients/client-efs/src/commands/CreateTagsCommand.ts | 2 +- clients/client-efs/src/commands/DeleteTagsCommand.ts | 2 +- clients/client-efs/src/commands/DescribeTagsCommand.ts | 2 +- .../src/commands/AssociateUserToPermissionGroupCommand.ts | 2 +- .../src/commands/CreateChangesetCommand.ts | 2 +- .../src/commands/CreateDataViewCommand.ts | 2 +- .../src/commands/CreateDatasetCommand.ts | 2 +- .../src/commands/CreatePermissionGroupCommand.ts | 2 +- .../src/commands/CreateUserCommand.ts | 2 +- .../src/commands/DeleteDatasetCommand.ts | 2 +- .../src/commands/DeletePermissionGroupCommand.ts | 2 +- .../src/commands/DisableUserCommand.ts | 2 +- .../DisassociateUserFromPermissionGroupCommand.ts | 2 +- .../src/commands/EnableUserCommand.ts | 2 +- .../src/commands/GetChangesetCommand.ts | 2 +- .../src/commands/GetDataViewCommand.ts | 2 +- .../src/commands/GetDatasetCommand.ts | 2 +- .../commands/GetExternalDataViewAccessDetailsCommand.ts | 2 +- .../src/commands/GetPermissionGroupCommand.ts | 2 +- .../commands/GetProgrammaticAccessCredentialsCommand.ts | 2 +- .../client-finspace-data/src/commands/GetUserCommand.ts | 2 +- .../src/commands/GetWorkingLocationCommand.ts | 2 +- .../src/commands/ListChangesetsCommand.ts | 2 +- .../src/commands/ListDataViewsCommand.ts | 2 +- .../src/commands/ListDatasetsCommand.ts | 2 +- .../src/commands/ListPermissionGroupsByUserCommand.ts | 2 +- .../src/commands/ListPermissionGroupsCommand.ts | 2 +- .../src/commands/ListUsersByPermissionGroupCommand.ts | 2 +- .../client-finspace-data/src/commands/ListUsersCommand.ts | 2 +- .../src/commands/ResetUserPasswordCommand.ts | 2 +- .../src/commands/UpdateChangesetCommand.ts | 2 +- .../src/commands/UpdateDatasetCommand.ts | 2 +- .../src/commands/UpdatePermissionGroupCommand.ts | 2 +- .../src/commands/UpdateUserCommand.ts | 2 +- .../src/commands/CreateEnvironmentCommand.ts | 2 +- .../src/commands/DeleteEnvironmentCommand.ts | 2 +- .../client-finspace/src/commands/GetEnvironmentCommand.ts | 2 +- .../src/commands/ListEnvironmentsCommand.ts | 2 +- .../src/commands/UpdateEnvironmentCommand.ts | 2 +- .../src/commands/AcceptInvitationCommand.ts | 2 +- .../src/commands/DisassociateFromMasterAccountCommand.ts | 2 +- .../src/commands/GetMasterAccountCommand.ts | 2 +- .../src/commands/GetPositionCommand.ts | 2 +- .../src/commands/GetPositionConfigurationCommand.ts | 2 +- .../src/commands/ListPositionConfigurationsCommand.ts | 2 +- .../src/commands/PutPositionConfigurationCommand.ts | 2 +- .../src/commands/UpdatePositionCommand.ts | 2 +- .../src/commands/AssociateEntityToThingCommand.ts | 2 +- .../src/commands/CreateFlowTemplateCommand.ts | 2 +- .../src/commands/CreateSystemInstanceCommand.ts | 2 +- .../src/commands/CreateSystemTemplateCommand.ts | 2 +- .../src/commands/DeleteFlowTemplateCommand.ts | 2 +- .../src/commands/DeleteNamespaceCommand.ts | 2 +- .../src/commands/DeleteSystemInstanceCommand.ts | 2 +- .../src/commands/DeleteSystemTemplateCommand.ts | 2 +- .../src/commands/DeploySystemInstanceCommand.ts | 2 +- .../src/commands/DeprecateFlowTemplateCommand.ts | 2 +- .../src/commands/DeprecateSystemTemplateCommand.ts | 2 +- .../src/commands/DescribeNamespaceCommand.ts | 2 +- .../src/commands/DissociateEntityFromThingCommand.ts | 2 +- .../src/commands/GetEntitiesCommand.ts | 2 +- .../src/commands/GetFlowTemplateCommand.ts | 2 +- .../src/commands/GetFlowTemplateRevisionsCommand.ts | 2 +- .../src/commands/GetNamespaceDeletionStatusCommand.ts | 2 +- .../src/commands/GetSystemInstanceCommand.ts | 2 +- .../src/commands/GetSystemTemplateCommand.ts | 2 +- .../src/commands/GetSystemTemplateRevisionsCommand.ts | 2 +- .../src/commands/GetUploadStatusCommand.ts | 2 +- .../src/commands/ListFlowExecutionMessagesCommand.ts | 2 +- .../src/commands/ListTagsForResourceCommand.ts | 2 +- .../src/commands/SearchEntitiesCommand.ts | 2 +- .../src/commands/SearchFlowExecutionsCommand.ts | 2 +- .../src/commands/SearchFlowTemplatesCommand.ts | 2 +- .../src/commands/SearchSystemInstancesCommand.ts | 2 +- .../src/commands/SearchSystemTemplatesCommand.ts | 2 +- .../src/commands/SearchThingsCommand.ts | 2 +- .../src/commands/TagResourceCommand.ts | 2 +- .../src/commands/UndeploySystemInstanceCommand.ts | 2 +- .../src/commands/UntagResourceCommand.ts | 2 +- .../src/commands/UpdateFlowTemplateCommand.ts | 2 +- .../src/commands/UpdateSystemTemplateCommand.ts | 2 +- .../src/commands/UploadEntityDefinitionsCommand.ts | 2 +- .../src/commands/StartSupportDataExportCommand.ts | 2 +- .../src/models/models_0.ts | 4 ++-- .../src/commands/DescribeEndpointsCommand.ts | 2 +- clients/client-mediaconvert/src/models/models_2.ts | 2 +- .../src/commands/RotateChannelCredentialsCommand.ts | 2 +- clients/client-mwaa/src/commands/PublishMetricsCommand.ts | 2 +- clients/client-mwaa/src/models/models_0.ts | 6 +++--- .../src/commands/GetRecommendationsCommand.ts | 2 +- .../client-qconnect/src/commands/QueryAssistantCommand.ts | 2 +- clients/client-rds-data/src/commands/ExecuteSqlCommand.ts | 2 +- .../src/commands/CancelDeploymentJobCommand.ts | 2 +- .../src/commands/CreateDeploymentJobCommand.ts | 2 +- .../client-robomaker/src/commands/CreateFleetCommand.ts | 2 +- .../client-robomaker/src/commands/CreateRobotCommand.ts | 2 +- .../client-robomaker/src/commands/DeleteFleetCommand.ts | 2 +- .../client-robomaker/src/commands/DeleteRobotCommand.ts | 2 +- .../src/commands/DeregisterRobotCommand.ts | 2 +- .../src/commands/DescribeDeploymentJobCommand.ts | 2 +- .../client-robomaker/src/commands/DescribeFleetCommand.ts | 2 +- .../client-robomaker/src/commands/DescribeRobotCommand.ts | 2 +- .../src/commands/ListDeploymentJobsCommand.ts | 2 +- .../client-robomaker/src/commands/ListFleetsCommand.ts | 2 +- .../client-robomaker/src/commands/ListRobotsCommand.ts | 2 +- .../client-robomaker/src/commands/RegisterRobotCommand.ts | 2 +- .../src/commands/SyncDeploymentJobCommand.ts | 2 +- .../src/commands/AcceptInvitationCommand.ts | 2 +- .../src/commands/DisassociateFromMasterAccountCommand.ts | 2 +- .../src/commands/GetMasterAccountCommand.ts | 2 +- clients/client-signer/src/models/models_0.ts | 2 +- clients/client-sms/src/SMS.ts | 2 +- clients/client-sms/src/SMSClient.ts | 2 +- clients/client-sqs/src/models/models_0.ts | 2 +- clients/client-verifiedpermissions/src/models/models_0.ts | 4 ++-- .../src/commands/GetRecommendationsCommand.ts | 2 +- .../client-wisdom/src/commands/QueryAssistantCommand.ts | 2 +- .../src/commands/AssociateDomainCommand.ts | 2 +- .../AssociateWebsiteAuthorizationProviderCommand.ts | 2 +- .../AssociateWebsiteCertificateAuthorityCommand.ts | 2 +- .../client-worklink/src/commands/CreateFleetCommand.ts | 2 +- .../client-worklink/src/commands/DeleteFleetCommand.ts | 2 +- .../commands/DescribeAuditStreamConfigurationCommand.ts | 2 +- .../DescribeCompanyNetworkConfigurationCommand.ts | 2 +- .../client-worklink/src/commands/DescribeDeviceCommand.ts | 2 +- .../commands/DescribeDevicePolicyConfigurationCommand.ts | 2 +- .../client-worklink/src/commands/DescribeDomainCommand.ts | 2 +- .../src/commands/DescribeFleetMetadataCommand.ts | 2 +- .../DescribeIdentityProviderConfigurationCommand.ts | 2 +- .../DescribeWebsiteCertificateAuthorityCommand.ts | 2 +- .../src/commands/DisassociateDomainCommand.ts | 2 +- .../DisassociateWebsiteAuthorizationProviderCommand.ts | 2 +- .../DisassociateWebsiteCertificateAuthorityCommand.ts | 2 +- .../client-worklink/src/commands/ListDevicesCommand.ts | 2 +- .../client-worklink/src/commands/ListDomainsCommand.ts | 2 +- clients/client-worklink/src/commands/ListFleetsCommand.ts | 2 +- .../src/commands/ListTagsForResourceCommand.ts | 2 +- .../commands/ListWebsiteAuthorizationProvidersCommand.ts | 2 +- .../commands/ListWebsiteCertificateAuthoritiesCommand.ts | 2 +- .../src/commands/RestoreDomainAccessCommand.ts | 2 +- .../src/commands/RevokeDomainAccessCommand.ts | 2 +- .../client-worklink/src/commands/SignOutUserCommand.ts | 2 +- .../client-worklink/src/commands/TagResourceCommand.ts | 2 +- .../client-worklink/src/commands/UntagResourceCommand.ts | 2 +- .../src/commands/UpdateAuditStreamConfigurationCommand.ts | 2 +- .../commands/UpdateCompanyNetworkConfigurationCommand.ts | 2 +- .../commands/UpdateDevicePolicyConfigurationCommand.ts | 2 +- .../src/commands/UpdateDomainMetadataCommand.ts | 2 +- .../src/commands/UpdateFleetMetadataCommand.ts | 2 +- .../UpdateIdentityProviderConfigurationCommand.ts | 2 +- 406 files changed, 413 insertions(+), 413 deletions(-) diff --git a/clients/client-alexa-for-business/src/AlexaForBusiness.ts b/clients/client-alexa-for-business/src/AlexaForBusiness.ts index a923704c5848..4c6637a85173 100644 --- a/clients/client-alexa-for-business/src/AlexaForBusiness.ts +++ b/clients/client-alexa-for-business/src/AlexaForBusiness.ts @@ -1911,7 +1911,7 @@ export interface AlexaForBusiness { /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *
Alexa for Business has been retired and is no longer supported.
*/ diff --git a/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts b/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts index 18a2efa5de0a..cdf5e1de26a1 100644 --- a/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts +++ b/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts @@ -643,7 +643,7 @@ export interface AlexaForBusinessClientResolvedConfig extends AlexaForBusinessCl /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Alexa for Business has been retired and is no longer supported.
*/ diff --git a/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts b/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts index 926997cb8280..479f9bd00fe5 100644 --- a/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts @@ -28,7 +28,7 @@ export interface ApproveSkillCommandOutput extends ApproveSkillResponse, __Metad /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Associates a skill with the organization under the customer's AWS account. If a skill * is private, the user implicitly accepts access to this skill during enablement.
diff --git a/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts index ca7f3e0f8d7f..1c5a632d5456 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts @@ -33,7 +33,7 @@ export interface AssociateContactWithAddressBookCommandOutput /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Associates a contact with a given address book.
* @example diff --git a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts index 5015d1b8fbaa..388878b12b38 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts @@ -36,7 +36,7 @@ export interface AssociateDeviceWithNetworkProfileCommandOutput /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Associates a device with the specified network profile.
* @example diff --git a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts index 1d5f8e21ea20..80bc9f49f22a 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts @@ -28,7 +28,7 @@ export interface AssociateDeviceWithRoomCommandOutput extends AssociateDeviceWit /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Associates a device with a given room. This applies all the settings from the room * profile to the device, and all the skills in any skill groups added to that room. This diff --git a/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts index b11e6db4494b..0a4553424e88 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts @@ -30,7 +30,7 @@ export interface AssociateSkillGroupWithRoomCommandOutput /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *
Associates a skill group with a given room. This enables all skills in the associated * skill group on all devices in the room.
diff --git a/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts index d8553b8296fe..9338bbaddc98 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts @@ -33,7 +33,7 @@ export interface AssociateSkillWithSkillGroupCommandOutput /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Associates a skill with a skill group.
* @example diff --git a/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts index 20e2a1f6f09a..74123d39710c 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts @@ -28,7 +28,7 @@ export interface AssociateSkillWithUsersCommandOutput extends AssociateSkillWith /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Makes a private skill available for enrolled users to enable on their devices.
* @example diff --git a/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts index b3a778eb9dac..c3bf344d090f 100644 --- a/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts @@ -28,7 +28,7 @@ export interface CreateAddressBookCommandOutput extends CreateAddressBookRespons /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Creates an address book with the specified details.
* @example diff --git a/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts index 2f0775d7fe52..2c808178d4d4 100644 --- a/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts @@ -33,7 +33,7 @@ export interface CreateBusinessReportScheduleCommandOutput /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Creates a recurring schedule for usage reports to deliver to the specified S3 * location with a specified daily or weekly interval.
diff --git a/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts index 0ca0e494f094..49ad06122101 100644 --- a/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts @@ -28,7 +28,7 @@ export interface CreateConferenceProviderCommandOutput extends CreateConferenceP /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Adds a new conference provider under the user's AWS account.
* @example diff --git a/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts b/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts index c70b5859ec8d..42dce078dd78 100644 --- a/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts @@ -32,7 +32,7 @@ export interface CreateContactCommandOutput extends CreateContactResponse, __Met /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Creates a contact with the specified details.
* @example diff --git a/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts index aa28d40a254e..f3ede14187bc 100644 --- a/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts @@ -28,7 +28,7 @@ export interface CreateGatewayGroupCommandOutput extends CreateGatewayGroupRespo /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Creates a gateway group with the specified details.
* @example diff --git a/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts index 6f97e3114854..552442e53bfc 100644 --- a/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts @@ -32,7 +32,7 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Creates a network profile with the specified details.
* @example diff --git a/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts b/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts index a8737d2c5250..10bf242dd68d 100644 --- a/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts @@ -28,7 +28,7 @@ export interface CreateProfileCommandOutput extends CreateProfileResponse, __Met /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Creates a new room profile with the specified details.
* @example diff --git a/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts b/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts index b9828914f8a6..7c8ea41530e1 100644 --- a/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts @@ -28,7 +28,7 @@ export interface CreateRoomCommandOutput extends CreateRoomResponse, __MetadataB /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Creates a room with the specified details.
* @example diff --git a/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts index ea2c49ac127d..2d8ea007310e 100644 --- a/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts @@ -28,7 +28,7 @@ export interface CreateSkillGroupCommandOutput extends CreateSkillGroupResponse, /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Creates a skill group with a specified name and description.
* @example diff --git a/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts b/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts index 6199ced45452..4d6b97a4251a 100644 --- a/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts @@ -28,7 +28,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Creates a user.
* @example diff --git a/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts index 937ac6d1a1f5..ca490db01eef 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts @@ -28,7 +28,7 @@ export interface DeleteAddressBookCommandOutput extends DeleteAddressBookRespons /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Deletes an address book by the address book ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts index f8d6d5046dba..4e371f6ba0a5 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts @@ -33,7 +33,7 @@ export interface DeleteBusinessReportScheduleCommandOutput /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Deletes the recurring report delivery schedule with the specified schedule * ARN.
diff --git a/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts index 4ed662936c46..4d2a904be98f 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts @@ -28,7 +28,7 @@ export interface DeleteConferenceProviderCommandOutput extends DeleteConferenceP /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Deletes a conference provider.
* @example diff --git a/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts index 859ff0c8d222..41b578a8d507 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts @@ -28,7 +28,7 @@ export interface DeleteContactCommandOutput extends DeleteContactResponse, __Met /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Deletes a contact by the contact ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts index 1144e4238cfa..638e41d99fd6 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts @@ -28,7 +28,7 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Removes a device from Alexa For Business.
* @example diff --git a/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts index f2dd308c3c55..c049a7887b60 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts @@ -28,7 +28,7 @@ export interface DeleteDeviceUsageDataCommandOutput extends DeleteDeviceUsageDat /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *When this action is called for a specified shared device, it allows authorized users to * delete the device's entire previous history of voice input data and associated response diff --git a/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts index 92a70f5a57bf..5a173f90477d 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts @@ -28,7 +28,7 @@ export interface DeleteGatewayGroupCommandOutput extends DeleteGatewayGroupRespo /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *
Deletes a gateway group.
* @example diff --git a/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts index 939d04d819d7..288ee9123565 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts @@ -28,7 +28,7 @@ export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileR /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Deletes a network profile by the network profile ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts index d15e4e1a91cc..b9455a95c30c 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts @@ -28,7 +28,7 @@ export interface DeleteProfileCommandOutput extends DeleteProfileResponse, __Met /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Deletes a room profile by the profile ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts index 0cf85ba1813d..59cb4bffc180 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts @@ -28,7 +28,7 @@ export interface DeleteRoomCommandOutput extends DeleteRoomResponse, __MetadataB /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Deletes a room by the room ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts index 69bf617682be..7c95d89e0100 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts @@ -28,7 +28,7 @@ export interface DeleteRoomSkillParameterCommandOutput extends DeleteRoomSkillPa /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Deletes room skill parameter details by room, skill, and parameter key ID.
* @example diff --git a/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts index 553aac0890c3..0a49ceb80372 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts @@ -28,7 +28,7 @@ export interface DeleteSkillAuthorizationCommandOutput extends DeleteSkillAuthor /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Unlinks a third-party account from a skill.
* @example diff --git a/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts index 5d84085f4534..52b5237209b5 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts @@ -28,7 +28,7 @@ export interface DeleteSkillGroupCommandOutput extends DeleteSkillGroupResponse, /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Deletes a skill group by skill group ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts index a06980c18fc9..8653ac5d1c01 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts @@ -28,7 +28,7 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Deletes a specified user by user ARN and enrollment ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts index ad2f2105d63f..75705d56b20d 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts @@ -36,7 +36,7 @@ export interface DisassociateContactFromAddressBookCommandOutput /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Disassociates a contact from a given address book.
* @example diff --git a/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts index bfeb690bed4d..4f36ae94a36d 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts @@ -28,7 +28,7 @@ export interface DisassociateDeviceFromRoomCommandOutput extends DisassociateDev /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Disassociates a device from its current room. The device continues to be connected to * the Wi-Fi network and is still registered to the account. The device settings and skills diff --git a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts index cc284a4c4f7e..c0dd1f3d4704 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts @@ -33,7 +33,7 @@ export interface DisassociateSkillFromSkillGroupCommandOutput /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *
Disassociates a skill from a skill group.
* @example diff --git a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts index e4f83f69ef5b..e2d4a5790087 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts @@ -28,7 +28,7 @@ export interface DisassociateSkillFromUsersCommandOutput extends DisassociateSki /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Makes a private skill unavailable for enrolled users and prevents them from enabling it * on their devices.
diff --git a/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts index 5cc62a632b51..ac575c77c855 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts @@ -33,7 +33,7 @@ export interface DisassociateSkillGroupFromRoomCommandOutput /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Disassociates a skill group from a specified room. This disables all skills in the * skill group on all devices in the room.
diff --git a/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts b/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts index 3fa9aa958cc6..28ba39634ed6 100644 --- a/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts @@ -28,7 +28,7 @@ export interface ForgetSmartHomeAppliancesCommandOutput extends ForgetSmartHomeA /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Forgets smart home appliances associated to a room.
* @example diff --git a/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts index 7e7327984990..ed76af6d80c1 100644 --- a/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts @@ -28,7 +28,7 @@ export interface GetAddressBookCommandOutput extends GetAddressBookResponse, __M /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Gets address the book details by the address book ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts b/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts index 4f6c732f41fc..dacb51e64030 100644 --- a/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts @@ -28,7 +28,7 @@ export interface GetConferencePreferenceCommandOutput extends GetConferencePrefe /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Retrieves the existing conference preferences.
* @example diff --git a/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts index 800c41a1978a..d3ed505e70e6 100644 --- a/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts @@ -28,7 +28,7 @@ export interface GetConferenceProviderCommandOutput extends GetConferenceProvide /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Gets details about a specific conference provider.
* @example diff --git a/clients/client-alexa-for-business/src/commands/GetContactCommand.ts b/clients/client-alexa-for-business/src/commands/GetContactCommand.ts index 18c8430814e7..ff03361bbb17 100644 --- a/clients/client-alexa-for-business/src/commands/GetContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetContactCommand.ts @@ -28,7 +28,7 @@ export interface GetContactCommandOutput extends GetContactResponse, __MetadataB /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Gets the contact details by the contact ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts index 900e7007e334..521b4b4e52ba 100644 --- a/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts @@ -28,7 +28,7 @@ export interface GetDeviceCommandOutput extends GetDeviceResponse, __MetadataBea /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Gets the details of a device by device ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts b/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts index 3997c44a2855..3a503d7b112a 100644 --- a/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts @@ -28,7 +28,7 @@ export interface GetGatewayCommandOutput extends GetGatewayResponse, __MetadataB /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Retrieves the details of a gateway.
* @example diff --git a/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts index 0252e112a782..e649d57ef603 100644 --- a/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts @@ -28,7 +28,7 @@ export interface GetGatewayGroupCommandOutput extends GetGatewayGroupResponse, _ /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Retrieves the details of a gateway group.
* @example diff --git a/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts b/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts index ae2b4d0e7203..70d448f264d6 100644 --- a/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface GetInvitationConfigurationCommandOutput extends GetInvitationCo /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Retrieves the configured values for the user enrollment invitation email * template.
diff --git a/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts index 089c37d3d341..bcba4df80e58 100644 --- a/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts @@ -32,7 +32,7 @@ export interface GetNetworkProfileCommandOutput extends GetNetworkProfileRespons /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Gets the network profile details by the network profile ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts b/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts index 1faf51340201..1fefbea67fc6 100644 --- a/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts @@ -28,7 +28,7 @@ export interface GetProfileCommandOutput extends GetProfileResponse, __MetadataB /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Gets the details of a room profile by profile ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts b/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts index bf852dcd7641..8e054228be05 100644 --- a/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts @@ -28,7 +28,7 @@ export interface GetRoomCommandOutput extends GetRoomResponse, __MetadataBearer /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Gets room details by room ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts index e06a76eaaa1f..f260eebb78d4 100644 --- a/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts @@ -28,7 +28,7 @@ export interface GetRoomSkillParameterCommandOutput extends GetRoomSkillParamete /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Gets room skill parameter details by room, skill, and parameter key ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts index 41da5fed8119..c6772bce0190 100644 --- a/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts @@ -28,7 +28,7 @@ export interface GetSkillGroupCommandOutput extends GetSkillGroupResponse, __Met /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Gets skill group details by skill group ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts b/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts index 3ce694c7981b..91affde4b7b6 100644 --- a/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts @@ -30,7 +30,7 @@ export interface ListBusinessReportSchedulesCommandOutput /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Lists the details of the schedules that a user configured. A download URL of the report associated with each schedule is returned every time this action is called. A new download URL is returned each time, and is valid for 24 hours.
* @example diff --git a/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts b/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts index 43e8e1b9f15c..c1a71a260f4e 100644 --- a/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts @@ -28,7 +28,7 @@ export interface ListConferenceProvidersCommandOutput extends ListConferenceProv /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Lists conference providers under a specific AWS account.
* @example diff --git a/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts b/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts index dd64cf223d43..cae9ae23bffa 100644 --- a/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts @@ -28,7 +28,7 @@ export interface ListDeviceEventsCommandOutput extends ListDeviceEventsResponse, /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Lists the device event history, including device connection status, for up to 30 * days.
diff --git a/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts b/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts index b9ded14e6af1..6cfad777ef53 100644 --- a/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts @@ -28,7 +28,7 @@ export interface ListGatewayGroupsCommandOutput extends ListGatewayGroupsRespons /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Retrieves a list of gateway group summaries. Use GetGatewayGroup to retrieve details of * a specific gateway group.
diff --git a/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts b/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts index 7340e5f7cedf..2228ae90a4ac 100644 --- a/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts @@ -28,7 +28,7 @@ export interface ListGatewaysCommandOutput extends ListGatewaysResponse, __Metad /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Retrieves a list of gateway summaries. Use GetGateway to retrieve details of a specific * gateway. An optional gateway group ARN can be provided to only retrieve gateway summaries diff --git a/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts b/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts index 9f0c3f3d439f..062eee5d723b 100644 --- a/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts @@ -28,7 +28,7 @@ export interface ListSkillsCommandOutput extends ListSkillsResponse, __MetadataB /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *
Lists all enabled skills in a specific skill group.
* @example diff --git a/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts b/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts index 37a2c1d55426..11c4f2e9c4c7 100644 --- a/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts @@ -28,7 +28,7 @@ export interface ListSkillsStoreCategoriesCommandOutput extends ListSkillsStoreC /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Lists all categories in the Alexa skill store.
* @example diff --git a/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts b/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts index e548aa767b37..c9f8043f2802 100644 --- a/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts @@ -33,7 +33,7 @@ export interface ListSkillsStoreSkillsByCategoryCommandOutput /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Lists all skills in the Alexa skill store by category.
* @example diff --git a/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts b/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts index b81025951e29..97b2bed58c6e 100644 --- a/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts @@ -28,7 +28,7 @@ export interface ListSmartHomeAppliancesCommandOutput extends ListSmartHomeAppli /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Lists all of the smart home appliances associated with a room.
* @example diff --git a/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts b/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts index d275da8bc3c1..1fc24297c02d 100644 --- a/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts @@ -28,7 +28,7 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Lists all tags for the specified resource.
* @example diff --git a/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts b/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts index 260adae8405f..f8d6567b67a6 100644 --- a/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts @@ -28,7 +28,7 @@ export interface PutConferencePreferenceCommandOutput extends PutConferencePrefe /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Sets the conference preferences on a specific conference provider at the account * level.
diff --git a/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts b/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts index 5257b4516a1b..cf3bdc597f38 100644 --- a/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface PutInvitationConfigurationCommandOutput extends PutInvitationCo /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Configures the email template for the user enrollment invitation with the specified * attributes.
diff --git a/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts index f475389ca3c8..92b14bfdb9b1 100644 --- a/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts @@ -28,7 +28,7 @@ export interface PutRoomSkillParameterCommandOutput extends PutRoomSkillParamete /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Updates room skill parameter details by room, skill, and parameter key ID. Not all * skills have a room skill parameter.
diff --git a/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts b/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts index 4cef4261b3f4..06ce97a40201 100644 --- a/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts @@ -32,7 +32,7 @@ export interface PutSkillAuthorizationCommandOutput extends PutSkillAuthorizatio /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Links a user's account to a third-party skill provider. If this API operation is * called by an assumed IAM role, the skill being linked must be a private skill. Also, the diff --git a/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts index 99765952b0e6..6fc626376fa9 100644 --- a/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts @@ -28,7 +28,7 @@ export interface RegisterAVSDeviceCommandOutput extends RegisterAVSDeviceRespons /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *
Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) * using Alexa Voice Service (AVS).
diff --git a/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts b/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts index d058ca5527e5..faa81deea030 100644 --- a/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts +++ b/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts @@ -28,7 +28,7 @@ export interface RejectSkillCommandOutput extends RejectSkillResponse, __Metadat /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Disassociates a skill from the organization under a user's AWS account. If the skill * is a private skill, it moves to an AcceptStatus of PENDING. Any private or public skill diff --git a/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts b/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts index f3374e843452..2e92b1ef9e10 100644 --- a/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts @@ -28,7 +28,7 @@ export interface ResolveRoomCommandOutput extends ResolveRoomResponse, __Metadat /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *
Determines the details for the room from which a skill request was invoked. This * operation is used by skill developers.
diff --git a/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts b/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts index f7742bbc1dc8..93ea823af397 100644 --- a/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts @@ -28,7 +28,7 @@ export interface RevokeInvitationCommandOutput extends RevokeInvitationResponse, /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Revokes an invitation and invalidates the enrollment URL.
* @example diff --git a/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts b/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts index 355f9002f829..1249ab5270f0 100644 --- a/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts @@ -28,7 +28,7 @@ export interface SearchAddressBooksCommandOutput extends SearchAddressBooksRespo /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Searches address books and lists the ones that meet a set of filter and sort * criteria.
diff --git a/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts b/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts index 3c8709dc969b..4d39ca22519a 100644 --- a/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts @@ -32,7 +32,7 @@ export interface SearchContactsCommandOutput extends SearchContactsResponse, __M /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Searches contacts and lists the ones that meet a set of filter and sort * criteria.
diff --git a/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts b/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts index 0db99edb7066..06029f163875 100644 --- a/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts @@ -28,7 +28,7 @@ export interface SearchDevicesCommandOutput extends SearchDevicesResponse, __Met /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Searches devices and lists the ones that meet a set of filter criteria.
* @example diff --git a/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts b/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts index f230a88361a2..b30ccd480246 100644 --- a/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts @@ -28,7 +28,7 @@ export interface SearchNetworkProfilesCommandOutput extends SearchNetworkProfile /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Searches network profiles and lists the ones that meet a set of filter and sort * criteria.
diff --git a/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts b/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts index 671bde29e18d..669fa00a2cbd 100644 --- a/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts @@ -28,7 +28,7 @@ export interface SearchProfilesCommandOutput extends SearchProfilesResponse, __M /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Searches room profiles and lists the ones that meet a set of filter * criteria.
diff --git a/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts b/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts index f923c0e2e59b..582fce85b50b 100644 --- a/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts @@ -28,7 +28,7 @@ export interface SearchRoomsCommandOutput extends SearchRoomsResponse, __Metadat /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Searches rooms and lists the ones that meet a set of filter and sort * criteria.
diff --git a/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts b/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts index 683583c8c424..765f37384c1a 100644 --- a/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts @@ -28,7 +28,7 @@ export interface SearchSkillGroupsCommandOutput extends SearchSkillGroupsRespons /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Searches skill groups and lists the ones that meet a set of filter and sort * criteria.
diff --git a/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts b/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts index dc6a44137454..020387bb2366 100644 --- a/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts @@ -28,7 +28,7 @@ export interface SearchUsersCommandOutput extends SearchUsersResponse, __Metadat /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Searches users and lists the ones that meet a set of filter and sort * criteria.
diff --git a/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts b/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts index 2ee26d85dea7..57079bb48ba1 100644 --- a/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts @@ -28,7 +28,7 @@ export interface SendInvitationCommandOutput extends SendInvitationResponse, __M /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Sends an enrollment invitation email with a URL to a user. The URL is valid for 30 * days or until you call this operation again, whichever comes first.
diff --git a/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts b/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts index 7b56236cbbd1..638a5d09c911 100644 --- a/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts +++ b/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts @@ -28,7 +28,7 @@ export interface StartDeviceSyncCommandOutput extends StartDeviceSyncResponse, _ /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Resets a device and its account to the known default settings. This clears all * information and settings set by previous users in the following ways:
diff --git a/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts b/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts index 6cdd34ac999c..fe8a308527e4 100644 --- a/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts +++ b/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts @@ -33,7 +33,7 @@ export interface StartSmartHomeApplianceDiscoveryCommandOutput /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Initiates the discovery of any smart home appliances associated with the * room.
diff --git a/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts b/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts index 75635efbb3d5..056e5f8b2fd9 100644 --- a/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts @@ -28,7 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Adds metadata tags to a specified resource.
* @example diff --git a/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts b/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts index bf646db96419..4f7f69605f09 100644 --- a/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts @@ -28,7 +28,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Removes metadata tags from a specified resource.
* @example diff --git a/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts index 1f30c30434b1..68c2a8f3eaf9 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts @@ -28,7 +28,7 @@ export interface UpdateAddressBookCommandOutput extends UpdateAddressBookRespons /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Updates address book details by the address book ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts index 20b7621e2494..67f6690ed5fc 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts @@ -33,7 +33,7 @@ export interface UpdateBusinessReportScheduleCommandOutput /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Updates the configuration of the report delivery schedule with the specified schedule * ARN.
diff --git a/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts index 29f5b1146068..9483534db7d8 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts @@ -28,7 +28,7 @@ export interface UpdateConferenceProviderCommandOutput extends UpdateConferenceP /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Updates an existing conference provider's settings.
* @example diff --git a/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts index f03fac557e8f..d257696d1e3a 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts @@ -32,7 +32,7 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Updates the contact details by the contact ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts index 707ad3f4a67d..cd82d51df0e2 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts @@ -28,7 +28,7 @@ export interface UpdateDeviceCommandOutput extends UpdateDeviceResponse, __Metad /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Updates the device name by device ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts index 8d0d10688603..7dec29d7c9fb 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts @@ -28,7 +28,7 @@ export interface UpdateGatewayCommandOutput extends UpdateGatewayResponse, __Met /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Updates the details of a gateway. If any optional field is not provided, the existing * corresponding value is left unmodified.
diff --git a/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts index c249e7973068..5cae32d0eedf 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts @@ -28,7 +28,7 @@ export interface UpdateGatewayGroupCommandOutput extends UpdateGatewayGroupRespo /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Updates the details of a gateway group. If any optional field is not provided, the * existing corresponding value is left unmodified.
diff --git a/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts index 6747ccfa0438..c5487564ba25 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts @@ -32,7 +32,7 @@ export interface UpdateNetworkProfileCommandOutput extends UpdateNetworkProfileR /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Updates a network profile by the network profile ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts index c03d698d64a7..d7a1f65aae7a 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts @@ -28,7 +28,7 @@ export interface UpdateProfileCommandOutput extends UpdateProfileResponse, __Met /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Updates an existing room profile by room profile ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts index f6a7198ad77c..d4eb1fd255c1 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts @@ -28,7 +28,7 @@ export interface UpdateRoomCommandOutput extends UpdateRoomResponse, __MetadataB /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Updates room details by room ARN.
* @example diff --git a/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts index 05eca7de4e68..328e259dc8f8 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts @@ -28,7 +28,7 @@ export interface UpdateSkillGroupCommandOutput extends UpdateSkillGroupResponse, /** * @public - * @deprecated + * @deprecated Alexa For Business is no longer supported * *Updates skill group details by skill group ARN.
* @example diff --git a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts index 8aaa06658f07..dea3079424cf 100644 --- a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts +++ b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts @@ -36,7 +36,7 @@ export interface GetConfigurationCommandOutput extends GetConfigurationCommandOu /** * @public - * @deprecated + * @deprecated This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession. * *(Deprecated) Retrieves the latest deployed configuration.
*
diff --git a/clients/client-chime/src/ChimeClient.ts b/clients/client-chime/src/ChimeClient.ts
index 001b4db123f1..d5d7fcab7c8c 100644
--- a/clients/client-chime/src/ChimeClient.ts
+++ b/clients/client-chime/src/ChimeClient.ts
@@ -1165,7 +1165,7 @@ export interface ChimeClientResolvedConfig extends ChimeClientResolvedConfigType
/**
* @public
- * @deprecated
+ * @deprecated This namespace has been deprecated
*
*
diff --git a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts
index 3df6273592d3..1f7a4f97952d 100644
--- a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts
+++ b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts
@@ -38,7 +38,7 @@ export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput
/**
* @public
- * @deprecated
+ * @deprecated Replaced by AssociatePhoneNumbersWithVoiceConnector in the Amazon Chime SDK Voice Namespace
*
* Associates phone numbers with the specified Amazon Chime Voice Connector. Associates phone numbers with the specified Amazon Chime Voice Connector group. Creates up to 100 new attendees for an active Amazon Chime SDK meeting. Adds a specified number of users to a channel. Promotes an Creates an Amazon Chime SDK messaging Creates a user under an Amazon Chime
* Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
diff --git a/clients/client-chime/src/commands/CreateChannelBanCommand.ts b/clients/client-chime/src/commands/CreateChannelBanCommand.ts
index a1780188ef3d..014926d98f20 100644
--- a/clients/client-chime/src/commands/CreateChannelBanCommand.ts
+++ b/clients/client-chime/src/commands/CreateChannelBanCommand.ts
@@ -32,7 +32,7 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse,
/**
* @public
- * @deprecated
+ * @deprecated Replaced by CreateChannelBan in the Amazon Chime SDK Messaging Namespace
*
* Permanently bans a member from a channel. Moderators can't add banned members to a
* channel. To undo a ban, you first have to Creates a channel to which you can add users and send messages.
diff --git a/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts b/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts
index ba08fe86cf3b..55d23ff5e92a 100644
--- a/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts
+++ b/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts
@@ -32,7 +32,7 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
/**
* @public
- * @deprecated
+ * @deprecated Replaced by CreateChannelMembership in the Amazon Chime SDK Messaging Namespace
*
* Adds a user to a channel. The Creates a new Creates a media capture pipeline. Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see
* Amazon Chime SDK Media Regions
diff --git a/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts b/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts
index 749278e79d3c..2a47b1508aff 100644
--- a/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts
+++ b/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts
@@ -33,7 +33,7 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi
/**
* @public
- * @deprecated
+ * @deprecated Replaced by CreateMeetingWithAttendees in the Amazon Chime SDK Meetings Namespace
*
*
* Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see
diff --git a/clients/client-chime/src/commands/CreateProxySessionCommand.ts b/clients/client-chime/src/commands/CreateProxySessionCommand.ts
index 3192c4255aae..4fa2087988fd 100644
--- a/clients/client-chime/src/commands/CreateProxySessionCommand.ts
+++ b/clients/client-chime/src/commands/CreateProxySessionCommand.ts
@@ -33,7 +33,7 @@ export interface CreateProxySessionCommandOutput extends CreateProxySessionRespo
/**
* @public
- * @deprecated
+ * @deprecated Replaced by CreateProxySession in the Amazon Chime SDK Voice Namespace
*
* Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers. Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specified
* Creates a SIP media application. Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type. Creates an Amazon Chime Voice Connector under the administrator's AWS account. You can choose to create an Amazon Chime Voice Connector in a specific AWS Region. Enabling CreateVoiceConnectorRequest$RequireEncryption
diff --git a/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts
index e16996f57dea..e803e1ff0b1b 100644
--- a/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts
+++ b/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts
@@ -28,7 +28,7 @@ export interface CreateVoiceConnectorGroupCommandOutput extends CreateVoiceConne
/**
* @public
- * @deprecated
+ * @deprecated Replaced by CreateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace
*
* Creates an Amazon Chime Voice Connector group under the administrator's AWS account. You can
* associate Amazon Chime Voice Connectors with the Amazon Chime Voice Connector group by
diff --git a/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts
index ba6d41aeeb1c..76864f55b43a 100644
--- a/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts
+++ b/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts
@@ -28,7 +28,7 @@ export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {}
/**
* @public
- * @deprecated
+ * @deprecated Replaced by DeleteAppInstanceAdmin in the Amazon Chime SDK Identity Namespace
*
* Demotes an Deletes an Deletes the streaming configurations of an Deletes an Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
* Removes a user from a channel's ban list. Immediately makes a channel and its memberships inaccessible and marks them for
* deletion. This is an irreversible process. Removes a member from a channel. Deletes a channel message. Only admins can perform this action. Deletion makes messages
* inaccessible immediately. A background process deletes any revisions created by
diff --git a/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts b/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts
index 999de22b6004..e4b6de845dd6 100644
--- a/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts
+++ b/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts
@@ -28,7 +28,7 @@ export interface DeleteChannelModeratorCommandOutput extends __MetadataBearer {}
/**
* @public
- * @deprecated
+ * @deprecated Replaced by DeleteChannelModerator in the Amazon Chime SDK Messaging Namespace
*
* Deletes a channel moderator. Deletes the media capture pipeline. Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from
* joining the meeting. For more information about the Amazon Chime SDK, see
diff --git a/clients/client-chime/src/commands/DeleteProxySessionCommand.ts b/clients/client-chime/src/commands/DeleteProxySessionCommand.ts
index 0dd23ce84fcd..d04e27d58147 100644
--- a/clients/client-chime/src/commands/DeleteProxySessionCommand.ts
+++ b/clients/client-chime/src/commands/DeleteProxySessionCommand.ts
@@ -28,7 +28,7 @@ export interface DeleteProxySessionCommandOutput extends __MetadataBearer {}
/**
* @public
- * @deprecated
+ * @deprecated Replaced by DeleteProxySession in the Amazon Chime SDK Voice Namespace
*
* Deletes the specified proxy session from the specified Amazon Chime Voice Connector. Deletes a SIP media application. Deletes a SIP rule. You must disable a SIP rule before you can delete it. Deletes the specified Amazon Chime Voice Connector. Any phone numbers associated with the
* Amazon Chime Voice Connector must be disassociated from it before it can be
diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts
index c11eaa58bc0d..f57abdad248b 100644
--- a/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts
+++ b/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts
@@ -32,7 +32,7 @@ export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
/**
* @public
- * @deprecated
+ * @deprecated Replaced by DeleteVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace
*
* Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector. Deletes the specified Amazon Chime Voice Connector group. Any
* Deletes the origination settings for the specified Amazon Chime Voice Connector. Deletes the proxy configuration from the specified Amazon Chime Voice Connector. Deletes the streaming configuration for the specified Amazon Chime Voice Connector. Deletes the termination settings for the specified Amazon Chime Voice Connector. Deletes the specified SIP credentials used by your equipment to authenticate during call termination. Returns the full details of an Returns the full details of an Returns the full details of an Returns the full details of a channel ban. Returns the full details of a channel in an Amazon Chime
* Returns the full details of a user's channel membership. Returns the details of a channel based on the membership of the specified
* Returns the full details of a channel moderated by the specified
* Returns the full details of a single ChannelModerator. Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector. Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group. Gets the retention settings for an Gets the streaming settings for an
* Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see
diff --git a/clients/client-chime/src/commands/GetChannelMessageCommand.ts b/clients/client-chime/src/commands/GetChannelMessageCommand.ts
index f9027cedaae9..ba68a818eb1f 100644
--- a/clients/client-chime/src/commands/GetChannelMessageCommand.ts
+++ b/clients/client-chime/src/commands/GetChannelMessageCommand.ts
@@ -32,7 +32,7 @@ export interface GetChannelMessageCommandOutput extends GetChannelMessageRespons
/**
* @public
- * @deprecated
+ * @deprecated Replaced by GetChannelMessage in the Amazon Chime SDK Messaging Namespace
*
* Gets the full details of a channel message. Gets an existing media capture pipeline.
diff --git a/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts b/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts
index 6f5e750bf098..f616925513c5 100644
--- a/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts
+++ b/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts
@@ -33,7 +33,7 @@ export interface GetMessagingSessionEndpointCommandOutput
/**
* @public
- * @deprecated
+ * @deprecated Replaced by GetMessagingSessionEndpoint in the Amazon Chime SDK Messaging Namespace
*
* The details of the endpoint for the messaging session. Gets the specified proxy session details for the specified Amazon Chime Voice Connector. Retrieves the information for a SIP media application, including name, AWS Region, and endpoints. Returns the logging configuration for the specified SIP media application. Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints. Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements. Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.
* Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated Retrieves the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP message logs are enabled for sending to
* Amazon CloudWatch Logs. Retrieves origination setting details for the specified Amazon Chime Voice Connector. Gets the proxy configuration details for the specified Amazon Chime Voice Connector. Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector.
* Shows whether media streaming is enabled for sending to Amazon Kinesis. It also shows
diff --git a/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts
index 570a30121d60..d074c6e5dfe5 100644
--- a/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts
+++ b/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts
@@ -37,7 +37,7 @@ export interface GetVoiceConnectorTerminationCommandOutput
/**
* @public
- * @deprecated
+ * @deprecated Replaced by GetVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace
*
* Retrieves termination setting details for the specified Amazon Chime Voice Connector.
diff --git a/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts b/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts
index dea8cf86d6aa..d77fb62a8f25 100644
--- a/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts
+++ b/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts
@@ -33,7 +33,7 @@ export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdmin
/**
* @public
- * @deprecated
+ * @deprecated Replaced by ListAppInstanceAdmins in the Amazon Chime SDK Identity Namespace
*
* Returns a list of the administrators in the List all Lists all Amazon Chime Lists the tags applied to an Amazon Chime SDK attendee resource.
* Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
diff --git a/clients/client-chime/src/commands/ListChannelBansCommand.ts b/clients/client-chime/src/commands/ListChannelBansCommand.ts
index 02b83c9713ad..bb53d728777b 100644
--- a/clients/client-chime/src/commands/ListChannelBansCommand.ts
+++ b/clients/client-chime/src/commands/ListChannelBansCommand.ts
@@ -33,7 +33,7 @@ export interface ListChannelBansCommandOutput extends ListChannelBansResponse, _
/**
* @public
- * @deprecated
+ * @deprecated Replaced by ListChannelBans in the Amazon Chime SDK Messaging Namespace
*
* Lists all the users banned from a particular channel. Lists all channel memberships in a channel. Lists all channels that a particular List all the messages in a channel. Returns a paginated list of
* Lists all the moderators for a channel. Lists all Channels created under a single Chime App as a paginated list. You can specify
* filters to narrow results. A list of the channels moderated by an Returns a list of media capture pipelines. Lists the tags applied to an Amazon Chime SDK meeting resource. Lists up to 100 active Amazon Chime SDK meetings. Lists the proxy sessions for the specified Amazon Chime Voice Connector. Lists the SIP media applications under the administrator's AWS account. Lists the SIP rules under the administrator's AWS account. Lists the tags applied to an Amazon Chime SDK meeting and messaging resources. Lists the Amazon Chime Voice Connector groups for the administrator's AWS account. Lists the SIP credentials for the specified Amazon Chime Voice Connector. Lists the Amazon Chime Voice Connectors for the administrator's AWS account. Sets the amount of time in days that a given The data streaming configurations of an Updates the logging configuration for the specified SIP media application. Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency phone numbers and calling countries. Origination and termination settings must be enabled for
* the Amazon Chime Voice Connector before emergency calling can be configured. Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies whether SIP message logs are enabled for sending to
* Amazon CloudWatch Logs. Adds origination settings for the specified Amazon Chime Voice Connector. Puts the specified proxy configuration to the specified Amazon Chime Voice Connector. Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming
* configuration specifies whether media streaming is enabled for sending to Kinesis.
diff --git a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts
index fced889520ce..7746c429e83a 100644
--- a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts
+++ b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts
@@ -38,7 +38,7 @@ export interface PutVoiceConnectorTerminationCommandOutput
/**
* @public
- * @deprecated
+ * @deprecated Replaced by PutVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace
*
* Adds termination settings for the specified Amazon Chime Voice Connector. Adds termination SIP credentials for the specified Amazon Chime Voice Connector. Redacts message content, but not metadata. The message exists in the back end, but the
* action returns null content, and the state shows as redacted. Sends a message to a particular channel that the member is a part of. Starts transcription for the specified Stops transcription for the specified Applies the specified tags to the specified Amazon Chime attendee. Applies the specified tags to the specified Amazon Chime SDK meeting. Applies the specified tags to the specified Amazon Chime SDK meeting resource. Untags the specified tags from the specified Amazon Chime SDK attendee. Untags the specified tags from the specified Amazon Chime SDK meeting. Untags the specified tags from the specified Amazon Chime SDK meeting resource. Applies the specified tags to the specified Amazon Chime SDK meeting resource. Updates Updates the details of an Update a channel's attributes.
diff --git a/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts b/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts
index f6f42688db4d..f4a39496f288 100644
--- a/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts
+++ b/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts
@@ -32,7 +32,7 @@ export interface UpdateChannelMessageCommandOutput extends UpdateChannelMessageR
/**
* @public
- * @deprecated
+ * @deprecated Replaced by UpdateChannelMessage in the Amazon Chime SDK Messaging Namespace
*
* Updates the content of a message. The details of the time when a user last read messages in a channel. Updates the specified proxy session details, such as voice or SMS capabilities. Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request.
* The Lambda function can then return a new set of actions. Updates the details of the specified SIP media application. Updates the details of the specified SIP rule. Updates details for the specified Amazon Chime Voice Connector. Updates details of the specified Amazon Chime Voice Connector group, such as the name and
* Amazon Chime Voice Connector priority ranking. Validates an address to be used for 911 calls made with Amazon
* Chime Voice Connectors. You can use validated addresses
diff --git a/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts b/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts
index 2a8a35f6bafd..66f9bc25061a 100644
--- a/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts
+++ b/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts
@@ -28,7 +28,7 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts b/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts
index 3e6d30a47ef4..34b8f90eb3a9 100644
--- a/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts
+++ b/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts
@@ -28,7 +28,7 @@ export interface CreateHapgCommandOutput extends CreateHapgResponse, __MetadataB
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts b/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts
index 3c296f2f4353..a951d31e6611 100644
--- a/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts
+++ b/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts
@@ -28,7 +28,7 @@ export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBea
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts
index abae8a2fdaa2..5c0484d04690 100644
--- a/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts
+++ b/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts
@@ -28,7 +28,7 @@ export interface CreateLunaClientCommandOutput extends CreateLunaClientResponse,
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts b/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts
index af1cf8820459..6961d36c0071 100644
--- a/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts
+++ b/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts
@@ -28,7 +28,7 @@ export interface DeleteHapgCommandOutput extends DeleteHapgResponse, __MetadataB
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts b/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts
index c4726cf929f8..33a3caf9bb9d 100644
--- a/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts
+++ b/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts
@@ -28,7 +28,7 @@ export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBea
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts
index 16ab1a1115f3..16f6ffc8cb6d 100644
--- a/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts
+++ b/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts
@@ -28,7 +28,7 @@ export interface DeleteLunaClientCommandOutput extends DeleteLunaClientResponse,
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts b/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts
index e453031f7e94..aad74fbd9b4d 100644
--- a/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts
+++ b/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts
@@ -28,7 +28,7 @@ export interface DescribeHapgCommandOutput extends DescribeHapgResponse, __Metad
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts b/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts
index bff405eec998..2b72fba3bfe2 100644
--- a/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts
+++ b/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts
@@ -28,7 +28,7 @@ export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __Metadat
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts
index 44d382a18f01..f4dadfbcc29e 100644
--- a/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts
+++ b/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts
@@ -28,7 +28,7 @@ export interface DescribeLunaClientCommandOutput extends DescribeLunaClientRespo
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/GetConfigCommand.ts b/clients/client-cloudhsm/src/commands/GetConfigCommand.ts
index 235f53020ac9..ac663d2ff556 100644
--- a/clients/client-cloudhsm/src/commands/GetConfigCommand.ts
+++ b/clients/client-cloudhsm/src/commands/GetConfigCommand.ts
@@ -28,7 +28,7 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts b/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts
index 7f0316c231ed..9a166aa2a63e 100644
--- a/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts
@@ -28,7 +28,7 @@ export interface ListAvailableZonesCommandOutput extends ListAvailableZonesRespo
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts b/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts
index 1b3390052397..688dca7b5f53 100644
--- a/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts
@@ -28,7 +28,7 @@ export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBea
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts b/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts
index 58cd503c142d..ed0c446383e7 100644
--- a/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts
@@ -28,7 +28,7 @@ export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBeare
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts b/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts
index a45a27ee43a5..fdf369fce5a3 100644
--- a/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts
@@ -28,7 +28,7 @@ export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, _
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts
index 92e2b46eb8bb..2d44439d8547 100644
--- a/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts
@@ -28,7 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts b/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts
index 4b82f8604a1d..73c89b706c3f 100644
--- a/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts
@@ -28,7 +28,7 @@ export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataB
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts b/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts
index 55b5cf54d8d2..0d154799e099 100644
--- a/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts
@@ -28,7 +28,7 @@ export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBea
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts
index 5e693622e2b2..82da35f34d78 100644
--- a/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts
@@ -28,7 +28,7 @@ export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse,
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts
index 91a8fb6d69f5..842dcc59f81b 100644
--- a/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts
+++ b/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts
@@ -28,7 +28,7 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated.
*
* This is documentation for AWS CloudHSM Classic. For
* more information, see AWS CloudHSM
diff --git a/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts
index 357b0f9b5c2b..22eb4d6fa9e6 100644
--- a/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts
@@ -28,7 +28,7 @@ export interface ListTagsLogGroupCommandOutput extends ListTagsLogGroupResponse,
/**
* @public
- * @deprecated
+ * @deprecated Please use the generic tagging API ListTagsForResource
*
* The ListTagsLogGroup operation is on the path to deprecation. We recommend that you use
diff --git a/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts
index 21fd27b4b08f..b3e1f0d96598 100644
--- a/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts
@@ -28,7 +28,7 @@ export interface TagLogGroupCommandOutput extends __MetadataBearer {}
/**
* @public
- * @deprecated
+ * @deprecated Please use the generic tagging API TagResource
*
* The TagLogGroup operation is on the path to deprecation. We recommend that you use
diff --git a/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts
index 0227d328d35b..7eaf53d2d827 100644
--- a/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts
@@ -28,7 +28,7 @@ export interface UntagLogGroupCommandOutput extends __MetadataBearer {}
/**
* @public
- * @deprecated
+ * @deprecated Please use the generic tagging API UntagResource
*
* The UntagLogGroup operation is on the path to deprecation. We recommend that you use
diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts
index 76fd3f4bb63a..acebbd2dd954 100644
--- a/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts
+++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts
@@ -28,7 +28,7 @@ export interface BatchGetDeploymentInstancesCommandOutput extends BatchGetDeploy
/**
* @public
- * @deprecated
+ * @deprecated This operation is deprecated, use BatchGetDeploymentTargets instead.
*
* This method works, but is deprecated. Use Gets information about an instance as part of a deployment. The newer In a blue/green deployment, overrides any specified wait time and starts terminating
* instances immediately after the traffic routing is complete. A revision for an Lambda deployment that is a YAML-formatted or
* JSON-formatted string. For Lambda deployments, the revision is the same
@@ -2003,7 +2003,7 @@ export type InstanceStatus = (typeof InstanceStatus)[keyof typeof InstanceStatus
/**
* @public
- * @deprecated
+ * @deprecated InstanceSummary is deprecated, use DeploymentTarget instead.
*
* Information about an instance in a deployment. The instance ID was not specified. The specified instance does not exist in the deployment group. The Inspects the clinical text for a variety of medical entities and returns specific
diff --git a/clients/client-drs/src/commands/RetryDataReplicationCommand.ts b/clients/client-drs/src/commands/RetryDataReplicationCommand.ts
index 619266f4dba0..3f78dd553d7e 100644
--- a/clients/client-drs/src/commands/RetryDataReplicationCommand.ts
+++ b/clients/client-drs/src/commands/RetryDataReplicationCommand.ts
@@ -28,7 +28,7 @@ export interface RetryDataReplicationCommandOutput extends SourceServer, __Metad
/**
* @public
- * @deprecated
+ * @deprecated WARNING: RetryDataReplication is deprecated
*
* WARNING: RetryDataReplication is deprecated.
* Causes the data replication initiation sequence to begin immediately upon next Handshake for the specified Source Server ID, regardless of when the previous initiation started. This command will work only if the Source Server is stalled or is in a DISCONNECTED or STOPPED state.
diff --git a/clients/client-efs/src/commands/CreateTagsCommand.ts b/clients/client-efs/src/commands/CreateTagsCommand.ts
index c7562abd2fb3..57b1f2534c6d 100644
--- a/clients/client-efs/src/commands/CreateTagsCommand.ts
+++ b/clients/client-efs/src/commands/CreateTagsCommand.ts
@@ -28,7 +28,7 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {}
/**
* @public
- * @deprecated
+ * @deprecated Use TagResource.
*
* DEPRECATED - DEPRECATED - DEPRECATED - The Adds a user to a permission group to grant permissions for actions a user can perform in FinSpace. Creates a new Changeset in a FinSpace Dataset. Creates a Dataview for a Dataset. Creates a new FinSpace Dataset. Creates a group of permissions for various actions that a user can perform in FinSpace. Creates a new user in FinSpace. Deletes a FinSpace Dataset. Deletes a permission group. This action is irreversible. Denies access to the FinSpace web application and API for the specified user. Removes a user from a permission group. Allows the specified user to access the FinSpace web application and API. Get information about a Changeset. Gets information about a Dataview. Returns information about a Dataset. Returns the credentials to access the external Dataview from an S3 location. To call this API: Retrieves the details of a specific permission group. Request programmatic credentials to use with FinSpace SDK. For more information, see Step 2. Access credentials programmatically using IAM access key id and secret access key. Retrieves details for a specific user. A temporary Amazon S3 location, where you can copy your files from a source location to stage or use
* as a scratch space in FinSpace notebook. Lists the FinSpace Changesets for a Dataset. Lists all available Dataviews for a Dataset. Lists all of the active Datasets that a user has access to. Lists all the permission groups that are associated with a specific user. Lists all available permission groups in FinSpace. Lists details of all the users in a specific permission group. Lists all available users in FinSpace. Resets the password for a specified user ID and generates a temporary one. Only a superuser can reset password for other users. Resetting the password immediately invalidates the previous password associated with the user. Updates a FinSpace Changeset. Updates a FinSpace Dataset. Modifies the details of a permission group. You cannot modify a Modifies the details of the specified user. You cannot update the Create a new FinSpace environment. Delete an FinSpace environment. Returns the FinSpace environment object. A list of all of your FinSpace environments. Update your FinSpace environment. Accepts the invitation to be monitored by a GuardDuty administrator account. Disassociates the current GuardDuty member account from its administrator account. When you
diff --git a/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts b/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts
index 377697612118..0b84a25b1258 100644
--- a/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts
+++ b/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts
@@ -28,7 +28,7 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse,
/**
* @public
- * @deprecated
+ * @deprecated This operation is deprecated, use GetAdministratorAccount instead
*
* Provides the details for the GuardDuty administrator account associated with the current
* GuardDuty member account. Get the position information for a given resource. Get position configuration for a given resource. List position configurations for a given resource, such as positioning solvers. Put position configuration for a given resource. Update the position information of a resource. Associates a device with a concrete thing that is in the user's registry. A thing can be associated with only one device at a time. If you associate a thing with a new device id, its previous association will be removed. Creates a workflow template. Workflows can be created only in the user's namespace. (The public namespace contains only
* entities.) The workflow can contain only entities in the specified namespace. The workflow is validated against the entities in the
diff --git a/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts
index 8422290b6a6c..2cff5fee0bfc 100644
--- a/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts
@@ -28,7 +28,7 @@ export interface CreateSystemInstanceCommandOutput extends CreateSystemInstanceR
/**
* @public
- * @deprecated
+ * @deprecated since: 2022-08-30
*
* Creates a system instance. This action validates the system instance, prepares the deployment-related resources. For Greengrass deployments, it updates the Greengrass group that is
diff --git a/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts
index e5668e12eff9..c7b8335846ab 100644
--- a/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts
@@ -28,7 +28,7 @@ export interface CreateSystemTemplateCommandOutput extends CreateSystemTemplateR
/**
* @public
- * @deprecated
+ * @deprecated since: 2022-08-30
*
* Creates a system. The system is validated against the entities in the
* latest version of the user's namespace unless another namespace version is specified in the request. Deletes a workflow. Any new system or deployment that contains this workflow will fail to update or deploy.
* Existing deployments that contain the workflow will continue to run (since they use a snapshot of the workflow taken at the time of deployment). Deletes the specified namespace. This action deletes all of the entities in the namespace. Delete the systems and flows that use entities in the namespace before performing this action. This action takes no
* request parameters. Deletes a system instance.
* Only system instances that have never been deployed, or that have been undeployed can be deleted. Deletes a system. New deployments can't contain the system after its deletion.
* Existing deployments that contain the system will continue to work because they use a snapshot of the system that is taken when it is deployed.
* Greengrass and Cloud Deployments
diff --git a/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts
index 593f61ef3e9a..3ec0c7c64ec8 100644
--- a/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts
@@ -28,7 +28,7 @@ export interface DeprecateFlowTemplateCommandOutput extends DeprecateFlowTemplat
/**
* @public
- * @deprecated
+ * @deprecated since: 2022-08-30
*
* Deprecates the specified workflow. This action marks the workflow for deletion. Deprecated flows can't be deployed, but existing deployments will continue to run. Deprecates the specified system. Gets the latest version of the user's namespace and the public version that it is tracking. Dissociates a device entity from a concrete thing. The action takes only the type of the entity that you need to dissociate because only
* one entity of a particular type can be associated with a thing. Gets definitions of the specified entities. Uses the latest version of the user's namespace by default. This API returns the
* following TDM entities. Gets the latest version of the Gets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated,
* this action will return revisions that occurred before the deprecation. This action won't work for workflows that have been deleted. Gets the status of a namespace deletion task. Gets a system instance. Gets a system. Gets revisions made to the specified system template. Only the previous 100 revisions are stored. If the system has been deprecated, this action will return
* the revisions that occurred before its deprecation. This action won't work with systems that have been deleted. Gets the status of the specified upload. Returns a list of objects that contain information about events in a flow execution. Lists all tags on an AWS IoT Things Graph resource. Searches for entities of the specified type. You can search for entities in your namespace and the public namespace that you're tracking. Searches for AWS IoT Things Graph workflow execution instances. Searches for summary information about workflows. Searches for system instances in the user's account. Searches for summary information about systems in the user's account. You can filter by the ID of a workflow to return only systems that use the specified workflow. Searches for things associated with the specified entity. You can search by both device and device model. For example, if two different devices, camera1 and camera2, implement the camera device model, the user can associate thing1 to camera1 and thing2 to camera2.
diff --git a/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts
index 4dbaf94963ac..72c48ebf9bbc 100644
--- a/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts
@@ -28,7 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
/**
* @public
- * @deprecated
+ * @deprecated since: 2022-08-30
*
* Creates a tag for the specified resource. Removes a system instance from its target (Cloud or Greengrass). Removes a tag from the specified resource. Updates the specified workflow. All deployed systems and system instances that use the workflow will see the changes in the flow when it is redeployed. If you don't want this
* behavior, copy the workflow (creating a new workflow with a different ID), and update the copy. The workflow can contain only entities in the specified namespace. Updates the specified system. You don't need to run this action after updating a workflow. Any deployment that uses the system will see the changes in the system when it is redeployed. Asynchronously uploads one or more entity definitions to the user's namespace. The
* Internal only. Publishes environment health metrics to Amazon CloudWatch.
* Internal only. Represents the dimensions of a metric. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch.
* Internal only. Represents a set of statistics that describe a specific metric. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch.
* Internal only. Collects Apache Airflow metrics. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch. Retrieves recommendations for the specified session. To avoid retrieving the same
* recommendations in subsequent calls, use NotifyRecommendationsReceived. This API supports long-polling behavior with the
diff --git a/clients/client-qconnect/src/commands/QueryAssistantCommand.ts b/clients/client-qconnect/src/commands/QueryAssistantCommand.ts
index 72128dfb272a..972c9a700f91 100644
--- a/clients/client-qconnect/src/commands/QueryAssistantCommand.ts
+++ b/clients/client-qconnect/src/commands/QueryAssistantCommand.ts
@@ -33,7 +33,7 @@ export interface QueryAssistantCommandOutput extends QueryAssistantResponse, __M
/**
* @public
- * @deprecated
+ * @deprecated QueryAssistant API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
*
* Performs a manual search against the specified assistant. To retrieve recommendations for
* an assistant, use GetRecommendations.
diff --git a/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts b/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts
index 918d96736c4e..7237fe04f9fb 100644
--- a/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts
+++ b/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts
@@ -28,7 +28,7 @@ export interface ExecuteSqlCommandOutput extends ExecuteSqlResponse, __MetadataB
/**
* @public
- * @deprecated
+ * @deprecated The ExecuteSql API is deprecated, please use the ExecuteStatement API.
*
* Runs one or more SQL statements. Cancels the specified deployment job. Deploys a specific version of a robot application to robots in a fleet. Creates a fleet, a logical group of robots running the same robot application. Creates a robot. Deletes a fleet. Deletes a robot. Deregisters a robot. Describes a deployment job. Describes a fleet. Describes a robot. Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs. Returns a list of fleets. You can optionally provide filters to retrieve specific fleets. Returns a list of robots. You can optionally provide filters to retrieve specific robots. Registers a robot with a fleet. Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment. This method is deprecated. Instead, use The Security Hub console continues to use This method is deprecated. Instead, use The Security Hub console continues to use This method is deprecated. Instead, use The Security Hub console continues to use The request was denied due to request throttling. Instead of this error,
diff --git a/clients/client-sms/src/SMSClient.ts b/clients/client-sms/src/SMSClient.ts
index d2196b37fd17..8d9e0903e706 100644
--- a/clients/client-sms/src/SMSClient.ts
+++ b/clients/client-sms/src/SMSClient.ts
@@ -412,7 +412,7 @@ export interface SMSClientResolvedConfig extends SMSClientResolvedConfigType {}
/**
* @public
- * @deprecated
+ * @deprecated AWS Server Migration Service is Deprecated.
*
*
diff --git a/clients/client-sqs/src/models/models_0.ts b/clients/client-sqs/src/models/models_0.ts
index de771197e971..641c40b589e0 100644
--- a/clients/client-sqs/src/models/models_0.ts
+++ b/clients/client-sqs/src/models/models_0.ts
@@ -975,7 +975,7 @@ export interface DeleteMessageRequest {
/**
* @public
- * @deprecated
+ * @deprecated exception has been included in ReceiptHandleIsInvalid
*
* The specified receipt handle isn't valid for the current version. A structure that contains configuration of the identity source. This data type was a response parameter for the GetIdentitySource
@@ -1874,7 +1874,7 @@ export interface ListIdentitySourcesInput {
/**
* @public
- * @deprecated
+ * @deprecated This shape has been replaced by ConfigurationItem
*
* A structure that contains configuration of the identity source. This data type was a response parameter for the ListIdentitySources
diff --git a/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts b/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts
index fb7d9375f640..bf438f193960 100644
--- a/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts
+++ b/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts
@@ -32,7 +32,7 @@ export interface GetRecommendationsCommandOutput extends GetRecommendationsRespo
/**
* @public
- * @deprecated
+ * @deprecated GetRecommendations API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
*
* Retrieves recommendations for the specified session. To avoid retrieving the same
* recommendations in subsequent calls, use NotifyRecommendationsReceived. This API supports long-polling behavior with the
diff --git a/clients/client-wisdom/src/commands/QueryAssistantCommand.ts b/clients/client-wisdom/src/commands/QueryAssistantCommand.ts
index bf233dda958a..8114cf456d2b 100644
--- a/clients/client-wisdom/src/commands/QueryAssistantCommand.ts
+++ b/clients/client-wisdom/src/commands/QueryAssistantCommand.ts
@@ -33,7 +33,7 @@ export interface QueryAssistantCommandOutput extends QueryAssistantResponse, __M
/**
* @public
- * @deprecated
+ * @deprecated QueryAssistant API will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
*
* Performs a manual search against the specified assistant. To retrieve recommendations for
* an assistant, use GetRecommendations.
diff --git a/clients/client-worklink/src/commands/AssociateDomainCommand.ts b/clients/client-worklink/src/commands/AssociateDomainCommand.ts
index c9327eab58ad..36a15ecc588e 100644
--- a/clients/client-worklink/src/commands/AssociateDomainCommand.ts
+++ b/clients/client-worklink/src/commands/AssociateDomainCommand.ts
@@ -28,7 +28,7 @@ export interface AssociateDomainCommandOutput extends AssociateDomainResponse, _
/**
* @public
- * @deprecated
+ * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
*
* Specifies a domain to be associated to Amazon WorkLink. Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network. Imports the root certificate of a certificate authority (CA) used to obtain TLS
* certificates used by associated websites within the company network. Creates a fleet. A fleet consists of resources and the configuration that delivers
* associated websites to authorized users who download and set up the Amazon WorkLink app. Deletes a fleet. Prevents users from accessing previously associated websites. Describes the configuration for delivering audit streams to the customer account. Describes the networking configuration to access the internal websites associated with
* the specified fleet. Provides information about a user's device. Describes the device policy configuration for the specified fleet. Provides information about the domain. Provides basic information for the specified fleet, excluding identity provider,
* networking, and device configuration details. Describes the identity provider configuration of the specified fleet. Provides information about the certificate authority. Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink. Disassociates a website authorization provider from a specified fleet. After the
* disassociation, users can't load any associated websites that require this authorization
diff --git a/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts
index 7f893787908b..9db74dadb974 100644
--- a/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts
+++ b/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts
@@ -37,7 +37,7 @@ export interface DisassociateWebsiteCertificateAuthorityCommandOutput
/**
* @public
- * @deprecated
+ * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
*
* Removes a certificate authority (CA). Retrieves a list of devices registered with the specified fleet. Retrieves a list of domains associated to a specified fleet. Retrieves a list of fleets for the current account and Region. Retrieves a list of tags for the specified resource. Retrieves a list of website authorization providers associated with a specified fleet. Retrieves a list of certificate authorities added for the current account and
* Region. Moves a domain to ACTIVE status if it was in the INACTIVE status. Moves a domain to INACTIVE status if it was in the ACTIVE status. Signs the user out from all of their devices. The user can sign in again if they have
* valid credentials. Adds or overwrites one or more tags for the specified resource, such as a fleet. Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value. Removes one or more tags from the specified resource. Updates the audit stream configuration for the fleet. Updates the company network configuration for the fleet. Updates the device policy configuration for the fleet. Updates domain metadata, such as DisplayName. Updates fleet metadata, such as DisplayName. Updates the identity provider configuration for the fleet.AppInstanceUser
to an AppInstanceAdmin
. The promoted user can perform the following actions. AppInstance
under an AWS account. Only SDK messaging customers use this API.
* CreateAppInstance
supports idempotency behavior as described in the AWS API Standard.AppInstance
. The request consists of a unique appInstanceUserId
and
* Name
for that user.DeleteChannelBan
, and then
diff --git a/clients/client-chime/src/commands/CreateChannelCommand.ts b/clients/client-chime/src/commands/CreateChannelCommand.ts
index 08737a8bed55..c6e64194b2e9 100644
--- a/clients/client-chime/src/commands/CreateChannelCommand.ts
+++ b/clients/client-chime/src/commands/CreateChannelCommand.ts
@@ -32,7 +32,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
/**
* @public
- * @deprecated
+ * @deprecated Replaced by CreateChannel in the Amazon Chime SDK Messaging Namespace
*
* InvitedBy
response field is derived from the
* request header. A channel member can:ChannelModerator
. A channel moderator can:
diff --git a/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts
index 43f1f7ce8952..baacc9e81d74 100644
--- a/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts
+++ b/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts
@@ -33,7 +33,7 @@ export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapt
/**
* @public
- * @deprecated
+ * @deprecated Replaced by CreateMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace
*
*
sipMediaApplicationId
.AppInstanceAdmin
to an AppInstanceUser
. This action does not delete the user.AppInstance
and all associated data asynchronously.AppInstance
.AppInstanceUser
.JoinToken
. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see
diff --git a/clients/client-chime/src/commands/DeleteChannelBanCommand.ts b/clients/client-chime/src/commands/DeleteChannelBanCommand.ts
index 6a9f47d6b50d..77ddf866dfd7 100644
--- a/clients/client-chime/src/commands/DeleteChannelBanCommand.ts
+++ b/clients/client-chime/src/commands/DeleteChannelBanCommand.ts
@@ -28,7 +28,7 @@ export interface DeleteChannelBanCommandOutput extends __MetadataBearer {}
/**
* @public
- * @deprecated
+ * @deprecated Replaced by DeleteChannelBan in the Amazon Chime SDK Messaging Namespace
*
* VoiceConnectorItems
diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts
index 44e17cbfec75..accd6b8a45b2 100644
--- a/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts
+++ b/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts
@@ -31,7 +31,7 @@ export interface DeleteVoiceConnectorOriginationCommandOutput extends __Metadata
/**
* @public
- * @deprecated
+ * @deprecated Replaced by DeleteVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace
*
* AppInstanceAdmin
.AppInstance
.AppInstanceUser
.AppInstance
.AppInstanceUser
.AppInstanceUser
.AppInstance
.AppInstance
.VoiceConnectorItems
.AppInstance
.AppInstanceUsers
* created under a single AppInstance
.
diff --git a/clients/client-chime/src/commands/ListAppInstancesCommand.ts b/clients/client-chime/src/commands/ListAppInstancesCommand.ts
index 985198b527ee..1e27c4cdcc98 100644
--- a/clients/client-chime/src/commands/ListAppInstancesCommand.ts
+++ b/clients/client-chime/src/commands/ListAppInstancesCommand.ts
@@ -33,7 +33,7 @@ export interface ListAppInstancesCommandOutput extends ListAppInstancesResponse,
/**
* @public
- * @deprecated
+ * @deprecated Replaced by ListAppInstances in the Amazon Chime SDK Identity Namespace
*
* AppInstance
s created under a single AWS account.AppInstanceUser
is a part of. Only an
* AppInstanceAdmin
can call the API with a user ARN that is not their own. ChannelMessages
. By default, sorted by creation timestamp in descending
diff --git a/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts b/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts
index 373fb7e93612..3ff3ec30e093 100644
--- a/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts
+++ b/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts
@@ -33,7 +33,7 @@ export interface ListChannelModeratorsCommandOutput extends ListChannelModerator
/**
* @public
- * @deprecated
+ * @deprecated Replaced by ListChannelModerators in the Amazon Chime SDK Messaging Namespace
*
* AppInstanceUser
.AppInstance
retains data.AppInstance
.meetingId
. For more information, refer to
* Using Amazon Chime SDK live transcription
diff --git a/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts b/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts
index fdf989dfda0c..446703bfa2c3 100644
--- a/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts
+++ b/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts
@@ -28,7 +28,7 @@ export interface StopMeetingTranscriptionCommandOutput extends StopMeetingTransc
/**
* @public
- * @deprecated
+ * @deprecated Replaced by StopMeetingTranscription in the Amazon Chime SDK Meetings Namespace
*
* meetingId
.AppInstance
metadata.AppInstanceUser
. You can update names and metadata.BatchGetDeploymentTargets
diff --git a/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts
index 646cd7b4d554..29ca6e36d176 100644
--- a/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts
+++ b/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts
@@ -28,7 +28,7 @@ export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanc
/**
* @public
- * @deprecated
+ * @deprecated This operation is deprecated, use GetDeploymentTarget instead.
*
* BatchGetDeploymentTargets
should be used instead because
diff --git a/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts b/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts
index 910c20f4408c..d2631278817e 100644
--- a/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts
+++ b/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts
@@ -31,7 +31,7 @@ export interface SkipWaitTimeForInstanceTerminationCommandOutput extends __Metad
/**
* @public
- * @deprecated
+ * @deprecated This operation is deprecated, use ContinueDeployment with DeploymentWaitType instead.
*
* DetectEntities
operation is deprecated. You should use the DetectEntitiesV2 operation instead.CreateTags
is deprecated and not maintained. To create tags for EFS
diff --git a/clients/client-efs/src/commands/DeleteTagsCommand.ts b/clients/client-efs/src/commands/DeleteTagsCommand.ts
index 2255aba09491..dae64064008e 100644
--- a/clients/client-efs/src/commands/DeleteTagsCommand.ts
+++ b/clients/client-efs/src/commands/DeleteTagsCommand.ts
@@ -28,7 +28,7 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {}
/**
* @public
- * @deprecated
+ * @deprecated Use UntagResource.
*
* DeleteTags
is deprecated and not maintained. To remove tags from EFS
diff --git a/clients/client-efs/src/commands/DescribeTagsCommand.ts b/clients/client-efs/src/commands/DescribeTagsCommand.ts
index 21e994de942c..9ea06bfb4c78 100644
--- a/clients/client-efs/src/commands/DescribeTagsCommand.ts
+++ b/clients/client-efs/src/commands/DescribeTagsCommand.ts
@@ -28,7 +28,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
/**
* @public
- * @deprecated
+ * @deprecated Use ListTagsForResource.
*
* DescribeTags
action is deprecated and not maintained. To view
diff --git a/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts
index a0820d222f37..01bca996c093 100644
--- a/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts
+++ b/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts
@@ -33,7 +33,7 @@ export interface AssociateUserToPermissionGroupCommandOutput
/**
* @public
- * @deprecated
+ * @deprecated This method will be discontinued.
*
*
diff --git a/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts
index 047f3901c215..5eff900d3aae 100644
--- a/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts
+++ b/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts
@@ -32,7 +32,7 @@ export interface GetPermissionGroupCommandOutput extends GetPermissionGroupRespo
/**
* @public
- * @deprecated
+ * @deprecated This method will be discontinued.
*
*
permissionGroupID
.userId
for a user.DefinitionDocument
and FlowTemplateSummary
for the specified workflow.document
parameter is required if
* syncWithPublicNamespace
and deleteExistingEntites
are false. If the syncWithPublicNamespace
parameter is set to
diff --git a/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts b/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts
index 946f3492c6c3..722c1b37dcd1 100644
--- a/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts
+++ b/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts
@@ -32,7 +32,7 @@ export interface StartSupportDataExportCommandOutput extends StartSupportDataExp
/**
* @public
- * @deprecated
+ * @deprecated This target has been deprecated. As of December 2022 Product Support Connection is no longer supported.
*
* This target has been deprecated. Given a data set type and a from date, asynchronously publishes the requested customer support data
* to the specified S3 bucket and notifies the specified SNS topic once the data is available. Returns a unique request
diff --git a/clients/client-marketplace-commerce-analytics/src/models/models_0.ts b/clients/client-marketplace-commerce-analytics/src/models/models_0.ts
index 2c84898ba995..cb824ee16f55 100644
--- a/clients/client-marketplace-commerce-analytics/src/models/models_0.ts
+++ b/clients/client-marketplace-commerce-analytics/src/models/models_0.ts
@@ -253,7 +253,7 @@ export type SupportDataSetType = (typeof SupportDataSetType)[keyof typeof Suppor
/**
* @public
- * @deprecated
+ * @deprecated This target has been deprecated. As of December 2022 Product Support Connection is no longer supported.
*
* This target has been deprecated. Container for the parameters to the StartSupportDataExport operation.
*/
@@ -321,7 +321,7 @@ export interface StartSupportDataExportRequest {
/**
* @public
- * @deprecated
+ * @deprecated This target has been deprecated. As of December 2022 Product Support Connection is no longer supported.
*
* This target has been deprecated. Container for the result of the StartSupportDataExport operation.
*/
diff --git a/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts b/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts
index 41bff01eda0c..8a7869c49586 100644
--- a/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts
+++ b/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts
@@ -28,7 +28,7 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
/**
* @public
- * @deprecated
+ * @deprecated DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.
*
* Send an request with an empty body to the regional API endpoint to get your account API endpoint.
* @example
diff --git a/clients/client-mediaconvert/src/models/models_2.ts b/clients/client-mediaconvert/src/models/models_2.ts
index dd38718b07e5..325c6951df03 100644
--- a/clients/client-mediaconvert/src/models/models_2.ts
+++ b/clients/client-mediaconvert/src/models/models_2.ts
@@ -400,7 +400,7 @@ export type DescribeEndpointsMode = (typeof DescribeEndpointsMode)[keyof typeof
/**
* @public
- * @deprecated
+ * @deprecated DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.
*
* DescribeEndpointsRequest
*/
diff --git a/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts b/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts
index 3baae7089514..0e0572bd467e 100644
--- a/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts
+++ b/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts
@@ -32,7 +32,7 @@ export interface RotateChannelCredentialsCommandOutput extends RotateChannelCred
/**
* @public
- * @deprecated
+ * @deprecated This API is deprecated. Please use RotateIngestEndpointCredentials instead
*
* Changes the Channel's first IngestEndpoint's username and password. WARNING - This API is deprecated. Please use RotateIngestEndpointCredentials instead
* @example
diff --git a/clients/client-mwaa/src/commands/PublishMetricsCommand.ts b/clients/client-mwaa/src/commands/PublishMetricsCommand.ts
index 35a9484d27b8..efdc78b4fbee 100644
--- a/clients/client-mwaa/src/commands/PublishMetricsCommand.ts
+++ b/clients/client-mwaa/src/commands/PublishMetricsCommand.ts
@@ -28,7 +28,7 @@ export interface PublishMetricsCommandOutput extends PublishMetricsOutput, __Met
/**
* @public
- * @deprecated
+ * @deprecated This API is for internal use and not meant for public use, and is no longer available.
*
* AcceptAdministratorInvitation
.AcceptInvitation
. It will eventually change to use AcceptAdministratorInvitation
. Any IAM policies that specifically control access to this function must continue to use AcceptInvitation
. You should also add AcceptAdministratorInvitation
to your policies to ensure that the correct permissions are in place after the console begins to use AcceptAdministratorInvitation
.DisassociateFromAdministratorAccount
.DisassociateFromMasterAccount
. It will eventually change to use DisassociateFromAdministratorAccount
. Any IAM policies that specifically control access to this function must continue to use DisassociateFromMasterAccount
. You should also add DisassociateFromAdministratorAccount
to your policies to ensure that the correct permissions are in place after the console begins to use DisassociateFromAdministratorAccount
.GetAdministratorAccount
.GetMasterAccount
. It will eventually change to use GetAdministratorAccount
. Any IAM policies that specifically control access to this function must continue to use GetMasterAccount
. You should also add GetAdministratorAccount
to your policies to ensure that the correct permissions are in place after the console begins to use GetAdministratorAccount
.TooManyRequestsException
should be used.