@pristine-ts/aws 0.0.334 → 0.0.335

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.
@@ -43,13 +43,10 @@ let SqsClient = class SqsClient {
43
43
  }
44
44
  /**
45
45
  * Returns the instantiated SQSClient from the @aws-sdk/client-sqs library.
46
- * @param endpoint The endpoint for which the SQS client is created.
46
+ * @param configs The configs for which the SQS client is created.
47
47
  */
48
- getClient(endpoint) {
49
- return new client_sqs_1.SQSClient({
50
- region: this.region,
51
- endpoint: endpoint !== null && endpoint !== void 0 ? endpoint : undefined,
52
- });
48
+ getClient(configs) {
49
+ return new client_sqs_1.SQSClient(Object.assign({ region: this.region }, configs));
53
50
  }
54
51
  /**
55
52
  * Sends a message to the specified Queue URL.
@@ -57,14 +54,14 @@ let SqsClient = class SqsClient {
57
54
  * @param body The body of the message to send in the queue.
58
55
  * @param messageGroupId The message group id for FIFO queues.
59
56
  * @param delaySeconds The length of time, in seconds, for which to delay a specific message.
60
- * @param endpoint The endpoint for SQS.
61
57
  * @param messageDeduplicationId The unique id used by Amazon SQS in Fifo queues to avoid treating a message twice.
62
58
  * @param options
59
+ * @param configs The configs for which the SQS client is created.
63
60
  */
64
- send(queueUrl, body, messageGroupId, delaySeconds, endpoint, messageDeduplicationId, options) {
61
+ send(queueUrl, body, messageGroupId, delaySeconds, messageDeduplicationId, options, configs) {
65
62
  return __awaiter(this, void 0, void 0, function* () {
66
63
  try {
67
- const client = this.getClient(endpoint);
64
+ const client = this.getClient(configs);
68
65
  const command = new client_sqs_1.SendMessageCommand({
69
66
  QueueUrl: queueUrl,
70
67
  MessageBody: body,
@@ -1 +1 @@
1
- {"version":3,"file":"sqs.client.js","sourceRoot":"","sources":["../../../../src/clients/sqs.client.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,uCAA4C;AAE5C,oDAAkE;AAElE,6EAAqE;AACrE,gDAAsD;AACtD,8DAAuD;AAIvD;;;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,QAAiB;QAC9B,OAAO,IAAI,sBAAS,CAAC;YACjB,MAAM,EAAE,IAAI,CAAC,MAAM;YACnB,QAAQ,EAAE,QAAQ,aAAR,QAAQ,cAAR,QAAQ,GAAI,SAAS;SAClC,CAAC,CAAC;IACP,CAAC;IAED;;;;;;;;;OASG;IACG,IAAI,CAAC,QAAgB,EAAE,IAAY,EAAE,cAAuB,EAAE,YAAqB,EAAE,QAAiB,EAAE,sBAA+B,EAAE,OAAyC;;YACpL,IAAI,CAAC;gBACD,MAAM,MAAM,GAAG,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;gBAExC,MAAM,OAAO,GAAG,IAAI,+BAAkB,CAAC;oBACnC,QAAQ,EAAE,QAAQ;oBAClB,WAAW,EAAE,IAAI;oBACjB,cAAc,EAAE,cAAc;oBAC9B,YAAY,EAAE,YAAY;oBAC1B,sBAAsB,EAAE,sBAAsB;iBACjD,CAAC,CAAC;gBAEH,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,gCAAgC,EAAE;oBACpD,QAAQ;oBACR,IAAI;oBACJ,cAAc;oBACd,YAAY;oBACZ,sBAAsB;iBACzB,EAAE,qCAAgB,CAAC,CAAA;gBAEpB,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;gBAErD,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,wCAAwC,EAAE;oBAC5D,QAAQ;oBACR,IAAI;oBACJ,cAAc;oBACd,YAAY;oBACZ,QAAQ;oBACR,sBAAsB;iBACzB,EAAE,qCAAgB,CAAC,CAAA;gBAEpB,OAAO;oBACH,SAAS,EAAE,QAAQ,CAAC,SAAS;iBAChC,CAAC;YAEN,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACb,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,qDAAqD,EAAE;oBACzE,KAAK;oBACL,QAAQ;oBACR,IAAI;oBACJ,cAAc;oBACd,YAAY;oBACZ,sBAAsB;iBACzB,EAAE,qCAAgB,CAAC,CAAC;gBAErB,MAAM,IAAI,4CAAmB,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,YAAY,CAAC,CAAC;YACvF,CAAC;QACL,CAAC;KAAA;CACJ,CAAA;AAlFY,8BAAS;oBAAT,SAAS;IAHrB,IAAA,YAAG,EAAC,oBAAoB,CAAC;IACzB,IAAA,qBAAY,EAAC,qCAAgB,CAAC;IAC9B,IAAA,qBAAU,GAAE;IASJ,WAAA,IAAA,iBAAM,EAAC,qBAAqB,CAAC,CAAA;IAC7B,WAAA,IAAA,iBAAM,EAAC,uBAAuB,CAAC,CAAA;;GAT3B,SAAS,CAkFrB"}
1
+ {"version":3,"file":"sqs.client.js","sourceRoot":"","sources":["../../../../src/clients/sqs.client.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,uCAA4C;AAE5C,oDAAmF;AAEnF,6EAAqE;AACrE,gDAAsD;AACtD,8DAAuD;AAIvD;;;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;;;;;;;;;OASG;IACG,IAAI,CAAC,QAAgB,EAAE,IAAY,EAAE,cAAuB,EAAE,YAAqB,EAAE,sBAA+B,EAAE,OAAyC,EAAE,OAAkC;;YACrM,IAAI,CAAC;gBACD,MAAM,MAAM,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;gBAEvC,MAAM,OAAO,GAAG,IAAI,+BAAkB,CAAC;oBACnC,QAAQ,EAAE,QAAQ;oBAClB,WAAW,EAAE,IAAI;oBACjB,cAAc,EAAE,cAAc;oBAC9B,YAAY,EAAE,YAAY;oBAC1B,sBAAsB,EAAE,sBAAsB;iBACjD,CAAC,CAAC;gBAEH,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,gCAAgC,EAAE;oBACpD,QAAQ;oBACR,IAAI;oBACJ,cAAc;oBACd,YAAY;oBACZ,sBAAsB;iBACzB,EAAE,qCAAgB,CAAC,CAAA;gBAEpB,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;gBAErD,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,wCAAwC,EAAE;oBAC5D,QAAQ;oBACR,IAAI;oBACJ,cAAc;oBACd,YAAY;oBACZ,QAAQ;oBACR,sBAAsB;iBACzB,EAAE,qCAAgB,CAAC,CAAA;gBAEpB,OAAO;oBACH,SAAS,EAAE,QAAQ,CAAC,SAAS;iBAChC,CAAC;YAEN,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACb,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,qDAAqD,EAAE;oBACzE,KAAK;oBACL,QAAQ;oBACR,IAAI;oBACJ,cAAc;oBACd,YAAY;oBACZ,sBAAsB;iBACzB,EAAE,qCAAgB,CAAC,CAAC;gBAErB,MAAM,IAAI,4CAAmB,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,YAAY,CAAC,CAAC;YACvF,CAAC;QACL,CAAC;KAAA;CACJ,CAAA;AAlFY,8BAAS;oBAAT,SAAS;IAHrB,IAAA,YAAG,EAAC,oBAAoB,CAAC;IACzB,IAAA,qBAAY,EAAC,qCAAgB,CAAC;IAC9B,IAAA,qBAAU,GAAE;IASJ,WAAA,IAAA,iBAAM,EAAC,qBAAqB,CAAC,CAAA;IAC7B,WAAA,IAAA,iBAAM,EAAC,uBAAuB,CAAC,CAAA;;GAT3B,SAAS,CAkFrB"}
@@ -40,13 +40,10 @@ let SqsClient = class SqsClient {
40
40
  }
41
41
  /**
42
42
  * Returns the instantiated SQSClient from the @aws-sdk/client-sqs library.
43
- * @param endpoint The endpoint for which the SQS client is created.
43
+ * @param configs The configs for which the SQS client is created.
44
44
  */
45
- getClient(endpoint) {
46
- return new SQSClient({
47
- region: this.region,
48
- endpoint: endpoint !== null && endpoint !== void 0 ? endpoint : undefined,
49
- });
45
+ getClient(configs) {
46
+ return new SQSClient(Object.assign({ region: this.region }, configs));
50
47
  }
51
48
  /**
52
49
  * Sends a message to the specified Queue URL.
@@ -54,14 +51,14 @@ let SqsClient = class SqsClient {
54
51
  * @param body The body of the message to send in the queue.
55
52
  * @param messageGroupId The message group id for FIFO queues.
56
53
  * @param delaySeconds The length of time, in seconds, for which to delay a specific message.
57
- * @param endpoint The endpoint for SQS.
58
54
  * @param messageDeduplicationId The unique id used by Amazon SQS in Fifo queues to avoid treating a message twice.
59
55
  * @param options
56
+ * @param configs The configs for which the SQS client is created.
60
57
  */
61
- send(queueUrl, body, messageGroupId, delaySeconds, endpoint, messageDeduplicationId, options) {
58
+ send(queueUrl, body, messageGroupId, delaySeconds, messageDeduplicationId, options, configs) {
62
59
  return __awaiter(this, void 0, void 0, function* () {
63
60
  try {
64
- const client = this.getClient(endpoint);
61
+ const client = this.getClient(configs);
65
62
  const command = new SendMessageCommand({
66
63
  QueueUrl: queueUrl,
67
64
  MessageBody: body,
@@ -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,EAAC,MAAM,qBAAqB,CAAC;AAElE,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;AAIvD;;;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,QAAiB;QAC9B,OAAO,IAAI,SAAS,CAAC;YACjB,MAAM,EAAE,IAAI,CAAC,MAAM;YACnB,QAAQ,EAAE,QAAQ,aAAR,QAAQ,cAAR,QAAQ,GAAI,SAAS;SAClC,CAAC,CAAC;IACP,CAAC;IAED;;;;;;;;;OASG;IACG,IAAI,CAAC,QAAgB,EAAE,IAAY,EAAE,cAAuB,EAAE,YAAqB,EAAE,QAAiB,EAAE,sBAA+B,EAAE,OAAyC;;YACpL,IAAI,CAAC;gBACD,MAAM,MAAM,GAAG,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;gBAExC,MAAM,OAAO,GAAG,IAAI,kBAAkB,CAAC;oBACnC,QAAQ,EAAE,QAAQ;oBAClB,WAAW,EAAE,IAAI;oBACjB,cAAc,EAAE,cAAc;oBAC9B,YAAY,EAAE,YAAY;oBAC1B,sBAAsB,EAAE,sBAAsB;iBACjD,CAAC,CAAC;gBAEH,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,gCAAgC,EAAE;oBACpD,QAAQ;oBACR,IAAI;oBACJ,cAAc;oBACd,YAAY;oBACZ,sBAAsB;iBACzB,EAAE,gBAAgB,CAAC,CAAA;gBAEpB,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;gBAErD,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,wCAAwC,EAAE;oBAC5D,QAAQ;oBACR,IAAI;oBACJ,cAAc;oBACd,YAAY;oBACZ,QAAQ;oBACR,sBAAsB;iBACzB,EAAE,gBAAgB,CAAC,CAAA;gBAEpB,OAAO;oBACH,SAAS,EAAE,QAAQ,CAAC,SAAS;iBAChC,CAAC;YAEN,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACb,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,qDAAqD,EAAE;oBACzE,KAAK;oBACL,QAAQ;oBACR,IAAI;oBACJ,cAAc;oBACd,YAAY;oBACZ,sBAAsB;iBACzB,EAAE,gBAAgB,CAAC,CAAC;gBAErB,MAAM,IAAI,mBAAmB,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,YAAY,CAAC,CAAC;YACvF,CAAC;QACL,CAAC;KAAA;CACJ,CAAA;AAlFY,SAAS;IAHrB,GAAG,CAAC,oBAAoB,CAAC;IACzB,YAAY,CAAC,gBAAgB,CAAC;IAC9B,UAAU,EAAE;IASJ,WAAA,MAAM,CAAC,qBAAqB,CAAC,CAAA;IAC7B,WAAA,MAAM,CAAC,uBAAuB,CAAC,CAAA;;GAT3B,SAAS,CAkFrB"}
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,EAAkB,MAAM,qBAAqB,CAAC;AAEnF,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;AAIvD;;;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;;;;;;;;;OASG;IACG,IAAI,CAAC,QAAgB,EAAE,IAAY,EAAE,cAAuB,EAAE,YAAqB,EAAE,sBAA+B,EAAE,OAAyC,EAAE,OAAkC;;YACrM,IAAI,CAAC;gBACD,MAAM,MAAM,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;gBAEvC,MAAM,OAAO,GAAG,IAAI,kBAAkB,CAAC;oBACnC,QAAQ,EAAE,QAAQ;oBAClB,WAAW,EAAE,IAAI;oBACjB,cAAc,EAAE,cAAc;oBAC9B,YAAY,EAAE,YAAY;oBAC1B,sBAAsB,EAAE,sBAAsB;iBACjD,CAAC,CAAC;gBAEH,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,gCAAgC,EAAE;oBACpD,QAAQ;oBACR,IAAI;oBACJ,cAAc;oBACd,YAAY;oBACZ,sBAAsB;iBACzB,EAAE,gBAAgB,CAAC,CAAA;gBAEpB,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;gBAErD,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,wCAAwC,EAAE;oBAC5D,QAAQ;oBACR,IAAI;oBACJ,cAAc;oBACd,YAAY;oBACZ,QAAQ;oBACR,sBAAsB;iBACzB,EAAE,gBAAgB,CAAC,CAAA;gBAEpB,OAAO;oBACH,SAAS,EAAE,QAAQ,CAAC,SAAS;iBAChC,CAAC;YAEN,CAAC;YAAC,OAAO,KAAK,EAAE,CAAC;gBACb,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,qDAAqD,EAAE;oBACzE,KAAK;oBACL,QAAQ;oBACR,IAAI;oBACJ,cAAc;oBACd,YAAY;oBACZ,sBAAsB;iBACzB,EAAE,gBAAgB,CAAC,CAAC;gBAErB,MAAM,IAAI,mBAAmB,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,YAAY,CAAC,CAAC;YACvF,CAAC;QACL,CAAC;KAAA;CACJ,CAAA;AAlFY,SAAS;IAHrB,GAAG,CAAC,oBAAoB,CAAC;IACzB,YAAY,CAAC,gBAAgB,CAAC;IAC9B,UAAU,EAAE;IASJ,WAAA,MAAM,CAAC,qBAAqB,CAAC,CAAA;IAC7B,WAAA,MAAM,CAAC,uBAAuB,CAAC,CAAA;;GAT3B,SAAS,CAkFrB"}
@@ -1,5 +1,5 @@
1
1
  import { LogHandlerInterface } from "@pristine-ts/logging";
2
- import { SQSClient } from "@aws-sdk/client-sqs";
2
+ import { SQSClient, SQSClientConfig } from "@aws-sdk/client-sqs";
3
3
  import { SqsMessageSentConfirmationModel } from "../models/sqs-message-sent-confirmation.model";
4
4
  import { SqsClientInterface } from "../interfaces/sqs-client.interface";
5
5
  import { ClientOptionsInterface } from "../interfaces/client-options.interface";
@@ -18,18 +18,18 @@ export declare class SqsClient implements SqsClientInterface {
18
18
  constructor(logHandler: LogHandlerInterface, region: string);
19
19
  /**
20
20
  * Returns the instantiated SQSClient from the @aws-sdk/client-sqs library.
21
- * @param endpoint The endpoint for which the SQS client is created.
21
+ * @param configs The configs for which the SQS client is created.
22
22
  */
23
- getClient(endpoint?: string): SQSClient;
23
+ getClient(configs?: Partial<SQSClientConfig>): SQSClient;
24
24
  /**
25
25
  * Sends a message to the specified Queue URL.
26
26
  * @param queueUrl The queue url where to send the message.
27
27
  * @param body The body of the message to send in the queue.
28
28
  * @param messageGroupId The message group id for FIFO queues.
29
29
  * @param delaySeconds The length of time, in seconds, for which to delay a specific message.
30
- * @param endpoint The endpoint for SQS.
31
30
  * @param messageDeduplicationId The unique id used by Amazon SQS in Fifo queues to avoid treating a message twice.
32
31
  * @param options
32
+ * @param configs The configs for which the SQS client is created.
33
33
  */
34
- send(queueUrl: string, body: string, messageGroupId?: string, delaySeconds?: number, endpoint?: string, messageDeduplicationId?: string, options?: Partial<ClientOptionsInterface>): Promise<SqsMessageSentConfirmationModel>;
34
+ send(queueUrl: string, body: string, messageGroupId?: string, delaySeconds?: number, messageDeduplicationId?: string, options?: Partial<ClientOptionsInterface>, configs?: Partial<SQSClientConfig>): Promise<SqsMessageSentConfirmationModel>;
35
35
  }
@@ -1,5 +1,5 @@
1
1
  import { SqsMessageSentConfirmationModel } from "../models/sqs-message-sent-confirmation.model";
2
- import { SQSClient } from "@aws-sdk/client-sqs";
2
+ import { SQSClient, SQSClientConfig } from "@aws-sdk/client-sqs";
3
3
  import { ClientOptionsInterface } from "./client-options.interface";
4
4
  /**
5
5
  * The S3Client Interface defines the methods that an S3 client must implement.
@@ -8,9 +8,9 @@ import { ClientOptionsInterface } from "./client-options.interface";
8
8
  export interface SqsClientInterface {
9
9
  /**
10
10
  * Returns the instantiated SQSClient from the @aws-sdk/client-sqs library.
11
- * @param endpoint The endpoint for which the SQS client is created.
11
+ * @param configs The configs for which the SQS client is created.
12
12
  */
13
- getClient(endpoint?: string): SQSClient;
13
+ getClient(configs?: Partial<SQSClientConfig>): SQSClient;
14
14
  /**
15
15
  * Sends a message to the specified Queue URL.
16
16
  * @param queueUrl The queue url where to send the message.
@@ -20,6 +20,7 @@ export interface SqsClientInterface {
20
20
  * @param endpoint The endpoint for SQS.
21
21
  * @param messageDeduplicationId
22
22
  * @param options
23
+ * @param configs The configs for which the SQS client is created.
23
24
  */
24
- send(queueUrl: string, body: string, messageGroupId?: string, delaySeconds?: number, endpoint?: string, messageDeduplicationId?: string, options?: Partial<ClientOptionsInterface>): Promise<SqsMessageSentConfirmationModel>;
25
+ send(queueUrl: string, body: string, messageGroupId?: string, delaySeconds?: number, messageDeduplicationId?: string, options?: Partial<ClientOptionsInterface>, configs?: Partial<SQSClientConfig>): Promise<SqsMessageSentConfirmationModel>;
25
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pristine-ts/aws",
3
- "version": "0.0.334",
3
+ "version": "0.0.335",
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.334",
34
- "@pristine-ts/core": "^0.0.334",
35
- "@pristine-ts/logging": "^0.0.334",
36
- "@pristine-ts/networking": "^0.0.334",
37
- "@pristine-ts/security": "^0.0.334"
33
+ "@pristine-ts/common": "^0.0.335",
34
+ "@pristine-ts/core": "^0.0.335",
35
+ "@pristine-ts/logging": "^0.0.335",
36
+ "@pristine-ts/networking": "^0.0.335",
37
+ "@pristine-ts/security": "^0.0.335"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
@@ -73,5 +73,5 @@
73
73
  "src/*.{js,ts}"
74
74
  ]
75
75
  },
76
- "gitHead": "b2eaa6955ae2a1175894544f7eb9b252e73fc457"
76
+ "gitHead": "c4b8062436d50efb1eca235dd24dd215a1685ded"
77
77
  }