@aws-sdk/client-pinpoint-email 3.600.0 → 3.608.0
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-cjs/index.js
CHANGED
|
@@ -619,12 +619,9 @@ var se_DeleteEmailIdentityCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
619
619
|
}, "se_DeleteEmailIdentityCommand");
|
|
620
620
|
var se_GetAccountCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
621
621
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
622
|
-
const headers = {
|
|
623
|
-
"content-type": "application/json"
|
|
624
|
-
};
|
|
622
|
+
const headers = {};
|
|
625
623
|
b.bp("/v1/email/account");
|
|
626
624
|
let body;
|
|
627
|
-
body = "";
|
|
628
625
|
b.m("GET").h(headers).b(body);
|
|
629
626
|
return b.build();
|
|
630
627
|
}, "se_GetAccountCommand");
|
|
@@ -684,12 +681,9 @@ var se_GetDedicatedIpsCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
684
681
|
}, "se_GetDedicatedIpsCommand");
|
|
685
682
|
var se_GetDeliverabilityDashboardOptionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
686
683
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
687
|
-
const headers = {
|
|
688
|
-
"content-type": "application/json"
|
|
689
|
-
};
|
|
684
|
+
const headers = {};
|
|
690
685
|
b.bp("/v1/email/deliverability-dashboard");
|
|
691
686
|
let body;
|
|
692
|
-
body = "";
|
|
693
687
|
b.m("GET").h(headers).b(body);
|
|
694
688
|
return b.build();
|
|
695
689
|
}, "se_GetDeliverabilityDashboardOptionsCommand");
|
|
@@ -119,12 +119,9 @@ export const se_DeleteEmailIdentityCommand = async (input, context) => {
|
|
|
119
119
|
};
|
|
120
120
|
export const se_GetAccountCommand = async (input, context) => {
|
|
121
121
|
const b = rb(input, context);
|
|
122
|
-
const headers = {
|
|
123
|
-
"content-type": "application/json",
|
|
124
|
-
};
|
|
122
|
+
const headers = {};
|
|
125
123
|
b.bp("/v1/email/account");
|
|
126
124
|
let body;
|
|
127
|
-
body = "";
|
|
128
125
|
b.m("GET").h(headers).b(body);
|
|
129
126
|
return b.build();
|
|
130
127
|
};
|
|
@@ -184,12 +181,9 @@ export const se_GetDedicatedIpsCommand = async (input, context) => {
|
|
|
184
181
|
};
|
|
185
182
|
export const se_GetDeliverabilityDashboardOptionsCommand = async (input, context) => {
|
|
186
183
|
const b = rb(input, context);
|
|
187
|
-
const headers = {
|
|
188
|
-
"content-type": "application/json",
|
|
189
|
-
};
|
|
184
|
+
const headers = {};
|
|
190
185
|
b.bp("/v1/email/deliverability-dashboard");
|
|
191
186
|
let body;
|
|
192
|
-
body = "";
|
|
193
187
|
b.m("GET").h(headers).b(body);
|
|
194
188
|
return b.build();
|
|
195
189
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pinpoint-email",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pinpoint Email Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.608.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-pinpoint-email",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.606.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.606.0",
|
|
25
25
|
"@aws-sdk/core": "3.598.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.600.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.598.0",
|