UNPKG
aws-xray-sdk-core
Version:
alpha (3.0.0-alpha.2)
experimental (2.5.0-experimental.1)
latest (3.11.0)
3.11.0
3.10.3
3.10.2
3.10.1
3.10.0
3.9.0
3.8.0
3.7.0
3.6.0
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.1
3.4.0
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
3.1.0
3.0.1
3.0.0
3.0.0-alpha.2
3.0.0-alpha.1
2.5.0
2.5.0-experimental.1
2.4.0
2.4.0-experimental.1
2.3.6
2.3.6-experimental.1
2.3.5
2.3.5-experimental.1
2.3.4
2.3.4-experimental.1
2.3.3
2.3.3-experimental.3
2.3.3-experimental.2
2.3.3-experimental.1
2.3.2
2.3.1
2.3.0
2.2.0
2.2.0-experimental.1
2.1.0
2.1.0-experimental.1
2.0.1
2.0.0
1.3.0
1.2.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0-beta
AWS X-Ray SDK for Javascript
github.com/aws/aws-xray-sdk-node/tree/master
aws/aws-xray-sdk-node
aws-xray-sdk-core
/
dist
/
lib
/
segments
/
attributes
/
aws.d.ts
14 lines
(9 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
declare
class
Aws
{
constructor
(
res
:
any
,
serviceName
:
string
);
addData
(
data
:
any
):
void
; }
declare
namespace
Aws
{
function
setAWSWhitelist
(
source
:
string
|
object
):
void
;
function
appendAWSWhitelist
(
source
:
string
|
object
):
void
; }
export
=
Aws
;