amazon_connect_api_chaining_terms Flashcards

(54 cards)

1
Q

API Chaining

A

Technique making multiple API requests in sequence using response from one as input for next

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SearchUsers

A

API retrieving and filtering list of users based on criteria with pagination support

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

UpdateUserRoutingProfile

A

API updating user routing profile assignment in Amazon Connect

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Routing Profile

A

Configuration defining which queues agents can handle and priority settings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Quick Connect

A

Feature allowing agents to make external calls or initiate transfers quickly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

SearchQueues

A

API searching queues by specified criteria returning matching queue list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

CreateQuickConnect

A

API creating quick connect and returning unique identifier of created resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

AssociateQueueQuickConnects

A

API associating quick connect with specified queue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Contact Lens Rules

A

Rules categorizing contacts generating alerts or tasks based on keywords sentiment and criteria

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

ListRules

A

API returning array of rules from Amazon Connect instance based on parameters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

CreateRule

A

API creating new Contact Lens rule in specified instance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

ActionType

A

Property defining type of action rule performs (ASSIGN_CONTACT_CATEGORY CREATE_TASK)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Pagination

A

Mechanism retrieving large result sets across multiple API calls using tokens

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

NextToken

A

Property returned when results exceed MaxResults allowing retrieval of next result set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

MaxResults

A

Parameter specifying maximum number of resources API can return in single call

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

ARN (Amazon Resource Name)

A

Unique identifier for AWS resources in standardized format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

DescribeRule

A

API retrieving detailed configuration of specific rule

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

UpdatePhoneNumberMetadata

A

API updating phone number description and metadata

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

PhoneNumberId

A

Unique identifier for claimed phone number in Amazon Connect

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

EventSourceName

A

Property defining when rule triggers (post-call analysis real-time chat)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

PublishStatus

A

Rule state indicating if active (PUBLISHED) or inactive (DRAFT)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

TriggerEventSource

A

Configuration defining what event activates Contact Lens rule

23
Q

HTTP Status Code

A

Numeric value in HTTP response indicating request outcome

24
Q

4xx Client Errors

A

Status code class indicating errors caused by client request issues

25
5xx Server Errors
Status code class indicating errors caused by server-side problems
26
403 Forbidden
Status code indicating permission issue preventing access to resource
27
404 Not Found
Status code indicating requested resource does not exist
28
Recoverable Error
Error application can handle gracefully and continue processing
29
Unrecoverable Error
Error requiring external fix where application cannot continue normally
30
ResourceNotFoundException
Error indicating specified resource does not exist in instance
31
AccessDeniedException
Error indicating insufficient permissions to perform requested operation
32
Throttling
Rate limiting controlling number of API requests allowed within time period
33
TPS (Transactions Per Second)
Maximum number of API requests allowed per second
34
Burst Rate
Maximum number of concurrent requests API fulfills before throttling
35
Token Bucket Algorithm
Algorithm controlling steady rate and burst of request submissions
36
Leaky Bucket Algorithm
Alternative name for token bucket based on bucket emptying analogy
37
429 TooManyRequestsException
Error returned when request rate exceeds TPS limits
38
Retry Mode
Algorithm SDK uses for retrying failed operations (legacy standard adaptive)
39
MaxRetries
Maximum number of times SDK attempts failed operation before stopping
40
Exponential Backoff
Retry technique doubling wait time between successive retry attempts
41
Standard Retry Mode
Retry mode with standard error set and retry quotas
42
Adaptive Retry Mode
Experimental retry mode with automatic client-side throttling and exponential backoff
43
Initial Delay
Starting wait time before first retry attempt in backoff strategy
44
Retry Delay
Wait time between retry attempts increasing exponentially
45
Service Quota
Maximum number of requests allowed for specific API operation
46
Rate Limit
Steady-state maximum number of requests API accepts per second
47
Observability
Ability to understand and gain insights into internal state of software system
48
Logging
Capturing and managing logs and event data generated by application and infrastructure
49
Reporting
Collecting and analyzing performance metrics (CPU memory network error rates)
50
Tracing
Tracking flow of requests through distributed system components
51
Monitoring
Actively monitoring system health detecting anomalies and triggering alerts
52
CloudWatch Logs
AWS service capturing and storing log data from Lambda and other services
53
CloudWatch Logs Insights
Query service for searching and analyzing log data in CloudWatch
54
CloudWatch Metrics
Service collecting and monitoring performance metrics over time