-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(efs): drop Efs prefix from all exported types #7481
Conversation
- Drop the `Efs` prefix to the exported types. - Change the type of provisioned throughput property to use `Size`. BREAKING CHANGE: Exported types no longer have the `Efs` prefix. * **efs:** `provisionedThroughputInMibps` property is renamed to `provisionedThroughputInSeconds` and has the type `Size`.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
your BREAKING CHANGE
entry mentions provisionedThroughputInSeconds
which made me wonder why it wasn't a Duration
....
but you actually meant provisionedThroughputPerSecond
Good catch. Thanks! |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
||
// tslint:disable: max-line-length | ||
// tslint:disable:max-line-length |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. link 2 lines below exceeds our 150 line width.
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Commit Message
chore(efs): drop Efs prefix from all exported types (#7481)
Efs
prefix to the exported types.Size
.BREAKING CHANGE: Exported types no longer have the
Efs
prefix.provisionedThroughputInMibps
property is renamed toprovisionedThroughputPerSecond
and has the typeSize
.fileSystemID
is now renamed tofileSystemId
in the now namedFileSystemAttributes
(previously,EfsFileSystemAttributes
).LifecyclePolicyProperty
is now renamed toLifecyclePolicy
.End Commit Message
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license