@pristine-ts/aws 0.0.392 → 0.0.394
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/cjs/clients/sqs.client.js +13 -13
- package/dist/lib/cjs/clients/sqs.client.js.map +1 -1
- package/dist/lib/esm/clients/sqs.client.js +13 -13
- package/dist/lib/esm/clients/sqs.client.js.map +1 -1
- package/dist/types/clients/sqs.client.d.ts +1 -1
- package/dist/types/interfaces/sqs-client.interface.d.ts +1 -1
- package/package.json +7 -7
|
@@ -58,9 +58,9 @@ let SqsClient = class SqsClient {
|
|
|
58
58
|
var _a;
|
|
59
59
|
return __awaiter(this, void 0, void 0, function* () {
|
|
60
60
|
try {
|
|
61
|
-
const client = this.getClient(options.clientConfigs);
|
|
61
|
+
const client = this.getClient(options === null || options === void 0 ? void 0 : options.clientConfigs);
|
|
62
62
|
const MessageAttributes = {};
|
|
63
|
-
if (options.eventGroupId) {
|
|
63
|
+
if (options === null || options === void 0 ? void 0 : options.eventGroupId) {
|
|
64
64
|
MessageAttributes["eventGroupId"] = {
|
|
65
65
|
DataType: "String",
|
|
66
66
|
StringValue: options.eventGroupId,
|
|
@@ -69,9 +69,9 @@ let SqsClient = class SqsClient {
|
|
|
69
69
|
const command = new client_sqs_1.SendMessageCommand({
|
|
70
70
|
QueueUrl: queueUrl,
|
|
71
71
|
MessageBody: body,
|
|
72
|
-
MessageGroupId: options.messageGroupId,
|
|
73
|
-
DelaySeconds: options.delaySeconds,
|
|
74
|
-
MessageDeduplicationId: options.messageDeduplicationId,
|
|
72
|
+
MessageGroupId: options === null || options === void 0 ? void 0 : options.messageGroupId,
|
|
73
|
+
DelaySeconds: options === null || options === void 0 ? void 0 : options.delaySeconds,
|
|
74
|
+
MessageDeduplicationId: options === null || options === void 0 ? void 0 : options.messageDeduplicationId,
|
|
75
75
|
MessageAttributes,
|
|
76
76
|
});
|
|
77
77
|
this.logHandler.debug("SqsClient: Sending a message to the queue.", {
|
|
@@ -79,20 +79,20 @@ let SqsClient = class SqsClient {
|
|
|
79
79
|
queueUrl,
|
|
80
80
|
body,
|
|
81
81
|
},
|
|
82
|
-
eventId: options.eventId,
|
|
83
|
-
eventGroupId: options.eventGroupId,
|
|
82
|
+
eventId: options === null || options === void 0 ? void 0 : options.eventId,
|
|
83
|
+
eventGroupId: options === null || options === void 0 ? void 0 : options.eventGroupId,
|
|
84
84
|
extra: {
|
|
85
85
|
options
|
|
86
86
|
}
|
|
87
87
|
});
|
|
88
|
-
const response = yield client.send(command, options.clientOptions);
|
|
88
|
+
const response = yield client.send(command, options === null || options === void 0 ? void 0 : options.clientOptions);
|
|
89
89
|
this.logHandler.debug("SqsClient: Message successfully sent to the queue.", {
|
|
90
90
|
highlights: {
|
|
91
91
|
queueUrl,
|
|
92
92
|
body,
|
|
93
93
|
},
|
|
94
|
-
eventId: options.eventId,
|
|
95
|
-
eventGroupId: options.eventGroupId,
|
|
94
|
+
eventId: options === null || options === void 0 ? void 0 : options.eventId,
|
|
95
|
+
eventGroupId: options === null || options === void 0 ? void 0 : options.eventGroupId,
|
|
96
96
|
extra: {
|
|
97
97
|
options
|
|
98
98
|
}
|
|
@@ -108,14 +108,14 @@ let SqsClient = class SqsClient {
|
|
|
108
108
|
body,
|
|
109
109
|
errorMessage: (_a = error.message) !== null && _a !== void 0 ? _a : "Unknown error",
|
|
110
110
|
},
|
|
111
|
-
eventId: options.eventId,
|
|
112
|
-
eventGroupId: options.eventGroupId,
|
|
111
|
+
eventId: options === null || options === void 0 ? void 0 : options.eventId,
|
|
112
|
+
eventGroupId: options === null || options === void 0 ? void 0 : options.eventGroupId,
|
|
113
113
|
extra: {
|
|
114
114
|
options,
|
|
115
115
|
error,
|
|
116
116
|
}
|
|
117
117
|
});
|
|
118
|
-
throw new sqs_send_message_error_1.SqsSendMessageError(error, queueUrl, body, options.messageGroupId, options.delaySeconds);
|
|
118
|
+
throw new sqs_send_message_error_1.SqsSendMessageError(error, queueUrl, body, options === null || options === void 0 ? void 0 : options.messageGroupId, options === null || options === void 0 ? void 0 : options.delaySeconds);
|
|
119
119
|
}
|
|
120
120
|
});
|
|
121
121
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sqs.client.js","sourceRoot":"","sources":["../../../../src/clients/sqs.client.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,uCAA4C;AAE5C,oDAA0G;AAE1G,6EAAqE;AACrE,gDAAsD;AACtD,8DAAuD;AAKvD;;;GAGG;AAII,IAAM,SAAS,GAAf,MAAM,SAAS;IAElB;;;;OAIG;IACH,YACoD,UAA+B,EAC7B,MAAc;QADhB,eAAU,GAAV,UAAU,CAAqB;QAC7B,WAAM,GAAN,MAAM,CAAQ;IAEpE,CAAC;IAED;;;OAGG;IACI,SAAS,CAAC,OAAkC;QAC/C,OAAO,IAAI,sBAAS,iBAChB,MAAM,EAAE,IAAI,CAAC,MAAM,IAChB,OAAO,EACZ,CAAC;IACP,CAAC;IAED;;;;;OAKG;IACG,IAAI,CAAC,QAAgB,EAAE,IAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"sqs.client.js","sourceRoot":"","sources":["../../../../src/clients/sqs.client.ts"],"names":[],"mappings":"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"}
|
|
@@ -55,9 +55,9 @@ let SqsClient = class SqsClient {
|
|
|
55
55
|
var _a;
|
|
56
56
|
return __awaiter(this, void 0, void 0, function* () {
|
|
57
57
|
try {
|
|
58
|
-
const client = this.getClient(options.clientConfigs);
|
|
58
|
+
const client = this.getClient(options === null || options === void 0 ? void 0 : options.clientConfigs);
|
|
59
59
|
const MessageAttributes = {};
|
|
60
|
-
if (options.eventGroupId) {
|
|
60
|
+
if (options === null || options === void 0 ? void 0 : options.eventGroupId) {
|
|
61
61
|
MessageAttributes["eventGroupId"] = {
|
|
62
62
|
DataType: "String",
|
|
63
63
|
StringValue: options.eventGroupId,
|
|
@@ -66,9 +66,9 @@ let SqsClient = class SqsClient {
|
|
|
66
66
|
const command = new SendMessageCommand({
|
|
67
67
|
QueueUrl: queueUrl,
|
|
68
68
|
MessageBody: body,
|
|
69
|
-
MessageGroupId: options.messageGroupId,
|
|
70
|
-
DelaySeconds: options.delaySeconds,
|
|
71
|
-
MessageDeduplicationId: options.messageDeduplicationId,
|
|
69
|
+
MessageGroupId: options === null || options === void 0 ? void 0 : options.messageGroupId,
|
|
70
|
+
DelaySeconds: options === null || options === void 0 ? void 0 : options.delaySeconds,
|
|
71
|
+
MessageDeduplicationId: options === null || options === void 0 ? void 0 : options.messageDeduplicationId,
|
|
72
72
|
MessageAttributes,
|
|
73
73
|
});
|
|
74
74
|
this.logHandler.debug("SqsClient: Sending a message to the queue.", {
|
|
@@ -76,20 +76,20 @@ let SqsClient = class SqsClient {
|
|
|
76
76
|
queueUrl,
|
|
77
77
|
body,
|
|
78
78
|
},
|
|
79
|
-
eventId: options.eventId,
|
|
80
|
-
eventGroupId: options.eventGroupId,
|
|
79
|
+
eventId: options === null || options === void 0 ? void 0 : options.eventId,
|
|
80
|
+
eventGroupId: options === null || options === void 0 ? void 0 : options.eventGroupId,
|
|
81
81
|
extra: {
|
|
82
82
|
options
|
|
83
83
|
}
|
|
84
84
|
});
|
|
85
|
-
const response = yield client.send(command, options.clientOptions);
|
|
85
|
+
const response = yield client.send(command, options === null || options === void 0 ? void 0 : options.clientOptions);
|
|
86
86
|
this.logHandler.debug("SqsClient: Message successfully sent to the queue.", {
|
|
87
87
|
highlights: {
|
|
88
88
|
queueUrl,
|
|
89
89
|
body,
|
|
90
90
|
},
|
|
91
|
-
eventId: options.eventId,
|
|
92
|
-
eventGroupId: options.eventGroupId,
|
|
91
|
+
eventId: options === null || options === void 0 ? void 0 : options.eventId,
|
|
92
|
+
eventGroupId: options === null || options === void 0 ? void 0 : options.eventGroupId,
|
|
93
93
|
extra: {
|
|
94
94
|
options
|
|
95
95
|
}
|
|
@@ -105,14 +105,14 @@ let SqsClient = class SqsClient {
|
|
|
105
105
|
body,
|
|
106
106
|
errorMessage: (_a = error.message) !== null && _a !== void 0 ? _a : "Unknown error",
|
|
107
107
|
},
|
|
108
|
-
eventId: options.eventId,
|
|
109
|
-
eventGroupId: options.eventGroupId,
|
|
108
|
+
eventId: options === null || options === void 0 ? void 0 : options.eventId,
|
|
109
|
+
eventGroupId: options === null || options === void 0 ? void 0 : options.eventGroupId,
|
|
110
110
|
extra: {
|
|
111
111
|
options,
|
|
112
112
|
error,
|
|
113
113
|
}
|
|
114
114
|
});
|
|
115
|
-
throw new SqsSendMessageError(error, queueUrl, body, options.messageGroupId, options.delaySeconds);
|
|
115
|
+
throw new SqsSendMessageError(error, queueUrl, body, options === null || options === void 0 ? void 0 : options.messageGroupId, options === null || options === void 0 ? void 0 : options.delaySeconds);
|
|
116
116
|
}
|
|
117
117
|
});
|
|
118
118
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sqs.client.js","sourceRoot":"","sources":["../../../../src/clients/sqs.client.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,UAAU,CAAC;AAE5C,OAAO,EAAC,SAAS,EAAE,kBAAkB,EAAyC,MAAM,qBAAqB,CAAC;AAE1G,OAAO,EAAC,mBAAmB,EAAC,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAC,YAAY,EAAE,GAAG,EAAC,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAC,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;AAKvD;;;GAGG;AAII,IAAM,SAAS,GAAf,MAAM,SAAS;IAElB;;;;OAIG;IACH,YACoD,UAA+B,EAC7B,MAAc;QADhB,eAAU,GAAV,UAAU,CAAqB;QAC7B,WAAM,GAAN,MAAM,CAAQ;IAEpE,CAAC;IAED;;;OAGG;IACI,SAAS,CAAC,OAAkC;QAC/C,OAAO,IAAI,SAAS,iBAChB,MAAM,EAAE,IAAI,CAAC,MAAM,IAChB,OAAO,EACZ,CAAC;IACP,CAAC;IAED;;;;;OAKG;IACG,IAAI,CAAC,QAAgB,EAAE,IAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"sqs.client.js","sourceRoot":"","sources":["../../../../src/clients/sqs.client.ts"],"names":[],"mappings":"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"}
|
|
@@ -27,5 +27,5 @@ export declare class SqsClient implements SqsClientInterface {
|
|
|
27
27
|
* @param body The body of the message to send in the queue.
|
|
28
28
|
* @param options The options to customize the request.
|
|
29
29
|
*/
|
|
30
|
-
send(queueUrl: string, body: string, options
|
|
30
|
+
send(queueUrl: string, body: string, options?: SqsClientOptions): Promise<SqsMessageSentConfirmationModel>;
|
|
31
31
|
}
|
|
@@ -17,5 +17,5 @@ export interface SqsClientInterface {
|
|
|
17
17
|
* @param body The body of the message to send in the queue.
|
|
18
18
|
* @param options The options to customize the request.
|
|
19
19
|
*/
|
|
20
|
-
send(queueUrl: string, body: string, options
|
|
20
|
+
send(queueUrl: string, body: string, options?: SqsClientOptions): Promise<SqsMessageSentConfirmationModel>;
|
|
21
21
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pristine-ts/aws",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.394",
|
|
4
4
|
"description": "",
|
|
5
5
|
"module": "dist/lib/esm/aws.module.js",
|
|
6
6
|
"main": "dist/lib/cjs/aws.module.js",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"@awslabs-community-fork/dynamodb-data-mapper": "^0.7.13",
|
|
31
31
|
"@awslabs-community-fork/dynamodb-data-marshaller": "^0.7.13",
|
|
32
32
|
"@awslabs-community-fork/dynamodb-expressions": "^0.7.13",
|
|
33
|
-
"@pristine-ts/common": "^0.0.
|
|
34
|
-
"@pristine-ts/core": "^0.0.
|
|
35
|
-
"@pristine-ts/logging": "^0.0.
|
|
36
|
-
"@pristine-ts/networking": "^0.0.
|
|
37
|
-
"@pristine-ts/security": "^0.0.
|
|
33
|
+
"@pristine-ts/common": "^0.0.394",
|
|
34
|
+
"@pristine-ts/core": "^0.0.394",
|
|
35
|
+
"@pristine-ts/logging": "^0.0.394",
|
|
36
|
+
"@pristine-ts/networking": "^0.0.394",
|
|
37
|
+
"@pristine-ts/security": "^0.0.394",
|
|
38
38
|
"uuid": "^9.0.1"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"src/*.{js,ts}"
|
|
75
75
|
]
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "c075823a7dd318973d2847ad43547d253bae9b59"
|
|
78
78
|
}
|