Skip to content

Commit

Permalink
chore(docs): add deprecation message for shapes (#5902)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Mar 15, 2024
1 parent fcf1f0c commit a967bfc
Show file tree
Hide file tree
Showing 407 changed files with 414 additions and 414 deletions.
2 changes: 1 addition & 1 deletion clients/client-alexa-for-business/src/AlexaForBusiness.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,7 @@ export interface AlexaForBusiness {

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Alexa for Business has been retired and is no longer supported.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ export interface AlexaForBusinessClientResolvedConfig extends AlexaForBusinessCl

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Alexa for Business has been retired and is no longer supported.</p>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface ApproveSkillCommandOutput extends ApproveSkillResponse, __Metad

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>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.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface AssociateContactWithAddressBookCommandOutput

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Associates a contact with a given address book.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface AssociateDeviceWithNetworkProfileCommandOutput

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Associates a device with the specified network profile.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface AssociateDeviceWithRoomCommandOutput extends AssociateDeviceWit

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface AssociateSkillGroupWithRoomCommandOutput

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Associates a skill group with a given room. This enables all skills in the associated
* skill group on all devices in the room.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface AssociateSkillWithSkillGroupCommandOutput

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Associates a skill with a skill group.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface AssociateSkillWithUsersCommandOutput extends AssociateSkillWith

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Makes a private skill available for enrolled users to enable on their devices.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface CreateAddressBookCommandOutput extends CreateAddressBookRespons

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Creates an address book with the specified details.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface CreateBusinessReportScheduleCommandOutput

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Creates a recurring schedule for usage reports to deliver to the specified S3
* location with a specified daily or weekly interval.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface CreateConferenceProviderCommandOutput extends CreateConferenceP

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Adds a new conference provider under the user's AWS account.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface CreateContactCommandOutput extends CreateContactResponse, __Met

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Creates a contact with the specified details.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface CreateGatewayGroupCommandOutput extends CreateGatewayGroupRespo

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Creates a gateway group with the specified details.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Creates a network profile with the specified details.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface CreateProfileCommandOutput extends CreateProfileResponse, __Met

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Creates a new room profile with the specified details.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface CreateRoomCommandOutput extends CreateRoomResponse, __MetadataB

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Creates a room with the specified details.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface CreateSkillGroupCommandOutput extends CreateSkillGroupResponse,

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Creates a skill group with a specified name and description.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Creates a user.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DeleteAddressBookCommandOutput extends DeleteAddressBookRespons

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Deletes an address book by the address book ARN.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface DeleteBusinessReportScheduleCommandOutput

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Deletes the recurring report delivery schedule with the specified schedule
* ARN.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DeleteConferenceProviderCommandOutput extends DeleteConferenceP

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Deletes a conference provider.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DeleteContactCommandOutput extends DeleteContactResponse, __Met

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Deletes a contact by the contact ARN.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Removes a device from Alexa For Business.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DeleteDeviceUsageDataCommandOutput extends DeleteDeviceUsageDat

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DeleteGatewayGroupCommandOutput extends DeleteGatewayGroupRespo

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Deletes a gateway group.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileR

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Deletes a network profile by the network profile ARN.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DeleteProfileCommandOutput extends DeleteProfileResponse, __Met

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Deletes a room profile by the profile ARN.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DeleteRoomCommandOutput extends DeleteRoomResponse, __MetadataB

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Deletes a room by the room ARN.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DeleteRoomSkillParameterCommandOutput extends DeleteRoomSkillPa

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Deletes room skill parameter details by room, skill, and parameter key ID.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DeleteSkillAuthorizationCommandOutput extends DeleteSkillAuthor

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Unlinks a third-party account from a skill.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DeleteSkillGroupCommandOutput extends DeleteSkillGroupResponse,

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Deletes a skill group by skill group ARN.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Deletes a specified user by user ARN and enrollment ARN.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface DisassociateContactFromAddressBookCommandOutput

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Disassociates a contact from a given address book.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DisassociateDeviceFromRoomCommandOutput extends DisassociateDev

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface DisassociateSkillFromSkillGroupCommandOutput

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Disassociates a skill from a skill group.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DisassociateSkillFromUsersCommandOutput extends DisassociateSki

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Makes a private skill unavailable for enrolled users and prevents them from enabling it
* on their devices.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface DisassociateSkillGroupFromRoomCommandOutput

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Disassociates a skill group from a specified room. This disables all skills in the
* skill group on all devices in the room.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface ForgetSmartHomeAppliancesCommandOutput extends ForgetSmartHomeA

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Forgets smart home appliances associated to a room.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface GetAddressBookCommandOutput extends GetAddressBookResponse, __M

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Gets address the book details by the address book ARN.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface GetConferencePreferenceCommandOutput extends GetConferencePrefe

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Retrieves the existing conference preferences.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface GetConferenceProviderCommandOutput extends GetConferenceProvide

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Gets details about a specific conference provider.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface GetContactCommandOutput extends GetContactResponse, __MetadataB

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Gets the contact details by the contact ARN.</p>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface GetDeviceCommandOutput extends GetDeviceResponse, __MetadataBea

/**
* @public
* @deprecated
* @deprecated Alexa For Business is no longer supported
*
* <p>Gets the details of a device by device ARN.</p>
* @example
Expand Down
Loading

0 comments on commit a967bfc

Please sign in to comment.