diff --git a/clients/client-alexa-for-business/src/AlexaForBusiness.ts b/clients/client-alexa-for-business/src/AlexaForBusiness.ts index a923704c5848c..4c6637a85173f 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 18a2efa5de0a9..cdf5e1de26a16 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 926997cb8280c..479f9bd00fe51 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 ca7f3e0f8d7fe..1c5a632d54566 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 5015d1b8fbaaf..388878b12b38f 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 1d5f8e21ea20e..80bc9f49f22a3 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 b11e6db4494b8..0a4553424e884 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 d8553b8296fe4..9338bbaddc986 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 20e2a1f6f09ab..74123d39710cb 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 b3a778eb9dac2..c3bf344d090f3 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 2f0775d7fe520..2c808178d4d4f 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 0ca0e494f0941..49ad061221016 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 c70b5859ec8d1..42dce078dd78c 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 aa28d40a254ef..f3ede14187bca 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 6f97e3114854e..552442e53bfcf 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 a8737d2c5250d..10bf242dd68d5 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 b9828914f8a60..7c8ea41530e1a 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 ea2c49ac127d3..2d8ea007310e5 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 6199ced45452e..4d6b97a4251a6 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 937ac6d1a1f57..ca490db01eef7 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 f8d6d5046dba3..4e371f6ba0a5c 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 4ed662936c46e..4d2a904be98fa 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 859ff0c8d2227..41b578a8d5079 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 1144e4238cfa4..638e41d99fd6f 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 f2dd308c3c55a..c049a7887b60b 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 92a70f5a57bfc..5a173f90477d4 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 939d04d819d7a..288ee9123565e 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 d15e4e1a91cc1..b9455a95c30c4 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 0cf85ba1813dc..59cb4bffc1805 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 69bf617682be1..7c95d89e0100a 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 553aac0890c31..0a49ceb80372a 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 5d84085f4534c..52b5237209b59 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 a06980c18fc95..8653ac5d1c017 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 ad2f2105d63f0..75705d56b20dc 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 bfeb690bed4d5..4f36ae94a36d9 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 cc284a4c4f7ee..c0dd1f3d47043 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 e4f83f69ef5b8..e2d4a57900877 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 5cc62a632b515..ac575c77c8554 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 3fa9aa958cc6a..28ba39634ed61 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 7e7327984990c..ed76af6d80c19 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 4f6c732f41fcb..dacb51e640303 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 800c41a1978ac..d3ed505e70e6d 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 18c8430814e78..ff03361bbb179 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 900e7007e334a..521b4b4e52ba2 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 3997c44a2855c..3a503d7b112aa 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 0252e112a7820..e649d57ef603a 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 ae2b4d0e72038..70d448f264d65 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 089c37d3d341c..bcba4df80e589 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 1faf513402019..1fefbea67fc6d 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 bf852dcd76419..8e054228be054 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 e06a76eaaa1fb..f260eebb78d44 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 41da5fed8119d..c6772bce0190a 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 3ce694c7981b3..91affde4b7b67 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 43e8e1b9f15c2..c1a71a260f4ee 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 dd64cf223d43b..cae9ae23bffaf 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 b9ded14e6af13..6cfad777ef536 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 7340e5f7cedf7..2228ae90a4ac6 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 9f0c3f3d439f9..062eee5d723b2 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 37a2c1d554267..11c4f2e9c4c72 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 e548aa767b379..c9f8043f28021 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 b81025951e291..97b2bed58c6ee 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 d275da8bc3c16..1fc24297c02d0 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 260adae8405fc..f8d6567b67a63 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 5257b4516a1b4..cf3bdc597f383 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 f475389ca3c82..92b14bfdb9b14 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 4cef4261b3f4e..06ce97a402018 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 99765952b0e65..6fc626376fa9b 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 d058ca5527e51..faa81deea0309 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 f3374e8434529..2e92b1ef9e10b 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 f7742bbc1dc84..93ea823af397d 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 355f9002f829b..1249ab5270f04 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 3c8709dc969b2..4d39ca22519af 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 0db99edb70668..06029f1638752 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 f230a88361a28..b30ccd4802468 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 671bde29e18de..669fa00a2cbd1 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 f923c0e2e59b3..582fce85b50b0 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 683583c8c4241..765f37384c1a7 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 dc6a441374541..020387bb23666 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 2ee26d85dea78..57079bb48ba1e 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 7b56236cbbd1d..638a5d09c9112 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 6cdd34ac999cc..fe8a308527e45 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 75635efbb3d5c..056e5f8b2fd96 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 bf646db964192..4f7f69605f09a 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 1f30c30434b12..68c2a8f3eaf96 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 20b7621e24945..67f6690ed5fc3 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 29f5b1146068d..9483534db7d83 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 f03fac557e8f0..d257696d1e3a2 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 707ad3f4a67d9..cd82d51df0e26 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 8d0d106886036..7dec29d7c9fbc 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 c249e7973068f..5cae32d0eedf0 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 6747ccfa04381..c5487564ba255 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 c03d698d64a75..d7a1f65aae7a3 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 f6a7198ad77c0..d4eb1fd255c19 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 05eca7de4e684..328e259dc8f8b 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 8aaa06658f07e..dea3079424cf1 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 c67c5aa1bfe17..790b2b493e6ac 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 001b4db123f10..d5d7fcab7c8cb 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 3df6273592d32..1f7a4f97952db 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 9c40af6974174..cc1d11ebccde5 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 badfd57b74f84..5c9d9ead1aa9e 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 ecf96c9539061..736a0c119dad5 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 ebda1c08b58ff..57ee7aecff63e 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 6da1b0446cd7e..5bb94adc72c8f 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 ede9e05f685f4..68391694f7796 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 8675d26fec406..7b89d703a6597 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 a1780188ef3d6..014926d98f209 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 08737a8bed550..c6e64194b2e9b 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 ba08fe86cf3bf..55d23ff5e92a9 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 9b47d2ecba63c..597fef1158bfe 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 43f1f7ce89521..baacc9e81d74a 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 7ae22b51cb8c8..9a17344daff73 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 749278e79d3cb..2a47b1508aff8 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 3192c4255aae3..4fa2087988fd5 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 11377ee04c073..5d84ba0b8fb98 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 10e3b8a3fee7c..790eb6094e7da 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 9f71cfbb96e86..37ab7a1344e7f 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 1f5226493ba8c..6b64fc5cb1897 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 e16996f57dea4..e803e1ff0b1b4 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 ba6d41aeeb1c3..76864f55b43ae 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 58c548c97fe82..fad1345c907dc 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 1dfa3137ccb12..76f552c3d17e1 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 fa0aa8ce057ca..dc9442993afa9 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 e98de2e5e59d7..bd951c0523103 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 6a9f47d6b50d2..77ddf866dfd78 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 9f1785a14c227..13cfeb76fab44 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 7ead92aa77fe9..f7542b2084450 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 f60dace061e25..07623831aa032 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 999de22b60045..e4b6de845dd6f 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 af9eb0841694f..1018771729c64 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 2881034aa87a7..a31f4d7528e57 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 0dd23ce84fcd3..d04e27d58147f 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 437c8deca336c..99aaf5839ddeb 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 0a5ce8de04942..6739e006a41f8 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 0cfd8a8427e25..9a4c927cbea1d 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 c11eaa58bc0db..f57abdad248bf 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 492681765b6f8..6197cc2c11cf2 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 44e17cbfec75c..accd6b8a45b29 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 24435277afdaa..3a66114701c49 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 9bb649d142ad0..f8544910e8eeb 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 bef43b42b9d0e..5eb3d08acb5bc 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 63ea9b6377e38..0e7c9d0b43e24 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 2f17165b9b844..02bf794f761ae 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 c4080d548f475..319a5c3b3cf9e 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 b7b1178393659..c60f03ca3440e 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 4e09f54bdf2bc..b79b62dd8d16e 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 cae66506399e3..15ba56d8f3baf 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 245e3c393b88f..402881506655e 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 54637941759ff..2b5565a869cc0 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 76ca0346bfc4c..2d633dbf23a4f 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 cd4b8cc729be7..2e97cb50e7e65 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 f59247daa2d05..e1afa1220140b 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 c42b9432768f8..a1486056ef23c 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 6974943a95d31..f5f9d1d59bb00 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 04b3e9e047a8a..50c65d097ebeb 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 1731edce5ed62..db2a29d951074 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 f9027cedaae9a..ba68a818eb1f6 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 779b32833c4e4..89e9ab2020754 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 bf3bbaede821d..c986e7d964965 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 6f5e750bf0980..f616925513c57 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 29a371d5ce68c..08351a6309815 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 64a053009c810..a6c53496d24bd 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 04a8f1bb45642..d4d9d45f5e250 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 32b5846f3d118..c5ceb94cbe7a5 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 31da540b40247..9a8263ed6dba6 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 82f967a0b6918..72176c4b02d87 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 d27d6d9aecfc7..508a2c34a73d1 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 de390187414be..0cf888dc96f95 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 cd73b0e6fe62a..e34f9b48702a7 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 30a1634de2eb5..768ddcd598624 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 6d0f07cb8e2b7..099ff85ff8431 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 570a30121d602..d074c6e5dfe5d 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 d32384958b56f..c1d7684175b64 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 dea8cf86d6aa9..d77fb62a8f253 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 9bd252531dd98..4f817fc96771d 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 985198b527eef..1e27c4cdcc984 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 51833f22897d0..ad725d5fb26b8 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 9c4fc5bf26295..59c52b11e7144 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 02b83c9713ad6..bb53d728777b0 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 74b1fb4901845..40ba212114b78 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 71754afece3c3..bdddf7016d2da 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 4c8d805377e8d..e6e5ca09f95cb 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 373fb7e936125..3ff3ec30e0937 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 e9e1bc4640b44..7fffaef0e69f4 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 99017188b8958..67adc2946a5c4 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 8abb7ee3ca758..1237635621d0d 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 4fbf727a9c4a5..2f276896bf308 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 ad844785d2e2a..b0bfad1b7a275 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 9c9469dc2d6af..d6160ae5ad56d 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 50dc4f450631a..1087407331d92 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 f1fb60ca1e416..9cd03a6dd8611 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 512f24bbd54c4..931522fd115fe 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 4e678e683abd4..2e75fc481c854 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 86c97c1eb8c0a..cbdef0eaa563c 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 4ab760eb83130..1f59b9ee1e8c9 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 8355838fb8f09..3eeefbde8a7a5 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 755c9c75a1eb9..d0896c5e17702 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 fcce3fc3fbb44..1886362419856 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 327989c523650..f10a87fad2731 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 184753469459e..4fb60db4638e8 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 e6d795e7b86fb..e24e00dafbe85 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 01504507f0e22..a6cd6a7ebdd36 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 c46e6487b0ae0..759f91209f4b9 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 fced889520ce5..7746c429e83a9 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 29cf48a85d170..f3ae96cbe1172 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 095b9d06e01ec..2f7b29eb50674 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 196b5a811a1b2..806cf290e396f 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 5532760845d42..e182dfb252e69 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 fdf989dfda0c2..446703bfa2c3e 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 ef0aeb86333ba..7d1e74de62f65 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 5c9508393118b..9855d876da393 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 3277eeec7a3a5..29418413f3916 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 cac1c92b7ea00..40e947400da74 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 cff8e8e0838a6..36cce4e550abb 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 10a4ce38cc792..b7248891e0fbc 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 dbb83bc71da1a..63f2f916081c8 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 09b5d4be65bdd..e25e17e9b88c5 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 c7ecdd5346f52..62bfa2f3c30d9 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 f6f42688db4d5..f4a39496f288d 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 b67dda7c3e125..aa7260311cdbe 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 888f5b073a476..a932136cc31c6 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 a12fe53500359..7bee555f0e252 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 d5e0f67a0e143..def6f0251ad96 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 0ae663f09a5a5..3a954351093c3 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 4752e8f42469e..2238a2191823c 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 4af3983991cba..70b47775d266b 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 a0332df2f748d..21da3b20ce5bf 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 2a8a35f6bafd6..66f9bc25061a3 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 3e6d30a47ef42..34b8f90eb3a92 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 3c296f2f43536..a951d31e66110 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 abae8a2fdaa2c..5c0484d04690c 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 af1cf88204591..6961d36c00719 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 c4726cf929f8d..33a3caf9bb9d7 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 16ab1a1115f3a..16f6ffc8cb6d9 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 e453031f7e948..aad74fbd9b4d9 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 bff405eec9983..2b72fba3bfe27 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 44d382a18f010..f4dadfbcc29e2 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 235f53020ac94..ac663d2ff5566 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 7f0316c231edc..9a166aa2a63e3 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 1b33900523978..688dca7b5f53e 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 58cd503c142de..ed0c446383e73 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 a45a27ee43a5e..fdf369fce5a3f 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 92e2b46eb8bb6..2d44439d85478 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 4b82f8604a1d7..73c89b706c3f9 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 55b5cf54d8d20..0d154799e0999 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 5e693622e2b26..82da35f34d781 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 91a8fb6d69f5f..842dcc59f81b4 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 357b0f9b5c2b1..22eb4d6fa9e67 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 21fd27b4b08f6..b3e1f0d965989 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 0227d328d35be..7eaf53d2d8279 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 76fd3f4bb63ae..acebbd2dd954f 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 646cd7b4d554f..29ca6e36d1769 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 1b6f1ef324686..192eabdd5920d 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 910c20f4408cb..d2631278817e8 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 0a72800a60c84..c3261fff78810 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 baaa6f4e2fa1b..8afb5e5c8cc5a 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 619266f4dba0c..3f78dd553d7e9 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 c7562abd2fb34..57b1f2534c6d3 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 2255aba094911..dae64064008e0 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 21e994de942c4..9ea06bfb4c787 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 a0820d222f371..01bca996c0937 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 beb8362fde020..f29f23da2889f 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 a8f8006a2678f..0ce716cdee017 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 a457b00b0d4d2..aae46feb3f6a4 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 4ca3ea0646fce..7b916229defea 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 7a1536360a408..a7910873e2315 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 fab3b6450e738..0fd3b26d25d07 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 9b1b7fe31c828..fc77d65e92027 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 b99df730e7eb8..7f25e7231b571 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 20b24e8e6e6a6..375f45043be6c 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 ffd2a3d6021d7..1777f1b88ff48 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 081a072376607..db29b5e1c6997 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 771876223f264..a5bcf83d4d25f 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 3ca4ba2d6a1da..fe323a236b908 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 4096966a3630d..9ee168605d8cd 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 047f3901c2158..5eff900d3aae0 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 148a90b0f0e4c..80254a1163023 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 88e4760ff5140..67fa82b78af20 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 2762158c5f5ab..0d36fa3ae840e 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 30a8932b0a7e5..3333e7472d239 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 181eaa61a073b..220cf9cc2dc0a 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 5eaa9c501f0e1..6a641d6beff4e 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 dff749753ecf2..6f823ceab5011 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 432f764fac1e2..92b10f25629b8 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 e5a2fe8bf5f24..b6bfe5f88f07c 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 bf53e7ef35d75..34dab95b67950 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 701c5244fff56..5d4f26e703491 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 62fa5c8b52fca..7d726c6879bbb 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 e78f9184b12c1..51cd695c60d4d 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 c58fa3f1c406c..8ee1696c8bce8 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 ec92c158bd6db..a98a98705b196 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 d7a491ffdec40..a4b7b759c292b 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 32c5d4facfc0c..3e5a765c8c28b 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 5e91454a3c114..87300dd97a34b 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 50a191ac7689f..695e8c011e0eb 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 a0a2eab79d585..5279bfac2b123 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 4e2eb0324f527..13bf2c2619572 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 6c3684912b128..c9f51967d527a 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 3776976121185..0b84a25b1258c 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 01b992a10600f..5339327aff648 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 b71a2190f117f..166a9a4d98e8f 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 d0f7c847e114d..50dfb43225ab6 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 79b35ebe5ae0e..02cadb99a94bb 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 ef5484ebeffe2..13305e7ab5e0d 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 b2be9567d7bf7..c8aec35b12d95 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 f940741cb5344..1b1c117054a92 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 8422290b6a6c9..2cff5fee0bfc1 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 e5668e12eff9b..c7b8335846abf 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 5f709811565f4..9b6498d552aa6 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 438173528befb..d16ed6957841e 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 7ce109188f91c..8cd1da91c729d 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 c2e9964a20e77..d454381537e8b 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 71721d326636a..098ac63b0a9f8 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 593f61ef3e9a9..3ec0c7c64ec89 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 b456f9d3750c7..c0c3f56040c8d 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 1a1b57e43e599..3d83d77d25454 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 5b68729e5204d..0dbe6ffbee4d6 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 131eda0a2218f..bcc154e5fd915 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 617760c10a8b9..8cbdbbcc32db3 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 a3922d7f1c027..d0eb5dfc917e4 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 b03190736ccd4..65fd2565571ad 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 9cb1810e0b087..5147c69fedbb4 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 89a61dd24481f..4305ac38acba6 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 9a95c57755227..34a77908d7659 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 69a187d1c82ef..c35f98cb68cfd 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 bfce38504232d..760bce8919ef6 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 5eb0d7dd4b271..14730e534723a 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 1f36c7bc0c8ed..d77527e5a8375 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 be931c47d28ab..e23a7317fb8e4 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 2f395d32fcc58..041523afd02d3 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 fd298e6ebf2c7..17d381e1caead 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 5993b4c270556..f65612b520b5a 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 b74719469c07d..68a164b00edf2 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 4dbaf94963ac7..72c48ebf9bbc5 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 13db78eabb7b4..1daad9dab3edd 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 765272354fb9b..37aecbe6032ff 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 4d6e6ee5bd596..7aec380301ff5 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 1622707772e88..eef7d76c72dc0 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 fd05e83908875..b081cb6da4108 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 946f3492c6c32..722c1b37dcd19 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 2c84898ba995d..cb824ee16f550 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 41bff01eda0c1..8a7869c49586c 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 dd38718b07e54..325c6951df032 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 3baae70895148..0e0572bd467e0 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 35a9484d27b85..efdc78b4fbee6 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 a3a1bf3089e54..8d12ae0541e5e 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 308e2b9ba953d..b24787d61ea8b 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 72128dfb272a2..972c9a700f91e 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 918d96736c4e8..7237fe04f9fb9 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 dfe963c41efe7..a8bbaadef3036 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 043a6d4c82801..edfdf545a6491 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 5d2db3c759ce8..b824eb225ff92 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 805d7637a5f4b..8d32f52cde4ca 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 7375554fa963a..732e1bfbbb4af 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 9d72d63144a4e..82a748660ac65 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 887e49752f432..a183d05671df6 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 679d19de35b6b..7b66a299366c5 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 0a9a0daa3b990..7d2c9e0fd11ba 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 d7742d443e3ca..b8dd90458457f 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 9a2d058cd0770..185ec6ac75fa6 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 035c1e25c5360..fc2e24a8e1315 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 deaced3536b16..a3ab9d29da829 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 454f38477ef7f..13ff85e85f46e 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 8b1aee6ebaf37..ffe44e155c5d8 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 f0f7460e246e3..0cd78ccd0fae0 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 432c06719b45b..9e7ec4de2dd20 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 ad16e3a8d2f67..9e54629ac5037 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 95b7ec1a4c031..0da1c3fcb4eda 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 0f6d0d45b1d02..3f158c646dce8 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 d2196b37fd17f..8d9e0903e7069 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 de771197e971f..641c40b589e04 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 c92aab36c696c..b0e72f0b4d319 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 fb7d9375f6403..bf438f1939607 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 bf233dda958a3..8114cf456d2b0 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 c9327eab58ad0..36a15ecc588ef 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 623225c7e9e73..3a77665a91932 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 041d685981189..ca45e2dc8cddc 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 d89cd942fc03b..9611d23dfc211 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 7efae43d97f5e..3b843784b7154 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 0eaee46299e0d..49083b866453f 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 8cd6ec27ba8e0..503fdab726578 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 3e5ffd53aa777..2ad370fdce062 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 7260496f0d899..a4450eaf566ac 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 04621abf72b71..cbbbc8469f273 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 815ff6bde2988..97609fd9c750b 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 a2fef93217d96..6485dfcb01458 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 c2a84d1bdc48f..0ac08683b7c03 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 d5020e5adc945..2dd54c21921b3 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 7599f0656af06..42c1dd82e1e8b 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 7f893787908b5..9db74dadb9743 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 00675a890e0ce..0afdb725d9741 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 104fd224845f2..5d4850a463849 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 92e7677755cdb..51e79d797bbdd 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 afc1b948754be..973495aa95a05 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 87d682d2c4d8c..d78e2b677fc14 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 969674c0b721d..c45ffd1044a51 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 390c50f5b14ea..8d65c28f78b8a 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 c834df5e76827..3d7a35adcaa6d 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 3cb5f9d11855a..0705a8459dbf2 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 4ef9e7b5b0ffa..31f1678f8213e 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 6677da07e75c0..544dc3b9a6e7a 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 c071d958fac50..8afffd49563d5 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 ee1451f7e99f5..c8abe7e0c3dca 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 b48b4b4100b5a..b3b2f40857646 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 56ae5fad29038..330fed032b71a 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 60005bb1b7dd8..f201d35ab5cd6 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 2e65115a0be68..be5c77117ee42 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 diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index 609cc503cd9c2..ada9ca41db57c 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) {