diff --git a/clients/client-alexa-for-business/src/AlexaForBusiness.ts b/clients/client-alexa-for-business/src/AlexaForBusiness.ts index a9bb1f482f80..b9d0a7ccace8 100644 --- a/clients/client-alexa-for-business/src/AlexaForBusiness.ts +++ b/clients/client-alexa-for-business/src/AlexaForBusiness.ts @@ -1911,8 +1911,9 @@ export interface AlexaForBusiness { /** *

Alexa for Business has been retired and is no longer supported.

- * @public + * * @deprecated Alexa For Business is no longer supported + * @public */ export class AlexaForBusiness extends AlexaForBusinessClient implements AlexaForBusiness {} createAggregatedClient(commands, AlexaForBusiness); diff --git a/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts b/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts index 324b4e246657..0871e18dd0b9 100644 --- a/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts +++ b/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts @@ -643,8 +643,9 @@ export interface AlexaForBusinessClientResolvedConfig extends AlexaForBusinessCl /** *

Alexa for Business has been retired and is no longer supported.

- * @public + * * @deprecated Alexa For Business is no longer supported + * @public */ export class AlexaForBusinessClient extends __Client< __HttpHandlerOptions, diff --git a/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts b/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts index 16dae85b6f7b..2a4e11e30c06 100644 --- a/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts @@ -29,6 +29,8 @@ export interface ApproveSkillCommandOutput extends ApproveSkillResponse, __Metad /** *

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.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -63,7 +65,6 @@ export interface ApproveSkillCommandOutput extends ApproveSkillResponse, __Metad *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class ApproveSkillCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts index b8e7fd26354b..f17c8880baad 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts @@ -33,6 +33,8 @@ export interface AssociateContactWithAddressBookCommandOutput /** *

Associates a contact with a given address book.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -62,7 +64,6 @@ export interface AssociateContactWithAddressBookCommandOutput *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class AssociateContactWithAddressBookCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts index f47e92f7c2ac..266c58d2c841 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts @@ -36,6 +36,8 @@ export interface AssociateDeviceWithNetworkProfileCommandOutput /** *

Associates a device with the specified network profile.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -71,7 +73,6 @@ export interface AssociateDeviceWithNetworkProfileCommandOutput *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class AssociateDeviceWithNetworkProfileCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts index b84fbf388e36..56158862656d 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts @@ -30,6 +30,8 @@ export interface AssociateDeviceWithRoomCommandOutput extends AssociateDeviceWit *

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 * operation requires the device to be online, or else a manual sync is required.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -65,7 +67,6 @@ export interface AssociateDeviceWithRoomCommandOutput extends AssociateDeviceWit *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class AssociateDeviceWithRoomCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts index 7f4b3f7c30f3..d2bfb82cc0d9 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts @@ -31,6 +31,8 @@ export interface AssociateSkillGroupWithRoomCommandOutput /** *

Associates a skill group with a given room. This enables all skills in the associated * skill group on all devices in the room.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -60,7 +62,6 @@ export interface AssociateSkillGroupWithRoomCommandOutput *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class AssociateSkillGroupWithRoomCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts index c79097732ef6..897605ccb3a9 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts @@ -33,6 +33,8 @@ export interface AssociateSkillWithSkillGroupCommandOutput /** *

Associates a skill with a skill group.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -68,7 +70,6 @@ export interface AssociateSkillWithSkillGroupCommandOutput *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class AssociateSkillWithSkillGroupCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts index 44fa88748ef0..8cc68167077c 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts @@ -28,6 +28,8 @@ export interface AssociateSkillWithUsersCommandOutput extends AssociateSkillWith /** *

Makes a private skill available for enrolled users to enable on their devices.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -59,7 +61,6 @@ export interface AssociateSkillWithUsersCommandOutput extends AssociateSkillWith *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class AssociateSkillWithUsersCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts index 020e054b4e79..3f4b26df6aaa 100644 --- a/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts @@ -28,6 +28,8 @@ export interface CreateAddressBookCommandOutput extends CreateAddressBookRespons /** *

Creates an address book with the specified details.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -69,7 +71,6 @@ export interface CreateAddressBookCommandOutput extends CreateAddressBookRespons *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class CreateAddressBookCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts index c85f9e20842f..e7a7baaca3ba 100644 --- a/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts @@ -34,6 +34,8 @@ export interface CreateBusinessReportScheduleCommandOutput /** *

Creates a recurring schedule for usage reports to deliver to the specified S3 * location with a specified daily or weekly interval.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +82,6 @@ export interface CreateBusinessReportScheduleCommandOutput *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class CreateBusinessReportScheduleCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts index 120bee8ddef3..aaf09fc7919a 100644 --- a/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts @@ -28,6 +28,8 @@ export interface CreateConferenceProviderCommandOutput extends CreateConferenceP /** *

Adds a new conference provider under the user's AWS account.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface CreateConferenceProviderCommandOutput extends CreateConferenceP *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class CreateConferenceProviderCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts b/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts index 808963f38a4c..738ac4781cbe 100644 --- a/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts @@ -32,6 +32,8 @@ export interface CreateContactCommandOutput extends CreateContactResponse, __Met /** *

Creates a contact with the specified details.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -87,7 +89,6 @@ export interface CreateContactCommandOutput extends CreateContactResponse, __Met *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class CreateContactCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts index 9def2cdd29cc..2545b98a55ae 100644 --- a/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts @@ -28,6 +28,8 @@ export interface CreateGatewayGroupCommandOutput extends CreateGatewayGroupRespo /** *

Creates a gateway group with the specified details.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -69,7 +71,6 @@ export interface CreateGatewayGroupCommandOutput extends CreateGatewayGroupRespo *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class CreateGatewayGroupCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts index 1b7dc8cc5b08..f0c579c750de 100644 --- a/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts @@ -32,6 +32,8 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR /** *

Creates a network profile with the specified details.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -91,7 +93,6 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class CreateNetworkProfileCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts b/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts index a01e0c087e31..0dd90e7df0e5 100644 --- a/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts @@ -28,6 +28,8 @@ export interface CreateProfileCommandOutput extends CreateProfileResponse, __Met /** *

Creates a new room profile with the specified details.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -102,7 +104,6 @@ export interface CreateProfileCommandOutput extends CreateProfileResponse, __Met *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class CreateProfileCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts b/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts index e5fa8a7bab47..9d331967e666 100644 --- a/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts @@ -28,6 +28,8 @@ export interface CreateRoomCommandOutput extends CreateRoomResponse, __MetadataB /** *

Creates a room with the specified details.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -71,7 +73,6 @@ export interface CreateRoomCommandOutput extends CreateRoomResponse, __MetadataB *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class CreateRoomCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts index 7f6c89f3555e..0c8c7f1ab890 100644 --- a/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts @@ -28,6 +28,8 @@ export interface CreateSkillGroupCommandOutput extends CreateSkillGroupResponse, /** *

Creates a skill group with a specified name and description.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -72,7 +74,6 @@ export interface CreateSkillGroupCommandOutput extends CreateSkillGroupResponse, *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class CreateSkillGroupCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts b/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts index bd1d4e80fda6..76208c6539cd 100644 --- a/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts @@ -28,6 +28,8 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB /** *

Creates a user.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -74,7 +76,6 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class CreateUserCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts index 1d3ef90131bd..6bf7fd257bb7 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts @@ -28,6 +28,8 @@ export interface DeleteAddressBookCommandOutput extends DeleteAddressBookRespons /** *

Deletes an address book by the address book ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -59,7 +61,6 @@ export interface DeleteAddressBookCommandOutput extends DeleteAddressBookRespons *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DeleteAddressBookCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts index 1cf97f4c0fa7..bd25eb21cd67 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts @@ -34,6 +34,8 @@ export interface DeleteBusinessReportScheduleCommandOutput /** *

Deletes the recurring report delivery schedule with the specified schedule * ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -65,7 +67,6 @@ export interface DeleteBusinessReportScheduleCommandOutput *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DeleteBusinessReportScheduleCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts index f21e1d208e5a..7d975daaefbc 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts @@ -28,6 +28,8 @@ export interface DeleteConferenceProviderCommandOutput extends DeleteConferenceP /** *

Deletes a conference provider.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -56,7 +58,6 @@ export interface DeleteConferenceProviderCommandOutput extends DeleteConferenceP *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DeleteConferenceProviderCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts index 3ef7cb8d58d3..4dbb75057221 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts @@ -28,6 +28,8 @@ export interface DeleteContactCommandOutput extends DeleteContactResponse, __Met /** *

Deletes a contact by the contact ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -59,7 +61,6 @@ export interface DeleteContactCommandOutput extends DeleteContactResponse, __Met *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DeleteContactCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts index 9b42a287bfec..1c3839fa3120 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts @@ -28,6 +28,8 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad /** *

Removes a device from Alexa For Business.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -62,7 +64,6 @@ export interface DeleteDeviceCommandOutput extends DeleteDeviceResponse, __Metad *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DeleteDeviceCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts index 68053f1cf731..22b16f09251d 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts @@ -30,6 +30,8 @@ export interface DeleteDeviceUsageDataCommandOutput extends DeleteDeviceUsageDat *

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 * data. This action can be called once every 24 hours for a specific shared device.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -65,7 +67,6 @@ export interface DeleteDeviceUsageDataCommandOutput extends DeleteDeviceUsageDat *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DeleteDeviceUsageDataCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts index 535b701372e0..0d5606eccf70 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts @@ -28,6 +28,8 @@ export interface DeleteGatewayGroupCommandOutput extends DeleteGatewayGroupRespo /** *

Deletes a gateway group.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -56,7 +58,6 @@ export interface DeleteGatewayGroupCommandOutput extends DeleteGatewayGroupRespo *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DeleteGatewayGroupCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts index 20fcb541cdf3..56ae3d82bf89 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts @@ -28,6 +28,8 @@ export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileR /** *

Deletes a network profile by the network profile ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -62,7 +64,6 @@ export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileR *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DeleteNetworkProfileCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts index aae9477fa510..e085b177b40c 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts @@ -28,6 +28,8 @@ export interface DeleteProfileCommandOutput extends DeleteProfileResponse, __Met /** *

Deletes a room profile by the profile ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -59,7 +61,6 @@ export interface DeleteProfileCommandOutput extends DeleteProfileResponse, __Met *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DeleteProfileCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts index 439c3cf4a6ea..545579efef32 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts @@ -28,6 +28,8 @@ export interface DeleteRoomCommandOutput extends DeleteRoomResponse, __MetadataB /** *

Deletes a room by the room ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -59,7 +61,6 @@ export interface DeleteRoomCommandOutput extends DeleteRoomResponse, __MetadataB *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DeleteRoomCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts index bb5960a72d36..6885e5937e62 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts @@ -28,6 +28,8 @@ export interface DeleteRoomSkillParameterCommandOutput extends DeleteRoomSkillPa /** *

Deletes room skill parameter details by room, skill, and parameter key ID.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -58,7 +60,6 @@ export interface DeleteRoomSkillParameterCommandOutput extends DeleteRoomSkillPa *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DeleteRoomSkillParameterCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts index 62a92a9b12e5..ba1e21bc3a91 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts @@ -28,6 +28,8 @@ export interface DeleteSkillAuthorizationCommandOutput extends DeleteSkillAuthor /** *

Unlinks a third-party account from a skill.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -60,7 +62,6 @@ export interface DeleteSkillAuthorizationCommandOutput extends DeleteSkillAuthor *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DeleteSkillAuthorizationCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts index cefd174936ac..7955156ef9d5 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts @@ -28,6 +28,8 @@ export interface DeleteSkillGroupCommandOutput extends DeleteSkillGroupResponse, /** *

Deletes a skill group by skill group ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -59,7 +61,6 @@ export interface DeleteSkillGroupCommandOutput extends DeleteSkillGroupResponse, *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DeleteSkillGroupCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts index 74f5238ea8b4..4006b1ff1ac1 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts @@ -28,6 +28,8 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB /** *

Deletes a specified user by user ARN and enrollment ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -60,7 +62,6 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DeleteUserCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts index f8b3a7740f79..55ff0bd82aff 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts @@ -36,6 +36,8 @@ export interface DisassociateContactFromAddressBookCommandOutput /** *

Disassociates a contact from a given address book.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -62,7 +64,6 @@ export interface DisassociateContactFromAddressBookCommandOutput *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DisassociateContactFromAddressBookCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts index d9a15f2adcab..3d050e5aa678 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts @@ -30,6 +30,8 @@ export interface DisassociateDeviceFromRoomCommandOutput extends DisassociateDev *

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 * are removed from the room.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -61,7 +63,6 @@ export interface DisassociateDeviceFromRoomCommandOutput extends DisassociateDev *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DisassociateDeviceFromRoomCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts index b72f7dad4fca..8cedcb118e59 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts @@ -33,6 +33,8 @@ export interface DisassociateSkillFromSkillGroupCommandOutput /** *

Disassociates a skill from a skill group.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -65,7 +67,6 @@ export interface DisassociateSkillFromSkillGroupCommandOutput *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DisassociateSkillFromSkillGroupCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts index abe92b527a9f..fead15525581 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts @@ -29,6 +29,8 @@ export interface DisassociateSkillFromUsersCommandOutput extends DisassociateSki /** *

Makes a private skill unavailable for enrolled users and prevents them from enabling it * on their devices.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -60,7 +62,6 @@ export interface DisassociateSkillFromUsersCommandOutput extends DisassociateSki *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DisassociateSkillFromUsersCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts index c74ad818d1e5..416e84447dae 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts @@ -34,6 +34,8 @@ export interface DisassociateSkillGroupFromRoomCommandOutput /** *

Disassociates a skill group from a specified room. This disables all skills in the * skill group on all devices in the room.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -63,7 +65,6 @@ export interface DisassociateSkillGroupFromRoomCommandOutput *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class DisassociateSkillGroupFromRoomCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts b/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts index 7ebb94fbf475..da159df0f1ab 100644 --- a/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts @@ -28,6 +28,8 @@ export interface ForgetSmartHomeAppliancesCommandOutput extends ForgetSmartHomeA /** *

Forgets smart home appliances associated to a room.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -56,7 +58,6 @@ export interface ForgetSmartHomeAppliancesCommandOutput extends ForgetSmartHomeA *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class ForgetSmartHomeAppliancesCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts index 17c24f4a0f71..a1965982854c 100644 --- a/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts @@ -28,6 +28,8 @@ export interface GetAddressBookCommandOutput extends GetAddressBookResponse, __M /** *

Gets address the book details by the address book ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -62,7 +64,6 @@ export interface GetAddressBookCommandOutput extends GetAddressBookResponse, __M *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class GetAddressBookCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts b/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts index f055f13134c6..f1db5c410696 100644 --- a/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts @@ -28,6 +28,8 @@ export interface GetConferencePreferenceCommandOutput extends GetConferencePrefe /** *

Retrieves the existing conference preferences.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -58,7 +60,6 @@ export interface GetConferencePreferenceCommandOutput extends GetConferencePrefe *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class GetConferencePreferenceCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts index de19e42cc44b..b2ff2087e20c 100644 --- a/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts @@ -28,6 +28,8 @@ export interface GetConferenceProviderCommandOutput extends GetConferenceProvide /** *

Gets details about a specific conference provider.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -75,7 +77,6 @@ export interface GetConferenceProviderCommandOutput extends GetConferenceProvide *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class GetConferenceProviderCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/GetContactCommand.ts b/clients/client-alexa-for-business/src/commands/GetContactCommand.ts index 13127f2e1d87..8eae4edcdab9 100644 --- a/clients/client-alexa-for-business/src/commands/GetContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetContactCommand.ts @@ -28,6 +28,8 @@ export interface GetContactCommandOutput extends GetContactResponse, __MetadataB /** *

Gets the contact details by the contact ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -76,7 +78,6 @@ export interface GetContactCommandOutput extends GetContactResponse, __MetadataB *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class GetContactCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts index f0e60f5e08b3..f18e0f697cbb 100644 --- a/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts @@ -28,6 +28,8 @@ export interface GetDeviceCommandOutput extends GetDeviceResponse, __MetadataBea /** *

Gets the details of a device by device ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -82,7 +84,6 @@ export interface GetDeviceCommandOutput extends GetDeviceResponse, __MetadataBea *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class GetDeviceCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts b/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts index 37ebe3622b5b..c4dd6278e814 100644 --- a/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts @@ -28,6 +28,8 @@ export interface GetGatewayCommandOutput extends GetGatewayResponse, __MetadataB /** *

Retrieves the details of a gateway.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -64,7 +66,6 @@ export interface GetGatewayCommandOutput extends GetGatewayResponse, __MetadataB *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class GetGatewayCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts index f450ec738ef0..67b1e53030fb 100644 --- a/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts @@ -28,6 +28,8 @@ export interface GetGatewayGroupCommandOutput extends GetGatewayGroupResponse, _ /** *

Retrieves the details of a gateway group.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -62,7 +64,6 @@ export interface GetGatewayGroupCommandOutput extends GetGatewayGroupResponse, _ *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class GetGatewayGroupCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts b/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts index 358280f1d1e6..1b4753456ed0 100644 --- a/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts @@ -29,6 +29,8 @@ export interface GetInvitationConfigurationCommandOutput extends GetInvitationCo /** *

Retrieves the configured values for the user enrollment invitation email * template.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -61,7 +63,6 @@ export interface GetInvitationConfigurationCommandOutput extends GetInvitationCo *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class GetInvitationConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts index 8419d7615810..6358c037214b 100644 --- a/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts @@ -32,6 +32,8 @@ export interface GetNetworkProfileCommandOutput extends GetNetworkProfileRespons /** *

Gets the network profile details by the network profile ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -78,7 +80,6 @@ export interface GetNetworkProfileCommandOutput extends GetNetworkProfileRespons *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class GetNetworkProfileCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts b/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts index 970edaeb8f41..8f6d2761f170 100644 --- a/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts @@ -28,6 +28,8 @@ export interface GetProfileCommandOutput extends GetProfileResponse, __MetadataB /** *

Gets the details of a room profile by profile ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -94,7 +96,6 @@ export interface GetProfileCommandOutput extends GetProfileResponse, __MetadataB *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class GetProfileCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts b/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts index ab4163b573e8..6df23a6a144f 100644 --- a/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts @@ -28,6 +28,8 @@ export interface GetRoomCommandOutput extends GetRoomResponse, __MetadataBearer /** *

Gets room details by room ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -64,7 +66,6 @@ export interface GetRoomCommandOutput extends GetRoomResponse, __MetadataBearer *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class GetRoomCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts index 7c7d0fd1ad6e..03c18dd23345 100644 --- a/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts @@ -28,6 +28,8 @@ export interface GetRoomSkillParameterCommandOutput extends GetRoomSkillParamete /** *

Gets room skill parameter details by room, skill, and parameter key ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -63,7 +65,6 @@ export interface GetRoomSkillParameterCommandOutput extends GetRoomSkillParamete *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class GetRoomSkillParameterCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts index 85fe10988f4d..2f762e1f5723 100644 --- a/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts @@ -28,6 +28,8 @@ export interface GetSkillGroupCommandOutput extends GetSkillGroupResponse, __Met /** *

Gets skill group details by skill group ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -62,7 +64,6 @@ export interface GetSkillGroupCommandOutput extends GetSkillGroupResponse, __Met *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class GetSkillGroupCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts b/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts index cb160fd09c41..57ae1ab373c2 100644 --- a/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts @@ -30,6 +30,8 @@ export interface ListBusinessReportSchedulesCommandOutput /** *

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.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -83,7 +85,6 @@ export interface ListBusinessReportSchedulesCommandOutput *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class ListBusinessReportSchedulesCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts b/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts index 555a7e374b82..dd81324febac 100644 --- a/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts @@ -28,6 +28,8 @@ export interface ListConferenceProvidersCommandOutput extends ListConferenceProv /** *

Lists conference providers under a specific AWS account.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -76,7 +78,6 @@ export interface ListConferenceProvidersCommandOutput extends ListConferenceProv *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class ListConferenceProvidersCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts b/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts index d07580d49c96..ec88e70dc9f0 100644 --- a/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts @@ -29,6 +29,8 @@ export interface ListDeviceEventsCommandOutput extends ListDeviceEventsResponse, /** *

Lists the device event history, including device connection status, for up to 30 * days.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -69,7 +71,6 @@ export interface ListDeviceEventsCommandOutput extends ListDeviceEventsResponse, *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class ListDeviceEventsCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts b/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts index db19444ca573..8c3c34b19dfe 100644 --- a/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts @@ -29,6 +29,8 @@ export interface ListGatewayGroupsCommandOutput extends ListGatewayGroupsRespons /** *

Retrieves a list of gateway group summaries. Use GetGatewayGroup to retrieve details of * a specific gateway group.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -64,7 +66,6 @@ export interface ListGatewayGroupsCommandOutput extends ListGatewayGroupsRespons *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class ListGatewayGroupsCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts b/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts index 61bf9e17bce8..f14a88d1d626 100644 --- a/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts @@ -30,6 +30,8 @@ export interface ListGatewaysCommandOutput extends ListGatewaysResponse, __Metad *

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 * of gateways that are associated with that gateway group ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -68,7 +70,6 @@ export interface ListGatewaysCommandOutput extends ListGatewaysResponse, __Metad *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class ListGatewaysCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts b/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts index a4e2bc45c482..866c6ada41a8 100644 --- a/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts @@ -28,6 +28,8 @@ export interface ListSkillsCommandOutput extends ListSkillsResponse, __MetadataB /** *

Lists all enabled skills in a specific skill group.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -68,7 +70,6 @@ export interface ListSkillsCommandOutput extends ListSkillsResponse, __MetadataB *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class ListSkillsCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts b/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts index a431c61fae96..c5e2f2f38849 100644 --- a/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts @@ -28,6 +28,8 @@ export interface ListSkillsStoreCategoriesCommandOutput extends ListSkillsStoreC /** *

Lists all categories in the Alexa skill store.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -62,7 +64,6 @@ export interface ListSkillsStoreCategoriesCommandOutput extends ListSkillsStoreC *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class ListSkillsStoreCategoriesCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts b/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts index 13b64e0fc4f2..673a40c83a91 100644 --- a/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts @@ -33,6 +33,8 @@ export interface ListSkillsStoreSkillsByCategoryCommandOutput /** *

Lists all skills in the Alexa skill store by category.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -101,7 +103,6 @@ export interface ListSkillsStoreSkillsByCategoryCommandOutput *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class ListSkillsStoreSkillsByCategoryCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts b/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts index a29cc4b68523..a334399fd312 100644 --- a/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts @@ -28,6 +28,8 @@ export interface ListSmartHomeAppliancesCommandOutput extends ListSmartHomeAppli /** *

Lists all of the smart home appliances associated with a room.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -67,7 +69,6 @@ export interface ListSmartHomeAppliancesCommandOutput extends ListSmartHomeAppli *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class ListSmartHomeAppliancesCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts b/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts index b63ca4462770..1d0851b9c822 100644 --- a/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts @@ -28,6 +28,8 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare /** *

Lists all tags for the specified resource.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -66,7 +68,6 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class ListTagsCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts b/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts index c5e389c69670..39531ce3bafb 100644 --- a/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts @@ -29,6 +29,8 @@ export interface PutConferencePreferenceCommandOutput extends PutConferencePrefe /** *

Sets the conference preferences on a specific conference provider at the account * level.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -59,7 +61,6 @@ export interface PutConferencePreferenceCommandOutput extends PutConferencePrefe *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class PutConferencePreferenceCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts b/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts index 7a99ee37200f..12ef426bee76 100644 --- a/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts @@ -29,6 +29,8 @@ export interface PutInvitationConfigurationCommandOutput extends PutInvitationCo /** *

Configures the email template for the user enrollment invitation with the specified * attributes.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -64,7 +66,6 @@ export interface PutInvitationConfigurationCommandOutput extends PutInvitationCo *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class PutInvitationConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts index 45d968d2eea4..584a007ac097 100644 --- a/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts @@ -29,6 +29,8 @@ export interface PutRoomSkillParameterCommandOutput extends PutRoomSkillParamete /** *

Updates room skill parameter details by room, skill, and parameter key ID. Not all * skills have a room skill parameter.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -62,7 +64,6 @@ export interface PutRoomSkillParameterCommandOutput extends PutRoomSkillParamete *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class PutRoomSkillParameterCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts b/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts index 065d2245353a..da92b0de5821 100644 --- a/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts @@ -34,6 +34,8 @@ export interface PutSkillAuthorizationCommandOutput extends PutSkillAuthorizatio *

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 * skill must be owned by the AWS account that assumed the IAM role.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -69,7 +71,6 @@ export interface PutSkillAuthorizationCommandOutput extends PutSkillAuthorizatio *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class PutSkillAuthorizationCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts index 59401cec4927..eb67948aa28c 100644 --- a/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts @@ -29,6 +29,8 @@ export interface RegisterAVSDeviceCommandOutput extends RegisterAVSDeviceRespons /** *

Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) * using Alexa Voice Service (AVS).

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface RegisterAVSDeviceCommandOutput extends RegisterAVSDeviceRespons *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class RegisterAVSDeviceCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts b/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts index 65a54a64173f..63475e33363f 100644 --- a/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts +++ b/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts @@ -30,6 +30,8 @@ export interface RejectSkillCommandOutput extends RejectSkillResponse, __Metadat *

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 * that is rejected can be added later by calling the ApproveSkill API.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -61,7 +63,6 @@ export interface RejectSkillCommandOutput extends RejectSkillResponse, __Metadat *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class RejectSkillCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts b/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts index cad15f495a5c..24d2b99a64cd 100644 --- a/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts @@ -34,6 +34,8 @@ export interface ResolveRoomCommandOutput extends ResolveRoomResponse, __Metadat * publish your skill as a private skill to your AWS account. Skills that are hosted using a * custom web service must be manually authorized. To get your skill authorized, contact AWS * Support with your AWS account ID that queries the ResolveRoom API and skill ID.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -72,7 +74,6 @@ export interface ResolveRoomCommandOutput extends ResolveRoomResponse, __Metadat *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class ResolveRoomCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts b/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts index dfc5b0fd15cb..600c63ce961e 100644 --- a/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts @@ -28,6 +28,8 @@ export interface RevokeInvitationCommandOutput extends RevokeInvitationResponse, /** *

Revokes an invitation and invalidates the enrollment URL.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -60,7 +62,6 @@ export interface RevokeInvitationCommandOutput extends RevokeInvitationResponse, *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class RevokeInvitationCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts b/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts index f9dc4982d80d..89a5575727cc 100644 --- a/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts @@ -29,6 +29,8 @@ export interface SearchAddressBooksCommandOutput extends SearchAddressBooksRespo /** *

Searches address books and lists the ones that meet a set of filter and sort * criteria.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface SearchAddressBooksCommandOutput extends SearchAddressBooksRespo *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class SearchAddressBooksCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts b/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts index 89cf1f40a854..0b5f0210ddb4 100644 --- a/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts @@ -33,6 +33,8 @@ export interface SearchContactsCommandOutput extends SearchContactsResponse, __M /** *

Searches contacts and lists the ones that meet a set of filter and sort * criteria.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -97,7 +99,6 @@ export interface SearchContactsCommandOutput extends SearchContactsResponse, __M *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class SearchContactsCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts b/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts index 9e8e7e66691b..26d4f0609a41 100644 --- a/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts @@ -28,6 +28,8 @@ export interface SearchDevicesCommandOutput extends SearchDevicesResponse, __Met /** *

Searches devices and lists the ones that meet a set of filter criteria.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -97,7 +99,6 @@ export interface SearchDevicesCommandOutput extends SearchDevicesResponse, __Met *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class SearchDevicesCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts b/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts index d85efb8fc117..6875748c52f3 100644 --- a/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts @@ -29,6 +29,8 @@ export interface SearchNetworkProfilesCommandOutput extends SearchNetworkProfile /** *

Searches network profiles and lists the ones that meet a set of filter and sort * criteria.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -83,7 +85,6 @@ export interface SearchNetworkProfilesCommandOutput extends SearchNetworkProfile *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class SearchNetworkProfilesCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts b/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts index 01b6400a6cb7..a5275496876a 100644 --- a/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts @@ -29,6 +29,8 @@ export interface SearchProfilesCommandOutput extends SearchProfilesResponse, __M /** *

Searches room profiles and lists the ones that meet a set of filter * criteria.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -85,7 +87,6 @@ export interface SearchProfilesCommandOutput extends SearchProfilesResponse, __M *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class SearchProfilesCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts b/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts index d3321efefbfd..944dacb15f0a 100644 --- a/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts @@ -29,6 +29,8 @@ export interface SearchRoomsCommandOutput extends SearchRoomsResponse, __Metadat /** *

Searches rooms and lists the ones that meet a set of filter and sort * criteria.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -82,7 +84,6 @@ export interface SearchRoomsCommandOutput extends SearchRoomsResponse, __Metadat *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class SearchRoomsCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts b/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts index edf8cc39e861..2a8759cee81a 100644 --- a/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts @@ -29,6 +29,8 @@ export interface SearchSkillGroupsCommandOutput extends SearchSkillGroupsRespons /** *

Searches skill groups and lists the ones that meet a set of filter and sort * criteria.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface SearchSkillGroupsCommandOutput extends SearchSkillGroupsRespons *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class SearchSkillGroupsCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts b/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts index 1c0dee60c925..7d58b0ba493c 100644 --- a/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts @@ -29,6 +29,8 @@ export interface SearchUsersCommandOutput extends SearchUsersResponse, __Metadat /** *

Searches users and lists the ones that meet a set of filter and sort * criteria.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -82,7 +84,6 @@ export interface SearchUsersCommandOutput extends SearchUsersResponse, __Metadat *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class SearchUsersCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts b/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts index 00c7ad502a5c..e2828a7ea392 100644 --- a/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts @@ -29,6 +29,8 @@ export interface SendInvitationCommandOutput extends SendInvitationResponse, __M /** *

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.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -63,7 +65,6 @@ export interface SendInvitationCommandOutput extends SendInvitationResponse, __M *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class SendInvitationCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts b/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts index 111f806b42eb..18df9918dcac 100644 --- a/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts +++ b/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts @@ -49,6 +49,8 @@ export interface StartDeviceSyncCommandOutput extends StartDeviceSyncResponse, _ * communications (if enabled on the room profile).

* * + * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -81,7 +83,6 @@ export interface StartDeviceSyncCommandOutput extends StartDeviceSyncResponse, _ *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class StartDeviceSyncCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts b/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts index e0bddbc74007..b4496ef56466 100644 --- a/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts +++ b/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts @@ -34,6 +34,8 @@ export interface StartSmartHomeApplianceDiscoveryCommandOutput /** *

Initiates the discovery of any smart home appliances associated with the * room.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -62,7 +64,6 @@ export interface StartSmartHomeApplianceDiscoveryCommandOutput *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class StartSmartHomeApplianceDiscoveryCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts b/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts index f0051cd142ff..81eedfd3849e 100644 --- a/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts @@ -28,6 +28,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Adds metadata tags to a specified resource.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -62,7 +64,6 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class TagResourceCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts b/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts index a99050fe7d4c..a8e90613274c 100644 --- a/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts @@ -28,6 +28,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes metadata tags from a specified resource.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -59,7 +61,6 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class UntagResourceCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts index b47d56ee0c47..b716de5fa26c 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts @@ -28,6 +28,8 @@ export interface UpdateAddressBookCommandOutput extends UpdateAddressBookRespons /** *

Updates address book details by the address book ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -64,7 +66,6 @@ export interface UpdateAddressBookCommandOutput extends UpdateAddressBookRespons *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class UpdateAddressBookCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts index 1d82591a8489..5a9c6ed5e4bd 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts @@ -34,6 +34,8 @@ export interface UpdateBusinessReportScheduleCommandOutput /** *

Updates the configuration of the report delivery schedule with the specified schedule * ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -72,7 +74,6 @@ export interface UpdateBusinessReportScheduleCommandOutput *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class UpdateBusinessReportScheduleCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts index 22635233e412..b97eb49a4f1f 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts @@ -28,6 +28,8 @@ export interface UpdateConferenceProviderCommandOutput extends UpdateConferenceP /** *

Updates an existing conference provider's settings.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -70,7 +72,6 @@ export interface UpdateConferenceProviderCommandOutput extends UpdateConferenceP *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class UpdateConferenceProviderCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts index 76e3b6f6484b..5230029f5faa 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts @@ -32,6 +32,8 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met /** *

Updates the contact details by the contact ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class UpdateContactCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts index 89dce66cca08..0cd1794146b7 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts @@ -28,6 +28,8 @@ export interface UpdateDeviceCommandOutput extends UpdateDeviceResponse, __Metad /** *

Updates the device name by device ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -63,7 +65,6 @@ export interface UpdateDeviceCommandOutput extends UpdateDeviceResponse, __Metad *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class UpdateDeviceCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts index 3a5eb9c5c954..68f9dde463d2 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts @@ -29,6 +29,8 @@ export interface UpdateGatewayCommandOutput extends UpdateGatewayResponse, __Met /** *

Updates the details of a gateway. If any optional field is not provided, the existing * corresponding value is left unmodified.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -63,7 +65,6 @@ export interface UpdateGatewayCommandOutput extends UpdateGatewayResponse, __Met *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class UpdateGatewayCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts index bce32fba28e2..789d2e77d7f0 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts @@ -29,6 +29,8 @@ export interface UpdateGatewayGroupCommandOutput extends UpdateGatewayGroupRespo /** *

Updates the details of a gateway group. If any optional field is not provided, the * existing corresponding value is left unmodified.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -62,7 +64,6 @@ export interface UpdateGatewayGroupCommandOutput extends UpdateGatewayGroupRespo *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class UpdateGatewayGroupCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts index fe7d224d7875..943b490130c0 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts @@ -32,6 +32,8 @@ export interface UpdateNetworkProfileCommandOutput extends UpdateNetworkProfileR /** *

Updates a network profile by the network profile ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +82,6 @@ export interface UpdateNetworkProfileCommandOutput extends UpdateNetworkProfileR *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class UpdateNetworkProfileCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts index c71aed7d9692..9289a2407039 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts @@ -28,6 +28,8 @@ export interface UpdateProfileCommandOutput extends UpdateProfileResponse, __Met /** *

Updates an existing room profile by room profile ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -95,7 +97,6 @@ export interface UpdateProfileCommandOutput extends UpdateProfileResponse, __Met *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class UpdateProfileCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts index cc163979cc49..ad4eb4e6e1d5 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts @@ -28,6 +28,8 @@ export interface UpdateRoomCommandOutput extends UpdateRoomResponse, __MetadataB /** *

Updates room details by room ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -63,7 +65,6 @@ export interface UpdateRoomCommandOutput extends UpdateRoomResponse, __MetadataB *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class UpdateRoomCommand extends $Command .classBuilder< diff --git a/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts index 40ba0d49c291..b2bb8aaeb16c 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts @@ -28,6 +28,8 @@ export interface UpdateSkillGroupCommandOutput extends UpdateSkillGroupResponse, /** *

Updates skill group details by skill group ARN.

+ * + * @deprecated Alexa For Business is no longer supported * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -64,7 +66,6 @@ export interface UpdateSkillGroupCommandOutput extends UpdateSkillGroupResponse, *

Base exception class for all service exceptions from AlexaForBusiness service.

* * @public - * @deprecated Alexa For Business is no longer supported */ export class UpdateSkillGroupCommand extends $Command .classBuilder< diff --git a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts index 13f74a843ff5..176c00ec053f 100644 --- a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts +++ b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts @@ -50,6 +50,8 @@ export interface GetConfigurationCommandOutput extends GetConfigurationCommandOu * * * + * + * @deprecated This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -92,7 +94,6 @@ export interface GetConfigurationCommandOutput extends GetConfigurationCommandOu *

Base exception class for all service exceptions from AppConfig service.

* * @public - * @deprecated This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession. * @example To retrieve configuration details * ```javascript * // The following get-configuration example returns the configuration details of the example application. On subsequent calls to get-configuration, use the client-configuration-version parameter to only update the configuration of your application if the version has changed. Only updating the configuration when the version has changed avoids excess charges incurred by calling get-configuration. diff --git a/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts index c448e3e7dca2..1d9bd3aec2fc 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts @@ -38,6 +38,8 @@ export interface DescribeExportConfigurationsCommandOutput /** *

* DescribeExportConfigurations is deprecated. Use DescribeExportTasks, instead.

+ * + * @deprecated * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -102,7 +104,6 @@ export interface DescribeExportConfigurationsCommandOutput *

Base exception class for all service exceptions from ApplicationDiscoveryService service.

* * @public - * @deprecated */ export class DescribeExportConfigurationsCommand extends $Command .classBuilder< diff --git a/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts index 9d689b385e7f..4653020a34f7 100644 --- a/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts @@ -37,6 +37,8 @@ export interface ExportConfigurationsCommandOutput extends ExportConfigurationsR * connections, servers, and system performance. This API returns an export ID that you can query * using the DescribeExportConfigurations API. The system imposes a limit of * two configuration exports in six hours.

+ * + * @deprecated * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -82,7 +84,6 @@ export interface ExportConfigurationsCommandOutput extends ExportConfigurationsR *

Base exception class for all service exceptions from ApplicationDiscoveryService service.

* * @public - * @deprecated */ export class ExportConfigurationsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/Chime.ts b/clients/client-chime/src/Chime.ts index 6fbb0cb14fbb..0260c8a5f509 100644 --- a/clients/client-chime/src/Chime.ts +++ b/clients/client-chime/src/Chime.ts @@ -4102,8 +4102,9 @@ export interface Chime { *

Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see * Identity and Access Management for Amazon Chime * in the Amazon Chime Administration Guide.

- * @public + * * @deprecated This namespace has been deprecated + * @public */ export class Chime extends ChimeClient implements Chime {} createAggregatedClient(commands, Chime); diff --git a/clients/client-chime/src/ChimeClient.ts b/clients/client-chime/src/ChimeClient.ts index 2f72b01deec5..36577d849b2e 100644 --- a/clients/client-chime/src/ChimeClient.ts +++ b/clients/client-chime/src/ChimeClient.ts @@ -1207,8 +1207,9 @@ export interface ChimeClientResolvedConfig extends ChimeClientResolvedConfigType *

Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see * Identity and Access Management for Amazon Chime * in the Amazon Chime Administration Guide.

- * @public + * * @deprecated This namespace has been deprecated + * @public */ export class ChimeClient extends __Client< __HttpHandlerOptions, diff --git a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts index 03b6ab7cbbe2..c88f33b3d2c6 100644 --- a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts @@ -45,6 +45,8 @@ export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by AssociatePhoneNumbersWithVoiceConnector in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -106,7 +108,6 @@ export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by AssociatePhoneNumbersWithVoiceConnector in the Amazon Chime SDK Voice Namespace */ export class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts index fb1571e939e0..e107593533c0 100644 --- a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts @@ -45,6 +45,8 @@ export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by AssociatePhoneNumbersWithVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -106,7 +108,6 @@ export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by AssociatePhoneNumbersWithVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace */ export class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts b/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts index 114649cd39c8..682470121e73 100644 --- a/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts @@ -45,6 +45,8 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes * in the * Amazon Chime SDK Developer Guide. *

+ * + * @deprecated Replaced by BatchCreateAttendee in the Amazon Chime SDK Meetings Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -120,7 +122,6 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by BatchCreateAttendee in the Amazon Chime SDK Meetings Namespace */ export class BatchCreateAttendeeCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts b/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts index 67b0583629fe..6ad06d32182d 100644 --- a/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts @@ -44,6 +44,8 @@ export interface BatchCreateChannelMembershipCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by BatchCreateChannelMembership in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -114,7 +116,6 @@ export interface BatchCreateChannelMembershipCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by BatchCreateChannelMembership in the Amazon Chime SDK Messaging Namespace */ export class BatchCreateChannelMembershipCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts index 23de4cbbfa7e..db4be80ca666 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts @@ -50,6 +50,8 @@ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAd * * *

Only an AppInstanceUser can be promoted to an AppInstanceAdmin role.

+ * + * @deprecated Replaced by CreateAppInstanceAdmin in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -107,7 +109,6 @@ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAd *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateAppInstanceAdmin in the Amazon Chime SDK Identity Namespace */ export class CreateAppInstanceAdminCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateAppInstanceCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceCommand.ts index c60e841bf839..96cfab169ba4 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceCommand.ts @@ -40,6 +40,8 @@ export interface CreateAppInstanceCommandOutput extends CreateAppInstanceRespons * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateAppInstance in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -100,7 +102,6 @@ export interface CreateAppInstanceCommandOutput extends CreateAppInstanceRespons *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateAppInstance in the Amazon Chime SDK Identity Namespace */ export class CreateAppInstanceCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts index 2d7faf9f3cb2..4b66208f9f49 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts @@ -40,6 +40,8 @@ export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUse * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateAppInstanceUser in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -102,7 +104,6 @@ export interface CreateAppInstanceUserCommandOutput extends CreateAppInstanceUse *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateAppInstanceUser in the Amazon Chime SDK Identity Namespace */ export class CreateAppInstanceUserCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateAttendeeCommand.ts b/clients/client-chime/src/commands/CreateAttendeeCommand.ts index b9493c8b5b69..aa508904faed 100644 --- a/clients/client-chime/src/commands/CreateAttendeeCommand.ts +++ b/clients/client-chime/src/commands/CreateAttendeeCommand.ts @@ -45,6 +45,8 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateAttendee in the Amazon Chime SDK Meetings Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -107,7 +109,6 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateAttendee in the Amazon Chime SDK Meetings Namespace */ export class CreateAttendeeCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateChannelBanCommand.ts b/clients/client-chime/src/commands/CreateChannelBanCommand.ts index 9fe3679cdd75..c3c21656a476 100644 --- a/clients/client-chime/src/commands/CreateChannelBanCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelBanCommand.ts @@ -49,6 +49,8 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse, * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateChannelBan in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -107,7 +109,6 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse, *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateChannelBan in the Amazon Chime SDK Messaging Namespace */ export class CreateChannelBanCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateChannelCommand.ts b/clients/client-chime/src/commands/CreateChannelCommand.ts index 853f1196eb40..d7aadff87fb5 100644 --- a/clients/client-chime/src/commands/CreateChannelCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelCommand.ts @@ -47,6 +47,8 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateChannel in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -111,7 +113,6 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateChannel in the Amazon Chime SDK Messaging Namespace */ export class CreateChannelCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts b/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts index 0ebd4aa7d4cb..b882915f782c 100644 --- a/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts @@ -72,6 +72,8 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateChannelMembership in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -131,7 +133,6 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateChannelMembership in the Amazon Chime SDK Messaging Namespace */ export class CreateChannelMembershipCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts b/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts index 8767f9662b07..13a9458655c9 100644 --- a/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts @@ -61,6 +61,8 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateChannelModerator in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -119,7 +121,6 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateChannelModerator in the Amazon Chime SDK Messaging Namespace */ export class CreateChannelModeratorCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts index fd9e363751d6..4925ff60fa21 100644 --- a/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts @@ -40,6 +40,8 @@ export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapt * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -151,7 +153,6 @@ export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapt *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace */ export class CreateMediaCapturePipelineCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateMeetingCommand.ts b/clients/client-chime/src/commands/CreateMeetingCommand.ts index 4214262c22f5..a518adf3f90d 100644 --- a/clients/client-chime/src/commands/CreateMeetingCommand.ts +++ b/clients/client-chime/src/commands/CreateMeetingCommand.ts @@ -45,6 +45,8 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateMeeting in the Amazon Chime SDK Meetings Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -120,7 +122,6 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateMeeting in the Amazon Chime SDK Meetings Namespace */ export class CreateMeetingCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts b/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts index a496aba23c5d..2afb65572c66 100644 --- a/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts +++ b/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts @@ -50,6 +50,8 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateMeetingWithAttendees in the Amazon Chime SDK Meetings Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -150,7 +152,6 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateMeetingWithAttendees in the Amazon Chime SDK Meetings Namespace */ export class CreateMeetingWithAttendeesCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateProxySessionCommand.ts b/clients/client-chime/src/commands/CreateProxySessionCommand.ts index dc00f11433ec..b8fbe478b373 100644 --- a/clients/client-chime/src/commands/CreateProxySessionCommand.ts +++ b/clients/client-chime/src/commands/CreateProxySessionCommand.ts @@ -40,6 +40,8 @@ export interface CreateProxySessionCommandOutput extends CreateProxySessionRespo * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateProxySession in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -126,7 +128,6 @@ export interface CreateProxySessionCommandOutput extends CreateProxySessionRespo *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateProxySession in the Amazon Chime SDK Voice Namespace */ export class CreateProxySessionCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts b/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts index d28c6e76afd2..1dd0f12eabb9 100644 --- a/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts @@ -45,6 +45,8 @@ export interface CreateSipMediaApplicationCallCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -103,7 +105,6 @@ export interface CreateSipMediaApplicationCallCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace */ export class CreateSipMediaApplicationCallCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts index 4df18e6c87ba..c31d4b713b45 100644 --- a/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts @@ -40,6 +40,8 @@ export interface CreateSipMediaApplicationCommandOutput extends CreateSipMediaAp * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateSipMediaApplication in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -112,7 +114,6 @@ export interface CreateSipMediaApplicationCommandOutput extends CreateSipMediaAp *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateSipMediaApplication in the Amazon Chime SDK Voice Namespace */ export class CreateSipMediaApplicationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateSipRuleCommand.ts b/clients/client-chime/src/commands/CreateSipRuleCommand.ts index 745f5c1f2067..af5a43d4e30b 100644 --- a/clients/client-chime/src/commands/CreateSipRuleCommand.ts +++ b/clients/client-chime/src/commands/CreateSipRuleCommand.ts @@ -35,6 +35,8 @@ export interface CreateSipRuleCommandOutput extends CreateSipRuleResponse, __Met * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateSipRule in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -115,7 +117,6 @@ export interface CreateSipRuleCommandOutput extends CreateSipRuleResponse, __Met *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateSipRule in the Amazon Chime SDK Voice Namespace */ export class CreateSipRuleCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts b/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts index 11b36f1c991d..b4dbecf0f025 100644 --- a/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts @@ -38,6 +38,8 @@ export interface CreateVoiceConnectorCommandOutput extends CreateVoiceConnectorR * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateVoiceConnector in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -100,7 +102,6 @@ export interface CreateVoiceConnectorCommandOutput extends CreateVoiceConnectorR *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateVoiceConnector in the Amazon Chime SDK Voice Namespace */ export class CreateVoiceConnectorCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts index a152395f3ce2..1074f935b194 100644 --- a/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts @@ -39,6 +39,8 @@ export interface CreateVoiceConnectorGroupCommandOutput extends CreateVoiceConne * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by CreateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -108,7 +110,6 @@ export interface CreateVoiceConnectorGroupCommandOutput extends CreateVoiceConne *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by CreateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace */ export class CreateVoiceConnectorGroupCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts index 198f1b7e389a..d294173b3f9e 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts @@ -36,6 +36,8 @@ export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteAppInstanceAdmin in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -84,7 +86,6 @@ export interface DeleteAppInstanceAdminCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteAppInstanceAdmin in the Amazon Chime SDK Identity Namespace */ export class DeleteAppInstanceAdminCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts index 52cd8e73533a..cac1dae3382f 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts @@ -36,6 +36,8 @@ export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteAppInstance in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface DeleteAppInstanceCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteAppInstance in the Amazon Chime SDK Identity Namespace */ export class DeleteAppInstanceCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts index 0ed1d203eafa..bac1e26de213 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts @@ -39,6 +39,8 @@ export interface DeleteAppInstanceStreamingConfigurationsCommandOutput extends _ * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -85,7 +87,6 @@ export interface DeleteAppInstanceStreamingConfigurationsCommandOutput extends _ *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace */ export class DeleteAppInstanceStreamingConfigurationsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts index 362cf06522f0..21427c89f585 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts @@ -35,6 +35,8 @@ export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteAppInstanceUser in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -78,7 +80,6 @@ export interface DeleteAppInstanceUserCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteAppInstanceUser in the Amazon Chime SDK Identity Namespace */ export class DeleteAppInstanceUserCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteAttendeeCommand.ts b/clients/client-chime/src/commands/DeleteAttendeeCommand.ts index 37ff64739e73..c735c7ca452b 100644 --- a/clients/client-chime/src/commands/DeleteAttendeeCommand.ts +++ b/clients/client-chime/src/commands/DeleteAttendeeCommand.ts @@ -38,6 +38,8 @@ export interface DeleteAttendeeCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteAttendee in the Amazon Chime SDK Meetings Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -85,7 +87,6 @@ export interface DeleteAttendeeCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteAttendee in the Amazon Chime SDK Meetings Namespace */ export class DeleteAttendeeCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteChannelBanCommand.ts b/clients/client-chime/src/commands/DeleteChannelBanCommand.ts index afeca38f11a2..c581a3aa41f5 100644 --- a/clients/client-chime/src/commands/DeleteChannelBanCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelBanCommand.ts @@ -40,6 +40,8 @@ export interface DeleteChannelBanCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteChannelBan in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -85,7 +87,6 @@ export interface DeleteChannelBanCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteChannelBan in the Amazon Chime SDK Messaging Namespace */ export class DeleteChannelBanCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteChannelCommand.ts b/clients/client-chime/src/commands/DeleteChannelCommand.ts index 435e6d642675..505be50b0d5f 100644 --- a/clients/client-chime/src/commands/DeleteChannelCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelCommand.ts @@ -41,6 +41,8 @@ export interface DeleteChannelCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteChannel in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -85,7 +87,6 @@ export interface DeleteChannelCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteChannel in the Amazon Chime SDK Messaging Namespace */ export class DeleteChannelCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts b/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts index ffb2d9cf9723..2271c455b807 100644 --- a/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts @@ -40,6 +40,8 @@ export interface DeleteChannelMembershipCommandOutput extends __MetadataBearer { * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteChannelMembership in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -89,7 +91,6 @@ export interface DeleteChannelMembershipCommandOutput extends __MetadataBearer { *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteChannelMembership in the Amazon Chime SDK Messaging Namespace */ export class DeleteChannelMembershipCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts b/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts index b98af1c9b37a..c569616fe174 100644 --- a/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts @@ -42,6 +42,8 @@ export interface DeleteChannelMessageCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteChannelMessage in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -87,7 +89,6 @@ export interface DeleteChannelMessageCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteChannelMessage in the Amazon Chime SDK Messaging Namespace */ export class DeleteChannelMessageCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts b/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts index 3e3716424ae0..2ea63ca25643 100644 --- a/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts @@ -40,6 +40,8 @@ export interface DeleteChannelModeratorCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteChannelModerator in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -85,7 +87,6 @@ export interface DeleteChannelModeratorCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteChannelModerator in the Amazon Chime SDK Messaging Namespace */ export class DeleteChannelModeratorCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts index d28c803689f1..d83435b49b8e 100644 --- a/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts @@ -36,6 +36,8 @@ export interface DeleteMediaCapturePipelineCommandOutput extends __MetadataBeare * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -82,7 +84,6 @@ export interface DeleteMediaCapturePipelineCommandOutput extends __MetadataBeare *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace */ export class DeleteMediaCapturePipelineCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteMeetingCommand.ts b/clients/client-chime/src/commands/DeleteMeetingCommand.ts index c9e8d283dd2d..f34b2611c5eb 100644 --- a/clients/client-chime/src/commands/DeleteMeetingCommand.ts +++ b/clients/client-chime/src/commands/DeleteMeetingCommand.ts @@ -38,6 +38,8 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteMeeting in the Amazon Chime SDK Meetings Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -84,7 +86,6 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteMeeting in the Amazon Chime SDK Meetings Namespace */ export class DeleteMeetingCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteProxySessionCommand.ts b/clients/client-chime/src/commands/DeleteProxySessionCommand.ts index 6ffe48b45fc6..30e97f056061 100644 --- a/clients/client-chime/src/commands/DeleteProxySessionCommand.ts +++ b/clients/client-chime/src/commands/DeleteProxySessionCommand.ts @@ -35,6 +35,8 @@ export interface DeleteProxySessionCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteProxySession in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -82,7 +84,6 @@ export interface DeleteProxySessionCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteProxySession in the Amazon Chime SDK Voice Namespace */ export class DeleteProxySessionCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts index 7f4c6e9cea22..94d3be8fd70b 100644 --- a/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts @@ -35,6 +35,8 @@ export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteSipMediaApplication in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -85,7 +87,6 @@ export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteSipMediaApplication in the Amazon Chime SDK Voice Namespace */ export class DeleteSipMediaApplicationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteSipRuleCommand.ts b/clients/client-chime/src/commands/DeleteSipRuleCommand.ts index 6fb16beab97c..6badc795520c 100644 --- a/clients/client-chime/src/commands/DeleteSipRuleCommand.ts +++ b/clients/client-chime/src/commands/DeleteSipRuleCommand.ts @@ -35,6 +35,8 @@ export interface DeleteSipRuleCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteSipRule in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -85,7 +87,6 @@ export interface DeleteSipRuleCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteSipRule in the Amazon Chime SDK Voice Namespace */ export class DeleteSipRuleCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts index 051e79e596fc..f93ec648f15b 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts @@ -37,6 +37,8 @@ export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteVoiceConnector in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -87,7 +89,6 @@ export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteVoiceConnector in the Amazon Chime SDK Voice Namespace */ export class DeleteVoiceConnectorCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts index 6ed5a0f34104..80d417e58da2 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -39,6 +39,8 @@ export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -85,7 +87,6 @@ export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace */ export class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts index 8ae8028fbadb..338b3afdd82d 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts @@ -37,6 +37,8 @@ export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -87,7 +89,6 @@ export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace */ export class DeleteVoiceConnectorGroupCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts index 9707873f9fed..1e510ecbf17a 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts @@ -41,6 +41,8 @@ export interface DeleteVoiceConnectorOriginationCommandOutput extends __Metadata * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -87,7 +89,6 @@ export interface DeleteVoiceConnectorOriginationCommandOutput extends __Metadata *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace */ export class DeleteVoiceConnectorOriginationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts index 29417d2047af..05cd6a49475c 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts @@ -35,6 +35,8 @@ export interface DeleteVoiceConnectorProxyCommandOutput extends __MetadataBearer * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -81,7 +83,6 @@ export interface DeleteVoiceConnectorProxyCommandOutput extends __MetadataBearer *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace */ export class DeleteVoiceConnectorProxyCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts index bf72c92a79f1..c7ea905f4bbc 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts @@ -39,6 +39,8 @@ export interface DeleteVoiceConnectorStreamingConfigurationCommandOutput extends * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -85,7 +87,6 @@ export interface DeleteVoiceConnectorStreamingConfigurationCommandOutput extends *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace */ export class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts index 1c0108863abd..5d0cf711c63e 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts @@ -41,6 +41,8 @@ export interface DeleteVoiceConnectorTerminationCommandOutput extends __Metadata * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -87,7 +89,6 @@ export interface DeleteVoiceConnectorTerminationCommandOutput extends __Metadata *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace */ export class DeleteVoiceConnectorTerminationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts index 7d9014bd5f72..02924a5b5315 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts @@ -42,6 +42,8 @@ export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput extends * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DeleteVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -91,7 +93,6 @@ export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput extends *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DeleteVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace */ export class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts index 147576a18895..63ee39f09f80 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts @@ -39,6 +39,8 @@ export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstan * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DescribeAppInstanceAdmin in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -92,7 +94,6 @@ export interface DescribeAppInstanceAdminCommandOutput extends DescribeAppInstan *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DescribeAppInstanceAdmin in the Amazon Chime SDK Identity Namespace */ export class DescribeAppInstanceAdminCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts index 0bf00abb1f18..20d4e1979709 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts @@ -39,6 +39,8 @@ export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceRes * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DescribeAppInstance in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -90,7 +92,6 @@ export interface DescribeAppInstanceCommandOutput extends DescribeAppInstanceRes *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DescribeAppInstance in the Amazon Chime SDK Identity Namespace */ export class DescribeAppInstanceCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts index 960299958c40..2b0990b7eb48 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts @@ -39,6 +39,8 @@ export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanc * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DescribeAppInstanceUser in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -90,7 +92,6 @@ export interface DescribeAppInstanceUserCommandOutput extends DescribeAppInstanc *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DescribeAppInstanceUser in the Amazon Chime SDK Identity Namespace */ export class DescribeAppInstanceUserCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DescribeChannelBanCommand.ts b/clients/client-chime/src/commands/DescribeChannelBanCommand.ts index 8d8ac6994cd2..92f784428766 100644 --- a/clients/client-chime/src/commands/DescribeChannelBanCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelBanCommand.ts @@ -44,6 +44,8 @@ export interface DescribeChannelBanCommandOutput extends DescribeChannelBanRespo * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DescribeChannelBan in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -105,7 +107,6 @@ export interface DescribeChannelBanCommandOutput extends DescribeChannelBanRespo *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DescribeChannelBan in the Amazon Chime SDK Messaging Namespace */ export class DescribeChannelBanCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DescribeChannelCommand.ts b/clients/client-chime/src/commands/DescribeChannelCommand.ts index cedfbdd28feb..e9e36bc7cb20 100644 --- a/clients/client-chime/src/commands/DescribeChannelCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelCommand.ts @@ -45,6 +45,8 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _ * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DescribeChannel in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -104,7 +106,6 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _ *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DescribeChannel in the Amazon Chime SDK Messaging Namespace */ export class DescribeChannelCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts b/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts index 18a08894cf2a..d26443a5292c 100644 --- a/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts @@ -44,6 +44,8 @@ export interface DescribeChannelMembershipCommandOutput extends DescribeChannelM * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DescribeChannelMembership in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -107,7 +109,6 @@ export interface DescribeChannelMembershipCommandOutput extends DescribeChannelM *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DescribeChannelMembership in the Amazon Chime SDK Messaging Namespace */ export class DescribeChannelMembershipCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts index 30faa95a5d1c..32d3c6f61a16 100644 --- a/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts @@ -51,6 +51,8 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DescribeChannelMembershipForAppInstanceUser in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -111,7 +113,6 @@ export interface DescribeChannelMembershipForAppInstanceUserCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DescribeChannelMembershipForAppInstanceUser in the Amazon Chime SDK Messaging Namespace */ export class DescribeChannelMembershipForAppInstanceUserCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts index 883799a9aeb3..9eb7045de2ed 100644 --- a/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts @@ -51,6 +51,8 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DescribeChannelModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -107,7 +109,6 @@ export interface DescribeChannelModeratedByAppInstanceUserCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DescribeChannelModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace */ export class DescribeChannelModeratedByAppInstanceUserCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts b/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts index 293670b86949..0a2baf0d362c 100644 --- a/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts @@ -44,6 +44,8 @@ export interface DescribeChannelModeratorCommandOutput extends DescribeChannelMo * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DescribeChannelModerator in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -105,7 +107,6 @@ export interface DescribeChannelModeratorCommandOutput extends DescribeChannelMo *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DescribeChannelModerator in the Amazon Chime SDK Messaging Namespace */ export class DescribeChannelModeratorCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts index 0b1a9a3d3ac2..0800eb5b3615 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts @@ -45,6 +45,8 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DisassociatePhoneNumbersFromVoiceConnector in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -102,7 +104,6 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DisassociatePhoneNumbersFromVoiceConnector in the Amazon Chime SDK Voice Namespace */ export class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts index 1ea642b64b4c..8da4b44c65d8 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts @@ -45,6 +45,8 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by DisassociatePhoneNumbersFromVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -102,7 +104,6 @@ export interface DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by DisassociatePhoneNumbersFromVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace */ export class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts index fd7d77d491dd..d168f789f7cc 100644 --- a/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts @@ -40,6 +40,8 @@ export interface GetAppInstanceRetentionSettingsCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -93,7 +95,6 @@ export interface GetAppInstanceRetentionSettingsCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace */ export class GetAppInstanceRetentionSettingsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts index 2def8aae3936..c75ebe0fec0f 100644 --- a/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts @@ -45,6 +45,8 @@ export interface GetAppInstanceStreamingConfigurationsCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -98,7 +100,6 @@ export interface GetAppInstanceStreamingConfigurationsCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace */ export class GetAppInstanceStreamingConfigurationsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetAttendeeCommand.ts b/clients/client-chime/src/commands/GetAttendeeCommand.ts index 2bc0f4126746..31412ae71791 100644 --- a/clients/client-chime/src/commands/GetAttendeeCommand.ts +++ b/clients/client-chime/src/commands/GetAttendeeCommand.ts @@ -39,6 +39,8 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetAttendee in the Amazon Chime SDK Meetings Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -92,7 +94,6 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetAttendee in the Amazon Chime SDK Meetings Namespace */ export class GetAttendeeCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetChannelMessageCommand.ts b/clients/client-chime/src/commands/GetChannelMessageCommand.ts index a714fb5a66b2..397e2421fb4d 100644 --- a/clients/client-chime/src/commands/GetChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/GetChannelMessageCommand.ts @@ -44,6 +44,8 @@ export interface GetChannelMessageCommandOutput extends GetChannelMessageRespons * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetChannelMessage in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -109,7 +111,6 @@ export interface GetChannelMessageCommandOutput extends GetChannelMessageRespons *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetChannelMessage in the Amazon Chime SDK Messaging Namespace */ export class GetChannelMessageCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts index 0dded02db954..e64fe7a9b331 100644 --- a/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts @@ -40,6 +40,8 @@ export interface GetMediaCapturePipelineCommandOutput extends GetMediaCapturePip * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -122,7 +124,6 @@ export interface GetMediaCapturePipelineCommandOutput extends GetMediaCapturePip *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace */ export class GetMediaCapturePipelineCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetMeetingCommand.ts b/clients/client-chime/src/commands/GetMeetingCommand.ts index 89b6b76dba93..7696093dc72d 100644 --- a/clients/client-chime/src/commands/GetMeetingCommand.ts +++ b/clients/client-chime/src/commands/GetMeetingCommand.ts @@ -41,6 +41,8 @@ export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataB * Amazon Chime SDK Developer Guide * . *

+ * + * @deprecated Replaced by GetMeeting in the Amazon Chime SDK Meetings Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -103,7 +105,6 @@ export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataB *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetMeeting in the Amazon Chime SDK Meetings Namespace */ export class GetMeetingCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts b/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts index 134dbd0f1354..d9730720127b 100644 --- a/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts +++ b/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts @@ -40,6 +40,8 @@ export interface GetMessagingSessionEndpointCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetMessagingSessionEndpoint in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -82,7 +84,6 @@ export interface GetMessagingSessionEndpointCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetMessagingSessionEndpoint in the Amazon Chime SDK Messaging Namespace */ export class GetMessagingSessionEndpointCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetProxySessionCommand.ts b/clients/client-chime/src/commands/GetProxySessionCommand.ts index e7caa0d392b6..425c0fa53aa0 100644 --- a/clients/client-chime/src/commands/GetProxySessionCommand.ts +++ b/clients/client-chime/src/commands/GetProxySessionCommand.ts @@ -39,6 +39,8 @@ export interface GetProxySessionCommandOutput extends GetProxySessionResponse, _ * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetProxySession in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -112,7 +114,6 @@ export interface GetProxySessionCommandOutput extends GetProxySessionResponse, _ *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetProxySession in the Amazon Chime SDK Voice Namespace */ export class GetProxySessionCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts index 13ab53accfc7..5014ed025bf9 100644 --- a/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts @@ -39,6 +39,8 @@ export interface GetSipMediaApplicationCommandOutput extends GetSipMediaApplicat * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetSipMediaApplication in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -98,7 +100,6 @@ export interface GetSipMediaApplicationCommandOutput extends GetSipMediaApplicat *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetSipMediaApplication in the Amazon Chime SDK Voice Namespace */ export class GetSipMediaApplicationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts index e532049d3a47..9898c84213b2 100644 --- a/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts @@ -44,6 +44,8 @@ export interface GetSipMediaApplicationLoggingConfigurationCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -94,7 +96,6 @@ export interface GetSipMediaApplicationLoggingConfigurationCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace */ export class GetSipMediaApplicationLoggingConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetSipRuleCommand.ts b/clients/client-chime/src/commands/GetSipRuleCommand.ts index a32d5c6494b9..afc0e2904a9f 100644 --- a/clients/client-chime/src/commands/GetSipRuleCommand.ts +++ b/clients/client-chime/src/commands/GetSipRuleCommand.ts @@ -35,6 +35,8 @@ export interface GetSipRuleCommandOutput extends GetSipRuleResponse, __MetadataB * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetSipRule in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -98,7 +100,6 @@ export interface GetSipRuleCommandOutput extends GetSipRuleResponse, __MetadataB *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetSipRule in the Amazon Chime SDK Voice Namespace */ export class GetSipRuleCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts index 0952f88b998d..4d1a7ed66774 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts @@ -35,6 +35,8 @@ export interface GetVoiceConnectorCommandOutput extends GetVoiceConnectorRespons * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetVoiceConnector in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -92,7 +94,6 @@ export interface GetVoiceConnectorCommandOutput extends GetVoiceConnectorRespons *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetVoiceConnector in the Amazon Chime SDK Voice Namespace */ export class GetVoiceConnectorCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts index c1b6ec144ef0..7f1827a58f68 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -45,6 +45,8 @@ export interface GetVoiceConnectorEmergencyCallingConfigurationCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -101,7 +103,6 @@ export interface GetVoiceConnectorEmergencyCallingConfigurationCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace */ export class GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts index 84b5ecf5f34b..4eb81d3ed4df 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts @@ -36,6 +36,8 @@ export interface GetVoiceConnectorGroupCommandOutput extends GetVoiceConnectorGr * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -96,7 +98,6 @@ export interface GetVoiceConnectorGroupCommandOutput extends GetVoiceConnectorGr *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace */ export class GetVoiceConnectorGroupCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts index 6e4e57bb6e1d..d20580748e91 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts @@ -45,6 +45,8 @@ export interface GetVoiceConnectorLoggingConfigurationCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -96,7 +98,6 @@ export interface GetVoiceConnectorLoggingConfigurationCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace */ export class GetVoiceConnectorLoggingConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts index e401b3074cd4..9c4e8fdc18f9 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts @@ -40,6 +40,8 @@ export interface GetVoiceConnectorOriginationCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -99,7 +101,6 @@ export interface GetVoiceConnectorOriginationCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace */ export class GetVoiceConnectorOriginationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts index 757d6b183008..0ad2ddd6b659 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts @@ -39,6 +39,8 @@ export interface GetVoiceConnectorProxyCommandOutput extends GetVoiceConnectorPr * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -94,7 +96,6 @@ export interface GetVoiceConnectorProxyCommandOutput extends GetVoiceConnectorPr *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace */ export class GetVoiceConnectorProxyCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts index b766e9bfd82c..31e92b317e50 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts @@ -46,6 +46,8 @@ export interface GetVoiceConnectorStreamingConfigurationCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -102,7 +104,6 @@ export interface GetVoiceConnectorStreamingConfigurationCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace */ export class GetVoiceConnectorStreamingConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts index 5b8f556c3f3c..52e88c7f8576 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts @@ -44,6 +44,8 @@ export interface GetVoiceConnectorTerminationCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by GetVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -102,7 +104,6 @@ export interface GetVoiceConnectorTerminationCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace */ export class GetVoiceConnectorTerminationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts index be721b68ae28..ee5d264e4e4f 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts @@ -44,6 +44,8 @@ export interface GetVoiceConnectorTerminationHealthCommandOutput * *

Retrieves information about the last time a SIP OPTIONS ping was received from * your SIP infrastructure for the specified Amazon Chime Voice Connector.

+ * + * @deprecated Replaced by GetVoiceConnectorTerminationHealth in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -95,7 +97,6 @@ export interface GetVoiceConnectorTerminationHealthCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by GetVoiceConnectorTerminationHealth in the Amazon Chime SDK Voice Namespace */ export class GetVoiceConnectorTerminationHealthCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts b/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts index 1e869b36bc87..05d9b53aeffb 100644 --- a/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts @@ -40,6 +40,8 @@ export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdmin * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListAppInstanceAdmins in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -96,7 +98,6 @@ export interface ListAppInstanceAdminsCommandOutput extends ListAppInstanceAdmin *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListAppInstanceAdmins in the Amazon Chime SDK Identity Namespace */ export class ListAppInstanceAdminsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts b/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts index be30072d87bf..fab10dc94278 100644 --- a/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts @@ -42,6 +42,8 @@ export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersR * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListAppInstanceUsers in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -97,7 +99,6 @@ export interface ListAppInstanceUsersCommandOutput extends ListAppInstanceUsersR *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListAppInstanceUsers in the Amazon Chime SDK Identity Namespace */ export class ListAppInstanceUsersCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListAppInstancesCommand.ts b/clients/client-chime/src/commands/ListAppInstancesCommand.ts index 3ae1417a05f7..423b2524265c 100644 --- a/clients/client-chime/src/commands/ListAppInstancesCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstancesCommand.ts @@ -40,6 +40,8 @@ export interface ListAppInstancesCommandOutput extends ListAppInstancesResponse, * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListAppInstances in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -93,7 +95,6 @@ export interface ListAppInstancesCommandOutput extends ListAppInstancesResponse, *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListAppInstances in the Amazon Chime SDK Identity Namespace */ export class ListAppInstancesCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts b/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts index 86508a2c07a9..9460073defa4 100644 --- a/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts +++ b/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts @@ -35,6 +35,8 @@ export interface ListAttendeeTagsCommandOutput extends ListAttendeeTagsResponse, * *

ListAttendeeTags is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.

*
+ * + * @deprecated Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -89,7 +91,6 @@ export interface ListAttendeeTagsCommandOutput extends ListAttendeeTagsResponse, *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. */ export class ListAttendeeTagsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListAttendeesCommand.ts b/clients/client-chime/src/commands/ListAttendeesCommand.ts index 632b2cd7f84d..b1cc8e17d5bf 100644 --- a/clients/client-chime/src/commands/ListAttendeesCommand.ts +++ b/clients/client-chime/src/commands/ListAttendeesCommand.ts @@ -43,6 +43,8 @@ export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __Met * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListAttendees in the Amazon Chime SDK Meetings Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -100,7 +102,6 @@ export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __Met *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListAttendees in the Amazon Chime SDK Meetings Namespace */ export class ListAttendeesCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListChannelBansCommand.ts b/clients/client-chime/src/commands/ListChannelBansCommand.ts index 11912f741ef7..9f8d15087075 100644 --- a/clients/client-chime/src/commands/ListChannelBansCommand.ts +++ b/clients/client-chime/src/commands/ListChannelBansCommand.ts @@ -45,6 +45,8 @@ export interface ListChannelBansCommandOutput extends ListChannelBansResponse, _ * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListChannelBans in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -102,7 +104,6 @@ export interface ListChannelBansCommandOutput extends ListChannelBansResponse, _ *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListChannelBans in the Amazon Chime SDK Messaging Namespace */ export class ListChannelBansCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts b/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts index 5e2c71430010..b814bff3afd2 100644 --- a/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts @@ -45,6 +45,8 @@ export interface ListChannelMembershipsCommandOutput extends ListChannelMembersh * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListChannelMemberships in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -103,7 +105,6 @@ export interface ListChannelMembershipsCommandOutput extends ListChannelMembersh *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListChannelMemberships in the Amazon Chime SDK Messaging Namespace */ export class ListChannelMembershipsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts b/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts index 99a1659b98b4..5400a075c33e 100644 --- a/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts @@ -52,6 +52,8 @@ export interface ListChannelMembershipsForAppInstanceUserCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -116,7 +118,6 @@ export interface ListChannelMembershipsForAppInstanceUserCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespace */ export class ListChannelMembershipsForAppInstanceUserCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListChannelMessagesCommand.ts b/clients/client-chime/src/commands/ListChannelMessagesCommand.ts index 8105e85895ef..f2e51008f646 100644 --- a/clients/client-chime/src/commands/ListChannelMessagesCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMessagesCommand.ts @@ -50,6 +50,8 @@ export interface ListChannelMessagesCommandOutput extends ListChannelMessagesRes * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListChannelMessages in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -118,7 +120,6 @@ export interface ListChannelMessagesCommandOutput extends ListChannelMessagesRes *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListChannelMessages in the Amazon Chime SDK Messaging Namespace */ export class ListChannelMessagesCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts b/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts index e970ede70e40..2f10029106fe 100644 --- a/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts @@ -45,6 +45,8 @@ export interface ListChannelModeratorsCommandOutput extends ListChannelModerator * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListChannelModerators in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -102,7 +104,6 @@ export interface ListChannelModeratorsCommandOutput extends ListChannelModerator *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListChannelModerators in the Amazon Chime SDK Messaging Namespace */ export class ListChannelModeratorsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListChannelsCommand.ts b/clients/client-chime/src/commands/ListChannelsCommand.ts index f479b9ee9f2c..9fd09d20ede1 100644 --- a/clients/client-chime/src/commands/ListChannelsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelsCommand.ts @@ -59,6 +59,8 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListChannels in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -118,7 +120,6 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListChannels in the Amazon Chime SDK Messaging Namespace */ export class ListChannelsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts b/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts index fc5386d1fdd4..b9d2df4fd1a1 100644 --- a/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts @@ -51,6 +51,8 @@ export interface ListChannelsModeratedByAppInstanceUserCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListChannelsModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -111,7 +113,6 @@ export interface ListChannelsModeratedByAppInstanceUserCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListChannelsModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace */ export class ListChannelsModeratedByAppInstanceUserCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts b/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts index 5f17983d0fc1..60deabcef03a 100644 --- a/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts +++ b/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts @@ -39,6 +39,8 @@ export interface ListMediaCapturePipelinesCommandOutput extends ListMediaCapture * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListMediaCapturePipelines in the Amazon Chime SDK Media Pipelines Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -122,7 +124,6 @@ export interface ListMediaCapturePipelinesCommandOutput extends ListMediaCapture *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListMediaCapturePipelines in the Amazon Chime SDK Media Pipelines Namespace */ export class ListMediaCapturePipelinesCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListMeetingTagsCommand.ts b/clients/client-chime/src/commands/ListMeetingTagsCommand.ts index b57725d5f1c6..ccfcac00ded7 100644 --- a/clients/client-chime/src/commands/ListMeetingTagsCommand.ts +++ b/clients/client-chime/src/commands/ListMeetingTagsCommand.ts @@ -39,6 +39,8 @@ export interface ListMeetingTagsCommandOutput extends ListMeetingTagsResponse, _ * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Use ListTagsForResource in the Amazon Chime SDK Meetings Namespace. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -92,7 +94,6 @@ export interface ListMeetingTagsCommandOutput extends ListMeetingTagsResponse, _ *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Use ListTagsForResource in the Amazon Chime SDK Meetings Namespace. */ export class ListMeetingTagsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListMeetingsCommand.ts b/clients/client-chime/src/commands/ListMeetingsCommand.ts index 91e488edfeb6..808e6ec032a2 100644 --- a/clients/client-chime/src/commands/ListMeetingsCommand.ts +++ b/clients/client-chime/src/commands/ListMeetingsCommand.ts @@ -34,6 +34,8 @@ export interface ListMeetingsCommandOutput extends ListMeetingsResponse, __Metad *

For more information about the Amazon Chime SDK, see * Using the Amazon Chime SDK * in the Amazon Chime SDK Developer Guide.

+ * + * @deprecated ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -97,7 +99,6 @@ export interface ListMeetingsCommandOutput extends ListMeetingsResponse, __Metad *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. */ export class ListMeetingsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListProxySessionsCommand.ts b/clients/client-chime/src/commands/ListProxySessionsCommand.ts index 60a038d7dfa9..4b51b22aed5d 100644 --- a/clients/client-chime/src/commands/ListProxySessionsCommand.ts +++ b/clients/client-chime/src/commands/ListProxySessionsCommand.ts @@ -39,6 +39,8 @@ export interface ListProxySessionsCommandOutput extends ListProxySessionsRespons * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -117,7 +119,6 @@ export interface ListProxySessionsCommandOutput extends ListProxySessionsRespons *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespace */ export class ListProxySessionsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts b/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts index 21769b204195..da25b9681863 100644 --- a/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts +++ b/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts @@ -39,6 +39,8 @@ export interface ListSipMediaApplicationsCommandOutput extends ListSipMediaAppli * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListSipMediaApplications in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -99,7 +101,6 @@ export interface ListSipMediaApplicationsCommandOutput extends ListSipMediaAppli *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListSipMediaApplications in the Amazon Chime SDK Voice Namespace */ export class ListSipMediaApplicationsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListSipRulesCommand.ts b/clients/client-chime/src/commands/ListSipRulesCommand.ts index fbb7bae78c68..ebff0f3ea72e 100644 --- a/clients/client-chime/src/commands/ListSipRulesCommand.ts +++ b/clients/client-chime/src/commands/ListSipRulesCommand.ts @@ -35,6 +35,8 @@ export interface ListSipRulesCommandOutput extends ListSipRulesResponse, __Metad * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListSipRules in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -100,7 +102,6 @@ export interface ListSipRulesCommandOutput extends ListSipRulesResponse, __Metad *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListSipRules in the Amazon Chime SDK Voice Namespace */ export class ListSipRulesCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime/src/commands/ListTagsForResourceCommand.ts index 08389eb4f70e..850cffbfdf1e 100644 --- a/clients/client-chime/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime/src/commands/ListTagsForResourceCommand.ts @@ -48,6 +48,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @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 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -98,7 +100,6 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Base exception class for all service exceptions from Chime service.

* * @public - * @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 */ export class ListTagsForResourceCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts index b16b7daed8ac..a482919e00ec 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts @@ -35,6 +35,8 @@ export interface ListVoiceConnectorGroupsCommandOutput extends ListVoiceConnecto * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListVoiceConnectorGroups in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -96,7 +98,6 @@ export interface ListVoiceConnectorGroupsCommandOutput extends ListVoiceConnecto *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListVoiceConnectorGroups in the Amazon Chime SDK Voice Namespace */ export class ListVoiceConnectorGroupsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts index 88fcfa19bcf5..0ff40aad4011 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts @@ -45,6 +45,8 @@ export interface ListVoiceConnectorTerminationCredentialsCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -95,7 +97,6 @@ export interface ListVoiceConnectorTerminationCredentialsCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace */ export class ListVoiceConnectorTerminationCredentialsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts index 9f9bd81097f7..b6ee023997d8 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts @@ -35,6 +35,8 @@ export interface ListVoiceConnectorsCommandOutput extends ListVoiceConnectorsRes * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ListVoiceConnectors in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -93,7 +95,6 @@ export interface ListVoiceConnectorsCommandOutput extends ListVoiceConnectorsRes *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ListVoiceConnectors in the Amazon Chime SDK Voice Namespace */ export class ListVoiceConnectorsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts index f06ef9fe377e..de40d191b57b 100644 --- a/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts @@ -40,6 +40,8 @@ export interface PutAppInstanceRetentionSettingsCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by PutAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -102,7 +104,6 @@ export interface PutAppInstanceRetentionSettingsCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by PutAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace */ export class PutAppInstanceRetentionSettingsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts index ed71e892a809..722e78a7af41 100644 --- a/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts @@ -46,6 +46,8 @@ export interface PutAppInstanceStreamingConfigurationsCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by PutAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -105,7 +107,6 @@ export interface PutAppInstanceStreamingConfigurationsCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by PutAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace */ export class PutAppInstanceStreamingConfigurationsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts index 1051107dbfc4..a0157cc0ac03 100644 --- a/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts @@ -44,6 +44,8 @@ export interface PutSipMediaApplicationLoggingConfigurationCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by PutSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -97,7 +99,6 @@ export interface PutSipMediaApplicationLoggingConfigurationCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by PutSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace */ export class PutSipMediaApplicationLoggingConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts index 2f21929744fd..86add659606f 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -47,6 +47,8 @@ export interface PutVoiceConnectorEmergencyCallingConfigurationCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by PutVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -112,7 +114,6 @@ export interface PutVoiceConnectorEmergencyCallingConfigurationCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by PutVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace */ export class PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts index f1255459da87..915a98333515 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts @@ -45,6 +45,8 @@ export interface PutVoiceConnectorLoggingConfigurationCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by PutVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -100,7 +102,6 @@ export interface PutVoiceConnectorLoggingConfigurationCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by PutVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace */ export class PutVoiceConnectorLoggingConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts index 04b7bd79fcc0..5229dbd06892 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts @@ -43,6 +43,8 @@ export interface PutVoiceConnectorOriginationCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by PutVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -114,7 +116,6 @@ export interface PutVoiceConnectorOriginationCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by PutVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace */ export class PutVoiceConnectorOriginationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts index 4ac6aa0bda58..5f5b33a2ac9c 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts @@ -40,6 +40,8 @@ export interface PutVoiceConnectorProxyCommandOutput extends PutVoiceConnectorPr * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by PutVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -104,7 +106,6 @@ export interface PutVoiceConnectorProxyCommandOutput extends PutVoiceConnectorPr *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by PutVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace */ export class PutVoiceConnectorProxyCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts index c3f15e745955..9e1765a1e4cc 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts @@ -46,6 +46,8 @@ export interface PutVoiceConnectorStreamingConfigurationCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by PutVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -111,7 +113,6 @@ export interface PutVoiceConnectorStreamingConfigurationCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by PutVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace */ export class PutVoiceConnectorStreamingConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts index 30e6f5111fb3..c34c698fb7a1 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts @@ -48,6 +48,8 @@ export interface PutVoiceConnectorTerminationCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by PutVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -120,7 +122,6 @@ export interface PutVoiceConnectorTerminationCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by PutVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace */ export class PutVoiceConnectorTerminationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts index 5ab67317f324..eaa4497112fa 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts @@ -42,6 +42,8 @@ export interface PutVoiceConnectorTerminationCredentialsCommandOutput extends __ * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by PutVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -94,7 +96,6 @@ export interface PutVoiceConnectorTerminationCredentialsCommandOutput extends __ *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by PutVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace */ export class PutVoiceConnectorTerminationCredentialsCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/RedactChannelMessageCommand.ts b/clients/client-chime/src/commands/RedactChannelMessageCommand.ts index 9b6d5c60f36e..f9fc3bc63246 100644 --- a/clients/client-chime/src/commands/RedactChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/RedactChannelMessageCommand.ts @@ -41,6 +41,8 @@ export interface RedactChannelMessageCommandOutput extends RedactChannelMessageR * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by RedactChannelMessage in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -89,7 +91,6 @@ export interface RedactChannelMessageCommandOutput extends RedactChannelMessageR *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by RedactChannelMessage in the Amazon Chime SDK Messaging Namespace */ export class RedactChannelMessageCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/SendChannelMessageCommand.ts b/clients/client-chime/src/commands/SendChannelMessageCommand.ts index 0db2649e7ba1..310863b76764 100644 --- a/clients/client-chime/src/commands/SendChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/SendChannelMessageCommand.ts @@ -46,6 +46,8 @@ export interface SendChannelMessageCommandOutput extends SendChannelMessageRespo * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by SendChannelMessage in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -102,7 +104,6 @@ export interface SendChannelMessageCommandOutput extends SendChannelMessageRespo *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by SendChannelMessage in the Amazon Chime SDK Messaging Namespace */ export class SendChannelMessageCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts b/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts index 93a382dd63f1..58ab81be13b1 100644 --- a/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts +++ b/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts @@ -46,6 +46,8 @@ export interface StartMeetingTranscriptionCommandOutput extends StartMeetingTran * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by StartMeetingTranscription in the Amazon Chime SDK Meetings Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -126,7 +128,6 @@ export interface StartMeetingTranscriptionCommandOutput extends StartMeetingTran *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by StartMeetingTranscription in the Amazon Chime SDK Meetings Namespace */ export class StartMeetingTranscriptionCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts b/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts index 0615d2b6cf18..d37e9533d212 100644 --- a/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts +++ b/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts @@ -35,6 +35,8 @@ export interface StopMeetingTranscriptionCommandOutput extends StopMeetingTransc * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by StopMeetingTranscription in the Amazon Chime SDK Meetings Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -84,7 +86,6 @@ export interface StopMeetingTranscriptionCommandOutput extends StopMeetingTransc *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by StopMeetingTranscription in the Amazon Chime SDK Meetings Namespace */ export class StopMeetingTranscriptionCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/TagAttendeeCommand.ts b/clients/client-chime/src/commands/TagAttendeeCommand.ts index 596cac39e210..f80d615beb22 100644 --- a/clients/client-chime/src/commands/TagAttendeeCommand.ts +++ b/clients/client-chime/src/commands/TagAttendeeCommand.ts @@ -31,6 +31,8 @@ export interface TagAttendeeCommandOutput extends __MetadataBearer {} * *

TagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.

*
+ * + * @deprecated Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -87,7 +89,6 @@ export interface TagAttendeeCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. */ export class TagAttendeeCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/TagMeetingCommand.ts b/clients/client-chime/src/commands/TagMeetingCommand.ts index 0a39064aeadd..48e612f5cb7d 100644 --- a/clients/client-chime/src/commands/TagMeetingCommand.ts +++ b/clients/client-chime/src/commands/TagMeetingCommand.ts @@ -35,6 +35,8 @@ export interface TagMeetingCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Use TagResource in the Amazon Chime SDK Meetings Namespace. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -90,7 +92,6 @@ export interface TagMeetingCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Use TagResource in the Amazon Chime SDK Meetings Namespace. */ export class TagMeetingCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/TagResourceCommand.ts b/clients/client-chime/src/commands/TagResourceCommand.ts index c158cf888d66..dc8f11e1db5b 100644 --- a/clients/client-chime/src/commands/TagResourceCommand.ts +++ b/clients/client-chime/src/commands/TagResourceCommand.ts @@ -35,6 +35,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @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 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -84,7 +86,6 @@ export interface TagResourceCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @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 */ export class TagResourceCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/UntagAttendeeCommand.ts b/clients/client-chime/src/commands/UntagAttendeeCommand.ts index 94c1ea2e254b..8b4a599bc0e4 100644 --- a/clients/client-chime/src/commands/UntagAttendeeCommand.ts +++ b/clients/client-chime/src/commands/UntagAttendeeCommand.ts @@ -31,6 +31,8 @@ export interface UntagAttendeeCommandOutput extends __MetadataBearer {} * *

UntagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.

*
+ * + * @deprecated Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -81,7 +83,6 @@ export interface UntagAttendeeCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. */ export class UntagAttendeeCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/UntagMeetingCommand.ts b/clients/client-chime/src/commands/UntagMeetingCommand.ts index 6368fc253b75..2a894555331b 100644 --- a/clients/client-chime/src/commands/UntagMeetingCommand.ts +++ b/clients/client-chime/src/commands/UntagMeetingCommand.ts @@ -35,6 +35,8 @@ export interface UntagMeetingCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Use UntagResource in the Amazon Chime SDK Meetings Namespace. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -84,7 +86,6 @@ export interface UntagMeetingCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Use UntagResource in the Amazon Chime SDK Meetings Namespace. */ export class UntagMeetingCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/UntagResourceCommand.ts b/clients/client-chime/src/commands/UntagResourceCommand.ts index 910440d43526..7e53cc2c7126 100644 --- a/clients/client-chime/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime/src/commands/UntagResourceCommand.ts @@ -36,6 +36,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @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 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -82,7 +84,6 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from Chime service.

* * @public - * @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 */ export class UntagResourceCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts b/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts index 5b2bd689ef24..45c17e4ddef1 100644 --- a/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts @@ -39,6 +39,8 @@ export interface UpdateAppInstanceCommandOutput extends UpdateAppInstanceRespons * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by UpdateAppInstance in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -90,7 +92,6 @@ export interface UpdateAppInstanceCommandOutput extends UpdateAppInstanceRespons *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by UpdateAppInstance in the Amazon Chime SDK Identity Namespace */ export class UpdateAppInstanceCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts b/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts index 269034bc85e8..be4c567f15a0 100644 --- a/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts @@ -39,6 +39,8 @@ export interface UpdateAppInstanceUserCommandOutput extends UpdateAppInstanceUse * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by UpdateAppInstanceUser in the Amazon Chime SDK Identity Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -90,7 +92,6 @@ export interface UpdateAppInstanceUserCommandOutput extends UpdateAppInstanceUse *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by UpdateAppInstanceUser in the Amazon Chime SDK Identity Namespace */ export class UpdateAppInstanceUserCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/UpdateChannelCommand.ts b/clients/client-chime/src/commands/UpdateChannelCommand.ts index 9e5a5815ffb6..3b6a7912471f 100644 --- a/clients/client-chime/src/commands/UpdateChannelCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelCommand.ts @@ -46,6 +46,8 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by UpdateChannel in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -99,7 +101,6 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by UpdateChannel in the Amazon Chime SDK Messaging Namespace */ export class UpdateChannelCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts b/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts index 685d99586dcc..857c01ec4136 100644 --- a/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts @@ -44,6 +44,8 @@ export interface UpdateChannelMessageCommandOutput extends UpdateChannelMessageR * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by UpdateChannelMessage in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -98,7 +100,6 @@ export interface UpdateChannelMessageCommandOutput extends UpdateChannelMessageR *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by UpdateChannelMessage in the Amazon Chime SDK Messaging Namespace */ export class UpdateChannelMessageCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts b/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts index d6fc9301bf05..1ff4a52fcf26 100644 --- a/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts @@ -40,6 +40,8 @@ export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadM * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by UpdateChannelReadMarker in the Amazon Chime SDK Messaging Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -90,7 +92,6 @@ export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadM *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by UpdateChannelReadMarker in the Amazon Chime SDK Messaging Namespace */ export class UpdateChannelReadMarkerCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/UpdateProxySessionCommand.ts b/clients/client-chime/src/commands/UpdateProxySessionCommand.ts index f2e1e07c087a..fbc2f1dd1e18 100644 --- a/clients/client-chime/src/commands/UpdateProxySessionCommand.ts +++ b/clients/client-chime/src/commands/UpdateProxySessionCommand.ts @@ -39,6 +39,8 @@ export interface UpdateProxySessionCommandOutput extends UpdateProxySessionRespo * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by UpdateProxySession in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -116,7 +118,6 @@ export interface UpdateProxySessionCommandOutput extends UpdateProxySessionRespo *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by UpdateProxySession in the Amazon Chime SDK Voice Namespace */ export class UpdateProxySessionCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts b/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts index 041e4aadd03a..2521d8694fbf 100644 --- a/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts @@ -45,6 +45,8 @@ export interface UpdateSipMediaApplicationCallCommandOutput * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by UpdateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -102,7 +104,6 @@ export interface UpdateSipMediaApplicationCallCommandOutput *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by UpdateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace */ export class UpdateSipMediaApplicationCallCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts index 299eda651370..b22b06e2e8e7 100644 --- a/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts @@ -40,6 +40,8 @@ export interface UpdateSipMediaApplicationCommandOutput extends UpdateSipMediaAp * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by UpdateSipMediaApplication in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -109,7 +111,6 @@ export interface UpdateSipMediaApplicationCommandOutput extends UpdateSipMediaAp *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by UpdateSipMediaApplication in the Amazon Chime SDK Voice Namespace */ export class UpdateSipMediaApplicationCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/UpdateSipRuleCommand.ts b/clients/client-chime/src/commands/UpdateSipRuleCommand.ts index 0cc3f88ef6c7..df1562144e8d 100644 --- a/clients/client-chime/src/commands/UpdateSipRuleCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipRuleCommand.ts @@ -35,6 +35,8 @@ export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __Met * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by UpdateSipRule in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -114,7 +116,6 @@ export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __Met *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by UpdateSipRule in the Amazon Chime SDK Voice Namespace */ export class UpdateSipRuleCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts b/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts index c9f79c4c5d47..fb61baffc4b2 100644 --- a/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts @@ -35,6 +35,8 @@ export interface UpdateVoiceConnectorCommandOutput extends UpdateVoiceConnectorR * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by UpdateVoiceConnector in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -94,7 +96,6 @@ export interface UpdateVoiceConnectorCommandOutput extends UpdateVoiceConnectorR *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by UpdateVoiceConnector in the Amazon Chime SDK Voice Namespace */ export class UpdateVoiceConnectorCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts index 61fd48555a35..c8319b1a1ea9 100644 --- a/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts @@ -36,6 +36,8 @@ export interface UpdateVoiceConnectorGroupCommandOutput extends UpdateVoiceConne * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by UpdateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -107,7 +109,6 @@ export interface UpdateVoiceConnectorGroupCommandOutput extends UpdateVoiceConne *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by UpdateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace */ export class UpdateVoiceConnectorGroupCommand extends $Command .classBuilder< diff --git a/clients/client-chime/src/commands/ValidateE911AddressCommand.ts b/clients/client-chime/src/commands/ValidateE911AddressCommand.ts index 325e7eb59ac9..dcaf23f0f238 100644 --- a/clients/client-chime/src/commands/ValidateE911AddressCommand.ts +++ b/clients/client-chime/src/commands/ValidateE911AddressCommand.ts @@ -43,6 +43,8 @@ export interface ValidateE911AddressCommandOutput extends ValidateE911AddressRes * Migrating from the Amazon Chime namespace in the * Amazon Chime SDK Developer Guide.

* + * + * @deprecated Replaced by ValidateE911Address in the Amazon Chime SDK Voice Namespace * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -121,7 +123,6 @@ export interface ValidateE911AddressCommandOutput extends ValidateE911AddressRes *

Base exception class for all service exceptions from Chime service.

* * @public - * @deprecated Replaced by ValidateE911Address in the Amazon Chime SDK Voice Namespace */ export class ValidateE911AddressCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts b/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts index 7832cc9609e0..ab0b8c96d637 100644 --- a/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts @@ -40,6 +40,8 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons *

Adds or overwrites one or more tags for the specified AWS CloudHSM resource.

*

Each tag consists of a key and a value. Tag keys must be unique to each * resource.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -82,7 +84,6 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class AddTagsToResourceCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts b/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts index bd05cc1c85d1..b4a0e6ebb0d7 100644 --- a/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts @@ -39,6 +39,8 @@ export interface CreateHapgCommandOutput extends CreateHapgResponse, __MetadataB * Reference.

*

Creates a high-availability partition group. A high-availability partition group is a * group of partitions that spans multiple physical HSMs.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -75,7 +77,6 @@ export interface CreateHapgCommandOutput extends CreateHapgResponse, __MetadataB *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class CreateHapgCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts b/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts index fa6fd2fd7bb4..86daa18cc4df 100644 --- a/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts @@ -47,6 +47,8 @@ export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBea * status of the HSM with the DescribeHsm operation. The HSM is ready to be * initialized when the status changes to RUNNING.

* + * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -90,7 +92,6 @@ export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBea *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class CreateHsmCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts index 444534e91247..bd057cfa5b2e 100644 --- a/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts @@ -38,6 +38,8 @@ export interface CreateLunaClientCommandOutput extends CreateLunaClientResponse, * and the AWS CloudHSM API * Reference.

*

Creates an HSM client.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -75,7 +77,6 @@ export interface CreateLunaClientCommandOutput extends CreateLunaClientResponse, *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class CreateLunaClientCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts b/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts index 629055accb67..9eaf896711c7 100644 --- a/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts @@ -38,6 +38,8 @@ export interface DeleteHapgCommandOutput extends DeleteHapgResponse, __MetadataB * and the AWS CloudHSM API * Reference.

*

Deletes a high-availability partition group.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -74,7 +76,6 @@ export interface DeleteHapgCommandOutput extends DeleteHapgResponse, __MetadataB *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class DeleteHapgCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts b/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts index 863755e09866..17fd56ef99ea 100644 --- a/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts @@ -39,6 +39,8 @@ export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBea * Reference.

*

Deletes an HSM. After completion, this operation cannot be undone and your key material * cannot be recovered.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -75,7 +77,6 @@ export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBea *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class DeleteHsmCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts index 5cb304e1fdff..1090353c6d0a 100644 --- a/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts @@ -38,6 +38,8 @@ export interface DeleteLunaClientCommandOutput extends DeleteLunaClientResponse, * and the AWS CloudHSM API * Reference.

*

Deletes a client.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -74,7 +76,6 @@ export interface DeleteLunaClientCommandOutput extends DeleteLunaClientResponse, *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class DeleteLunaClientCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts b/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts index 5559aac1b738..058637845bb3 100644 --- a/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts @@ -38,6 +38,8 @@ export interface DescribeHapgCommandOutput extends DescribeHapgResponse, __Metad * and the AWS CloudHSM API * Reference.

*

Retrieves information about a high-availability partition group.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -90,7 +92,6 @@ export interface DescribeHapgCommandOutput extends DescribeHapgResponse, __Metad *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class DescribeHapgCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts b/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts index a2621afbd65b..55aff87fe58c 100644 --- a/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts @@ -39,6 +39,8 @@ export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __Metadat * Reference.

*

Retrieves information about an HSM. You can identify the HSM by its ARN or its serial * number.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -98,7 +100,6 @@ export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __Metadat *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class DescribeHsmCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts index 8560d5b0f204..00f958373f4c 100644 --- a/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts @@ -38,6 +38,8 @@ export interface DescribeLunaClientCommandOutput extends DescribeLunaClientRespo * and the AWS CloudHSM API * Reference.

*

Retrieves information about an HSM client.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface DescribeLunaClientCommandOutput extends DescribeLunaClientRespo *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class DescribeLunaClientCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/GetConfigCommand.ts b/clients/client-cloudhsm/src/commands/GetConfigCommand.ts index 3eabea7724bb..e6b836839bda 100644 --- a/clients/client-cloudhsm/src/commands/GetConfigCommand.ts +++ b/clients/client-cloudhsm/src/commands/GetConfigCommand.ts @@ -39,6 +39,8 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea * Reference.

*

Gets the configuration files necessary to connect to all high availability partition * groups the client is associated with.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -81,7 +83,6 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class GetConfigCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts b/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts index 0caac7359406..a0418bc6b892 100644 --- a/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts @@ -38,6 +38,8 @@ export interface ListAvailableZonesCommandOutput extends ListAvailableZonesRespo * and the AWS CloudHSM API * Reference.

*

Lists the Availability Zones that have available AWS CloudHSM capacity.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -74,7 +76,6 @@ export interface ListAvailableZonesCommandOutput extends ListAvailableZonesRespo *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class ListAvailableZonesCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts b/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts index e530f26f2a45..29066be52815 100644 --- a/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts @@ -42,6 +42,8 @@ export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBea * If more results are available, the NextToken member of the response contains a * token that you pass in the next call to ListHapgs to retrieve the next set of * items.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -81,7 +83,6 @@ export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBea *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class ListHapgsCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts b/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts index a2f894e0aef7..35628ce1ccc8 100644 --- a/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts @@ -43,6 +43,8 @@ export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBeare * If more results are available, the NextToken member of the response contains a * token that you pass in the next call to ListHsms to retrieve the next set of * items.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -82,7 +84,6 @@ export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBeare *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class ListHsmsCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts b/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts index ea03e200da02..2cfa696d64d6 100644 --- a/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts @@ -42,6 +42,8 @@ export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, _ * If more results are available, the NextToken member of the response contains a * token that you pass in the next call to ListLunaClients to retrieve the next set * of items.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -81,7 +83,6 @@ export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, _ *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class ListLunaClientsCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts index 90c09dbc4007..1071ae23c58b 100644 --- a/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts @@ -38,6 +38,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes * and the AWS CloudHSM API * Reference.

*

Returns a list of all tags for the specified AWS CloudHSM resource.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class ListTagsForResourceCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts b/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts index 309d133a6abf..0bb9348a9714 100644 --- a/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts @@ -38,6 +38,8 @@ export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataB * and the AWS CloudHSM API * Reference.

*

Modifies an existing high-availability partition group.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -78,7 +80,6 @@ export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataB *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class ModifyHapgCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts b/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts index fecf100eb95c..9a0bd4c2767a 100644 --- a/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts @@ -44,6 +44,8 @@ export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBea * that your AWS CloudHSM service is configured for high availability, and consider executing this * operation during a maintenance window.

* + * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -85,7 +87,6 @@ export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBea *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class ModifyHsmCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts index 5faded38eb0f..9f20a08cf068 100644 --- a/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts @@ -40,6 +40,8 @@ export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse, *

Modifies the certificate used by the client.

*

This action can potentially start a workflow to install the new certificate on the * client's HSMs.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -71,7 +73,6 @@ export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse, *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class ModifyLunaClientCommand extends $Command .classBuilder< diff --git a/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts index 272f486137c3..bb714302c8f9 100644 --- a/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts @@ -40,6 +40,8 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou *

Removes one or more tags from the specified AWS CloudHSM resource.

*

To remove a tag, specify only the tag key to remove (not the value). To overwrite the * value for an existing tag, use AddTagsToResource.

+ * + * @deprecated This API is deprecated. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou *

Base exception class for all service exceptions from CloudHSM service.

* * @public - * @deprecated This API is deprecated. */ export class RemoveTagsFromResourceCommand extends $Command .classBuilder< diff --git a/clients/client-cloudtrail/src/models/models_0.ts b/clients/client-cloudtrail/src/models/models_0.ts index 6efcb9908726..1e5ba64a8334 100644 --- a/clients/client-cloudtrail/src/models/models_0.ts +++ b/clients/client-cloudtrail/src/models/models_0.ts @@ -3297,8 +3297,9 @@ export class InvalidSnsTopicNameException extends __BaseException { /** *

This exception is no longer in use.

- * @public + * * @deprecated + * @public */ export class KmsKeyDisabledException extends __BaseException { readonly name: "KmsKeyDisabledException" = "KmsKeyDisabledException"; diff --git a/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts index 7137b8a624f3..1b1ec5b02bd2 100644 --- a/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts @@ -32,6 +32,8 @@ export interface ListTagsLogGroupCommandOutput extends ListTagsLogGroupResponse, * ListTagsForResource instead.

* *

Lists the tags for the specified log group.

+ * + * @deprecated Please use the generic tagging API ListTagsForResource * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -67,7 +69,6 @@ export interface ListTagsLogGroupCommandOutput extends ListTagsLogGroupResponse, *

Base exception class for all service exceptions from CloudWatchLogs service.

* * @public - * @deprecated Please use the generic tagging API ListTagsForResource */ export class ListTagsLogGroupCommand extends $Command .classBuilder< diff --git a/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts index bc0a3f00d8f4..79632cbe1c78 100644 --- a/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts @@ -41,6 +41,8 @@ export interface TagLogGroupCommandOutput extends __MetadataBearer {} * or aws:TagKeys condition keys. * For more information about using tags to control access, see * Controlling access to Amazon Web Services resources using tags.

+ * + * @deprecated Please use the generic tagging API TagResource * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -75,7 +77,6 @@ export interface TagLogGroupCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from CloudWatchLogs service.

* * @public - * @deprecated Please use the generic tagging API TagResource */ export class TagLogGroupCommand extends $Command .classBuilder< diff --git a/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts index df9f96ddb275..ecb6d8472ec8 100644 --- a/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts @@ -38,6 +38,8 @@ export interface UntagLogGroupCommandOutput extends __MetadataBearer {} * log groups using the aws:Resource/key-name * or aws:TagKeys condition keys. *

+ * + * @deprecated Please use the generic tagging API UntagResource * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -69,7 +71,6 @@ export interface UntagLogGroupCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from CloudWatchLogs service.

* * @public - * @deprecated Please use the generic tagging API UntagResource */ export class UntagLogGroupCommand extends $Command .classBuilder< diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts index c5d05454c441..4e9e16709f53 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts @@ -35,6 +35,8 @@ export interface BatchGetDeploymentInstancesCommandOutput extends BatchGetDeploy * works with EC2/On-premises and Lambda compute platforms. The newer * BatchGetDeploymentTargets works with all compute platforms. The maximum * number of instances that can be returned is 25.

+ * + * @deprecated This operation is deprecated, use BatchGetDeploymentTargets instead. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -109,7 +111,6 @@ export interface BatchGetDeploymentInstancesCommandOutput extends BatchGetDeploy *

Base exception class for all service exceptions from CodeDeploy service.

* * @public - * @deprecated This operation is deprecated, use BatchGetDeploymentTargets instead. */ export class BatchGetDeploymentInstancesCommand extends $Command .classBuilder< diff --git a/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts index e169fc66949d..dccfc95ac1c1 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts @@ -28,6 +28,8 @@ export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanc /** *

Gets information about an instance as part of a deployment.

+ * + * @deprecated This operation is deprecated, use GetDeploymentTarget instead. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -97,7 +99,6 @@ export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanc *

Base exception class for all service exceptions from CodeDeploy service.

* * @public - * @deprecated This operation is deprecated, use GetDeploymentTarget instead. */ export class GetDeploymentInstanceCommand extends $Command .classBuilder< diff --git a/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts index 2323e8ad863e..a5f2b075e735 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts @@ -34,6 +34,8 @@ export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInst * Lambda.

* *

Lists the instance for a deployment associated with the user or Amazon Web Services account.

+ * + * @deprecated This operation is deprecated, use ListDeploymentTargets instead. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -104,7 +106,6 @@ export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInst *

Base exception class for all service exceptions from CodeDeploy service.

* * @public - * @deprecated This operation is deprecated, use ListDeploymentTargets instead. */ export class ListDeploymentInstancesCommand extends $Command .classBuilder< diff --git a/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts b/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts index 72b7d98f05ec..b2fea6131f7d 100644 --- a/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts +++ b/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts @@ -32,6 +32,8 @@ export interface SkipWaitTimeForInstanceTerminationCommandOutput extends __Metad /** *

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

+ * + * @deprecated This operation is deprecated, use ContinueDeployment with DeploymentWaitType instead. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -75,7 +77,6 @@ export interface SkipWaitTimeForInstanceTerminationCommandOutput extends __Metad *

Base exception class for all service exceptions from CodeDeploy service.

* * @public - * @deprecated This operation is deprecated, use ContinueDeployment with DeploymentWaitType instead. */ export class SkipWaitTimeForInstanceTerminationCommand extends $Command .classBuilder< diff --git a/clients/client-codedeploy/src/models/models_0.ts b/clients/client-codedeploy/src/models/models_0.ts index 61dbf1a91683..1086e78fe2d2 100644 --- a/clients/client-codedeploy/src/models/models_0.ts +++ b/clients/client-codedeploy/src/models/models_0.ts @@ -643,8 +643,9 @@ export interface S3Location { *

A revision for an Lambda deployment that is a YAML-formatted or * JSON-formatted string. For Lambda deployments, the revision is the same * as the AppSpec file.

- * @public + * * @deprecated RawString and String revision type are deprecated, use AppSpecContent type instead. + * @public */ export interface RawString { /** @@ -2002,8 +2003,9 @@ export type InstanceStatus = (typeof InstanceStatus)[keyof typeof InstanceStatus /** *

Information about an instance in a deployment.

- * @public + * * @deprecated InstanceSummary is deprecated, use DeploymentTarget instead. + * @public */ export interface InstanceSummary { /** @@ -2143,8 +2145,9 @@ export class DeploymentIdRequiredException extends __BaseException { /** *

The instance ID was not specified.

- * @public + * * @deprecated This exception is deprecated, use DeploymentTargetIdRequiredException instead. + * @public */ export class InstanceIdRequiredException extends __BaseException { readonly name: "InstanceIdRequiredException" = "InstanceIdRequiredException"; @@ -3349,8 +3352,9 @@ export class DeploymentTargetListSizeExceededException extends __BaseException { /** *

The specified instance does not exist in the deployment group.

- * @public + * * @deprecated This exception is deprecated, use DeploymentTargetDoesNotExistException instead. + * @public */ export class InstanceDoesNotExistException extends __BaseException { readonly name: "InstanceDoesNotExistException" = "InstanceDoesNotExistException"; diff --git a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts index 52421579f1d7..381072d61cfa 100644 --- a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts @@ -35,6 +35,8 @@ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __M *

Inspects the clinical text for a variety of medical entities and returns specific * information about them such as entity category, location, and confidence score on that * information.

+ * + * @deprecated This operation is deprecated, use DetectEntitiesV2 instead. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -140,7 +142,6 @@ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __M *

Base exception class for all service exceptions from ComprehendMedical service.

* * @public - * @deprecated This operation is deprecated, use DetectEntitiesV2 instead. */ export class DetectEntitiesCommand extends $Command .classBuilder< diff --git a/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts b/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts index 2d1b0c5ce0ce..f421409b7312 100644 --- a/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts @@ -36,6 +36,8 @@ export interface AllocateConnectionOnInterconnectCommandOutput extends Connectio * *

Intended for use by Direct Connect Partners only.

*
+ * + * @deprecated * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -106,7 +108,6 @@ export interface AllocateConnectionOnInterconnectCommandOutput extends Connectio *

Base exception class for all service exceptions from DirectConnect service.

* * @public - * @deprecated */ export class AllocateConnectionOnInterconnectCommand extends $Command .classBuilder< diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts index 33448344a8de..9f2631966cd9 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts @@ -33,6 +33,8 @@ export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLo * service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, * see Requesting Cross Connects * at Direct Connect Locations in the Direct Connect User Guide.

+ * + * @deprecated * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -71,7 +73,6 @@ export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLo *

Base exception class for all service exceptions from DirectConnect service.

* * @public - * @deprecated */ export class DescribeConnectionLoaCommand extends $Command .classBuilder< diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts index a16a39685296..08eb2f80c67a 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts @@ -35,6 +35,8 @@ export interface DescribeConnectionsOnInterconnectCommandOutput extends Connecti * *

Intended for use by Direct Connect Partners only.

*
+ * + * @deprecated * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -105,7 +107,6 @@ export interface DescribeConnectionsOnInterconnectCommandOutput extends Connecti *

Base exception class for all service exceptions from DirectConnect service.

* * @public - * @deprecated */ export class DescribeConnectionsOnInterconnectCommand extends $Command .classBuilder< diff --git a/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts index fb8e471cb40f..5e2f2da86d0a 100644 --- a/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts @@ -32,6 +32,8 @@ export interface DescribeInterconnectLoaCommandOutput extends DescribeInterconne *

The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility. * For more information, see Requesting Cross Connects at Direct Connect Locations * in the Direct Connect User Guide.

+ * + * @deprecated * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -70,7 +72,6 @@ export interface DescribeInterconnectLoaCommandOutput extends DescribeInterconne *

Base exception class for all service exceptions from DirectConnect service.

* * @public - * @deprecated */ export class DescribeInterconnectLoaCommand extends $Command .classBuilder< diff --git a/clients/client-drs/src/commands/RetryDataReplicationCommand.ts b/clients/client-drs/src/commands/RetryDataReplicationCommand.ts index 98f6c5f30503..14e9ea21500a 100644 --- a/clients/client-drs/src/commands/RetryDataReplicationCommand.ts +++ b/clients/client-drs/src/commands/RetryDataReplicationCommand.ts @@ -30,6 +30,8 @@ export interface RetryDataReplicationCommandOutput extends SourceServer, __Metad *

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

+ * + * @deprecated WARNING: RetryDataReplication is deprecated * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -173,7 +175,6 @@ export interface RetryDataReplicationCommandOutput extends SourceServer, __Metad *

Base exception class for all service exceptions from Drs service.

* * @public - * @deprecated WARNING: RetryDataReplication is deprecated */ export class RetryDataReplicationCommand extends $Command .classBuilder< diff --git a/clients/client-efs/src/commands/CreateTagsCommand.ts b/clients/client-efs/src/commands/CreateTagsCommand.ts index 615ff416df65..c9025692901b 100644 --- a/clients/client-efs/src/commands/CreateTagsCommand.ts +++ b/clients/client-efs/src/commands/CreateTagsCommand.ts @@ -37,6 +37,8 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {} * tag to your file system, Amazon EFS returns it in the response to the DescribeFileSystems operation.

*

This operation requires permission for the elasticfilesystem:CreateTags * action.

+ * + * @deprecated Use TagResource. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from EFS service.

* * @public - * @deprecated Use TagResource. * @example To create a new tag * ```javascript * // This operation creates a new tag for an EFS file system. diff --git a/clients/client-efs/src/commands/DeleteTagsCommand.ts b/clients/client-efs/src/commands/DeleteTagsCommand.ts index 0ab326f44d90..9186a8d7df8e 100644 --- a/clients/client-efs/src/commands/DeleteTagsCommand.ts +++ b/clients/client-efs/src/commands/DeleteTagsCommand.ts @@ -37,6 +37,8 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {} * Billing and Cost Management User Guide.

*

This operation requires permissions for the elasticfilesystem:DeleteTags * action.

+ * + * @deprecated Use UntagResource. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -76,7 +78,6 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from EFS service.

* * @public - * @deprecated Use UntagResource. * @example To delete tags for an EFS file system * ```javascript * // This operation deletes tags for an EFS file system. diff --git a/clients/client-efs/src/commands/DescribeTagsCommand.ts b/clients/client-efs/src/commands/DescribeTagsCommand.ts index 09d4fac0cd3d..b44dfa89986c 100644 --- a/clients/client-efs/src/commands/DescribeTagsCommand.ts +++ b/clients/client-efs/src/commands/DescribeTagsCommand.ts @@ -37,6 +37,8 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad * responses of a multiple-call iteration (when using pagination) is unspecified.

*

This operation requires permissions for the * elasticfilesystem:DescribeTags action.

+ * + * @deprecated Use ListTagsForResource. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -84,7 +86,6 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad *

Base exception class for all service exceptions from EFS service.

* * @public - * @deprecated Use ListTagsForResource. * @example To describe the tags for a file system * ```javascript * // This operation describes all of a file system's tags. diff --git a/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts b/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts index 4d06dc51fe7d..fef7e1261978 100644 --- a/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts @@ -37,6 +37,8 @@ export interface TestRoleCommandOutput extends TestRoleResponse, __MetadataBeare * process. The action attempts to assume the specified IAM role, checks read access to the * input and output buckets, and tries to send a test notification to Amazon SNS topics * that you specify.

+ * + * @deprecated * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -87,7 +89,6 @@ export interface TestRoleCommandOutput extends TestRoleResponse, __MetadataBeare *

Base exception class for all service exceptions from ElasticTranscoder service.

* * @public - * @deprecated */ export class TestRoleCommand extends $Command .classBuilder< diff --git a/clients/client-elastic-transcoder/src/models/models_0.ts b/clients/client-elastic-transcoder/src/models/models_0.ts index 690959a01269..e696c8c3e996 100644 --- a/clients/client-elastic-transcoder/src/models/models_0.ts +++ b/clients/client-elastic-transcoder/src/models/models_0.ts @@ -917,8 +917,9 @@ export interface TimeSpan { /** *

Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.

- * @public + * * @deprecated + * @public */ export interface Clip { /** @@ -4466,8 +4467,9 @@ export interface ReadPresetResponse { /** *

The TestRoleRequest structure.

- * @public + * * @deprecated + * @public */ export interface TestRoleRequest { /** @@ -4497,8 +4499,9 @@ export interface TestRoleRequest { /** *

The TestRoleResponse structure.

- * @public + * * @deprecated + * @public */ export interface TestRoleResponse { /** diff --git a/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts b/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts index b07df78d4fe1..1b437ca77006 100644 --- a/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts +++ b/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts @@ -48,6 +48,8 @@ export interface DescribeJobFlowsCommandOutput extends DescribeJobFlowsOutput, _ * * *

Amazon EMR can return a maximum of 512 job flow descriptions.

+ * + * @deprecated * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -190,7 +192,6 @@ export interface DescribeJobFlowsCommandOutput extends DescribeJobFlowsOutput, _ *

Base exception class for all service exceptions from EMR service.

* * @public - * @deprecated */ export class DescribeJobFlowsCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts index 1c1c123b9ab5..74b1d6442d7e 100644 --- a/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts @@ -33,6 +33,8 @@ export interface AssociateUserToPermissionGroupCommandOutput /** *

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

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -81,7 +83,6 @@ export interface AssociateUserToPermissionGroupCommandOutput *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class AssociateUserToPermissionGroupCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts b/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts index 7406019e59e9..760b6fc72d05 100644 --- a/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts @@ -28,6 +28,8 @@ export interface CreateChangesetCommandOutput extends CreateChangesetResponse, _ /** *

Creates a new Changeset in a FinSpace Dataset.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -86,7 +88,6 @@ export interface CreateChangesetCommandOutput extends CreateChangesetResponse, _ *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class CreateChangesetCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts b/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts index 471ddd49bfc1..ff3de3acfa3e 100644 --- a/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts @@ -28,6 +28,8 @@ export interface CreateDataViewCommandOutput extends CreateDataViewResponse, __M /** *

Creates a Dataview for a Dataset.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -91,7 +93,6 @@ export interface CreateDataViewCommandOutput extends CreateDataViewResponse, __M *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class CreateDataViewCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts b/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts index 2ffca3b9a655..f25d67794216 100644 --- a/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts @@ -32,6 +32,8 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met /** *

Creates a new FinSpace Dataset.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -112,7 +114,6 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class CreateDatasetCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts index c82120ae769a..b876b9adb378 100644 --- a/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts @@ -32,6 +32,8 @@ export interface CreatePermissionGroupCommandOutput extends CreatePermissionGrou /** *

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

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -83,7 +85,6 @@ export interface CreatePermissionGroupCommandOutput extends CreatePermissionGrou *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class CreatePermissionGroupCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/CreateUserCommand.ts b/clients/client-finspace-data/src/commands/CreateUserCommand.ts index 01b45c3fff43..231a3475125e 100644 --- a/clients/client-finspace-data/src/commands/CreateUserCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateUserCommand.ts @@ -28,6 +28,8 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB /** *

Creates a new user in FinSpace.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +82,6 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class CreateUserCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts b/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts index 57cd39219e22..003b92a35d1b 100644 --- a/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts @@ -28,6 +28,8 @@ export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __Met /** *

Deletes a FinSpace Dataset.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -78,7 +80,6 @@ export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __Met *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class DeleteDatasetCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts index 8d5d55b31e54..753ff9baf453 100644 --- a/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts @@ -28,6 +28,8 @@ export interface DeletePermissionGroupCommandOutput extends DeletePermissionGrou /** *

Deletes a permission group. This action is irreversible.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -78,7 +80,6 @@ export interface DeletePermissionGroupCommandOutput extends DeletePermissionGrou *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class DeletePermissionGroupCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/DisableUserCommand.ts b/clients/client-finspace-data/src/commands/DisableUserCommand.ts index 1089f7b6d44d..b1fd03f422a4 100644 --- a/clients/client-finspace-data/src/commands/DisableUserCommand.ts +++ b/clients/client-finspace-data/src/commands/DisableUserCommand.ts @@ -28,6 +28,8 @@ export interface DisableUserCommandOutput extends DisableUserResponse, __Metadat /** *

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

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -75,7 +77,6 @@ export interface DisableUserCommandOutput extends DisableUserResponse, __Metadat *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class DisableUserCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts index 00f8f00bf3f8..a30a91d3803e 100644 --- a/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts @@ -36,6 +36,8 @@ export interface DisassociateUserFromPermissionGroupCommandOutput /** *

Removes a user from a permission group.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -84,7 +86,6 @@ export interface DisassociateUserFromPermissionGroupCommandOutput *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class DisassociateUserFromPermissionGroupCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/EnableUserCommand.ts b/clients/client-finspace-data/src/commands/EnableUserCommand.ts index 969c2f214a18..ce1534a36d79 100644 --- a/clients/client-finspace-data/src/commands/EnableUserCommand.ts +++ b/clients/client-finspace-data/src/commands/EnableUserCommand.ts @@ -28,6 +28,8 @@ export interface EnableUserCommandOutput extends EnableUserResponse, __MetadataB /** *

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

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -78,7 +80,6 @@ export interface EnableUserCommandOutput extends EnableUserResponse, __MetadataB *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class EnableUserCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/GetChangesetCommand.ts b/clients/client-finspace-data/src/commands/GetChangesetCommand.ts index d8e7eea9a734..8a62d8710b5f 100644 --- a/clients/client-finspace-data/src/commands/GetChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/GetChangesetCommand.ts @@ -28,6 +28,8 @@ export interface GetChangesetCommandOutput extends GetChangesetResponse, __Metad /** *

Get information about a Changeset.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -94,7 +96,6 @@ export interface GetChangesetCommandOutput extends GetChangesetResponse, __Metad *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class GetChangesetCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/GetDataViewCommand.ts b/clients/client-finspace-data/src/commands/GetDataViewCommand.ts index b85d9ceb2863..7ee4eb5bf33f 100644 --- a/clients/client-finspace-data/src/commands/GetDataViewCommand.ts +++ b/clients/client-finspace-data/src/commands/GetDataViewCommand.ts @@ -28,6 +28,8 @@ export interface GetDataViewCommandOutput extends GetDataViewResponse, __Metadat /** *

Gets information about a Dataview.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -96,7 +98,6 @@ export interface GetDataViewCommandOutput extends GetDataViewResponse, __Metadat *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class GetDataViewCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/GetDatasetCommand.ts b/clients/client-finspace-data/src/commands/GetDatasetCommand.ts index 4c55605038fe..7ab8d6bd4198 100644 --- a/clients/client-finspace-data/src/commands/GetDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/GetDatasetCommand.ts @@ -28,6 +28,8 @@ export interface GetDatasetCommandOutput extends GetDatasetResponse, __MetadataB /** *

Returns information about a Dataset.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -96,7 +98,6 @@ export interface GetDatasetCommandOutput extends GetDatasetResponse, __MetadataB *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class GetDatasetCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts b/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts index 560887282ca0..81a34d2b3a1a 100644 --- a/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts +++ b/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts @@ -45,6 +45,8 @@ export interface GetExternalDataViewAccessDetailsCommandOutput *

You must be a member of a FinSpace user group, where the dataset that you want to access has Read Dataset Data permissions.

* * + * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -98,7 +100,6 @@ export interface GetExternalDataViewAccessDetailsCommandOutput *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class GetExternalDataViewAccessDetailsCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts index f36d1b2fcb88..6438ff612cfd 100644 --- a/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts @@ -32,6 +32,8 @@ export interface GetPermissionGroupCommandOutput extends GetPermissionGroupRespo /** *

Retrieves the details of a specific permission group.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -85,7 +87,6 @@ export interface GetPermissionGroupCommandOutput extends GetPermissionGroupRespo *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class GetPermissionGroupCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts b/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts index 3b4c882885a2..d0452bcb8f83 100644 --- a/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts +++ b/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts @@ -37,6 +37,8 @@ export interface GetProgrammaticAccessCredentialsCommandOutput /** *

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.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -83,7 +85,6 @@ export interface GetProgrammaticAccessCredentialsCommandOutput *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class GetProgrammaticAccessCredentialsCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/GetUserCommand.ts b/clients/client-finspace-data/src/commands/GetUserCommand.ts index 13a575bf575b..ac3c73d02841 100644 --- a/clients/client-finspace-data/src/commands/GetUserCommand.ts +++ b/clients/client-finspace-data/src/commands/GetUserCommand.ts @@ -28,6 +28,8 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer /** *

Retrieves details for a specific user.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -83,7 +85,6 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class GetUserCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts b/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts index a31096f339cf..0682f603407b 100644 --- a/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts +++ b/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts @@ -29,6 +29,8 @@ export interface GetWorkingLocationCommandOutput extends GetWorkingLocationRespo /** *

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.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -71,7 +73,6 @@ export interface GetWorkingLocationCommandOutput extends GetWorkingLocationRespo *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class GetWorkingLocationCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts b/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts index 0ddad9463825..5189e93231bf 100644 --- a/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts @@ -28,6 +28,8 @@ export interface ListChangesetsCommandOutput extends ListChangesetsResponse, __M /** *

Lists the FinSpace Changesets for a Dataset.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -100,7 +102,6 @@ export interface ListChangesetsCommandOutput extends ListChangesetsResponse, __M *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class ListChangesetsCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts b/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts index c0132979d4ef..6f3448745fa8 100644 --- a/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts @@ -28,6 +28,8 @@ export interface ListDataViewsCommandOutput extends ListDataViewsResponse, __Met /** *

Lists all available Dataviews for a Dataset.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -102,7 +104,6 @@ export interface ListDataViewsCommandOutput extends ListDataViewsResponse, __Met *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class ListDataViewsCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts b/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts index a82b7134f25b..adba4723e923 100644 --- a/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts @@ -28,6 +28,8 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad /** *

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

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -103,7 +105,6 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class ListDatasetsCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts b/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts index b6ad16e71850..6f025c7efdf8 100644 --- a/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts +++ b/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts @@ -32,6 +32,8 @@ export interface ListPermissionGroupsByUserCommandOutput extends ListPermissionG /** *

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

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -84,7 +86,6 @@ export interface ListPermissionGroupsByUserCommandOutput extends ListPermissionG *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class ListPermissionGroupsByUserCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts b/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts index c8848680ff0a..13abd1f113c8 100644 --- a/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts @@ -32,6 +32,8 @@ export interface ListPermissionGroupsCommandOutput extends ListPermissionGroupsR /** *

Lists all available permission groups in FinSpace.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -86,7 +88,6 @@ export interface ListPermissionGroupsCommandOutput extends ListPermissionGroupsR *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class ListPermissionGroupsCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts index f1e328cdc692..25e00e225f77 100644 --- a/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts @@ -32,6 +32,8 @@ export interface ListUsersByPermissionGroupCommandOutput extends ListUsersByPerm /** *

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

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -90,7 +92,6 @@ export interface ListUsersByPermissionGroupCommandOutput extends ListUsersByPerm *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class ListUsersByPermissionGroupCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/ListUsersCommand.ts b/clients/client-finspace-data/src/commands/ListUsersCommand.ts index d6631cafc66c..b8b05bd75a80 100644 --- a/clients/client-finspace-data/src/commands/ListUsersCommand.ts +++ b/clients/client-finspace-data/src/commands/ListUsersCommand.ts @@ -28,6 +28,8 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea /** *

Lists all available users in FinSpace.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -86,7 +88,6 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class ListUsersCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts b/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts index 55b98183de26..8ccc508ac2af 100644 --- a/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts +++ b/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts @@ -32,6 +32,8 @@ export interface ResetUserPasswordCommandOutput extends ResetUserPasswordRespons /** *

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.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +82,6 @@ export interface ResetUserPasswordCommandOutput extends ResetUserPasswordRespons *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class ResetUserPasswordCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts b/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts index 97c47436a869..6bc19369e056 100644 --- a/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts @@ -28,6 +28,8 @@ export interface UpdateChangesetCommandOutput extends UpdateChangesetResponse, _ /** *

Updates a FinSpace Changeset.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -83,7 +85,6 @@ export interface UpdateChangesetCommandOutput extends UpdateChangesetResponse, _ *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class UpdateChangesetCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts b/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts index a698e454c412..320d45677371 100644 --- a/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts @@ -28,6 +28,8 @@ export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __Met /** *

Updates a FinSpace Dataset.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -93,7 +95,6 @@ export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __Met *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class UpdateDatasetCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts index f0ec7c8aedd4..68a8ee2b1262 100644 --- a/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts @@ -32,6 +32,8 @@ export interface UpdatePermissionGroupCommandOutput extends UpdatePermissionGrou /** *

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

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -84,7 +86,6 @@ export interface UpdatePermissionGroupCommandOutput extends UpdatePermissionGrou *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class UpdatePermissionGroupCommand extends $Command .classBuilder< diff --git a/clients/client-finspace-data/src/commands/UpdateUserCommand.ts b/clients/client-finspace-data/src/commands/UpdateUserCommand.ts index 1a0d51996642..b9a83499ceba 100644 --- a/clients/client-finspace-data/src/commands/UpdateUserCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateUserCommand.ts @@ -28,6 +28,8 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB /** *

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

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +82,6 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB *

Base exception class for all service exceptions from FinspaceData service.

* * @public - * @deprecated This method will be discontinued. */ export class UpdateUserCommand extends $Command .classBuilder< diff --git a/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts b/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts index 37ab5b49690e..47af794b0e79 100644 --- a/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts @@ -32,6 +32,8 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons /** *

Create a new FinSpace environment.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -105,7 +107,6 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentRespons *

Base exception class for all service exceptions from Finspace service.

* * @public - * @deprecated This method will be discontinued. */ export class CreateEnvironmentCommand extends $Command .classBuilder< diff --git a/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts b/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts index 83603bf618dc..c5a55064bb52 100644 --- a/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts @@ -28,6 +28,8 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons /** *

Delete an FinSpace environment.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -69,7 +71,6 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons *

Base exception class for all service exceptions from Finspace service.

* * @public - * @deprecated This method will be discontinued. */ export class DeleteEnvironmentCommand extends $Command .classBuilder< diff --git a/clients/client-finspace/src/commands/GetEnvironmentCommand.ts b/clients/client-finspace/src/commands/GetEnvironmentCommand.ts index bf2dc625f5fd..e3e5601fc0f3 100644 --- a/clients/client-finspace/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/GetEnvironmentCommand.ts @@ -28,6 +28,8 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M /** *

Returns the FinSpace environment object.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -90,7 +92,6 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M *

Base exception class for all service exceptions from Finspace service.

* * @public - * @deprecated This method will be discontinued. */ export class GetEnvironmentCommand extends $Command .classBuilder< diff --git a/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts b/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts index 09019cda5c3a..56e224b258ec 100644 --- a/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts @@ -28,6 +28,8 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse, /** *

A list of all of your FinSpace environments.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -91,7 +93,6 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse, *

Base exception class for all service exceptions from Finspace service.

* * @public - * @deprecated This method will be discontinued. */ export class ListEnvironmentsCommand extends $Command .classBuilder< diff --git a/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts b/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts index 7fa72067a4f4..0aeddc592459 100644 --- a/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts @@ -28,6 +28,8 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentRespons /** *

Update your FinSpace environment.

+ * + * @deprecated This method will be discontinued. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -106,7 +108,6 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentRespons *

Base exception class for all service exceptions from Finspace service.

* * @public - * @deprecated This method will be discontinued. */ export class UpdateEnvironmentCommand extends $Command .classBuilder< diff --git a/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts b/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts index e70eabcf924c..da87097e8aff 100644 --- a/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts @@ -28,6 +28,8 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, /** *

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

+ * + * @deprecated This operation is deprecated, use AcceptAdministratorInvitation instead * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -61,7 +63,6 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, *

Base exception class for all service exceptions from GuardDuty service.

* * @public - * @deprecated This operation is deprecated, use AcceptAdministratorInvitation instead */ export class AcceptInvitationCommand extends $Command .classBuilder< diff --git a/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts index ee0f71ded9e5..2f928cf5ae38 100644 --- a/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts @@ -39,6 +39,8 @@ export interface DisassociateFromMasterAccountCommandOutput * done so that the delegated administrator can invoke the InviteMembers API without the need to invoke the CreateMembers API again. To * remove the details associated with a member account, the delegated administrator must invoke the * DeleteMembers API.

+ * + * @deprecated This operation is deprecated, use DisassociateFromAdministratorAccount instead * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -70,7 +72,6 @@ export interface DisassociateFromMasterAccountCommandOutput *

Base exception class for all service exceptions from GuardDuty service.

* * @public - * @deprecated This operation is deprecated, use DisassociateFromAdministratorAccount instead */ export class DisassociateFromMasterAccountCommand extends $Command .classBuilder< diff --git a/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts b/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts index 242ae5573f69..2d006f722d75 100644 --- a/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts +++ b/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts @@ -29,6 +29,8 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse, /** *

Provides the details for the GuardDuty administrator account associated with the current * GuardDuty member account.

+ * + * @deprecated This operation is deprecated, use GetAdministratorAccount instead * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -67,7 +69,6 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse, *

Base exception class for all service exceptions from GuardDuty service.

* * @public - * @deprecated This operation is deprecated, use GetAdministratorAccount instead */ export class GetMasterAccountCommand extends $Command .classBuilder< diff --git a/clients/client-iot-wireless/src/commands/GetPositionCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionCommand.ts index 9a8118ceb3ea..c5947dcca237 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionCommand.ts @@ -32,6 +32,8 @@ export interface GetPositionCommandOutput extends GetPositionResponse, __Metadat *

This action is no longer supported. Calls to retrieve the position information * should use the GetResourcePosition API operation instead.

* + * + * @deprecated This operation is no longer supported. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -85,7 +87,6 @@ export interface GetPositionCommandOutput extends GetPositionResponse, __Metadat *

Base exception class for all service exceptions from IoTWireless service.

* * @public - * @deprecated This operation is no longer supported. */ export class GetPositionCommand extends $Command .classBuilder< diff --git a/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts index 2adee197935c..2816611d17ff 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts @@ -32,6 +32,8 @@ export interface GetPositionConfigurationCommandOutput extends GetPositionConfig *

This action is no longer supported. Calls to retrieve the position configuration * should use the GetResourcePosition API operation instead.

* + * + * @deprecated This operation is no longer supported. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -83,7 +85,6 @@ export interface GetPositionConfigurationCommandOutput extends GetPositionConfig *

Base exception class for all service exceptions from IoTWireless service.

* * @public - * @deprecated This operation is no longer supported. */ export class GetPositionConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts index 44d0d9de0b77..86cb4e445816 100644 --- a/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts @@ -32,6 +32,8 @@ export interface ListPositionConfigurationsCommandOutput extends ListPositionCon *

This action is no longer supported. Calls to retrieve position information should * use the GetResourcePosition API operation instead.

* + * + * @deprecated This operation is no longer supported. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -88,7 +90,6 @@ export interface ListPositionConfigurationsCommandOutput extends ListPositionCon *

Base exception class for all service exceptions from IoTWireless service.

* * @public - * @deprecated This operation is no longer supported. */ export class ListPositionConfigurationsCommand extends $Command .classBuilder< diff --git a/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts index d39ff6aab7f7..6938ef8d096d 100644 --- a/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts @@ -32,6 +32,8 @@ export interface PutPositionConfigurationCommandOutput extends PutPositionConfig *

This action is no longer supported. Calls to update the position configuration * should use the UpdateResourcePosition API operation instead.

* + * + * @deprecated This operation is no longer supported. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +82,6 @@ export interface PutPositionConfigurationCommandOutput extends PutPositionConfig *

Base exception class for all service exceptions from IoTWireless service.

* * @public - * @deprecated This operation is no longer supported. */ export class PutPositionConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts b/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts index 11e1dae4ace3..af08274ae0a3 100644 --- a/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts @@ -32,6 +32,8 @@ export interface UpdatePositionCommandOutput extends UpdatePositionResponse, __M *

This action is no longer supported. Calls to update the position information * should use the UpdateResourcePosition API operation instead.

* + * + * @deprecated This operation is no longer supported. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -76,7 +78,6 @@ export interface UpdatePositionCommandOutput extends UpdatePositionResponse, __M *

Base exception class for all service exceptions from IoTWireless service.

* * @public - * @deprecated This operation is no longer supported. */ export class UpdatePositionCommand extends $Command .classBuilder< diff --git a/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts b/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts index 8b3ca8546341..bf2aedaf9728 100644 --- a/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts +++ b/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts @@ -33,6 +33,8 @@ export interface AttachPrincipalPolicyCommandOutput extends __MetadataBearer {} * Note: This action is deprecated and works as * expected for backward compatibility, but we won't add enhancements. Use AttachPolicy instead.

*

Requires permission to access the AttachPrincipalPolicy action.

+ * + * @deprecated * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +82,6 @@ export interface AttachPrincipalPolicyCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from IoT service.

* * @public - * @deprecated */ export class AttachPrincipalPolicyCommand extends $Command .classBuilder< diff --git a/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts b/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts index f43f00572e12..0953e9f2a647 100644 --- a/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts +++ b/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts @@ -32,6 +32,8 @@ export interface DetachPrincipalPolicyCommandOutput extends __MetadataBearer {} * Note: This action is deprecated and works as * expected for backward compatibility, but we won't add enhancements. Use DetachPolicy instead.

*

Requires permission to access the DetachPrincipalPolicy action.

+ * + * @deprecated * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -76,7 +78,6 @@ export interface DetachPrincipalPolicyCommandOutput extends __MetadataBearer {} *

Base exception class for all service exceptions from IoT service.

* * @public - * @deprecated */ export class DetachPrincipalPolicyCommand extends $Command .classBuilder< diff --git a/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts b/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts index 4c2e88238079..22aead200b29 100644 --- a/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts +++ b/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts @@ -32,6 +32,8 @@ export interface ListPolicyPrincipalsCommandOutput extends ListPolicyPrincipalsR * Note: This action is deprecated and works as * expected for backward compatibility, but we won't add enhancements. Use ListTargetsForPolicy instead.

*

Requires permission to access the ListPolicyPrincipals action.

+ * + * @deprecated * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -83,7 +85,6 @@ export interface ListPolicyPrincipalsCommandOutput extends ListPolicyPrincipalsR *

Base exception class for all service exceptions from IoT service.

* * @public - * @deprecated */ export class ListPolicyPrincipalsCommand extends $Command .classBuilder< diff --git a/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts b/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts index 0982a099de00..98cd16b4e065 100644 --- a/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts +++ b/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts @@ -33,6 +33,8 @@ export interface ListPrincipalPoliciesCommandOutput extends ListPrincipalPolicie * Note: This action is deprecated and works as * expected for backward compatibility, but we won't add enhancements. Use ListAttachedPolicies instead.

*

Requires permission to access the ListPrincipalPolicies action.

+ * + * @deprecated * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -87,7 +89,6 @@ export interface ListPrincipalPoliciesCommandOutput extends ListPrincipalPolicie *

Base exception class for all service exceptions from IoT service.

* * @public - * @deprecated */ export class ListPrincipalPoliciesCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts b/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts index f44859e516e8..d50d25f60e91 100644 --- a/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts @@ -29,6 +29,8 @@ export interface AssociateEntityToThingCommandOutput extends AssociateEntityToTh /** *

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.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -68,7 +70,6 @@ export interface AssociateEntityToThingCommandOutput extends AssociateEntityToTh *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class AssociateEntityToThingCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts index a997ec61ec5d..f7883df26e07 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts @@ -30,6 +30,8 @@ export interface CreateFlowTemplateCommandOutput extends CreateFlowTemplateRespo *

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 * latest version of the user's namespace unless another namespace version is specified in the request.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -81,7 +83,6 @@ export interface CreateFlowTemplateCommandOutput extends CreateFlowTemplateRespo *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class CreateFlowTemplateCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts index 971df502a52e..04cbc6cc6ad3 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts @@ -36,6 +36,8 @@ export interface CreateSystemInstanceCommandOutput extends CreateSystemInstanceR *

For cloud deployments, this action requires a flowActionsRoleArn value. This is an IAM role * that has permissions to access AWS services, such as AWS Lambda and AWS IoT, that the flow uses when it executes.

*

If the definition document doesn't specify a version of the user's namespace, the latest version will be used by default.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -105,7 +107,6 @@ export interface CreateSystemInstanceCommandOutput extends CreateSystemInstanceR *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class CreateSystemInstanceCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts index e29e3c52254d..754079567d0a 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts @@ -29,6 +29,8 @@ export interface CreateSystemTemplateCommandOutput extends CreateSystemTemplateR /** *

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.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -77,7 +79,6 @@ export interface CreateSystemTemplateCommandOutput extends CreateSystemTemplateR *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class CreateSystemTemplateCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts index 08ac321016a4..5796d44fcc3f 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts @@ -29,6 +29,8 @@ export interface DeleteFlowTemplateCommandOutput extends DeleteFlowTemplateRespo /** *

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

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -66,7 +68,6 @@ export interface DeleteFlowTemplateCommandOutput extends DeleteFlowTemplateRespo *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class DeleteFlowTemplateCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts index 15e96fdb642e..7efbc49c9acc 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts @@ -29,6 +29,8 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _ /** *

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.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -61,7 +63,6 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _ *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class DeleteNamespaceCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts index d2813b9db774..5c54b9c0d1f2 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts @@ -30,6 +30,8 @@ export interface DeleteSystemInstanceCommandOutput extends DeleteSystemInstanceR *

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

*

Users can create a new system instance that has the same ID as a deleted system instance.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -67,7 +69,6 @@ export interface DeleteSystemInstanceCommandOutput extends DeleteSystemInstanceR *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class DeleteSystemInstanceCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts index 8fa33c344ac3..28d868a45f79 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts @@ -29,6 +29,8 @@ export interface DeleteSystemTemplateCommandOutput extends DeleteSystemTemplateR /** *

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.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -66,7 +68,6 @@ export interface DeleteSystemTemplateCommandOutput extends DeleteSystemTemplateR *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class DeleteSystemTemplateCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts index b3309004cffb..a818d62895af 100644 --- a/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts @@ -39,6 +39,8 @@ export interface DeploySystemInstanceCommandOutput extends DeploySystemInstanceR *

Since this action creates a Greengrass deployment on the caller's behalf, the calling identity must have write permissions * to the specified Greengrass group. Otherwise, the call will fail with an authorization error.

*

For information about the artifacts that get added to your Greengrass core device when you use this API, see AWS IoT Things Graph and AWS IoT Greengrass.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -92,7 +94,6 @@ export interface DeploySystemInstanceCommandOutput extends DeploySystemInstanceR *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class DeploySystemInstanceCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts index b4d87c8c9ce8..f9f0f162a744 100644 --- a/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts @@ -28,6 +28,8 @@ export interface DeprecateFlowTemplateCommandOutput extends DeprecateFlowTemplat /** *

Deprecates the specified workflow. This action marks the workflow for deletion. Deprecated flows can't be deployed, but existing deployments will continue to run.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -65,7 +67,6 @@ export interface DeprecateFlowTemplateCommandOutput extends DeprecateFlowTemplat *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class DeprecateFlowTemplateCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts index 96b6321ce491..48f1236aafd1 100644 --- a/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts @@ -28,6 +28,8 @@ export interface DeprecateSystemTemplateCommandOutput extends DeprecateSystemTem /** *

Deprecates the specified system.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -65,7 +67,6 @@ export interface DeprecateSystemTemplateCommandOutput extends DeprecateSystemTem *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class DeprecateSystemTemplateCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts b/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts index f983566f5f2c..651eb1270595 100644 --- a/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts @@ -28,6 +28,8 @@ export interface DescribeNamespaceCommandOutput extends DescribeNamespaceRespons /** *

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

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -71,7 +73,6 @@ export interface DescribeNamespaceCommandOutput extends DescribeNamespaceRespons *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class DescribeNamespaceCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts b/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts index 2632972e8337..9e92070de4aa 100644 --- a/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts @@ -29,6 +29,8 @@ export interface DissociateEntityFromThingCommandOutput extends DissociateEntity /** *

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.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -67,7 +69,6 @@ export interface DissociateEntityFromThingCommandOutput extends DissociateEntity *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class DissociateEntityFromThingCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts b/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts index 520a9c83dd60..ae410fafce4a 100644 --- a/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts @@ -59,6 +59,8 @@ export interface GetEntitiesCommandOutput extends GetEntitiesResponse, __Metadat * * *

This action doesn't return definitions for systems, flows, and deployments.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -112,7 +114,6 @@ export interface GetEntitiesCommandOutput extends GetEntitiesResponse, __Metadat *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class GetEntitiesCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts index 5565beb113cf..d9e95e08e6e6 100644 --- a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts @@ -28,6 +28,8 @@ export interface GetFlowTemplateCommandOutput extends GetFlowTemplateResponse, _ /** *

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

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +82,6 @@ export interface GetFlowTemplateCommandOutput extends GetFlowTemplateResponse, _ *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class GetFlowTemplateCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts index f896f488106a..8c83818c8625 100644 --- a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts @@ -29,6 +29,8 @@ export interface GetFlowTemplateRevisionsCommandOutput extends GetFlowTemplateRe /** *

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.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -78,7 +80,6 @@ export interface GetFlowTemplateRevisionsCommandOutput extends GetFlowTemplateRe *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class GetFlowTemplateRevisionsCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts b/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts index 4882cd87b201..528d55cf6b1b 100644 --- a/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts @@ -28,6 +28,8 @@ export interface GetNamespaceDeletionStatusCommandOutput extends GetNamespaceDel /** *

Gets the status of a namespace deletion task.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -66,7 +68,6 @@ export interface GetNamespaceDeletionStatusCommandOutput extends GetNamespaceDel *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class GetNamespaceDeletionStatusCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts index f3014926a80d..1ea58a31a195 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts @@ -28,6 +28,8 @@ export interface GetSystemInstanceCommandOutput extends GetSystemInstanceRespons /** *

Gets a system instance.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -96,7 +98,6 @@ export interface GetSystemInstanceCommandOutput extends GetSystemInstanceRespons *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class GetSystemInstanceCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts index 82d7b372a6f2..332aedfc8dbd 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts @@ -28,6 +28,8 @@ export interface GetSystemTemplateCommandOutput extends GetSystemTemplateRespons /** *

Gets a system.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +82,6 @@ export interface GetSystemTemplateCommandOutput extends GetSystemTemplateRespons *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class GetSystemTemplateCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts index 8bb865233a0b..2d97442191ba 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts @@ -29,6 +29,8 @@ export interface GetSystemTemplateRevisionsCommandOutput extends GetSystemTempla /** *

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.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -78,7 +80,6 @@ export interface GetSystemTemplateRevisionsCommandOutput extends GetSystemTempla *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class GetSystemTemplateRevisionsCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts b/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts index ea885b6107c3..32d1f6b20a75 100644 --- a/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts @@ -28,6 +28,8 @@ export interface GetUploadStatusCommandOutput extends GetUploadStatusResponse, _ /** *

Gets the status of the specified upload.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -75,7 +77,6 @@ export interface GetUploadStatusCommandOutput extends GetUploadStatusResponse, _ *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class GetUploadStatusCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts b/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts index 3b89b38ff313..d73cbfeb5a8a 100644 --- a/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts @@ -28,6 +28,8 @@ export interface ListFlowExecutionMessagesCommandOutput extends ListFlowExecutio /** *

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

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -77,7 +79,6 @@ export interface ListFlowExecutionMessagesCommandOutput extends ListFlowExecutio *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class ListFlowExecutionMessagesCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts index b02b24c2ca7b..85b23d556d82 100644 --- a/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts @@ -28,6 +28,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Lists all tags on an AWS IoT Things Graph resource.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -75,7 +77,6 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class ListTagsForResourceCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts index 8d0c8e8c6933..035547ce8b8e 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts @@ -28,6 +28,8 @@ export interface SearchEntitiesCommandOutput extends SearchEntitiesResponse, __M /** *

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

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -89,7 +91,6 @@ export interface SearchEntitiesCommandOutput extends SearchEntitiesResponse, __M *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class SearchEntitiesCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts index e7938a091cb4..1e5e5a278d37 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts @@ -28,6 +28,8 @@ export interface SearchFlowExecutionsCommandOutput extends SearchFlowExecutionsR /** *

Searches for AWS IoT Things Graph workflow execution instances.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -82,7 +84,6 @@ export interface SearchFlowExecutionsCommandOutput extends SearchFlowExecutionsR *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class SearchFlowExecutionsCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts index 14536588d4ef..ed6c8d8ccaac 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts @@ -28,6 +28,8 @@ export interface SearchFlowTemplatesCommandOutput extends SearchFlowTemplatesRes /** *

Searches for summary information about workflows.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -81,7 +83,6 @@ export interface SearchFlowTemplatesCommandOutput extends SearchFlowTemplatesRes *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class SearchFlowTemplatesCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts index b9470a00fdfc..3e91db551861 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts @@ -28,6 +28,8 @@ export interface SearchSystemInstancesCommandOutput extends SearchSystemInstance /** *

Searches for system instances in the user's account.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -86,7 +88,6 @@ export interface SearchSystemInstancesCommandOutput extends SearchSystemInstance *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class SearchSystemInstancesCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts index a32c3f76d719..6adab638ea99 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts @@ -28,6 +28,8 @@ export interface SearchSystemTemplatesCommandOutput extends SearchSystemTemplate /** *

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.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -81,7 +83,6 @@ export interface SearchSystemTemplatesCommandOutput extends SearchSystemTemplate *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class SearchSystemTemplatesCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts index f3db0ec3e830..41950f7839ca 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts @@ -31,6 +31,8 @@ export interface SearchThingsCommandOutput extends SearchThingsResponse, __Metad *

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. * SearchThings(camera2) will return only thing2, but SearchThings(camera) will return both thing1 and thing2.

*

This action searches for exact matches and doesn't perform partial text matching.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface SearchThingsCommandOutput extends SearchThingsResponse, __Metad *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class SearchThingsCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts index 463904e58bc4..a4d1a3aacad2 100644 --- a/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts @@ -28,6 +28,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

Creates a tag for the specified resource.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -71,7 +73,6 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class TagResourceCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts index 10be6b5ec06b..8a09826a0726 100644 --- a/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts @@ -28,6 +28,8 @@ export interface UndeploySystemInstanceCommandOutput extends UndeploySystemInsta /** *

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

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +82,6 @@ export interface UndeploySystemInstanceCommandOutput extends UndeploySystemInsta *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class UndeploySystemInstanceCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts index 5d49cd30cffa..6280e1b8e701 100644 --- a/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts @@ -28,6 +28,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes a tag from the specified resource.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -68,7 +70,6 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class UntagResourceCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts index 1aaacf664d04..8ffe728826f4 100644 --- a/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts @@ -29,6 +29,8 @@ export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateRespo /** *

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.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -78,7 +80,6 @@ export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateRespo *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class UpdateFlowTemplateCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts index e38f30efd982..95111307cc1f 100644 --- a/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts @@ -28,6 +28,8 @@ export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateR /** *

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.

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -77,7 +79,6 @@ export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateR *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class UpdateSystemTemplateCommand extends $Command .classBuilder< diff --git a/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts b/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts index 563c7405a24b..2e4b57887c77 100644 --- a/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts @@ -38,6 +38,8 @@ export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefini *

Valid entities are Device, DeviceModel, Service, Capability, State, Action, Event, Property, * Mapping, Enum. *

+ * + * @deprecated since: 2022-08-30 * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefini *

Base exception class for all service exceptions from IoTThingsGraph service.

* * @public - * @deprecated since: 2022-08-30 */ export class UploadEntityDefinitionsCommand extends $Command .classBuilder< diff --git a/clients/client-lambda/src/commands/InvokeAsyncCommand.ts b/clients/client-lambda/src/commands/InvokeAsyncCommand.ts index 5e91e369e983..7ff3821f80f0 100644 --- a/clients/client-lambda/src/commands/InvokeAsyncCommand.ts +++ b/clients/client-lambda/src/commands/InvokeAsyncCommand.ts @@ -38,6 +38,8 @@ export interface InvokeAsyncCommandOutput extends InvokeAsyncResponse, __Metadat *

If you do use the InvokeAsync action, note that it doesn't support the use of X-Ray active tracing. Trace ID is not * propagated to the function, even if X-Ray active tracing is turned on.

* + * + * @deprecated * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -81,7 +83,6 @@ export interface InvokeAsyncCommandOutput extends InvokeAsyncResponse, __Metadat *

Base exception class for all service exceptions from Lambda service.

* * @public - * @deprecated */ export class InvokeAsyncCommand extends $Command .classBuilder< diff --git a/clients/client-lambda/src/models/models_0.ts b/clients/client-lambda/src/models/models_0.ts index 337088ef8093..178f72ae207d 100644 --- a/clients/client-lambda/src/models/models_0.ts +++ b/clients/client-lambda/src/models/models_0.ts @@ -4857,8 +4857,9 @@ export interface InvokeAsyncRequest { /** *

A success response (202 Accepted) indicates that the request is queued for invocation.

- * @public + * * @deprecated + * @public */ export interface InvokeAsyncResponse { /** diff --git a/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts b/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts index 97b9d47b4b00..1c21ab2188ed 100644 --- a/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts +++ b/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts @@ -39,6 +39,8 @@ export interface StartSupportDataExportCommandOutput extends StartSupportDataExp * be overwritten by the new file. * Requires a Role with an attached permissions policy providing Allow permissions for the following actions: * s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy. + * + * @deprecated This target has been deprecated. As of December 2022 Product Support Connection is no longer supported. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -77,7 +79,6 @@ export interface StartSupportDataExportCommandOutput extends StartSupportDataExp *

Base exception class for all service exceptions from MarketplaceCommerceAnalytics service.

* * @public - * @deprecated This target has been deprecated. As of December 2022 Product Support Connection is no longer supported. */ export class StartSupportDataExportCommand extends $Command .classBuilder< 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 eb71251b125e..a3dea5d46d16 100644 --- a/clients/client-marketplace-commerce-analytics/src/models/models_0.ts +++ b/clients/client-marketplace-commerce-analytics/src/models/models_0.ts @@ -253,8 +253,9 @@ export type SupportDataSetType = (typeof SupportDataSetType)[keyof typeof Suppor /** * This target has been deprecated. Container for the parameters to the StartSupportDataExport operation. - * @public + * * @deprecated This target has been deprecated. As of December 2022 Product Support Connection is no longer supported. + * @public */ export interface StartSupportDataExportRequest { /** @@ -320,8 +321,9 @@ export interface StartSupportDataExportRequest { /** * This target has been deprecated. Container for the result of the StartSupportDataExport operation. - * @public + * * @deprecated This target has been deprecated. As of December 2022 Product Support Connection is no longer supported. + * @public */ export interface StartSupportDataExportResult { /** diff --git a/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts b/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts index 5381dcaaff55..c7f4bc80136e 100644 --- a/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts @@ -28,6 +28,8 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons /** * Send an request with an empty body to the regional API endpoint to get your account API endpoint. + * + * @deprecated DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +82,6 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons *

Base exception class for all service exceptions from MediaConvert service.

* * @public - * @deprecated DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead. */ export class DescribeEndpointsCommand extends $Command .classBuilder< diff --git a/clients/client-mediaconvert/src/models/models_2.ts b/clients/client-mediaconvert/src/models/models_2.ts index aefc1809285c..6531995420e7 100644 --- a/clients/client-mediaconvert/src/models/models_2.ts +++ b/clients/client-mediaconvert/src/models/models_2.ts @@ -400,8 +400,9 @@ export type DescribeEndpointsMode = (typeof DescribeEndpointsMode)[keyof typeof /** * DescribeEndpointsRequest - * @public + * * @deprecated DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead. + * @public */ export interface DescribeEndpointsRequest { /** diff --git a/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts b/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts index 7336872d4013..dbcb91619c19 100644 --- a/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts +++ b/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts @@ -32,6 +32,8 @@ export interface RotateChannelCredentialsCommandOutput extends RotateChannelCred /** * Changes the Channel's first IngestEndpoint's username and password. WARNING - This API is deprecated. Please use RotateIngestEndpointCredentials instead + * + * @deprecated This API is deprecated. Please use RotateIngestEndpointCredentials instead * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -99,7 +101,6 @@ export interface RotateChannelCredentialsCommandOutput extends RotateChannelCred *

Base exception class for all service exceptions from MediaPackage service.

* * @public - * @deprecated This API is deprecated. Please use RotateIngestEndpointCredentials instead */ export class RotateChannelCredentialsCommand extends $Command .classBuilder< diff --git a/clients/client-mwaa/src/commands/PublishMetricsCommand.ts b/clients/client-mwaa/src/commands/PublishMetricsCommand.ts index 882298bb0b24..ce96ac1357e6 100644 --- a/clients/client-mwaa/src/commands/PublishMetricsCommand.ts +++ b/clients/client-mwaa/src/commands/PublishMetricsCommand.ts @@ -29,6 +29,8 @@ export interface PublishMetricsCommandOutput extends PublishMetricsOutput, __Met /** *

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

+ * + * @deprecated This API is for internal use and not meant for public use, and is no longer available. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +82,6 @@ export interface PublishMetricsCommandOutput extends PublishMetricsOutput, __Met *

Base exception class for all service exceptions from MWAA service.

* * @public - * @deprecated This API is for internal use and not meant for public use, and is no longer available. */ export class PublishMetricsCommand extends $Command .classBuilder< diff --git a/clients/client-mwaa/src/models/models_0.ts b/clients/client-mwaa/src/models/models_0.ts index f80d84b3ed43..bc35846acf70 100644 --- a/clients/client-mwaa/src/models/models_0.ts +++ b/clients/client-mwaa/src/models/models_0.ts @@ -989,8 +989,9 @@ export interface ListTagsForResourceOutput { /** *

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

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

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

- * @public + * * @deprecated This type is for internal use and not meant for public use. Data set for this type will be ignored. + * @public */ export interface StatisticSet { /** @@ -1086,8 +1088,9 @@ export type Unit = (typeof Unit)[keyof typeof Unit]; /** *

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

- * @public + * * @deprecated This type is for internal use and not meant for public use. Data set for this type will be ignored. + * @public */ export interface MetricDatum { /** diff --git a/clients/client-qconnect/src/commands/GetRecommendationsCommand.ts b/clients/client-qconnect/src/commands/GetRecommendationsCommand.ts index 736bc62c71f3..10ae6db8bf35 100644 --- a/clients/client-qconnect/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-qconnect/src/commands/GetRecommendationsCommand.ts @@ -35,6 +35,8 @@ export interface GetRecommendationsCommandOutput extends GetRecommendationsRespo * recommendations in subsequent calls, use NotifyRecommendationsReceived. This API supports long-polling behavior with the * waitTimeSeconds parameter. Short poll is the default behavior and only returns * recommendations already available. To perform a manual query against an assistant, use QueryAssistant.

+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -225,7 +227,6 @@ export interface GetRecommendationsCommandOutput extends GetRecommendationsRespo *

Base exception class for all service exceptions from QConnect service.

* * @public - * @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. */ export class GetRecommendationsCommand extends $Command .classBuilder< diff --git a/clients/client-qconnect/src/commands/QueryAssistantCommand.ts b/clients/client-qconnect/src/commands/QueryAssistantCommand.ts index f48c69ba111c..cdc5f98518aa 100644 --- a/clients/client-qconnect/src/commands/QueryAssistantCommand.ts +++ b/clients/client-qconnect/src/commands/QueryAssistantCommand.ts @@ -35,6 +35,8 @@ export interface QueryAssistantCommandOutput extends QueryAssistantResponse, __M *

Performs a manual search against the specified assistant. To retrieve recommendations for * an assistant, use GetRecommendations. *

+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -225,7 +227,6 @@ export interface QueryAssistantCommandOutput extends QueryAssistantResponse, __M *

Base exception class for all service exceptions from QConnect service.

* * @public - * @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. */ export class QueryAssistantCommand extends $Command .classBuilder< diff --git a/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts b/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts index b3fed7f30044..e216c451f8fb 100644 --- a/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts +++ b/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts @@ -32,6 +32,8 @@ export interface ExecuteSqlCommandOutput extends ExecuteSqlResponse, __MetadataB *

This operation isn't supported for Aurora PostgreSQL Serverless v2 and provisioned DB clusters, and for Aurora Serverless v1 DB clusters, * the operation is deprecated. Use the BatchExecuteStatement or ExecuteStatement operation.

* + * + * @deprecated The ExecuteSql API is deprecated, please use the ExecuteStatement API. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -143,7 +145,6 @@ export interface ExecuteSqlCommandOutput extends ExecuteSqlResponse, __MetadataB *

Base exception class for all service exceptions from RDSData service.

* * @public - * @deprecated The ExecuteSql API is deprecated, please use the ExecuteStatement API. */ export class ExecuteSqlCommand extends $Command .classBuilder< diff --git a/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts index 5391840a1849..bae10e8892b2 100644 --- a/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts @@ -31,6 +31,8 @@ export interface CancelDeploymentJobCommandOutput extends CancelDeploymentJobRes * *

This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.

*
+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -69,7 +71,6 @@ export interface CancelDeploymentJobCommandOutput extends CancelDeploymentJobRes *

Base exception class for all service exceptions from RoboMaker service.

* * @public - * @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. */ export class CancelDeploymentJobCommand extends $Command .classBuilder< diff --git a/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts index eabe689b3e2c..03b1c8b4f17a 100644 --- a/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts @@ -38,6 +38,8 @@ export interface CreateDeploymentJobCommandOutput extends CreateDeploymentJobRes *

After 90 days, deployment jobs expire and will be deleted. They will no longer be * accessible.

* + * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -151,7 +153,6 @@ export interface CreateDeploymentJobCommandOutput extends CreateDeploymentJobRes *

Base exception class for all service exceptions from RoboMaker service.

* * @public - * @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. */ export class CreateDeploymentJobCommand extends $Command .classBuilder< diff --git a/clients/client-robomaker/src/commands/CreateFleetCommand.ts b/clients/client-robomaker/src/commands/CreateFleetCommand.ts index b6e898993e20..30987c2f1433 100644 --- a/clients/client-robomaker/src/commands/CreateFleetCommand.ts +++ b/clients/client-robomaker/src/commands/CreateFleetCommand.ts @@ -31,6 +31,8 @@ export interface CreateFleetCommandOutput extends CreateFleetResponse, __Metadat * *

This API is no longer supported and will throw an error if used.

*
+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +82,6 @@ export interface CreateFleetCommandOutput extends CreateFleetResponse, __Metadat *

Base exception class for all service exceptions from RoboMaker service.

* * @public - * @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. */ export class CreateFleetCommand extends $Command .classBuilder< diff --git a/clients/client-robomaker/src/commands/CreateRobotCommand.ts b/clients/client-robomaker/src/commands/CreateRobotCommand.ts index 7015e654264d..8b33bc4c6903 100644 --- a/clients/client-robomaker/src/commands/CreateRobotCommand.ts +++ b/clients/client-robomaker/src/commands/CreateRobotCommand.ts @@ -31,6 +31,8 @@ export interface CreateRobotCommandOutput extends CreateRobotResponse, __Metadat * *

This API is no longer supported and will throw an error if used.

*
+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -87,7 +89,6 @@ export interface CreateRobotCommandOutput extends CreateRobotResponse, __Metadat *

Base exception class for all service exceptions from RoboMaker service.

* * @public - * @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. */ export class CreateRobotCommand extends $Command .classBuilder< diff --git a/clients/client-robomaker/src/commands/DeleteFleetCommand.ts b/clients/client-robomaker/src/commands/DeleteFleetCommand.ts index 8afd30f68453..b7f91ebe711a 100644 --- a/clients/client-robomaker/src/commands/DeleteFleetCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteFleetCommand.ts @@ -31,6 +31,8 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __Metadat * *

This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.

*
+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -66,7 +68,6 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __Metadat *

Base exception class for all service exceptions from RoboMaker service.

* * @public - * @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. */ export class DeleteFleetCommand extends $Command .classBuilder< diff --git a/clients/client-robomaker/src/commands/DeleteRobotCommand.ts b/clients/client-robomaker/src/commands/DeleteRobotCommand.ts index b584ea63aa4b..d398f52a380d 100644 --- a/clients/client-robomaker/src/commands/DeleteRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteRobotCommand.ts @@ -31,6 +31,8 @@ export interface DeleteRobotCommandOutput extends DeleteRobotResponse, __Metadat * *

This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.

*
+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -66,7 +68,6 @@ export interface DeleteRobotCommandOutput extends DeleteRobotResponse, __Metadat *

Base exception class for all service exceptions from RoboMaker service.

* * @public - * @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. */ export class DeleteRobotCommand extends $Command .classBuilder< diff --git a/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts b/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts index 7cdeeba1c4fa..c3e9713263af 100644 --- a/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts @@ -31,6 +31,8 @@ export interface DeregisterRobotCommandOutput extends DeregisterRobotResponse, _ * *

This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.

*
+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -73,7 +75,6 @@ export interface DeregisterRobotCommandOutput extends DeregisterRobotResponse, _ *

Base exception class for all service exceptions from RoboMaker service.

* * @public - * @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. */ export class DeregisterRobotCommand extends $Command .classBuilder< diff --git a/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts index ee1fc707e9d7..140a03a32802 100644 --- a/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts @@ -31,6 +31,8 @@ export interface DescribeDeploymentJobCommandOutput extends DescribeDeploymentJo * *

This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.

*
+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -120,7 +122,6 @@ export interface DescribeDeploymentJobCommandOutput extends DescribeDeploymentJo *

Base exception class for all service exceptions from RoboMaker service.

* * @public - * @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. */ export class DescribeDeploymentJobCommand extends $Command .classBuilder< diff --git a/clients/client-robomaker/src/commands/DescribeFleetCommand.ts b/clients/client-robomaker/src/commands/DescribeFleetCommand.ts index bd8d6998316f..e17a2b1d3de2 100644 --- a/clients/client-robomaker/src/commands/DescribeFleetCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeFleetCommand.ts @@ -31,6 +31,8 @@ export interface DescribeFleetCommandOutput extends DescribeFleetResponse, __Met * *

This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.

*
+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -92,7 +94,6 @@ export interface DescribeFleetCommandOutput extends DescribeFleetResponse, __Met *

Base exception class for all service exceptions from RoboMaker service.

* * @public - * @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. */ export class DescribeFleetCommand extends $Command .classBuilder< diff --git a/clients/client-robomaker/src/commands/DescribeRobotCommand.ts b/clients/client-robomaker/src/commands/DescribeRobotCommand.ts index 9f84e0e728a1..99b4a7fce491 100644 --- a/clients/client-robomaker/src/commands/DescribeRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeRobotCommand.ts @@ -31,6 +31,8 @@ export interface DescribeRobotCommandOutput extends DescribeRobotResponse, __Met * *

This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.

*
+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -82,7 +84,6 @@ export interface DescribeRobotCommandOutput extends DescribeRobotResponse, __Met *

Base exception class for all service exceptions from RoboMaker service.

* * @public - * @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. */ export class DescribeRobotCommand extends $Command .classBuilder< diff --git a/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts b/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts index 76d4f335282b..e224c3afdd37 100644 --- a/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts @@ -31,6 +31,8 @@ export interface ListDeploymentJobsCommandOutput extends ListDeploymentJobsRespo * *

This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.

*
+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -115,7 +117,6 @@ export interface ListDeploymentJobsCommandOutput extends ListDeploymentJobsRespo *

Base exception class for all service exceptions from RoboMaker service.

* * @public - * @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. */ export class ListDeploymentJobsCommand extends $Command .classBuilder< diff --git a/clients/client-robomaker/src/commands/ListFleetsCommand.ts b/clients/client-robomaker/src/commands/ListFleetsCommand.ts index e229cf7d72be..1b1a929ce168 100644 --- a/clients/client-robomaker/src/commands/ListFleetsCommand.ts +++ b/clients/client-robomaker/src/commands/ListFleetsCommand.ts @@ -31,6 +31,8 @@ export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataB * *

This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.

*
+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -90,7 +92,6 @@ export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataB *

Base exception class for all service exceptions from RoboMaker service.

* * @public - * @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. */ export class ListFleetsCommand extends $Command .classBuilder< diff --git a/clients/client-robomaker/src/commands/ListRobotsCommand.ts b/clients/client-robomaker/src/commands/ListRobotsCommand.ts index 1c8bb4453801..9996eac27624 100644 --- a/clients/client-robomaker/src/commands/ListRobotsCommand.ts +++ b/clients/client-robomaker/src/commands/ListRobotsCommand.ts @@ -31,6 +31,8 @@ export interface ListRobotsCommandOutput extends ListRobotsResponse, __MetadataB * *

This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.

*
+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -93,7 +95,6 @@ export interface ListRobotsCommandOutput extends ListRobotsResponse, __MetadataB *

Base exception class for all service exceptions from RoboMaker service.

* * @public - * @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. */ export class ListRobotsCommand extends $Command .classBuilder< diff --git a/clients/client-robomaker/src/commands/RegisterRobotCommand.ts b/clients/client-robomaker/src/commands/RegisterRobotCommand.ts index d763320950fd..d91225d5bcd9 100644 --- a/clients/client-robomaker/src/commands/RegisterRobotCommand.ts +++ b/clients/client-robomaker/src/commands/RegisterRobotCommand.ts @@ -31,6 +31,8 @@ export interface RegisterRobotCommandOutput extends RegisterRobotResponse, __Met * *

This API is no longer supported and will throw an error if used.

*
+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -77,7 +79,6 @@ export interface RegisterRobotCommandOutput extends RegisterRobotResponse, __Met *

Base exception class for all service exceptions from RoboMaker service.

* * @public - * @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. */ export class RegisterRobotCommand extends $Command .classBuilder< diff --git a/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts index 8e5f3efc22d4..352aa39bedf6 100644 --- a/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts @@ -31,6 +31,8 @@ export interface SyncDeploymentJobCommandOutput extends SyncDeploymentJobRespons * *

This API will no longer be supported as of May 2, 2022. Use it to remove resources that were created for Deployment Service.

*
+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -113,7 +115,6 @@ export interface SyncDeploymentJobCommandOutput extends SyncDeploymentJobRespons *

Base exception class for all service exceptions from RoboMaker service.

* * @public - * @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. */ export class SyncDeploymentJobCommand extends $Command .classBuilder< diff --git a/clients/client-route-53/src/models/models_0.ts b/clients/client-route-53/src/models/models_0.ts index bbf383cb39da..7f29b2a30a76 100644 --- a/clients/client-route-53/src/models/models_0.ts +++ b/clients/client-route-53/src/models/models_0.ts @@ -4945,8 +4945,9 @@ export interface DeleteHealthCheckResponse {} /** *

This error code is not in use.

- * @public + * * @deprecated + * @public */ export class HealthCheckInUse extends __BaseException { readonly name: "HealthCheckInUse" = "HealthCheckInUse"; diff --git a/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts b/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts index 1d7f5b33c550..8b4dcb737370 100644 --- a/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts +++ b/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts @@ -80,39 +80,39 @@ export interface DeleteObjectTaggingCommandOutput extends DeleteObjectTaggingOut *

Base exception class for all service exceptions from S3 service.

* * @public - * @example To remove tag set from an object + * @example To remove tag set from an object version * ```javascript - * // The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version. + * // The following example removes tag set associated with the specified object version. The request specifies both the object key and object version. * const input = { * "Bucket": "examplebucket", - * "Key": "HappyFace.jpg" + * "Key": "HappyFace.jpg", + * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" * }; * const command = new DeleteObjectTaggingCommand(input); * const response = await client.send(command); * /* response == * { - * "VersionId": "null" + * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" * } * *\/ - * // example id: to-remove-tag-set-from-an-object-1483145342862 + * // example id: to-remove-tag-set-from-an-object-version-1483145285913 * ``` * - * @example To remove tag set from an object version + * @example To remove tag set from an object * ```javascript - * // The following example removes tag set associated with the specified object version. The request specifies both the object key and object version. + * // The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version. * const input = { * "Bucket": "examplebucket", - * "Key": "HappyFace.jpg", - * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" + * "Key": "HappyFace.jpg" * }; * const command = new DeleteObjectTaggingCommand(input); * const response = await client.send(command); * /* response == * { - * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" + * "VersionId": "null" * } * *\/ - * // example id: to-remove-tag-set-from-an-object-version-1483145285913 + * // example id: to-remove-tag-set-from-an-object-1483145342862 * ``` * */ diff --git a/clients/client-s3/src/commands/GetObjectCommand.ts b/clients/client-s3/src/commands/GetObjectCommand.ts index 6785aed03ec2..ae34f61dfdfb 100644 --- a/clients/client-s3/src/commands/GetObjectCommand.ts +++ b/clients/client-s3/src/commands/GetObjectCommand.ts @@ -285,53 +285,53 @@ export interface GetObjectCommandOutput extends Omit, _ *

Base exception class for all service exceptions from S3 service.

* * @public - * @example To retrieve a byte range of an object + * @example To retrieve an object * ```javascript - * // The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range. + * // The following example retrieves an object for an S3 bucket. * const input = { * "Bucket": "examplebucket", - * "Key": "SampleFile.txt", - * "Range": "bytes=0-9" + * "Key": "HappyFace.jpg" * }; * const command = new GetObjectCommand(input); * const response = await client.send(command); * /* response == * { * "AcceptRanges": "bytes", - * "ContentLength": "10", - * "ContentRange": "bytes 0-9/43", - * "ContentType": "text/plain", - * "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"", - * "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT", + * "ContentLength": "3191", + * "ContentType": "image/jpeg", + * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", + * "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT", * "Metadata": {}, + * "TagCount": 2, * "VersionId": "null" * } * *\/ - * // example id: to-retrieve-a-byte-range-of-an-object--1481832674603 + * // example id: to-retrieve-an-object-1481827837012 * ``` * - * @example To retrieve an object + * @example To retrieve a byte range of an object * ```javascript - * // The following example retrieves an object for an S3 bucket. + * // The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range. * const input = { * "Bucket": "examplebucket", - * "Key": "HappyFace.jpg" + * "Key": "SampleFile.txt", + * "Range": "bytes=0-9" * }; * const command = new GetObjectCommand(input); * const response = await client.send(command); * /* response == * { * "AcceptRanges": "bytes", - * "ContentLength": "3191", - * "ContentType": "image/jpeg", - * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT", + * "ContentLength": "10", + * "ContentRange": "bytes 0-9/43", + * "ContentType": "text/plain", + * "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"", + * "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT", * "Metadata": {}, - * "TagCount": 2, * "VersionId": "null" * } * *\/ - * // example id: to-retrieve-an-object-1481827837012 + * // example id: to-retrieve-a-byte-range-of-an-object--1481832674603 * ``` * */ diff --git a/clients/client-s3/src/commands/GetObjectTaggingCommand.ts b/clients/client-s3/src/commands/GetObjectTaggingCommand.ts index ad31c2009b92..389646090881 100644 --- a/clients/client-s3/src/commands/GetObjectTaggingCommand.ts +++ b/clients/client-s3/src/commands/GetObjectTaggingCommand.ts @@ -96,13 +96,12 @@ export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, _ *

Base exception class for all service exceptions from S3 service.

* * @public - * @example To retrieve tag set of a specific object version + * @example To retrieve tag set of an object * ```javascript - * // The following example retrieves tag set of an object. The request specifies object version. + * // The following example retrieves tag set of an object. * const input = { * "Bucket": "examplebucket", - * "Key": "exampleobject", - * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" + * "Key": "HappyFace.jpg" * }; * const command = new GetObjectTaggingCommand(input); * const response = await client.send(command); @@ -110,22 +109,27 @@ export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, _ * { * "TagSet": [ * { - * "Key": "Key1", - * "Value": "Value1" + * "Key": "Key4", + * "Value": "Value4" + * }, + * { + * "Key": "Key3", + * "Value": "Value3" * } * ], - * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" + * "VersionId": "null" * } * *\/ - * // example id: to-retrieve-tag-set-of-a-specific-object-version-1483400283663 + * // example id: to-retrieve-tag-set-of-an-object-1481833847896 * ``` * - * @example To retrieve tag set of an object + * @example To retrieve tag set of a specific object version * ```javascript - * // The following example retrieves tag set of an object. + * // The following example retrieves tag set of an object. The request specifies object version. * const input = { * "Bucket": "examplebucket", - * "Key": "HappyFace.jpg" + * "Key": "exampleobject", + * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" * }; * const command = new GetObjectTaggingCommand(input); * const response = await client.send(command); @@ -133,18 +137,14 @@ export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, _ * { * "TagSet": [ * { - * "Key": "Key4", - * "Value": "Value4" - * }, - * { - * "Key": "Key3", - * "Value": "Value3" + * "Key": "Key1", + * "Value": "Value1" * } * ], - * "VersionId": "null" + * "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI" * } * *\/ - * // example id: to-retrieve-tag-set-of-an-object-1481833847896 + * // example id: to-retrieve-tag-set-of-a-specific-object-version-1483400283663 * ``` * */ diff --git a/clients/client-s3/src/commands/ListObjectVersionsCommand.ts b/clients/client-s3/src/commands/ListObjectVersionsCommand.ts index f8a2cf663483..0b707ddc8778 100644 --- a/clients/client-s3/src/commands/ListObjectVersionsCommand.ts +++ b/clients/client-s3/src/commands/ListObjectVersionsCommand.ts @@ -155,7 +155,7 @@ export interface ListObjectVersionsCommandOutput extends ListObjectVersionsOutpu * @public * @example To list object versions * ```javascript - * // The following example return versions of an object with specific key name prefix. The request limits the number of items returned to two. If there are are more than two object version, S3 returns NextToken in the response. You can specify this token value in your next request to fetch next set of object versions. + * // The following example returns versions of an object with specific key name prefix. * const input = { * "Bucket": "examplebucket", * "Prefix": "HappyFace.jpg" diff --git a/clients/client-s3/src/commands/PutObjectCommand.ts b/clients/client-s3/src/commands/PutObjectCommand.ts index 391af9ebb294..5a1ff9a535d6 100644 --- a/clients/client-s3/src/commands/PutObjectCommand.ts +++ b/clients/client-s3/src/commands/PutObjectCommand.ts @@ -244,23 +244,26 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare *

Base exception class for all service exceptions from S3 service.

* * @public - * @example To create an object. + * @example To upload an object and specify server-side encryption and object tags * ```javascript - * // The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response. + * // The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response. * const input = { * "Body": "filetoupload", * "Bucket": "examplebucket", - * "Key": "objectkey" + * "Key": "exampleobject", + * "ServerSideEncryption": "AES256", + * "Tagging": "key1=value1&key2=value2" * }; * const command = new PutObjectCommand(input); * const response = await client.send(command); * /* response == * { * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ" + * "ServerSideEncryption": "AES256", + * "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt" * } * *\/ - * // example id: to-create-an-object-1483147613675 + * // example id: to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831 * ``` * * @example To upload object and specify user-defined metadata @@ -286,6 +289,26 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare * // example id: to-upload-object-and-specify-user-defined-metadata-1483396974757 * ``` * + * @example To upload an object and specify canned ACL. + * ```javascript + * // The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response. + * const input = { + * "ACL": "authenticated-read", + * "Body": "filetoupload", + * "Bucket": "examplebucket", + * "Key": "exampleobject" + * }; + * const command = new PutObjectCommand(input); + * const response = await client.send(command); + * /* response == + * { + * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", + * "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr" + * } + * *\/ + * // example id: to-upload-an-object-and-specify-canned-acl-1483397779571 + * ``` + * * @example To upload an object * ```javascript * // The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object. @@ -305,24 +328,23 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare * // example id: to-upload-an-object-1481760101010 * ``` * - * @example To upload an object and specify canned ACL. + * @example To create an object. * ```javascript - * // The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response. + * // The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response. * const input = { - * "ACL": "authenticated-read", * "Body": "filetoupload", * "Bucket": "examplebucket", - * "Key": "exampleobject" + * "Key": "objectkey" * }; * const command = new PutObjectCommand(input); * const response = await client.send(command); * /* response == * { * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr" + * "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ" * } * *\/ - * // example id: to-upload-an-object-and-specify-canned-acl-1483397779571 + * // example id: to-create-an-object-1483147613675 * ``` * * @example To upload an object (specify optional headers) @@ -367,28 +389,6 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare * // example id: to-upload-an-object-and-specify-optional-tags-1481762310955 * ``` * - * @example To upload an object and specify server-side encryption and object tags - * ```javascript - * // The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response. - * const input = { - * "Body": "filetoupload", - * "Bucket": "examplebucket", - * "Key": "exampleobject", - * "ServerSideEncryption": "AES256", - * "Tagging": "key1=value1&key2=value2" - * }; - * const command = new PutObjectCommand(input); - * const response = await client.send(command); - * /* response == - * { - * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"", - * "ServerSideEncryption": "AES256", - * "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt" - * } - * *\/ - * // example id: to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831 - * ``` - * */ export class PutObjectCommand extends $Command .classBuilder< diff --git a/clients/client-s3/src/commands/UploadPartCopyCommand.ts b/clients/client-s3/src/commands/UploadPartCopyCommand.ts index 667775299d19..8bd529428026 100644 --- a/clients/client-s3/src/commands/UploadPartCopyCommand.ts +++ b/clients/client-s3/src/commands/UploadPartCopyCommand.ts @@ -271,15 +271,14 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met *

Base exception class for all service exceptions from S3 service.

* * @public - * @example To upload a part by copying byte range from an existing object as data source + * @example To upload a part by copying data from an existing object as data source * ```javascript - * // The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source. + * // The following example uploads a part of a multipart upload by copying data from an existing object as data source. * const input = { * "Bucket": "examplebucket", * "CopySource": "/bucketname/sourceobjectkey", - * "CopySourceRange": "bytes=1-100000", * "Key": "examplelargeobject", - * "PartNumber": "2", + * "PartNumber": "1", * "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--" * }; * const command = new UploadPartCopyCommand(input); @@ -287,22 +286,23 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met * /* response == * { * "CopyPartResult": { - * "ETag": "\"65d16d19e65a7508a51f043180edcc36\"", - * "LastModified": "2016-12-29T21:44:28.000Z" + * "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"", + * "LastModified": "2016-12-29T21:24:43.000Z" * } * } * *\/ - * // example id: to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594 + * // example id: to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348 * ``` * - * @example To upload a part by copying data from an existing object as data source + * @example To upload a part by copying byte range from an existing object as data source * ```javascript - * // The following example uploads a part of a multipart upload by copying data from an existing object as data source. + * // The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source. * const input = { * "Bucket": "examplebucket", * "CopySource": "/bucketname/sourceobjectkey", + * "CopySourceRange": "bytes=1-100000", * "Key": "examplelargeobject", - * "PartNumber": "1", + * "PartNumber": "2", * "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--" * }; * const command = new UploadPartCopyCommand(input); @@ -310,12 +310,12 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met * /* response == * { * "CopyPartResult": { - * "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"", - * "LastModified": "2016-12-29T21:24:43.000Z" + * "ETag": "\"65d16d19e65a7508a51f043180edcc36\"", + * "LastModified": "2016-12-29T21:44:28.000Z" * } * } * *\/ - * // example id: to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348 + * // example id: to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594 * ``` * */ diff --git a/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts b/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts index 4e6b35b0c537..dc0761aec7d1 100644 --- a/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts @@ -35,6 +35,8 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, * Organizations.

*

When the member account accepts the invitation, permission is granted to the administrator * account to view findings generated in the member account.

+ * + * @deprecated This API has been deprecated, use AcceptAdministratorInvitation API instead. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -78,7 +80,6 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, *

Base exception class for all service exceptions from SecurityHub service.

* * @public - * @deprecated This API has been deprecated, use AcceptAdministratorInvitation API instead. */ export class AcceptInvitationCommand extends $Command .classBuilder< diff --git a/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts index 8f20b3ccb1e1..38d104b532af 100644 --- a/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts @@ -39,6 +39,8 @@ export interface DisassociateFromMasterAccountCommandOutput *

This operation is only used by accounts that are not part of an organization. For * organization accounts, only the administrator account can * disassociate a member account.

+ * + * @deprecated This API has been deprecated, use DisassociateFromAdministratorAccount API instead. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface DisassociateFromMasterAccountCommandOutput *

Base exception class for all service exceptions from SecurityHub service.

* * @public - * @deprecated This API has been deprecated, use DisassociateFromAdministratorAccount API instead. */ export class DisassociateFromMasterAccountCommand extends $Command .classBuilder< diff --git a/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts b/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts index 66ffb9eb9670..b02d65d6f0f5 100644 --- a/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts +++ b/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts @@ -32,6 +32,8 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse, *

Provides the details for the Security Hub administrator account for the current member account.

*

Can be used by both member accounts that are managed using Organizations and accounts that were * invited manually.

+ * + * @deprecated This API has been deprecated, use GetAdministratorAccount API instead. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse, *

Base exception class for all service exceptions from SecurityHub service.

* * @public - * @deprecated This API has been deprecated, use GetAdministratorAccount API instead. */ export class GetMasterAccountCommand extends $Command .classBuilder< diff --git a/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts b/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts index 3c400d15a5dc..8c9750fbf099 100644 --- a/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts @@ -28,6 +28,8 @@ export interface DeleteSubscriptionCommandOutput extends DeleteSubscriptionRespo /** *

Removes Shield Advanced from an account. Shield Advanced requires a 1-year subscription commitment. You cannot delete a subscription prior to the completion of that commitment.

+ * + * @deprecated * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -60,7 +62,6 @@ export interface DeleteSubscriptionCommandOutput extends DeleteSubscriptionRespo *

Base exception class for all service exceptions from Shield service.

* * @public - * @deprecated */ export class DeleteSubscriptionCommand extends $Command .classBuilder< diff --git a/clients/client-signer/src/models/models_0.ts b/clients/client-signer/src/models/models_0.ts index f5a99f59134f..ac4470ed0917 100644 --- a/clients/client-signer/src/models/models_0.ts +++ b/clients/client-signer/src/models/models_0.ts @@ -1853,8 +1853,9 @@ export interface StartSigningJobResponse { /** *

The request was denied due to request throttling.

*

Instead of this error, TooManyRequestsException should be used.

- * @public + * * @deprecated Instead of this error, TooManyRequestsException should be used. + * @public */ export class ThrottlingException extends __BaseException { readonly name: "ThrottlingException" = "ThrottlingException"; diff --git a/clients/client-sms/src/SMS.ts b/clients/client-sms/src/SMS.ts index 424d4ba4cd4f..e5f1284077e2 100644 --- a/clients/client-sms/src/SMS.ts +++ b/clients/client-sms/src/SMS.ts @@ -781,8 +781,9 @@ export interface SMS { *

* * - * @public + * * @deprecated AWS Server Migration Service is Deprecated. + * @public */ export class SMS extends SMSClient implements SMS {} createAggregatedClient(commands, SMS); diff --git a/clients/client-sms/src/SMSClient.ts b/clients/client-sms/src/SMSClient.ts index f87bf38d6a06..e181621e1b24 100644 --- a/clients/client-sms/src/SMSClient.ts +++ b/clients/client-sms/src/SMSClient.ts @@ -436,8 +436,9 @@ export interface SMSClientResolvedConfig extends SMSClientResolvedConfigType {} *

* * - * @public + * * @deprecated AWS Server Migration Service is Deprecated. + * @public */ export class SMSClient extends __Client< __HttpHandlerOptions, diff --git a/clients/client-sqs/src/models/models_0.ts b/clients/client-sqs/src/models/models_0.ts index fea482a1155f..a3320f896483 100644 --- a/clients/client-sqs/src/models/models_0.ts +++ b/clients/client-sqs/src/models/models_0.ts @@ -975,8 +975,9 @@ export interface DeleteMessageRequest { /** *

The specified receipt handle isn't valid for the current version.

- * @public + * * @deprecated exception has been included in ReceiptHandleIsInvalid + * @public */ export class InvalidIdFormat extends __BaseException { readonly name: "InvalidIdFormat" = "InvalidIdFormat"; diff --git a/clients/client-verifiedpermissions/src/models/models_0.ts b/clients/client-verifiedpermissions/src/models/models_0.ts index ff224b990269..4cbb302b0d1e 100644 --- a/clients/client-verifiedpermissions/src/models/models_0.ts +++ b/clients/client-verifiedpermissions/src/models/models_0.ts @@ -1379,8 +1379,9 @@ export type OpenIdIssuer = (typeof OpenIdIssuer)[keyof typeof OpenIdIssuer]; *

A structure that contains configuration of the identity source.

*

This data type was a response parameter for the GetIdentitySource * operation. Replaced by ConfigurationDetail.

- * @public + * * @deprecated This shape has been replaced by ConfigurationDetail + * @public */ export interface IdentitySourceDetails { /** @@ -1875,8 +1876,9 @@ export interface ListIdentitySourcesInput { *

A structure that contains configuration of the identity source.

*

This data type was a response parameter for the ListIdentitySources * operation. Replaced by ConfigurationItem.

- * @public + * * @deprecated This shape has been replaced by ConfigurationItem + * @public */ export interface IdentitySourceItemDetails { /** diff --git a/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts b/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts index 0d6441d7aed2..9137bb907f66 100644 --- a/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts @@ -35,6 +35,8 @@ export interface GetRecommendationsCommandOutput extends GetRecommendationsRespo * recommendations in subsequent calls, use NotifyRecommendationsReceived. This API supports long-polling behavior with the * waitTimeSeconds parameter. Short poll is the default behavior and only returns * recommendations already available. To perform a manual query against an assistant, use QueryAssistant.

+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -122,7 +124,6 @@ export interface GetRecommendationsCommandOutput extends GetRecommendationsRespo *

Base exception class for all service exceptions from Wisdom service.

* * @public - * @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. */ export class GetRecommendationsCommand extends $Command .classBuilder< diff --git a/clients/client-wisdom/src/commands/QueryAssistantCommand.ts b/clients/client-wisdom/src/commands/QueryAssistantCommand.ts index 2e93552e53e8..4049269273a2 100644 --- a/clients/client-wisdom/src/commands/QueryAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/QueryAssistantCommand.ts @@ -35,6 +35,8 @@ export interface QueryAssistantCommandOutput extends QueryAssistantResponse, __M *

Performs a manual search against the specified assistant. To retrieve recommendations for * an assistant, use GetRecommendations. *

+ * + * @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. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -111,7 +113,6 @@ export interface QueryAssistantCommandOutput extends QueryAssistantResponse, __M *

Base exception class for all service exceptions from Wisdom service.

* * @public - * @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. */ export class QueryAssistantCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/AssociateDomainCommand.ts b/clients/client-worklink/src/commands/AssociateDomainCommand.ts index 3b8e577c6f0e..b82f82dc2b3a 100644 --- a/clients/client-worklink/src/commands/AssociateDomainCommand.ts +++ b/clients/client-worklink/src/commands/AssociateDomainCommand.ts @@ -28,6 +28,8 @@ export interface AssociateDomainCommandOutput extends AssociateDomainResponse, _ /** *

Specifies a domain to be associated to Amazon WorkLink.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -74,7 +76,6 @@ export interface AssociateDomainCommandOutput extends AssociateDomainResponse, _ *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class AssociateDomainCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts b/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts index 36a755cc3edd..75b22d69a3fd 100644 --- a/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts +++ b/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts @@ -37,6 +37,8 @@ export interface AssociateWebsiteAuthorizationProviderCommandOutput /** *

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

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -84,7 +86,6 @@ export interface AssociateWebsiteAuthorizationProviderCommandOutput *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class AssociateWebsiteAuthorizationProviderCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts index 4ae77927f60c..d1a235d02e48 100644 --- a/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts @@ -37,6 +37,8 @@ export interface AssociateWebsiteCertificateAuthorityCommandOutput /** *

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

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -84,7 +86,6 @@ export interface AssociateWebsiteCertificateAuthorityCommandOutput *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class AssociateWebsiteCertificateAuthorityCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/CreateFleetCommand.ts b/clients/client-worklink/src/commands/CreateFleetCommand.ts index 0a661efab992..e4ac5f36e3f0 100644 --- a/clients/client-worklink/src/commands/CreateFleetCommand.ts +++ b/clients/client-worklink/src/commands/CreateFleetCommand.ts @@ -29,6 +29,8 @@ export interface CreateFleetCommandOutput extends CreateFleetResponse, __Metadat /** *

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.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface CreateFleetCommandOutput extends CreateFleetResponse, __Metadat *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class CreateFleetCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/DeleteFleetCommand.ts b/clients/client-worklink/src/commands/DeleteFleetCommand.ts index 22432667b39e..460414850f31 100644 --- a/clients/client-worklink/src/commands/DeleteFleetCommand.ts +++ b/clients/client-worklink/src/commands/DeleteFleetCommand.ts @@ -28,6 +28,8 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __Metadat /** *

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

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -68,7 +70,6 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __Metadat *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class DeleteFleetCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts index 6ad70900506a..a6da074ae781 100644 --- a/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts @@ -33,6 +33,8 @@ export interface DescribeAuditStreamConfigurationCommandOutput /** *

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

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -75,7 +77,6 @@ export interface DescribeAuditStreamConfigurationCommandOutput *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class DescribeAuditStreamConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts index 5955b972a13e..eef338a5864f 100644 --- a/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts @@ -37,6 +37,8 @@ export interface DescribeCompanyNetworkConfigurationCommandOutput /** *

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

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -85,7 +87,6 @@ export interface DescribeCompanyNetworkConfigurationCommandOutput *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class DescribeCompanyNetworkConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/DescribeDeviceCommand.ts b/clients/client-worklink/src/commands/DescribeDeviceCommand.ts index 78e46494450d..43729ef4d73d 100644 --- a/clients/client-worklink/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDeviceCommand.ts @@ -28,6 +28,8 @@ export interface DescribeDeviceCommandOutput extends DescribeDeviceResponse, __M /** *

Provides information about a user's device.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -79,7 +81,6 @@ export interface DescribeDeviceCommandOutput extends DescribeDeviceResponse, __M *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class DescribeDeviceCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts index 3c13c16a4b34..355478a6c8b3 100644 --- a/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts @@ -36,6 +36,8 @@ export interface DescribeDevicePolicyConfigurationCommandOutput /** *

Describes the device policy configuration for the specified fleet.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -78,7 +80,6 @@ export interface DescribeDevicePolicyConfigurationCommandOutput *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class DescribeDevicePolicyConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/DescribeDomainCommand.ts b/clients/client-worklink/src/commands/DescribeDomainCommand.ts index 9c76c26eb77e..d0fceef6ff8b 100644 --- a/clients/client-worklink/src/commands/DescribeDomainCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDomainCommand.ts @@ -28,6 +28,8 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M /** *

Provides information about the domain.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -75,7 +77,6 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class DescribeDomainCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts b/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts index f5edf9f2f0f4..1ec8093fe186 100644 --- a/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts +++ b/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts @@ -29,6 +29,8 @@ export interface DescribeFleetMetadataCommandOutput extends DescribeFleetMetadat /** *

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

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +82,6 @@ export interface DescribeFleetMetadataCommandOutput extends DescribeFleetMetadat *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class DescribeFleetMetadataCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts index 6711e36e05be..9ec01bd58bde 100644 --- a/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts @@ -37,6 +37,8 @@ export interface DescribeIdentityProviderConfigurationCommandOutput /** *

Describes the identity provider configuration of the specified fleet.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -81,7 +83,6 @@ export interface DescribeIdentityProviderConfigurationCommandOutput *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class DescribeIdentityProviderConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts index 122ace87f4e7..8cbb891de744 100644 --- a/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts @@ -36,6 +36,8 @@ export interface DescribeWebsiteCertificateAuthorityCommandOutput /** *

Provides information about the certificate authority.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -81,7 +83,6 @@ export interface DescribeWebsiteCertificateAuthorityCommandOutput *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class DescribeWebsiteCertificateAuthorityCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/DisassociateDomainCommand.ts b/clients/client-worklink/src/commands/DisassociateDomainCommand.ts index 54167ca01910..a33fd1b9f846 100644 --- a/clients/client-worklink/src/commands/DisassociateDomainCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateDomainCommand.ts @@ -28,6 +28,8 @@ export interface DisassociateDomainCommandOutput extends DisassociateDomainRespo /** *

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

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -69,7 +71,6 @@ export interface DisassociateDomainCommandOutput extends DisassociateDomainRespo *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class DisassociateDomainCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts b/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts index 4b6e36d7d643..5650c463c212 100644 --- a/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts @@ -39,6 +39,8 @@ export interface DisassociateWebsiteAuthorizationProviderCommandOutput *

Disassociates a website authorization provider from a specified fleet. After the * disassociation, users can't load any associated websites that require this authorization * provider.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -83,7 +85,6 @@ export interface DisassociateWebsiteAuthorizationProviderCommandOutput *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class DisassociateWebsiteAuthorizationProviderCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts index 3a9008f4cdb4..b385d03226d2 100644 --- a/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts @@ -37,6 +37,8 @@ export interface DisassociateWebsiteCertificateAuthorityCommandOutput /** *

Removes a certificate authority (CA).

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -78,7 +80,6 @@ export interface DisassociateWebsiteCertificateAuthorityCommandOutput *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class DisassociateWebsiteCertificateAuthorityCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/ListDevicesCommand.ts b/clients/client-worklink/src/commands/ListDevicesCommand.ts index 05098dfe6090..e87a7457e350 100644 --- a/clients/client-worklink/src/commands/ListDevicesCommand.ts +++ b/clients/client-worklink/src/commands/ListDevicesCommand.ts @@ -28,6 +28,8 @@ export interface ListDevicesCommandOutput extends ListDevicesResponse, __Metadat /** *

Retrieves a list of devices registered with the specified fleet.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -78,7 +80,6 @@ export interface ListDevicesCommandOutput extends ListDevicesResponse, __Metadat *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class ListDevicesCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/ListDomainsCommand.ts b/clients/client-worklink/src/commands/ListDomainsCommand.ts index d75fb45807a9..846ff068eb72 100644 --- a/clients/client-worklink/src/commands/ListDomainsCommand.ts +++ b/clients/client-worklink/src/commands/ListDomainsCommand.ts @@ -28,6 +28,8 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat /** *

Retrieves a list of domains associated to a specified fleet.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -80,7 +82,6 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class ListDomainsCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/ListFleetsCommand.ts b/clients/client-worklink/src/commands/ListFleetsCommand.ts index 01462ffe9486..bfc84ee29c46 100644 --- a/clients/client-worklink/src/commands/ListFleetsCommand.ts +++ b/clients/client-worklink/src/commands/ListFleetsCommand.ts @@ -28,6 +28,8 @@ export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataB /** *

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

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -82,7 +84,6 @@ export interface ListFleetsCommandOutput extends ListFleetsResponse, __MetadataB *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class ListFleetsCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts b/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts index cc8f01429d40..7ca1cf6671d2 100644 --- a/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts @@ -28,6 +28,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes /** *

Retrieves a list of tags for the specified resource.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -60,7 +62,6 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class ListTagsForResourceCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts b/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts index 302b009699e8..c65ca96a2374 100644 --- a/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts +++ b/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts @@ -36,6 +36,8 @@ export interface ListWebsiteAuthorizationProvidersCommandOutput /** *

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

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -88,7 +90,6 @@ export interface ListWebsiteAuthorizationProvidersCommandOutput *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class ListWebsiteAuthorizationProvidersCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts b/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts index d850c9051f7c..506e11cf846a 100644 --- a/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts +++ b/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts @@ -37,6 +37,8 @@ export interface ListWebsiteCertificateAuthoritiesCommandOutput /** *

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

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -85,7 +87,6 @@ export interface ListWebsiteCertificateAuthoritiesCommandOutput *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class ListWebsiteCertificateAuthoritiesCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts b/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts index 2ac7b9e5fc72..3b748164f71b 100644 --- a/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts +++ b/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts @@ -28,6 +28,8 @@ export interface RestoreDomainAccessCommandOutput extends RestoreDomainAccessRes /** *

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

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -69,7 +71,6 @@ export interface RestoreDomainAccessCommandOutput extends RestoreDomainAccessRes *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class RestoreDomainAccessCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts b/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts index 93977215a4a1..10fdcc23ac3c 100644 --- a/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts +++ b/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts @@ -28,6 +28,8 @@ export interface RevokeDomainAccessCommandOutput extends RevokeDomainAccessRespo /** *

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

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -69,7 +71,6 @@ export interface RevokeDomainAccessCommandOutput extends RevokeDomainAccessRespo *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class RevokeDomainAccessCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/SignOutUserCommand.ts b/clients/client-worklink/src/commands/SignOutUserCommand.ts index 0a5435db7584..44f50e3ad5e5 100644 --- a/clients/client-worklink/src/commands/SignOutUserCommand.ts +++ b/clients/client-worklink/src/commands/SignOutUserCommand.ts @@ -29,6 +29,8 @@ export interface SignOutUserCommandOutput extends SignOutUserResponse, __Metadat /** *

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

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -70,7 +72,6 @@ export interface SignOutUserCommandOutput extends SignOutUserResponse, __Metadat *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class SignOutUserCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/TagResourceCommand.ts b/clients/client-worklink/src/commands/TagResourceCommand.ts index 9445153bc7db..74bfcf874998 100644 --- a/clients/client-worklink/src/commands/TagResourceCommand.ts +++ b/clients/client-worklink/src/commands/TagResourceCommand.ts @@ -28,6 +28,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat /** *

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.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -59,7 +61,6 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class TagResourceCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/UntagResourceCommand.ts b/clients/client-worklink/src/commands/UntagResourceCommand.ts index 8ff39dc5dcd4..3bf03151538f 100644 --- a/clients/client-worklink/src/commands/UntagResourceCommand.ts +++ b/clients/client-worklink/src/commands/UntagResourceCommand.ts @@ -28,6 +28,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met /** *

Removes one or more tags from the specified resource.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -59,7 +61,6 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class UntagResourceCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts index 1548aa9c6766..c8f23286231a 100644 --- a/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts @@ -33,6 +33,8 @@ export interface UpdateAuditStreamConfigurationCommandOutput /** *

Updates the audit stream configuration for the fleet.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -74,7 +76,6 @@ export interface UpdateAuditStreamConfigurationCommandOutput *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class UpdateAuditStreamConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts index 2780835225c0..ca8f10f38632 100644 --- a/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts @@ -36,6 +36,8 @@ export interface UpdateCompanyNetworkConfigurationCommandOutput /** *

Updates the company network configuration for the fleet.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -83,7 +85,6 @@ export interface UpdateCompanyNetworkConfigurationCommandOutput *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class UpdateCompanyNetworkConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts index 7b75fc6d1f08..4e34cda6ffbe 100644 --- a/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts @@ -33,6 +33,8 @@ export interface UpdateDevicePolicyConfigurationCommandOutput /** *

Updates the device policy configuration for the fleet.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -74,7 +76,6 @@ export interface UpdateDevicePolicyConfigurationCommandOutput *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class UpdateDevicePolicyConfigurationCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts b/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts index 887efe0d18e1..eedf58cd8313 100644 --- a/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts +++ b/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts @@ -28,6 +28,8 @@ export interface UpdateDomainMetadataCommandOutput extends UpdateDomainMetadataR /** *

Updates domain metadata, such as DisplayName.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -70,7 +72,6 @@ export interface UpdateDomainMetadataCommandOutput extends UpdateDomainMetadataR *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class UpdateDomainMetadataCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts b/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts index ec29b6bd3c8a..f9dec444c78a 100644 --- a/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts +++ b/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts @@ -28,6 +28,8 @@ export interface UpdateFleetMetadataCommandOutput extends UpdateFleetMetadataRes /** *

Updates fleet metadata, such as DisplayName.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -70,7 +72,6 @@ export interface UpdateFleetMetadataCommandOutput extends UpdateFleetMetadataRes *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class UpdateFleetMetadataCommand extends $Command .classBuilder< diff --git a/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts index e55e4e13c271..20cbe2d61280 100644 --- a/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts @@ -36,6 +36,8 @@ export interface UpdateIdentityProviderConfigurationCommandOutput /** *

Updates the identity provider configuration for the fleet.

+ * + * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. * @example * Use a bare-bones client and the command you need to make an API call. * ```javascript @@ -78,7 +80,6 @@ export interface UpdateIdentityProviderConfigurationCommandOutput *

Base exception class for all service exceptions from WorkLink service.

* * @public - * @deprecated Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK. */ export class UpdateIdentityProviderConfigurationCommand extends $Command .classBuilder< diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index 994d09cf41a0..e412ef63a3bc 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: "ea953e10903ee7303d7e0759191a9bd9a2608450", + SMITHY_TS_COMMIT: "47555d30d155f4b6d6966c2dfe28740d18e5b5a1", }; if (module.exports.SMITHY_TS_COMMIT.length < 40) {