type
stringclasses
7 values
content
stringlengths
4
9.55k
repo
stringlengths
7
96
path
stringlengths
4
178
language
stringclasses
1 value
TypeAliasDeclaration
export type Password = string;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type PhoneNumber = string;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type PhoneType = "SOFT_PHONE"|"DESK_PHONE"|string;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type QueueId = string;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type Queues = QueueId[];
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type RoutingProfileId = string;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type RoutingProfileName = string;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type RoutingProfileSummaryList = RoutingProfileSummary[];
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type SecurityProfileId = string;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type SecurityProfileIds = SecurityProfileId[];
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type SecurityProfileName = string;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type SecurityProfileSummaryList = SecurityProfileSummary[];
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type SecurityToken = string;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type Statistic = "SUM"|"MAX"|"AVG"|string;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type ThresholdValue = number;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type Unit = "SECONDS"|"COUNT"|"PERCENT"|string;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type UserId = string;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type UserSummaryList = UserSummary[];
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type Value = number;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type timestamp = Date;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
/** * 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. */ export type apiVersion = "2017-08-08"|"latest"|string;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
TypeAliasDeclaration
export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Creates a new user account in your Amazon Connect instance. */ createUser(params: Connect.Types.CreateUserRequest, callback?: (err: AWSError, data: Connect.Types.CreateUserResponse) => void): Request<Connect.Types.CreateUserResponse, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Creates a new user account in your Amazon Connect instance. */ createUser(callback?: (err: AWSError, data: Connect.Types.CreateUserResponse) => void): Request<Connect.Types.CreateUserResponse, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Deletes a user account from Amazon Connect. */ deleteUser(params: Connect.Types.DeleteUserRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Deletes a user account from Amazon Connect. */ deleteUser(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Returns a User object that contains information about the user account specified by the UserId. */ describeUser(params: Connect.Types.DescribeUserRequest, callback?: (err: AWSError, data: Connect.Types.DescribeUserResponse) => void): Request<Connect.Types.DescribeUserResponse, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Returns a User object that contains information about the user account specified by the UserId. */ describeUser(callback?: (err: AWSError, data: Connect.Types.DescribeUserResponse) => void): Request<Connect.Types.DescribeUserResponse, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Returns a HierarchyGroup object that includes information about a hierarchy group in your instance. */ describeUserHierarchyGroup(params: Connect.Types.DescribeUserHierarchyGroupRequest, callback?: (err: AWSError, data: Connect.Types.DescribeUserHierarchyGroupResponse) => void): Request<Connect.Types.Descri...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Returns a HierarchyGroup object that includes information about a hierarchy group in your instance. */ describeUserHierarchyGroup(callback?: (err: AWSError, data: Connect.Types.DescribeUserHierarchyGroupResponse) => void): Request<Connect.Types.DescribeUserHierarchyGroupResponse, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Returns a HiearchyGroupStructure object, which contains data about the levels in the agent hierarchy. */ describeUserHierarchyStructure(params: Connect.Types.DescribeUserHierarchyStructureRequest, callback?: (err: AWSError, data: Connect.Types.DescribeUserHierarchyStructureResponse) => void): Request<Connec...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Returns a HiearchyGroupStructure object, which contains data about the levels in the agent hierarchy. */ describeUserHierarchyStructure(callback?: (err: AWSError, data: Connect.Types.DescribeUserHierarchyStructureResponse) => void): Request<Connect.Types.DescribeUserHierarchyStructureResponse, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * The GetCurrentMetricData operation retrieves current metric data from your Amazon Connect instance. If you are using an IAM account, it must have permission to the connect:GetCurrentMetricData action. */ getCurrentMetricData(params: Connect.Types.GetCurrentMetricDataRequest, callback?: (err: AWSError, data:...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * The GetCurrentMetricData operation retrieves current metric data from your Amazon Connect instance. If you are using an IAM account, it must have permission to the connect:GetCurrentMetricData action. */ getCurrentMetricData(callback?: (err: AWSError, data: Connect.Types.GetCurrentMetricDataResponse) => voi...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Retrieves a token for federation. */ getFederationToken(params: Connect.Types.GetFederationTokenRequest, callback?: (err: AWSError, data: Connect.Types.GetFederationTokenResponse) => void): Request<Connect.Types.GetFederationTokenResponse, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Retrieves a token for federation. */ getFederationToken(callback?: (err: AWSError, data: Connect.Types.GetFederationTokenResponse) => void): Request<Connect.Types.GetFederationTokenResponse, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * The GetMetricData operation retrieves historical metrics data from your Amazon Connect instance. If you are using an IAM account, it must have permission to the connect:GetMetricData action. */ getMetricData(params: Connect.Types.GetMetricDataRequest, callback?: (err: AWSError, data: Connect.Types.GetMetric...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * The GetMetricData operation retrieves historical metrics data from your Amazon Connect instance. If you are using an IAM account, it must have permission to the connect:GetMetricData action. */ getMetricData(callback?: (err: AWSError, data: Connect.Types.GetMetricDataResponse) => void): Request<Connect.Type...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Returns an array of RoutingProfileSummary objects that includes information about the routing profiles in your instance. */ listRoutingProfiles(params: Connect.Types.ListRoutingProfilesRequest, callback?: (err: AWSError, data: Connect.Types.ListRoutingProfilesResponse) => void): Request<Connect.Types.ListRo...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Returns an array of RoutingProfileSummary objects that includes information about the routing profiles in your instance. */ listRoutingProfiles(callback?: (err: AWSError, data: Connect.Types.ListRoutingProfilesResponse) => void): Request<Connect.Types.ListRoutingProfilesResponse, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Returns an array of SecurityProfileSummary objects that contain information about the security profiles in your instance, including the ARN, Id, and Name of the security profile. */ listSecurityProfiles(params: Connect.Types.ListSecurityProfilesRequest, callback?: (err: AWSError, data: Connect.Types.ListSec...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Returns an array of SecurityProfileSummary objects that contain information about the security profiles in your instance, including the ARN, Id, and Name of the security profile. */ listSecurityProfiles(callback?: (err: AWSError, data: Connect.Types.ListSecurityProfilesResponse) => void): Request<Connect.Ty...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Returns a UserHierarchyGroupSummaryList, which is an array of HierarchyGroupSummary objects that contain information about the hierarchy groups in your instance. */ listUserHierarchyGroups(params: Connect.Types.ListUserHierarchyGroupsRequest, callback?: (err: AWSError, data: Connect.Types.ListUserHierarchyG...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Returns a UserHierarchyGroupSummaryList, which is an array of HierarchyGroupSummary objects that contain information about the hierarchy groups in your instance. */ listUserHierarchyGroups(callback?: (err: AWSError, data: Connect.Types.ListUserHierarchyGroupsResponse) => void): Request<Connect.Types.ListUse...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Returns a UserSummaryList, which is an array of UserSummary objects. */ listUsers(params: Connect.Types.ListUsersRequest, callback?: (err: AWSError, data: Connect.Types.ListUsersResponse) => void): Request<Connect.Types.ListUsersResponse, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Returns a UserSummaryList, which is an array of UserSummary objects. */ listUsers(callback?: (err: AWSError, data: Connect.Types.ListUsersResponse) => void): Request<Connect.Types.ListUsersResponse, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * The StartOutboundVoiceContact operation initiates a contact flow to place an outbound call to a customer. If you are using an IAM account, it must have permission to the connect:StartOutboundVoiceContact action. */ startOutboundVoiceContact(params: Connect.Types.StartOutboundVoiceContactRequest, callback?: ...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * The StartOutboundVoiceContact operation initiates a contact flow to place an outbound call to a customer. If you are using an IAM account, it must have permission to the connect:StartOutboundVoiceContact action. */ startOutboundVoiceContact(callback?: (err: AWSError, data: Connect.Types.StartOutboundVoiceCo...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Ends the contact initiated by the StartOutboundVoiceContact operation. If you are using an IAM account, it must have permission to the connect:StopContact action. */ stopContact(params: Connect.Types.StopContactRequest, callback?: (err: AWSError, data: Connect.Types.StopContactResponse) => void): Request<Co...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Ends the contact initiated by the StartOutboundVoiceContact operation. If you are using an IAM account, it must have permission to the connect:StopContact action. */ stopContact(callback?: (err: AWSError, data: Connect.Types.StopContactResponse) => void): Request<Connect.Types.StopContactResponse, AWSError>...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * The UpdateContactAttributes operation lets you programmatically create new, or update existing, contact attributes associated with a contact. You can use the operation to add or update attributes for both ongoing and completed contacts. For example, you can update the customer's name or the reason the customer...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * The UpdateContactAttributes operation lets you programmatically create new, or update existing, contact attributes associated with a contact. You can use the operation to add or update attributes for both ongoing and completed contacts. For example, you can update the customer's name or the reason the customer...
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Assigns the specified hierarchy group to the user. */ updateUserHierarchy(params: Connect.Types.UpdateUserHierarchyRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Assigns the specified hierarchy group to the user. */ updateUserHierarchy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Updates the identity information for the specified user in a UserIdentityInfo object, including email, first name, and last name. */ updateUserIdentityInfo(params: Connect.Types.UpdateUserIdentityInfoRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Updates the identity information for the specified user in a UserIdentityInfo object, including email, first name, and last name. */ updateUserIdentityInfo(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Updates the phone configuration settings in the UserPhoneConfig object for the specified user. */ updateUserPhoneConfig(params: Connect.Types.UpdateUserPhoneConfigRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Updates the phone configuration settings in the UserPhoneConfig object for the specified user. */ updateUserPhoneConfig(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Assigns the specified routing profile to a user. */ updateUserRoutingProfile(params: Connect.Types.UpdateUserRoutingProfileRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Assigns the specified routing profile to a user. */ updateUserRoutingProfile(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Updates the security profiles assigned to the user. */ updateUserSecurityProfiles(params: Connect.Types.UpdateUserSecurityProfilesRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
MethodDeclaration
/** * Updates the security profiles assigned to the user. */ updateUserSecurityProfiles(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
AarogyaSetu/aws-api-gateway-developer-portal
lambdas/backend/node_modules/aws-sdk/clients/connect.d.ts
TypeScript
InterfaceDeclaration
interface IReduxStore { dispatch: Function; getState: Function; }
mihhu/jitsi-meet
react/features/recording/components/Recording/LocalRecordingManager.native.ts
TypeScript
InterfaceDeclaration
interface ILocalRecordingManager { addAudioTrackToLocalRecording: (track: MediaStreamTrack) => void; stopLocalRecording: () => void; startLocalRecording: (store: IReduxStore) => void; isRecordingLocally: () => boolean; }
mihhu/jitsi-meet
react/features/recording/components/Recording/LocalRecordingManager.native.ts
TypeScript
MethodDeclaration
/** * Adds audio track to the recording stream. */ addAudioTrackToLocalRecording(track) { }
mihhu/jitsi-meet
react/features/recording/components/Recording/LocalRecordingManager.native.ts
TypeScript
MethodDeclaration
/** * Stops local recording. * */ stopLocalRecording() { }
mihhu/jitsi-meet
react/features/recording/components/Recording/LocalRecordingManager.native.ts
TypeScript
MethodDeclaration
/** * Starts a local recording. */ async startLocalRecording(store) { }
mihhu/jitsi-meet
react/features/recording/components/Recording/LocalRecordingManager.native.ts
TypeScript
MethodDeclaration
/** * Whether or not we're currently recording locally. */ isRecordingLocally() { return false; }
mihhu/jitsi-meet
react/features/recording/components/Recording/LocalRecordingManager.native.ts
TypeScript
FunctionDeclaration
function createRunFunction(isFargate: boolean, taskDefArn: pulumi.Output<string>) { return async function run(params: RunTaskRequest) { const ecs = new aws.sdk.ECS(); const cluster = params.cluster; const clusterArn = cluster.id.get(); const securityGroupIds = cluster.securityGro...
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
FunctionDeclaration
function computeContainerDefinitions( parent: pulumi.Resource, name: string, vpc: x.ec2.Vpc | undefined, containers: Record<string, ecs.Container>, applicationListeners: Record<string, x.lb.ApplicationListener>, networkListeners: Record<string, x.lb.NetworkListener>, logGroup: aws.cloudwatc...
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
ArrowFunction
d => JSON.stringify(d)
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
ArrowFunction
s => name + "-" + utils.sha1hash(pulumi.getStack() + containerString)
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
ArrowFunction
g => g.id.get()
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
ArrowFunction
i => i.get()
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
ClassDeclaration
export abstract class TaskDefinition extends pulumi.ComponentResource { public readonly taskDefinition: aws.ecs.TaskDefinition; public readonly logGroup?: aws.cloudwatch.LogGroup; public readonly containers: Record<string, ecs.Container>; public readonly taskRole?: aws.iam.Role; public readonly exe...
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
InterfaceDeclaration
export interface RunTaskRequest { /** * The Cluster to run the Task within. */ cluster: ecs.Cluster; /** * A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive. You can override the default comm...
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
InterfaceDeclaration
export interface TaskDefinitionArgs { // Properties copied from aws.ecs.TaskDefinitionArgs /** * The vpc that the service for this task will run in. Does not normally need to be explicitly * provided as it will be inferred from the cluster the service is associated with. */ vpc?: x.ec2.Vpc...
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
TypeAliasDeclaration
type RunTaskRequestOverrideShape = utils.Overwrite<awssdk.ECS.RunTaskRequest, { cluster: ecs.Cluster; taskDefinition?: never; launchType?: never; }>;
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
TypeAliasDeclaration
// The shape we want for ClusterTaskDefinitionArgsOverwriteShap. We don't export this as // 'Overwrite' types are not pleasant to work with. However, they internally allow us to succinctly // express the shape we're trying to provide. Code later on will ensure these types are compatible. type OverwriteShape = utils.Ov...
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
MethodDeclaration
/** * Creates the [taskRole] for a [TaskDefinition] if not provided explicitly. If * [assumeRolePolicy] is provided it will be used when creating the task, otherwise * [defaultRoleAssumeRolePolicy] will be used. If [policyArns] are provided, they will be used * to create [RolePolicyAttachment]s for...
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
MethodDeclaration
/** * Creates the [executionRole] for a [TaskDefinition] if not provided explicitly. If * [assumeRolePolicy] is provided it will be used when creating the task, otherwise * [defaultRoleAssumeRolePolicy] will be used. If [policyArns] are provided, they will be used * to create [RolePolicyAttachment]...
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
MethodDeclaration
// The default ECS Task assume role policy for Task and Execution Roles public static defaultRoleAssumeRolePolicy(): aws.iam.PolicyDocument { return { "Version": "2012-10-17", "Statement": [{ "Action": "sts:AssumeRole", "Principal": { ...
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
MethodDeclaration
// Default policy arns for the Task role. public static defaultTaskRolePolicyARNs() { return [ // Provides wide access to "serverless" services (Dynamo, S3, etc.) aws.iam.ManagedPolicies.AWSLambdaFullAccess, // Required for lambda compute to be able to run Tasks a...
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
MethodDeclaration
// Default policy arns for the Execution role. public static defaultExecutionRolePolicyARNs() { return ["arn:aws:iam::aws:policy/service-role/AmazonECSTaskExecutionRolePolicy"]; }
bigkraig/pulumi-awsx
nodejs/awsx/ecs/taskDefinition.ts
TypeScript
InterfaceDeclaration
/// <reference types="node" /> export interface HTTPRequest { env: Record<string, string | undefined>; query: Record<string, string | string[] | undefined>; body: Buffer; path: string; method: string; requestId: string; headers: Record<string, string | string[] | undefined>; }
binaris/binaris
lib/functionTemplates/js/binaris.d.ts
TypeScript
InterfaceDeclaration
export interface HTTPResponseParams { statusCode?: number; headers?: Record<string, string | undefined>; body?: Buffer | string; }
binaris/binaris
lib/functionTemplates/js/binaris.d.ts
TypeScript
InterfaceDeclaration
export interface HTTPResponse { new(response: HTTPResponseParams); }
binaris/binaris
lib/functionTemplates/js/binaris.d.ts
TypeScript
InterfaceDeclaration
export interface Context { source: string; request: HTTPRequest; HTTPResponse: HTTPResponse; errorHandlerResponse: { RETRY: { action: 'RETRY' }; DROP: { action: 'DROP' }; }; }
binaris/binaris
lib/functionTemplates/js/binaris.d.ts
TypeScript
TypeAliasDeclaration
export type Handler = (body: unknown, context: Context) => Promise<any>;
binaris/binaris
lib/functionTemplates/js/binaris.d.ts
TypeScript
ClassDeclaration
/** * @docid * @isEditor * @inherits dxSliderBase * @module ui/slider * @export default * @namespace DevExpress.ui * @public */ export default class dxSlider extends dxTrackBar<dxSliderOptions> { }
Krnlsoft/DevExtreme
js/ui/slider.d.ts
TypeScript
InterfaceDeclaration
/** * @deprecated use Properties instead * @namespace DevExpress.ui */ export interface dxSliderOptions extends dxSliderBaseOptions<dxSlider> { /** * @docid * @default 50 * @public */ value?: number; }
Krnlsoft/DevExtreme
js/ui/slider.d.ts
TypeScript
InterfaceDeclaration
/** * @docid dxSliderBase * @inherits dxTrackBar * @hidden * @namespace DevExpress.ui */ export interface dxSliderBaseOptions<TComponent> extends dxTrackBarOptions<TComponent> { /** * @docid * @default true * @public */ activeStateEnabled?: boolean; /** * @docid * @default...
Krnlsoft/DevExtreme
js/ui/slider.d.ts
TypeScript
TypeAliasDeclaration
/** @public */ export type ContentReadyEvent = EventInfo<dxSlider>;
Krnlsoft/DevExtreme
js/ui/slider.d.ts
TypeScript
TypeAliasDeclaration
/** @public */ export type DisposingEvent = EventInfo<dxSlider>;
Krnlsoft/DevExtreme
js/ui/slider.d.ts
TypeScript
TypeAliasDeclaration
/** @public */ export type InitializedEvent = InitializedEventInfo<dxSlider>;
Krnlsoft/DevExtreme
js/ui/slider.d.ts
TypeScript
TypeAliasDeclaration
/** @public */ export type OptionChangedEvent = EventInfo<dxSlider> & ChangedOptionInfo;
Krnlsoft/DevExtreme
js/ui/slider.d.ts
TypeScript
TypeAliasDeclaration
/** @public */ export type ValueChangedEvent = NativeEventInfo<dxSlider> & ValueChangedInfo;
Krnlsoft/DevExtreme
js/ui/slider.d.ts
TypeScript
TypeAliasDeclaration
/** @public */ export type Properties = dxSliderOptions;
Krnlsoft/DevExtreme
js/ui/slider.d.ts
TypeScript
TypeAliasDeclaration
/** @deprecated use Properties instead */ export type Options = dxSliderOptions;
Krnlsoft/DevExtreme
js/ui/slider.d.ts
TypeScript
TypeAliasDeclaration
/** @deprecated use Properties instead */ export type IOptions = dxSliderOptions;
Krnlsoft/DevExtreme
js/ui/slider.d.ts
TypeScript