Skip to content

Commit 6bb7caa

Browse files
authored
chore: move deprecation after description in comments (#5911)
1 parent 85ac6b4 commit 6bb7caa

File tree

431 files changed

+963
-530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

431 files changed

+963
-530
lines changed

clients/client-alexa-for-business/src/AlexaForBusiness.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1911,8 +1911,9 @@ export interface AlexaForBusiness {
19111911

19121912
/**
19131913
* <p>Alexa for Business has been retired and is no longer supported.</p>
1914-
* @public
1914+
*
19151915
* @deprecated Alexa For Business is no longer supported
1916+
* @public
19161917
*/
19171918
export class AlexaForBusiness extends AlexaForBusinessClient implements AlexaForBusiness {}
19181919
createAggregatedClient(commands, AlexaForBusiness);

clients/client-alexa-for-business/src/AlexaForBusinessClient.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,9 @@ export interface AlexaForBusinessClientResolvedConfig extends AlexaForBusinessCl
643643

644644
/**
645645
* <p>Alexa for Business has been retired and is no longer supported.</p>
646-
* @public
646+
*
647647
* @deprecated Alexa For Business is no longer supported
648+
* @public
648649
*/
649650
export class AlexaForBusinessClient extends __Client<
650651
__HttpHandlerOptions,

clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ export interface ApproveSkillCommandOutput extends ApproveSkillResponse, __Metad
2929
/**
3030
* <p>Associates a skill with the organization under the customer's AWS account. If a skill
3131
* is private, the user implicitly accepts access to this skill during enablement.</p>
32+
*
33+
* @deprecated Alexa For Business is no longer supported
3234
* @example
3335
* Use a bare-bones client and the command you need to make an API call.
3436
* ```javascript
@@ -63,7 +65,6 @@ export interface ApproveSkillCommandOutput extends ApproveSkillResponse, __Metad
6365
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
6466
*
6567
* @public
66-
* @deprecated Alexa For Business is no longer supported
6768
*/
6869
export class ApproveSkillCommand extends $Command
6970
.classBuilder<

clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ export interface AssociateContactWithAddressBookCommandOutput
3333

3434
/**
3535
* <p>Associates a contact with a given address book.</p>
36+
*
37+
* @deprecated Alexa For Business is no longer supported
3638
* @example
3739
* Use a bare-bones client and the command you need to make an API call.
3840
* ```javascript
@@ -62,7 +64,6 @@ export interface AssociateContactWithAddressBookCommandOutput
6264
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
6365
*
6466
* @public
65-
* @deprecated Alexa For Business is no longer supported
6667
*/
6768
export class AssociateContactWithAddressBookCommand extends $Command
6869
.classBuilder<

clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ export interface AssociateDeviceWithNetworkProfileCommandOutput
3636

3737
/**
3838
* <p>Associates a device with the specified network profile.</p>
39+
*
40+
* @deprecated Alexa For Business is no longer supported
3941
* @example
4042
* Use a bare-bones client and the command you need to make an API call.
4143
* ```javascript
@@ -71,7 +73,6 @@ export interface AssociateDeviceWithNetworkProfileCommandOutput
7173
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
7274
*
7375
* @public
74-
* @deprecated Alexa For Business is no longer supported
7576
*/
7677
export class AssociateDeviceWithNetworkProfileCommand extends $Command
7778
.classBuilder<

clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ export interface AssociateDeviceWithRoomCommandOutput extends AssociateDeviceWit
3030
* <p>Associates a device with a given room. This applies all the settings from the room
3131
* profile to the device, and all the skills in any skill groups added to that room. This
3232
* operation requires the device to be online, or else a manual sync is required. </p>
33+
*
34+
* @deprecated Alexa For Business is no longer supported
3335
* @example
3436
* Use a bare-bones client and the command you need to make an API call.
3537
* ```javascript
@@ -65,7 +67,6 @@ export interface AssociateDeviceWithRoomCommandOutput extends AssociateDeviceWit
6567
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
6668
*
6769
* @public
68-
* @deprecated Alexa For Business is no longer supported
6970
*/
7071
export class AssociateDeviceWithRoomCommand extends $Command
7172
.classBuilder<

clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export interface AssociateSkillGroupWithRoomCommandOutput
3131
/**
3232
* <p>Associates a skill group with a given room. This enables all skills in the associated
3333
* skill group on all devices in the room.</p>
34+
*
35+
* @deprecated Alexa For Business is no longer supported
3436
* @example
3537
* Use a bare-bones client and the command you need to make an API call.
3638
* ```javascript
@@ -60,7 +62,6 @@ export interface AssociateSkillGroupWithRoomCommandOutput
6062
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
6163
*
6264
* @public
63-
* @deprecated Alexa For Business is no longer supported
6465
*/
6566
export class AssociateSkillGroupWithRoomCommand extends $Command
6667
.classBuilder<

clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ export interface AssociateSkillWithSkillGroupCommandOutput
3333

3434
/**
3535
* <p>Associates a skill with a skill group.</p>
36+
*
37+
* @deprecated Alexa For Business is no longer supported
3638
* @example
3739
* Use a bare-bones client and the command you need to make an API call.
3840
* ```javascript
@@ -68,7 +70,6 @@ export interface AssociateSkillWithSkillGroupCommandOutput
6870
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
6971
*
7072
* @public
71-
* @deprecated Alexa For Business is no longer supported
7273
*/
7374
export class AssociateSkillWithSkillGroupCommand extends $Command
7475
.classBuilder<

clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export interface AssociateSkillWithUsersCommandOutput extends AssociateSkillWith
2828

2929
/**
3030
* <p>Makes a private skill available for enrolled users to enable on their devices.</p>
31+
*
32+
* @deprecated Alexa For Business is no longer supported
3133
* @example
3234
* Use a bare-bones client and the command you need to make an API call.
3335
* ```javascript
@@ -59,7 +61,6 @@ export interface AssociateSkillWithUsersCommandOutput extends AssociateSkillWith
5961
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
6062
*
6163
* @public
62-
* @deprecated Alexa For Business is no longer supported
6364
*/
6465
export class AssociateSkillWithUsersCommand extends $Command
6566
.classBuilder<

clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export interface CreateAddressBookCommandOutput extends CreateAddressBookRespons
2828

2929
/**
3030
* <p>Creates an address book with the specified details.</p>
31+
*
32+
* @deprecated Alexa For Business is no longer supported
3133
* @example
3234
* Use a bare-bones client and the command you need to make an API call.
3335
* ```javascript
@@ -69,7 +71,6 @@ export interface CreateAddressBookCommandOutput extends CreateAddressBookRespons
6971
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
7072
*
7173
* @public
72-
* @deprecated Alexa For Business is no longer supported
7374
*/
7475
export class CreateAddressBookCommand extends $Command
7576
.classBuilder<

clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ export interface CreateBusinessReportScheduleCommandOutput
3434
/**
3535
* <p>Creates a recurring schedule for usage reports to deliver to the specified S3
3636
* location with a specified daily or weekly interval.</p>
37+
*
38+
* @deprecated Alexa For Business is no longer supported
3739
* @example
3840
* Use a bare-bones client and the command you need to make an API call.
3941
* ```javascript
@@ -80,7 +82,6 @@ export interface CreateBusinessReportScheduleCommandOutput
8082
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
8183
*
8284
* @public
83-
* @deprecated Alexa For Business is no longer supported
8485
*/
8586
export class CreateBusinessReportScheduleCommand extends $Command
8687
.classBuilder<

clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export interface CreateConferenceProviderCommandOutput extends CreateConferenceP
2828

2929
/**
3030
* <p>Adds a new conference provider under the user's AWS account.</p>
31+
*
32+
* @deprecated Alexa For Business is no longer supported
3133
* @example
3234
* Use a bare-bones client and the command you need to make an API call.
3335
* ```javascript
@@ -79,7 +81,6 @@ export interface CreateConferenceProviderCommandOutput extends CreateConferenceP
7981
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
8082
*
8183
* @public
82-
* @deprecated Alexa For Business is no longer supported
8384
*/
8485
export class CreateConferenceProviderCommand extends $Command
8586
.classBuilder<

clients/client-alexa-for-business/src/commands/CreateContactCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ export interface CreateContactCommandOutput extends CreateContactResponse, __Met
3232

3333
/**
3434
* <p>Creates a contact with the specified details.</p>
35+
*
36+
* @deprecated Alexa For Business is no longer supported
3537
* @example
3638
* Use a bare-bones client and the command you need to make an API call.
3739
* ```javascript
@@ -87,7 +89,6 @@ export interface CreateContactCommandOutput extends CreateContactResponse, __Met
8789
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
8890
*
8991
* @public
90-
* @deprecated Alexa For Business is no longer supported
9192
*/
9293
export class CreateContactCommand extends $Command
9394
.classBuilder<

clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export interface CreateGatewayGroupCommandOutput extends CreateGatewayGroupRespo
2828

2929
/**
3030
* <p>Creates a gateway group with the specified details.</p>
31+
*
32+
* @deprecated Alexa For Business is no longer supported
3133
* @example
3234
* Use a bare-bones client and the command you need to make an API call.
3335
* ```javascript
@@ -69,7 +71,6 @@ export interface CreateGatewayGroupCommandOutput extends CreateGatewayGroupRespo
6971
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
7072
*
7173
* @public
72-
* @deprecated Alexa For Business is no longer supported
7374
*/
7475
export class CreateGatewayGroupCommand extends $Command
7576
.classBuilder<

clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR
3232

3333
/**
3434
* <p>Creates a network profile with the specified details.</p>
35+
*
36+
* @deprecated Alexa For Business is no longer supported
3537
* @example
3638
* Use a bare-bones client and the command you need to make an API call.
3739
* ```javascript
@@ -91,7 +93,6 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR
9193
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
9294
*
9395
* @public
94-
* @deprecated Alexa For Business is no longer supported
9596
*/
9697
export class CreateNetworkProfileCommand extends $Command
9798
.classBuilder<

clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export interface CreateProfileCommandOutput extends CreateProfileResponse, __Met
2828

2929
/**
3030
* <p>Creates a new room profile with the specified details.</p>
31+
*
32+
* @deprecated Alexa For Business is no longer supported
3133
* @example
3234
* Use a bare-bones client and the command you need to make an API call.
3335
* ```javascript
@@ -102,7 +104,6 @@ export interface CreateProfileCommandOutput extends CreateProfileResponse, __Met
102104
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
103105
*
104106
* @public
105-
* @deprecated Alexa For Business is no longer supported
106107
*/
107108
export class CreateProfileCommand extends $Command
108109
.classBuilder<

clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export interface CreateRoomCommandOutput extends CreateRoomResponse, __MetadataB
2828

2929
/**
3030
* <p>Creates a room with the specified details.</p>
31+
*
32+
* @deprecated Alexa For Business is no longer supported
3133
* @example
3234
* Use a bare-bones client and the command you need to make an API call.
3335
* ```javascript
@@ -71,7 +73,6 @@ export interface CreateRoomCommandOutput extends CreateRoomResponse, __MetadataB
7173
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
7274
*
7375
* @public
74-
* @deprecated Alexa For Business is no longer supported
7576
*/
7677
export class CreateRoomCommand extends $Command
7778
.classBuilder<

clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export interface CreateSkillGroupCommandOutput extends CreateSkillGroupResponse,
2828

2929
/**
3030
* <p>Creates a skill group with a specified name and description.</p>
31+
*
32+
* @deprecated Alexa For Business is no longer supported
3133
* @example
3234
* Use a bare-bones client and the command you need to make an API call.
3335
* ```javascript
@@ -72,7 +74,6 @@ export interface CreateSkillGroupCommandOutput extends CreateSkillGroupResponse,
7274
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
7375
*
7476
* @public
75-
* @deprecated Alexa For Business is no longer supported
7677
*/
7778
export class CreateSkillGroupCommand extends $Command
7879
.classBuilder<

clients/client-alexa-for-business/src/commands/CreateUserCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
2828

2929
/**
3030
* <p>Creates a user.</p>
31+
*
32+
* @deprecated Alexa For Business is no longer supported
3133
* @example
3234
* Use a bare-bones client and the command you need to make an API call.
3335
* ```javascript
@@ -74,7 +76,6 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
7476
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
7577
*
7678
* @public
77-
* @deprecated Alexa For Business is no longer supported
7879
*/
7980
export class CreateUserCommand extends $Command
8081
.classBuilder<

clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export interface DeleteAddressBookCommandOutput extends DeleteAddressBookRespons
2828

2929
/**
3030
* <p>Deletes an address book by the address book ARN.</p>
31+
*
32+
* @deprecated Alexa For Business is no longer supported
3133
* @example
3234
* Use a bare-bones client and the command you need to make an API call.
3335
* ```javascript
@@ -59,7 +61,6 @@ export interface DeleteAddressBookCommandOutput extends DeleteAddressBookRespons
5961
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
6062
*
6163
* @public
62-
* @deprecated Alexa For Business is no longer supported
6364
*/
6465
export class DeleteAddressBookCommand extends $Command
6566
.classBuilder<

clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ export interface DeleteBusinessReportScheduleCommandOutput
3434
/**
3535
* <p>Deletes the recurring report delivery schedule with the specified schedule
3636
* ARN.</p>
37+
*
38+
* @deprecated Alexa For Business is no longer supported
3739
* @example
3840
* Use a bare-bones client and the command you need to make an API call.
3941
* ```javascript
@@ -65,7 +67,6 @@ export interface DeleteBusinessReportScheduleCommandOutput
6567
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
6668
*
6769
* @public
68-
* @deprecated Alexa For Business is no longer supported
6970
*/
7071
export class DeleteBusinessReportScheduleCommand extends $Command
7172
.classBuilder<

clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export interface DeleteConferenceProviderCommandOutput extends DeleteConferenceP
2828

2929
/**
3030
* <p>Deletes a conference provider.</p>
31+
*
32+
* @deprecated Alexa For Business is no longer supported
3133
* @example
3234
* Use a bare-bones client and the command you need to make an API call.
3335
* ```javascript
@@ -56,7 +58,6 @@ export interface DeleteConferenceProviderCommandOutput extends DeleteConferenceP
5658
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
5759
*
5860
* @public
59-
* @deprecated Alexa For Business is no longer supported
6061
*/
6162
export class DeleteConferenceProviderCommand extends $Command
6263
.classBuilder<

clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export interface DeleteContactCommandOutput extends DeleteContactResponse, __Met
2828

2929
/**
3030
* <p>Deletes a contact by the contact ARN.</p>
31+
*
32+
* @deprecated Alexa For Business is no longer supported
3133
* @example
3234
* Use a bare-bones client and the command you need to make an API call.
3335
* ```javascript
@@ -59,7 +61,6 @@ export interface DeleteContactCommandOutput extends DeleteContactResponse, __Met
5961
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
6062
*
6163
* @public
62-
* @deprecated Alexa For Business is no longer supported
6364
*/
6465
export class DeleteContactCommand extends $Command
6566
.classBuilder<

clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad
2828

2929
/**
3030
* <p>Removes a device from Alexa For Business.</p>
31+
*
32+
* @deprecated Alexa For Business is no longer supported
3133
* @example
3234
* Use a bare-bones client and the command you need to make an API call.
3335
* ```javascript
@@ -62,7 +64,6 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad
6264
* <p>Base exception class for all service exceptions from AlexaForBusiness service.</p>
6365
*
6466
* @public
65-
* @deprecated Alexa For Business is no longer supported
6667
*/
6768
export class DeleteDeviceCommand extends $Command
6869
.classBuilder<

0 commit comments

Comments
 (0)