type stringclasses 7
values | content stringlengths 4 9.55k | repo stringlengths 7 96 | path stringlengths 4 178 | language stringclasses 1
value |
|---|---|---|---|---|
MethodDeclaration |
protected getItemText(item: Northwind.ProductRow, lookup: Q.Lookup<Northwind.ProductRow>) {
return super.getItemText(item, lookup) +
' (' +
'$' + Q.formatNumber(item.UnitPrice, '#,##0.00') +
', ' + (item.UnitsInStock > 0 ? (item.UnitsInStock + ' in stock'... | pratikto/MultiTenancy | MultiTenancy/MultiTenancy.Web/Modules/BasicSamples/Editors/ChangingLookupText/ChangingLookupTextEditor.ts | TypeScript |
ArrowFunction |
() => {
let service: NgxMaterialTimelineService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(NgxMaterialTimelineService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
} | rawl05/ngx-material-timeline | projects/ngx-material-timeline/src/lib/ngx-material-timeline.service.spec.ts | TypeScript |
ArrowFunction |
() => {
TestBed.configureTestingModule({});
service = TestBed.inject(NgxMaterialTimelineService);
} | rawl05/ngx-material-timeline | projects/ngx-material-timeline/src/lib/ngx-material-timeline.service.spec.ts | TypeScript |
ClassDeclaration |
export class UserDto {
public login?: string;
public password?: string;
public name?: string;
public email?: string;
public inn?: number;
public ogrn?: number;
} | Nemchinovrp/RedRoclHackaton | src/app/model/usertto.ts | TypeScript |
ArrowFunction |
() => {
it('should create an instance', () => {
expect(new Kategorija()).toBeTruthy();
});
} | Plantaza/Plantaza | app/src/app/classes/kategorija.spec.ts | TypeScript |
ArrowFunction |
() => {
expect(new Kategorija()).toBeTruthy();
} | Plantaza/Plantaza | app/src/app/classes/kategorija.spec.ts | TypeScript |
InterfaceDeclaration |
interface Blob {} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface CreateUserRequest {
/**
* The user name in Amazon Connect for the account to create.
*/
Username: AgentUsername;
/**
* The password for the user account to create. This is required if you are using Amazon Connect for identity management. If you are using SAML for identity ma... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface CreateUserResponse {
/**
* The unique identifier for the user account in Amazon Connect
*/
UserId?: UserId;
/**
* The Amazon Resource Name (ARN) of the user account created.
*/
UserArn?: ARN;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface Credentials {
/**
* An access token generated for a federated user to access Amazon Connect
*/
AccessToken?: SecurityToken;
/**
* A token generated with an expiration time for the session a user is logged in to Amazon Connect
*/
AccessTokenExpiration?: timestamp;
... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface CurrentMetric {
/**
* The name of the metric.
*/
Name?: CurrentMetricName;
/**
* The unit for the metric.
*/
Unit?: Unit;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface CurrentMetricData {
/**
* The metric in a CurrentMetricData object.
*/
Metric?: CurrentMetric;
/**
* The value of the metric in the CurrentMetricData object.
*/
Value?: Value;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface CurrentMetricResult {
/**
* The Dimensions for the CurrentMetricResult object.
*/
Dimensions?: Dimensions;
/**
* The Collections for the CurrentMetricResult object.
*/
Collections?: CurrentMetricDataCollections;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface DeleteUserRequest {
/**
* The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance sett... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface DescribeUserHierarchyGroupRequest {
/**
* The identifier for the hierarchy group to return.
*/
HierarchyGroupId: HierarchyGroupId;
/**
* The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select t... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface DescribeUserHierarchyGroupResponse {
/**
* Returns a HierarchyGroup object.
*/
HierarchyGroup?: HierarchyGroup;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface DescribeUserHierarchyStructureRequest {
/**
* The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section o... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface DescribeUserHierarchyStructureResponse {
/**
* A HierarchyStructure object.
*/
HierarchyStructure?: HierarchyStructure;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface DescribeUserRequest {
/**
* Unique identifier for the user account to return.
*/
UserId: UserId;
/**
* The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the In... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface DescribeUserResponse {
/**
* A User object that contains information about the user account and configuration settings.
*/
User?: User;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface Dimensions {
/**
* A QueueReference object used as one part of dimension for the metrics results.
*/
Queue?: QueueReference;
/**
* The channel used for grouping and filters. Only VOICE is supported.
*/
Channel?: Channel;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface Filters {
/**
* A list of up to 100 queue IDs or queue ARNs to use to filter the metrics retrieved. You can include both IDs and ARNs in a request.
*/
Queues?: Queues;
/**
* The Channel to use as a filter for the metrics returned. Only VOICE is supported.
*/
Channel... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface GetCurrentMetricDataRequest {
/**
* The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your ins... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface GetCurrentMetricDataResponse {
/**
* A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results. The token expires after 5 minutes from the time it is created. Subsequent requests that use... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface GetFederationTokenRequest {
/**
* The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your insta... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface GetFederationTokenResponse {
/**
* The credentials to use for federation.
*/
Credentials?: Credentials;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface GetMetricDataRequest {
/**
* The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance s... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface GetMetricDataResponse {
/**
* A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results. The token expires after 5 minutes from the time it is created. Subsequent requests that use the Ne... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface HierarchyGroup {
/**
* The identifier for the hierarchy group.
*/
Id?: HierarchyGroupId;
/**
* The Amazon Resource Name (ARN) for the hierarchy group.
*/
Arn?: ARN;
/**
* The name of the hierarchy group in your instance.
*/
Name?: HierarchyGroupNam... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface HierarchyGroupSummary {
/**
* The identifier of the hierarchy group.
*/
Id?: HierarchyGroupId;
/**
* The ARN for the hierarchy group.
*/
Arn?: ARN;
/**
* The name of the hierarchy group.
*/
Name?: HierarchyGroupName;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface HierarchyLevel {
/**
* The identifier for the hierarchy group level.
*/
Id?: HierarchyLevelId;
/**
* The ARN for the hierarchy group level.
*/
Arn?: ARN;
/**
* The name of the hierarchy group level.
*/
Name?: HierarchyLevelName;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface HierarchyPath {
/**
* A HierarchyGroupSummary object that contains information about the level of the hierarchy group, including ARN, Id, and Name.
*/
LevelOne?: HierarchyGroupSummary;
/**
* A HierarchyGroupSummary object that contains information about the level of the hier... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface HierarchyStructure {
/**
* A HierarchyLevel object that contains information about the hierarchy group level.
*/
LevelOne?: HierarchyLevel;
/**
* A HierarchyLevel object that contains information about the hierarchy group level.
*/
LevelTwo?: HierarchyLevel;
/**... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface HistoricalMetric {
/**
* The name of the historical metric.
*/
Name?: HistoricalMetricName;
/**
* The threshold for the metric, used with service level metrics.
*/
Threshold?: Threshold;
/**
* The statistic for the metric: SUM, MAX, or SUM.
*/
Stat... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface HistoricalMetricData {
/**
* A HistoricalMetric object.
*/
Metric?: HistoricalMetric;
/**
* The Value of the metric.
*/
Value?: Value;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface HistoricalMetricResult {
/**
* The Dimensions for the metrics.
*/
Dimensions?: Dimensions;
/**
* A list of HistoricalMetricData objects.
*/
Collections?: HistoricalMetricDataCollections;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface ListRoutingProfilesRequest {
/**
* The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your inst... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface ListRoutingProfilesResponse {
/**
* An array of RoutingProfileSummary objects that include the ARN, Id, and Name of the routing profile.
*/
RoutingProfileSummaryList?: RoutingProfileSummaryList;
/**
* A string returned in the response. Use the value returned in the response ... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface ListSecurityProfilesRequest {
/**
* The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your ins... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface ListSecurityProfilesResponse {
/**
* An array of SecurityProfileSummary objects.
*/
SecurityProfileSummaryList?: SecurityProfileSummaryList;
/**
* A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request ... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface ListUserHierarchyGroupsRequest {
/**
* The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your ... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface ListUserHierarchyGroupsResponse {
/**
* An array of HierarchyGroupSummary objects.
*/
UserHierarchyGroupSummaryList?: HierarchyGroupSummaryList;
/**
* A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent requ... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface ListUsersRequest {
/**
* The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance setti... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface ListUsersResponse {
/**
* An array of UserSummary objects that contain information about the users in your instance.
*/
UserSummaryList?: UserSummaryList;
/**
* A string returned in the response. Use the value returned in the response as the value of the NextToken in a subse... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface QueueReference {
/**
* The ID of the queue associated with the metrics returned.
*/
Id?: QueueId;
/**
* The Amazon Resource Name (ARN) of queue.
*/
Arn?: ARN;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface RoutingProfileSummary {
/**
* The identifier of the routing profile.
*/
Id?: RoutingProfileId;
/**
* The ARN of the routing profile.
*/
Arn?: ARN;
/**
* The name of the routing profile.
*/
Name?: RoutingProfileName;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface SecurityProfileSummary {
/**
* The identifier of the security profile.
*/
Id?: SecurityProfileId;
/**
* The ARN of the security profile.
*/
Arn?: ARN;
/**
* The name of the security profile.
*/
Name?: SecurityProfileName;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface StartOutboundVoiceContactRequest {
/**
* The phone number of the customer in E.164 format.
*/
DestinationPhoneNumber: PhoneNumber;
/**
* The identifier for the contact flow to connect the outbound call to. To find the ContactFlowId, open the contact flow you want to use in t... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface StartOutboundVoiceContactResponse {
/**
* The unique identifier of this contact within your Amazon Connect instance.
*/
ContactId?: ContactId;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface StopContactRequest {
/**
* The unique identifier of the contact to end.
*/
ContactId: ContactId;
/**
* The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the In... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface StopContactResponse {
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface Threshold {
/**
* The Threshold to use to compare service level metrics to. Only "Less than" (LT) comparisons are supported.
*/
Comparison?: Comparison;
/**
* The value of the threshold to compare the metric to. Only "Less than" (LT) comparisons are supported.
*/
Th... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface UpdateContactAttributesRequest {
/**
* The unique identifier of the contact for which to update attributes. This is the identifier for the contact associated with the first interaction with the contact center.
*/
InitialContactId: ContactId;
/**
* The identifier for your Ama... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface UpdateContactAttributesResponse {
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface UpdateUserHierarchyRequest {
/**
* The identifier for the hierarchy group to assign to the user.
*/
HierarchyGroupId?: HierarchyGroupId;
/**
* The identifier of the user account to assign the hierarchy group to.
*/
UserId: UserId;
/**
* The identifier for y... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface UpdateUserIdentityInfoRequest {
/**
* A UserIdentityInfo object.
*/
IdentityInfo: UserIdentityInfo;
/**
* The identifier for the user account to update identity information for.
*/
UserId: UserId;
/**
* The identifier for your Amazon Connect instance. To fi... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface UpdateUserPhoneConfigRequest {
/**
* A UserPhoneConfig object that contains settings for AfterContactWorkTimeLimit, AutoAccept, DeskPhoneNumber, and PhoneType to assign to the user.
*/
PhoneConfig: UserPhoneConfig;
/**
* The identifier for the user account to change phone se... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface UpdateUserRoutingProfileRequest {
/**
* The identifier of the routing profile to assign to the user.
*/
RoutingProfileId: RoutingProfileId;
/**
* The identifier for the user account to assign the routing profile to.
*/
UserId: UserId;
/**
* The identifier f... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface UpdateUserSecurityProfilesRequest {
/**
* The identifiers for the security profiles to assign to the user.
*/
SecurityProfileIds: SecurityProfileIds;
/**
* The identifier of the user account to assign the security profiles.
*/
UserId: UserId;
/**
* The iden... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface User {
/**
* The identifier of the user account.
*/
Id?: UserId;
/**
* The ARN of the user account.
*/
Arn?: ARN;
/**
* The user name assigned to the user account.
*/
Username?: AgentUsername;
/**
* A UserIdentityInfo object.
*/
I... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface UserIdentityInfo {
/**
* The first name used in the user account. This is required if you are using Amazon Connect or SAML for identity management.
*/
FirstName?: AgentFirstName;
/**
* The last name used in the user account. This is required if you are using Amazon Connect o... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface UserPhoneConfig {
/**
* The phone type selected for the user, either Soft phone or Desk phone.
*/
PhoneType: PhoneType;
/**
* The Auto accept setting for the user, Yes or No.
*/
AutoAccept?: AutoAccept;
/**
* The After Call Work (ACW) timeout setting, in se... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface UserSummary {
/**
* The identifier for the user account.
*/
Id?: UserId;
/**
* The ARN for the user account.
*/
Arn?: ARN;
/**
* The Amazon Connect user name for the user account.
*/
Username?: AgentUsername;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
InterfaceDeclaration |
export interface ClientApiVersions {
/**
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
*/
apiVersion?: apiVersion;
} | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type ARN = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type AfterContactWorkTimeLimit = number; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type AgentFirstName = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type AgentLastName = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type AgentUsername = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type AttributeName = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type AttributeValue = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type Attributes = {[key: string]: AttributeValue}; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type AutoAccept = boolean; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type Channel = "VOICE"|string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type Channels = Channel[]; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type ClientToken = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type Comparison = "LT"|string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type ContactFlowId = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type ContactId = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type CurrentMetricDataCollections = CurrentMetricData[]; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type CurrentMetricName = "AGENTS_ONLINE"|"AGENTS_AVAILABLE"|"AGENTS_ON_CALL"|"AGENTS_NON_PRODUCTIVE"|"AGENTS_AFTER_CONTACT_WORK"|"AGENTS_ERROR"|"AGENTS_STAFFED"|"CONTACTS_IN_QUEUE"|"OLDEST_CONTACT_AGE"|"CONTACTS_SCHEDULED"|string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type CurrentMetricResults = CurrentMetricResult[]; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type CurrentMetrics = CurrentMetric[]; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type DirectoryUserId = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type Email = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type Grouping = "QUEUE"|"CHANNEL"|string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type Groupings = Grouping[]; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type HierarchyGroupId = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type HierarchyGroupName = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type HierarchyGroupSummaryList = HierarchyGroupSummary[]; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type HierarchyLevelId = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type HierarchyLevelName = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type HistoricalMetricDataCollections = HistoricalMetricData[]; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type HistoricalMetricName = "CONTACTS_QUEUED"|"CONTACTS_HANDLED"|"CONTACTS_ABANDONED"|"CONTACTS_CONSULTED"|"CONTACTS_AGENT_HUNG_UP_FIRST"|"CONTACTS_HANDLED_INCOMING"|"CONTACTS_HANDLED_OUTBOUND"|"CONTACTS_HOLD_ABANDONS"|"CONTACTS_TRANSFERRED_IN"|"CONTACTS_TRANSFERRED_OUT"|"CONTACTS_TRANSFERRED_IN_FROM_QUEUE"|"CO... | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type HistoricalMetricResults = HistoricalMetricResult[]; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type HistoricalMetrics = HistoricalMetric[]; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type InstanceId = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type MaxResult100 = number; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type MaxResult1000 = number; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
TypeAliasDeclaration |
export type NextToken = string; | AarogyaSetu/aws-api-gateway-developer-portal | lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts | TypeScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.