Skip to content

Commit

Permalink
Bump aws-sdk to v2.1692.0 (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Nov 7, 2024
1 parent b8594ac commit 93983d0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-bananas-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"aws-sdk-js-codemod": patch
---

Bump aws-sdk to v2.1692.0
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@tsconfig/node16": "^16.1.3",
"@types/jscodeshift": "^0.12.0",
"@types/node": "^16.18.101",
"aws-sdk": "2.1691.0",
"aws-sdk": "2.1692.0",
"tsx": "^4.7.1",
"typescript": "~5.6.2",
"vitest": "~2.0.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25760,6 +25760,7 @@ export const CLIENT_REQ_RESP_TYPES_MAP: Record<string, Record<string, string>> =
PutBucketIntelligentTieringConfigurationRequest:
"PutBucketIntelligentTieringConfigurationCommandInput",
PutBucketInventoryConfigurationRequest: "PutBucketInventoryConfigurationCommandInput",
PutBucketLifecycleConfigurationOutput: "PutBucketLifecycleConfigurationCommandOutput",
PutBucketLifecycleConfigurationRequest: "PutBucketLifecycleConfigurationCommandInput",
PutBucketLifecycleRequest: "PutBucketLifecycleCommandInput",
PutBucketLoggingRequest: "PutBucketLoggingCommandInput",
Expand Down
1 change: 1 addition & 0 deletions src/transforms/v2-to-v3/config/CLIENT_TYPES_MAP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25026,6 +25026,7 @@ export const CLIENT_TYPES_MAP: Record<string, Record<string, string>> = {
BucketKeyEnabled: "boolean",
BucketLocationName: "string",
BucketName: "string",
BucketRegion: "string",
Buckets: "Array<Bucket>",
BypassGovernanceRetention: "boolean",
BytesProcessed: "number",
Expand Down

0 comments on commit 93983d0

Please sign in to comment.