(id string)
| 274 | } |
| 275 | |
| 276 | func formatLogStreamSettingsPath(id string) string { |
| 277 | if len(id) == 0 { |
| 278 | return "" |
| 279 | } |
| 280 | return fmt.Sprintf("log-streams/%s/settings", id) |
| 281 | } |
| 282 | |
| 283 | func (c *cli) allLogStreamsPickerOptions(ctx context.Context) (pickerOptions, error) { |
| 284 | logStreams, err := c.api.LogStream.List(ctx) |