@aws-sdk/client-codepipeline 3.245.0 → 3.252.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.
@@ -2395,7 +2395,7 @@ const serializeAws_json1_1ActionExecutionFilter = (input, context) => {
2395
2395
  };
2396
2396
  const serializeAws_json1_1ActionRevision = (input, context) => {
2397
2397
  return {
2398
- ...(input.created != null && { created: Math.round(input.created.getTime() / 1000) }),
2398
+ ...(input.created != null && { created: Math.round(input.created.getTime() / 1000).toString() }),
2399
2399
  ...(input.revisionChangeId != null && { revisionChangeId: input.revisionChangeId }),
2400
2400
  ...(input.revisionId != null && { revisionId: input.revisionId }),
2401
2401
  };
@@ -2562,7 +2562,7 @@ const serializeAws_json1_1CreatePipelineInput = (input, context) => {
2562
2562
  const serializeAws_json1_1CurrentRevision = (input, context) => {
2563
2563
  return {
2564
2564
  ...(input.changeIdentifier != null && { changeIdentifier: input.changeIdentifier }),
2565
- ...(input.created != null && { created: Math.round(input.created.getTime() / 1000) }),
2565
+ ...(input.created != null && { created: Math.round(input.created.getTime() / 1000).toString() }),
2566
2566
  ...(input.revision != null && { revision: input.revision }),
2567
2567
  ...(input.revisionSummary != null && { revisionSummary: input.revisionSummary }),
2568
2568
  };
@@ -2313,7 +2313,7 @@ const serializeAws_json1_1ActionExecutionFilter = (input, context) => {
2313
2313
  };
2314
2314
  const serializeAws_json1_1ActionRevision = (input, context) => {
2315
2315
  return {
2316
- ...(input.created != null && { created: Math.round(input.created.getTime() / 1000) }),
2316
+ ...(input.created != null && { created: Math.round(input.created.getTime() / 1000).toString() }),
2317
2317
  ...(input.revisionChangeId != null && { revisionChangeId: input.revisionChangeId }),
2318
2318
  ...(input.revisionId != null && { revisionId: input.revisionId }),
2319
2319
  };
@@ -2480,7 +2480,7 @@ const serializeAws_json1_1CreatePipelineInput = (input, context) => {
2480
2480
  const serializeAws_json1_1CurrentRevision = (input, context) => {
2481
2481
  return {
2482
2482
  ...(input.changeIdentifier != null && { changeIdentifier: input.changeIdentifier }),
2483
- ...(input.created != null && { created: Math.round(input.created.getTime() / 1000) }),
2483
+ ...(input.created != null && { created: Math.round(input.created.getTime() / 1000).toString() }),
2484
2484
  ...(input.revision != null && { revision: input.revision }),
2485
2485
  ...(input.revisionSummary != null && { revisionSummary: input.revisionSummary }),
2486
2486
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codepipeline",
3
3
  "description": "AWS SDK for JavaScript Codepipeline Client for Node.js, Browser and React Native",
4
- "version": "3.245.0",
4
+ "version": "3.252.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",
@@ -11,7 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
- "generate:client": "(cd ../../ && yarn generate-clients -g ./codegen/sdk-codegen/aws-models/codepipeline.json --keepFiles)"
14
+ "generate:client": "node ../../scripts/generate-clients/single-service --solo codepipeline"
15
15
  },
16
16
  "main": "./dist-cjs/index.js",
17
17
  "types": "./dist-types/index.d.ts",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "2.0.0",
22
22
  "@aws-crypto/sha256-js": "2.0.0",
23
- "@aws-sdk/client-sts": "3.245.0",
23
+ "@aws-sdk/client-sts": "3.252.0",
24
24
  "@aws-sdk/config-resolver": "3.234.0",
25
- "@aws-sdk/credential-provider-node": "3.245.0",
25
+ "@aws-sdk/credential-provider-node": "3.252.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.226.0",
27
27
  "@aws-sdk/hash-node": "3.226.0",
28
28
  "@aws-sdk/invalid-dependency": "3.226.0",