@aws-sdk/client-marketplace-commerce-analytics 3.121.0 → 3.127.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.127.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.126.0...v3.127.0) (2022-07-11)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-marketplace-commerce-analytics
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.121.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.120.0...v3.121.0) (2022-06-30)
7
15
 
8
16
 
@@ -121,38 +121,30 @@ const serializeAws_json1_1CustomerDefinedValues = (input, context) => {
121
121
  };
122
122
  const serializeAws_json1_1GenerateDataSetRequest = (input, context) => {
123
123
  return {
124
- ...(input.customerDefinedValues !== undefined &&
125
- input.customerDefinedValues !== null && {
124
+ ...(input.customerDefinedValues != null && {
126
125
  customerDefinedValues: serializeAws_json1_1CustomerDefinedValues(input.customerDefinedValues, context),
127
126
  }),
128
- ...(input.dataSetPublicationDate !== undefined &&
129
- input.dataSetPublicationDate !== null && {
127
+ ...(input.dataSetPublicationDate != null && {
130
128
  dataSetPublicationDate: Math.round(input.dataSetPublicationDate.getTime() / 1000),
131
129
  }),
132
- ...(input.dataSetType !== undefined && input.dataSetType !== null && { dataSetType: input.dataSetType }),
133
- ...(input.destinationS3BucketName !== undefined &&
134
- input.destinationS3BucketName !== null && { destinationS3BucketName: input.destinationS3BucketName }),
135
- ...(input.destinationS3Prefix !== undefined &&
136
- input.destinationS3Prefix !== null && { destinationS3Prefix: input.destinationS3Prefix }),
137
- ...(input.roleNameArn !== undefined && input.roleNameArn !== null && { roleNameArn: input.roleNameArn }),
138
- ...(input.snsTopicArn !== undefined && input.snsTopicArn !== null && { snsTopicArn: input.snsTopicArn }),
130
+ ...(input.dataSetType != null && { dataSetType: input.dataSetType }),
131
+ ...(input.destinationS3BucketName != null && { destinationS3BucketName: input.destinationS3BucketName }),
132
+ ...(input.destinationS3Prefix != null && { destinationS3Prefix: input.destinationS3Prefix }),
133
+ ...(input.roleNameArn != null && { roleNameArn: input.roleNameArn }),
134
+ ...(input.snsTopicArn != null && { snsTopicArn: input.snsTopicArn }),
139
135
  };
140
136
  };
141
137
  const serializeAws_json1_1StartSupportDataExportRequest = (input, context) => {
142
138
  return {
143
- ...(input.customerDefinedValues !== undefined &&
144
- input.customerDefinedValues !== null && {
139
+ ...(input.customerDefinedValues != null && {
145
140
  customerDefinedValues: serializeAws_json1_1CustomerDefinedValues(input.customerDefinedValues, context),
146
141
  }),
147
- ...(input.dataSetType !== undefined && input.dataSetType !== null && { dataSetType: input.dataSetType }),
148
- ...(input.destinationS3BucketName !== undefined &&
149
- input.destinationS3BucketName !== null && { destinationS3BucketName: input.destinationS3BucketName }),
150
- ...(input.destinationS3Prefix !== undefined &&
151
- input.destinationS3Prefix !== null && { destinationS3Prefix: input.destinationS3Prefix }),
152
- ...(input.fromDate !== undefined &&
153
- input.fromDate !== null && { fromDate: Math.round(input.fromDate.getTime() / 1000) }),
154
- ...(input.roleNameArn !== undefined && input.roleNameArn !== null && { roleNameArn: input.roleNameArn }),
155
- ...(input.snsTopicArn !== undefined && input.snsTopicArn !== null && { snsTopicArn: input.snsTopicArn }),
142
+ ...(input.dataSetType != null && { dataSetType: input.dataSetType }),
143
+ ...(input.destinationS3BucketName != null && { destinationS3BucketName: input.destinationS3BucketName }),
144
+ ...(input.destinationS3Prefix != null && { destinationS3Prefix: input.destinationS3Prefix }),
145
+ ...(input.fromDate != null && { fromDate: Math.round(input.fromDate.getTime() / 1000) }),
146
+ ...(input.roleNameArn != null && { roleNameArn: input.roleNameArn }),
147
+ ...(input.snsTopicArn != null && { snsTopicArn: input.snsTopicArn }),
156
148
  };
157
149
  };
158
150
  const deserializeAws_json1_1GenerateDataSetResult = (output, context) => {
@@ -147,24 +147,16 @@ var serializeAws_json1_1CustomerDefinedValues = function (input, context) {
147
147
  }, {});
148
148
  };
149
149
  var serializeAws_json1_1GenerateDataSetRequest = function (input, context) {
150
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.customerDefinedValues !== undefined &&
151
- input.customerDefinedValues !== null && {
150
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.customerDefinedValues != null && {
152
151
  customerDefinedValues: serializeAws_json1_1CustomerDefinedValues(input.customerDefinedValues, context),
153
- })), (input.dataSetPublicationDate !== undefined &&
154
- input.dataSetPublicationDate !== null && {
152
+ })), (input.dataSetPublicationDate != null && {
155
153
  dataSetPublicationDate: Math.round(input.dataSetPublicationDate.getTime() / 1000),
156
- })), (input.dataSetType !== undefined && input.dataSetType !== null && { dataSetType: input.dataSetType })), (input.destinationS3BucketName !== undefined &&
157
- input.destinationS3BucketName !== null && { destinationS3BucketName: input.destinationS3BucketName })), (input.destinationS3Prefix !== undefined &&
158
- input.destinationS3Prefix !== null && { destinationS3Prefix: input.destinationS3Prefix })), (input.roleNameArn !== undefined && input.roleNameArn !== null && { roleNameArn: input.roleNameArn })), (input.snsTopicArn !== undefined && input.snsTopicArn !== null && { snsTopicArn: input.snsTopicArn }));
154
+ })), (input.dataSetType != null && { dataSetType: input.dataSetType })), (input.destinationS3BucketName != null && { destinationS3BucketName: input.destinationS3BucketName })), (input.destinationS3Prefix != null && { destinationS3Prefix: input.destinationS3Prefix })), (input.roleNameArn != null && { roleNameArn: input.roleNameArn })), (input.snsTopicArn != null && { snsTopicArn: input.snsTopicArn }));
159
155
  };
