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/Chime.ts b/clients/client-chime/src/Chime.ts index c67c5aa1bfe1..790b2b493e6a 100644 --- a/clients/client-chime/src/Chime.ts +++ b/clients/client-chime/src/Chime.ts @@ -4060,7 +4060,7 @@ export interface Chime { /** * @public - * @deprecated + * @deprecated This namespace has been deprecated * * *

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.

* diff --git a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts index 9c40af697417..cc1d11ebccde 100644 --- a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts @@ -38,7 +38,7 @@ export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by AssociatePhoneNumbersWithVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace * *

Associates phone numbers with the specified Amazon Chime Voice Connector group.

* diff --git a/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts b/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts index badfd57b74f8..5c9d9ead1aa9 100644 --- a/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts @@ -33,7 +33,7 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes /** * @public - * @deprecated + * @deprecated Replaced by BatchCreateAttendee in the Amazon Chime SDK Meetings Namespace * *

Creates up to 100 new attendees for an active Amazon Chime SDK meeting.

* diff --git a/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts b/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts index ecf96c953906..736a0c119dad 100644 --- a/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts @@ -37,7 +37,7 @@ export interface BatchCreateChannelMembershipCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by BatchCreateChannelMembership in the Amazon Chime SDK Messaging Namespace * *

Adds a specified number of users to a channel.

* diff --git a/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts index ebda1c08b58f..57ee7aecff63 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts @@ -32,7 +32,7 @@ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAd /** * @public - * @deprecated + * @deprecated Replaced by CreateAppInstanceAdmin in the Amazon Chime SDK Identity Namespace * *

Promotes an AppInstanceUser to an AppInstanceAdmin. The promoted user can perform the following actions.

* diff --git a/clients/client-chime/src/commands/CreateAppInstanceCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceCommand.ts index 6da1b0446cd7..5bb94adc72c8 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceCommand.ts @@ -32,7 +32,7 @@ export interface CreateAppInstanceCommandOutput extends CreateAppInstanceRespons /** * @public - * @deprecated + * @deprecated Replaced by CreateAppInstance in the Amazon Chime SDK Identity Namespace * *

Creates an Amazon Chime SDK messaging AppInstance under an AWS account. Only SDK messaging customers use this API. * CreateAppInstance supports idempotency behavior as described in the AWS API Standard.

diff --git a/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts index ede9e05f685f..68391694f779 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts @@ -32,7 +32,7 @@ export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUse /** * @public - * @deprecated + * @deprecated Replaced by CreateAppInstanceUser in the Amazon Chime SDK Identity Namespace * *

Creates a user under an Amazon Chime AppInstance. The request consists of a unique appInstanceUserId and * Name for that user.

diff --git a/clients/client-chime/src/commands/CreateAttendeeCommand.ts b/clients/client-chime/src/commands/CreateAttendeeCommand.ts index 8675d26fec40..7b89d703a659 100644 --- a/clients/client-chime/src/commands/CreateAttendeeCommand.ts +++ b/clients/client-chime/src/commands/CreateAttendeeCommand.ts @@ -33,7 +33,7 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M /** * @public - * @deprecated + * @deprecated Replaced by CreateAttendee in the Amazon Chime SDK Meetings Namespace * *

* 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 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 * *

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 InvitedBy response field is derived from the * request header. A channel member can:

diff --git a/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts b/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts index 9b47d2ecba63..597fef1158bf 100644 --- a/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts @@ -32,7 +32,7 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera /** * @public - * @deprecated + * @deprecated Replaced by CreateChannelModerator in the Amazon Chime SDK Messaging Namespace * *

Creates a new 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 * *

    Creates a media capture pipeline.

    * diff --git a/clients/client-chime/src/commands/CreateMeetingCommand.ts b/clients/client-chime/src/commands/CreateMeetingCommand.ts index 7ae22b51cb8c..9a17344daff7 100644 --- a/clients/client-chime/src/commands/CreateMeetingCommand.ts +++ b/clients/client-chime/src/commands/CreateMeetingCommand.ts @@ -33,7 +33,7 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met /** * @public - * @deprecated + * @deprecated Replaced by CreateMeeting in the Amazon Chime SDK Meetings Namespace * *

    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.

    * diff --git a/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts b/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts index 11377ee04c07..5d84ba0b8fb9 100644 --- a/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts @@ -37,7 +37,7 @@ export interface CreateSipMediaApplicationCallCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by CreateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace * *

    Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specified * sipMediaApplicationId.

    diff --git a/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts index 10e3b8a3fee7..790eb6094e7d 100644 --- a/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts @@ -33,7 +33,7 @@ export interface CreateSipMediaApplicationCommandOutput extends CreateSipMediaAp /** * @public - * @deprecated + * @deprecated Replaced by CreateSipMediaApplication in the Amazon Chime SDK Voice Namespace * *

    Creates a SIP media application.

    * diff --git a/clients/client-chime/src/commands/CreateSipRuleCommand.ts b/clients/client-chime/src/commands/CreateSipRuleCommand.ts index 9f71cfbb96e8..37ab7a1344e7 100644 --- a/clients/client-chime/src/commands/CreateSipRuleCommand.ts +++ b/clients/client-chime/src/commands/CreateSipRuleCommand.ts @@ -28,7 +28,7 @@ export interface CreateSipRuleCommandOutput extends CreateSipRuleResponse, __Met /** * @public - * @deprecated + * @deprecated Replaced by CreateSipRule in the Amazon Chime SDK Voice Namespace * *

    Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type.

    * diff --git a/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts b/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts index 1f5226493ba8..6b64fc5cb189 100644 --- a/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts @@ -28,7 +28,7 @@ export interface CreateVoiceConnectorCommandOutput extends CreateVoiceConnectorR /** * @public - * @deprecated + * @deprecated Replaced by CreateVoiceConnector in the Amazon Chime SDK Voice Namespace * *

    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 AppInstanceAdmin to an AppInstanceUser. This action does not delete the user.

    * diff --git a/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts index 58c548c97fe8..fad1345c907d 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts @@ -28,7 +28,7 @@ export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {} /** * @public - * @deprecated + * @deprecated Replaced by DeleteAppInstance in the Amazon Chime SDK Identity Namespace * *

    Deletes an AppInstance and all associated data asynchronously.

    * diff --git a/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts index 1dfa3137ccb1..76f552c3d17e 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts @@ -32,7 +32,7 @@ export interface DeleteAppInstanceStreamingConfigurationsCommandOutput extends _ /** * @public - * @deprecated + * @deprecated Replaced by DeleteAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace * *

    Deletes the streaming configurations of an AppInstance.

    * diff --git a/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts index fa0aa8ce057c..dc9442993afa 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts @@ -28,7 +28,7 @@ export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {} /** * @public - * @deprecated + * @deprecated Replaced by DeleteAppInstanceUser in the Amazon Chime SDK Identity Namespace * *

    Deletes an AppInstanceUser.

    * diff --git a/clients/client-chime/src/commands/DeleteAttendeeCommand.ts b/clients/client-chime/src/commands/DeleteAttendeeCommand.ts index e98de2e5e59d..bd951c052310 100644 --- a/clients/client-chime/src/commands/DeleteAttendeeCommand.ts +++ b/clients/client-chime/src/commands/DeleteAttendeeCommand.ts @@ -28,7 +28,7 @@ export interface DeleteAttendeeCommandOutput extends __MetadataBearer {} /** * @public - * @deprecated + * @deprecated Replaced by DeleteAttendee in the Amazon Chime SDK Meetings Namespace * *

    Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their * 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 * *

    Removes a user from a channel's ban list.

    * diff --git a/clients/client-chime/src/commands/DeleteChannelCommand.ts b/clients/client-chime/src/commands/DeleteChannelCommand.ts index 9f1785a14c22..13cfeb76fab4 100644 --- a/clients/client-chime/src/commands/DeleteChannelCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelCommand.ts @@ -28,7 +28,7 @@ export interface DeleteChannelCommandOutput extends __MetadataBearer {} /** * @public - * @deprecated + * @deprecated Replaced by DeleteChannel in the Amazon Chime SDK Messaging Namespace * *

    Immediately makes a channel and its memberships inaccessible and marks them for * deletion. This is an irreversible process.

    diff --git a/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts b/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts index 7ead92aa77fe..f7542b208445 100644 --- a/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts @@ -28,7 +28,7 @@ export interface DeleteChannelMembershipCommandOutput extends __MetadataBearer { /** * @public - * @deprecated + * @deprecated Replaced by DeleteChannelMembership in the Amazon Chime SDK Messaging Namespace * *

    Removes a member from a channel.

    * diff --git a/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts b/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts index f60dace061e2..07623831aa03 100644 --- a/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts @@ -28,7 +28,7 @@ export interface DeleteChannelMessageCommandOutput extends __MetadataBearer {} /** * @public - * @deprecated + * @deprecated Replaced by DeleteChannelMessage in the Amazon Chime SDK Messaging Namespace * *

    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.

    * diff --git a/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts index af9eb0841694..1018771729c6 100644 --- a/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts @@ -28,7 +28,7 @@ export interface DeleteMediaCapturePipelineCommandOutput extends __MetadataBeare /** * @public - * @deprecated + * @deprecated Replaced by DeleteMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace * *

    Deletes the media capture pipeline.

    * diff --git a/clients/client-chime/src/commands/DeleteMeetingCommand.ts b/clients/client-chime/src/commands/DeleteMeetingCommand.ts index 2881034aa87a..a31f4d7528e5 100644 --- a/clients/client-chime/src/commands/DeleteMeetingCommand.ts +++ b/clients/client-chime/src/commands/DeleteMeetingCommand.ts @@ -28,7 +28,7 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {} /** * @public - * @deprecated + * @deprecated Replaced by DeleteMeeting in the Amazon Chime SDK Meetings Namespace * *

    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.

    * diff --git a/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts index 437c8deca336..99aaf5839dde 100644 --- a/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts @@ -28,7 +28,7 @@ export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer /** * @public - * @deprecated + * @deprecated Replaced by DeleteSipMediaApplication in the Amazon Chime SDK Voice Namespace * *

    Deletes a SIP media application.

    * diff --git a/clients/client-chime/src/commands/DeleteSipRuleCommand.ts b/clients/client-chime/src/commands/DeleteSipRuleCommand.ts index 0a5ce8de0494..6739e006a41f 100644 --- a/clients/client-chime/src/commands/DeleteSipRuleCommand.ts +++ b/clients/client-chime/src/commands/DeleteSipRuleCommand.ts @@ -28,7 +28,7 @@ export interface DeleteSipRuleCommandOutput extends __MetadataBearer {} /** * @public - * @deprecated + * @deprecated Replaced by DeleteSipRule in the Amazon Chime SDK Voice Namespace * *

    Deletes a SIP rule. You must disable a SIP rule before you can delete it.

    * diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts index 0cfd8a8427e2..9a4c927cbea1 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts @@ -28,7 +28,7 @@ export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {} /** * @public - * @deprecated + * @deprecated Replaced by DeleteVoiceConnector in the Amazon Chime SDK Voice Namespace * *

    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.

    * diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts index 492681765b6f..6197cc2c11cf 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts @@ -28,7 +28,7 @@ export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer /** * @public - * @deprecated + * @deprecated Replaced by DeleteVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace * *

    Deletes the specified Amazon Chime Voice Connector group. Any * 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 * *

    Deletes the origination settings for the specified Amazon Chime Voice Connector.

    * diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts index 24435277afda..3a66114701c4 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts @@ -28,7 +28,7 @@ export interface DeleteVoiceConnectorProxyCommandOutput extends __MetadataBearer /** * @public - * @deprecated + * @deprecated Replaced by DeleteVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace * *

    Deletes the proxy configuration from the specified Amazon Chime Voice Connector.

    * diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts index 9bb649d142ad..f8544910e8ee 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts @@ -32,7 +32,7 @@ export interface DeleteVoiceConnectorStreamingConfigurationCommandOutput extends /** * @public - * @deprecated + * @deprecated Replaced by DeleteVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace * *

    Deletes the streaming configuration for the specified Amazon Chime Voice Connector.

    * diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts index bef43b42b9d0..5eb3d08acb5b 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts @@ -31,7 +31,7 @@ export interface DeleteVoiceConnectorTerminationCommandOutput extends __Metadata /** * @public - * @deprecated + * @deprecated Replaced by DeleteVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace * *

    Deletes the termination settings for the specified Amazon Chime Voice Connector.

    * diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts index 63ea9b6377e3..0e7c9d0b43e2 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts @@ -35,7 +35,7 @@ export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput extends /** * @public - * @deprecated + * @deprecated Replaced by DeleteVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace * *

    Deletes the specified SIP credentials used by your equipment to authenticate during call termination.

    * diff --git a/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts index 2f17165b9b84..02bf794f761a 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts @@ -32,7 +32,7 @@ export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstan /** * @public - * @deprecated + * @deprecated Replaced by DescribeAppInstanceAdmin in the Amazon Chime SDK Identity Namespace * *

    Returns the full details of an AppInstanceAdmin.

    * diff --git a/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts index c4080d548f47..319a5c3b3cf9 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts @@ -32,7 +32,7 @@ export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceRes /** * @public - * @deprecated + * @deprecated Replaced by DescribeAppInstance in the Amazon Chime SDK Identity Namespace * *

    Returns the full details of an AppInstance.

    * diff --git a/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts index b7b117839365..c60f03ca3440 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts @@ -32,7 +32,7 @@ export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanc /** * @public - * @deprecated + * @deprecated Replaced by DescribeAppInstanceUser in the Amazon Chime SDK Identity Namespace * *

    Returns the full details of an AppInstanceUser.

    * diff --git a/clients/client-chime/src/commands/DescribeChannelBanCommand.ts b/clients/client-chime/src/commands/DescribeChannelBanCommand.ts index 4e09f54bdf2b..b79b62dd8d16 100644 --- a/clients/client-chime/src/commands/DescribeChannelBanCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelBanCommand.ts @@ -32,7 +32,7 @@ export interface DescribeChannelBanCommandOutput extends DescribeChannelBanRespo /** * @public - * @deprecated + * @deprecated Replaced by DescribeChannelBan in the Amazon Chime SDK Messaging Namespace * *

    Returns the full details of a channel ban.

    * diff --git a/clients/client-chime/src/commands/DescribeChannelCommand.ts b/clients/client-chime/src/commands/DescribeChannelCommand.ts index cae66506399e..15ba56d8f3ba 100644 --- a/clients/client-chime/src/commands/DescribeChannelCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelCommand.ts @@ -32,7 +32,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _ /** * @public - * @deprecated + * @deprecated Replaced by DescribeChannel in the Amazon Chime SDK Messaging Namespace * *

    Returns the full details of a channel in an Amazon Chime * AppInstance.

    diff --git a/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts b/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts index 245e3c393b88..402881506655 100644 --- a/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts @@ -32,7 +32,7 @@ export interface DescribeChannelMembershipCommandOutput extends DescribeChannelM /** * @public - * @deprecated + * @deprecated Replaced by DescribeChannelMembership in the Amazon Chime SDK Messaging Namespace * *

    Returns the full details of a user's channel membership.

    * diff --git a/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts index 54637941759f..2b5565a869cc 100644 --- a/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts @@ -38,7 +38,7 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by DescribeChannelMembershipForAppInstanceUser in the Amazon Chime SDK Messaging Namespace * *

    Returns the details of a channel based on the membership of the specified * AppInstanceUser.

    diff --git a/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts index 76ca0346bfc4..2d633dbf23a4 100644 --- a/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts @@ -38,7 +38,7 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by DescribeChannelModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace * *

    Returns the full details of a channel moderated by the specified * AppInstanceUser.

    diff --git a/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts b/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts index cd4b8cc729be..2e97cb50e7e6 100644 --- a/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts @@ -32,7 +32,7 @@ export interface DescribeChannelModeratorCommandOutput extends DescribeChannelMo /** * @public - * @deprecated + * @deprecated Replaced by DescribeChannelModerator in the Amazon Chime SDK Messaging Namespace * *

    Returns the full details of a single ChannelModerator.

    * diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts index f59247daa2d0..e1afa1220140 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts @@ -38,7 +38,7 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by DisassociatePhoneNumbersFromVoiceConnector in the Amazon Chime SDK Voice Namespace * *

    Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.

    * diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts index c42b9432768f..a1486056ef23 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts @@ -38,7 +38,7 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by DisassociatePhoneNumbersFromVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace * *

    Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.

    * diff --git a/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts index 6974943a95d3..f5f9d1d59bb0 100644 --- a/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts @@ -33,7 +33,7 @@ export interface GetAppInstanceRetentionSettingsCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by GetAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace * *

    Gets the retention settings for an AppInstance.

    * diff --git a/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts index 04b3e9e047a8..50c65d097ebe 100644 --- a/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts @@ -38,7 +38,7 @@ export interface GetAppInstanceStreamingConfigurationsCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by GetAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace * *

    Gets the streaming settings for an AppInstance.

    * diff --git a/clients/client-chime/src/commands/GetAttendeeCommand.ts b/clients/client-chime/src/commands/GetAttendeeCommand.ts index 1731edce5ed6..db2a29d95107 100644 --- a/clients/client-chime/src/commands/GetAttendeeCommand.ts +++ b/clients/client-chime/src/commands/GetAttendeeCommand.ts @@ -28,7 +28,7 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat /** * @public - * @deprecated + * @deprecated Replaced by GetAttendee in the Amazon Chime SDK Meetings Namespace * *

    * 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.

    * diff --git a/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts index 779b32833c4e..89e9ab202075 100644 --- a/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts @@ -32,7 +32,7 @@ export interface GetMediaCapturePipelineCommandOutput extends GetMediaCapturePip /** * @public - * @deprecated + * @deprecated Replaced by GetMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace * *

    Gets an existing media capture pipeline.

    * diff --git a/clients/client-chime/src/commands/GetMeetingCommand.ts b/clients/client-chime/src/commands/GetMeetingCommand.ts index bf3bbaede821..c986e7d96496 100644 --- a/clients/client-chime/src/commands/GetMeetingCommand.ts +++ b/clients/client-chime/src/commands/GetMeetingCommand.ts @@ -28,7 +28,7 @@ export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataB /** * @public - * @deprecated + * @deprecated Replaced by GetMeeting in the Amazon Chime SDK Meetings Namespace * * *

    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.

    * diff --git a/clients/client-chime/src/commands/GetProxySessionCommand.ts b/clients/client-chime/src/commands/GetProxySessionCommand.ts index 29a371d5ce68..08351a630981 100644 --- a/clients/client-chime/src/commands/GetProxySessionCommand.ts +++ b/clients/client-chime/src/commands/GetProxySessionCommand.ts @@ -32,7 +32,7 @@ export interface GetProxySessionCommandOutput extends GetProxySessionResponse, _ /** * @public - * @deprecated + * @deprecated Replaced by GetProxySession in the Amazon Chime SDK Voice Namespace * *

    Gets the specified proxy session details for the specified Amazon Chime Voice Connector.

    * diff --git a/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts index 64a053009c81..a6c53496d24b 100644 --- a/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts @@ -32,7 +32,7 @@ export interface GetSipMediaApplicationCommandOutput extends GetSipMediaApplicat /** * @public - * @deprecated + * @deprecated Replaced by GetSipMediaApplication in the Amazon Chime SDK Voice Namespace * *

    Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.

    * diff --git a/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts index 04a8f1bb4564..d4d9d45f5e25 100644 --- a/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts @@ -37,7 +37,7 @@ export interface GetSipMediaApplicationLoggingConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by GetSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace * *

    Returns the logging configuration for the specified SIP media application.

    * diff --git a/clients/client-chime/src/commands/GetSipRuleCommand.ts b/clients/client-chime/src/commands/GetSipRuleCommand.ts index 32b5846f3d11..c5ceb94cbe7a 100644 --- a/clients/client-chime/src/commands/GetSipRuleCommand.ts +++ b/clients/client-chime/src/commands/GetSipRuleCommand.ts @@ -28,7 +28,7 @@ export interface GetSipRuleCommandOutput extends GetSipRuleResponse, __MetadataB /** * @public - * @deprecated + * @deprecated Replaced by GetSipRule in the Amazon Chime SDK Voice Namespace * *

    Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.

    * diff --git a/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts index 31da540b4024..9a8263ed6dba 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts @@ -28,7 +28,7 @@ export interface GetVoiceConnectorCommandOutput extends GetVoiceConnectorRespons /** * @public - * @deprecated + * @deprecated Replaced by GetVoiceConnector in the Amazon Chime SDK Voice Namespace * *

    Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements.

    * diff --git a/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts index 82f967a0b691..72176c4b02d8 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -38,7 +38,7 @@ export interface GetVoiceConnectorEmergencyCallingConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by GetVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace * *

    Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.

    * diff --git a/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts index d27d6d9aecfc..508a2c34a73d 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts @@ -28,7 +28,7 @@ export interface GetVoiceConnectorGroupCommandOutput extends GetVoiceConnectorGr /** * @public - * @deprecated + * @deprecated Replaced by GetVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace * *

    * Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated VoiceConnectorItems.

    diff --git a/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts index de390187414b..0cf888dc96f9 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts @@ -37,7 +37,7 @@ export interface GetVoiceConnectorLoggingConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by GetVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace * *

    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.

    diff --git a/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts index cd73b0e6fe62..e34f9b48702a 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts @@ -33,7 +33,7 @@ export interface GetVoiceConnectorOriginationCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by GetVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace * *

    Retrieves origination setting details for the specified Amazon Chime Voice Connector.

    * diff --git a/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts index 30a1634de2eb..768ddcd59862 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts @@ -32,7 +32,7 @@ export interface GetVoiceConnectorProxyCommandOutput extends GetVoiceConnectorPr /** * @public - * @deprecated + * @deprecated Replaced by GetVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace * *

    Gets the proxy configuration details for the specified Amazon Chime Voice Connector.

    * diff --git a/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts index 6d0f07cb8e2b..099ff85ff843 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts @@ -37,7 +37,7 @@ export interface GetVoiceConnectorStreamingConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by GetVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace * *

    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/GetVoiceConnectorTerminationHealthCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts index d32384958b56..c1d7684175b6 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts @@ -36,7 +36,7 @@ export interface GetVoiceConnectorTerminationHealthCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by GetVoiceConnectorTerminationHealth in the Amazon Chime SDK Voice Namespace * * *

    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 AppInstance.

    * diff --git a/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts b/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts index 9bd252531dd9..4f817fc96771 100644 --- a/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts @@ -33,7 +33,7 @@ export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersR /** * @public - * @deprecated + * @deprecated Replaced by ListAppInstanceUsers in the Amazon Chime SDK Identity Namespace * *

    List all 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 * *

    Lists all Amazon Chime AppInstances created under a single AWS account.

    * diff --git a/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts b/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts index 51833f22897d..ad725d5fb26b 100644 --- a/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts +++ b/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts @@ -32,7 +32,7 @@ export interface ListAttendeeTagsCommandOutput extends ListAttendeeTagsResponse, /** * @public - * @deprecated + * @deprecated Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. * *

    Lists the tags applied to an Amazon Chime SDK attendee resource.

    * diff --git a/clients/client-chime/src/commands/ListAttendeesCommand.ts b/clients/client-chime/src/commands/ListAttendeesCommand.ts index 9c4fc5bf2629..59c52b11e714 100644 --- a/clients/client-chime/src/commands/ListAttendeesCommand.ts +++ b/clients/client-chime/src/commands/ListAttendeesCommand.ts @@ -32,7 +32,7 @@ export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __Met /** * @public - * @deprecated + * @deprecated Replaced by ListAttendees in the Amazon Chime SDK Meetings Namespace * *

    * 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.

    * diff --git a/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts b/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts index 74b1fb490184..40ba212114b7 100644 --- a/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts @@ -33,7 +33,7 @@ export interface ListChannelMembershipsCommandOutput extends ListChannelMembersh /** * @public - * @deprecated + * @deprecated Replaced by ListChannelMemberships in the Amazon Chime SDK Messaging Namespace * *

    Lists all channel memberships in a channel.

    * diff --git a/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts b/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts index 71754afece3c..bdddf7016d2d 100644 --- a/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts @@ -39,7 +39,7 @@ export interface ListChannelMembershipsForAppInstanceUserCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespace * *

    Lists all channels that a particular AppInstanceUser is a part of. Only an * AppInstanceAdmin can call the API with a user ARN that is not their own.

    diff --git a/clients/client-chime/src/commands/ListChannelMessagesCommand.ts b/clients/client-chime/src/commands/ListChannelMessagesCommand.ts index 4c8d805377e8..e6e5ca09f95c 100644 --- a/clients/client-chime/src/commands/ListChannelMessagesCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMessagesCommand.ts @@ -33,7 +33,7 @@ export interface ListChannelMessagesCommandOutput extends ListChannelMessagesRes /** * @public - * @deprecated + * @deprecated Replaced by ListChannelMessages in the Amazon Chime SDK Messaging Namespace * *

    List all the messages in a channel. Returns a paginated list of * 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 * *

    Lists all the moderators for a channel.

    * diff --git a/clients/client-chime/src/commands/ListChannelsCommand.ts b/clients/client-chime/src/commands/ListChannelsCommand.ts index e9e1bc4640b4..7fffaef0e69f 100644 --- a/clients/client-chime/src/commands/ListChannelsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelsCommand.ts @@ -33,7 +33,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad /** * @public - * @deprecated + * @deprecated Replaced by ListChannels in the Amazon Chime SDK Messaging Namespace * *

    Lists all Channels created under a single Chime App as a paginated list. You can specify * filters to narrow results.

    diff --git a/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts b/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts index 99017188b895..67adc2946a5c 100644 --- a/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts @@ -39,7 +39,7 @@ export interface ListChannelsModeratedByAppInstanceUserCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by ListChannelsModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace * *

    A list of the channels moderated by an AppInstanceUser.

    * diff --git a/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts b/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts index 8abb7ee3ca75..1237635621d0 100644 --- a/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts +++ b/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts @@ -32,7 +32,7 @@ export interface ListMediaCapturePipelinesCommandOutput extends ListMediaCapture /** * @public - * @deprecated + * @deprecated Replaced by ListMediaCapturePipelines in the Amazon Chime SDK Media Pipelines Namespace * *

    Returns a list of media capture pipelines.

    * diff --git a/clients/client-chime/src/commands/ListMeetingTagsCommand.ts b/clients/client-chime/src/commands/ListMeetingTagsCommand.ts index 4fbf727a9c4a..2f276896bf30 100644 --- a/clients/client-chime/src/commands/ListMeetingTagsCommand.ts +++ b/clients/client-chime/src/commands/ListMeetingTagsCommand.ts @@ -32,7 +32,7 @@ export interface ListMeetingTagsCommandOutput extends ListMeetingTagsResponse, _ /** * @public - * @deprecated + * @deprecated Use ListTagsForResource in the Amazon Chime SDK Meetings Namespace. * *

    Lists the tags applied to an Amazon Chime SDK meeting resource.

    * diff --git a/clients/client-chime/src/commands/ListMeetingsCommand.ts b/clients/client-chime/src/commands/ListMeetingsCommand.ts index ad844785d2e2..b0bfad1b7a27 100644 --- a/clients/client-chime/src/commands/ListMeetingsCommand.ts +++ b/clients/client-chime/src/commands/ListMeetingsCommand.ts @@ -28,7 +28,7 @@ export interface ListMeetingsCommandOutput extends ListMeetingsResponse, __Metad /** * @public - * @deprecated + * @deprecated ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. * *

    Lists up to 100 active Amazon Chime SDK meetings.

    * diff --git a/clients/client-chime/src/commands/ListProxySessionsCommand.ts b/clients/client-chime/src/commands/ListProxySessionsCommand.ts index 9c9469dc2d6a..d6160ae5ad56 100644 --- a/clients/client-chime/src/commands/ListProxySessionsCommand.ts +++ b/clients/client-chime/src/commands/ListProxySessionsCommand.ts @@ -32,7 +32,7 @@ export interface ListProxySessionsCommandOutput extends ListProxySessionsRespons /** * @public - * @deprecated + * @deprecated Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespace * *

    Lists the proxy sessions for the specified Amazon Chime Voice Connector.

    * diff --git a/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts b/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts index 50dc4f450631..1087407331d9 100644 --- a/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts +++ b/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts @@ -32,7 +32,7 @@ export interface ListSipMediaApplicationsCommandOutput extends ListSipMediaAppli /** * @public - * @deprecated + * @deprecated Replaced by ListSipMediaApplications in the Amazon Chime SDK Voice Namespace * *

    Lists the SIP media applications under the administrator's AWS account.

    * diff --git a/clients/client-chime/src/commands/ListSipRulesCommand.ts b/clients/client-chime/src/commands/ListSipRulesCommand.ts index f1fb60ca1e41..9cd03a6dd861 100644 --- a/clients/client-chime/src/commands/ListSipRulesCommand.ts +++ b/clients/client-chime/src/commands/ListSipRulesCommand.ts @@ -28,7 +28,7 @@ export interface ListSipRulesCommandOutput extends ListSipRulesResponse, __Metad /** * @public - * @deprecated + * @deprecated Replaced by ListSipRules in the Amazon Chime SDK Voice Namespace * *

    Lists the SIP rules under the administrator's AWS account.

    * diff --git a/clients/client-chime/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime/src/commands/ListTagsForResourceCommand.ts index 512f24bbd54c..931522fd115f 100644 --- a/clients/client-chime/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime/src/commands/ListTagsForResourceCommand.ts @@ -33,7 +33,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** * @public - * @deprecated + * @deprecated Replaced by ListTagsForResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces * *

    Lists the tags applied to an Amazon Chime SDK meeting and messaging resources.

    * diff --git a/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts index 4e678e683abd..2e75fc481c85 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts @@ -28,7 +28,7 @@ export interface ListVoiceConnectorGroupsCommandOutput extends ListVoiceConnecto /** * @public - * @deprecated + * @deprecated Replaced by ListVoiceConnectorGroups in the Amazon Chime SDK Voice Namespace * *

    Lists the Amazon Chime Voice Connector groups for the administrator's AWS account.

    * diff --git a/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts index 86c97c1eb8c0..cbdef0eaa563 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts @@ -38,7 +38,7 @@ export interface ListVoiceConnectorTerminationCredentialsCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by ListVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace * *

    Lists the SIP credentials for the specified Amazon Chime Voice Connector.

    * diff --git a/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts index 4ab760eb8313..1f59b9ee1e8c 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts @@ -28,7 +28,7 @@ export interface ListVoiceConnectorsCommandOutput extends ListVoiceConnectorsRes /** * @public - * @deprecated + * @deprecated Replaced by ListVoiceConnectors in the Amazon Chime SDK Voice Namespace * *

    Lists the Amazon Chime Voice Connectors for the administrator's AWS account.

    * diff --git a/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts index 8355838fb8f0..3eeefbde8a7a 100644 --- a/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts @@ -33,7 +33,7 @@ export interface PutAppInstanceRetentionSettingsCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by PutAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace * *

    Sets the amount of time in days that a given AppInstance retains data.

    * diff --git a/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts index 755c9c75a1eb..d0896c5e1770 100644 --- a/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts @@ -39,7 +39,7 @@ export interface PutAppInstanceStreamingConfigurationsCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by PutAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace * *

    The data streaming configurations of an AppInstance.

    * diff --git a/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts index fcce3fc3fbb4..188636241985 100644 --- a/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts @@ -37,7 +37,7 @@ export interface PutSipMediaApplicationLoggingConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by PutSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace * *

    Updates the logging configuration for the specified SIP media application.

    * diff --git a/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts index 327989c52365..f10a87fad273 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -39,7 +39,7 @@ export interface PutVoiceConnectorEmergencyCallingConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by PutVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace * *

    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.

    diff --git a/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts index 184753469459..4fb60db4638e 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts @@ -37,7 +37,7 @@ export interface PutVoiceConnectorLoggingConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by PutVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace * *

    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.

    diff --git a/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts index e6d795e7b86f..e24e00dafbe8 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts @@ -33,7 +33,7 @@ export interface PutVoiceConnectorOriginationCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by PutVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace * *

    Adds origination settings for the specified Amazon Chime Voice Connector.

    * diff --git a/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts index 01504507f0e2..a6cd6a7ebdd3 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts @@ -33,7 +33,7 @@ export interface PutVoiceConnectorProxyCommandOutput extends PutVoiceConnectorPr /** * @public - * @deprecated + * @deprecated Replaced by PutVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace * *

    Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.

    * diff --git a/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts index c46e6487b0ae..759f91209f4b 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts @@ -37,7 +37,7 @@ export interface PutVoiceConnectorStreamingConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by PutVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace * *

    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.

    * diff --git a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts index 29cf48a85d17..f3ae96cbe117 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts @@ -35,7 +35,7 @@ export interface PutVoiceConnectorTerminationCredentialsCommandOutput extends __ /** * @public - * @deprecated + * @deprecated Replaced by PutVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace * *

    Adds termination SIP credentials for the specified Amazon Chime Voice Connector.

    * diff --git a/clients/client-chime/src/commands/RedactChannelMessageCommand.ts b/clients/client-chime/src/commands/RedactChannelMessageCommand.ts index 095b9d06e01e..2f7b29eb5067 100644 --- a/clients/client-chime/src/commands/RedactChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/RedactChannelMessageCommand.ts @@ -28,7 +28,7 @@ export interface RedactChannelMessageCommandOutput extends RedactChannelMessageR /** * @public - * @deprecated + * @deprecated Replaced by RedactChannelMessage in the Amazon Chime SDK Messaging Namespace * *

    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.

    diff --git a/clients/client-chime/src/commands/SendChannelMessageCommand.ts b/clients/client-chime/src/commands/SendChannelMessageCommand.ts index 196b5a811a1b..806cf290e396 100644 --- a/clients/client-chime/src/commands/SendChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/SendChannelMessageCommand.ts @@ -32,7 +32,7 @@ export interface SendChannelMessageCommandOutput extends SendChannelMessageRespo /** * @public - * @deprecated + * @deprecated Replaced by SendChannelMessage in the Amazon Chime SDK Messaging Namespace * *

    Sends a message to a particular channel that the member is a part of.

    * diff --git a/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts b/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts index 5532760845d4..e182dfb252e6 100644 --- a/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts +++ b/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts @@ -28,7 +28,7 @@ export interface StartMeetingTranscriptionCommandOutput extends StartMeetingTran /** * @public - * @deprecated + * @deprecated Replaced by StartMeetingTranscription in the Amazon Chime SDK Meetings Namespace * *

    Starts transcription for the specified 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 * *

    Stops transcription for the specified meetingId.

    * diff --git a/clients/client-chime/src/commands/TagAttendeeCommand.ts b/clients/client-chime/src/commands/TagAttendeeCommand.ts index ef0aeb86333b..7d1e74de62f6 100644 --- a/clients/client-chime/src/commands/TagAttendeeCommand.ts +++ b/clients/client-chime/src/commands/TagAttendeeCommand.ts @@ -28,7 +28,7 @@ export interface TagAttendeeCommandOutput extends __MetadataBearer {} /** * @public - * @deprecated + * @deprecated Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. * *

    Applies the specified tags to the specified Amazon Chime attendee.

    * diff --git a/clients/client-chime/src/commands/TagMeetingCommand.ts b/clients/client-chime/src/commands/TagMeetingCommand.ts index 5c9508393118..9855d876da39 100644 --- a/clients/client-chime/src/commands/TagMeetingCommand.ts +++ b/clients/client-chime/src/commands/TagMeetingCommand.ts @@ -28,7 +28,7 @@ export interface TagMeetingCommandOutput extends __MetadataBearer {} /** * @public - * @deprecated + * @deprecated Use TagResource in the Amazon Chime SDK Meetings Namespace. * *

    Applies the specified tags to the specified Amazon Chime SDK meeting.

    * diff --git a/clients/client-chime/src/commands/TagResourceCommand.ts b/clients/client-chime/src/commands/TagResourceCommand.ts index 3277eeec7a3a..29418413f391 100644 --- a/clients/client-chime/src/commands/TagResourceCommand.ts +++ b/clients/client-chime/src/commands/TagResourceCommand.ts @@ -28,7 +28,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} /** * @public - * @deprecated + * @deprecated Replaced by TagResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces * *

    Applies the specified tags to the specified Amazon Chime SDK meeting resource.

    * diff --git a/clients/client-chime/src/commands/UntagAttendeeCommand.ts b/clients/client-chime/src/commands/UntagAttendeeCommand.ts index cac1c92b7ea0..40e947400da7 100644 --- a/clients/client-chime/src/commands/UntagAttendeeCommand.ts +++ b/clients/client-chime/src/commands/UntagAttendeeCommand.ts @@ -28,7 +28,7 @@ export interface UntagAttendeeCommandOutput extends __MetadataBearer {} /** * @public - * @deprecated + * @deprecated Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. * *

    Untags the specified tags from the specified Amazon Chime SDK attendee.

    * diff --git a/clients/client-chime/src/commands/UntagMeetingCommand.ts b/clients/client-chime/src/commands/UntagMeetingCommand.ts index cff8e8e0838a..36cce4e550ab 100644 --- a/clients/client-chime/src/commands/UntagMeetingCommand.ts +++ b/clients/client-chime/src/commands/UntagMeetingCommand.ts @@ -28,7 +28,7 @@ export interface UntagMeetingCommandOutput extends __MetadataBearer {} /** * @public - * @deprecated + * @deprecated Use UntagResource in the Amazon Chime SDK Meetings Namespace. * *

    Untags the specified tags from the specified Amazon Chime SDK meeting.

    * diff --git a/clients/client-chime/src/commands/UntagResourceCommand.ts b/clients/client-chime/src/commands/UntagResourceCommand.ts index 10a4ce38cc79..b7248891e0fb 100644 --- a/clients/client-chime/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime/src/commands/UntagResourceCommand.ts @@ -28,7 +28,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} /** * @public - * @deprecated + * @deprecated Replaced by UntagResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces * *

    Untags the specified tags from the specified Amazon Chime SDK meeting resource.

    *

    Applies the specified tags to the specified Amazon Chime SDK meeting resource.

    diff --git a/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts b/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts index dbb83bc71da1..63f2f916081c 100644 --- a/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts @@ -32,7 +32,7 @@ export interface UpdateAppInstanceCommandOutput extends UpdateAppInstanceRespons /** * @public - * @deprecated + * @deprecated Replaced by UpdateAppInstance in the Amazon Chime SDK Identity Namespace * *

    Updates AppInstance metadata.

    * diff --git a/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts b/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts index 09b5d4be65bd..e25e17e9b88c 100644 --- a/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts @@ -32,7 +32,7 @@ export interface UpdateAppInstanceUserCommandOutput extends UpdateAppInstanceUse /** * @public - * @deprecated + * @deprecated Replaced by UpdateAppInstanceUser in the Amazon Chime SDK Identity Namespace * *

    Updates the details of an AppInstanceUser. You can update names and metadata.

    * diff --git a/clients/client-chime/src/commands/UpdateChannelCommand.ts b/clients/client-chime/src/commands/UpdateChannelCommand.ts index c7ecdd5346f5..62bfa2f3c30d 100644 --- a/clients/client-chime/src/commands/UpdateChannelCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelCommand.ts @@ -32,7 +32,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met /** * @public - * @deprecated + * @deprecated Replaced by UpdateChannel in the Amazon Chime SDK Messaging Namespace * *

    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.

    * diff --git a/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts b/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts index b67dda7c3e12..aa7260311cdb 100644 --- a/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts @@ -28,7 +28,7 @@ export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadM /** * @public - * @deprecated + * @deprecated Replaced by UpdateChannelReadMarker in the Amazon Chime SDK Messaging Namespace * *

    The details of the time when a user last read messages in a channel.

    * diff --git a/clients/client-chime/src/commands/UpdateProxySessionCommand.ts b/clients/client-chime/src/commands/UpdateProxySessionCommand.ts index 888f5b073a47..a932136cc31c 100644 --- a/clients/client-chime/src/commands/UpdateProxySessionCommand.ts +++ b/clients/client-chime/src/commands/UpdateProxySessionCommand.ts @@ -32,7 +32,7 @@ export interface UpdateProxySessionCommandOutput extends UpdateProxySessionRespo /** * @public - * @deprecated + * @deprecated Replaced by UpdateProxySession in the Amazon Chime SDK Voice Namespace * *

    Updates the specified proxy session details, such as voice or SMS capabilities.

    * diff --git a/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts b/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts index a12fe5350035..7bee555f0e25 100644 --- a/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts @@ -37,7 +37,7 @@ export interface UpdateSipMediaApplicationCallCommandOutput /** * @public - * @deprecated + * @deprecated Replaced by UpdateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace * *

    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.

    diff --git a/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts index d5e0f67a0e14..def6f0251ad9 100644 --- a/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts @@ -33,7 +33,7 @@ export interface UpdateSipMediaApplicationCommandOutput extends UpdateSipMediaAp /** * @public - * @deprecated + * @deprecated Replaced by UpdateSipMediaApplication in the Amazon Chime SDK Voice Namespace * *

    Updates the details of the specified SIP media application.

    * diff --git a/clients/client-chime/src/commands/UpdateSipRuleCommand.ts b/clients/client-chime/src/commands/UpdateSipRuleCommand.ts index 0ae663f09a5a..3a954351093c 100644 --- a/clients/client-chime/src/commands/UpdateSipRuleCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipRuleCommand.ts @@ -28,7 +28,7 @@ export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __Met /** * @public - * @deprecated + * @deprecated Replaced by UpdateSipRule in the Amazon Chime SDK Voice Namespace * *

    Updates the details of the specified SIP rule.

    * diff --git a/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts b/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts index 4752e8f42469..2238a2191823 100644 --- a/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts @@ -28,7 +28,7 @@ export interface UpdateVoiceConnectorCommandOutput extends UpdateVoiceConnectorR /** * @public - * @deprecated + * @deprecated Replaced by UpdateVoiceConnector in the Amazon Chime SDK Voice Namespace * *

    Updates details for the specified Amazon Chime Voice Connector.

    * diff --git a/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts index 4af3983991cb..70b47775d266 100644 --- a/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts @@ -28,7 +28,7 @@ export interface UpdateVoiceConnectorGroupCommandOutput extends UpdateVoiceConne /** * @public - * @deprecated + * @deprecated Replaced by UpdateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace * *

    Updates details of the specified Amazon Chime Voice Connector group, such as the name and * Amazon Chime Voice Connector priority ranking.

    diff --git a/clients/client-chime/src/commands/ValidateE911AddressCommand.ts b/clients/client-chime/src/commands/ValidateE911AddressCommand.ts index a0332df2f748..21da3b20ce5b 100644 --- a/clients/client-chime/src/commands/ValidateE911AddressCommand.ts +++ b/clients/client-chime/src/commands/ValidateE911AddressCommand.ts @@ -33,7 +33,7 @@ export interface ValidateE911AddressCommandOutput extends ValidateE911AddressRes /** * @public - * @deprecated + * @deprecated Replaced by ValidateE911Address in the Amazon Chime SDK Voice Namespace * *

    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 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. * *

    Gets information about an instance as part of a deployment.

    * @example diff --git a/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts index 1b6f1ef32468..192eabdd5920 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts @@ -28,7 +28,7 @@ export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInst /** * @public - * @deprecated + * @deprecated This operation is deprecated, use ListDeploymentTargets instead. * * *

    The newer 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. * *

    In a blue/green deployment, overrides any specified wait time and starts terminating * instances immediately after the traffic routing is complete.

    diff --git a/clients/client-codedeploy/src/models/models_0.ts b/clients/client-codedeploy/src/models/models_0.ts index 0a72800a60c8..c3261fff7881 100644 --- a/clients/client-codedeploy/src/models/models_0.ts +++ b/clients/client-codedeploy/src/models/models_0.ts @@ -641,7 +641,7 @@ export interface S3Location { /** * @public - * @deprecated + * @deprecated RawString and String revision type are deprecated, use AppSpecContent type instead. * *

    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.

    */ @@ -2145,7 +2145,7 @@ export class DeploymentIdRequiredException extends __BaseException { /** * @public - * @deprecated + * @deprecated This exception is deprecated, use DeploymentTargetIdRequiredException instead. * *

    The instance ID was not specified.

    */ @@ -3352,7 +3352,7 @@ export class DeploymentTargetListSizeExceededException extends __BaseException { /** * @public - * @deprecated + * @deprecated This exception is deprecated, use DeploymentTargetDoesNotExistException instead. * *

    The specified instance does not exist in the deployment group.

    */ diff --git a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts index baaa6f4e2fa1..8afb5e5c8cc5 100644 --- a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts @@ -32,7 +32,7 @@ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __M /** * @public - * @deprecated + * @deprecated This operation is deprecated, use DetectEntitiesV2 instead. * *

    The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation instead.

    *

    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 - 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. * * *

    DEPRECATED - 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. * * *

    DEPRECATED - The 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. * *

    Adds a user to a permission group to grant permissions for actions a user can perform in FinSpace.

    * @example diff --git a/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts b/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts index beb8362fde02..f29f23da2889 100644 --- a/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts @@ -28,7 +28,7 @@ export interface CreateChangesetCommandOutput extends CreateChangesetResponse, _ /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

    Creates a new Changeset in a FinSpace Dataset.

    * @example diff --git a/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts b/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts index a8f8006a2678..0ce716cdee01 100644 --- a/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts @@ -28,7 +28,7 @@ export interface CreateDataViewCommandOutput extends CreateDataViewResponse, __M /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

    Creates a Dataview for a Dataset.

    * @example diff --git a/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts b/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts index a457b00b0d4d..aae46feb3f6a 100644 --- a/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts @@ -32,7 +32,7 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

    Creates a new FinSpace Dataset.

    * @example diff --git a/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts index 4ca3ea0646fc..7b916229defe 100644 --- a/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts @@ -32,7 +32,7 @@ export interface CreatePermissionGroupCommandOutput extends CreatePermissionGrou /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

    Creates a group of permissions for various actions that a user can perform in FinSpace.

    * @example diff --git a/clients/client-finspace-data/src/commands/CreateUserCommand.ts b/clients/client-finspace-data/src/commands/CreateUserCommand.ts index 7a1536360a40..a7910873e231 100644 --- a/clients/client-finspace-data/src/commands/CreateUserCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateUserCommand.ts @@ -28,7 +28,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

    Creates a new user in FinSpace.

    * @example diff --git a/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts b/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts index fab3b6450e73..0fd3b26d25d0 100644 --- a/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts @@ -28,7 +28,7 @@ export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __Met /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

    Deletes a FinSpace Dataset.

    * @example diff --git a/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts index 9b1b7fe31c82..fc77d65e9202 100644 --- a/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts @@ -28,7 +28,7 @@ export interface DeletePermissionGroupCommandOutput extends DeletePermissionGrou /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

    Deletes a permission group. This action is irreversible.

    * @example diff --git a/clients/client-finspace-data/src/commands/DisableUserCommand.ts b/clients/client-finspace-data/src/commands/DisableUserCommand.ts index b99df730e7eb..7f25e7231b57 100644 --- a/clients/client-finspace-data/src/commands/DisableUserCommand.ts +++ b/clients/client-finspace-data/src/commands/DisableUserCommand.ts @@ -28,7 +28,7 @@ export interface DisableUserCommandOutput extends DisableUserResponse, __Metadat /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

    Denies access to the FinSpace web application and API for the specified user.

    * @example diff --git a/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts index 20b24e8e6e6a..375f45043be6 100644 --- a/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts @@ -36,7 +36,7 @@ export interface DisassociateUserFromPermissionGroupCommandOutput /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

    Removes a user from a permission group.

    * @example diff --git a/clients/client-finspace-data/src/commands/EnableUserCommand.ts b/clients/client-finspace-data/src/commands/EnableUserCommand.ts index ffd2a3d6021d..1777f1b88ff4 100644 --- a/clients/client-finspace-data/src/commands/EnableUserCommand.ts +++ b/clients/client-finspace-data/src/commands/EnableUserCommand.ts @@ -28,7 +28,7 @@ export interface EnableUserCommandOutput extends EnableUserResponse, __MetadataB /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

    Allows the specified user to access the FinSpace web application and API.

    * @example diff --git a/clients/client-finspace-data/src/commands/GetChangesetCommand.ts b/clients/client-finspace-data/src/commands/GetChangesetCommand.ts index 081a07237660..db29b5e1c699 100644 --- a/clients/client-finspace-data/src/commands/GetChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/GetChangesetCommand.ts @@ -28,7 +28,7 @@ export interface GetChangesetCommandOutput extends GetChangesetResponse, __Metad /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

    Get information about a Changeset.

    * @example diff --git a/clients/client-finspace-data/src/commands/GetDataViewCommand.ts b/clients/client-finspace-data/src/commands/GetDataViewCommand.ts index 771876223f26..a5bcf83d4d25 100644 --- a/clients/client-finspace-data/src/commands/GetDataViewCommand.ts +++ b/clients/client-finspace-data/src/commands/GetDataViewCommand.ts @@ -28,7 +28,7 @@ export interface GetDataViewCommandOutput extends GetDataViewResponse, __Metadat /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

    Gets information about a Dataview.

    * @example diff --git a/clients/client-finspace-data/src/commands/GetDatasetCommand.ts b/clients/client-finspace-data/src/commands/GetDatasetCommand.ts index 3ca4ba2d6a1d..fe323a236b90 100644 --- a/clients/client-finspace-data/src/commands/GetDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/GetDatasetCommand.ts @@ -28,7 +28,7 @@ export interface GetDatasetCommandOutput extends GetDatasetResponse, __MetadataB /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

    Returns information about a Dataset.

    * @example diff --git a/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts b/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts index 4096966a3630..9ee168605d8c 100644 --- a/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts +++ b/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts @@ -37,7 +37,7 @@ export interface GetExternalDataViewAccessDetailsCommandOutput /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

    Returns the credentials to access the external Dataview from an S3 location. To call this API:

    *
      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. * *

      Retrieves the details of a specific permission group.

      * @example diff --git a/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts b/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts index 148a90b0f0e4..80254a116302 100644 --- a/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts +++ b/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts @@ -37,7 +37,7 @@ export interface GetProgrammaticAccessCredentialsCommandOutput /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      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.

      * @example diff --git a/clients/client-finspace-data/src/commands/GetUserCommand.ts b/clients/client-finspace-data/src/commands/GetUserCommand.ts index 88e4760ff514..67fa82b78af2 100644 --- a/clients/client-finspace-data/src/commands/GetUserCommand.ts +++ b/clients/client-finspace-data/src/commands/GetUserCommand.ts @@ -28,7 +28,7 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Retrieves details for a specific user.

      * @example diff --git a/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts b/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts index 2762158c5f5a..0d36fa3ae840 100644 --- a/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts +++ b/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts @@ -28,7 +28,7 @@ export interface GetWorkingLocationCommandOutput extends GetWorkingLocationRespo /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      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.

      diff --git a/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts b/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts index 30a8932b0a7e..3333e7472d23 100644 --- a/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts @@ -28,7 +28,7 @@ export interface ListChangesetsCommandOutput extends ListChangesetsResponse, __M /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Lists the FinSpace Changesets for a Dataset.

      * @example diff --git a/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts b/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts index 181eaa61a073..220cf9cc2dc0 100644 --- a/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts @@ -28,7 +28,7 @@ export interface ListDataViewsCommandOutput extends ListDataViewsResponse, __Met /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Lists all available Dataviews for a Dataset.

      * @example diff --git a/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts b/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts index 5eaa9c501f0e..6a641d6beff4 100644 --- a/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts @@ -28,7 +28,7 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Lists all of the active Datasets that a user has access to.

      * @example diff --git a/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts b/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts index dff749753ecf..6f823ceab501 100644 --- a/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts +++ b/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts @@ -32,7 +32,7 @@ export interface ListPermissionGroupsByUserCommandOutput extends ListPermissionG /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Lists all the permission groups that are associated with a specific user.

      * @example diff --git a/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts b/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts index 432f764fac1e..92b10f25629b 100644 --- a/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts @@ -32,7 +32,7 @@ export interface ListPermissionGroupsCommandOutput extends ListPermissionGroupsR /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Lists all available permission groups in FinSpace.

      * @example diff --git a/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts index e5a2fe8bf5f2..b6bfe5f88f07 100644 --- a/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts @@ -32,7 +32,7 @@ export interface ListUsersByPermissionGroupCommandOutput extends ListUsersByPerm /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Lists details of all the users in a specific permission group.

      * @example diff --git a/clients/client-finspace-data/src/commands/ListUsersCommand.ts b/clients/client-finspace-data/src/commands/ListUsersCommand.ts index bf53e7ef35d7..34dab95b6795 100644 --- a/clients/client-finspace-data/src/commands/ListUsersCommand.ts +++ b/clients/client-finspace-data/src/commands/ListUsersCommand.ts @@ -28,7 +28,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Lists all available users in FinSpace.

      * @example diff --git a/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts b/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts index 701c5244fff5..5d4f26e70349 100644 --- a/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts +++ b/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts @@ -32,7 +32,7 @@ export interface ResetUserPasswordCommandOutput extends ResetUserPasswordRespons /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      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.

      * @example diff --git a/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts b/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts index 62fa5c8b52fc..7d726c6879bb 100644 --- a/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts @@ -28,7 +28,7 @@ export interface UpdateChangesetCommandOutput extends UpdateChangesetResponse, _ /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Updates a FinSpace Changeset.

      * @example diff --git a/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts b/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts index e78f9184b12c..51cd695c60d4 100644 --- a/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts @@ -28,7 +28,7 @@ export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __Met /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Updates a FinSpace Dataset.

      * @example diff --git a/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts index c58fa3f1c406..8ee1696c8bce 100644 --- a/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts @@ -32,7 +32,7 @@ export interface UpdatePermissionGroupCommandOutput extends UpdatePermissionGrou /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Modifies the details of a permission group. You cannot modify a permissionGroupID.

      * @example diff --git a/clients/client-finspace-data/src/commands/UpdateUserCommand.ts b/clients/client-finspace-data/src/commands/UpdateUserCommand.ts index ec92c158bd6d..a98a98705b19 100644 --- a/clients/client-finspace-data/src/commands/UpdateUserCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateUserCommand.ts @@ -28,7 +28,7 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Modifies the details of the specified user. You cannot update the userId for a user.

      * @example diff --git a/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts b/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts index d7a491ffdec4..a4b7b759c292 100644 --- a/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts @@ -32,7 +32,7 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Create a new FinSpace environment.

      * @example diff --git a/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts b/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts index 32c5d4facfc0..3e5a765c8c28 100644 --- a/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts @@ -28,7 +28,7 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Delete an FinSpace environment.

      * @example diff --git a/clients/client-finspace/src/commands/GetEnvironmentCommand.ts b/clients/client-finspace/src/commands/GetEnvironmentCommand.ts index 5e91454a3c11..87300dd97a34 100644 --- a/clients/client-finspace/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/GetEnvironmentCommand.ts @@ -28,7 +28,7 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Returns the FinSpace environment object.

      * @example diff --git a/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts b/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts index 50a191ac7689..695e8c011e0e 100644 --- a/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts @@ -28,7 +28,7 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse, /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      A list of all of your FinSpace environments.

      * @example diff --git a/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts b/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts index a0a2eab79d58..5279bfac2b12 100644 --- a/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts @@ -28,7 +28,7 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentRespons /** * @public - * @deprecated + * @deprecated This method will be discontinued. * *

      Update your FinSpace environment.

      * @example diff --git a/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts b/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts index 4e2eb0324f52..13bf2c261957 100644 --- a/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts @@ -28,7 +28,7 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, /** * @public - * @deprecated + * @deprecated This operation is deprecated, use AcceptAdministratorInvitation instead * *

      Accepts the invitation to be monitored by a GuardDuty administrator account.

      * @example diff --git a/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts index 6c3684912b12..c9f51967d527 100644 --- a/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts @@ -33,7 +33,7 @@ export interface DisassociateFromMasterAccountCommandOutput /** * @public - * @deprecated + * @deprecated This operation is deprecated, use DisassociateFromAdministratorAccount instead * *

      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.

      diff --git a/clients/client-iot-wireless/src/commands/GetPositionCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionCommand.ts index 01b992a10600..5339327aff64 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionCommand.ts @@ -28,7 +28,7 @@ export interface GetPositionCommandOutput extends GetPositionResponse, __Metadat /** * @public - * @deprecated + * @deprecated This operation is no longer supported. * *

      Get the position information for a given resource.

      * diff --git a/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts index b71a2190f117..166a9a4d98e8 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface GetPositionConfigurationCommandOutput extends GetPositionConfig /** * @public - * @deprecated + * @deprecated This operation is no longer supported. * *

      Get position configuration for a given resource.

      * diff --git a/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts index d0f7c847e114..50dfb43225ab 100644 --- a/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts @@ -28,7 +28,7 @@ export interface ListPositionConfigurationsCommandOutput extends ListPositionCon /** * @public - * @deprecated + * @deprecated This operation is no longer supported. * *

      List position configurations for a given resource, such as positioning solvers.

      * diff --git a/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts index 79b35ebe5ae0..02cadb99a94b 100644 --- a/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts @@ -28,7 +28,7 @@ export interface PutPositionConfigurationCommandOutput extends PutPositionConfig /** * @public - * @deprecated + * @deprecated This operation is no longer supported. * *

      Put position configuration for a given resource.

      * diff --git a/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts b/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts index ef5484ebeffe..13305e7ab5e0 100644 --- a/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts @@ -28,7 +28,7 @@ export interface UpdatePositionCommandOutput extends UpdatePositionResponse, __M /** * @public - * @deprecated + * @deprecated This operation is no longer supported. * *

      Update the position information of a resource.

      * diff --git a/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts b/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts index b2be9567d7bf..c8aec35b12d9 100644 --- a/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts @@ -28,7 +28,7 @@ export interface AssociateEntityToThingCommandOutput extends AssociateEntityToTh /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      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.

      diff --git a/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts index f940741cb534..1b1c117054a9 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts @@ -28,7 +28,7 @@ export interface CreateFlowTemplateCommandOutput extends CreateFlowTemplateRespo /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      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.

      diff --git a/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts index 5f709811565f..9b6498d552aa 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts @@ -28,7 +28,7 @@ export interface DeleteFlowTemplateCommandOutput extends DeleteFlowTemplateRespo /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      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).

      diff --git a/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts index 438173528bef..d16ed6957841 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts @@ -28,7 +28,7 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _ /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      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.

      diff --git a/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts index 7ce109188f91..8cd1da91c729 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts @@ -28,7 +28,7 @@ export interface DeleteSystemInstanceCommandOutput extends DeleteSystemInstanceR /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Deletes a system instance. * Only system instances that have never been deployed, or that have been undeployed can be deleted.

      diff --git a/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts index c2e9964a20e7..d454381537e8 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts @@ -28,7 +28,7 @@ export interface DeleteSystemTemplateCommandOutput extends DeleteSystemTemplateR /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      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.

      diff --git a/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts index 71721d326636..098ac63b0a9f 100644 --- a/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts @@ -28,7 +28,7 @@ export interface DeploySystemInstanceCommandOutput extends DeploySystemInstanceR /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      * 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.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts index b456f9d3750c..c0c3f56040c8 100644 --- a/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts @@ -28,7 +28,7 @@ export interface DeprecateSystemTemplateCommandOutput extends DeprecateSystemTem /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Deprecates the specified system.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts b/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts index 1a1b57e43e59..3d83d77d2545 100644 --- a/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts @@ -28,7 +28,7 @@ export interface DescribeNamespaceCommandOutput extends DescribeNamespaceRespons /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Gets the latest version of the user's namespace and the public version that it is tracking.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts b/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts index 5b68729e5204..0dbe6ffbee4d 100644 --- a/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts @@ -28,7 +28,7 @@ export interface DissociateEntityFromThingCommandOutput extends DissociateEntity /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      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.

      diff --git a/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts b/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts index 131eda0a2218..bcc154e5fd91 100644 --- a/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts @@ -28,7 +28,7 @@ export interface GetEntitiesCommandOutput extends GetEntitiesResponse, __Metadat /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Gets definitions of the specified entities. Uses the latest version of the user's namespace by default. This API returns the * following TDM entities.

      diff --git a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts index 617760c10a8b..8cbdbbcc32db 100644 --- a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts @@ -28,7 +28,7 @@ export interface GetFlowTemplateCommandOutput extends GetFlowTemplateResponse, _ /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Gets the latest version of the DefinitionDocument and FlowTemplateSummary for the specified workflow.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts index a3922d7f1c02..d0eb5dfc917e 100644 --- a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts @@ -28,7 +28,7 @@ export interface GetFlowTemplateRevisionsCommandOutput extends GetFlowTemplateRe /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      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.

      diff --git a/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts b/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts index b03190736ccd..65fd2565571a 100644 --- a/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts @@ -28,7 +28,7 @@ export interface GetNamespaceDeletionStatusCommandOutput extends GetNamespaceDel /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Gets the status of a namespace deletion task.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts index 9cb1810e0b08..5147c69fedbb 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts @@ -28,7 +28,7 @@ export interface GetSystemInstanceCommandOutput extends GetSystemInstanceRespons /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Gets a system instance.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts index 89a61dd24481..4305ac38acba 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts @@ -28,7 +28,7 @@ export interface GetSystemTemplateCommandOutput extends GetSystemTemplateRespons /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Gets a system.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts index 9a95c5775522..34a77908d765 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts @@ -28,7 +28,7 @@ export interface GetSystemTemplateRevisionsCommandOutput extends GetSystemTempla /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      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.

      diff --git a/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts b/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts index 69a187d1c82e..c35f98cb68cf 100644 --- a/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts @@ -28,7 +28,7 @@ export interface GetUploadStatusCommandOutput extends GetUploadStatusResponse, _ /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Gets the status of the specified upload.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts b/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts index bfce38504232..760bce8919ef 100644 --- a/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts @@ -28,7 +28,7 @@ export interface ListFlowExecutionMessagesCommandOutput extends ListFlowExecutio /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Returns a list of objects that contain information about events in a flow execution.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts index 5eb0d7dd4b27..14730e534723 100644 --- a/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts @@ -28,7 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Lists all tags on an AWS IoT Things Graph resource.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts index 1f36c7bc0c8e..d77527e5a837 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts @@ -28,7 +28,7 @@ export interface SearchEntitiesCommandOutput extends SearchEntitiesResponse, __M /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Searches for entities of the specified type. You can search for entities in your namespace and the public namespace that you're tracking.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts index be931c47d28a..e23a7317fb8e 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts @@ -28,7 +28,7 @@ export interface SearchFlowExecutionsCommandOutput extends SearchFlowExecutionsR /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Searches for AWS IoT Things Graph workflow execution instances.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts index 2f395d32fcc5..041523afd02d 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts @@ -28,7 +28,7 @@ export interface SearchFlowTemplatesCommandOutput extends SearchFlowTemplatesRes /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Searches for summary information about workflows.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts index fd298e6ebf2c..17d381e1caea 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts @@ -28,7 +28,7 @@ export interface SearchSystemInstancesCommandOutput extends SearchSystemInstance /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Searches for system instances in the user's account.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts index 5993b4c27055..f65612b520b5 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts @@ -28,7 +28,7 @@ export interface SearchSystemTemplatesCommandOutput extends SearchSystemTemplate /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      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.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts index b74719469c07..68a164b00edf 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts @@ -28,7 +28,7 @@ export interface SearchThingsCommandOutput extends SearchThingsResponse, __Metad /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      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.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts index 13db78eabb7b..1daad9dab3ed 100644 --- a/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts @@ -28,7 +28,7 @@ export interface UndeploySystemInstanceCommandOutput extends UndeploySystemInsta /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Removes a system instance from its target (Cloud or Greengrass).

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts index 765272354fb9..37aecbe6032f 100644 --- a/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts @@ -28,7 +28,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Removes a tag from the specified resource.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts index 4d6e6ee5bd59..7aec380301ff 100644 --- a/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts @@ -28,7 +28,7 @@ export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateRespo /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      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.

      diff --git a/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts index 1622707772e8..eef7d76c72dc 100644 --- a/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts @@ -28,7 +28,7 @@ export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateR /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      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.

      * @example diff --git a/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts b/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts index fd05e8390887..b081cb6da410 100644 --- a/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts @@ -28,7 +28,7 @@ export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefini /** * @public - * @deprecated + * @deprecated since: 2022-08-30 * *

      Asynchronously uploads one or more entity definitions to the user's namespace. The 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. * *

      * Internal only. Publishes environment health metrics to Amazon CloudWatch.

      diff --git a/clients/client-mwaa/src/models/models_0.ts b/clients/client-mwaa/src/models/models_0.ts index a3a1bf3089e5..8d12ae0541e5 100644 --- a/clients/client-mwaa/src/models/models_0.ts +++ b/clients/client-mwaa/src/models/models_0.ts @@ -988,7 +988,7 @@ export interface ListTagsForResourceOutput { /** * @public - * @deprecated + * @deprecated This type is for internal use and not meant for public use. Data set for this type will be ignored. * *

      * 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.

      @@ -1011,7 +1011,7 @@ export interface Dimension { /** * @public - * @deprecated + * @deprecated This type is for internal use and not meant for public use. Data set for this type will be ignored. * *

      * 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.

      @@ -1087,7 +1087,7 @@ export type Unit = (typeof Unit)[keyof typeof Unit]; /** * @public - * @deprecated + * @deprecated This type is for internal use and not meant for public use. Data set for this type will be ignored. * *

      * Internal only. Collects Apache Airflow metrics. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch.

      diff --git a/clients/client-qconnect/src/commands/GetRecommendationsCommand.ts b/clients/client-qconnect/src/commands/GetRecommendationsCommand.ts index 308e2b9ba953..b24787d61ea8 100644 --- a/clients/client-qconnect/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-qconnect/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-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.

      * diff --git a/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts index dfe963c41efe..a8bbaadef303 100644 --- a/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts @@ -28,7 +28,7 @@ export interface CancelDeploymentJobCommandOutput extends CancelDeploymentJobRes /** * @public - * @deprecated + * @deprecated Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html. * *

      Cancels the specified deployment job.

      * diff --git a/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts index 043a6d4c8280..edfdf545a649 100644 --- a/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts @@ -28,7 +28,7 @@ export interface CreateDeploymentJobCommandOutput extends CreateDeploymentJobRes /** * @public - * @deprecated + * @deprecated AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html. * *

      Deploys a specific version of a robot application to robots in a fleet.

      * diff --git a/clients/client-robomaker/src/commands/CreateFleetCommand.ts b/clients/client-robomaker/src/commands/CreateFleetCommand.ts index 5d2db3c759ce..b824eb225ff9 100644 --- a/clients/client-robomaker/src/commands/CreateFleetCommand.ts +++ b/clients/client-robomaker/src/commands/CreateFleetCommand.ts @@ -28,7 +28,7 @@ export interface CreateFleetCommandOutput extends CreateFleetResponse, __Metadat /** * @public - * @deprecated + * @deprecated AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html. * *

      Creates a fleet, a logical group of robots running the same robot application.

      * diff --git a/clients/client-robomaker/src/commands/CreateRobotCommand.ts b/clients/client-robomaker/src/commands/CreateRobotCommand.ts index 805d7637a5f4..8d32f52cde4c 100644 --- a/clients/client-robomaker/src/commands/CreateRobotCommand.ts +++ b/clients/client-robomaker/src/commands/CreateRobotCommand.ts @@ -28,7 +28,7 @@ export interface CreateRobotCommandOutput extends CreateRobotResponse, __Metadat /** * @public - * @deprecated + * @deprecated AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html. * *

      Creates a robot.

      * diff --git a/clients/client-robomaker/src/commands/DeleteFleetCommand.ts b/clients/client-robomaker/src/commands/DeleteFleetCommand.ts index 7375554fa963..732e1bfbbb4a 100644 --- a/clients/client-robomaker/src/commands/DeleteFleetCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteFleetCommand.ts @@ -28,7 +28,7 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __Metadat /** * @public - * @deprecated + * @deprecated Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html. * *

      Deletes a fleet.

      * diff --git a/clients/client-robomaker/src/commands/DeleteRobotCommand.ts b/clients/client-robomaker/src/commands/DeleteRobotCommand.ts index 9d72d63144a4..82a748660ac6 100644 --- a/clients/client-robomaker/src/commands/DeleteRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteRobotCommand.ts @@ -28,7 +28,7 @@ export interface DeleteRobotCommandOutput extends DeleteRobotResponse, __Metadat /** * @public - * @deprecated + * @deprecated Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html. * *

      Deletes a robot.

      * diff --git a/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts b/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts index 887e49752f43..a183d05671df 100644 --- a/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts @@ -28,7 +28,7 @@ export interface DeregisterRobotCommandOutput extends DeregisterRobotResponse, _ /** * @public - * @deprecated + * @deprecated Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html. * *

      Deregisters a robot.

      * diff --git a/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts index 679d19de35b6..7b66a299366c 100644 --- a/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts @@ -28,7 +28,7 @@ export interface DescribeDeploymentJobCommandOutput extends DescribeDeploymentJo /** * @public - * @deprecated + * @deprecated Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html. * *

      Describes a deployment job.

      * diff --git a/clients/client-robomaker/src/commands/DescribeFleetCommand.ts b/clients/client-robomaker/src/commands/DescribeFleetCommand.ts index 0a9a0daa3b99..7d2c9e0fd11b 100644 --- a/clients/client-robomaker/src/commands/DescribeFleetCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeFleetCommand.ts @@ -28,7 +28,7 @@ export interface DescribeFleetCommandOutput extends DescribeFleetResponse, __Met /** * @public - * @deprecated + * @deprecated Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html. * *

      Describes a fleet.

      * diff --git a/clients/client-robomaker/src/commands/DescribeRobotCommand.ts b/clients/client-robomaker/src/commands/DescribeRobotCommand.ts index d7742d443e3c..b8dd90458457 100644 --- a/clients/client-robomaker/src/commands/DescribeRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeRobotCommand.ts @@ -28,7 +28,7 @@ export interface DescribeRobotCommandOutput extends DescribeRobotResponse, __Met /** * @public - * @deprecated + * @deprecated Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html. * *

      Describes a robot.

      * diff --git a/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts b/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts index 9a2d058cd077..185ec6ac75fa 100644 --- a/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts @@ -28,7 +28,7 @@ export interface ListDeploymentJobsCommandOutput extends ListDeploymentJobsRespo /** * @public - * @deprecated + * @deprecated Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html. * *

      Returns a list of deployment jobs for a fleet. You can optionally provide filters to retrieve specific deployment jobs.

      * diff --git a/clients/client-robomaker/src/commands/ListFleetsCommand.ts b/clients/client-robomaker/src/commands/ListFleetsCommand.ts index 035c1e25c536..fc2e24a8e131 100644 --- a/clients/client-robomaker/src/commands/ListFleetsCommand.ts +++ b/clients/client-robomaker/src/commands/ListFleetsCommand.ts @@ -28,7 +28,7 @@ export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataB /** * @public - * @deprecated + * @deprecated Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html. * *

      Returns a list of fleets. You can optionally provide filters to retrieve specific fleets.

      * diff --git a/clients/client-robomaker/src/commands/ListRobotsCommand.ts b/clients/client-robomaker/src/commands/ListRobotsCommand.ts index deaced3536b1..a3ab9d29da82 100644 --- a/clients/client-robomaker/src/commands/ListRobotsCommand.ts +++ b/clients/client-robomaker/src/commands/ListRobotsCommand.ts @@ -28,7 +28,7 @@ export interface ListRobotsCommandOutput extends ListRobotsResponse, __MetadataB /** * @public - * @deprecated + * @deprecated Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html. * *

      Returns a list of robots. You can optionally provide filters to retrieve specific robots.

      * diff --git a/clients/client-robomaker/src/commands/RegisterRobotCommand.ts b/clients/client-robomaker/src/commands/RegisterRobotCommand.ts index 454f38477ef7..13ff85e85f46 100644 --- a/clients/client-robomaker/src/commands/RegisterRobotCommand.ts +++ b/clients/client-robomaker/src/commands/RegisterRobotCommand.ts @@ -28,7 +28,7 @@ export interface RegisterRobotCommandOutput extends RegisterRobotResponse, __Met /** * @public - * @deprecated + * @deprecated AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html. * *

      Registers a robot with a fleet.

      * diff --git a/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts index 8b1aee6ebaf3..ffe44e155c5d 100644 --- a/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts @@ -28,7 +28,7 @@ export interface SyncDeploymentJobCommandOutput extends SyncDeploymentJobRespons /** * @public - * @deprecated + * @deprecated Support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html. * *

      Syncrhonizes robots in a fleet to the latest deployment. This is helpful if robots were added after a deployment.

      * diff --git a/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts b/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts index f0f7460e246e..0cd78ccd0fae 100644 --- a/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts @@ -28,7 +28,7 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, /** * @public - * @deprecated + * @deprecated This API has been deprecated, use AcceptAdministratorInvitation API instead. * *

      This method is deprecated. Instead, use AcceptAdministratorInvitation.

      *

      The Security Hub console continues to use 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.

      diff --git a/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts index 432c06719b45..9e7ec4de2dd2 100644 --- a/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts @@ -33,7 +33,7 @@ export interface DisassociateFromMasterAccountCommandOutput /** * @public - * @deprecated + * @deprecated This API has been deprecated, use DisassociateFromAdministratorAccount API instead. * *

      This method is deprecated. Instead, use DisassociateFromAdministratorAccount.

      *

      The Security Hub console continues to use 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.

      diff --git a/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts b/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts index ad16e3a8d2f6..9e54629ac503 100644 --- a/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts +++ b/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts @@ -28,7 +28,7 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse, /** * @public - * @deprecated + * @deprecated This API has been deprecated, use GetAdministratorAccount API instead. * *

      This method is deprecated. Instead, use GetAdministratorAccount.

      *

      The Security Hub console continues to use 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.

      diff --git a/clients/client-signer/src/models/models_0.ts b/clients/client-signer/src/models/models_0.ts index 95b7ec1a4c03..0da1c3fcb4ed 100644 --- a/clients/client-signer/src/models/models_0.ts +++ b/clients/client-signer/src/models/models_0.ts @@ -1852,7 +1852,7 @@ export interface StartSigningJobResponse { /** * @public - * @deprecated + * @deprecated Instead of this error, TooManyRequestsException should be used. * *

      The request was denied due to request throttling.

      *

      Instead of this error, TooManyRequestsException should be used.

      diff --git a/clients/client-sms/src/SMS.ts b/clients/client-sms/src/SMS.ts index 0f6d0d45b1d0..3f158c646dce 100644 --- a/clients/client-sms/src/SMS.ts +++ b/clients/client-sms/src/SMS.ts @@ -757,7 +757,7 @@ export interface SMS { /** * @public - * @deprecated + * @deprecated AWS Server Migration Service is Deprecated. * * *

      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.

      */ diff --git a/clients/client-verifiedpermissions/src/models/models_0.ts b/clients/client-verifiedpermissions/src/models/models_0.ts index c92aab36c696..b0e72f0b4d31 100644 --- a/clients/client-verifiedpermissions/src/models/models_0.ts +++ b/clients/client-verifiedpermissions/src/models/models_0.ts @@ -1377,7 +1377,7 @@ export type OpenIdIssuer = (typeof OpenIdIssuer)[keyof typeof OpenIdIssuer]; /** * @public - * @deprecated + * @deprecated This shape has been replaced by ConfigurationDetail * *

      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.

      * @example diff --git a/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts b/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts index 623225c7e9e7..3a77665a9193 100644 --- a/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts +++ b/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts @@ -37,7 +37,7 @@ export interface AssociateWebsiteAuthorizationProviderCommandOutput /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Associates a website authorization provider with a specified fleet. This is used to authorize users against associated websites in the company network.

      * @example diff --git a/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts index 041d68598118..ca45e2dc8cdd 100644 --- a/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts @@ -36,7 +36,7 @@ export interface AssociateWebsiteCertificateAuthorityCommandOutput /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Imports the root certificate of a certificate authority (CA) used to obtain TLS * certificates used by associated websites within the company network.

      diff --git a/clients/client-worklink/src/commands/CreateFleetCommand.ts b/clients/client-worklink/src/commands/CreateFleetCommand.ts index d89cd942fc03..9611d23dfc21 100644 --- a/clients/client-worklink/src/commands/CreateFleetCommand.ts +++ b/clients/client-worklink/src/commands/CreateFleetCommand.ts @@ -28,7 +28,7 @@ export interface CreateFleetCommandOutput extends CreateFleetResponse, __Metadat /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      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.

      diff --git a/clients/client-worklink/src/commands/DeleteFleetCommand.ts b/clients/client-worklink/src/commands/DeleteFleetCommand.ts index 7efae43d97f5..3b843784b715 100644 --- a/clients/client-worklink/src/commands/DeleteFleetCommand.ts +++ b/clients/client-worklink/src/commands/DeleteFleetCommand.ts @@ -28,7 +28,7 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __Metadat /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Deletes a fleet. Prevents users from accessing previously associated websites.

      * @example diff --git a/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts index 0eaee46299e0..49083b866453 100644 --- a/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts @@ -33,7 +33,7 @@ export interface DescribeAuditStreamConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Describes the configuration for delivering audit streams to the customer account.

      * @example diff --git a/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts index 8cd6ec27ba8e..503fdab72657 100644 --- a/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts @@ -36,7 +36,7 @@ export interface DescribeCompanyNetworkConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Describes the networking configuration to access the internal websites associated with * the specified fleet.

      diff --git a/clients/client-worklink/src/commands/DescribeDeviceCommand.ts b/clients/client-worklink/src/commands/DescribeDeviceCommand.ts index 3e5ffd53aa77..2ad370fdce06 100644 --- a/clients/client-worklink/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDeviceCommand.ts @@ -28,7 +28,7 @@ export interface DescribeDeviceCommandOutput extends DescribeDeviceResponse, __M /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Provides information about a user's device.

      * @example diff --git a/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts index 7260496f0d89..a4450eaf566a 100644 --- a/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts @@ -36,7 +36,7 @@ export interface DescribeDevicePolicyConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Describes the device policy configuration for the specified fleet.

      * @example diff --git a/clients/client-worklink/src/commands/DescribeDomainCommand.ts b/clients/client-worklink/src/commands/DescribeDomainCommand.ts index 04621abf72b7..cbbbc8469f27 100644 --- a/clients/client-worklink/src/commands/DescribeDomainCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDomainCommand.ts @@ -28,7 +28,7 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Provides information about the domain.

      * @example diff --git a/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts b/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts index 815ff6bde298..97609fd9c750 100644 --- a/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts +++ b/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts @@ -28,7 +28,7 @@ export interface DescribeFleetMetadataCommandOutput extends DescribeFleetMetadat /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Provides basic information for the specified fleet, excluding identity provider, * networking, and device configuration details.

      diff --git a/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts index a2fef93217d9..6485dfcb0145 100644 --- a/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts @@ -37,7 +37,7 @@ export interface DescribeIdentityProviderConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Describes the identity provider configuration of the specified fleet.

      * @example diff --git a/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts index c2a84d1bdc48..0ac08683b7c0 100644 --- a/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts @@ -36,7 +36,7 @@ export interface DescribeWebsiteCertificateAuthorityCommandOutput /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Provides information about the certificate authority.

      * @example diff --git a/clients/client-worklink/src/commands/DisassociateDomainCommand.ts b/clients/client-worklink/src/commands/DisassociateDomainCommand.ts index d5020e5adc94..2dd54c21921b 100644 --- a/clients/client-worklink/src/commands/DisassociateDomainCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateDomainCommand.ts @@ -28,7 +28,7 @@ export interface DisassociateDomainCommandOutput extends DisassociateDomainRespo /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.

      * @example diff --git a/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts b/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts index 7599f0656af0..42c1dd82e1e8 100644 --- a/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts @@ -37,7 +37,7 @@ export interface DisassociateWebsiteAuthorizationProviderCommandOutput /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      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).

      * @example diff --git a/clients/client-worklink/src/commands/ListDevicesCommand.ts b/clients/client-worklink/src/commands/ListDevicesCommand.ts index 00675a890e0c..0afdb725d974 100644 --- a/clients/client-worklink/src/commands/ListDevicesCommand.ts +++ b/clients/client-worklink/src/commands/ListDevicesCommand.ts @@ -28,7 +28,7 @@ export interface ListDevicesCommandOutput extends ListDevicesResponse, __Metadat /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Retrieves a list of devices registered with the specified fleet.

      * @example diff --git a/clients/client-worklink/src/commands/ListDomainsCommand.ts b/clients/client-worklink/src/commands/ListDomainsCommand.ts index 104fd224845f..5d4850a46384 100644 --- a/clients/client-worklink/src/commands/ListDomainsCommand.ts +++ b/clients/client-worklink/src/commands/ListDomainsCommand.ts @@ -28,7 +28,7 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Retrieves a list of domains associated to a specified fleet.

      * @example diff --git a/clients/client-worklink/src/commands/ListFleetsCommand.ts b/clients/client-worklink/src/commands/ListFleetsCommand.ts index 92e7677755cd..51e79d797bbd 100644 --- a/clients/client-worklink/src/commands/ListFleetsCommand.ts +++ b/clients/client-worklink/src/commands/ListFleetsCommand.ts @@ -28,7 +28,7 @@ export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataB /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Retrieves a list of fleets for the current account and Region.

      * @example diff --git a/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts b/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts index afc1b948754b..973495aa95a0 100644 --- a/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts @@ -28,7 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Retrieves a list of tags for the specified resource.

      * @example diff --git a/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts b/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts index 87d682d2c4d8..d78e2b677fc1 100644 --- a/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts +++ b/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts @@ -36,7 +36,7 @@ export interface ListWebsiteAuthorizationProvidersCommandOutput /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Retrieves a list of website authorization providers associated with a specified fleet.

      * @example diff --git a/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts b/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts index 969674c0b721..c45ffd1044a5 100644 --- a/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts +++ b/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts @@ -36,7 +36,7 @@ export interface ListWebsiteCertificateAuthoritiesCommandOutput /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Retrieves a list of certificate authorities added for the current account and * Region.

      diff --git a/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts b/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts index 390c50f5b14e..8d65c28f78b8 100644 --- a/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts +++ b/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts @@ -28,7 +28,7 @@ export interface RestoreDomainAccessCommandOutput extends RestoreDomainAccessRes /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Moves a domain to ACTIVE status if it was in the INACTIVE status.

      * @example diff --git a/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts b/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts index c834df5e7682..3d7a35adcaa6 100644 --- a/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts +++ b/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts @@ -28,7 +28,7 @@ export interface RevokeDomainAccessCommandOutput extends RevokeDomainAccessRespo /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Moves a domain to INACTIVE status if it was in the ACTIVE status.

      * @example diff --git a/clients/client-worklink/src/commands/SignOutUserCommand.ts b/clients/client-worklink/src/commands/SignOutUserCommand.ts index 3cb5f9d11855..0705a8459dbf 100644 --- a/clients/client-worklink/src/commands/SignOutUserCommand.ts +++ b/clients/client-worklink/src/commands/SignOutUserCommand.ts @@ -28,7 +28,7 @@ export interface SignOutUserCommandOutput extends SignOutUserResponse, __Metadat /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Signs the user out from all of their devices. The user can sign in again if they have * valid credentials.

      diff --git a/clients/client-worklink/src/commands/TagResourceCommand.ts b/clients/client-worklink/src/commands/TagResourceCommand.ts index 4ef9e7b5b0ff..31f1678f8213 100644 --- a/clients/client-worklink/src/commands/TagResourceCommand.ts +++ b/clients/client-worklink/src/commands/TagResourceCommand.ts @@ -28,7 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      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.

      * @example diff --git a/clients/client-worklink/src/commands/UntagResourceCommand.ts b/clients/client-worklink/src/commands/UntagResourceCommand.ts index 6677da07e75c..544dc3b9a6e7 100644 --- a/clients/client-worklink/src/commands/UntagResourceCommand.ts +++ b/clients/client-worklink/src/commands/UntagResourceCommand.ts @@ -28,7 +28,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Removes one or more tags from the specified resource.

      * @example diff --git a/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts index c071d958fac5..8afffd49563d 100644 --- a/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts @@ -33,7 +33,7 @@ export interface UpdateAuditStreamConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Updates the audit stream configuration for the fleet.

      * @example diff --git a/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts index ee1451f7e99f..c8abe7e0c3dc 100644 --- a/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts @@ -36,7 +36,7 @@ export interface UpdateCompanyNetworkConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Updates the company network configuration for the fleet.

      * @example diff --git a/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts index b48b4b4100b5..b3b2f4085764 100644 --- a/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts @@ -33,7 +33,7 @@ export interface UpdateDevicePolicyConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Updates the device policy configuration for the fleet.

      * @example diff --git a/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts b/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts index 56ae5fad2903..330fed032b71 100644 --- a/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts +++ b/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts @@ -28,7 +28,7 @@ export interface UpdateDomainMetadataCommandOutput extends UpdateDomainMetadataR /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Updates domain metadata, such as DisplayName.

      * @example diff --git a/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts b/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts index 60005bb1b7dd..f201d35ab5cd 100644 --- a/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts +++ b/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts @@ -28,7 +28,7 @@ export interface UpdateFleetMetadataCommandOutput extends UpdateFleetMetadataRes /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Updates fleet metadata, such as DisplayName.

      * @example diff --git a/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts index 2e65115a0be6..be5c77117ee4 100644 --- a/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts @@ -36,7 +36,7 @@ export interface UpdateIdentityProviderConfigurationCommandOutput /** * @public - * @deprecated + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * *

      Updates the identity provider configuration for the fleet.

      * @example From 109b9f67def53abc97a945acf75e092a5731cc5c Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:20:39 +0000 Subject: [PATCH 2/2] chore(codegen): update smithy commit to show deprecation message in shape docs --- scripts/generate-clients/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index 609cc503cd9c..ada9ca41db57 100644 --- a/scripts/generate-clients/config.js +++ b/scripts/generate-clients/config.js @@ -1,7 +1,7 @@ // Update this commit when taking up new changes from smithy-typescript. module.exports = { // Use full commit hash as we explicitly fetch it. - SMITHY_TS_COMMIT: "a53fe369122851e1566f28f8cf2d60a3727fbf20", + SMITHY_TS_COMMIT: "ae49717a7fd391961884bd726599b9e79aac4794", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {