You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: design/src/rfcs/rfc0023_refine_builder.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -781,9 +781,12 @@ The API proposed in this RFC has been manually implemented for the Pokemon servi
781
781
782
782
## Changes checklist
783
783
784
-
-[ ] Update `codegen-server` to generate the proposed service builder API
785
-
-[ ] Implement `Pluggable` for `PluginStack`
786
-
-[ ] Evaluate the introduction of a `PluginBuilder` as the primary API to compose multiple plugins (instead of `PluginStack::new(IdentityPlugin, IdentityPlugin).apply(...)`)
784
+
-[x] Update `codegen-server` to generate the proposed service builder API
785
+
-<https://github.com/awslabs/smithy-rs/pull/1954>
786
+
-[x] Implement `Pluggable` for `PluginStack`
787
+
-<https://github.com/awslabs/smithy-rs/pull/1954>
788
+
-[x] Evaluate the introduction of a `PluginBuilder` as the primary API to compose multiple plugins (instead of `PluginStack::new(IdentityPlugin, IdentityPlugin).apply(...)`)
0 commit comments