160
156
  var serializeAws_json1_1StartSupportDataExportRequest = function (input, context) {
161
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.customerDefinedValues !== undefined &&
162
- input.customerDefinedValues !== null && {
157
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.customerDefinedValues != null && {
163
158
  customerDefinedValues: serializeAws_json1_1CustomerDefinedValues(input.customerDefinedValues, context),
164
- })), (input.dataSetType !== undefined && input.dataSetType !== null && { dataSetType: input.dataSetType })), (input.destinationS3BucketName !== undefined &&
165
- input.destinationS3BucketName !== null && { destinationS3BucketName: input.destinationS3BucketName })), (input.destinationS3Prefix !== undefined &&
166
- input.destinationS3Prefix !== null && { destinationS3Prefix: input.destinationS3Prefix })), (input.fromDate !== undefined &&
167
- input.fromDate !== null && { fromDate: Math.round(input.fromDate.getTime() / 1000) })), (input.roleNameArn !== undefined && input.roleNameArn !== null && { roleNameArn: input.roleNameArn })), (input.snsTopicArn !== undefined && input.snsTopicArn !== null && { snsTopicArn: input.snsTopicArn }));
159
+ })), (input.dataSetType != null && { dataSetType: input.dataSetType })), (input.destinationS3BucketName != null && { destinationS3BucketName: input.destinationS3BucketName })), (input.destinationS3Prefix != null && { destinationS3Prefix: input.destinationS3Prefix })), (input.fromDate != null && { fromDate: Math.round(input.fromDate.getTime() / 1000) })), (input.roleNameArn != null && { roleNameArn: input.roleNameArn })), (input.snsTopicArn != null && { snsTopicArn: input.snsTopicArn }));
168
160
  };
169
161
  var deserializeAws_json1_1GenerateDataSetResult = function (output, context) {
170
162
  return {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-marketplace-commerce-analytics",
3
3
  "description": "AWS SDK for JavaScript Marketplace Commerce Analytics Client for Node.js, Browser and React Native",
4
- "version": "3.121.0",
4
+ "version": "3.127.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,35 +18,35 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.121.0",
22
- "@aws-sdk/config-resolver": "3.110.0",
23
- "@aws-sdk/credential-provider-node": "3.121.0",
24
- "@aws-sdk/fetch-http-handler": "3.110.0",
25
- "@aws-sdk/hash-node": "3.110.0",
26
- "@aws-sdk/invalid-dependency": "3.110.0",
27
- "@aws-sdk/middleware-content-length": "3.110.0",
28
- "@aws-sdk/middleware-host-header": "3.110.0",
29
- "@aws-sdk/middleware-logger": "3.110.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.110.0",
31
- "@aws-sdk/middleware-retry": "3.118.1",
32
- "@aws-sdk/middleware-serde": "3.110.0",
33
- "@aws-sdk/middleware-signing": "3.110.0",
34
- "@aws-sdk/middleware-stack": "3.110.0",
35
- "@aws-sdk/middleware-user-agent": "3.110.0",
36
- "@aws-sdk/node-config-provider": "3.110.0",
37
- "@aws-sdk/node-http-handler": "3.118.1",
38
- "@aws-sdk/protocol-http": "3.110.0",
39
- "@aws-sdk/smithy-client": "3.110.0",
40
- "@aws-sdk/types": "3.110.0",
41
- "@aws-sdk/url-parser": "3.110.0",
21
+ "@aws-sdk/client-sts": "3.127.0",
22
+ "@aws-sdk/config-resolver": "3.127.0",
23
+ "@aws-sdk/credential-provider-node": "3.127.0",
24
+ "@aws-sdk/fetch-http-handler": "3.127.0",
25
+ "@aws-sdk/hash-node": "3.127.0",
26
+ "@aws-sdk/invalid-dependency": "3.127.0",
27
+ "@aws-sdk/middleware-content-length": "3.127.0",
28
+ "@aws-sdk/middleware-host-header": "3.127.0",
29
+ "@aws-sdk/middleware-logger": "3.127.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.127.0",
31
+ "@aws-sdk/middleware-retry": "3.127.0",
32
+ "@aws-sdk/middleware-serde": "3.127.0",
33
+ "@aws-sdk/middleware-signing": "3.127.0",
34
+ "@aws-sdk/middleware-stack": "3.127.0",
35
+ "@aws-sdk/middleware-user-agent": "3.127.0",
36
+ "@aws-sdk/node-config-provider": "3.127.0",
37
+ "@aws-sdk/node-http-handler": "3.127.0",
38
+ "@aws-sdk/protocol-http": "3.127.0",
39
+ "@aws-sdk/smithy-client": "3.127.0",
40
+ "@aws-sdk/types": "3.127.0",
41
+ "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.110.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.110.0",
48
- "@aws-sdk/util-user-agent-browser": "3.110.0",
49
- "@aws-sdk/util-user-agent-node": "3.118.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.127.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.127.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.127.0",
49
+ "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",
51
51
  "@aws-sdk/util-utf8-node": "3.109.0",
52
52
  "tslib": "^2.3.1"